
/* -----------------------------
    STANDARD STYLES
-------------------------------- */

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

*:not(input) {    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

:focus {
    outline: none;
    outline-color: none;
    outline-style: none;
    outline-width: none;
} */

html, body {
    background-color:#000;    
    color:#555555;
    width: 100%;
    /*height:100%;*/
    overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
    font-family: "Open Sans", sans-serif;
    font-size:1.1rem;
    line-height: 1.8;
    font-weight: 400;
    color: #373a36;
    margin-top:0px;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    color: #373a36;
    margin: 0 0 20px;
}

.visually-hidden {
    position: absolute;
    left: -10000px;
    top: -10000px;
}

.panel-head-white {
    /* font-size: 14px;
    font-weight: 800; */
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    /* display: inline-block; */
}
.panel-head-grey {
    /* font-size: 14px;
    font-weight: 800; */
    color: #373a36;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #373a36;
    /* display: inline-block; */
}

.panel-head-black {
    /* font-size: 14px;
    font-weight: 800;
    color: #000; */
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #b09700;
    /* display: inline-block; */
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 300;
    color: #b09700;
    margin: 0 0 30px;
}
h3 {
    font-family: "Open Sans", sans-serif;
    font-size:36px;
    line-height:42px;
    font-weight:800;
    margin: 0px;
}
h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:14px;
    line-height:16px;
    margin: 0;
}
a {
    text-decoration: underline;
    color:#76004B;
}
a:hover {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0;
}

.text-white {
    color: #fff;
}

.center {
    text-align: center;
}

/* -----------------------------
    COMMON STYLES
-------------------------------- */

.inline-img {
    border-radius: 15px;
}


/* ------- COLOURS ------- */

.text-white {
    color:#ffffff;
}
.text-green {
    color:#b5cd27;
}
.text-orange     {
    color:#F26A38;
}
.text-blue     {
    color:#00a9e8;
}



.bg-purple {
    background-color: #A6192E;
    color: #fff;
}
.bg-orange {
    background-color: #897421;
    color: #fff;
}
.bg-orange2 {
    background-color: #FF671F;
    color: #fff;
}
.bg-greys{
    background-color: #373a36;
    color: #fff;
}
.bg-grey{
    background-color: #63666a;
    color: #fff;
}
.bg-lightgrey{
    background-color: #ededed;
}

.bg-mastlightgrey {
    background-color: #b7b1b1;
}

.bg-gold{
    /* background-color: #897421; */
    background: rgba(137,116,33,1);
    /* background: -moz-linear-gradient(0deg, rgba(176,151,0,1) 0%, rgba(137,116,33,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(176,151,0,1) 0%, rgba(137,116,33,1) 100%);
    background: linear-gradient(0deg, rgba(176,151,0,1) 0%, rgba(137,116,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b09700",endColorstr="#897421",GradientType=1); */
    color: #fff;
}

.bg-lt-gold{
    background: rgb(176,151,0);
    background: -moz-linear-gradient(0deg, rgba(176,151,0,1) 0%, rgba(137,116,33,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(176,151,0,1) 0%, rgba(137,116,33,1) 100%);
    background: linear-gradient(0deg, rgba(176,151,0,1) 0%, rgba(137,116,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b09700",endColorstr="#897421",GradientType=1);
    color: #fff;
}

.bg-white{
    background-color: #fff;
    color: #000;
}

.bg-black{
    background-color: #000;
    color: #fff;
}










.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
    background-color: #ededed;
    -webkit-box-shadow: 3px 0 0 0 #ccc inset;
    -moz-box-shadow: 3px 0 0 0 #ccc inset;
    box-shadow: 10px 0px 5px -8px #999 inset;
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff;
    color: #373a36; 
}

.slideout-menu-items {
    margin: 10px 20px;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}
.toggle-button {
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #897421;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    color: #fff;
    text-align: center;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}





/*
.slideout-menu {
    border-right: 1px solid #000;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:14px;
    background-color: #fff;
    color: #333;
}*/

.slideout-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
    
.slideout-menu li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    list-style: none;
    list-style-image: none;
}
.slideout-menu li:first-child {
    border-top: 1px solid #ccc;
}
    
.slideout-menu li a {
    display: block;
    padding: 10px 10px 10px 0.5em;
    border-left: 10px solid #ad9b78;
    /*background-color: #2175bc;*/
    color: #373a36;
    text-decoration: none;
/*    width: 100%;*/
}

.slideout-menu li a:hover {
    border-left: 10px solid #313131;
    background-color: #ad9b78;
    color: #fff;
}










/* -----------------------------
    LAYOUT
-------------------------------- */

img {
    vertical-align:bottom;
}

.content-wrapper {
    max-width: 1220px;
    /*position:relative;*/
    margin: 0px auto;
    
}
.content-wrapper-full {
    position:relative;
    margin:0px auto 0px auto;
    width:100%;
    overflow:hidden;
}
.text-container-half {
    width:50%;
}
.container-third {
    display:inline-block;
    width:33%;
    text-align: center;
}

.image-grid {
    margin: 40px 20px;
}

.team-grid-first {
    margin: 40px 20px 0px;
}

.team-grid {
    margin: 6% 20px 0px;
}

.btn {
    padding: 10px 30px;
    margin: 20px auto;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
}

.btn:hover {
    background-color: rgba(255,255,255,0.2);
}


/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 0 0 0 8%;
    background-color: transparent;
}
.col:first-child { margin-left: 0; }



