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

h1 {
            text-align: center;
            color: silver;
            font-size: 20px;
        }
        
        h2 {
            text-align: center;
            color: silver;
            font-size: 20px;
        }
        
        h3 {
            text-align: center;
            color: silver;
            font-size: 20px;
        }
        
        h4 {
            text-align: center;
            color: silver;
            font-size: 20px;
        }
        
        p {
            text-align: justify;
            color: gray;
        }
        
        a {
            font-weight: bold;
            text-decoration: none;
            color: #8c6239;
        }
        
        .myButton {
            background-color: #2dac32;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            border-radius: 8px;
            border: 2px solid #fff;
            box-shadow: 0 0 15px 3px #fff;
            display: inline-block;
            cursor: pointer;
            color: #000;
            font-size: 40px;
            font-weight: bold;
            -webkit-transition-duration: 0.9s;
            /* Safari */
            transition-duration: 0.9s;
            padding: 10px 25px;
            text-decoration: none;
        }
        
        .myButton:hover {
            background-color: #000;
            color: #fff;
            border: 2px solid #2dac32;
            box-shadow: 0 0 15px 3px #2dac32;
        }
        
        .myButton:active {
            position: relative;
            top: 1px;
        }
        
        html {
			background-color: #000000;
            background-image: url("../img/bg.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        body {
            font-family: "Segoe UI", Arial, sans-serif;
        }
        
        table {
            border: 2px solid #988b54;
            box-shadow: 0 0 30px 5px #988b54;
            border-radius: 50px;
            background: rgba(0, 0, 0, 0.5);
            padding: 0px 15px;
        }
        
        .tag {
            font-size:small;
            float:left;
            line-height: .7em;
            padding:8px;
            margin: 0;
            display: none;
        }
        
        ul,ol {
            color:gray;
            text-align: justify;
        }
		strong{color:gray;}
		
		li.page_item{
			display: inline;
			padding: 3px 8px;
			font-weight: 600;
		}
		
		li.page_item .active{
			border-bottom: 2px solid #8c6239;
		}
		
		#navbar {
	display: block;
	float: left;
	margin: 0 auto;
	max-width: 940px;
	margin-bottom: 15px;
}
#navbar .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#navbar .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#navbar .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#navbar a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;	
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#navbar ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#navbar ul ul li {
	min-width: 180px;
}
#navbar ul ul ul {
	left: 100%;
	top: 0;
}
#navbar ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#navbar li:hover > a,
#navbar ul ul :hover > a {
	background: #333;
	color: #fff;
}
#navbar ul li:hover > ul {
	display: block;
}
#navbar ul li.current_page_item > a,
#navbar ul li.current_page_ancestor > a,
#navbar ul li.current-menu-ancestor > a,
#navbar ul li.current-menu-item > a,
#navbar ul li.current-menu-parent > a {
	color: #fff;
}
* html #navbar ul li.current_page_item a,
* html #navbar ul li.current_page_ancestor a,
* html #navbar ul li.current-menu-ancestor a,
* html #navbar ul li.current-menu-item a,
* html #navbar ul li.current-menu-parent a,
* html #navbar ul li a:hover {
	color: #fff;
}

.m{
	display: block !important;
}

.mbtn{
	display: none !important;
}
@media (max-width:768px){
	#navbar .menu-header li, div.menu li {
		float: none;
	}
	#navbar .menu-header, div.menu{
		width: 100%;
	}
	#navbar{
		width: 100%;
	}
	#navbar .menu-header ul, div.menu ul{
		margin-left: -7%;
	}
	.m{
		display: none !important;
	}
	.mbtn{
	display: block !important;
	padding: 5px 8px;
	margin: 15px auto;
	font-weight: 600;
	letter-spacing: 1px;
}
}

@media (max-width:510px){
    #navbar .menu-header ul, div.menu ul{
		margin-left: -15%;
	}
}
.show{
	display: block !important;
}

#navbar .menu-header, div.menu{
	margin-left: 0px;
}

img.attachment-full.size-full.wp-post-image,img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	width: 100%;
    max-width: 900px;
    height: auto;
}
.navigation{margin:35px 0px !important;color:#777;font-size:12px;line-height:18px;overflow:hidden}.navigation a:link,.navigation a:visited{color:#777;text-decoration:none}.navigation a:active,.navigation a:hover{color:#ff4b33}.nav-previous{float:left;max-width:50%}.nav-next{float:right;text-align:right;max-width:50%}#nav-above{margin:0 0 18px 0}#nav-above{display:none}.paged #nav-above,.single #nav-above{display:block}#nav-below{margin:-18px 0 0 0}

#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 100%;
	max-width: 240px;
	text-align: center;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#footer-widget-area{	
	text-align: center;
}
#footer-widget-area li{
	list-style: none;
	text-align: left;
}

.welcome img{
    width: auto;
    max-width: 100%;
    height: auto;
}

img {
	width: 100%;
	max-width: 920px;
	height: auto;
}

.tbl {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #a8b2bc;	
  border-radius: 1px;
  font-size: 18px;
  box-shadow: none;
}

.tbl th, .tbl td {
  text-align: center;
  padding: 3px 0px 3px 0px;
  border: 1px solid #a8b2bc;
  font-size:12px;
  color:white;
}

.keyword {
    font-weight:bold;
}

.tbl th {
  color:#3d3d3d;
  background-color:#291502;
}

.tbl tr {
  border-bottom: 1px solid #333;
}

.tbl tr:hover {
  border-bottom: 1px solid #a8b2bc;
}

.button {
  display: inline-flex;
  align-items: center;
  background: #291502;
  border-radius: 5px;
  height: 28px;
  padding: 0 10px;
  color: #a57d58;
  font-weight:700;
  font-family: Lato, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s, transform .3s, box-shadow .3s;
  will-change: transform;
  border: 1px solid #291502;
  -webkit-animation: glow 0.4s infinite alternate;  
     -webkit-transition: border 0.4s linear, box-shadow 0.4s linear;
       -moz-transition: border 0.4s linear, box-shadow 0.4s linear;
            transition: border 0.4s linear, box-shadow 0.4s linear;
  line-height:12px;
  box-shadow: 0 0 15px #291502;
}
.button:hover {
  color:#1b1b1b;
  font-weight:700;
  text-decoration:none;
  background: orange;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
}
.button:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 1px, 0);
}

@-webkit-keyframes glow {
    to {
         border-color: #a57d58;
    -webkit-box-shadow: 0 0 7px #a57d58;
       -moz-box-shadow: 0 0 7px #a57d58;
            box-shadow: 0 0 7px #a57d58;
    }
}

.new {
    top: -5px;
    left: 5px;
    position: relative;
}

.hide-m{}

@media (max-width: 480px) {
    
.hide-m{
    display: none;
}

}

.big{
    font-size: 32px;
    padding: 20px 35px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 8px;
}

div img{
    display: none;
}	

figure img {
    display: block;
}