/* HTML5 display-role reset for older browsers */

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont');
    src: url('../fonts/Roboto-Regular-webfontd41d?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
        url('../fonts/Roboto-Regular-webfont-2') format('truetype'),
        url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont');
    src: url('../fonts/Roboto-Light-webfontd41d?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light-webfont.woff') format('woff'),
        url('../fonts/Roboto-Light-webfont-2') format('truetype'),
        url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/robotocondensed-light-webfont.eot');
    src: url('../fonts/robotocondensed-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
        url('../fonts/robotocondensed-light-webfont.woff') format('woff'),
        url('../fonts/robotocondensed-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.eot');
    src: url('../fonts/robotocondensed-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
        url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
        url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

body,
html {
    margin: 0;
    overflow-x: hidden;
    font-family: 'roboto_condensedlight', serif;
    -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
    display: none;
}

svg {
    fill: currentColor;
}

a {
    text-decoration: none;
    display: inline-block;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav .icon {
    display: none;
}

.gizle {
    display: none;
}

.ortala {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.ortala_buyuk {
    max-width: 1350px;
    margin: 0 auto;
}

.w100 {
    width: 100%;
    float: left;
}

.temizle {
    clear: both;
}

#logo {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.logo {
    margin: 0 auto;
    display: inline-block;
}

.logo img {
    width: 200px;
}

#ust_cizgi {
    width: 100%;
    height: 10px;
    float: left;
    background: #dfdfdf;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}

.menu {
    right: 90px;
    position: absolute;
    font-size: 16px;
    margin: 75px 0 0 0;
}

.menu-nav {
    right: 90px;
    position: absolute;
    font-size: 16px;
    margin: 75px 0 0 0;
}

.sol_menu {
    font-size: 18px;
    margin: 65px 0 0 20px;
    width: 200px;
    float: left;
}

.sol_menu li {
    border-bottom: solid 2px rgba(235, 235, 235, 0.5);
    ;
}

.sol_menu_a {
    background: url("../images/icon/menu-right.png") 5px center no-repeat;
    padding-left: 20px;
    color: #907448;
}

.menu ul {
    list-style: none outside none;
}

.menu li {
    position: relative;
    display: inline;
    margin: 10px;
}

.menu li a {
    color: #FFF;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.menu li a:hover {
    color: #fff;
    text-shadow: 0 0 30px #fff, 0 0 30px #fff;
}

.menu-nav ul {
    list-style: none outside none;
}

.menu-nav li {
    position: relative;
    display: inline;
    margin: 10px;
}

.menu-nav li a {
    color: #FFF;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.menu-nav li a:hover {
    color: #fff;
    text-shadow: 0 0 30px #fff, 0 0 30px #fff;
}

.ust {
    position: relative;
    z-index: 10;
}

.dil {
    position: absolute;
    float: right;
    right: 10px;
    margin: 25px 0 0 0;
    padding: 1px;
}

.dil a {
    font-family: "robotoregular", serif;
    color: #737373;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    margin-top: 10px;
}

#dil_box {
    float: left;
    width: 55px;
    height: 135px;
    position: absolute;
    right: -40px;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
}

/*
.big-menu{
    background: #af2a21;
    border-top: solid 5px #1e2e62;
    border-bottom: solid 7px #b0c8de;
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
    font-size: 20pt;

}*/

#menu_ic {
    width: 100%;
    float: left;
    text-align: center;
}

#menu_ic span {
    text-align: center;
    position: absolute;
    padding: 8px 85px;
    font-size: 12pt;
    font-weight: bold;
    opacity: 0.7;
    line-height: 20px;

}

#menu_ic a {
    height: 29px;
    padding: 12px 25px;
    color: #fff;
    margin-top: 7px;
}

#menu_ic a:hover {
    color: #fff;
    background-color: #1e2e62;
}

#nav {
    position: absolute;
    top: -70px;
    right: 0;
}

#slider_nav {
    float: left;
    margin: 0 3px;
}

#slider_nav a {
    width: 19px;
    height: 19px;
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
    text-align: center;
    background: url("../images/icon/bos.png");
    float: left;
}

