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

/* GLOBAL */
body
{
        
        background: black;            
        font-family: 'Open Sans', sans-serif;
        color:#d9d9d9;
}

input
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        padding: 7px;
        outline: 0;
        border:0;
        width:250px;
        background: black;
        border-radius:5px;
}
img 
{       border-style: none; 
}

a img  
{  
border-style: none;  
}  

input[type=submit]
{
        width:auto;
        padding: 5px 18px;
        line-height:25px;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
        background: black;
        color: #fff;
}

p
{
        margin:12px 0;
        line-height:20px;
}

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:1280px;
        margin: 0 auto 20px auto;
}

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

h3
{
        font-family: 'Open Sans, Lato, Playfair';
        font-size:18px;
        color:#ffcc00;
	margin:10px 0 0 0;
       
}

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

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

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

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

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
        line-height:25px;
        font-family: 'Helvetica, Arial', sans-serif;
        margin-left:75px;
}
/*
#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
        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:25px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#e6141a;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
        margin:0 0 30px 0;
        color:#4a463b;
        background-color:#e6141a;
        padding:10px 15px;
        border-radius: 5px;
}
*/

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

.button
{
        padding:7px 14px;
        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:25px;
        font-family: 'Helvetica, Arial', sans-serif;
        clear:both;
        width:auto;
     
        margin_left: 75px;
		 padding: 20px 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:14px;
	 line-height:16px;
}

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



/* FOUR COLUMNS */

#four_columns, #text_columns
{
        line-height:25px;
        font-family: 'Helvetica, Arial', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}

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

#four_columns .img-item
{
        float:left;
        margin-right:50px;
}

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

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:113px;
        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:10px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 350px;
        margin-right:20px;
}

#text_columns .column2
{
        margin:10px 0;
        width:auto;
	float: right;
        max-width: 420px;
}

.row
{
        position:relative;
        margin:10px 0 0 50px;
        float:right;
        width:400px;
}

.row img
{
        float:left;
}

.row p
{
        margin-left:100px;
}





/* FOOTER */

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

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:2px;
        width:1280px;
        font-size:12px;
}

footer .wrapper .column
{
        font-family: 'Helvetica, Arial', sans-serif;
       
        float:left;
        width:430px;
        margin-right:20px;
}

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

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

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

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: 16px;
        color: #fff;
      
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}




#copyright
{
        background: #1D1D1D;
        height:80px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Helvetica, Arial', sans-serif;
        padding-top:10px;
        color: #7ecf2c;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:25px;
}
#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: 23px;
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3
        {
                width:auto;
                margin-right:50px;
               
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2
        {
                font-size:18px;
        }
        #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: 915px)
{
        #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }
        #spacer
        {
                font-size:15px;
        }
     
        #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: 25px;
        }
        #text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 50px 30px 0 30px;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
}

@media (max-width: 765px)
{
        .container
        {
                height:1px;
                top: -4500px;
        }
        header
        {
                height:230px;
        }
       
        #spacer
        {
                height:100px;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
      
        footer
        {
                padding-bottom:30px;
                height: auto;
        }
        footer .wrapper
        {
                width: 400px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 12px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
}



@media (max-width: 500px)
{
        header
        {
            margin-top: 20px;
            text-align: center;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
        #four_columns
        {
                width:auto;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 30px;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 0 auto;
                max-width:300px;
        }
        input
        {
                width:auto;
        }
      
        
     
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
}


.promo-banner {

background: #171717;

border-top: 3px solid var(--accent);

border-bottom: 3px 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: 3px 10px; border-radius: 2px; margin-bottom: 8px;

}

.promo-banner h2 {

font-family: 'Playfair Display', serif;

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

}

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


/* KEYFRAMES */
/*
@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) 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(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
*/


/*  
}@media screen and (max-width:1920px)
{
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:768px)
{
li.fwNavItem a span {
font-size: 1.3em !important;
color: blue;
}
}
@media screen and (max-width:568px)
{
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: 15px 25px;
  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: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  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: 768px) {
  #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;
  }
}

*/