        @import url('normalize.css');

/*@import url('demo.css');*/

@font-face {
    font-family: 'entypo-selected';
    src: url("font/entypo-selected.eot");
    src: url("font/entypo-selected.eot?#iefix") format('embedded-opentype'), url("font/entypo-selected.woff") format('woff'), url("font/entypo-selected.ttf") format('truetype'), url("font/entypo-selected.svg#entypo-selected") format('svg');
    font-weight: normal;
    font-style: normal;
}

.rm-container {
    width: 33%;
    height: /*700px*/
    560px;
    max-width: 370px;
    margin: 0 auto 40px auto;
    position: /*relative*/
    absolute;
    z-index: 10000;
    -webkit-perspective: 1600px;
    perspective: 1600px;
    color: #2a323f;
    top: 16%;
    left: 36%;
}

.rm-container {
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}

.rm-wrapper,
.rm-wrapper > div {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rm-wrapper .rm-cover {
    z-index: 100;
    -webkit-transform-origin: 0% 50%;
    -webkit-transition-delay: 0.2s;
    transform-origin: 0% 50%;
    transition-delay: 0.2s;
}

.rm-wrapper .rm-middle {
    z-index: 50;
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

.rm-wrapper .rm-right {
    z-index: 60;
    -webkit-transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    transform-origin: 100% 50%;
    transition-delay: 0s;
}

.rm-wrapper .rm-middle,
.rm-wrapper .rm-right {
    pointer-events: none;
}

.rm-wrapper > div > div {
    background: #fff url(../images/pink_paperboard.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 30px;
    box-shadow: inset 0 0 0 16px/*#fff*/
    transparent, inset 0 0 0 17px #FFD9E5, inset 0 0 0 18px #fff, inset 0 0 0 19px #FFD9E5, inset 0 0 0 20px #fff, inset 0 0 0 21px#FFD9E5;
}

.rm-container .rm-front,
.rm-container .rm-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rm-container .rm-back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.rm-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.05)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.rm-middle .rm-overlay {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.05) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(64%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.05)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.05) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.05) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.05) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.05) 100%);
}

.rm-content {
    padding: 20px;
}

.rm-logo,
.rm-content h2,
.rm-content h4,
a.rm-button-open,
.rm-modal h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Arvo', Arial, sans-serif;
}

.rm-logo {
    width: 100px;
    height: 100px;
    background: #323b4c url(../images/restaurant.jpg) no-repeat center center;
    border-radius: 50%;
    margin: 20px auto;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #e6b741, 0 0 0 5px #fff, 0 0 0 6px #e6b741, 0 0 0 7px #fff, 0 0 0 8px #e6b741;
}

.rm-content img {
    height: auto;
    width: 120%;
}

.rm-content p {
    font-family: 'Raleway', 'Arial', sans-serif;
    font-weight: 100;
    font-size: 13px;
    text-transform: none;
    color: #000;
}

a.porti-link  {
    font-family: 'Raleway', 'Arial', sans-serif;
    font-weight: 100;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #BD2026;
}

a.porti-link:hover  {

    color: #5e5e5e;
}

.rm-content h2 {
    letter-spacing: 2px;
    font-size: 26px;
    text-shadow: 1px 1px 0 #fff, 3px 3px 0 #e6b741;
}