#slider_nav a.activeSlide {
    background: url("../images/icon/dolu.png");
}

#right {
    float: left;
    cursor: pointer;
}

#left {
    float: left;
    cursor: pointer;

}

#slide {
    width: 1350px;
    position: absolute;
    z-index: -1;
    top: 0;
}

#arka {
    width: 1350px;
    position: absolute;
    z-index: -1;
    top: 0;
}

#iletisim_arka {
    width: 1350px;
    position: absolute;
    z-index: -1;
    top: 0;
}

#uretim_arka {
    width: 1350px;
    position: absolute;
    z-index: -1;
    top: 0;
}

#slider {}

.p1 {
    position: absolute;
    top: 538px;
    left: -15px;
    color: #676767;
    padding: 15px;
    font-size: 35pt;
}

.pic {
    position: absolute;
    top: 286px;
    left: -18px;
    color: #676767;
    padding: 15px;
    font-size: 35pt;
}

.slider img {
    width: 100%;
}

/*Menu*/

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 0 10px;
}

.dropdown a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.dropdown a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 0 30px #fff, 0 0 30px #fff;

}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 100%;
    /* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); */
    z-index: 1;
    /* right: -45px; */
}

.dropdown-content a {
    color: #fff !important;
    padding: 2px 1px !important;
    text-decoration: none !important;
    display: block !important;
    margin-top: 1px !important;
    /* background-color: #af2a21; */
    font-size: 9pt;
    /* height: 3px !important; */
    width: 150px;
}

.dropdown-content a:hover {
    color: #cccccc;
}

.dropdown:hover .dropdown-content {
    display: block;
    /* text-align: center; */
}

.dropdown:hover .dropbtn {}

/*Menu*/

.sol-box {
    margin-top: 50px;
    height: 700px;
    width: 400px;
    border: solid 1px #a8a8a8;
    float: left;
}

#box-baslik {
    font-family: "Trebuchet MS", serif;
    font-weight: bold;
    margin: 15px 0 0 15px;
}

#box-baslik-alt {
    font-family: "Trebuchet MS", serif;
    font-weight: normal;
    margin: 0 0 0 15px;

}

.sol-box img {
    width: 100%;
    border-bottom: #af2a21 solid 10px;
}

.box-yazi {
    margin: 15px 0 0 15px;
}

.ust-box {
    width: 758px;
    float: left;
    margin: 50px 0 0 40px;
}

#ust-box-1 {
    height: 276px;
    width: 364px;
    float: left;
    background: #f0f0f0;
    margin-right: 30px;
    position: relative;
    overflow: hidden;

}

#ust-box-1:hover .ust-box-ic {
    width: 50%;
    left: 50%;
}

#ust-box-2:hover .ust-box-ic {
    width: 50%;
    left: 50%;
}

#ust-box-1 img {
    max-width: 100%;
}

#ust-box-2 img {
    max-width: 100%;
}

#ust-box-1 table {
    width: 100%;
    height: 100%;
}

#ust-box-2 table {
    width: 100%;
    height: 100%;
}

#ust-box-2 {
    width: 364px;
    height: 276px;
    float: left;
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
    transition: .5s ease;

}

.ust-box-ic {
    width: 155px;
    height: 276px;
    float: left;
    background: #1e2e62;
    box-sizing: border-box;
    padding-top: 100px;
    position: absolute;
    top: 0;
    left: -155px;
    transition: .5s ease;

}

.ust-box-ic h2 {
    color: #fff;
    padding: 17px;
    margin: 0;
    font-size: 24pt;
    line-height: 25px;

}

.ust-box-ic p {
    color: #fff;
    padding: 17px;
    margin: 0;
}

.alt-box-ic {
    width: 758px;
    float: left;
    background: #1e2e62;
    box-sizing: border-box;

}

.alt-box-ic h2 {
    color: #fff;
    padding: 17px;
    margin: 0;
    font-size: 24pt;
    line-height: 25px;
}

.alt-box-ic p {
    color: #fff;
    padding: 17px;
    margin: 0;
}

#alt-box-1 {
    height: 100%;
    float: left;
    background: #f0f0f0;
    margin-right: 30px;
}

