/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    
}

html,
body {
    height: 100%;

   
    /* The html and body elements cannot have any padding or margin. */

}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1,h2{
    font-size:2em;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

ul.carousel-nav {
    list-style: none;
    margin: 5px 0px;
    padding: 0px;
    display: block;
 
    position: absolute;

    float:right;

    margin:20px 0px 0px 0px;

}



    ul.carousel-nav li {

    
        margin: 0px 10px;
        width: 162px;
        padding: 15px;
        line-height: 1.5;
             /*box-shadow: 0 1px 3px rgba(34, 25, 25, 24);
        -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 25);
        -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 25);*/
        filter: progid:DXImageTransform.Microsoft.Shadow(color = #adacac, direction = 135, strength = 2);
    }

.carousel-inner {
    display: inline;
    width: 50%;
}


#myCarousel {
    position: absolute;
    z-index: -100;
    padding:0px;
    margin:0px;
    width:101%;
}


#myCarousel img
{
    width:100%;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.header {
    border-top: 5px solid #30c7ff;
}

.footer {
   
 
    font-size:1.1em;
    padding: 5px 0px 10px 0px;
  
    /*border-top: 1px #fff solid;*/
    background-color:#2b2e32;
}

.footer-copy {
  float:right;
}


.navbar{
      font-size:1.1em;
   

}

.navbar a{
      font-size:1.1em;
      color:#fff;

}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 10%;
    /* Negative indent footer by it's height */
    margin: 0 auto -90px;
}



.image-title {
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
}

.home-message {
    font-size: 1.1em;
    padding: 10px;
    position:absolute;
    margin:35px 40px 0px -5px;
    font-weight:normal;
 
    color:#fff;
    line-height: 1.5;
    background-color: #3a3f44;
     border:solid 2px #c8c8c8;
    opacity: 0.9;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
    .home-message a {
        text-decoration: underline;
      
    }

.home-message img
{

float:right;

}

.navbar-inverse .navbar-nav>li>a {
        color: #fff;
        padding-top: 5px;
    }

.navbar-inverse .navbar-nav>li>a:hover {
        color: #999;
    }



ul.gallery-images {
    list-style: none;
    margin: 0px 0px;
    padding: 0px;
    display: block;

}



    ul.gallery-images li {
        float: left;
        margin: 8px 5px;
        width: 180px;
        padding: 15px;
        line-height: 1.5;
        height:219px;

    }

   

    .content{
        margin-top:50px;
      
    
    }


.navbar .navbar-brand {
    font-size:1.4em;


}
.navbar
{
    border-bottom: 2px solid #c8c8c8;
}
.img-thumbnail{
    padding:2px;

    background-color:#c8c8c8;
        border:solid 1px #c8c8c8;


}

.page-container{

       background-color: #fff;
}

.gallery-filters {
    border-right:0px solid #ccc;
    height:100%;
    padding:30px 0px 0px 30px;
}

.gallery{

    padding-top:30px;
    padding-bottom:30px;
}

.gallery-no-results{
   font-size: 1.1em;
   float:left;
   margin-top:0px;
   font-weight:normal;
   border:1px solid solid;
   color:#CCC;
}

#image-popup-title{
    float:left;
    padding:5px 10px;
    font-size:1.4em;
}

.checkbox label
{
padding-left:0px;
}

.checkbox input[type="checkbox"]
{
margin-left:0px;
}

.price {
    margin:20px 0px 5px 0px;
border-top:1px dashed #ccc;
}

 .image-popup-landscape{
      width:395px;
  }