/*

Style   : Tomato Restaurant CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly


TABLE OF CONTENTS 
---------------------------------------------------

    • Global Styles
    • Forms & Buttons
    • Navbar
        • Dropdown menu
        • Cart Dropdown
    • Footer
    • Preloader
    • Sections
        • Home
        • About
        • Special
        • Reservation
            • Date Picker
            • Clock Picker
        • Features
        • Menu
        • Partner Logos
        • SUBSCREVER
        • Page Header
    • About page
        • Services list
        • Our Team
    • Menu page
        • Menu Overlay
    • Contact Form
    • Gallery
    • Recipe
        • Featured Recipe
        • Recipe Single
            • Ingredients
            • Progress bar
            • Video
    • Blog
        • Pagination
        • Sidebar
        • Comments
    • Shop
        • Products
        • Cart page
        • Billing
        • Shop Single
            • Nav Tabs
            • Rating
    • Media Queries
        • less than 992px
        • less than 767px
        • less than 480px
    • Open Table
    • Slider
    • magnific Popup
    • Shortcodes
        • Alerts
        • Tabs
        • Pricing
    • Intro
    • Accordion


    */


/* ================================================
   Global Styles
   ================================================ */

@import 'settings-panel.css';
@import url(https://fonts.googleapis.com/css?family=Raleway:900,800,700,600,400,300,200,100);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:700,600,400);
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: #4b4741;
    text-align: center;
    font-weight: 800;
}

.small,
small {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    display: block !important;
    text-transform: none;
    text-align: center;
    margin: 10px 0px 15px 0px;
}

.white {
    color: #ffffff;
}

.white .small,
.white small {
    color: #eee;
}

.black {
    color: #4b4741;
}

.page-header {
    border: none;
    margin: 80px 0 40px;
}

.page-header:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 113px;
    background-color: #f9c56a;
    margin: 0px auto;
}

p {
    font-family: "Josefin Sans", sans-serif;
    color: #828281;
    font-size: 22px;
}

