@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
html,body {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
input{
    border:1px solid #b0b0b0;
    padding:3px 5px 4px;
    color:#979797;
    width:190px;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);


body{
    font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    background: #000;
    font-weight: 400;
    font-size: 15px;
    color: #aa3e03;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
.ie7 body{
    overflow:hidden;
}
a{
    color: #333;
    text-decoration: none;
}
.container{
    position: relative;
    text-align: center;
}
.clr{
    clear: both;
}
.container > header{
    padding: 30px 30px 10px 20px;
    margin: 0px 20px 10px 20px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}


/* ===\\================//=== *
 * ====\\==  HEADER  ==//==== *
 * =====\\============//===== */

.title h1 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 70px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 35px 50px 0px 0px;
    margin-top: 20px;
    float: right;
    display: block;
    opacity: 0.9;
}

.title h2 {
    font-size: 32px;
    font-style: italic;
    color: #f8f8f8;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    position: relative;
    float: right;
    padding: 5px 50px 0px 0px;
    clear: both;
}

header {
    /*float: left;*/
    padding-left: 50px;
    padding-bottom: 75px;
    text-align: left;
}


/* Header Style */
.home-top{
    font-family: Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    background: #000;
    opacity: 0.9;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    -moz-box-shadow: 1px 0px 2px #000;
    -webkit-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000;
    padding-top: 25px;
}
.home-top a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #ddd;
    display: block;
    float: left;
}
.home-top a:hover{
    color: #fff;
}
.home-top span.right{
    float: left;
}
.home-top span.right a{
    float: none;
    display: inline;
}

/* ===\\================//=== *
 * ====\\=== ABOUT  ===//==== *
 * =====\\============//===== */

.main_image_left {
    float: left;
    padding: 10% 2% 10% 10%;


}

.inner {
    float: right;
    width: 60%;
    padding: 10% 10% 10% 0%;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

.about_title {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 35px;
    padding-bottom: 5px;
}
 
#treasure {
    background-image: url('images/3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: none;

}






/* ===\\================//=== *
 * ====\\=== FOOTER ===//==== *
 * =====\\============//===== */
.footer-distributed{
    background-color: #151617;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px Arial, sans-serif;
    clear: both;
    padding: 55px 50px;
    margin-top: 80px;
    bottom: 0;
    position: fixed;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 40%;
}

/* The company logo */

.footer-distributed h3{
    color:  #ffffff;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size:36px;
    margin: 0;
}

.footer-distributed h3 span{
    color:  #5383d3;
}

#italic {
    font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    font-size: 16px;
    font-style: italic;
    color: #f8f8f8;
    line-height: 75%;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    padding-right: 20px
}

.footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:0;
    font-weight: normal;
}

.footer-distributed .footer-center p span{
    display:block;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color:  #5383d3;
    text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-icons{
    margin-top: 50px;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}


/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

/* Media Queries */
@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { 
        font-size: 140px 
    }
}
@media screen and (max-width: 767px) { 
    .cb-slideshow li div h3 { 
        font-size: 80px 
    }
    .container > header{
        text-align: center;
    }
  
    .footer-distributed{
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }
    .title h1 {
        font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
        font-size: 35px;
        line-height: 35px;
        position: relative;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        padding: 35px 50px 0px 0px;
        margin-top: 20px;
        float: right;
        display: block;
        opacity: 0.9;
    }

    .title h2 {
        font-size: 16px;
        font-style: italic;
        color: #f8f8f8;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
        position: relative;
        float: right;
        padding: 5px 50px 0px 0px;
        clear: both;
    }

}










