@import url("/css/reset.css");
@import url("/css/style-common.min.css");
@import url("/js/jquery-ui/jquery-ui.min.css");
@import url("/js/jquery-ui/jquery-ui.theme.min.css");
/*@import url("/js/highlight/styles/default.css");*/
/*@import url("/js/highlight/styles/pojoaque.css");*/
/*@import url("/js/highlight/styles/stackoverflow-dark.css");*/
@import url("/js/highlight/styles/stackoverflow-light.css");
@import url("/css/site-mtcore.min.css");
@import url("/css/site-cms.min.css");

/*@import url("/js/datatables.min.css")*/;
/*@import url("/js/jquery-ui.1.12.css");*/

/*@import url("/js/magnific/magnific-popup.css");*/


.ffsans { font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif }
.ffsans1 { font-family: Goudy Old Style, Garamond, Big Caslon, Times New Roman, serif }
.ffsans2 { font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif }
.ffserif { font-family: Calisto MT, Bookman Old Style, Bookman, Goudy Old Style, Garamond,
                           Hoefler Text, Bitstream Charter, Georgia, serif }
.ffserif1 { font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif }
.ffbold { font-family: Franklin Gothic, Arial Bold }
/*.font-script {font-family: 'NewCicleFina';}*/
/*.font-block {font-family: 'Montserrat';}*/
.fffantasy { font-family: Consolas, monaco, monospace }
.ffmono { font-family: Consolas, monaco, monospace }


HTML, BODY {
  /*line-height: 22px;*/
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  display:block;
}

#content {
  position: relative;
  color: #0d0d0d;
  background: transparent, min-height: 300px;
  /*width: 100%;*/
  /*max-width: 975px;*/
  min-height: 480px;
  margin:0 auto;
  padding-top: 180px;
  border-radius: 2px;
  transition: padding 0.3s ease-in-out;
}

BODY.homepage #content {
  padding-top: 0px;
}

BODY.adminpage #content {
  padding-top: 0px;
  max-width: none;
  min-height: none;
}

/*#content a:link, #content a:visited {
  color: #0d0d0d;
}*/

#content a:hover {
  color: #262626;
}


#content #search_results_page .search_results_item .content_item_top {
  font-size: 0.9em;
}

#content #search_results_page .search_results_item .content_item_top .short_description {
  font-size: 1em;
  margin: 5px 0;
}

#content .search_results_item {
  float: left;
  width: 98%;
  max-width: 300px;
  min-height: 360px;
  margin-right: 5px;
  position: relative;
}

#content .search_results_item .content_item .content_image img {
  max-width: 100%;
}

#content .crud_header {
  margin-left: 30px;
  margin-bottom: 10px;
}

#content #content_page .page_title_box .page_title {
  margin-left: 30px;
  margin-bottom: 10px;
  font-size: 1.5em;
}

#content #content_page h1, #content #content_page h2, #content #content_page h3,
#content #content_page .content_item h1, #content #content_page .content_item h2,
#content #content_page .content_item h3, #content #content_page .content_item_title {
  color: #0d0d0d;
}
/*
#content #content_page .content_item_title {
  font-family: Consolas, monaco, monospace;
}*/

#content #content_page .content_item, #content .popular_content_box .content_item {
  color: #262626;
  margin-bottom: 10px;
  padding-bottom: 5px;
  background-color: #FFFFFF;
  transition: visibility 2s linear all;
  position: relative;
}
/*
#content #content_page .content_item a:link, #content #content_page .content_item a:visited,
#content .popular_content_box .content_item a:link, #content .popular_content_box .content_item a:visited {
  color: #404040;
}

#content #content_page .content_item a:hover, #content .popular_content_box .content_item a:hover {
  color: #595959;
}
*/

#content #content_page .content_page_description {
  font-size: 1.2em;
}

#content .crud_header {
  margin-left: 30px;
}

#header {
  z-index: 1002;
}

#header .header_menu {
  /*max-width:200px;*/
  /*width:50px;*/
  float: right;
  /*height: 100vh;*/
}

#header .header_menu.open {
  /*max-width:200px;*/
  /*float: none;*/
  /*width:100%;*/
  /*height: 100vh;*/
}

@media only screen and (max-width: 420px) {
  #header .header_menu.open {
    max-width:100vw;
  }
}

#header .header_menu #menu_icons {
  cursor: pointer;
  float: right;
  margin-right: 5px;
  max-width: 34px;
  width: 100%;
  /*border-bottom:1px solid #262626;*/
}
#header .header_menu .menu_icon {
  padding: 5px;
  font-size: 40px;
  line-height: 25px;
}

#header .header_menu .menu_icon:hover {
  box-shadow: 0px 0px 1px gray;
  background:#262626;
}

#header .header_menu #menu_icon_addons {
  display:none;
  float:left;
}


#header .header_menu #menu_icon_close, #header .header_menu #menu_icon_open {
  float: right;
}

#header .header_menu #menu_icon_close.menu_icon {
  display: none;
  opacity: 0;
  font-size: 25px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}

