
body {
    background: #434a50 url(../images/backgrounds/background.jpg) no-repeat;
    margin: 0;
    padding: 0;
    cursor: default;
    font-family: 'PT Sans Caption';
    transition: 0s linear;
    transition-property: background-position;
	background-position: 50% 0;
	position: relative;
	height: 100%;
}
/*
body {
    background-image: url(../images/backgrounds/background.jpg), url(../images/backgrounds/ETP_FOG.png);
    background-position: left top, bottom left;
    background-color: #434a50;
    background-repeat: no-repeat, no-repeat;
    margin: 0;
    padding: 0;
    cursor: default;
    font-family: 'PT Sans Caption';
    transition: 0s linear;
    position: relative;
    height: 100%;
}
*/

body > div.layout_bottom {
    background-image: url("/template/images/backgrounds/ETP_FOG.png");
    height: 495px;
    margin-top: -495px;
    z-index: -1;
}

body > #canvas_container {
    overflow: hidden;
    position: fixed;
    z-index: -1;
}
body > #canvas_container > #pixie {
    z-index:1;
}
body > .site_content {
    width: 1500px;
    margin: 0 auto;
}


body > .site_content {
    width: 1500px;
    margin: 0 auto;
}

header {
    background: transparent url(../images/backgrounds/header.png) no-repeat;
    height: 401px;
    width: 1310px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

header .logo {
    background: transparent url(../images/backgrounds/logo.png) no-repeat;
    height: 504px;
    width: 385px;
    margin: 105px auto 0;
}

nav {
    background: transparent url(../images/backgrounds/navigation.png) no-repeat;
    height: 87px;
    width: 1310px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 17px 0;
    line-height: 2.5rem;
}
nav a {
    font-size: 20px;
    font-family: 'Penumbra Serif', serif;
    font-weight: 500;
    color: #907869;
    padding: 0 6.5px;
    transition: all 0.3s;
}
nav a:hover, nav a:focus, nav a:active  {
    color: #8e786a;
    text-decoration: none;
    text-shadow: 10px 10px 15px #fde3bb, -10px -10px 15px #fde3bb, 5px 5px 15px #fde3bb, -5px -5px 15px #fde3bb, 0 0 30px #fde3bb;
}
nav span {
    color: #6d6a6a;
    font-size: 22px;
}

main  {
    width: 1080px;
    margin: 0 auto;
    color: #6d6a6a;
}
main > .row  {
    margin: 0;
    padding: 0;
    display: block;
}

main .content_left {
    display: inline-block;
    width: 772px;
    position: relative;
    float: left;
}

main .content_left .slider {
    position: relative;
}

main .content_left .slider .slider_bg {
    width: 100%;
    height: 332px;
    background: transparent url(../images/backgrounds/slider.png) no-repeat;
    z-index: 1;
    position: relative;
}
main .content_left .slider #home_slider {
    height: 288px;
    width: 736px;
    position: absolute;
    top: 0;
    left: 31px;
}
main .content_left .slider #home_slider .carousel-inner {
    height: 100%;
}
main .content_left .slider #home_slider .carousel-inner .carousel-item {
    height: 100%;
}
main .content_left .slider #home_slider .carousel-inner .carousel-item .carousel-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.55);
    color: #efd2ac;
    text-transform: uppercase;
    padding: 11px 0 14px;
    font-size: 20px;
    z-index: 3;
}

main .content_left .content_left_inner {
    background: transparent url(../images/backgrounds/content_middle.png) repeat-y;
    padding: 0 15px 50px 40px;
    position: relative;
    width: 100%;
    min-height: 1625px;
}


main .content_left .content_left_inner > h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #ad917f;
    position: relative;
    top: -15px;
    border-bottom: 2px solid #9d9691;
    padding-bottom: 10px;
    z-index: 5;
    font-family: "Penumbra Serif", serif;
}

main .content_left .content_left_inner h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ad917f;
    position: relative;
    border-bottom: 2px solid #9d9691;
    padding-bottom: 10px;
}

.content_left_inner a {font-weight: bold;}


