@charset "utf-8";
/* CSS Document */

h1.page-title,
.mini-sidebar .widget > h3,
input[type=submit],
#sidebar .widget > h3,
.item-block .item-comment,
.strict-block .block-title,
.breaking-news .breaking-title,
.tag-cloud a,
#wp-calendar thead,
#wp-calendar caption,
.ot-jumplist .open-jumplist,
.ot-jumplist .actual-list {
	background-color: #2c3e50;
}
#wp-calendar tbody td#today {
	box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px #2c3e50, inset 1px 0 0 3px #2c3e50;
}
.header #main-menu {
	background-color: #292929;
}
body {
	background: #efefef;
}
h1, h2, h3,
h4, h5, h6,
.header #main-menu a,
.header #top-sub-menu a,
.header-topmenu ul li a,
.header-2-content .header-weather strong,
.widget-contact li strong,
.item-block-4 .item-header strong,
.photo-gallery-grid .item .category-photo {
	font-family: "Titillium Web", sans-serif;
}
a {
	color: #232323;
}
a:hover {
	color: #2c3e50;
}
.footer .widget > h3 {
	color: #353535;
}
.footer .widget > h3 {
	border-bottom: 3px solid #2c3e50;
}
#main {
    position: absolute;
    width: 70%;
    left:15%;
    top:0;
    height:100%;
    background: #e3dfd7;
    overflow-y: hidden;
}
#content {
    height: inherit;
    background: #ebebeb;
    width: 100%;
    padding:20px;
    box-sizing: border-box;
}
#content input {
    width: 100%;
    font-size:20px;
    color: #424242;
    padding:10px;
}
#results{
    width:100%;
    display: none;
    bordder-bottom:1px solid black;
    bordder-left:1px solid black;
    bordder-right:1px solid black;
}
#results #item {
    box-sizing: border-box;
    padding:10px;
    font-size:18px;
    width: 100%;
    background: white;
    border-bottom:1px solid #bdbdbd;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(<? echo $mainURL; ?>/images/Preloader_2.gif) center no-repeat #fff;
}
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}	
.button1 {
    background-color: #FFF9E4; 
    color: black; 
    border: 1px solid #FFF9E4;
	border-radius: 5px;	
	width: 100%;
}
.button1:hover {
    background-color: white;
	border: 2px solid #FFF9E4;
    color: black;
}	
.button2 {
    background-color: #D9B0B0; 
    color: white; 
    border: 1px solid #D9B0B0;
	border-radius: 5px;	
	width: 100%;
}
.button2:hover {
    background-color: white;
	border: 2px solid #D9B0B0;
    color: black;
}		
.button3 {
    background-color: #f44336; 
    color: white; 
    border: 2px solid #f44336;
	border-radius: 5px;	
	width: 100%;
}
.button3:hover {
    background-color: white;
	border: 2px solid #f44336;
    color: black;
}
.btn-group button {
  background-color: #262436;
  border: 0px solid black;
  color: white;
  padding: 10px 24px;
  cursor: pointer;
  float: left;
  border-radius: 1px;
}
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}
.btn-group button:not(:last-child) {
  border-right: none;
}
.btn-group button:hover {
  background-color: #036AA4;
}
.sticky {
  padding: 20px;
  text-align: center;
  background: #EBD298;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}		