@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
body,
html {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
html {
    overflow-y: scroll;
    background-color: #fff;
    background-image: url(../img/bg_img_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
header {
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.1);
    background-image: url(../img/header.png);
    background-position: center;
    text-align: center;
	background-repeat:no-repeat;
	background-size:cover;
    display: block;
    margin-bottom: 15px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;

}
#container {
    height: 100%;
    width: 100%;
}
#content {
    height: auto;
    width: 85%;
    background-color: transparent;
    justify-content: center;
    margin: auto;
}
footer {
    width: 100%;
    margin-top: 15px;
}
#footer1 {
    width: 100%;
    display: inline-block;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    vertical-align: bottom;
}
#footer1 .footer_title {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 100%;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding-bottom: 5px;
}
#footer1 .footer_text {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 120%;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    text-align: left;
}
#footer2 {
    width: 100%;
    padding: 20px 20px 20px 20px;
    background: rgba(0, 0, 0, 0.1);
}
#footer2 .footer_menu {
    width: auto;
    height: auto;
}
#footer2 .copyright {
    display: block;
    width: 100%;
    height: auto;
    line-height: 13px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.grid-container {
    width: 100%;
    background-color: transparent;
    overflow: hidden;
}
.grid-item {
    width: 25%;
    height: 250px;
    border: 2px solid transparent;
    float: left;
    box-sizing: border-box;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    border-radius: 10px;
}
.item-image {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 2px;
}
.item-title {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 50px;
    text-decoration: none;
    font-size: 18px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.item-surface {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 2px;
}
.item-surface a {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    display: block;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    border-radius: 2px;
}
.item-surface a:hover {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    border-radius: 2px;
}
.big_img_container {
    width: 100%;
    height: 540px;
    padding: 2px 2px;
    display: block;
}
.big_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.thumb-grid-container {
    width: 100%;
    background-color: transparent;
    overflow: hidden;
}
.thumb-grid-item {
    width: 10%;
    height: 1px;
    border: 2px solid transparent;
    float: left;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.thumb-item-image {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.thumb-item-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.thumb-item-surface {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.thumb-item-surface img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.thumb-item-surface a {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.button-container {
    width: 300px;
    height: 50px;
    border: 0;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.button-text {
    position: absolute;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #b8a18e;
    color: #000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    line-height: 50px;
}
.button-surface a {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    display: block;
}
.title-container {
    width: 100%;
    height: auto;
    background-color: transparent;
    clear: both;
}
.big-image {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: contain;
    margin: 15px 0;
}
.article-container {
    width: 100%;
    height: auto;
    background-color: transparent;
    overflow: hidden;
}
.article-text {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 15px;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0 0 2px 2px;
}
.article-text .link {
    text-decoration: none;
    font-weight: 400;
    color: #fff;
}
.article-text .link:hover {
    text-decoration: underline;
}
