body{
	position: relative;
	margin: 0px;
	padding: 0px;
    font-family: 'Poppins', sans-serif;
    background-color: #f5f5f5;
}
p{
	font-size: 17px;
    color: #666;
    line-height: 22pt;
}
.btn-page{
    font-size: 14px;
    padding: 15px 40px;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
a:hover{
    text-decoration: none;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
.btn.focus,
.btn:focus
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.btn{
    border-radius: 0px;
}
.clear{
	clear: both;
}
.full-height {
    height: 100vh;
}
.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.position-ref {
    position: relative;
}
.position-ref .header-text{
    display: inline-block;
}
.slider-text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.3);
    padding-top: 225px;
    padding-left: 20%;
}
.slider-text h2{
    color: white;
    margin-top: 30px;
    opacity: 0;

    -webkit-animation-name: slideUp;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slideUp;
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: slideUp;
    -o-animation-delay: 0.5s;
    -o-animation-duration: 0.5s;
    -o-animation-fill-mode: forwards;
    animation-name: slideUp;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.slider-text p{
    color: white;
    margin-top: 30px;
    opacity: 0;

    -webkit-animation-name: slideUp;
    -webkit-animation-delay: 1s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slideUp;
    -moz-animation-delay: 1s;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: slideUp;
    -o-animation-delay: 1s;
    -o-animation-duration: 0.5s;
    -o-animation-fill-mode: forwards;
    animation-name: slideUp;
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.slider-text h2 span{
    color: #dcb05c;
}
.slider-text .btn{
    min-width: 150px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 30px;
    opacity: 0;

    -webkit-animation-name: slideUp;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slideUp;
    -moz-animation-delay: 1.5s;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: slideUp;
    -o-animation-delay: 1.5s;
    -o-animation-duration: 0.5s;
    -o-animation-fill-mode: forwards;
    animation-name: slideUp;
    animation-delay: 1.5s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes slideUp{
    from{
        margin-top: 30px;
        opacity: 0;
    }
    to{
        margin-top: 0px;
        opacity: 1;
    }
}
.footer{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.footer .container{
    background-color: #f9f9f9;
    padding: 50px 25px;
}
.footer p{
    color: #777;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
}
.footer h5{
    color: #777;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer ul{
    margin: 0px;
    padding: 0px;
}
.footer ul li{
    list-style-type: none;
}
.footer .text-white{
    color: white;
}
.footer ul li a{
    display: inline-block;
    padding: 5px;
    color: #999;
    font-family: 'Poppins', sans-serif;
}
.footer ul li a:hover, .footer ul li a:active, .footer ul li a:focus{
    color: #111;
}
.footer span{
    display: inline-block;
}
.footer address{
    display: inline-block;
}
.footer p, .footer address{
    color: #999;
    font-family: 'Poppins', sans-serif;
}
.footer-bottom{
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-bottom p{
    color: #999;
    font-size: 12px;
}
.footer-bottom p a{
    color: #999;
}
.iletisimBilgileri a, .iletisimBilgileri address{
    color: #999;
}
.iletisimBilgileri .fa{
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #aaa;
    padding-top: 8px;
}
.display-table{
    display: table;
    width: 100%;
    height: 100%;
}
.display-table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.header{
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.header-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
}
.header-text{
    text-align: center;
}
.header-text h1{
    color: white;
    font-size: 3vw;
}
.header-text p{
    color: white;
    text-transform: uppercase;
    letter-spacing: 15px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.page-section{
    padding-top: 50px;
    padding-left: 100px;
}
.page-section .container{
    padding-top: 50px;
}
.page-section h1, .page-section p{
    font-family: 'Poppins', sans-serif;
    color: #444;
    margin: 0px;
    padding: 0px;
}
.page-section p{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 15px;
}
.navbar{
    z-index: 99;
    width: 100%;
}
.navbar-light{
    background-color: #f5f5f5;
}
.navbar-light .navbar-brand{
    color: black;
}
.navbar-light .navbar-nav .nav-item .nav-link{
    position: relative;
    color: #777;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'Poppins', sans-serif;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover{
    color: black;
}
.navbar-light .navbar-nav .nav-item .nav-link span{
    display: block;
}
.carousel-indicators li.active{
    background-color: #dcb05c;
}
.hm{
    width: 100%;
    min-height: 180px;
    padding: 20px;
    background-color: #f5f5f5;
    margin-top: 25px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hm:hover{
    box-shadow: 0px 0px 10px 0px #ddd;
}
.hm h3{
    color: #444;
    font-family: 'Poppins', sans-serif;
}
.hm p{
    color: #777;
}
.hm .line{
    width: 50%;
    height: 2px; 
    background-color: #ccc;
    margin-top: 5px;
    margin-bottom: 10px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hm:hover .line{
    width: 75%;
}
.heading{
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.heading .line{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.heading h4{
    margin: 0px;
    padding: 0px;
}
.heading .heading-text{
    min-width: 350px;
    position: absolute;
    background-color: white;
    left: 50%;
    margin-left: -175px;
    margin-top: -14px;
    z-index: 2;
}
.fa-grip-lines{
    color: #dcb05c;
}
.menu-line{
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: transparent;
    z-index: 1;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover .menu-line{
    height: 4px;
    background-color: #dcb05c;
}
.navbar .dropdown-menu .dropdown-item{
    font-size: 14px;
    color: white;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:active, .navbar .dropdown-menu .dropdown-item:focus{
    color: #dcb05c;
    background-color: transparent;
}
.navbar .dropdown-menu{
    background-color: #222;
    padding: 20px;

    animation-name: animateMenu;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-name: animateMenu;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: animateMenu;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: animateMenu;
    -o-animation-duration: 0.5s;
    -o-animation-fill-mode: forwards;
}
.paddingTopBottom{
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-us-img{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 10px solid white;
    box-shadow: 0px 0px 30px 0px #aaa;
    margin-top: -200px;
}
.content-heading{
    padding: 20px 25px;
    border: 1px solid #eee;
    display: inline-block;
}
.white-text{
    color: white;
}
.second-color{
    color: #f6d985;
}
.product{
    display: block;
    width: 100%;
    margin-top: 12.5px;
}
.product .product-img{
    min-height: 225px;
    text-align: center;
    overflow: hidden;
}
.product .product-img img{
    max-width: 100%;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product .product-desc{
    padding: 10px;
    text-align: center;
}
.product .product-desc h5{
    margin: 0px;
    padding: 0px;
    color: #777;
    font-family: 'Poppins', sans-serif;
}
.product .product-desc p{
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #aaa;
}
.product:hover .product-img img{
    transform: scale(1.1);
}
.search{
    width: 100%;
    height: 0vh;
    display: none;

    animation-name: search;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-name: search;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: search;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: search;
    -o-animation-duration: 0.5s;
    -o-animation-fill-mode: forwards;
}
@keyframes search{
    from{
        height: 0vh;
    }
    to{
        height: 100vh;
    }
}
.search .form-control::placeholder{
    color: #777;
}
.btn-close-search-tab{
    float: right;
    color: black;
    font-size: 35px;
    margin: 15px;
}
.btn-close-search-tab:hover{
    color: black;
    background-color: #f2f2f2;
}
.search .form-control{
    display: inline-block;
    margin-left: -55px;
    opacity: 0;
    
    animation-name: animateSearchInput;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-name: animateSearchInput;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: animateSearchInput;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: animateSearchInput;
    -o-animation-duration: 0.5s;
    -o-animation-fill-mode: forwards;
}
.search .btn-search{
    margin-top: 55px;
    opacity: 0;

    animation-name: animateSearchButton;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-name: animateSearchButton;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: animateSearchButton;
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: animateSearchButton;
    -o-animation-delay: 0.5s;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: forwards;
}
.social-buttons a{
    text-align: center;
    font-size: 16px;
    color: #777;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #777;
    width: 51px !important;
    height: 51px !important;
    display: inline-block;
    margin: 3px;
}
content .container{
    background-color: white;
    padding: 30px 30px;
}
@keyframes animateMenu{
    from{
        margin-top: 25px;
        opacity: 0;
    }
    to{
        margin-top: 0px;
        opacity: 1;
    }
}
@keyframes animateSearchButton{
    from{
        margin-top: 55px;
        opacity: 0;
    }
    to{
        margin-top: 0px;
        opacity: 1;
    }
}
@keyframes animateSearchInput{
    from{
        margin-left: -55px;
        opacity: 0;
    }
    to{
        margin-left: 0px;
        opacity: 1;
    }
}
.error-page{
    width: 100%;
    padding: 100px 25px;
    text-align: center;
}
#instagram iframe{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sliderItems{
    position: relative;
    width: 100%;
    padding: 20px 5px;
    text-align: center;
}
.sliderItem{
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 5px;
    text-align: center;
}
.sliderItem img{
    max-width: 100%;
}
.sliderItem:hover{
    cursor: pointer;
}
.shopping-list tr th, .shopping-list tr td{
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}
#table tr td, #table tr th{
    vertical-align: middle;
}
@media (min-width: 576px){
    .columns-2{
        columns: 2;
    }
    .navbar-nav .nav-item .nav-link{
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar{
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media (max-width: 576px){
    .fa-bars{
        color: black !important;
    }
    .header-text h1{
        font-size: 30px;
    }
    .header-text{
        padding: 15px;
    }
    .header-text p {
        font-size: 14px;
        letter-spacing: 10px;
    }
    .about-us-img{
        margin-top: 50px;
    }
    .paddingTopBottom{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .collapse, .navbar-collapse{
        background-color: #f5f5f5;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mobile-padding-5{
        padding: 5px !important;
    }
    .footer .paddingTopBottom{
        padding: 20px 20px;
    }
    .product .product-desc{
        text-align: center !important;
    }
    .page-section{
        padding-top: 40px;
        padding-left: 30px;
    }
    .navbar .navbar-brand{
        padding-left: 15px;
    }
}