@import url("/css/reset.css");
@import url("/css/style-common.css");
@import url("/js/jquery-ui/jquery-ui.min.css");
@import url("/js/jquery-ui/jquery-ui.theme.min.css");
@import url("/css/site-mtcore.css");
@import url("/css/site-cms.css");

@font-face {
    font-family: 'NewCicleFina';
    src:  url('/css/NewCicleFina-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    src:  url('/css/Montserrat-Regular.ttf') format('truetype');
}
/*@font-face {
    font-family: 'Verdana';
    src:  url('/css/Verdana.ttf') format('truetype');
}*/
@font-face {
    font-family: 'Catamaran';
    src:  url('/css/Catamaran/Catamaran-Regular.ttf') format('truetype');
}


.site-sans {font-family: Verdana, Arial, Helvetica, Sans-serif;}
.site-serif {font-family: 'Catamaran';}
.site-script {font-family: 'NewCicleFina';}
.site-block {font-family: 'Montserrat';}
.site-slick {font-family: 'NewCicleFina';}

/*  Main site layout  */

BODY, HTML {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 12pt;
  line-height:20px;
}

HTML {
  background-color: black;
  background-image: linear-gradient(to bottom, rgba(0,0,0, .05), rgba(0,0,0, .05)), url('/images/background-3.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*BODY, HTML, TABLE, TD, SPAN, DIV {
  font-size: 100%;
}

*/

BODY {
  padding-top: 200px;
}

h1 {
  color: #333;
  font-weight:bold;
  font-size: 18px;
}

h2 {
  color: #514a41;
  font-weight:bold;
  font-size: 16px;
}

h3 {
  color: #666;
  font-weight:bold;
  font-size: 14px;
}

ul {
  list-style-position: inside;
}


#site-messages {width:900px; margin:6px auto 5px 60px; padding:5px}

#header {
  width:100vw;
  position: relative;
  text-align: center;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  z-index: 2;
}

#header_inner {
  width: 100%;
  margin:0 auto;
  background-color: transparent;
}


#header img#header_image {
  height:100%;
  margin-top: 5px;
}

#header .header_link_group_1 a, #header .header_link_group_2 a {
  font-size: 20pt;
  text-decoration: none;
  color: black;
  font-family: 'Catamaran';
  text-shadow: 1px 1px 1px gray;
}

#header .header_link_group_1 a:hover, #header .header_link_group_2 a:hover {
  text-shadow: 1px 1px 1px silver;
}

#header .header_image_group {
  position: relative;
  display:  inline-block;
  width: 20vw;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
  /*border:  1px dotted maroon;*/
}

#header .header_link_group_1 {
  display:  inline-block;
  margin: 10px 0;
  /*width: 300px;*/
  /*text-align: right;*/
  vertical-align: middle;
  /*border:  1px dotted maroon;*/
  /*justify-content: stretch;*/
  word-spacing: 10px;
}

#header .header_link_group_2 {
  display:  inline-block;
  margin: 10px 0;
  /*width: 300px;*/
  /*text-align: left;*/
  vertical-align: middle;
  /*border:  1px dotted maroon;*/
  /*justify-content:  stretch ;*/
  word-spacing: 10px;
}

@media only screen and (max-width: 1100px) {
  #header img#header_image {
    height:150px;
  }
}

@media only screen and (max-width: 820px) {
  #header .header_image_group {
    float: left;
  }
  #header img#header_image {
    height:120px;
  }
  #header .header_link_group_1 {
    margin-right: 10px;
  }

}



@media only screen and (max-width: 420px) {
  #header .header_link_group_1 a, #header .header_link_group_2 a {
    margin-bottom: 10px;
    font-size: 14pt;
  }
  #header img#header_image {
    height:80px;
  }

}

#header_menu {
  float:left;
}


#header a {
  font-weight: bold;
}

/*#header a:hover {color:orange}*/




#content {
  position: relative;
  color:#4d4d4d;
  width:100%;
  /*max-width:975px;*/
  min-height:480px;
  margin: 60px auto;
  transition: padding 0.3s ease-in-out;
  /*background-color: white;*/
}


#content a:link, #content a:visited {
  color:#1a1a1a;
}

