@import url(https://fonts.googleapis.com/css?family=Lora:400,700|Roboto:400,700,400italic&subset=latin,latin-ext);

/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
:focus { outline: 0 }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto; }
mark { background: none; }
select { max-width: 100%; }
/* The Grid
================================================== */
.col:after,
.clr:after,
.group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.col { display: block; float: left; margin: 0 0 2% 1.6%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/*percent grid*/
.span_1_of_1{width:100%}.span_2_of_2{width:100%}.span_1_of_2{width:49.2%}.span_3_of_3{width:100%}.span_2_of_3{width:66.1%}.span_1_of_3{width:32.2%}.span_4_of_4{width:100%}.span_3_of_4{width:74.6%}.span_2_of_4{width:49.2%}.span_1_of_4{width:23.8%}.span_5_of_5{width:100%}.span_4_of_5{width:79.68%}.span_3_of_5{width:59.36%}.span_2_of_5{width:39.04%}.span_1_of_5{width:18.72%}.span_6_of_6{width:100%}.span_5_of_6{width:83.06%}.span_4_of_6{width:66.13%}.span_3_of_6{width:49.2%}.span_2_of_6{width:32.26%}.span_1_of_6{width:15.33%}.span_7_of_7{width:100%}.span_6_of_7{width:85.48%}.span_5_of_7{width:70.97%}.span_4_of_7{width:56.45%}.span_3_of_7{width:41.92%}.span_2_of_7{width:27.42%}.span_1_of_7{width:12.91%}.span_8_of_8{width:100%}.span_7_of_8{width:87.3%}.span_6_of_8{width:74.6%}.span_5_of_8{width:61.9%}.span_4_of_8{width:49.2%}.span_3_of_8{width:36.5%}.span_2_of_8{width:23.8%}.span_1_of_8{width:11.1%}.span_9_of_9{width:100%}.span_8_of_9{width:88.71%}.span_7_of_9{width:77.42%}.span_6_of_9{width:66.13%}.span_5_of_9{width:54.84%}.span_4_of_9{width:43.55%}.span_3_of_9{width:32.26%}.span_2_of_9{width:20.97%}.span_1_of_9{width:9.68%}.span_10_of_10{width:100%}.span_9_of_10{width:89.84%}.span_8_of_10{width:79.68%}.span_7_of_10{width:69.52%}.span_6_of_10{width:59.36%}.span_5_of_10{width:49.2%}.span_4_of_10{width:39.04%}.span_3_of_10{width:28.88%}.span_2_of_10{width:18.72%}.span_1_of_10{width:8.56%}.span_11_of_11{width:100%}.span_10_of_11{width:90.7%}.span_9_of_11{width:81.47%}.span_8_of_11{width:72.24%}.span_7_of_11{width:63.01%}.span_6_of_11{width:53.78%}.span_5_of_11{width:44.55%}.span_4_of_11{width:35.32%}.span_3_of_11{width:26.09%}.span_2_of_11{width:16.86%}.span_1_of_11{width:7.63%}.span_12_of_12{width:100%}.span_11_of_12{width:91.46%}.span_10_of_12{width:83%}.span_9_of_12{width:74.54%}.span_8_of_12{width:66.08%}.span_7_of_12{width:57.62%}.span_6_of_12{width:49.16%}.span_5_of_12{width:40.7%}.span_4_of_12{width:32.24%}.span_3_of_12{width:23.78%}.span_2_of_12{width:15.32%}.span_1_of_12{width:6.86%}
/*clear float and remove left margin*/
.clr-margin { margin-left: 0 }
.count-1 { clear: both; margin-left: 0; }
.col-1,
.col.first { clear: both; margin-left: 0; }
/* Body & Main
================================================== */
body { 
  background-image: url('images/body_bg.jpg'); 
  background-position: 50%;
  color: #343434;
  font: 15px/1.6 'Roboto', sans-serif; 
  -webkit-font-smoothing: antialiased; 
}

body a { 
  color: #357B2C;
  text-decoration: none; 
}

body a:hover { 
  color: #000; 
}

.container { margin: 0 auto; width: 1000px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
#wrap { 

	padding: 0 30px; 
}
.left-content { float: left; width: 640px;}
.sidebar-container { float: right; width: 250px; }
/* Commons
================================================== */
.clr:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clear { clear: both }
img { height: auto; max-width: 100%; }
blockquote { font-size: 1.4em; line-height: 1.75em; margin-bottom: 30px; position: relative; font-family: 'Georgia'; color:  #787878; background: url("images/quote.png") left 4px no-repeat; padding-left: 60px; }
blockquote.left { float: left; margin-left: 0; margin-right: 20px; text-align: right; width: 33%; }
blockquote.right { float: right; margin-left: 20px; margin-right: 0; text-align: left; width: 33%; }
pre { background: #f9f9f9; padding: 20px; margin-bottom: 30px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-family: 'Verdana'; }
address { letter-spacing: 1px; margin: 20px 0; }

/* Lists
================================================== */
ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border:0px solid #ddd;
  background:transparent;
}

th {
  background:transparent;
  font-weight: bold;
  padding:10px 10px;
}

tr{
  padding:5px 5px;
  background:transparent;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

tr.even{
  background:transparent;
}

tr.odd {
  background:#f2f2f2;
}

tbody tr:hover{
  color:#fff;
  background:#357B2C;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

tbody tr:hover i{
  color:#fff;
}

tbody tr a{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

tbody tr:hover a{
  color:#fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

td{
  background:transparent;
  padding:5px 10px;
  border:0px solid #ddd;
}

td.active {
  background:transparent;
}

/* Typography
================================================== */
h1,h2,h3,h4,h5,h6 { 
  font-family: 'Lora', serif;
  color: #000; 
  line-height: 1.4em; 

}

h1 {
  font-size: 1.814em;
  margin: 0 0 20px;
}

h2 {
  font-size: 1.486em;
}

h3 {
  font-size: 1.286em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.857em;
}

h6 {
  font-size: 0.714em;
}

p { margin: 0 0 20px }
h1 a, h2 a, h3 a, h4 a { color: #000; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: #357B2C; text-decoration: none; }
em { font-style: italic }
strong { font-weight: 600; }
small { font-size: 80% }
hr { border: solid #eee; border-width: 1px 0 0; clear: both; height: 0; margin: 40px 0; }
a { outline: 0 }

/* Header
================================================== */
/*header*/
#header { 
	text-align: center;
	padding: 10px 0;
       position: relative; 
}

/*logo*/
#logo img { 
	display: inline-block;
	max-width: 100%;
}

#logo a { 
	color: #000; 
	font-size: 32px; 
	text-decoration: none; 
}

/* Main Navigation
================================================== */
#main-menu > ul,
#main-menu > ul * { margin: 0; padding: 0; list-style: none; }
#main-menu > ul li { position: relative }
#main-menu > ul ul { position: absolute; display: none; top: 100%; left: 0; z-index: 10001; }
#main-menu > ul > li { float: left }
#main-menu > ul li:hover > ul,
#main-menu > ul li.sfHover > ul { display: block }
#main-menu > ul a { display: block; position: relative; }
#main-menu > ul ul ul { top: 0; left: 100%; }
#main-menu > ul { float: left }
#main-menu > ul ul { min-width: 160px; *width: 160px; }
#main-menu > ul a { zoom: 1 }
#main-menu > ul li { position: relative; white-space: nowrap; *white-space: normal; -webkit-transition: background .2s; transition: background .2s; }
#main-menu > ul li:hover,
#main-menu > ul li.sfHover { -webkit-transition: none; transition: none; }
#main-menu > ul .sf-mega { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
#main-menu > ul li:hover > .sf-mega,
#main-menu > ul li.sfHover > .sf-mega { display: block }
/*styling*/
#site-navigation-wrap { 
  background: #fff; 
  margin: 0 0 20px 0; 
  height: 50px; 

  
  background:#fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);

}
#site-navigation #main-menu > ul li { display: block; float: left; height: 50px; line-height: 50px; }
#site-navigation #main-menu > ul a { 
  color: #333;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  padding: 0 30px;
  letter-spacing:1px;

  font-size:17px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#site-navigation #main-menu > ul > li > a:hover,
#site-navigation #main-menu > ul > li.sfHover > a,
#site-navigation #main-menu > ul > li > a.active,
#site-navigation #main-menu > ul > li > a.active:hover { background: #357B2C; color: #fff; }
/*drop-down styles*/
#site-navigation #main-menu > ul ul { 
  background: #fff;
  background: rgba(255,255,255,0.85); 
  font-size: 12px;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#site-navigation #main-menu > ul ul a { display: block; height: auto; line-height: 1.7em; padding: 10px 20px; margin: 0px; border: 0px; text-transform: none; }
#site-navigation #main-menu > ul ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); line-height: 1.4em; height: auto; float: none; display: block; }
#site-navigation #main-menu > ul ul li > a:hover { 
  background: #357B2C;
  color: #fff;
}

#site-navigation #main-menu > ul ul li:last-child { border: none; }
/*arrows*/
#site-navigation #main-menu > ul li .fa-angle-down { margin-left: 5px }
#site-navigation #main-menu > ul li ul li .fa-angle-right { position: absolute; top: 50%; right: 15px; height: 20px; line-height: 20px; margin-top: -10px; }

/*hide responsive elements
================================================== */
#navigation-toggle, .sidr, #sidr-close { display: none }

/* Sidebar
================================================== */
.sidebar-container .block { margin-bottom: 30px; }
.sidebar-container .block > h2 { font-size: 1.5em;  margin: 0 0 10px; }
/* Widgets
================================================== */
.sidebar-container select { width: 100%; }
/* FlexSlider
================================================== */
/* Necessary Styles*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; margin: 0; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
/*main*/
.flexslider-container { position: relative; }
.flexslider-container img { display: block; }
/*next/prev*/
.flex-direction-nav { z-index: 9; position: absolute; bottom:0; right: 0; }
.flex-direction-nav li { display: block; float: left; margin-left: 0; }
.flex-direction-nav li a { display: block; height: 30px; line-height: 30px; width: 35px; text-align: center; opacity: 0.8; background: #000; color: #fff; font-size: 14px; }
.flex-direction-nav li a:hover { opacity: 1; background: #357B2C; color: #fff; text-decoration: none; }
.flex-direction-nav li a .genericon { font-size: 16px; height: 30px; line-height: 30px; }
/*pagination*/
.flex-control-nav { margin-top: 20px; }
.flex-control-nav li { display: block; float: left; }
.flex-control-nav a { background-color: transparent; border: 0; color: #606060; background: #ddd; cursor: pointer; display: block; float: left; height: 30px; line-height: 30px; margin-right: 2px; width: 30px; text-align: center; ftext-decoration: none; }
.flex-control-nav a:hover,
.flex-control-nav a.flex-active { background: #357B2C; color: #fff; text-decoration: none; }
/* Homepage
================================================== */
#homepage-slider-wrap { margin: -40px -30px 30px; }


#breadcrumbs {
  font-size: 11px;
  margin: 5px;
}


/* =Content
----------------------------------------------- */

.node h2.title{
  font-size: 1.750em;
  margin: 0;
}

h1.page-title {
  margin: 5px 0 10px;
  font-size: 2em;
}

#content .node-teaser {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
}

.node-teaser p {
  margin-bottom: 1em;
}

.region-content-top {
  margin: 15px 0 20px;
}

#preface-wrap .block > h2,
.region-content-top .block > h2 {
  font-size: 1.5em;
  margin: 0 0 10px;
}

/* Preface
================================================== */
#preface-wrap { padding: 10px 0 0; }
#preface-wrap input[type="text"],
#preface-wrap input[type="search"] { border:  none; }
#preface-wrap select { width: 100%; }
#preface-wrap a:hover { text-decoration: none; }
#preface-wrap .block { margin-bottom: 20px }
#preface-wrap .span_1_of_3.col-1 { padding-right: 10px; }
#preface-wrap .span_1_of_3.col-2 { padding-left: 5px; padding-right: 5px; }
#preface-wrap .span_1_of_3.col-3 { padding-left: 10px; }

/* Footer
================================================== */
#footer-wrap { 
  padding: 10px 0;

}
#footer-wrap input[type="text"],
#footer-wrap input[type="search"] { border:  none; }
#footer-wrap select { width: 100%; }
#footer-wrap a {  }
#footer-wrap a:hover {  }
#footer-wrap .block > h2 {  }
#footer-wrap .block { }
#footer-wrap .span_1_of_3.col-1 { padding-right: 10px; }
#footer-wrap .span_1_of_3.col-2 { padding-left: 5px; padding-right: 5px; }
#footer-wrap .span_1_of_3.col-3 { padding-left: 10px; }
.footer-block > ul > li { padding: 2px 0; border-bottom: 1px solid #333; }
.footer-block > ul > li:first-child { border-top: 1px solid #333; }
#copyright-wrap { background: #000; border-top: 1px solid #222; margin: 0 -30px 0; padding: 20px 30px; color: #666; text-align: center; }
#copyright-wrap a:hover{ color: #fff; }

/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }
/*floats*/
.floatleft { float: left }
.floatright { float: right }
/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }

/* -------------- Form Elements  ------------- */

fieldset { 
  background: rgba(255,255,255,0.6);
  border: 1px solid #cccccc;
  margin-top: 10px; 
  margin-bottom: 32px;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0,0,0,0.8);
  box-shadow: 0 2px 10px -2px rgba(0,0,0,0.8);
  padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  
/*  font-size: 0.929em;*/
  font-size: 1.4em;

}

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {

  border: 0px solid #dbdbdb;
  -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
  color: #333333;  position: relative; font-weight:bold; padding: 10px 20px; font-size: 15px; 

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer; 
  background: #357B2C;
  color:#fff;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  font-size: 1em;
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  background: #357B2C;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 0.929em;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {

}

.item-list .pager li {
  background: #fff;
  border:1px solid #aaa;
  border-radius: 0px;
  margin-right: 5px;
  text-shadow: 1px 1px #fff;
  display: inline;
  list-style-type: none;
  padding: 0;
  display: inline-block;
  margin-bottom: 10px;
}

.item-list .pager li a{
  padding: 0.2em 0.8em;
  display: inline-block;
}

.item-list .pager li.pager-current{
  padding: 0.2em 0.8em;
  border:1px solid #444;
}

.item-list .pager li.pager-item{

}

.item-list .pager li.pager-ellipsis{
  padding: 0.2em 0.8em;
  border:0px solid #aaa;
}


.maintenance-page #content{
  text-align:center;
}

#main{
  margin-top:30px;
  padding:20px;
  background:#fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
}

#content_bottom .block{
  margin-top:30px;
  padding:20px;
  background:#fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
}

