/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@font-face {
    font-family: 'intro_regular';
    src: url('/fonts/intro-webfont.eot');
    src: url('/fonts/intro-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/intro-webfont.woff2') format('woff2'),
         url('/fonts/intro-webfont.woff') format('woff'),
         url('/fonts/intro-webfont.ttf') format('truetype'),
         url('/fonts/intro-webfont.svg#intro_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'intro_inlineregular';
    src: url('/fonts/Inline-webfont.eot');
    src: url('/fonts/Inline-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Inline-webfont.woff2') format('woff2'),
         url('/fonts/Inline-webfont.woff') format('woff'),
         url('/fonts/Inline-webfont.ttf') format('truetype'),
         url('/fonts/Inline-webfont.svg#intro_inlineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a{text-decoration: none; color: #FFF;}
h1,h2,h3,h4{font-family: 'intro_regular'; margin: 0;}
h1{font-size: 45px; letter-spacing: 2px; margin: 40px 0 0 0; }
h3{margin: 10px 0 30px 0}
body{
    background: transparent url('/img/assets/bg.jpg') repeat left bottom;
    text-align: center;
}
#content{
    position: relative;
    height: 100%;
}
#content .grid-full{
    width: 1280px;
    margin: 0 auto;
}
#content header{
    width: 100%;
    height: 35px;
    background: #361c0b url('/img/assets/painting_nav.jpg') repeat-x left bottom;
}
#content nav{
    padding: 7px 0;
    font-family: 'intro_regular';
    list-style: none;
}
#content header nav li{
    float: left;
    width: 16%;
}
#content header nav li a{
    font-size: 15px;
    opacity: 0.7;
}
#content header nav li a:hover, #content header nav li a.active{
    opacity: 1;
}
#content .logo{
    background: transparent url('/img/assets/logo.png') no-repeat center center;
    background-size: 100%;
    height: 300px;
    width: 200px;
    margin: 0 auto;
}
#content .logo a{
	 display: block;
	 height: 100%;
}
#content .decor{
    width: 100%;
    height: 10px;
    background: transparent url('/img/assets/painting_nav.png') repeat-x center bottom;
}
#content .decor.up{
    background: transparent url('/img/assets/painting_nav_up.png') repeat-x center -12px;
}
#content .list{
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
}
#content .list li{
    float: left;
    width: 30%;
    margin: 5px 0 0 0;
    padding: 1%;
}
#content .list li a{
 	text-decoration: none;
 	color: #000;
} 
#content .list li p{
    font-size: 14px;
}
#content .list li p span{
    text-transform: uppercase;
    font-family: 'intro_regular';
    font-size: 13px;

}
#content .list li h3{
    font-weight: bold;
    text-transform: uppercase;
}
#content .line{
    width: 100%;
    border-bottom: 1px solid #000;
    margin: 40px 0;
    line-height: 0;
    font-family: 'intro_regular';

}	
#content .line span{
    font-size: 20px;
    text-transform: uppercase;
    background: transparent url('/img/assets/bg.jpg') repeat left bottom;
    line-height: 3px;
    padding: 0 70px;
}
#content .line span.piggy{
     line-height: 30px;
}
#content .line img{
    background: transparent url('/img/assets/bg.jpg') repeat left bottom;
    line-height: 3px;
    padding: 0 70px;
    position: absolute;
    margin-left: -100px; 
}
#content .list.col-full li{
	width: 100%;
	height: 386px;
}
#content .list.col-full li img{
		width: 50%;
		float: right;
  	height: 100%;
}
#content .list.col-full li .box{
		width: 50%;
		padding: 0;
		float: right;
  	height: 100%;
}
#content .list.col-full li .box h3{
	padding: 20px 20px 0 20px;
  font-size: 30px;
  letter-spacing: 1px;
}
#content .list.col-full li .box p{
	padding: 10px 20px 0 20px;
	font-size: 16px;
}
#content .list.col-four li{
    width: 22%;
}
#content .list.col-two li{
    width: 45%;
}
#content .list.col-four li img{width: 100%;}
#content .list.col-two li img{width: 93.5%; border: 1px solid #000; padding:3%}
#content .list.col-three li img{ height: 180px;}
#content .list .box{text-align: left;background: #361c0b; padding: 20px;  color: #FFF;}
#content .list.col-three .box{ background: none; color: #000; text-align: center;}
#content .list .box h3{font-size: 15px; margin: 0 0 8px 0; text-transform: uppercase;}
#content .list .box p{margin: 0;font-size: 13px;}

