
@-webkit-keyframes dbxswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes dbxswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.dbx-swing:hover
{
    -webkit-animation: dbxswing 0.4s ease;
    animation: dbxswing 0.4s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

body {
    background-color: #564c53 !important;
}

.layoutContainer2 {
    background-color: #e8c7ad !important;
}

.layoutContainer3 {
    clear: both;
    width: 100%;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    margin-top: 30px;
}

.layoutContainer3 * {
    color: #FFFFFF !important;
}

.layoutContainer3 .four {
    padding: 15px 20px 20px;
}

.padding-10 {
    padding: 10px;
}

.padding-0-10 {
    padding: 10px;
}

.stevies-photos {
    width: 330px;
    margin: 60px auto 0;
}

.stevies-photos.special-small {
    width: 300px;
}

.stevies-photos > div {
    box-sizing: border-box;
    border: 3px solid #e7d42a;
    margin: 20px auto;
    padding: 5px;
    background: #000000;
}

.stevies-photos > div > img {
    display: block;
    width: 100%;
    height: auto;
}

.stevies-photos.two-by-two > div {
    float: left;
    width: calc(50% - 5px);
    margin: 10px auto;
    border-width: 2px;
    padding: 2px;
}

.stevies-photos.two-by-two > div:nth-of-type(even) {
    margin-left: 10px;
    clear: right;
}

.stevies-photos-x {
    float: left;
    margin: 0 auto;
    width: 640px;
    margin: 0 0 0 35px;
}

.stevies-photos-x > div {
    float: left;
    width: calc(50% - 20px);
}

.stevies-photos-x > div:first-of-type {
    margin-right: 20px;
}

.page-title {
    color: #444444;
    font-size: 21px;
    text-align: left;
    margin: 5px 0 10px;
    line-height: 1.4;
    text-transform: none;
}

.page-copy {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Arial", sans-serif;
    padding: 0 5px;
    margin: 0 0 15px;
    color: #222222;
}

.red-title {
    color: #800000;
    font-weight: bold;
    text-align: left;
}

h2.red-title {
    font-size: 20px;
    padding: 0;
    margin: 0;
    text-align: left;
}

.button-menu {
    list-style: none;
    padding: 0;
}

.button-menu.trio {
    
}

.button-menu > li {
    display: block;
    float: left;
    margin: 5px;
}

.button-menu.trio > li {
    width: calc(33.3333% - 10px);
}

.button-menu > li > a {
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    background: #800000;
    padding: 0 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none !important;
    border: 2px solid #000000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-menu > li > a:hover, .button-menu > li > a:focus {
    background: #ffd203;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #800000;
}

.page-subtitle + p {
    margin-bottom: 10px;
}

.facilities-list {
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    width: 100%;
    max-width: 80%;
}

.facilities-list span {
    display: block;
    float: left;
    width: calc(50% - 16px);
    padding: 5px 7px;
    box-sizing: border-box;
    margin: 4px 8px;
    background: #800000;
    color: #FFFFFF;
    font-weight: normal;
}

hr {
    border-color: rgba(0,0,0,0.2);
    width: 80%;
    box-shadow: none;
}

.center {
    text-align: center;
}

img[title="Logo_sml"] {
    content: url("https://www.steviesitalianfoods.net/uploads/Logo_sml.png");
}