.rm-content h3 {
    font-size: 13px;
    margin: 40px 0;
    padding: 20px 40px;
    color: #323b4c;
    font-weight: 500;
    border-top: 4px double #323b4c;
    text-transform: uppercase;
    line-height: 20px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

.rm-content h4 {
    margin: 0 0 20px 0;
    font-size: 16px;
    padding-bottom: 10px;
    color: /*#f17282*/#BD2026;
    border-bottom: 4px double/*#eee*/
    #fff;
    /*text-shadow: 1px 1px 0 #fff, 2px 2px 0 #E6B741;*/
    letter-spacing: 2px;
}

.rm-content h4:not(:first-child) {
    margin-top: 35px;
}

a.rm-button-open {
    color: #BD2026;
    font-size: 16px;
    /*line-height: 45px;*/
    margin: 60px auto 20px auto;
    display: block;
    /*text-shadow: 0 1px 0 rgba(255,255,255,0.8);*/
}

a.rm-button-open:hover {
    color: #ff0025;
}

.rm-info p {
    line-height: 20px;
}

.rm-content dl {
    margin: 0;
}

.rm-content dt {
    color: #565656;
    margin: 8px 0 6px 0;
}

.rm-content dl,
.rm-content dl dd {
    display: block;
    margin: 0;
}

.rm-content dl dt {
    font-weight: 500;
    text-transform: uppercase;
}

.rm-content dl dd {
    font-size: 13px;
    padding: 4px 5px 15px;
    line-height: 15px;
    color: /*#333*/#000;
    text-align: left;
}

.rm-content dl dd span {
    color: /*#f17282*/#BD2026;
}

.rm-order p {
    padding: 10px;
    background: rgba(213, 193, 154, 0.2);
    margin: 20px 0 0;
}

a.rm-viewdetails:before {
    font-family: 'entypo-selected';
    /*content: '\56';*/
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 15px;
    margin-right: 4px;
    text-align: center;
    opacity: 0.7;
    line-height: 16px;
    /*text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);*/
}

.rm-modal {
    position: absolute;
    z-index: 10000;
    width: /*120%*/
    auto;
    margin-left: -10%;
    top: 50%;
    padding: 40px;
    background: #fff url(../images/white_paperboard.jpg);
    /*box-shadow: 
		inset 0 0 0 16px #fff, 
		inset 0 0 0 17px #e6b741, 
		inset 0 0 0 18px #fff, 
		inset 0 0 0 19px #e6b741, 
		inset 0 0 0 20px #fff, 
		inset 0 0 0 21px #e6b741,
		0 4px 20px rgba(0,0,0,0.4);*/
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateZ(1000px);
    transform: translateZ(1000px);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

.rm-modal h5 {
    margin: 0;
    font-size: 20px;
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 #E6B741;
    display: none;
}

.rm-modal .rm-thumb {
    width: 386px;
    height: 290px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin: 0 0 0 0/*-10px*/
    ;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.9);
}

.rm-modal a:after,
.rm-button-open:after {
    content: '\2192';
    display: inline-block;
    margin-left: 3px;
    font-family: Arial, sans-serif;
    display: none;
}

a.rm-viewdetails,
.rm-modal a {
    color: /*#f17282*/#BD2026;
    font-weight: 500;
}

.rm-modal a {
    float: right;
    clear: both;
    display: none;
}

a.rm-viewdetails:hover,
.rm-modal a:hover {
    color: #000;
}

.rm-close {
    background: #f17282;
    text-transform: uppercase;
    display: block;
    position: absolute;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    padding: 2px 5px;
    top: -19px;
    opacity: 0;
    right: 30px;
    cursor: pointer;
}

.rm-close-modal {
    cursor: pointer;
    right: 10px;
    top: 10px;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    /*background: #2a323f;*/
    color: #000;
    text-align: center;
    line-height: 14px;
    font-size: 15px;
    /*font-family: Arial, sans-serif;*/
}


/* Transitions */

.rm-wrapper,
.rm-wrapper > div {
    -webkit-transition: all 0.6s ease-in-out, height 0s;
    transition: all 0.6s ease-in-out, height 0s;
}

.rm-modal {
    -webkit-transition: -webkit-transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.rm-close {
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.rm-container.rm-open .rm-close {
    -webkit-transition: all 0.3s ease-in-out 0.8s;
    transition: all 0.3s ease-in-out 0.8s;
    opacity: 1;
}

.rm-container.rm-open .rm-wrapper > div {
    -moz-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.6);
}

.rm-container.rm-open .rm-cover {
    -webkit-transform: rotateY(-180deg);
    -webkit-transition-delay: 0s;
    transform: rotateY(-180deg);
    transition-delay: 0s;
}

.rm-container.rm-open .rm-middle,
.rm-container.rm-open .rm-right {
    pointer-events: auto;
}

.rm-container.rm-open .rm-right {
    -webkit-transform: rotateY(180deg);
    -webkit-transition-delay: 0.2s;
    transform: rotateY(180deg);
    transition-delay: 0.2s;
}

.rm-container.rm-in .rm-cover {
    -webkit-transform: rotateY(-150deg);
    transform: rotateY(-150deg);
}

.rm-container.rm-in .rm-right {
    -webkit-transform: rotateY(150deg);
    transform: rotateY(150deg);
}

.rm-container.rm-in .rm-wrapper {
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
}

.rm-container.rm-in .rm-cover,
.rm-container.rm-in .rm-right,
.rm-container.rm-nodelay .rm-right {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.rm-container.rm-in .rm-modal {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
    pointer-events: auto;
}


/* Fallback (similar to last media query) */

.no-csstransforms3d .rm-container {
    width: 100%;
    height: auto;
    max-width: 460px;
}

.no-csstransforms3d .rm-wrapper,
.no-csstransforms3d .rm-wrapper > div,
.no-csstransforms3d .rm-wrapper > div > div {
    position: relative;
    width: 100%;
    height: auto;
}

.no-csstransforms3d .rm-wrapper > div > div {
    margin-bottom: 10px;
    box-shadow: inset 0 0 0 16px #fff, inset 0 0 0 17px #e6b741, inset 0 0 0 18px #fff, inset 0 0 0 19px #e6b741, inset 0 0 0 20px #fff, inset 0 0 0 21px #e6b741, 0 3px 5px rgba(0, 0, 0, 0.2);
}

.no-csstransforms3d .rm-container .rm-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.no-csstransforms3d .rm-overlay,
.no-csstransforms3d .rm-middle .rm-overlay {
    display: none;
}

.no-csstransforms3d .rm-right .rm-front {
    display: none;
}

.no-csstransforms3d .rm-button-open {
    pointer-events: none;
}

.no-csstransforms3d .rm-button-open:after {
    content: '\2193';
}

.no-csstransforms3d .rm-modal {
    position: fixed;
    width: 80%;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -40%;
    -webkit-transition: opacity 0.6s ease-in-out 0s;
    transition: opacity 0.6s ease-in-out 0s;
}

.no-csstransforms3d .rm-container.rm-in .rm-cover,
.no-csstransforms3d .rm-container.rm-in .rm-right,
.no-csstransforms3d .rm-container.rm-in .rm-wrapper {
    -webkit-transform: rotateY(0deg);
    -webkit-transition-delay: 0s;
    transform: rotateY(0deg);
    transition-delay: 0s;
}


/* Media Queries */


/* Portrait */

@media only screen and (max-width: 1536px) and (max-height: 2048px) and ( orientation: portrait) {
    .rm-container {
        height: /*700px*/
        600px;
    }
    @media screen and (max-width: 1110px) {
        .rm-container {
            height: 800px;
        }
    }
    @media only screen and (max-width: 1080px) and (max-height: 1920px) and ( orientation: portrait) {
        .rm-container {
            height: /*700px*/
            600px;
        }
        /* Landscape */
        @media screen and (max-width: 1024px) and (max-height: 768px) and ( orientation: landscape) {
            .rm-container {
                height: /*700px*/
                600px;
            }
        }
        @media screen and (max-width: 1024px) and (max-height: 600px) and ( orientation: landscape) {
            .rm-container {
                height: /*700px*/
                500px;
            }
        }
        @media screen and (max-width: 960px) {
            .rm-container {
                width: 100%;
                height: auto;
                max-width: 460px;
                -webkit-perspective: 0px;
                perspective: 0px;
            }
            .rm-wrapper,
            .rm-wrapper > div,
            .rm-wrapper > div > div {
                position: relative;
                width: 100%;
                height: auto;
            }
            .rm-wrapper > div > div {
                margin-bottom: 10px;
                box-shadow: inset 0 0 0 16px #fff, inset 0 0 0 17px #e6b741, inset 0 0 0 18px #fff, inset 0 0 0 19px #e6b741, inset 0 0 0 20px #fff, inset 0 0 0 21px #e6b741, 0 3px 5px rgba(0, 0, 0, 0.2);
            }
            .rm-container .rm-back,
            .rm-container.rm-open .rm-cover,
            .rm-container.rm-open .rm-right {
                -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
            }
            .rm-overlay,
            .rm-middle .rm-overlay {
                background: transparent;
            }
            .rm-right .rm-front,
            .rm-close {
                display: none;
            }
            .rm-button-open {
                pointer-events: none;
            }
            .rm-button-open:after {
                content: '\2193';
            }
            .rm-container .rm-modal {
                position: fixed;
                width: 80%;
                top: 50%;
                left: 50%;
                margin: 0 0 0 -40%;
                -webkit-transform: translateZ(0px);
                transform: translateZ(0px);
                -webkit-transition: opacity 0.6s ease-in-out 0s;
                transition: opacity 0.6s ease-in-out 0s;
            }
            .rm-container.rm-in .rm-cover,
            .rm-container.rm-in .rm-right,
            .rm-container.rm-in .rm-wrapper {
                -webkit-transform: rotateY(0deg);
                -webkit-transition-delay: 0s;
                transform: rotateY(0deg);
                transition-delay: 0s;
            }
        }