h1.page-title{
    font-size: 1.914em;
    margin: 0 0 20px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
}

.maintenance-page h1{
    font-size: 1.814em;
    margin: 0 0 20px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
}

span.state-icon{
  font-size:18px;
  text-aligen:center;
  width:100%;
  line-height: 18px;
}

span.red{
  text-align:center;
  color:#B03739;
}

span.green{
  text-align:center;
  color:#3ABA81;
}

.menu-search i{
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #1c1c1b;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  padding: 0 15px;
  font-size: 25px;
  text-transform: uppercase;
}
#menu-search{
    float:right;
}

.search-open{
    float:right;
}

#menu-search a{
    color: #000;
}

#menu-search .search-text{
    height:30px;
    padding:10px;
    width:150px;
    border:0px;
    background:#eee;
}

#menu-search input.search-text{
    margin:0px;
    border:0px;
    background:#efefef;
    color:#000;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    right: 0;
    display:none;
    text-shadow: 0 1px 0 #FFFFFF;

}

.search-open{
    height: 30px;
    width: 50px;
    font-size: 25px;
    line-height: 30px;
    margin: 0px;
    padding: 0;
    display: inline-block;
    align-items: flex-start;
    text-align: center;
    padding: 10px 0;
}

.search-highlight{
    background:F7E80C;
}

