@charset "utf-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 10, 2017, 1:55:29 PM
    Author     : spacetime
*/
body{
    margin: 0;
}
#page-wrap{
    background: #eaeeed;
    background: -moz-linear-gradient(top, #eaeeed 0%, #f8f8f8 60%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, #eaeeed 0%,#f8f8f8 60%,#f8f8f8 100%);
    background: linear-gradient(to bottom, #eaeeed 0%,#f8f8f8 60%,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeeed', endColorstr='#f8f8f8',GradientType=0 );
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}
.wrapper {
    margin: 0 auto;
    position: relative;
}
.img-class{
    display: block;
    max-width: 100%;
    height: auto;
}
.center-class{
    display: block;
    margin: 0 auto;
}
.hidden-class{
    display: none;
}
.text-center{
    text-align: center;
}
.submit-btn{
    border: none;
    border-radius: 3px;
    padding: 6px 12px;
    background-color: #f58d12;
    color: #ffffff;
    width: 72px;
    cursor: pointer;
}
.submit-btn:hover{
    text-decoration: underline;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
.clearfix:after {
    clear: both; }

/*Header*/
header{
    height: auto;
    position: relative;
    background-color: #f0f2f1;
    border-bottom: 3.4px double #bdbdbd;
}
#search-holder{
    width: 40%;
    position: absolute;
    right: 0;
    bottom:15px;
}
#search-holder p{
    margin-bottom:2px;
    color: #484848;
}
#search-holder form{
    border: 1px solid #c4c4c4;
    background-color: #f6f8f7;
    border-radius: 5px;
    padding: 4px;
}
#search-holder input{
    padding: 6px 12px;
    line-height: 1.42857;
    width: calc(100% - 105px);
}
#search-holder input:focus{
    outline:none;
}
#search-holder .submit-btn{
    width: 72px;
}

/*Menu*/
#menu{
    min-height: 50px;
    width: 100%;
    min-height: 50px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom:1px solid #bdbdbd;
    -webkit-box-shadow: 0 5px 10px -6px #222222;
    -moz-box-shadow: 0 5px 10px -6px #222222;
    box-shadow: 0 5px 10px -6px #222222;
    margin-bottom: 30px;
}
#menu ul{
    padding:0;
    list-style: none;
    font-weight: bold;
    position: relative;
    margin: 0;
}
#menu ul > li{
    float: left;
    padding: 15px 0;
    cursor: pointer;
}
#menu ul > li > a{
    border-right:1px solid #bdbdbd;
    padding: 5px 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    color: #484848;
}
#menu ul > li:last-child a{
    border-right: none;
}
#menu ul > li:hover{
    text-decoration: underline;
}
#menubar{
    padding: 9px 10px;
    display: none;
    margin: 8px;
    position: absolute;
    top:0;
    right: 0;
    z-index:100;
    cursor: pointer;
}
#menubar .icon-bar{
    width: 22px;
    height: 3px;
    background-color: #484848;
    display: block;
    margin-bottom: 2px;
}
/*Sidebar*/
#sidebar {
    float: left;
}
.listing{
    font-family: Arial, Helvetica, sans-serif;
    margin:0 15px 0 0;
    background-color: #e0ecda;
}
.listing ul{
    padding: 0;
    margin-top: 0;
    list-style: none;
}
.listing li{
    padding: 0 10px;
    line-height: 36px;
    border-left:1px solid #bdbdbd;
    border-right:1px solid #bdbdbd;
    border-bottom:1px solid #bdbdbd;
    cursor: pointer;
}
.listing li:hover{
    text-decoration: underline;
    background-color: #f3f8f1;
}
.listing li > a{
    color: #272828;
    text-decoration: none;
    display: block;
}
.listing .heading{
    background-color: #065b3e;
    color: #ffffff;
    padding: 0 10px;
    line-height: 36px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0 5px 10px -6px #222222;
    -moz-box-shadow: 0 5px 10px -6px #222222;
    box-shadow: 0 5px 10px -6px #222222;
}
#contactholder,
#contactholder2{
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #D4D4D4;
    margin:0 15px 15px 0;
}
#contactholder2{
    background-color: #e6ecea;
}
#contactholder p{
    padding: 0 10px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    background-color: #ffffff;
}
#contactholder2 p{
    padding: 0 10px;
    line-height: 36px;
    font-weight: bold;
    margin:0;
}
#contactholder img,
#contactholder2 img{
    width: 100%;
}
#contactholder #contactemail{
     background-color: #ff9900;
     line-height:38px;
    text-align: center;
}
#contactholder2 #contactemail{
    line-height:38px;
    padding: 0 10px;
    margin-bottom: 15px;
}
#contactholder #contactemail a{
    color: #ffffff;
}
#contactholder2 #contactemail a{
    color: #282828;
}
#newsletter{
    border: 1px solid #D4D4D4;
    margin:0 15px 15px 0;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