#content a:hover {
  color:black;
}

#content #page_content {
  padding: 5px;
}


img.zoomed_image {
  max-width:440px;
  border: 2px solid black;
  border-radius: 5px;
  box-shadow: -1px 1px 3px black;
}



#content_top_section {
  position: relative;
  min-height:100vh;
  margin:50px auto;
  color:white;
  font-size:24pt;
  line-height:30pt;
  text-align:center;
  text-shadow:1px 1px 3px black;
}

@media only screen and (max-width: 1024px) {
  #content_top_section {
    min-height: 70vh;
    margin: 0 auto;
    font-size: 16pt;
    line-height: 24pt;
    text-shadow:1px 1px 2px black;
  }
}


#bottom div.center_content {
  margin:0 auto;
  height:280px;
  padding: 35px 0 5px 0;
  width:100%;
  max-width:975px;
}


#footer {
  position: relative;
  /*height: 120px;*/
  margin: 0 auto;
  width: 100%;
  color:white;
  background-color: #048ad3;
}

#footer_inner {
  width: 100%;
  margin:0 auto;
}

#footer #footer_left a {
  color:white;
  font-size: 11pt;
}

#footer #footer_left a:hover {
}

#footer #footer_right {
  color: white;
}

#footer #footer_right #copyright {
  float:right;
/*  position:absolute;
  bottom:5px;
  right:5px;*/
  font-size: 9pt;
}

#footer #footer_right a {
  color:white;
}
/*#footer #footer_right a:hover {
  color:gray;
}*/

#sub_nav_menu {
  margin:5px 0 5px 0;
}

#header_bottom a.selected_menu, #footer a.selected_menu {
      color: #fa8072;
}

.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.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 {
  background-color: #eee;
  border:1px solid silver;
  border-radius: 4px;
  box-shadow: 1px 1px 1px silver;
  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: 20pt !important;
  font-family: "Montserrat",sans-serif;
  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:0px;*/
}

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

#member_dashboard .dashboard_links {
  font-size: 14pt;
  line-height: 20pt;
}

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

#member_dashboard .dashboard_links {
  float:left;
  margin-right: 50px;
}

#member_dashboard .dashboard_events {
  float:left;
  /*max-width:70vw;*/
  /*max-width:80%;*/
}

/*#member_dashboard .dashboard_events a, .eventbox a {
  text-decoration: none !important;
}*/


#content .eventbox.eventbox_small, #content .eventbox.eventbox_large {
  padding:10px;
  margin: 5px 0;
  border-radius: 4px;
  background: #f1f1f1;
  border: 1px solid #f3f3f3;
}


#content .eventbox:hover {
  border: 1px solid silver;
}

.event_view {

}

.event_view .event_image {
  max-width:50%;
  float:right;
  margin:5px 10px 5px 15px;
}


.eventbox .mark_paid {

}



.crud_form .crud_form_field .crud_textarea {
  max-width: 450px;
  width: 100%;
  height: 250px;
}

#fcalendar td {
  font-size: 9pt;

}

#fcalendar {
  min-height: 1400px;

}

#addform label {
  display:  inline-block;
  width: 150px;
}

.reservations_box {
  border:1px solid gray;
  margin-bottom:10px;
  padding:10px;
}

/*#content .reservations_box a, #content .reservations_box a:link, #content .reservations_box a:visited {
  color:  white;
  background-color: #00b56f;
  padding:  2px 4px;
  text-decoration: none;
  font-weight: bold;
}*/

#content #group_form input, #content #group_form select {
  padding: 3px;
}

#content #group_form .equipment_fields label {
  font-size: 0.9em;
}




#content .reservation_list {
  max-width: 70vw;
}
#content .reservation_list td, #content .reservation_list th {
  padding: 5px;
}
#content .reservation_list td {
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
}
#content .reservation_list th {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
}
#content .reservation_list tr > th:last-child, #content .reservation_list tr > td:last-child {
  border-right: 1px solid silver;
}




#content .content_box {
  background-color: black;
  color: white;
  opacity: 0.8;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px gray;
  font-family: 'Catamaran';
  font-size: 1.3em;
  line-height: 1.3em;
  display: block;
}