#search{

    background:#eee;
    float: right;
    position: relative;
}

.sf-menu{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.sf-menu-disabled{    
    opacity: 0.0;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    
}

#mobile-navigation{
  display:none;
}

.view-search .views-row{
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:1px solid #aaa;
}

.sticky-wrapper{
  z-index:150;
  position: relative;
}

#statement{
  background:#efefef;
  padding: 10px;
  margin: -20px;
}

#statement-info{
  color: #B03739;
  text-align:center;
}

#statement-info h3{
  color: #B03739;
  text-align:center;
}

#content_bottom h2{
    margin: 0 0 10px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0em;
}

::selection {
  background: #357B2C;
  color:#fff;
}

::-moz-selection {
  background: #357B2C; 
  color:#fff;
}

.node-type-company .company-logo{
  text-align:center;
}


.file-display-wrapper{
    width: 100%;
}

.file-display-wrapper .file-item-wrapper:last-child{
    border-bottom: 0px solid #aaa; 
}

.file-item-wrapper{
    display: inline-block;
    margin: 0.2% 0;
    padding: 0.2% 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #aaa; 
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform:scale(1.0);
}

.file-item-wrapper:hover{
    transform:scale(1.02);
    border-bottom:1px solid #eee;
    
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background:#eee;

    -webkit-box-shadow: 0 5px 15px 1px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px 1px rgba(0,0,0,0.5);
}

