@import url('https://fonts.googleapis.com/css?family=Mr+De+Haviland|Oswald:300,400,600,700');

/***************************html overrides*************************************/
body {
    margin: 0;
    font-size: 14px;
    font-family: font-family: 'Open Sans', sans-serif;
    background-image: url('/my_files/design_files/css/wood.jpg');
    background-repeat: repeat;
}
img { max-width: 100%; }
h1, h2, h3, h4, h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0px;
    margin-bottom: 8px;
    font-weight: 600;
}
h1{ font-size: 24px; text-transform: uppercase; }
h2{ font-size: 20px; text-transform: uppercase; }
h3{ font-size: 18px; text-transform: uppercase; }
h4{ font-size: 16px; text-transform: uppercase; }

.text-left{ text-align: left; }
.text-right{ text-align: right; }
.text-center{ text-align: center; }
.text-justify{ text-align: justify; }

a { color: #811717; }
a:hover{ color: #145389; }

.fieldInput{ border-radius: 0px; background: #fff; }
.fieldFocus{ background: #ffe; }
.button {
    border: 1px solid #000;
    border-radius: 0px;
    font-weight: 400;
    padding: 4px 10px;
    margin: 4px;
    background: linear-gradient(to bottom, #999 0%,#777 100%);
    color: #fff;
}
.button:hover{ background: linear-gradient(to bottom, #ccc 0%,#888 100%); }
input.default,button.default{ background: linear-gradient(to bottom, #777 0%,#555 100%); }
.button:disabled{ background: #ccc; cursor: default; color: #777; }

/***************************layout*************************************/
#wrapper{ position: relative; }

nav {
    position: relative;
    z-index: 21;
    height: auto;
    padding-bottom: 14px;
    top: 14px;
}
#navigation{ background: #none; border-bottom: 0px solid #ccc; }

#menuWrapper {
    background-color: #333;
    background-repeat: repeat;
    box-shadow: 1px -3px 3px 2px rgba(0,0,0,0.3);
    border-top: solid 1px rgba(255,255,255,0.2);
    border-left: solid 1px rgba(255,255,255,0.2);
    border-right: solid 1px rgba(255,255,255,0.2);
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
}
.stickyNav #navigation{ position: fixed!important; top: 0px; left: 0px; right: 0px; }

#menu{ position: relative; box-shadow: inset 4px -6px 9px 1px rgba(0,0,0,0.3); }
#mobileMenu{ padding: 0px 10px; cursor: pointer; line-height: 42px; color: #fff; font-family: 'Oswald', sans-serif; }
#mobileMenu .title{ display: none; float: left; font-size: 20px; }
#mobileMenu .fa{ display: block; float: right; line-height: 42px; }
#mobileMenu .end{ display: block; clear: both; }

#menu > ul { display: none; position: absolute; font-size: 16px; top: 100%; left: 0px; right: 0px; padding: 0px; box-sizing: border-box; box-shadow: 0px 5px 5px 0px #999; }
.activeMenu { overflow: hidden; }
.activeMenu #menu > ul { display: block; overflow: auto; max-height: 200px; }
#menu li { 
    list-style: none; 
    display: block; 
    white-space: nowrap;
}
#menu ul { margin: 0px; padding: 0px; box-sizing: border-box; }
#menu ul:after { content: " ";  display: table; clear: both; }
#menu > ul > li {
    position: relative; box-sizing: border-box;
    border-right: 0px;
    background: #999;
}
#menu > ul > li:hover { padding-left: 3px; }
#menu > ul > li  a { 
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    display: block; padding: 10px 15px 10px 15px; text-decoration: none;  
}
#menu > ul > li > a:hover {
    text-decoration: none;
    border-top: solid 2px #fff;
    padding-top: 4px;
    background: #333333;
}
#menu > ul > li:hover > a { padding-left: 12px; }
#menu > ul > li > ul a { padding-left: 25px; }
#menu > ul > li > ul a:hover{ color: #fff; }
#menu > ul > li:hover ul{ background: #fff; border: 0px; }
#menu > ul > li:hover > ul a { padding-left: 22px; }
#menu > ul > li:hover a { 
    background: none;
    border: 0px;
    border-top: solid 2px #fff; 
}
#menu > ul > li.hasSub:hover a {
    box-shadow: 1px 4px 6px 1px rgba(0,0,0,0.7);
    background: #333;
    padding-top: 3px;
}
#menu > ul > li.hasSub:hover li a { border-top: 0px; }

#contentWrapper {
    margin: 0 auto;
    background-image: url('/my_files/design_files/css/paper-dark.jpg');
    background-repeat: repeat;
    padding: 10px 10px 15px 10px;
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.7);
    border: solid 1px rgba(255,255,255,0.2);
    border-top: solid 1px rgba(255,255,255,0.5);
    position: relative;
    z-index: 20;
}

#title{ margin-top: -5px; padding-bottom: 8px; color: #000; text-align: center;  }
#title a{ color: #000; }
#title a:hover{ color: #555; }
#title .title{ font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 600; text-shadow: 0px 0px 3px #fff; }

#content {
    font-family: Arial;
    background: #fff;
    background-image: url('/my_files/design_files/css/paper-light.jpg');
    background-repeat: repeat;
    box-shadow: 1px 1px 10px 1px #000;
    border: solid 1px rgba(255,255,255,0.2);
    padding: 20px 10px;
    max-width: 100%;
}