main .content_left .content_left_footer {
    width: 100%;
    height: 150px;
    background: transparent url(../images/backgrounds/content_bottom.png) no-repeat;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

main .content_left .content_left_footer a {
    color: #6d6a6a;
}

main .content_left .content_left_footer span {
    font-size: 13px;
    position: relative;
    top: -1px;
    margin: 0px 3px;
}

main .content_right {
    display: inline-block;
    width: 304px;
    position: relative;
    background: transparent url(../images/backgrounds/rightside_middle.png) repeat-y;
    padding-top: 21x;
    margin-top: 298px;
    height: auto;
    min-height: 0;
}

main .content_right:before {
    content: "";
    background: transparent url(../images/backgrounds/rightside_top.png) no-repeat;
    height: 298px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -298px;
    z-index: -1;
}

main .content_right:after {
    content: "";
    background: transparent url(../images/backgrounds/rightside_bottom.png) no-repeat;
    height: 276px;
    width: 100%;
    position: absolute;
    left: -4px;
    right: 0;
    bottom: -276px;
    z-index: 0;
}

main .content_right .content_right_inner {
    margin-top: -305px;
    padding: 0 37px 0 8px;
    border-left: 2px solid #f1e4d8;
    margin-left: -2px;
}

main .content_right .content_right_inner .box_title {
    color: #ad917f;
    display: block;
    text-align: center;
    font-size: 19px;
    font-family: 'Penumbra Serif', serif;
    font-weight: 500;
    margin-bottom: 10px;
}

main .content_right .content_right_inner .box_content {
    font-size: 16px;
    padding: 0 20px;
}

main .content_right .content_right_inner .box_content ul.box_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

main .content_right .content_right_inner .box_content ul.box_list li {
    text-align: right;
}

main .content_right .content_right_inner .box_content ul.box_list li span:first-child {
    float: left;
}

main .content_right .content_right_inner hr {
    background: transparent url('../images/backgrounds/rightside_hr.png') no-repeat;
    height: 25px;
    width: 256px;
    border: 0px;
}

main .content_right .content_right_inner .discord_frame {
    height: 405px;
    width: 100%;
    border: 0px;
	left: 5px;
    position: relative;
    padding: 4px 8px 0 0;
}
/*
main .content_right .content_right_inner .discord_frame:before {
    background: transparent url('../images/backgrounds/discord_frame.png') no-repeat;
    height: 528px;
    width: 100%;
    content: "";
    position: absolute;
    left: -4px;
    right: 0;
    top: 0;
    bottom: -45px;
    z-index: 10;
}
*/

main .content_right .content_right_inner .discord_frame .df_top {
    background: transparent url('../images/backgrounds/discord_frame.png') no-repeat;
    height: 14px;
    width: 100%;
    content: "";
    position: absolute;
    left: -4px;
    right: 0;
    top: 0;
    bottom: -45px;
    z-index: 10;
}

main .content_right .content_right_inner .discord_frame .df_right {
    background: transparent url('../images/backgrounds/discord_frame.png') no-repeat;
    background-position: right -14px;
    height: 382px;
    width: 8px;
    content: "";
    position: absolute;
    right: 4px;
    top: 13px;
    bottom: -45px;
    z-index: 15;
}

main .content_right .content_right_inner .discord_frame .df_left {
    background: transparent url('../images/backgrounds/discord_frame.png') no-repeat;
    background-position: 0 -14px;
    height: 382px;
    width: 8px;
    content: "";
    position: absolute;
    left: -4px;
    top: 13px;
    bottom: -45px;
    z-index: 15;
}

main .content_right .content_right_inner .discord_frame .df_bottom {
    background: transparent url('../images/backgrounds/discord_frame.png') no-repeat;
    background-position: 0 bottom;
    height: 13px;
    width: 100%;
    content: "";
    position: absolute;
    left: -4px;
    right: 0;
    bottom: -3px;
    z-index: 10;
}

main .content_right .content_right_inner .discord_frame iframe {
    height: 400px !important;
    width: 100% !important;
}

::-webkit-scrollbar{
    width:16px
}
::-webkit-scrollbar-track {
    background: #4b474c;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
}

::-webkit-scrollbar-thumb:window-inactive, ::-webkit-scrollbar-thumb {
    background: #f1e4d8 !important;
}