.alt-box {
    width: 758px;
    float: left;
    margin: 50px 0 0 40px;
    height: 378px;
}

#alt-band {
    background: #1e2e62;
    height: 65px;
    margin-top: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 16px;

}

#alt-band span {
    color: #fff;
    font-size: 20pt;
}

/* Style the tab */
div.tab {
    float: left;
    background-color: #ffffff;
    height: 378px;
    width: 415px;
    position: relative;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    color: black;
    padding: 19px 13px 17px 47px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.5s;
    font-size: 12px;
    height: 76px;
    margin-top: 1px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    width: 100%;
    background: url("../images/haber-ok.png") no-repeat right center;
    background-size: auto 100%;

}

/* Create an active/current "tab button" class */
div.tab button.active {
    width: calc(100% + 42px);
    background: url("../images/haber-ok.png") no-repeat right center;
    background-size: auto 100%;
}

/* Style the tab content */
.tabcontent {
    width: 100%;
    border-left: none;
    height: 378px;
    display: none;
}

.tablinks {
    position: relative;
}

.cark-icon {
    float: left;
    position: absolute;
    left: 13px;
    top: 30px;
}

.alt-icerik-bant {
    float: left;
    height: 5px;
    width: 100%;
    background: #e9e9e9;
}

.alt-icerik {
    min-height: 300px;
    background: #1e2e62;
    border-top: 5px solid #af2a21;
    border-bottom: 5px solid #af2a21;
    width: 100%;
    float: left;
}

.alt_serit {
    height: 330px;
    width: 100%;
    position: relative;
    z-index: -4;
    background: #fff;
}

.alt_arka {
    height: 430px;
    width: 1350px;
    background: #ccc;
    position: absolute;
    top: 1400px;
    z-index: -5;
    margin: 0 auto;
}

.alt_arka img {
    margin-top: 15px;

}

#footer_menu {
    float: left;
    width: calc(100% - 600px);
    height: 270px;
    padding: 60px 0 0 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background: #585858;
    font-size: 25px;
    position: relative;
}

.line-right {
    position: absolute;
    right: 0;
    top: 215px;
}

.footer_menu {
    width: 149px;
    float: left;
    margin: 0 0 0 60px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.footer_menu a {
    float: left;
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin: 2px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    clear: both;
}

.footer_menu a:hover {
    color: #af2a21;
}

.footer-ic {
    float: left;
    width: 1200px;
    margin-top: 50px;
    background: #ccc;
}

.footer-sag {
    float: left;
    margin-top: -20px;
    color: #fff;
    width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-sag img {
    margin-left: 3px;
    margin-top: 8px;
}

.footer-sag-ic1 {
    float: left;
    width: 165px;
    font-size: 25px;
}

.footer-sag-ic2 {
    float: left;
    width: 165px;
    font-size: 20px;
    letter-spacing: 1px;

}

#ticker {
    list-style: none;
    padding: 0;
    height: 200px;
}

.ticker-container {
    padding: 15px 0 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}

#ticker img {
    display: inline-block;
    margin: 30px;
    width: 135px;
}

#ticker li {
    width: 210px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

.bx-wrapper {
    width: 100% !important;
    border: #a8a8a8 solid 1px;

}

.bx-window {
    width: 100% !important;
}

.iletisim-icerik {
    float: left;
    width: 500px;
    margin: 50px 0 0 130px;
}

.iletisim-baslik {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.iletisim-baslik p {
    font-size: 26px;
    color: #686868;
}

.iletisim-tel {
    float: left;
    display: inline-block;
    width: 100%;
    font-size: 22px;
}

.iletisim-tel p {
    margin: 0;
    font-size: 22px;
    color: #000;
}

.tel-icon {
    float: left;
    width: 35px;
    height: 45px;
    text-align: center;
    line-height: 32px;
    color: #ccc;
    margin-right: 10px;
}

.map-icon {
    float: left;
    width: 35px;
    height: 45px;
    text-align: center;
    line-height: 32px;
    color: #ccc;
    margin-right: 10px;
}

#maps {
    width: calc(100% - 40px);
    height: 367px;
    float: left;
    padding: 0 20px;
}