#header {
    font-family: 'Oswald', sans-serif;
    position: relative;
    min-height: 64px;
}
.photoTabs {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}
.photoTabs:before {
    content: url('/my_files/design_files/css/topLeft.png');
    position: absolute;
    width: 44px;
    height: 44px;
    left: -5px;
    top: -5px;
}
.photoTabs:after {
    content: url('/my_files/design_files/css/bottomRight.png');
    position: absolute;
    width: 44px;
    height: 44px;
    right: -5px;
    bottom: -5px;
}

footer { background: none; border-top: 0px solid #ccc; padding: 20px; color: #fff; }
footer a { color: #fff; }
.footer-logo img { width: 200px; margin-bottom: 20px; }
#footer{ text-align: center; padding: 10px 0px; }

.int-section img { max-width: 90%; }
.int-section hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.fcNav {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: center;
}

/*************************featured listings**************************/
.featuredSmallBlock, .featuredCarousel .featuredSmallBlock { background: rgba(255,255,255,0.7); }

.featuredCarousel { padding-right: 10px; box-sizing: content-box; }
.featuredCarousel .featuredGalleryBlock {
    width: 290px;
    margin: 10px 5px 10px 10px;
    background: #fff;
    padding: 4px;
    overflow: visible;
}
.featuredCarousel .featuredGalleryBlock:after {
    content: url('/my_files/design_files/css/shadow-corner.png');
    position: absolute;
    right: -21px;
    bottom: -32px;
}

.featuredMediumBlockWrapper{ margin: -10px; }
.featuredMediumBlock{ height: auto; width: auto; padding-bottom: 25px; margin: 10px; }
.featuredMediumBlock .title{ font-size: 140%; }
.featuredMediumBlock .price{ display: block; text-align: center; font-size: 150%; letter-spacing: 1px; font-family: arial; margin: 4px 0px; font-weight: normal; } 
.featuredMediumBlock .photo{ height: auto; }

.featuredCarousel .featuredMediumBlock { width: 250px; height: 430px; }
.featuredCarousel .featuredMediumBlock .photo{height: 170px; }


.featuredSmallBlockWrapper{ margin: -8px; }
.featuredSmallBlock{ height: auto; width: auto; padding-bottom: 25px;  margin: 8px; }
.featuredSmallBlock .title{ font-size: 120%; }
.featuredSmallBlock .price{ display: block; text-align: center; margin: 3px 0px; letter-spacing: 1px; font-family: arial; font-weight: normal; font-size: 120%; }
.featuredSmallBlock .photo{ height: auto; }

.featuredCarousel .featuredSmallBlock { width: 228px; height: 315px; }
.featuredCarousel .featuredSmallBlock .photo{ height: 154px; }

.featuredMiniBlockWrapper{ margin: -8px; }
.featuredMiniBlock{ width: 136px; height: 175px; margin: 8px; }
.featuredMiniBlock .title{ font-size: 120%; }
.featuredMiniBlock .price{ display: block; text-align: center; margin: 3px 0px; letter-spacing: 1px; font-family: arial; font-weight: normal; font-size: 120%; }
.featuredMiniBlock .photo{ height: 92px; }

.featuredCarousel .featuredMiniBlock { width: 170px; height: 198px; }
.featuredCarousel .featuredMiniBlock .photo{ height: 116px; }

/************media query going up*******************/

@media (min-width: 480px) {
    .featuredMediumBlock,.featuredCarousel .featuredMediumBlock { width: 250px; height: 430px; }
    .featuredMediumBlock .photo,.featuredCarousel .featuredMediumBlock .photo{height: 170px; }

    .featuredSmallBlock,.featuredCarousel .featuredSmallBlock{ width: 204px; height: 300px; }
    .featuredSmallBlock .photo,.featuredCarousel .featuredSmallBlock .photo{ height: 136px; }
}
@media (min-width: 768px) {
    #title .title{ font-size: 26px; }
    #menu > ul{ box-shadow: none; }
	
    .featuredMediumBlock,.featuredCarousel .featuredMediumBlock { width: 226px; height: 428px; }
    .featuredMediumBlock .photo,.featuredCarousel .featuredMediumBlock .photo{ height: 154px; }

    .featuredSmallBlock,.featuredCarousel .featuredSmallBlock{ width: 228px; height: 310px; }
    .featuredSmallBlock .photo,.featuredCarousel .featuredSmallBlock .photo{ height: 152px; }

    .featuredMiniBlock,.featuredCarousel .featuredMiniBlock{ width: 167px; height: 195px; }
    .featuredMiniBlock .photo,.featuredCarousel .featuredMiniBlock .photo{ height: 112px;  }
    .stickyNav #menuWrapper:before { display: block; }
    #mobileMenu .title { display: none; }
}
@media (min-width: 992px) {
    h1{ font-size: 32px; }
    h2{ font-size: 28px; }
    h3{ font-size: 22px; }
    h4{ font-size: 18px; }
    #mobileMenu{ display: none; }

    #menu > ul{ 
        display: table; 
        position: relative; top: auto; left: auto; right: auto; 
        box-sizing: border-box; 
        width: 100%; 
        text-align: right; 
    }
    #menu > ul > li { 
        display: inline-block;
        text-align: center;
        padding: 0px;
        background: transparent;
    }	
    #menu > ul > li:hover { padding: 0px 0px 0px 0px; }
    #menu > ul > li  > a{ padding: 10px 15px 10px 15px; }
    #menu > ul > li:hover > a{ padding: 7px 15px 10px 15px; }
    #menu > ul > li > ul{ 
        display: none; 
        position: absolute; left: 0px; top: 100%; 
        text-align: left; 
        min-width: 100.5%; 
        border: 1px solid #ccc; 
        border-top: 0px; 
    }
    #menu > ul > li:hover > ul{ display: block; }

    .stickyNav #navigation{ border-top: 0px; }
    #menu > ul > li:first-of-type{ border-left: 0px solid #ddd; }
	
    .featuredMediumBlock,.featuredCarousel .featuredMediumBlock { width: 300px; height: 450px; }
    .featuredMediumBlock .photo,.featuredCarousel .featuredMediumBlock .photo{ height: 206px; }

    .featuredSmallBlock,.featuredCarousel .featuredSmallBlock{ width: 223px; height: 300px; }
    .featuredSmallBlock .photo,.featuredCarousel .featuredSmallBlock .photo{ height: 146px; }

    .featuredMiniBlock,.featuredCarousel .featuredMiniBlock{ width: 175px; height: 200px; }
    .featuredMiniBlock .photo,.featuredCarousel .featuredMiniBlock .photo{ height: 118px;  }
}
@media (min-width: 1200px) {
    .featuredMediumBlock,.featuredCarousel .featuredMediumBlock { width: 270px; height: 435px; }
    .featuredMediumBlock .photo,.featuredCarousel .featuredMediumBlock .photo{ height: 185px; }
	
    .featuredSmallBlock,.featuredCarousel .featuredSmallBlock{ width: 215px; height: 290px; }
    .featuredSmallBlock .photo,.featuredCarousel .featuredSmallBlock .photo{ height: 142px; }

    .featuredMiniBlock,.featuredCarousel .featuredMiniBlock{ width: 176px; height: 202px; }
    .featuredMiniBlock .photo,.featuredCarousel .featuredMiniBlock .photo{ height: 120px;  }
}
