body {
    background-color: #f9f9f9;
}

img {
    width: 100%;
    height: auto;
    /*margin: 2rem 0;*/
	padding: 2rem 1rem;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: lobster;
}

p {
    font-family: arconregular;
    font-size: 150%;
    text-align: justify;
}

li {
    font-family: arconregular;
    font-size: 130%;
}

hr {
    width: 40%;
    height: 1px;
    border: 0 solid transparent;
    background-color: black;
    display: inline-block;
    text-align: left;
    position: relative;
}

.p-a-0 {
     padding: 0;
}

.stripe {
    position: relative;
    display: block;
    height: 2rem;
    background-color: #4d1f68;
}

.p-b-2 {
    padding-bottom: 2rem;
}

header {
    min-height: 50rem;
    width: 100%;
    position: relative;
    display: block;
    background-image: url('../img/header.jpg');
    background-position: center;
    background-size: cover;
}

.flavor-container {
    position: relative;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flavor-container h3 {
    color: white;
    font-size: 240%;
    margin-left: 2rem
}

.flavor-container h3:last-of-type {
    padding-bottom: 2rem;
}

.header-separator {
    position: relative;
    display: block;
    margin: 1rem 0 0 2rem;
    height: 0.5rem;
    width: 5%;
    background-color: rgba(255, 0, 102, 1);
}

header * nav {
    background-color: rgba( 0, 0, 0, 0.5 );
}

.hero-wrapper,
.footer-wrapper {
    width: 80%;
    margin: 0 10%;
}

.footer-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-wrapper {
    min-height: 50rem;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav > ul > li,
.footer-nav > ul > li {
    margin: 0.4rem 0;
    padding: 0.5rem 0;
    border: 0;
    border-radius: 0 !important;
    cursor: pointer;
    background-color: rgba(77,31,104, 0.6);
    text-align: center;
}

.header-nav > ul > li:hover,
.footer-nav > ul > li:hover {
    background-color: rgba(77,31,104, 1);
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-nav > ul > li > a {
    font-family: lobster;
    font-size: 160%;
    color: white;
    text-decoration: none;
    outline: 0;
}

.header-subnav > ul {
    margin: 2rem 0 0 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-subnav > ul > li {
    margin: 0.4rem !important;
    padding: 0.5rem !important;
    border: 0;
    border-radius: 0 !important;
    cursor: pointer;
    background-color: rgba(255, 0, 102, 0.6);
    text-align: center;
}

.header-subnav > ul > li:hover {
    background-color: rgba(255, 0, 102, 1);
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-subnav > ul > li > a {
    font-family: lobster;
    font-size: 160%;
    color: white;
    text-decoration: none;
    outline: 0;
}

.header-subnav > ul > li > a > img {
    padding: 0;
    margin: 0;
}

header * .logo {
    margin-top: 0;
    position: relative;
    width: 100%;
    height: auto;
    background-color: rgba( 255, 255, 255, 0.6 );
}

.header-contact {
    position: relative;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-top: 2rem;
	font-size: 1.7em;
}

.header-contact:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 0, 102, 1);
    width: 0.5rem;
    height: 100%;
}

.header-contact p {
    font-size: 80%;
    margin: 0.5rem;
    color: white;
}

.footer-contact p {
    font-size: 80%;
}

.header-contact p:last-of-type {
    margin: 0 0.5rem;
}

#contact p:last-of-type {
    margin-bottom: 3rem;
}

#contact,
#about,
#offer,
#showcase {
    padding: 2rem 0 10rem 0;
}

#about {
    padding-bottom: 0;
}

#showcase {
    padding-bottom: 2rem;
}

.container-circles {
    display: relative;
}

.circles {
    display: inline-block;
    width: 30%;
}

.circles:nth-of-type(2) {
    margin: 0 4%;
}

@media (max-width: 768px) {
    .circles {
        width: 100%;
    }

    .circles:nth-of-type(2) {
        margin: 0;
    }
}

.circles h3 {
    text-align: center;
}

.circles img {
    border-radius: 50%;
}

.clint-eastwood {
    position: relative;
    display: block;
}

.clint-eastwood img {
    margin: 0;
}
#jssor_1 h3 {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 330%;
    color: white;
}

.clint-eastwood h3 {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 260%;
    color: white;
}

.shade {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.56+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.56) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.56) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#8f000000',GradientType=0 ); /* IE6-9 */
}

footer {
    background-image: url('../img/header.jpg');
    clear: both;
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    min-height: 17rem;
}

.footer-shade {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
/* 2017-02-28 comment out 
footer img {
    position: relative;
    display: inline-block;
    width: 17rem;
    height: 17rem;
    margin: 0;
    padding: 1rem;
    background-color: rgba( 255, 255, 255, 0.6 );
    vertical-align: top;
}*/

footer img {
    position: relative;
    display: inline-block;
    width: 17rem;
    height: auto;
    margin: 0;
    padding: 2rem 1rem;
    background-color: rgba( 255, 255, 255, 0.6 );
    vertical-align: top;
}

.footer-nav {
    position: relative;
    display: inline-block;
}

.footer-nav > ul {
    margin: 0 2rem !important;
    padding: 0 !important;
    padding-left: 1rem !important;
}

/*.footer-nav > ul > li {
    margin: 0.4rem 0;
    padding: 0.5rem 1rem;
    border: 0;
    width: 15rem;
    border-radius: 0 !important;
    cursor: pointer;
    background-color: rgba(255, 0, 102, 0.6);
    text-align: center;
}

.footer-nav > ul > li:first-of-type {
    margin-top: 0;
}

.footer-nav > ul > li:hover {
    background-color: rgba(255, 0, 102, 1);
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}*/

.footer-nav > ul > li > a {
    font-family: lobster;
    font-size: 160%;
    color: white;
    text-decoration: none;
    outline: 0;
    margin: 0 2rem !important;
    padding: 0 !important;
    padding-left: 1rem !important;
}

.footer-nav > ul > li > a:active {
    text-decoration: none;
    outline: 0;
}

.footer-separator {
    margin-left: 1rem;
    position: relative;
    display: inline-block;
    height: 135px;
    width: 0.5rem;
    background-color: rgba(255, 0, 102, 0.6);
    vertical-align: top;
}

.footer-contact {
    margin-top: 15px;
    margin-left: 1rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: white;
	font-size: 1.7em;
}

.footer-contact p {
    margin: 2px;
}
.my_popup_close {
position: absolute;
    top: 8px;
    right: 8px;
	
	}