#map {
    width: calc(100% - 40px);
    float: left;
    padding: 0 20px;
}

iframe {
    height: 300px;
    width: auto;
}

#maps iframe {
    width: 100%;
}

.form-sonuc {
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 20px;
}

.form-sonuc p {
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.iletisim {
    float: left;
    width: 100%;
    background: #fff;
}

.iletisim-cover {
    position: relative;
    width: 100%;
    float: left;
    background: #ee6e73;
    /* -webkit-box-shadow: 2px 30px 53px -25px rgba(66, 61, 66, 1); */
    -moz-box-shadow: 2px 30px 53px -25px rgba(66, 61, 66, 1);
    /* box-shadow: 2px 30px 53px -25px rgba(66, 61, 66, 1); */
}

.iletisim-cover img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.iletisim-icerik {
    float: left;
    width: 520px;
}

#mail_gonder {
    width: calc(100% - 400px);
    float: left;
}

#mail_gonder_baslik {
    border-bottom: solid #cccccc 5px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: bold;
}

#mail_gonder {
    float: left;
    width: 500px;
    margin: 60px 0 0 0;
    padding: 20px 20px 20px;
}

.cover-title {
    position: absolute;
    left: 65px;
    bottom: 0;
    font-size: 50px;
    color: white;
    opacity: 0.7;
}

.cover-title h1 {
    margin: 0;
}

.sayfa-metin {
    background-color: #cacaca;
    float: left;
    width: calc(100% - 100px);
    padding: 60px 50px 50px 50px;
    /* margin-top: 10px; */
}

.container {
    width: 100%;
    margin-top: 20px;
    background-color: #cacaca;
}

.grid__item {
    padding: 5px;
}

.img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
}

.content {
    padding: 0 5px 0;
}

.sayfa-main {
    float: left;
    width: 100%;
    margin-top: 370px;
}

.metin {
    width: 450px;
    margin: 50px 0 0 130px;
    position: relative;
    float: left;
}

.metin_urunlar {
    height: 90px;
    width: 100%;
    margin: 50px 0 0 130px;
    position: relative;
    float: left;
}

.image {
    height: 340px;
    width: 492px;
    margin: 60px 0 0 100px;
    position: relative;
    float: left;
}

.span1 {
    width: 350px;
    text-align: right;
    float: left;
    font-size: 27px;
    color: #7f7f7f;
}

.span2 {
    width: 350px;
    text-align: right;
    float: left;
    font-size: 40px;
    color: #907448;
}

.span3 {
    width: 363px;
    float: left;
    font-size: 15px;
    margin-left: 10px;
}

.span4 {
    width: 1000px;
    float: left;
    font-size: 15px;
    margin-left: 90px;
}

.line {
    position: absolute;
    top: -25px;
    left: 157px;
}

.grid {
    width: 100% !important;
}

