﻿/* This CSS file is part of the HTML5 / CSS3 */

/* GLOBAL */
body
{
        border-top:5px solid #e56038;
        background:#ebe8de;
        font-family: 'Open Sans', sans-serif;
        color:#333333;
}

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

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

p
{
        margin:5px 0;
        line-height:25px;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong
{
        font-weight:bold;
}

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 25px;
        font-size:14px;
        width:325px;
}

figcaption p
{
        color: #1C3664;
        font-size:14px;
        font-weight:bold;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}


/* HEADER */

#header_wrapper{
    width: 100%;
    float: left;
    background-color:  #ebe8de;
}

header{
    width: 980px;
    margin: 22px auto 16px;
}

#logo{
    float: left;
}

nav{
    float: right;
    margin-top: 10px;
    background: #ebe8de;
}

nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li{
    float: left;
    font-size: 15px;
    margin: 0 0 0 26px;
}

nav ul li a
{
        font-family: 'Open Sans', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
}


nav ul li a:link{color: #333333}
nav ul li a:hover{color: #E56038}
nav ul li a:active{color: #FDEF58}

.selected{color: #9C18A3 !important}

#menu-button{
    display: none;
}

#pointer{
    width: 100%;
    height: 22px;
    position: absolute;
    bottom: 0;
    background: url("images/pointer.png") repeat-x center top;
}




/* 3 COLUMNS */

#boxcontent
{
        width:auto;
        max-width:900px;
        margin:0 auto;
        padding:70px 0 45px 0;
}

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

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

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        margin-left:75px;
}

#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        width:500px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#EBE8DE;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#E56038;
        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:#EBE8DE;
        padding:10px 15px;
        border-radius: 5px;
}


/* BUTTONS */

.button
{
        padding:7px 14px;
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
        background-color: #eb653c;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;
        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;
}


/* SPACER */

#spacer
{
        width:auto;
        height:70px;
        background-color:#e56038;
        position:relative;
        font-family: 'Open Sans', sans-serif;
        color:#fff;
        font-size:18px;
}

#spacer p
{
        margin-top:22px;
        width:auto;
        position:absolute;
        left:50%;
        margin-left:-450px;
}



/* FOUR COLUMNS */

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

#four_columns h2, #text_columns h3, #text_columns h4

{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}

#text_columns h5

{
        font-size:16px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}

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

#four_columns .gallery
{
        float:left;
        margin-right:25px;
}

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

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:113px;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}
.caption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

.caption
{
        line-height: 25px;
        font-size:14px;
        width:325px;
}

/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2
{
        margin: 70px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
}

#text_columns .column2
{
        margin: 120px 0;
}

#text_columns article.column3, #text_columns .column4
{
        margin: 10px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
}

#text_columns .column4
{
        margin: 60px 0;
}

#text_columns article.column5, #text_columns .column6
{
        margin: 20px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
}

#text_columns article.column7, #text_columns .column8
{
        margin: 20px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
}

#text_columns .column8
{
        margin: 10px 0 60px;
}

#text_columns article.column9
{
        margin: 70px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 800px;
}

#text_columns article.column10
{
        margin: 30px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 800px;
}

#text_columns article.column11
{
        margin: 10px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 800px;
}

#text_columns .column12
{
        margin: 10px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
}

.row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:350px;
}

.row img
{
        float:left;
}

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

#mapcontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 75%;
}

#left-contact {
	width: 600px;
	float: left;
	background-color: #faef78;
	border-style: solid;
	border-width: 2px;
	border-color: #00427A;
}

#left-contact p {
	font-size: 18px;
	line-height: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.contact-form {
	font-size: 15px;
	font-weight: bold;
	line-height: 12px;	
}

label {
	display: block;
	margin-left: 10px;
	margin-top: 5px;
}	

input,textarea {
    width: 339px;
    height: 22px;
    border: 2px solid #B80A07;
    padding: 10px;
    margin-top: 3px;
}

textarea {	
    height: 150px;
    display: block;    
}

#spam {
	width: 339px;
    height: 22px;
    border: 2px solid #B80A07;
    padding: 10px;
    margin-top: 3px;
}

#submit {
	display: block;	
	margin-top: 20px;
	width: 127px;
	height: 38px;	
	border: 2px solid #B80A07;		
	cursor: pointer;	
}

#reset {
	width: 127px;
	height: 38px;	
	border: 2px solid #B80A07;		
	cursor: pointer;	
}


/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:250px;
        background:#333333;
}

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:30px;
        width:auto;
        max-width:900px;
        font-size:14px;
}

footer .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#ababab;
        float:left;
        width:280px;
        margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        padding:0 0 10px 25px;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
}

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

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;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #444444;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}

#copyright
{
        background: #1D1D1D;
        height:70px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:25px;
        color: #5e5e5e;
        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;
}



/* 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);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media only screen and (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;
        }
}


 header{
        width: auto;
    }
    
    #logo{
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        text-align: center;
    }
    
    #logo img{
        max-width: 100%;
        height: auto;
    }
    
    nav{
        float: right;
        width: 100%;
        text-align: center;
    }
   
    nav ul li {
    	float: none;
    	display: inline-block;
    	margin: 0 12px;
    }


@media only screen and (max-width: 1060px){
    
    header{
        width: auto;
    }
    
    #logo{
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        text-align: center;
    }
    
    #logo img{
        max-width: 100%;
        height: auto;
    }
    
    nav{
        float: right;
        width: 100%;
        text-align: center;
    }
   
    nav ul li {
    	float: none;
    	display: inline-block;
    	margin: 0 12px;
    }


@media only screen and (max-width: 900px))
{
      
#logo{
        width: 100%;
        text-align: center;
    }
    
    nav{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    
    nav ul li {
    	float: none;
    	display: inline-block;
    	margin: 0 12px;
    }
   
        
}

  #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }
        #spacer
        {
                font-size:15px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #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: 800px;
                margin: 50px 30px 0 30px;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        
        #text_columns article.column3, #text_columns .column4
        {
                float:none;
                max-width: 500px;
                margin: 30px 30px 0 30px;
        }
               
        .column4 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
 
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
}


@media (max-width: 765px)
{
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:120px;
        }
        header nav
        {
                right: auto;
                bottom: auto;
                left: 50%;
                top:100px;
                margin-left: -184px;
        }
        #spacer
        {
                display:none;
                height:100px;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
        #spacer .search
        {
                text-align:center;
                position:static;
                margin: 0 auto;
        }
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
}


@media only screen and (max-width: 800px){
    
    #menu-button{
        display: block;
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-family: Helvetica, Arial, sans-serif;
        color: #979797;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 10px;
        border-top: 1px solid #979797;
        border-bottom: 1px solid #979797;
        cursor: pointer;
    }
    
    nav{
        display: none;
    }
    
    nav ul li{
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 5px 0;
    }


@media only screen and (max-width: 500px)
{
        header
        {
            margin-top: 80px;
            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 50px;
                width:auto;
        }
        
        .column4 .row
        {
                margin: 0 auto;
                width:auto;
        }
        
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        input
        {
                width:auto;
        }