#header .header_menu.open #menu_icon_close {
  transform: none;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}



/*#header .header_menu .menu_parent ul, #header .header_menu .menu_parent li {
  margin: 0;
  padding: 0;
  border: 0;
}
#header .header_menu .menu_parent li {
  margin-left: 10px;
}
*/
#header .header_menu .menu_pin  {
  position: absolute;
  right:5px;
  padding: 2px 5px 0 10px;
  /*z-index: 12;*/
  z-index: 2;
  cursor: pointer;
  transform: none;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

#header .header_menu .menu_children .menu_pin  {
  font-size: 0.5em;
  padding-right: 8px;
}

#header .header_menu .menu_parent .menu_pin.open {
  transform: rotateX(180deg);
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

#header .header_menu .menu_parent {
  position: relative;
  line-height: 25px;
  text-align: right;
  display: none;
  clear: both;
}

#header .header_menu .menu_parent a {
  /*background:#0d0d0d;*/
  border-bottom:1px solid #262626;
  margin:0 10px;
  padding:0 2px;
  font-weight: bold;
  line-height: 25px;
  width:100%;
}

#header .header_menu .menu_parent a:hover {
  box-shadow: 0px 0px 1px gray;
  background:#262626;
}

#header .header_menu .menu_children {
  display:none;
}

#header .header_menu li.menu_child a {
  padding-left: 10px;
  padding-right:3px;
  /*z-index: 9;*/
}

#header .header_menu .menu_children2 {
  margin-bottom: 3px;
  display:none;
}

#header .header_menu li.menu_child2 {
  /*z-index: 8;*/
}

#header .header_menu li.menu_child2 a {
  padding-left: 20px;
}

#header a.selected_menu, #footer a.selected_menu {
  /*background: #f0f1f4 !important;*/
}

#footer {
  position: relative;
  height: 200px;
  margin: 0 auto;
  width: 100%;
  bottom: 0;
  color: #333333;
  background-color: #eeeeee;
  line-height: 18px;

}

#footer #footer_left a {
  color: #333333;
  font-size: 0.95em;
}

#footer #footer_left a:hover {
  /*color:red;*/
}

#footer #footer_right {
  color: #333333;
  float: right;
  padding-left: 15px;
  padding-right: 10px;
}

#footer #footer_right #copyright {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 0.7em;
}

#footer  a {
  color: #333333;
  padding: 2px 4px;


}
#footer #footer_right a:hover {
  color:gray;
}



#footer #footer_right a.selected_menu {
  /*background-color: transparent !important;*/
}



.contact_form input , .contact_form textarea {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px;
}

.fancy_box {
  border-radius: 2px;
  margin:0 auto;
  padding:10px;
}

.fancy_button, a.fancy_button {
  display:inline-block;
  padding:10px 15px;
  border:2px solid maroon;
  color:maroon;
  background-color:white;
  border-radius:4px;
  font-size: 1.5em !important;
  cursor: pointer;
}
.fancy_button:hover, a.fancy_button:hover {
  color:red;
  border:2px solid transparent;
  background-color:#cecece;
  text-shadow:1px 1px 1px gray;
}

a.fancy_button .fancy_button_arrow {
  float:right;
  padding-left:10px;
  font-size:20pt;
}

#page_content {
  padding: 0 5px;
  background-color: transparent;
}

#page_content .center.small {
  max-width:400px;
  width: 100%;
  margin: 15px auto;
}

#page_content .center.medium {
  max-width:600px;
  width: 100%;
  margin: 15px auto;
}

#member_dashboard {
  padding:5px;
  margin: 10px 20px;
}

/*#member_dashboard .content_comments {
  background:#0d0d0d;
  color:#d9d9d9;
}*/

#member_dashboard .dashboard_links a {
  font-size: 1.1em;
  line-height: 20pt;
}

#member_dashboard .recent_content {
  width:100%;
  margin: 10px 0;
}

#member_dashboard .recent_content .recent_content_item {
  display: table-cell;
  border:1px solid silver;
}


/*.leaflet-marker-pan */.place_icon_marker, .arrow_icon_marker {
/*  max-width: 20px;
  width:100%;

  max-height: 20px;*/
  /*background: white ;*/
  /*display:block;*/
  /*border:1px solid gray;*/
  /*border-radius: 50%;*/

}

.marker_ctl_box {
  z-index: 11;
  background-color: white;
  padding: 5px;
}



/*      html, body {
        height: 100%;
        padding: 0;
        margin: 0;
      }*/
#map_1 {
  /* configure the size of the map */
  min-height: 650px;
  width: 100%;
  height: 96%;
  margin: 18px auto 0 auto !important;

}

#map_ctl {
  display: none;
  position: absolute;
  top: 0;
  line-height: 18px;
  height: 16px;
  width:100%;
  background-color: white;
  z-index: 9999;
  clear: both;
}

#map_ctl #ctls {
  display: none;
  float: left;
  margin: 0 5px;
}

#map_ctl #title_box {
  display: inline-block;
  margin: 0 5px;
}

