/***************************GENERAL********************************************/

.menu-color {
    color:rgb(83, 113, 76);
}

.sub-text-color {
    color:rgb(174, 174, 174) !important;
}

.user_heading {
	color: rgb(127, 155, 121) !important;
	padding: 3px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}
.user_heading img{
    background-color: #d1d1d1;
    border-radius: 100%;
    width: 30px;
    margin: 5px;
}

.name-padding {
    height: 16px;
    position: static;
}
.content-padding {
    padding-bottom: 35px;
}

/***************************RATE US********************************************/

.rate-us {
    margin: 15px auto 0px auto;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@media only screen and (min-width : 600px) {
    .rate-us {
        margin: 25px auto 50px auto;
    }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}




/***************************WHATS NEW*********  ***********************************/

.whats-new {
    background-color:#383838;
    width:75%;
    margin-left: auto;
    margin-top:30px;
    margin-right: auto;
}
@media only screen and (min-width : 600px) {
    .whats-new {
        margin-top:50px;
    }
}

/***************************MENU SIZE AND POSITION********************************************/

.menu-table {
    text-align:center;
    position:relative;
}

.menu-table-size {
	width: 283px;
    height: 300px;
    margin: -5px auto;
}
@media only screen and (max-width : 320px) {
    .menu-table-size {
        width: 260px;
        height: 279px;
        margin: -5px auto;
    }
}

@media only screen and (min-width : 600px) {
    .menu-table-size {
        width: 333px;
        height: 346px;
        margin: -2px auto;
    }
}
@media only screen and (min-width : 1190px) {
    .menu-table-size {
        width: 397px;
        height: 406px;
        margin: 10px auto;
    }
}
.menu-table-img-center {
    position:absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.table-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/***************************ICON AND SLOGAN********************************************/

.slogan {
    margin: 7px auto;
}
@media only screen and (min-width : 600px) {
   .slogan {
        font-size: .9em;
   } 
}
@media only screen and (min-width : 1190px) {
   .slogan {
        font-size: 1em;
   } 
}

@media only screen and (max-width : 320px) {
    .menu-icon {
        width: 55px;
        margin: 3px auto 15px auto;
    }
 }
.menu-icon {
    width:60px;
    margin-bottom: 6px;
    margin-top: 0px;
}
@media only screen and (min-width : 600px) {
    .menu-icon {
        width: 80px;
        margin: 3px auto 6px auto;
    }
 }
@media only screen and (min-width : 1190px) {
    .menu-icon {
        width: 115px;
        margin: 3px auto 15px auto;
    }
 }


.menu-header {
    margin-bottom: 5px;
}
@media only screen and (max-width : 320px) {
    .menu-header {
        font-size: 26px;
    }
}
@media only screen and (min-width : 600px) {
    .menu-header {
        margin: 34px auto 7px auto;
    }
}
@media only screen and (min-width : 1190px) {
    .menu-header {
        margin: 55px auto 10px auto;
        font-size: 2.6em;
    }
}

/***************************MENU LINKS********************************************/

.menu-link{
    border-radius: 0;
    width: 100%;
    padding: 3px 14px 3px 5px;
    font-size: 16px;
    box-shadow: inset 0 -2px 10px 1px rgb(52, 89, 40) !important;
    margin: 1px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    border-color: rgb(62, 90, 55) !important;
}
@media only screen and (max-width : 320px) {
    .menu-link {
        padding: 2px 10px 2px 1px;
        font-size: 14px;
    }
}
.menu-link:focus, .menu-link:hover{
    background-color: rgb(15, 86, 18);
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width : 600px) {
    .menu-link {
        padding: 4px 20px 4px 20px;
        font-size: 18px;
    }
}

.menu-link-large{
    padding: 12px;
}        
@media only screen and (min-width : 600px) {
    .menu-link-large {
        padding: 13px;
    }
}

.menu-link i {
    margin-right: 7px;
}

.btn-icon-menu{
    color: #ABABAB;
}

.menu-link-top-right{
    border-radius: 0 9px 0 0;
}
.menu-link-top-left{
    border-radius: 9px 0 0 0;
}
.menu-link-bottom{
    border-radius: 0 0 9px 9px;
}


/***************************BOTTOM BUTTONS********************************************/

.icon-circle{
    text-shadow:  0px 4px 9px rgb(18, 18, 18);
}

.left-bottom-btn {
    position:fixed;
    bottom:10px;
    z-index: 100;
}
.left-bottom-btn:nth-child(1) {
    left:10px;
}
.left-bottom-btn:nth-child(2) {
    left:60px;
}
.left-bottom-btn:nth-child(3) {
    left:110px;
}

@media only screen and (min-width : 600px) {
    .left-bottom-btn:nth-child(2) {
        left:70px;
    }
}
@media only screen and (min-width : 600px) {
    .left-bottom-btn:nth-child(3) {
        left:130px;
    }
}
@media only screen and (min-width : 1190px) {
    .left-bottom-btn:nth-child(2) {
        left:80px;
    }
}
@media only screen and (min-width : 1190px) {
    .left-bottom-btn:nth-child(3) {
        left:150px;
    }
}

@media only screen and (min-width : 600px) {
    .bottom-btn-size {
        font-size:23px;
    }
}
@media only screen and (min-width : 1190px) {
    .bottom-btn-size {
        font-size:30px;
    }
}

.rating-dialog{
    width:200px;
    margin-left: auto;
    margin-right: auto;
}

.rating-dialog-button{
    width: 130px;
    margin: 2px 0 !important;
    font-size: 14px;
}