.file-icon{
    display: inline-block;
    width: 5%;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    float: left;
    margin-right:1%;
}

.file-name-wrapper{
    display: inline-block;
    line-height: 40px;
    width:70%;
    float:left;
}

.file-description{
    display: inline-block;
    font-weight:bold;
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;      
    width: 100%; 
    float: left;
}

.file-name{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;       
    float: left;
}

.file-size{
    display: inline-block;
    padding: 0px 3px;
    background: #777;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;

    line-height: 19px;
    font-size: 14px;
    float: left;
    margin-right: 10px;

}

.view-icon,
.download-icon{
    display:inline-block;
    float: right;
    width: 5%;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.view-icon a,
.download-icon a{
    padding:5px;
}

.splash-link-img{
  margin-top: 35vh;
  display: inline-block;
  width: 100%;
  background: rgba(255,255,255,0.6);
 
 -webkit-box-shadow:inset 0 0 10px -2px rgba(0,0,0,0.9);
 box-shadow:inset 0 0 10px -2px rgba(0,0,0,0.9);
}

.splash-link-text{
  display: inline-block;
  width: 100%;
  text-transform:uppercase;
}


.view-aktualis-kozbeszerzesek select{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding:4.5px;
    font-size:20px;
    height:37px;
    line-height:37px;
    margin:2px;
    width:500px;
    max-width:100%;
}

.view-aktualis-kozbeszerzesek .form-submit{
    margin:2px;

}
.page-stsr-reservation-admin .pager,
.page-stsr-reservation .pager{
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;

  padding-bottom: 1em;
  border-bottom: 1px solid #777;
}

.page-stsr-reservation-admin .pager .range,
.page-stsr-reservation .pager .range{
  display: inline-block;
  padding: 10px;
  line-height: 15px;
}

.page-stsr-reservation-admin .pager a,
.page-stsr-reservation .pager a{
  display: inline-block;
  margin: 10px;  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;    

  background: #efefef;

  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px -10px rgba(0,0,0,0.6);
  box-shadow: 0 5px 15px -10x rgba(0,0,0,0.6);  
}

.page-stsr-reservation-admin .pager a.active,
.page-stsr-reservation-admin .pager a:hover,
.page-stsr-reservation .pager a.active,
.page-stsr-reservation .pager a:hover{

  background: #357B2C;
  color: #fff;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;  

  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);    
}