a,
a:hover {
    text-decoration: none;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.primary-color {
    color: #f9c56a;
}


/* Vertical Rhythm */

.vertical-space {
    margin: 20px 0;
}

.horizontal-space {
    margin: 0 20px;
}

.left-space {
    margin-left: 20px;
}

.right-space {
    margin-right: 20px;
}

.top-space {
    margin-top: 20px;
}

.bottom-space {
    margin-bottom: 20px;
}

.no-top-space {
    margin-top: 0;
}

.no-bottom-space {
    margin-bottom: 0;
}

.no-left-space {
    margin-left: 0;
}

.no-right-space {
    margin-right: 0;
}


/* lg - large */

.vertical-space-lg {
    margin: 40px 0;
}

.horizontal-space-lg {
    margin: 0 40px;
}

.left-space-lg {
    margin-left: 40px;
}

.right-space-lg {
    margin-right: 40px;
}

.top-space-lg {
    margin-top: 40px;
}

.bottom-space-lg {
    margin-bottom: 40px;
}


/* xl - Extra large */

.vertical-space-xl {
    margin: 80px 0;
}

.horizontal-space-xl {
    margin: 0 80px;
}

.left-space-xl {
    margin-left: 80px;
}

.right-space-xl {
    margin-right: 80px;
}

.top-space-xl {
    margin-top: 80px;
}

.bottom-space-xl {
    margin-bottom: 80px;
}


/* sm - small */

.vertical-space-sm {
    margin: 10px 0;
}

.horizontal-space-sm {
    margin: 0 10px;
}

.left-space-sm {
    margin-left: 10px;
}

.right-space-sm {
    margin-right: 10px;
}

.top-space-sm {
    margin-top: 10px;
}

.bottom-space-sm {
    margin-bottom: 10px;
}


/*padding*/

.vertical-padding {
    padding: 50px 0!important;
}


/*giant*/

.giant-space {
    margin: 100px 0;
}

.text-giant {
    font-size: 150px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}


/* ================================================
   Forms & Buttons
   ================================================ */

.form-group {
    font-family: "Josefin Sans", sans-serif;
}

.form-group label {
    font-size: 18px;
    font-weight: 400;
}

.form-group input,
.form-group textarea {
    border-radius: 0px;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #f3f1ed;
    padding: 10px 15px;
}

.btn {
    border-radius: 0px;
    border: none;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 15px;
}

.btn-default {
    background-color: #f9c56a;
}

.btn-default:hover {
    background-color: #f7b239;
}

.btn-secondary {
    background-color: #e9e5dd;
    color: #8c8881;
    border: 1px solid #e9e5dd;
}

.btn-secondary:hover {
    background-color: #d5cdbe;
    border: 1px solid #e9e5dd;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-color: #f7b239;
    border-color: #f7b239;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #f7b239;
}

.btn-lg {
    font-weight: 700;
    padding: 15px 40px;
}


/* ================================================
   Navbar
   ================================================ */

.navbar {
    background-color: rgba(0, 0, 0, 0.33);
    color: #FFF;
    z-index: 50;
    margin: 0;
    transition: .4s;
}

.navbar-static-top {
    background-color: #000;
}

.navbar .navbar-nav > li > a {
    color: #ECECEC;
    text-transform: uppercase;
    padding: 25px 15px;
    font-weight: 700;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    transition: all 0.5s ease;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:active {
    background-color: inherit !important;
    color: #f9c56a;
}

.navbar .navbar-nav > li > a:focus {
    background-color: inherit !important;
}

.navbar .navbar-brand {
    padding: 18px 0px;
}

.navbar .cart-number {
    background: #f9c56a;
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    color: #000 !important;
    margin-right: 5px;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav .open > a,
.nav .open > a:hover {
    background-color: inherit !important;
    color: #f9c56a;
}

.nav .open > a:focus {
    background-color: inherit !important;
}


/* 
   Dropdown menu
   ------------- */

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 0.25s ease;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu li .dropdown-menu {
    top: 0px;
    left: 99%;
    min-width: 200px;
}

.dropdown-menu li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    transition: all 0.5s ease;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active {
    background-color: inherit !important;
    color: #f9c56a;
}

.dropdown-menu > li > a {
    color: #C5C5C5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    padding: 7px 30px;
}

.dropdown-menu .divider {
    background-color: #4f4f4e;
}

.dropdown .caret,
.caret-right {
    margin-left: 5px;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    width: 0;
}


/* 
   Cart Dropdown
   ------------- */

.cart-content {
    min-width: 300px;
    padding: 0px;
}

.cart-content .cart-title {
    border-top: 2px solid #f9c56a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
}

.cart-content .cart-title h4 {
    margin: 0px;
    color: #ffffff;
    text-align: left;
}

.cart-content .cart-items .cart-item {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-item-image {
    float: left;
    margin-right: 15px;
}

.cart-item-desc {
    position: relative;
}

.cart-item-desc a {
    display: block;
    text-decoration: none;
    color: #ECECEC;
    font-weight: 700;
    font-family: Josefin Sans;
    font-size: 15px;
}

.cart-item-desc a:hover {
    color: #F9C56A;
}

.cart-item-price {
    color: #C5C5C5;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
}

.cart-item-quantity {
    color: #C5C5C5;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    position: relative;
    right: 0px;
    top: 0px;
}

.cart-action {
    padding: 15px;
}

.cart-action .checkout-price {
    line-height: 40px;
    font-weight: 500;
    font-size: 22px;
    font-family: "Raleway", sans-serif;
}

@media (max-width: 992px) {
    .pricing {
        margin-bottom: 30px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu.cart-content {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #000;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: -10px;
    }
    .navbar .navbar-brand {
        padding: 8px 0px 8px 15px;
    }
}


/* ================================================
   Footer
   ================================================ */

.footer {
    background: url(../img/bg6.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer .container {
    padding-bottom: 44px;
}

.footer-copyrights .container {
    padding-bottom: 0px;
}

.footer h1 {
    color: #f9c56a;
    font-size: 18px;
    text-align: left;
    margin: 60px 0px 26px;
}

.footer p {
    color: #ffffff;
    font-size: 18px;
}

.footer-MORADA p {
    color: #bcbcbc;
    font-size: 17px;
}

.contact-info p {
    color: #6B6B6B;
    font-size: 18px;
}

.footer a {
    color: #f9c56a;
    text-decoration: none;
}

.footer a:hover {
    color: #999;
}

.footer .footer-blog {
    margin-bottom: 27px;
}

.footer .footer-blog.last {
    margin-bottom: 0px;
}

.footer .footer-blog img {
    float: left;
    margin-right: 15px;
}

.footer .footer-blog .footer-blog-text {
    font-weight: 700;
    font-size: 17px;
    margin-top: -4px !important;
}

.footer .footer-blog .footer-blog-text:hover {
    color: #f9c56a;
}

.footer .footer-blog .footer-blog-date {
    font-size: 14px;
    color: #828281;
    font-weight: 700;
    margin: 0px;
}

.footer .footer-social-icons {
    background: rgba(0, 0, 0, 0.2);
    padding: 6px 7px 7px 7px;
    margin-bottom: 25px;
    display: table;
}

.footer .footer-social-icons a {
    padding: 9px 0px 6px 0px;
    margin-right: 0 1px;
    color: #FFF;
    background-color: #343434;
    border-radius: 2px;
    width: 35px;
    height: 38px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
}

.footer .footer-social-icons a:hover {
    background: #f9c56a;
    color: #343434;
}

.footer-MORADA .fa {
    margin-right: 10px;
    color: #f9c56a;
    width: 18px;
    text-align: center;
}

.footer .footer-copyrights {
    text-align: center;
    background-color: #1c1c1e;
}

.footer .footer-copyrights p {
    margin: 30px 0px;
    color: #b5b5b4;
    font-size: 16px;
}


/* 
   Preloader
   --------- */

.preloder {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

.preloder .scoket {
    position: relative;
    top: 45%;
    width: 140px;
    height: 140px;
    margin: auto;
}

.preloder img {
    width: 100%;
    height: 100%;
}


/* ================================================
   Sections
   ================================================ */


/* 
      Home
      ---- */

.home {
    position: relative;
    height: 100vh;
    width: 100%;
    /* background: url(../img/bg2.png) no-repeat center center; */
    background: url('../img/fullImages/Maquete_TRIEME_video.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home .tittle-block {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.home .tittle-block .logo {
    text-align: center;
}

.home .tittle-block h1 {
    color: #ffffff;
    font-size: 72px;
}

.home .tittle-block h2 {
    text-transform: none;
    font-weight: 400;
    color: #e6e6e6;
    font-size: 36px;
}

.home .scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px)
{
    


    .home .tittle-block img {
        height: 200px;
    }
    .home .tittle-block h1 {
        font-size: 42px;
    }
    .home .tittle-block h2 {
        font-size: 24px;
    }
}

#myVideo{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.trieme{
    height: 100vh;
    background: #ccc;
}

.trieme .landing{
    width: 50%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
}

.trieme .landing2{
    width: 100%;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 20px; */
    text-align: center;
}

.trieme .landing2 span{
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
}

.trieme .landing2 span a{
    color: #fff;
}

body{
    overflow: hidden;
}

.body{
    width: 102%;
}

.trieme .landing .logo{
    width: 100%;
    max-width: fit-content;
}

.mobile{
    display: none;
}

.tablet{
    display: none;
}

@media screen and (max-width:576px)
{
    #myVideo
    {
        position: fixed;
        right: auto;
        bottom: auto;
        min-width: auto;
        min-height: auto;
        height: 100%;
    }

    .mobile{
         display: block;
         margin-bottom: 30px;
    }
    
    .pc{
      display: none;
    }
 }
 
@media screen and (min-width: 577px) and (max-width:960px)
{
    .tablet{display: block;}     
    .pc{display: none;}
}