/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */}

/*  GRID OF TWO  */
.span_2_of_2 { width: 100%; }
.span_1_of_2 { width: 48%; }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 56%; }
.span_1_of_3 { width: 28%; }

/*  GRID OF FOUR  */
.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 66%; }
.span_2_of_4 { width: 44%; }
.span_1_of_4 { width: 22%; }


/*SMALL MARGINS*/

.col-smarg {
    display: block;
    float:left;
    margin: 0 0 0 6%;
    background-color: transparent;
}
.col-smarg:first-child { margin-left: 0; }


/*  GRID OF TWO SMALL */
.span_2_of_2-smarg { width: 100%; }
.span_1_of_2-smarg { width: 47%; }

/*  GRID OF THREE SMALL */
.span_3_of_3-smarg { width: 100%; }
.span_2_of_3-smarg { width: 58.666666%; }
.span_1_of_3-smarg { width: 29.333333%; }


/* ---------- NAV HEADER ---------- */

.nav-top {
    position:fixed; top:0px;
    width:100%;
    height:50px;
    /*box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);*/
    background-color: #2a2c2a;
    display:none;
    z-index: 20;
    border-bottom: 1px solid #897421;
}

.nav-top .tel {
    margin: 7px 20px;
}

.nav-top .tel p {
    font-family: europa, sans-serif;
    color: #fff;
}

.nav-top .tel .strong {
    font-family: europa, sans-serif;
    font-weight: 800 !important;
    color: #897421;
}

.nav-top .tel .fa-phone {
   color: #897421;
   margin-left: 10px;
}

.main-nav a {
    display:inline-block;
    line-height:95px;
    text-decoration: none;
    color:#ffffff;
    font-size:15px;
    margin-left:50px;
    float:left;
    font-weight: 600;
}
.main-nav a:hover {
    color:#76004B;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.nav-top-spacer {
    display:block; height:72px;
}

.text-col-100 {
    width: 100%;
    margin: 0 auto;
}

.text-col-80 {
    width: 80%;
    margin: 0 auto;
}

.text-col-60 {
    width: 60%;
    margin: 0 auto;
}
.text-col-70 {
    width: 70%;
    margin: 0 auto;
}

.text-col-40 {
    width: 40%;
    margin: 0 auto;
}

.iconcol img {
    width: 115px;
    height: 115px;
    text-align: center;
}


.Bio-img {
    width: 30%;
    float: left;
    margin-bottom: 20px;
}

.bio-text {
    width: 65%;
    float: right;
}

.bio-text p {
    font-size: 1rem;
    text-align: left;
}

.Bio-img img {
    margin-bottom: 20px;
}

.Bio-img h2 {
    font-size: 24px;
    line-height: 1.2;
    font-family: "europa", sans-serif;
    font-weight: 800;
    margin: 0 0 5px 0;
    padding: 0;
}

.Bio-img h3 {
    font-size: 18px;
    line-height: 1.2;
    font-family: "europa", sans-serif;
    font-weight: 400;
}

/* -------------------
    MEDIA QUERIES
----------------------*/




@media only screen and (min-width: 600px) {

    .content-wrapper {
        position:relative;
        
    }

}




/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 600px) {

    .text-col-40, .text-col-60, .text-col-70, .text-col-80 {
        width: auto;
        margin: 0 20px;
    }

    .col {  margin: 1% 0 1% 0%; }
    .span_1_of_2, .span_2_of_2 { width: 100%; }
    .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }

    .col {
        margin: 0 0 20px 0;
    }

    .col-smarg {
        margin: 0 0 20px 0;
    }

    /*  GRID OF THREE SMALL */
    .span_3_of_3-smarg { width: 100%; }
    .span_2_of_3-smarg { width: 100%; }
    .span_1_of_3-smarg { width: 100%; }

    .span_2_of_2-smarg { width: 100%; }
    .span_1_of_2-smarg { width: 100%; }

    .image-grid {
        margin: 20px 20px;
    }

    /*.team-grid {
        margin: 0px 0px;
    }*/

/*    .team-grid-first {
        margin: 40px 0px 0px;
    }*/


    .Bio-img {
        width: 100%;
        float: none;
        margin: 0 auto 20px;
    }

    .Bio-img img {
        width: 180px;
        margin: 0 auto 20px;
    }

    .bio-text {
        width: 100%;
        float: none;
        margin: 0 auto;
    }


}

@media (max-width: 768px) {
    
    .text-col-40, .text-col-60, .text-col-80 {
        width: auto;
        margin: 0 20px;
    }
    
}

@media (max-width: 1200px) {
    
    .main-nav a {
        margin-left:30px;
    }
    
}

@media (max-width: 800px) {
    
    .text-col-40, .text-col-60, .text-col-80 {
        width: auto;
        margin: 0 20px;
    }
    
}


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