#map_ctl #title_box #map_search_box {
  float:right;
  padding: 0 5px;
  z-index: 1000;
}

/*#map_ctl #title_box #map_search_box input {
  max-height:11px;
}*/

#map_ctl #map_search_box #map_search_suggestions {
  max-height:11px;
  font-size: 10px;
}

#map_ctl #msgs {
  float: right;
  margin: 0 5px;
}

#map_ctl #route_directions {
  position: fixed;
  /*top: 18px;*/
  left: 0;
  height: 96%;
/*  max-width: 420px;*/
  background-color: white;
  padding: 5px;
  overflow: auto;
}

#map_ctl #route_directions .route_point {
  padding-bottom: 5px;
}

.ui-autocomplete {
     z-index: 9999 !important;
}



#content .html_form_container label {
  display: block;
  margin-bottom: 25px;
}

#content .html_form_container .display_name {
  display: block;
  width: 170px;
  font-size: 16pt;
}

#content .html_form_container .description {
  display: block;
  width: 600px;
  height: 440px;
}

#content .html_form_container .html_form_btn {
  border: 0;
  /*background: none;*/
  font-size: 16px;
  padding: 0 20px;
  background: #3fbbc0;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px 4px;
}


.pricing ul li b {
  font-weight: 800;
  font-size: 1.1em;

}

.pricing ul li {
  font-size: 1.1em;
}




#content .linklist {
  column-count:3; -moz-column-count:3; -webkit-column-count:3;
  column-gap:2em; -moz-column-gap:2em; -webkit-column-gap:2em;
  text-align: center;
}
#content .linklist a {
    background: #3fbbc0;
    display: inline-block;
    min-width:285px;
    padding: 8px 35px 10px 35px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}


#content #addform .addform_row {
  margin: 10px;
  margin-bottom:40px;
  position: relative;
}
#content #addform .addform_row span.temp_text {
  display: block;
}
#content #addform .addform_row label {
  float: left;
  width: 30%;
}
#content #addform #title, #content #addform #description, #content #addform textarea {
  float: left;
  width: 70%;
}
#content #addform .title label, #content #addform .description label {
  font-weight: bold;
}
#content #addform input[type=text], #content #addform input[type=password], #content #addform select {
  width: 30%;
}
#content #addform textarea {
  height:150px;
}



.site_search_box .toggle_link img {
  max-width: 40px;
}

/*  Site Widgets  */




.login_widget {
  position: relative;
  float:right;
  margin-right: 50px;
  padding-top: 2px;
  white-space: nowrap;
  /*display: block;*/
 /* max-width:200px;*/
}

#login_welcome, #login_form .login input, #login_form label {
  font-size: 1.1em;
  font-weight: bold;
}

#login_welcome {
  padding: 0 10px 0 0;
  clear:both;
}


#login_form .login input {
  /*padding: 1px 0 1px 2px;*/
  /*height:24px;*/
  /*color:silver;*/
  /*margin-top: 2px;*/
  margin-right: 5px;
  width:120px;
  /*border-radius: 0px;*/
  /*border: 1px solid #262626;*/
  outline: none;
  /*background-color: black;*/
  float:left;
}

@media only screen and (max-width: 420px) {
  #login_form .login input {
    width:60px;
  }
  #login_form label {
    display:none;
  }
}

#login_form .forgot, #login_form .login {
  float:left;
}

#login_form .forgot input[type="image"] {
  /*border:1px solid #262626;*/
  /*max-width: 24px;*/
  width: 100%;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-top: 4px;
  /*background: #737373;*/
  float:left;
}


.login_widget #logout_box #login_dashboard_link {
  color: #333333;
  background-color: transparent;
  text-decoration: none;
  float: left;
  padding: 0 5px;
  margin-top: 3px;
  margin-right: 5px;
  font-size: .9em;
  font-weight: bold;
}
/*.login_widget #logout_box #login_dashboard_link:hover {
  color: #0d0d0d;
  background:gray;
  text-shadow: 0 0 1px silver;
}*/

.login_widget  #logout_box, .login_widget #login_welcome {
  display: inline-block;
  margin-right: 5px;
}

.login_widget  #logout_box #logout_form button {
  color:silver;
  height:24px;
  /*font-size: 0.8em;*/
  font-weight: bold;
  margin-left: 2px;
  /*margin-top: 2px;*/
  padding:1px 3px 1px 3px;
  background:black;
  border: 1px solid #262626;
  outline: none;
}
/*#login_form button:hover {
  color:white;
}*/




#site_messages a, #content #site_messages a {}

#recently_visited {display:inline}
#recently_visited span {padding-right:5px}

/*  Framework Widgets  */
#recently_visited {display:inline}
#recently_visited span {padding-right:5px;display:block}

#sub_nav_menu, .sub_nav_menu {
  display: inline-block;
  margin: 5px 5px 0;
  float: right;
}


.sub_nav_menu a {
  background:gray;
  padding:3px 5px;
  margin-bottom: 5px;
}

.share_links {
  float: right;
  position:absolute;
  top:172px;
  right:3px;
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}

#sort_table {
  background:white;
}



