* {
    box-sizing:border-box;
}

html,
body {
    margin:0;
    padding:0;
}

body {
    background:url("../images/bg.jpg") repeat-y center top;
    background-size:contain;
    color:#fff;
    font-size:17px;
    line-height:28px;
    font-weight:600;
    font-family:"Futura";
}
a {
    color:#111;
}
p {
    margin-top:0;
}
img {
    max-width:100%;
}

.container {
    width:85%;
    margin:0 auto;
    max-width:1772px;
}

.spacer {
    display:block;
/*    height:2.4em;;*/
    font-size: 2.1vw;
}

a.biglink {
    text-decoration:none;
    color:inherit;
    font-size:36px;
    line-height:46px;
}

h1,h2,h3 {
    text-align:center;
    margin-top:0;
    padding-top:0;
}

h1 {
    color:#f7f1ae;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
    font-size:55px;
    line-height:65px;
    letter-spacing:2px;
    font-weight:400;
}

h2 {
    font-size:35px;
    line-height:45px;
}

h3 {
    font-size:25px;
    line-height:35px;
}

h4 {
    font-size:20px;
    line-height:30px;
    margin-bottom:0;
}

em {
    font-weight:inherit;
}

.img-title {
    padding:20px 0;
    text-align:center;
}

.img-title img {
    max-width:90%;
}

.img-click-here {
    text-align:center;
    padding:40px 0 10px 0;
}
.img-click-here img {
    max-width:90%;
}
.text-center {
    text-align:center;
}

.clear-pad-bot {
    margin-bottom:0px;
}

img.full-width {
    width:100%;
}

.movie-thumb,
.book-thumb {
    float:right;
    max-width:50%;
    margin:0 0 20px 20px;
}

#header {
    background:rgba(246,245,170,0.75);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    border-bottom:1px solid #b5560a;
    z-index:9000;
}

.mobile-trigger {
    width:40px;
    height:40px;
    display:none;
    cursor:pointer;
}
#footer {
    position:relative;
    z-index:5;
    margin-top:-12em;
    font-weight:normal;
}
#footer >img {
    display:block;
}
#footer .overlay {
    position:absolute;
    bottom:0px;
    width:100%;
}
#footer .copy {
    text-align:center;
    padding:40px 0 0px 0;
    font-size:14px;
}
#footer .copy a {
    clear:both;
}

#footer .copy img {
    width:200px;
}

#main {
    position:relative;
    z-index:10;
}

#main .w-sidebar {}
#main .w-sidebar:after {
    content:" ";
    display:block;
    clear:both;
}
#main .w-sidebar #content {
    width:64%;
    width:calc(65% - 20px);
    float:right;
    background:rgba(255,255,255,0.6);
    color:#111;
    padding:20px;
}
#main .w-sidebar #sidebar {
    width:35%;
    float:left;
}

#sidebar .widget {
    text-align:center;
    background:rgba(111,58,6,0.6);
    margin-bottom:20px;
    padding:20px;
    border:1px solid #bda45d;
}
#sidebar .widget h3 {
    color:#f9e79b;
    font-size:20px;
    line-height:30px;
}
#sidebar .widget.clean img {display:block;}
#sidebar .widget.clean {padding:0;}
#sidebar .widget.clean-bottom {padding-bottom:0;}
#sidebar .widget.clean-bottom img {margin-bottom:-30px;}

.page-title {
    font-size:30px;
    line-height:40px;
    font-weight:500;
    padding-top:30px;
    padding-bottom:0;
    margin-bottom:0;
}
.page-title:after {
    display:block;
    content:" ";
    background:url("../images/page-title-image.png") no-repeat center center;
    height:100px;
    width:100%;
    background-size:contain;
    margin-top:-20px;
}

#page-header {
    margin-bottom:20px;
}
#page-header img {
    width:100%;
    display:block;
}

form {}
form .field { margin-bottom:10px; }
form input[type="text"]{
    background:#f4ece4;
    padding:5px 25px;
    font-size:14px;
    line-height:20px;
    border:none;
    border-radius:5px;
    font-weight:normal;
    color:#c19b3a;
    color:#111;
    max-width:100%;
}
form button {
    background:none;
    border:none;
}