/*HERO IMAGE*/
#content .hero-image{
    width: 100%;
}
/*SLIDE*/
#content .royalSlider {
  width: 100%;
  height: 620px;
}

#content .rsDefault .rsBullets{background: transparent;}
.slicknav_menu {display:none;}
/* //SLIDE*/

#content footer{
    position: relative;
    background: #361c0b;
    margin: 60px 0 0 0 ;
    padding: 40px 40px 60px 40px;

}
#content footer nav{ text-align: right; font-size: 16px; text-transform: uppercase;}
#content footer nav li{margin: 0 0 4px 0}
/*@-webkit-keyframes hover {
    from {-webkit-transform: translate(0,0);}
    to {-webkit-transform: translate(-10px,0);}
}*/
#content footer nav li a{opacity: 0.7;}
#content footer nav li a:hover, #content footer nav li a.active{
    opacity:1;
}
#content footer .logo-footer{
    position: absolute;
    top: 40px;
    left:40px;
    width: 160px;
}
#content .bottom-bar{
    background: #1d1d1b;
}

#content .bottom-bar p{margin: 0; color: #FFF; padding: 20px 40px; font-size: 13px;}
#content .bottom-bar p.first{float: left;}
#content .bottom-bar p.second{float: right;}
#content .my-simple-gallery {
  width: 100%;
  float: left;
}

#content .my-simple-gallery img {
  width: 100%;
  height: auto;
}

#content .my-simple-gallery figure {
  display: block;
  float: left;
  margin: 2%;
  width: 20%;
}

#content .my-simple-gallery figcaption {
  display: none;
}

#content form#contact .row{
    width: 100%;
    margin: 15px 0;
}
#content form#contact{
    margin: 60px 0;
}
#content form#contact label{
    width: 18%;
    float: left;
    text-align: left;
    font-family: 'intro_regular';
    padding: 0 0 0 3%;
}

#content form#contact input{
    width: 25%;
    float: left;
    padding: 8px 4px;
    border: 0;
    margin: 0 2% 0 0;
}

#content form#contact textarea{
    width: 74%;
    float: left;
    border: 0;
    padding: 4px 4px;
    min-height: 150px;
    margin: 0 2% 0 0;
}

#content form#contact input[type="submit"]{
    float: right;
    background-color: #42210B;
    width: 200px;
    font-family: 'intro_regular';
    color: #FFF;
    border: 0;
    padding: 8px 20px;
    margin: 0 58px 0 0;
    text-transform: uppercase;
}
#content .rsABlock{
	margin-top:5%; 
	font-size: 55px;
	font-family: 'intro_regular';
	text-align: center;
	width: 100%;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
	line-height: 100%;
}
.language{
    position: absolute;
    top: 8px; right: 10px;
}
@media screen and (max-width: 1280px) {
    #content .grid-full{width: 1024px;}
    #content header nav li {margin: 0;}
    .cut-txt{display: none}
}

@media screen and (max-width: 1024px) {
    #content .grid-full{width: 768px;}  
    #content .list li{width: 100%;}
    #content .list.col-four li{width: 22%;}
}

@media screen and (max-width: 768px) {

    #content .logo{width: 100px;height: 150px;}
    #content header{background: transparent; height: 0;}
    #content .grid-full{width: 100%; }
    #content .list{width: 95%; margin: 0 auto;}
    #content .list li{width: 100%;padding: 0;margin: 0;}
    #content .list.col-four li{width: 100%; padding:0;margin: 20px 0;}
    #content .line span{padding: 0 20px}
    #content {text-align: center;}
    #content .logo-footer {display: none}
    #content footer{padding: 40px;}
    #content .bottom-bar p{padding: 30px 0 5px 0;}
    #content .bottom-bar p.first{float: none}
    #content .bottom-bar p.second{float: none;padding: 0 0 20px 0 ;}
    /* #menu is the original menu */
    #content .my-simple-gallery figure {
      margin: 0;
      padding: 5%;
      width: 90%;
    }
    #content form#contact .row{
        margin: 0;
    }
    #content form#contact label{
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    #content form#contact input{
        width: 80%;
        margin: 10px auto;
        float: none;
    }

    #content form#contact textarea{
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    #content form#contact input[type="submit"]{
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    #content .rsABlock{display: none !important;}
    header nav {
        display:none;
    }
    
    .js .slicknav_menu {
        display:block;
         background: #361c0b url('/img/assets/painting_nav.png') repeat-x left bottom;
    }
    .slicknav_btn{
        background: none;
    }
    .slicknav_nav a{font-family: 'intro_regular';}
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
