﻿  /* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */

html {
  font-size: 100%; /* This defaults to the user's browser setting, e.g., 1.0rem */
}

body
{
        
        background: black;            
        font-family: 'Open Sans', sans-serif;
        color:#d9d9d9;
        font-size: 1.0rem;
}

input
{
        font-family: 'Open Sans', sans-serif;
        font-size:1.0rem;
        padding: 0.5rem;
        outline: 0;
        border:0;
        width:20vw  100vw;
        background: black;
        border-radius: 0.2rem;
}
img 
{       border-style: none; 
}

a img  
{  
border-style: none;  
}  

input[type=submit]
{
        width:auto;
        padding: 0.5rem 1.2rem;
        line-height:1.5rem;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
        background: black;
        color: #fff;
}

p
{
        margin:.0.75rem 0;
        line-height:1.25rem;
}

a
{
color: #ffaa00;  
font-weight:bold;
}
        

a:link { color: #ffaa00; font-weight: 600; }
a:visited { color: #ffaa00; font-weight: 600; }
a:hover { color: #e60000; font-weight: 600; }
a:active { color: #ffaa00; font-weight: 600; } 
       

strong
{
        font-weight:bold;
}


/* HEADER */

header
{
        position:relative;
        width:auto;
        max-width:100vw;
        margin: 0 auto 1.25rem auto;
}

header h1
{
        margin:35px 0 0 0;
        font-size:1.9rem;
        color:#ffaa00;
        font-family: 'Open Sans, Lato, Playfair';
}
h2
{
        margin:5px 0 0 0;
        font-size:1.25rem;
        color:#ffcc00;
        font-family: 'Open Sans, Lato, Playfair', sans-serif;
}

h3
{
        font-family: 'Open Sans, Lato, Playfair';
        font-size:1.125rem;
        color:#ffcc00;
	margin:0.6rem 0 0 0;
       
}

h4
{
        font-family: 'Open Sans, Lato, Playfair';
        font-size:1.0rem;
        font-style:italic;
        color:#ffcc00;
	margin:5px 0 0 0;
       
}
/* 3 COLUMNS 

#boxcontent article
        width;
        max-width:900px;
        margin:0 auto;
        padding:0.6rem 0 45px 0;
}

#boxcontent article
{
        float:left;
        width:0.2    vw;
        margin-right:45px;
        font-size:14px;
}

#boxcontent article h3
{
        font-family: 'Open Sans, Lato, Playfair', sans-serif;
        font-size:1.25rem;
        margin-bottom:0.6rem;
        margin-left:75px;
}

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
        line-height:1.6rem;
        font-family: 'Helvetica, Arial', sans-serif;
        margin-left:75px;
}
/*
#slider_content1, #slider_content2, #slider_content3
{
        line-height: 1.6rem;
        font-family: 'Open Sans', sans-serif;
        width:350px;
        position:absolute;
        top:25%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#e6141a;
        font-size:1.6rem;
        font-weight:bold;
        margin-bottom:0.6rem;
        background-color:#e6141a;
        padding:0.6rem 0.9rem;
        border-radius: 0.9rem 0 0.9rem 0;
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
        margin:0 0 1.9rem 0;
        color:#4a463b;
        background-color:#e6141a;
        padding:0.6rem 0.9rem;
        border-radius: 5px;
}
*/

/* BUTTONS */
ul {
 list-style-type: square;
 list-style-position: outside;
 list-style-image: none;
}

.button
{
        padding:.5rem .8rem;
        border: 1px solid #e6141a;
      
        background-color: #e6141a;
        color: #e6141a;
        text-shadow: 1px 1px 0px #e6141a;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}



#text 
{
        margin-top:0px;
		float:left;
        width:auto;
       line-height:1.6rem;
        font-family: 'Helvetica, Arial', sans-serif;
        clear:both;
        width:auto;
     
        margin_left: 5.0rem;
		 padding: 1.25rem 0;
		  max-width: 900px;
}


/* table*/
table
{
	background-color: black;
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
	font-family: 'Helvetica, Arial', sans-serif;
	font-size:0.8rem;
	line-height:1.0rem;
}

th, td
{
	padding: .2rem 1rem;
	border: none;
	vertical-align: top;
	text-align: left;
	
}



/* FOUR COLUMNS */

#four_columns, #text_columns
{
        line-height:1.6rem;
        font-family: 'Helvetica, Arial', sans-serif;
        clear:both;
        width:auto;
        max-width:80vw;
        margin:0 auto;
}

#four_columns h2, #text_columns h3
{
        font-size:1.25rem;
        border-bottom: 1px solid #D6D0C1;
        padding: 1.25rem 0;
        margin-bottom: 1.25rem;
}

#four_columns .img-item
{
        float:left;
        margin-right:3rem;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100vw;
        height:110.2rem;
        background: #000 url(img/zoom.html) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}


/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2
{
        margin:0.6rem 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 30vw;
        margin-right:1.25rem;
}

#text_columns .column2
{
        margin:0.6rem 0;
        width:auto;
	float: right;
        max-width: 41.25vw;
}

.row
{
        position:relative;
        margin:0.6rem 0 0 3.2rem;
        float:right;
        width:400px;
}

.row img
{
        float:left;
}

.row p
{
        margin-left:10vh;
}





/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:1.0vw;
        height:100px;
        background: black;
}

footer .wrapper
{
        line-height:1.6rem;
        margin: 0 auto;
        padding-top:2px;
        width:100vw;
        font-size:.7rem;
}

footer .wrapper .column
{
        font-family: 'Helvetica, Arial', sans-serif;
       
        float:left;
        width:41.9vw;
        margin-right:1.25rem;
}

footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        margin-bottom:10vw;
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#ffff;
}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:0.9rem;
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
       
}

footer .wrapper .column.rightlist ul li a img:hover
{        font-size: 12px;
        border-color: ##Fff;
	
} color: #fff;

footer .wrapper .column h4
{
        font-size: 1.0rem;
        color: #fff;
      
        padding: 0 0 0.6rem 0;
        margin-bottom: 0.6rem;
}




#copyright
{
        background: #1D1D1D;
        height:80px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Helvetica, Arial', sans-serif;
        padding-top:0.6rem;
        color: #7ecf2c;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:1.6rem;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
        color: #fff;
}


/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}



/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */

/*
.slidesjs-container
{
        border-top: 1px #d6d0c1 solid;
}
#slides
{
        display: none
}
*/
/* Center the slideshow */
/*
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
}
*/
/* Show active item in the pagination */
/*
.slidesjs-pagination .active
{
        color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}
*/

/* MISC */
.clear
{
        clear:both;
}
.hidden
{
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
	left: 20.2rem;
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 90vw)
{
        #slider_content1, #slider_content2, #slider_content3
        {
                width:auto;
                margin-right:50px;
               
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2
        {
                font-size:1.125rem;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:14px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
}

@media (max-width: 70vw)
{
        #boxcontent article
        {
                float: none;
                margin: 1.9rem auto 0 auto;
                width: 60%;
        }
        #spacer
        {
                font-size:0.9rem;
        }
     
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type=submit]
        {
                padding: 1px 14px;
        }
        #four_columns
        {
                width: 500px;
        }
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 1.6rem;
        }
        #text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 50px 1.9rem 0 1.9rem;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 2.5rem 3.0rem;
        }
        footer .wrapper .column
        {
                font-size: 12px;
                width: 100vw;
        }
}

@media (max-width: 60vw)
{
        .container
        {
                height:1px;
                top: -45vw;
        }
        header
        {
                height:21.9rem;
        }
       
        #spacer
        {
                height:100px;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:0.9rem 0 7px 0;
        }
      
        footer
        {
                padding-bottom:1.9rem;
                height: auto;
        }
        footer .wrapper
        {
                width: 400px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:1.9rem;
                float:none;
                font-size: 12px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
}



@media (max-width: 40vw)
{
        header
        {
            margin-top: 1.25rem;
            text-align: center;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:0.9rem;
        }
        #four_columns
        {
                width:auto;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 1.6rem auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 1.9rem;
        }
        .column2 .row
        {
                margin: 0 0 2.5rem 0.6rem;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 0 auto;
                max-width:300px;
        }
        input
        {
                width:auto;
        }
      
        
     
        header h1
        {
                font-size:2.5rem;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
}


.promo-banner {

background: #171717;

border-top: 0.2rem solid var(--accent);

border-bottom: 0.2rem solid var(--accent);

padding: 24px 44px;

display: flex; align-items: center;

justify-content: center; text-align: center;

}

.promo-tag {

display: inline-block; background: var(--accent-mid);

color: white; font-size: 0.68rem; font-weight: 700;

letter-spacing: 0.14em; text-transform: uppercase;

padding: 0.2rem 0.6rem; border-radius: 2px; margin-bottom: 0.5rem;

}

.promo-banner h2 {

font-family: 'Playfair Display', serif;

font-size: 1.55rem; color: var(--gold); margin-bottom: 0.4rem;

}

.promo-banner p { color: #777; font-size: 0.92rem; max-width: 500px; }


/* KEYFRAMES */
/*
@keyframes stylie-transform-keyframes {
  0% {transform:translateX(1.9rem) translateY(40.4rem) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(2.5rem) translateY(2.5rem) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(2.5rem) rotate(0deg) translate(-50%, -50%);}
*/


/*  
}@media screen and (max-width:191.25rem)
{
li.fwNavItem a span {
font-size: 2.5em !important;
color: black;
}
}
@media screen and (max-width:1500px)
{
li.fwNavItem a span {
font-size: 2em !important;
color: red;
}
}
@media screen and (max-width:1024px)
{
li.fwNavItem a span {
font-size: 1.5em !important;
color: white;
}
}
@media screen and (max-width:760.5rem)
{
li.fwNavItem a span {
font-size: 1.3em !important;
color: blue;
}
}
@media screen and (max-width:560.5rem)
{
li.fwNavItem a span {
font-size: 1.0em !important;
color: green;
}
}
*/


/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#cssmenu {
  background: #f96e5b;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 0.9rem 1.6rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #333333;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -0.2rem;
  top: 19px;
  height: 0.4rem;
  width: 0.4rem;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.2rem;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 760.5rem) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}

*/