.ref-yazi {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.pager {
    height: 200px;
    width: 210px;
    margin: 10px;
    text-align: center;
    display: block;
}

.urun_hover {
    position: relative;
}

.urun_hover img {
    width: 100%;
    vertical-align: top;

}

.urun_hover:after,
.urun_hover:before {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.urun_hover:after {
    content: '\A';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(144, 116, 72, 0.71);
}

.urun_hover:before {
    content: attr(data-content);
    width: 100%;
    color: #fff;
    z-index: 1;
    padding: 10px 10px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

}

.urun_hover:hover:after,
.urun_hover:hover:before {
    opacity: 1;
}

.urunler_icerik {
    position: relative;
    float: left;
    width: 820px;
}

.urunler_icerik h1 {
    border-bottom: solid 2px rgba(235, 235, 235, 0.5);
    font-size: 20px;
    margin-bottom: 0;

}

.urunler {
    margin: 5px;
    float: left;
    width: 250px;
    position: relative;
    overflow: hidden;
    height: 180px;
}

.urunler_list {
    float: left;
    width: 260px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 5px;
}

.urunler_list:hover {
    border: 1px solid #8f8f8f;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.9s;
    background: #f3f3f3;
}

.urunler:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.urunler img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.urun_bilgi {
    padding: 15px;
    text-align: center;
}

.haber-detay {
    width: 100%;
    float: left;
    margin-right: 25px;
}

.haber-detay img {
    width: 250px;
    float: left;
    margin-right: 25px;
    border: 1px #af2a21 solid;
}

.icerik {
    margin-top: 650px;
    width: 100%;
    height: 560px;
    background: #fff;
    float: left;
    position: relative;
}

.ic_sayfa {
    margin-top: 350px;
    width: 100%;
    height: 949px;
    background: #fff;
    float: left;
    position: relative;
}

.ic_sayfa_uretim {
    margin-top: 350px;
    width: 100%;
    min-height: 1000px;
    background: #fff;
    float: left;
    position: relative;
}

.ortak {
    width: 250px;
    float: left;
    margin-right: 25px;
}

.ortak img {
    width: 250px;
    float: left;
    margin-right: 25px;
    border: 1px #af2a21 solid;
}

.referanslar {
    width: 250px;
    float: left;
    height: 200px;
    margin-right: 25px;
    text-align: center;
    display: block;
}

.referanslar-ortala {
    width: 250px;
    float: left;
    height: 200px;
    margin-right: 25px;
    display: table-cell;
    vertical-align: middle;
}

.container-uygulamalar {
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#filters {
    /* margin:1%; */
    padding: 0;
    list-style: none;
}

#filters li {
    float: left;
}

#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

#filters li span.active {
    background: #1e2e62;
    color: #fff;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: calc((100% / 4) - 23px);
    margin: 10px;
    display: none;
    float: left;
    overflow: hidden;
    position: relative;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: rgb(177, 177, 177);
    cursor: pointer;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 255px;
    height: 255px;
    /* position: absolute; */
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
    background: #af2a21;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 0 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 13px;
}

.portfolio:hover .label {
    bottom: 0;
}

.portfolio:hover img {
    top: -30px;
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    .container {
        width: 95%;
    }

    #portfoliolist .portfolio {
        width: 48%;
        margin: 1%;
    }

    #ads {
        display: none;
    }

}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 70%;
    }

    #ads {
        display: none;
    }

}

/* #Clearing */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

#footer_table {
    width: 236px;
    float: left;
    height: 57px;
    text-align: center;
    padding-top: 60px;
}

.footer_left {
    width: 600px;
    height: 272px;
    background: #b4a285;
    float: left;
}

.adres {
    float: left;
    width: 350px;
    margin: 13px 0 0 120px;
    color: #fff;
}

#dil_menu_box {
    float: left;
    height: 90px;
}

#blackbox {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    background: rgb(255, 255, 255);
}

.cssload-container {
    position: relative;
    top: calc(50% - 50px);
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid rgb(204, 204, 204);
    border-left-color: #af2a21;
    border-radius: 1623px;
    -o-border-top-right-radius: 1623px;
    -o-border-top-left-radius: 1623px;
    -o-border-bottom-right-radius: 1623px;
    -o-border-bottom-left-radius: 1623px;
    -ms-border-radius: 1623px;
    -webkit-border-radius: 1623px;
    -moz-border-radius: 1623px;
}

.cssload-whirlpool {
    margin: -41px 0 0 -41px;
    height: 81px;
    width: 81px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
    content: "";
    margin: -37px 0 0 -37px;
    height: 72px;
    width: 72px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
    content: "";
    margin: -47px 0 0 -47px;
    height: 91px;
    width: 91px;
    animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite;
}

@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}

.urunler_detay_icerik {
    float: left;
    margin-top: 65px;
    position: relative;
    width: 79%;
}

.urun_resimler {
    width: 55%;
    float: left;
    margin-left: 0;
}

.urun_bilgiler {
    width: 40%;
    float: right;
}

.urun_baslik {
    float: left;
    width: 100%;
    height: auto;
    background: #907448;
    color: #fff;
}

.urun_baslik h1 {
    margin: 10px;
    font-size: 20px;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-slide img {
    width: 100%;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs img {
    width: 100%;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

/* --------------- */
.socailMediaIcon {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -330px;
}

.social {
    width: 45px;
    height: 45px;
    margin: 10px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #585858
}

.social a {
    display: flex;
    justify-content: center;
    align-items: center;
}