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; }
	
.pulse {
    -webkit-animation-name: pulsate;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(255,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }	
 }	
	
.buttonlive {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 2px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}
.buttonlive3 {
    background-color:#AA3F00; 
    color: white; 
    border: 2px solid #AA3F00;
	border-radius: 5px;	
	width: 100%;
}
.buttonlive3:hover {
    background-color: white;
	border: 2px solid #AA3F00;
    color: black;
}	