::-webkit-input-placeholder { color:#111; }
::-moz-placeholder { color:#111; } 
:-ms-input-placeholder { color:#111; } 
input:-moz-placeholder { color:#111; }

nav.primary {
    padding:0 0 20px 0;
}
nav.primary ul {
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
nav.primary ul li {
    display:inline-block;
    vertical-align:top;
    
    width:15%;
    width:calc(16.66666% - 15px);
/*    height:50px;*/
    height:75px;
    line-height:40px;
    max-width:280px;
    margin:0 5px;
    

    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;

    -webkit-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.39);
    box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.39);
}
nav.primary ul li a {
    padding:15px 10px;
    background-size:cover;
    background-repeat:repeat;
    height:75px;
    line-height:22px;
    display:block;
    vertical-align:middle;
    line-height:22px;
    color:#fff799;
    font-size:16px;
    font-weight:600;
    font-style:italic;
    letter-spacing: 0px;
    text-decoration:none;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}

nav.primary ul li a span {
    line-height:45px;
    display:inline-block;
    vertical-align:middle;
}

nav.primary ul li:nth-child(1) {background:url("../images/btn1.png") repeat center top;}
nav.primary ul li:nth-child(2) {background:url("../images/btn2.png") repeat center top;}
nav.primary ul li:nth-child(3) {background:url("../images/btn3.png") repeat center top;}
nav.primary ul li:nth-child(4) {background:url("../images/btn4.png") repeat center top;}
nav.primary ul li:nth-child(5) {background:url("../images/btn5.png") repeat center top;}
nav.primary ul li:nth-child(6) {background:url("../images/btn6.png") repeat center top;}

nav.secondary {
    color:#fff799;
    line-height:50px;
    background:rgba(118,16,5,0.75);
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.45);
}
nav.secondary ul {
    list-style:none;
    margin:0;
    padding:10px 0;
    text-align:center;
    line-height:22px;
    
}
nav.secondary ul li {
    display:inline-block;
    vertical-align:middle;
    width:16%;
    width:calc(16.66% - 10px);
    font-size:16px;
}
nav.secondary ul li a {
    color:#fff799;
    vertical-align: center;;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    font-style:italic;
    text-decoration:none;
}
nav.secondary ul li a:hover {
    color:#fff;
}

.row {
    margin-left:-20px;
    margin-right:-20px;
}
.row:after {
    content:" ";
    display:block;
    clear:both;
}

.row._2 .col {
    width:50%;
    float:left;
    padding:20px;
}

.box {}
.box.transparent {
    background:rgba(255,255,255,0.52);
    border:2px solid #f7e880;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
    padding:20px 40px;
    color:#111;
}

.box.james {
    position:relative;
    background:rgba(255,255,255,0.52) url("../images/james-twyman.png") no-repeat bottom right;
    background-size:35%;
    
    padding:10px 20px 80px 20px;;
}
.box.james .title {
/*    width:80%;*/
    padding:0 0 20px 0;
}
.box.james .text {
    max-width:67%;
    padding-left:20px;
}
.box.james .bird {
    width:150px;
    position:absolute;
    bottom:-75px;
    left:50%;
    margin-left:-75px;
}

.btn.ev {
    background:#c45031;
    color:#fff;
    border-radius:3px;
    display:inline-block;
    text-decoration:none;
    padding:10px 20px;
    font-weight:400;
    letter-spacing:2px;
    font-size:16px;
    line-height:16px;
    
    -webkit-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.39);
    box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.39);
}
.btn.ev:hover {
    color:#fff799;
}

.event {
    padding:30px 0 30px 20px;
    border-bottom:1px solid #333;
/*    border-top:1px solid #ccc;*/
}
.event:after {
    content:" ";
    display:block;
    clear:both;
}
.event h3 {
    text-align: left;
    margin:0;
}
.event h4 {
    text-align: left;
    margin:0 0 10px -20px;
}
.event p {
    margin:0;
}
.event .btn {
    float:right;
}

.events .event:last-child {
    border-bottom:0;
}

.books .book:last-child {border-bottom:none;}
.book {
    padding:30px 0 30px 0px;
    border-bottom:1px solid #333;
}
.book:after {
    content:" ";
    display:block;
    clear:both;
}
.book .thumb {
    float:left;
    margin-right:20px;
}
.book .thumb img {
    width:100px;
}
.book h3 {
    text-align:left;
    margin-bottom:10px;
}
.book h3 a {
    text-decoration:none;
    color:inherit;
}
.book h3 span {
    font-weight:500;
    font-style:italic;
    padding:0;
    margin:0;
    display:block;
}
.book p {
    margin:0 0 20px 0;
    font-style:italic;
}
.book .btn {
    float:right;
}

.musics .music:last-child {border-bottom:none;}
.music {
    padding:30px 0 30px 0px;
    border-bottom:1px solid #333;
}
.music:after {
    content:" ";
    display:block;
    clear:both;
}
.music .thumb {
    float:left;
    margin-right:20px;
}
.music .thumb img {
    width:100px;
}
.music h3 {
    text-align:left;
    margin-bottom:0px;
}
.music h3 a {
    text-decoration:none;
    color:inherit;
}
.music h3 span {
    font-weight:500;
    font-style:italic;
    padding:0;
    margin:0;
    display:block;
}
.music p {
    margin:0 0 20px 0;
    font-style:italic;
/*    font-size:15px;*/
/*    line-height:22px;*/
}
.music .btn {
    float:right;
}

.movies .movie:last-child {border-bottom:none;}
.movie {
    padding:30px 0 30px 0px;
    border-bottom:1px solid #333;
}
.movie:after {
    content:" ";
    display:block;
    clear:both;
}
.movie .thumb {
    float:left;
    margin-right:20px;
}
.movie .thumb img {
    width:100px;
}
.movie h3 {
    text-align:left;
    margin-bottom:10px;
}
.movie h3 a {
    text-decoration:none;
    color:inherit;
}
.movie h3 span {
    font-weight:500;
    font-style:italic;
    padding:0;
    margin:0;
    display:block;
}
.movie p {
    margin:0 0 20px 0;
    font-style:italic;
}
.movie .btn {
    float:right;
}