#header-slider-container {
    overflow: hidden;
}

@media (min-width: 778px) {
    #rev_slider_65_1_wrapper {
        height: 500px;
    }
}


em{
	font-weight: 600;
}
p {
    margin: 0 0 1.500em 0;
    line-height: 1.9;
    font-size: 1.1875em;
    font-weight: 400;
		hyphens: none;
}

li {
    margin: 0 0 0.500em 0;
    line-height:normal;
    font-size: 1.1875em;
    font-weight: 400;
	  hyphens: none;
}

blockquote {
    clear: both;
}

blockquote {
    display: block;
    padding: 15px 30px 15px 50px;
    margin: 0 0 0 0px;
    position: relative;
    /*Font*/
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2;
    color: #666;
    /*Borders - (Optional)*/
    border-left: 100px solid #c76c0c;
    border-right: 0px solid #c76c0c;
    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

    blockquote::before {
        content: "\201C"; /*Unicode for Left Double Quote*/
        /*Font*/
        font-family: Georgia, serif;
        font-size: 50px;
        font-weight: bold;
        color: #999;
        /*Positioning*/
        position: absolute;
        left: 10px;
        top: 15px;
    }


    blockquote::after {
        /*Reset to make sure*/
        content: "\201D";
        /*Font*/
        font-family: Georgia, serif;
        font-size: 50px;
        font-weight: bold;
        color: #999;
        vertical-align: bottom;
        position: absolute;
        right: 0px;
        bottom: 0;
    }



.has-background .meta-header-inside {
    min-height: 20vh;
    max-height: 250px;
}



.lt-ie8 .notepaper {
    padding: 15px 25px;
}

body .meta-header {
    background-position: bottom right;
    min-height: calc( 100vw * 400/1440) !important;
    width: 100% !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .page-header {
        display: none;
    }

    .meta-header {
        width: 90% !important;
    }
}