.page-stsr-reservation-admin .week-num,
.page-stsr-reservation .week-num{
  margin: -10px -10px 10px -10px;
  padding: 2px 5px;
  background: rgba(0,0,0,0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;  

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;  

  font-weight: bold;
}

.page-stsr-reservation-admin .pager a.active .week-num,
.page-stsr-reservation-admin .pager a:hover .week-num,
.page-stsr-reservation .pager a.active .week-num,
.page-stsr-reservation .pager a:hover .week-num{
  background: rgba(0,0,0,0.2);
  color: #fff;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.day_wrapper_disabled{
  background: #eee;
  color: #666;
}

.day_wrapper{
  width: 16%;
  margin: 1%; 
  display: inline-block;
  vertical-align: top;

  -webkit-border-radius: 5px;
  border-radius: 5px;  
  padding: 1%;  
}

.days_wrapper{
  text-align: center;
}

.day_header{
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #666;
}

.days_wrapper .a-empty,
.days_wrapper .empty{
  background: #a5d6a7;
}

.days_wrapper .a-pend,
.days_wrapper .pend{
  background: #fff59d;
}

.days_wrapper .a-full,
.days_wrapper .full{
  background: #ef9a9a;
}

.days_wrapper .time_slot{
  margin: 2%; 
  display: inline-block;
  vertical-align: top;

  -webkit-border-radius: 5px;
  border-radius: 5px;  
  padding: 2% 10%;
  cursor: pointer;
}

.days_wrapper .time_slot_empty{
  margin: 2%; 
  display: inline-block;
  vertical-align: top;

  -webkit-border-radius: 5px;
  border-radius: 5px;  
  padding: 2% 10%;
  background: #eee;
  color: #666;
  cursor: not-allowed;  
}

.days_wrapper .pend,
.days_wrapper .full{
  cursor: not-allowed;  
}

.stsr_form_wrapper{
  /*display: none;*/

  text-align: center;
}

.days_wrapper .selected_slot{
  background: #03a9f4; 
}

.stsr_more_info{
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 1px solid #777;  
  font-size: small;
  text-align: center;
}

.stsr_selected_range{

  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #777;  

  margin-bottom: 1em;  
  padding-bottom: 1em;
  border-bottom: 1px solid #777;  
  text-align: center;  

}

.stsr_selected_range button{
  background: transparent;
  font-size: 30px;
  padding: 0px;
  margin: 0 0.5em;
  line-height: 34px;  
}

.stsr_selected_range button:hover{
  color: #357B2C;
}

#stsr_selected_range_text{
  display: inline-block;
  margin: 0 0.5em;
  font-size: 22px;
  font-weight:bold;
  vertical-align: top;
  line-height: 34px;
}

#stsr_form label{
  margin-top: 0.5em;
  letter-spacing: 1px;
  font-weight: bold;
}

#stsr_form input{
  border-width: 1px;
  border-color:#ddd; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
}

.stsr_form_error{
  border-color: #b71c1c!important;
}

.red{
  color: #b71c1c; 
}

.green{

}

.stsr_form_error_text{
  color: #b71c1c; 
  font-size: small;  
}

#stsr_form_submit{
  margin-top: 1em;
}

.legend span{
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #888;

  -webkit-border-radius: 5px;
  border-radius: 5px;

  margin-bottom: -3px;
  display: inline-block;  
}

.legend{
  width: 100%;
  text-align: center;
}

.legend-block{
  display: inline-block;
  line-height: 15px;
  margin-right: 20px; 
}

.legend-block .empty{
  background: #a5d6a7;
}

.legend-block .pend{
  background: #fff59d;
}

.legend-block .full{
  background: #ef9a9a;
}

.legend-block .time_slot_empty{
  background: #eee;
}