#content .content_box h1 {
  font-family: 'NewCicleFina';
  font-size: 1.3em;
  color:  #006622;
}

#content .strain_image, #content .zoom1 {
  display:inline-block;
}

#content .strain_image img, #content .zoom1 {
  float:left;
  margin:5px 15px;
  /*max-width:40vw;*/
  max-height:200px;
}



#content .strain_box {
  background-color: black;
  color: white;
  opacity: 0.8;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px gray;
  font-family: 'Catamaran';
  font-size: 1.3em;
  line-height: 1.3em;
  display: block;
  margin:0 auto;
}

#content .strain_box h1 {
  /*font-family: 'Montserrat';*/
  font-family: 'NewCicleFina';
  font-size: 1.3em;
  color:  #d6f5d6;
}

#content .strain_box_small {
  position: relative;

}

#content .strain_box_small .strain_title {
  position: absolute;
  top: -5px;
  left: 2px;
  font-family: 'Montserrat';
  font-size: 10pt;
  font-weight: bold;
  color:  #d6f5d6;
  text-shadow: 1px 1px 1px black;

}

#content .content_box .terpene_title {
  position: absolute;
  top: 20px;
  left: 25px;
  font-family: 'Montserrat';
  font-size: 24pt;
  font-weight: bold;
  color:  #d6f5d6;
  text-shadow: 1px 1px 1px black;
}

#content .video_wrapper {
    width: 80%;
    margin: 10px auto;
    text-align: center;
}

#content #homepage_video, #content #aboutpage_video {
  max-width: 800px;
  width: 100%;
  margin:0 auto;
}

/*@media only screen and (max-width: 1100px) {
  #content #homepage_video {
    width:93vw;
  }
}

@media only screen and (max-width: 767px) {
  #content #homepage_video {
    width:84vw;
  }
}*/




.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 40vh;
}

.arrows path {
  stroke: white;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}











/*  Site Widgets  */

/*
label[aria-pressed=true] span {background-color:black;color:silver} //temp hack, remove after updating ui theme
*/
#login_welcome {
  padding: 0 10px 0 5px;
  color: black;
}

.login_widget {
  float:right;
  background-color: #eee;
}


#login_form {
  width:257px;
}

#login_welcome, #login_form .login input, #login_form label {
  float:left;
  font-size: 10pt;
  font-family: 'Catamaran';
  font-weight: bold;
  line-height: normal;
}
#login_form label {
  text-align: right;
  padding: 0 5px;
  font-size: 9pt;
}
#login_form .login input {
  padding: 1px 0 1px 5px;
  height:18px;

  /*margin-top: 2px;*/
  width:60px;
  border-radius: 0px;
  border: none;
  outline: none;
  background-color: gray;
}

#login_form .forgot input[type="image"] {
  border:1px solid gray;
  max-width: 18px;
  width: 100%;
  margin-bottom: 1px;
  margin-right: 0px;
  background: gray;
}


#login_dashboard_link {
  font-size: 12pt;
  margin-right: 5px;
  float: left;
  padding-right: 5px;
  font-weight: bold;
  line-height: normal;
}

#logout_box {
  line-height: normal;
  font-size: 11pt;
}

#logout_box #logout_form {
  margin:5px;
  float: right;
}

#logout_box #logout_form button, #login_form button {
  /*color:#cc6d00;*/
  height:20px;
  line-height: 12px;
  font-size: 9pt;
  /*margin-top: 2px;*/
  padding:1px 5px 1px 5px;
  margin-right: 5px;
  /*background:black;*/
  border: none;
  outline: none;
  /*opacity:0.6;*/
}

/*#logout_box #logout_form button {
}
#login_form button {
}*/
/*
#login_form .ui-icon-help {
  padding: 1px;
}
*/
#logout_box #logout_form button:hover, #login_form button:hover {
  /*color:#f78300;*/
}

#site-messages {
  max-width:820px;
  margin:0 auto 0 auto;
  padding:5px;
  background: #f1f1f1;
}

#site-messages.ui-state-highlight {
  max-width:820px;
  margin:0 auto 0 auto;
  padding:5px;
  background: #f1f1f1;
}

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

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