#newsletter2{
    border-bottom: 1px solid #D4D4D4;
    margin:0 15px 15px 0;
    font-family: Arial, Helvetica, sans-serif;
}
#newsletter p{
    margin: 0;
    padding: 0 10px;
    font-weight: bold;
    line-height: 34px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #359c8a;
}
#newsletter2 p{
    margin: 0;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid #D4D4D4;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
}
#newsletter label{
    display: block;
    padding: 10px;
    margin-bottom: 15px;
}
#newsletter2 label{
    display: block;
    padding: 10px;
    margin-bottom: 15px;
}
#newsletter form,
#newsletter2 form{
    margin: 15px 10px;
}
#newsletter .submit-btn,
#newsletter2 .submit-btn{
    float: right;
    margin-top: -5px;
}
#content {
    float: left;
}
.content-block{
    margin-bottom: 15px;
}
.content-holder,
.tab-content{
    color: #404040;
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #bdbdbd;
    border-top: 3.4px double #bdbdbd;
}
#content h1{
    margin-top:5px;
}
#image-holder{
    position: relative;
    height: 400px;
}
#image-holder img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}
#details p{
    margin: 15px;
    font-size: 16px;
    font-weight: bold;
}
#details table{
    margin-left: 15px;
}
#details table th{
    padding: 4px 0;
    padding-left: 0;
    text-align: left;
    font-size: 14px;
    min-width: 120px;
}
.tab-content{
    min-height: 260px;
    display: none;
}
.tab-content th{
    min-width: 130px;
    text-align: left;
}
#details table td{
    font-size: 14px;
    color: #404040;
}
.tab-btn{
    border: none;
    border-radius: 0;
    padding: 10px 12px;
    width: 141px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f58d12;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4 {
    display: block;
}
#tab1:checked+label,
#tab2:checked+label,
#tab3:checked+label,
#tab4:checked+label{
    text-decoration: underline;
}
.tab-btn[for="tab1"]:hover,
.tab-btn[for="tab2"]:hover,
.tab-btn[for="tab3"]:hover,
.tab-btn[for="tab4"]:hover{
    text-decoration: underline;
}
footer{
    clear: both;
}
footer ul {
    display: inline-block;
    list-style: none;
    width: 100%;
    padding: 0;
    border-top:1px solid #bdbdbd;
    border-bottom:3.4px double #bdbdbd;
    -webkit-box-shadow: 0 5px 10px -6px #222222;
    -moz-box-shadow: 0 5px 10px -6px #222222;
    box-shadow: 0 5px 10px -6px #222222;
}
footer li{
    float:left;
    padding: 0 10px;
    line-height: 36px;
    cursor: pointer;
}
footer li:hover{
    text-decoration: underline;
}
footer ul > li > a{
    color: #272828;
    text-decoration: none;
}
@media screen and (max-width: 1200px) {
    #search-holder{
        width: 50%;
    }
    #image-holder{
        height: 340px;
    }
}
@media screen and (max-width: 992px) {
    #search-holder{
        position: relative;
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    header img{
        margin: 0 auto;
    }
    #menubar{
        display: block;
    }
    #menu-dropdown{
        display: none;
    }
    #menu ul > li{
        float: none;
    }
    #menu ul > li > a{
        border: none;
    }
    #menu-input:checked ~ #menu-dropdown{
        display: block;
    }
    #menu-input:not(:checked) ~ #menu-dropdown{
        display: none;
    }
    #newsletter .submit-btn,
    #newsletter2 .submit-btn{
        float:none;
        margin-top: 15px;
    }
    .tab-btn{
        width: 128px;
        padding: 10px 0;
    }
    #image-holder,
    #details{
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 768px) {
    #search-holder{
        width: 95%;
        padding: 0 15px;
    }
    .listing,
    #contactholder,
    #newsletter,
    #newsletter2,
    .content-block{
        margin-left: 15px;
        margin-right: 15px;
    }
    #content,
    #sidebar{
        width: 100%;
        float: none;
    }
    #image-holder{
        height: 400px;
    }
    .tab-btn{
        width: 24%;
    }
    footer li{
        padding-left: 15px;
        float: none;
    }
    footer p{
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .wrapper {
        width: 750px;
    }
    #sidebar{
        width: 30%;
        float: left;
    }
    #content{
        width: 70%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .wrapper {
        width: 970px;
    }
    #image-holder{
        width: 40%;
        float: left;
    }
    #details{
        width: 60%;
        float: left;
    }
}
@media screen and (min-width: 1200px) {
    .wrapper {
        width: 1170px;
    }
}