/* Ali Evdi 29 Nisan 2019 - Sinuos.net */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}
a {
    outline: none;
}
img {
    outline: none;
}

body {
    margin: 0;
    padding: 95px 0 0 0;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings:"slnt" 0;
}

.fix-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #f3f3f3;
    min-height: 100px;
    border-bottom: 1px solid #005BAA;
}
.fix-header.addscroll .header {
    min-height: 100px;
}
.fix-header.addscroll .header .logo {
    top: 30px
}
.fix-header.addscroll .header .big_menu {
    top:40px;
}
.fix-header.addscroll .header .big_menu ul li a {
    font-size: 16px;
    padding: 0 5px 45px 0;
}
.fix-header.addscroll .header .big_menu ul li:last-child a {
    padding-right: 0;
}
.fix-header.addscroll .header .logo img{
    width: 175px;
}
.fix-header.addscroll .header .language {
    top:41px
}

.header {
    width: 100%;
    display: block;
    position: relative;
    min-height: 145px;
    background: #f3f3f3;
}
.header .logo {
    position: absolute;
    left: 0;
    top: 40px;
}
.header .logo img {
    width: 284px;
}

.header .mobil-btn {
    display: none;
    font-size: 30px;
    right: 15px;
    position: absolute;
    top: 30px;
    cursor: pointer;
}
.header .mobil-menu {
    display: none;
    color: #fff;
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 30px;
    z-index: 999;
}

/* Small Menu Start */
.header .small_menu {
    position: absolute;
    right: 0;
    top: 10px;
}
.header .small_menu ul {
    margin: 0;
    padding: 0;
}
.header .small_menu ul li {
    display: inline;
    list-style-type: none;
    padding: 0 0 0 25px;
}
.header .small_menu ul li a {
    color: #000000;
    font-size: 12px;
}
.header .small_menu ul li a:hover {
    text-decoration: none;
    color: #929598;
}
.header .small_menu ul li.active a {
    color: #f00000;
    font-weight: bold;
}
/* Small Menu Finish */

/* Big Menu Start */
.header .big_menu {
    position: absolute;
    right: 50px;
    top: 63px;
}
.header .big_menu ul {
    margin: 0;
    padding: 0;
}
.header .big_menu ul li {
    display: inline;
    list-style-type: none;
    padding: 0 40px;
}
.header .big_menu ul li:last-child {
    padding: 0 0 0 40px;
}

.header .big_menu ul li a {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    padding: 0 10px 63px 0;
    position: relative;
}
.header .big_menu ul li:last-child a {
    padding-right: 0;
}
.header .big_menu ul li a:hover {
    text-decoration: none;
    color: #005BAA;
}
.header .big_menu ul li a.active {
    color: #005BAA;
    font-weight: 700;
}
.header .big_menu ul li a.active::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #005BAA;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
}
.header .language {
    position: absolute;
    right: 0;
    top:64px
}
.language img {
    width: 24px;
}

/* Big Menu Finish */


.slider {
    width: 100%;
    margin-bottom: 60px;
}   
.slider .carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    margin: 0 auto 0;
    width: 400px;
    text-align: center;
}

.slider .carousel-caption h1 {
    font-weight: bold;
    font-size: 40px;
}
.slider .carousel-caption h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}
.slider .carousel-caption a {
    background: #c71d22;
    color: #fff;
    font-weight: bold;
    padding: 14px 40px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.slider .carousel-caption a:hover {
    text-decoration: none;
    background: #000;
}
.slider .carousel-indicators {
    bottom: -50px;
}
.slider .carousel-indicators li {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #c2c4c5;
}
.slider .carousel-indicators li.active {
    background: #c71d22;
}

.home-product-category-slider{
    width: 100%;
    height: 500px;
    margin: 0 0 120px 0;
}
.product-category-slider .special-space {
    margin-bottom: 40px;
}
.product-category-slider .special-space:hover .category-desc, .product-category-slider .slick-slide:hover .category-desc{
    border: 1px solid #00B7DF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.product-category-slider h2 {
    margin-bottom: 70px;
}

.product-category-slider .slick-slide {
    /* border: 1px solid #f3f4f4; */
    width: 100%;
    margin: 0 10px;
    /* background: #f3f4f4; */
}
.product-category-slider .category-desc {
    text-align: left;
    background: #F4F4F4;
    padding: 25px 35px;
}
.product-category-slider .category-desc p {
    margin: 0;
    font-size: 22px;
    font-weight: 300;
    color: #000;
    line-height: 26px;
    padding-bottom: 20px;
    min-height: 75px;
}
.product-category-slider .category-desc a img {
   width: 30px;
   height: 30px;
   cursor: pointer;
}


.logos {
    width: 100%;
    background: #f3f4f4;
    padding: 30px 0;
}

.about-content {
    padding: 60px 0;
    color: #000000;
}
.about-content h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px 0;
    padding: 0;
}
.about-content p {
    font-size: 16px;
}
.about-content p:last-child {
    margin-bottom: 50px;
}

.about-content .brand {
    border: 1px solid #000000;
    padding: 25px 0;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}
.about-content .brand i {
    color: #000000;
    font-size: 60px;
    margin: 0 0 15px 0
}
.about-content .brand a {
    color: #000000;
    text-decoration: none
}
.about-content .brand h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.about-content .brand:hover {
    border: 1px solid #c71d22;
}
.about-content .brand:hover i {
    color:#c71d22;
}
.about-content .brand:hover h3 {
    color: #c71d22;
}

.about-content .about-img {
    margin-left: -50%;
}


.news {
    display: block;
    padding: 60px 0;
    overflow: hidden;
}
.content .news {
    padding: 0;
}
.news-bottom {
    margin-bottom: 30px;
}
a.allnews {
    display: block;
    text-align: right;
    margin: 10px 0;
    color: #c71d22;
    font-size: 13px;
}
.news .news-img {
    overflow: hidden;
}
.news .news-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.news .news-img:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.news h1 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px 0;
    padding: 0;
}
.news .news-list {
    border: 1px solid #c2c4c5;
}
.news .news-content {
    padding: 30px 20px;
}
.news .news-content h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.news .news-content p {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0;
}
.news .news-content a {
    color: #c71d22;
    font-size: 14px;
    clear: both;
    display: block;
}


.footer {
    background: #F4F4F4;
    width: 100%;
    min-height: 200px;
    padding: 60px 0;
    color: #000;
    margin-top: 90px;
}


.site-map img {
    width: 170px;
    margin-bottom: 50px;
}
.site-map p {
    line-height: 12px;
    font-weight: 300;
}

.footer .footer-form input, .footer .footer-form textarea {
    width: 100%;
    border: none;
    background: #fff;
    margin-bottom: 10px;
    padding: 3px 0 3px 10px;
}
.footer .footer-form button {
    background: #00B7DF;
    color: #fff;
    border: none;
    padding: 7px 15px;
    font-size: 12px;
    float: right;
}
.footer .footer-form button:hover {
    background: #005BAA;
}

.footer-form ::placeholder {
    color: #A6A3A3;
    opacity: 1; /* Firefox */
  }
  
.footer-form ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #A6A3A3;
}




.copyright {
    background: #005BAA;
    width: 100%;
    padding: 20px 0;
}
.copyright p, .copyright a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes slideInLeft {
    0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    }
    @keyframes slideInLeft {
    0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
} 
  
    
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes slideOutLeft {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    }
    }
    @keyframes slideOutLeft {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    }
} 


/* Fix Bg */

.cd-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3.25em 0;
    padding: var(--space-xl) 0;
    font-size: 1.2em;
    font-size: var(--text-md);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1);
    box-shadow: var(--shadow-lg);
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.cd-section h1 {
    font-weight: bold;
    font-size: 50px;
    margin: 0;
    padding: 0;
}
.cd-section p {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 30px 0;
    padding: 0;
}
.cd-section a {
    background: #c71d22;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 30px;
}
.cd-section a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.cd-section--bg-fixed {
    min-height: 450px;
    box-shadow: none;
    z-index: 1
}
.cd-section--bg-fixed {
    background-attachment: fixed
}
.cd-section:nth-child(1) {
    background-image: url("../img/cd-background-1.jpg")
}
.cd-section:nth-child(2) {
    background-image: url("../img/cd-background-2.jpg")
}

/* Fix Bg  */


.content {
    min-height: 300px;
    margin: 0;
}

.header-content {
    background: #f3f4f4;
    text-align: center;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 90px;
}
.header-content h1 {
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: left;
    letter-spacing: 1px;
}


.content ul {
    margin: 20px;
}
.content h2 {
    color: #005BAA;
    margin-bottom: 30px;
    font-weight: bold;
}
.content p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.list.list-icons li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 5px;
}

.contact-btn {
    background: #c71d22;
    border: 1px solid #c71d22;
}
.contact-btn:hover, .contact-btn:focus, .contact-btn:active {
    background: #939598;
    border: 1px solid #939598;
}
.partners img {
    width: 150px;
}



textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.a-textarea:focus,
.uneditable-input:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(0, 0, 0, 0);
    outline: 0 none;
}



.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 98;
    right: 20px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}
.instagram {
    background: #e40e27;
    color: white;
}
.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.footer-table tr {
    margin-bottom: 10px;
    display: block;
}

#default-demo img {
    border: 1px solid #ccc;
}
#default-demo .news-gallery-box {
    margin-bottom: 15px;
    float: left;
}
.news-gallery-img {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
}
.news-title {
    text-align: left!important;
    margin: 0 0 15px 0!important;
}

.product-hoome {
    position: relative;
    display: block;
    width: 100%;
    /*min-height: 760px; 3. sıra */
    min-height: 530px;
}
.product-box {
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
}
.product-box::before {
    content: '';
    background: rgba(0,0,0,0.1);
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: 100%;
}
.product-box .product-title {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.product-box .product-title a {
    color: #fff;
    font-size: 18px;
}
.product-box:hover::before {
    background: rgba(0,0,0,0);

}
.product-box:hover .product-title a {
    text-decoration: none;
}
.product-box:hover .product-title {
    background: rgba(0,0,0,1);
}

.product-box-inner {
    padding: 5px;
    border: 1px solid #e1e2e2;
	margin-bottom: 15px;
}
.product-box-inner:hover {
    border: 1px solid #ccc;
}
.product-title-inner {
    background: #939598;
    padding: 6px 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-title-inner a {
    color: #fff;
    font-weight: 400;
	text-align: center;
	font-size:13px;
	display: block;
}
.product-box-inner:hover .product-title-inner {
    background: #c71d22;
}
.product-title-inner:hover a {
    text-decoration: none;

}

.product-details-content {
    margin-top: 80px!important;

}

.product-img-details-single {
    border: 1px solid #D9D9D9;
    padding: 40px;
}

.product-img-details {
    position: relative;
    height: 445px;
}
.product-img-details .lSAction {
    display: none!important;
}

.details-text {
    margin-top: 15px;
}
.details-text h1 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px 0;
}
.details-text .left-bar {
    float: left;
}
.igne-ve-platin-edit .right-bar-iconset {
    top: -10px
}
.igne-ve-platin-edit .right-bar-iconset a {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-left: 10px;
    line-height: 35px;
}
.right-bar-iconset {
    position: absolute;
	right: 15px;
}
.right-bar-iconset a {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-left: 10px;
    line-height: 40px;

}
.right-bar-iconset a:hover {
	border: 1px solid #f3f4f4!important;
}
.right-bar-iconset a:hover i{
	color:#c71d22!important
}
.right-bar-iconset a img {
    width: 100%;
}
.right-bar-iconset i {
    font-size: 20px!important;
    color: #fff;
}
.product-details {
    clear: both;
    display: block;
    font-size: 16px;
    margin-bottom: 40px;
}
.product-details h3 {
    color:#00B7DF;
    margin-bottom: 100px;
}
.product-details .table tr:first-child  {
    background: #005cab;
    color: #fff;
    font-weight: bold;
}
.product-details .table tr:first-child p {
    color: #fff;
    font-weight: bold;
}
.pdfandvideo {
   position: absolute;
   right: 0;
}
.pdfandvideo > div {
    margin-bottom: 15px;
}
.pdfandvideo a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}
.pdfandvideo a:hover {
    text-decoration: none;
}
.pdfandvideo a img {
   margin-right: 20px;
}
.iconsize i {
    font-size: 30px;
}
#default-demo .gal-box {
    /*
    height: 60px;
    overflow: hidden;
    background-color: #000;
    display: flex;
    width: 100%;
    margin: 0 0 20px 0;
     */
    width: 82px;
    margin: 0 0 15px 0;
}



ul.bread {
    margin: 0;
    padding: 0;
    float: right;
    display: block;
}
ul.bread li {
    list-style-type: none;
    float: left;
    font-size: 13px;
    line-height: 28px;
    color: #c71d22;
}
ul.bread li a {
    font-size: 13px;
    color: #464646;
}

a.full-image-link {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.product-box-1 {
    width: 40%;
    height: 250px;
    left: 15px;
    top: 0;
}
.product-box-2 {
    width: 24%;
    height: 250px;
    top: 0;
    left: 44%;
}
.product-box-3 {
    width: 28%;
    height: 529px;
    right: 15px;
    top: 0;
}
.product-box-4 {
    width: 24%;
    height: 250px;
    left: 15px;
    top: 280px;
}
.product-box-5 {
    width: 40%;
    height: 250px;
    left: 28%;
    top: 280px;
}

.product-box-6 {
    width: 25%;
    height: 250px;
    left: 15px;
    top: 516px;
    background: #f3f4f4!important;
}


.product-box-79 {
    width: 40%;
    height: 250px;
    left: 15px;
    top: 0;
}
.product-box-80 {
    width: 24%;
    height: 250px;
    top: 0;
    left: 44%;
}
.product-box-81 {
    width: 28%;
    height: 529px;
    right: 15px;
    top: 0;
}
.product-box-82 {
    width: 24%;
    height: 250px;
    left: 15px;
    top: 280px;
}
.product-box-83 {
    width: 40%;
    height: 250px;
    left: 28%;
    top: 280px;
}

.product-box-84 {
    width: 25%;
    height: 250px;
    left: 15px;
    top: 516px;
    background: #f3f4f4!important;
}
.leftmenu ul {
    margin: 0;
    padding: 0;
}
.leftmenu .submenu {
    display: none;
}
.leftmenu li.active .submenu {
    display: block;
}
.leftmenu .submenu1 {
    display: none;
}
.leftmenu .submenu li.active .submenu1 {
    display: block;
}
.leftmenu .submenu2 {
    display: none;
}

.leftmenu .submenu1 li.active .submenu2 {
    /*display: block;*/
	display: none;
}
.leftmenu .submenu3 {
    display: none;
}
/* Burası Revize */
.leftmenu .submenu1 li.active .submenu2 li.active .submenu3 {
    /*display: block;*/
	display: none;
}




ul.leftmenu {
    margin: 0!important;
}
.leftmenu li {
    list-style-type: none;
    background: #f3f4f4;
}
.leftmenu li a {
    color: #464646;
    border-bottom: 1px solid #e1e2e2;
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    background: url("../img/right-arrow-black.png") no-repeat 96% 50%;
    font-weight: 400;
	background-size: 6px;

}
.leftmenu li:hover > a {
    text-decoration: none;
}
.leftmenu li:hover > a {
    color: #000;
}
.leftmenu li.active > a {
    color: #c71d22;


}
.leftmenu .submenu li a {
   
    display: block;
    font-size: 13px;
    padding: 5px 0 5px 18px;
}
.leftmenu .submenu1 li a {
    display: block;
	font-size: 12px;
    padding: 5px 0 5px 30px;
}
.leftmenu .submenu2 li a {
    padding-left: 60px;
    display: block;
}
.leftmenu .submenu3 li a {
    padding-left: 80px;
    display: block;
}

.details-h1 h1 {
    font-size: 24px;
}

.catalog-box {
    position: relative;
    overflow: hidden;

}
.pdf-page span {
    margin: 0;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    color: #fff;
    padding: 5px 0;
}
.pdf-page a {
    color: #000;
}
.catalog-box:hover span {
    background: rgba(0,0,0,1);
}


.left_product_menu {
    margin: 0!important;
    padding: 0!important;
}
.left_product_menu > ul {
    margin: 0!important;
    padding: 0!important;
}
.left_product_menu > ul > li > ul {
    margin: 0 0 0 10px!important;
    padding: 0!important;
    display: none;
}
.left_product_menu > ul > li > ul > li > ul {
    margin: 0 0 0 10px!important;
    padding: 0!important;
    display: none;
}
.left_product_menu > ul > li > ul > li > ul > li > ul {
    margin: 0 0 0 10px!important;
    padding: 0!important;
    display: none;
}
.left_product_menu > ul > li > ul > li > ul > li > ul > li > ul {
    margin: 0 0 0 10px!important;
    padding: 0!important;
    display: none;
}

.left_product_menu ul li {
    list-style-type: none;
}

.left_product_menu > ul > li.active > ul {
    display: block;
}
.left_product_menu > ul > li > ul > li.active > ul {
    display: block;
}

.table p {
    margin: 0;
    padding: 0;
}
.table td, .table th {
    padding: .50rem!important;
}
.table strong {
    font-weight: 600;
}
table td {
    vertical-align:center!important;

}
/*
.table tr:first-child {
    background: #c71d22;
    color: #fff;
}
*/

#imageGallery {
    margin:0!important;
}
#imageGallery li img {
    /* border: 1px solid #ccc; */
}
.lSGallery li {
    /* border: 1px solid #ccc; */
}
.img-table-edit {
	border:none!important
}
.img-table-edit tr:first-child {
	background: transparent!important;
	color: #212529!important
}
.img-table-edit tr {
	border:none!important;
}
.img-table-edit td{
	border:none!important;
}
.img-table-edit th{
	border:none!important;
}
.igneClass {
	overflow: hidden;
}

.substrDots p{
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}


.slick-lightbox .slick-next {
    background: #fffefe;
    color: #fff;
    width: 40px;
    height: 40px;
}
.slick-lightbox .slick-prev {
    background: #fffefe;
    color: #fff;
    width: 40px;
    height: 40px;
}


.big-menu {
    display: block;
    width: 100%;
    margin: 50px 0 0 0;
}
.big-menu .card-header {
    border:none;
}
.big-menu .card-header:hover {
    background: #F2EFEF;
}
.big-menu .card-header:hover .btn-link{
    color: #00B7DF;
}
.big-menu .card {
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
    background: #F4F4F4;
}
.big-menu .btn-link.collapsed {
    color: #000;
    text-decoration: none;
    font-size: 22px;
}
.big-menu .btn-link {
    color: #00B7DF;
    text-decoration: none;
    font-size: 22px;
    width: 100%;
    text-align: left;
}
.big-menu .big-sub-menu {
    margin:0 0 0 40px;
    list-style-type: none;
}
.big-menu .big-sub-menu li {
    margin-bottom: 10px;
}
.big-menu .big-sub-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.big-menu .big-sub-menu li.active a {
    color: #005BAA;
}


/*   
  .big-menu .card-header .btn-link:after {
    float: right;
    background: url('../img/menu-arrow.png');

  } */
  
.big-menu .card-header .btn-link.collapsed:after {
    content:' ';
    background: url('../img/menu-arrow.png');
    width: 33px;
    height: 24px;
    float: right;
}
.big-menu .card-header .btn-link:after {
    content:' ';
    background: url('../img/menu-arrow-a.png');
    width: 23px;
    height: 33px;
    float: right;
}
  


.image-menu-content {
    clear: both;
    margin-bottom: 90px;
}
.image-menu-content-in {
    padding: 0 0 0 0;
    margin-bottom: 0;
    margin-top: 50px;
}
.image-menu-content .big-image {
    position: relative;
    overflow: hidden;
}
.image-menu-content .big-image .img-info{
    position: absolute;
    bottom: 40px;
    left: 55px;
}
.image-menu-content .big-image .img-info .text-link{
    color: #fff;
    text-decoration: none;
    font-size: 42px;
    display: block;
}
.image-menu-content .big-image .img-info img{
    margin-top: 10px;
}

.image-menu-content .small-image {
    position: relative;
    overflow: hidden;
}
.image-menu-content .small-image .img-info{
    position: absolute;
    bottom: 40px;
    left: 55px;
}
.image-menu-content .small-image .img-info .text-link{
    color: #fff;
    text-decoration: none;
    font-size: 42px;
    display: block;
}
.image-menu-content .small-image .img-info img{
    margin-top: 10px;
}

.image-menu-content .small-image-one {
    margin-bottom: 33px;
}

.image-menu-content img {
    transition: 0.3s;
}
.image-menu-content img:hover {
    transform: scale(1.1);
}


.count-content {
    margin-bottom: 90px;
}
.count-content .count  {
    /* width: 200px; */
}
.count-content .count h5 {
    font-weight: bold;
    font-size: 70px;
    color: #005BAA;
}
.count-content .count p {
    font-weight: 300;
    font-size: 22px;
    color: #000;
}


.features-area {
    background: transparent!important;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
}
.feature-left-column {
    float: left;
    width: 46.5%;
}

.feature-left-column img {
    width: 100%;
}

.feature-right-column {
    float: left;
    width: 38%;
}

.feature-text {
    padding-bottom: 0px;
}
.feature-text h1 {
    font-weight: bold;
    margin-bottom: 50px;
}
.feature-text p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 50px;
}

.feature-right-column {
    padding: 0px 25px 0 150px;
}

.feature-right-column .service-text {
    padding-right: 0;
}

.custom-row {
    margin-left: -15px;
    margin-right: -15px;
}

.feature-right-column .coustom-col-5:nth-child(1) .single-item,
.feature-right-column .coustom-col-5:nth-child(2) .single-item {
    margin-bottom: 10px;
}

.feature-right-column .coustom-col-5 {
    padding-left: 15px;
    padding-right: 15px;
}


  

/*----------------------------------------*/


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .slider .carousel-caption {
        width: 200px;
    }
    .slider .carousel-caption h1 {
        font-size: 24px;
    }
    .slider .carousel-caption h2 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .slider .carousel-caption a {
        padding: 5px 20px;
    }
    .slick-prev, .slick-next {
        display: none!important;
    }
    .about-content .brand {
        margin: 0 0 15px 0;
    }
    .about-content .brand i {
        font-size: 50px;
    }
    .about-content .brand h3 {
        font-size: 16px;
    }
    .news .news-list {
        margin: 0 0 20px 0;
    }
    .about-content {
        padding: 40px 0;
    }
    .product-category-slider {
        margin: 50px 0;
    }
    .about-content h1 {
        font-size: 18px;
    }
    .about-content p {
        font-size: 14px;
    }
    .footer .site-map {
        margin: 0 0 20px 0;
    }
    .footer .footer-contact {
        margin: 0 0 20px 0;
    }
    .copyright {
        text-align: center!important;
    }
    .copyright .text-right {
        text-align: center!important;
    }

    .big_menu {
        display: none;
    }

    .header .mobil-btn {
        display: block;
    }
    .header .big_menu {
        display: none;
        background: #000;
        height: 100%;
        position: fixed;
        margin: 0!important;
        padding: 0!important;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .header .big_menu ul {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 15%;
        left: 30px;
    }
    .header .big_menu ul li {
        float: none;
        text-align: left;
        line-height: 36px;
        padding: 0;
        list-style-type: none;
        border: none;
        display: block;
    }
    .header .big_menu ul li:last-child {
        padding: 0;
    }
    .header .big_menu ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 22px;
    }

    .header .mobil-menu {
        display: block;
    }
    .header {
        padding: 10px 0;
        min-height: 99px;
    }
    .header .logo {
        top: 30px;
    }
    .header .logo img {
        width: 175px;
    }
    .header .language {
        right: 40px;
        top: 40px;
    }
    .header .mobil-btn{
        right: 0;
    }
    .header .small_menu {
        display: none;
        z-index: 120;
        left: 15px;
        width: 70%;
    }
    .header .small_menu ul li {
        padding: 0 20px 0 0 ;
    }
    .header .small_menu ul li a {
        color: #fff;
        font-size: 15px;
    }
    
    .text-component.text--center {
        text-align: center;
    }

    .news .news-image {
        margin-bottom: 15px;
    }
	
	.product-box {
		    width: 100%!important;
    display: block;
    clear: both;

    position: relative;
    left: 0!important;;
    margin-bottom: 15px;
	height:250px!important;
	}
	.product-box-4 {
		top:0!important;
	}
	.product-box-5 {
		top:0!important;
	}
	ul.leftmenu {
		margin-bottom:15px!important;
	}

    .fix-header {
        height: 95px;
    }
    .header .big_menu ul li a.active::after {
        content: " ";
        display: none;
    }
    .header .big_menu {
        right: 0;
    }
    .product-category-slider .category-desc {
        padding: 15px;
    }
    .product-category-slider .category-desc p {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }
    .product-category-slider .category-desc a img {
        width: 25px;
        height: 25px;
    }
    .home-product-category-slider {
        height: auto;
    }
    .features-area {
        display: block;
        padding: 0;
    }
    .feature-left-column {
        float: none;
        width: 100%;
    }
    .feature-right-column {
        float: none;
        width: 100%;
        padding: 20px 15px;
    }
    .feature-text h1 {
        margin-bottom: 20px;
        font-size:24px
    }
    .feature-text p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .image-menu-content {
        padding: 50px 0;
    }
    .image-menu-content .big-image {
        margin-bottom: 20px;
    }
    .image-menu-content .small-image-one {
        margin-bottom: 20px;
    }
    .image-menu-content .big-image .img-info, .image-menu-content .small-image .img-info {
        left: 30px;
    }
    .image-menu-content .big-image .img-info .text-link,.image-menu-content .small-image .img-info .text-link {
        font-size: 30px;
    }
    .count-content {
        padding: 0;
    }
    .count-content .count {
        margin-bottom: 30px;
    }
    .colcarou-frame{
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .colcarou-textbox-static {
        display: none!important;
    }
    .accordion-container {
        padding: 60px 0 0 0 ;
        overflow: hidden;
    }
    .footer {
        margin-top: 60px;
    }
    .header-content {
        margin: 0 0 40px 0;
    }
    .content h2 {
        font-size: 28px;
    }
    .content p {
        font-size: 15px;
        line-height: 24px;
    }
    .product-list-mobile {
        margin: 0;
    }
    .product-list-mobile h2 {
        margin-left: 15px;
    }
    .product-category-slider .special-space {
        margin-bottom: 20px;
    }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 

    .fix-header {
        height: 95px;
    }
    
    .slider .carousel-caption h1 {
        font-size: 28px;
    }
    .slider .carousel-caption h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .slider .carousel-caption a {
        padding: 10px 25px;
    }
    .slick-prev, .slick-next {
        display: none!important;
    }
    .about-content .brand {
        margin: 0 0 15px 0;
    }
    .about-content .brand i {
        font-size: 50px;
    }
    .about-content .brand h3 {
        font-size: 16px;
    }
    .news .news-list {
        margin: 0 0 20px 0;
    }
    .about-content {
        padding: 40px 0;
    }
    .product-category-slider {
        margin: 50px 0;
    }
    .about-content h1 {
        font-size: 18px;
    }
    .about-content p {
        font-size: 14px;
    }
    .footer .site-map {
        margin: 0 0 20px 0;
    }
    .footer .footer-contact {
        margin: 0 0 20px 0;
    }
    .copyright {
        text-align: center!important;
    }
    .copyright .text-right {
        text-align: center!important;
    }
    .big_menu {
        display: none;
    }

    .header .mobil-btn {
        display: block;
    }
    .header .big_menu {
        display: none;
        background: #000;
        height: 100%;
        position: fixed;
        margin: 0!important;
        padding: 0!important;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .header .big_menu ul {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 15%;
        left: 30px;
    }
    .header .big_menu ul li {
        float: none;
        text-align: left;
        line-height: 36px;
        padding: 0;
        list-style-type: none;
        border: none;
        display: block;
    }
    .header .big_menu ul li:last-child {
        padding: 0;
    }
    .header .big_menu ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 22px;
    }
    .header .mobil-menu {
        display: block;
    }
    .header {
        padding: 10px 0;
        min-height: 90px;
    }
    .header .logo {
        left: 15px;
    }
    .header .small_menu {
        display: none;
        z-index: 120;
        left: 15px;
        width: 70%;
    }
    .header .small_menu ul li {
        padding: 0 20px 0 0 ;
    }
    .header .small_menu ul li a {
        color: #fff;
        font-size: 15px;
    }
    .text-component.text--center {
        text-align: center;
    }
    .news .news-image {
        margin-bottom: 15px;
    }
  
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .header .big_menu ul li {
        padding: 5px 15px;
    }
    .header .big_menu ul li:last-child {
        padding: 5px 0 5px 15px;
    }
    .header .big_menu ul li a {
        font-size: 16px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

#lg-download {
	display: none!important;
}
#igne-galeri-js {
    overflow: hidden;
    height: 537px;
}
#igne-galeri-js img {
    border: 1px solid #ccc;
    padding: 5px;
}
#igne-galeri-js .col-mb-15 {
    margin-bottom: 15px;
  }
.slick-lightbox-slick-img {
    max-width: 100%!important;
}
.imageDetails {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    color:#c71d22
}
.imageDetailsEn {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    color:#c71d22
}









.accordion-content {
    height: 550px;
    overflow: hidden;
}

.flex-container {
	position: absolute;
	height: 550px;
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	overflow: hidden;

}

@media screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
    }
}


.flex-title {
	color: #f1f1f1;
	position: relative;
	font-size: 6vw;
	margin: auto;
	text-align: center;
	transform: rotate(90deg);
	top: 15%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;

}

@media screen and (max-width: 768px) {
    .flex-title {
        transform: rotate(0deg) !important;
    }
}



.flex-slide {
	-webkit-flex: 1;  /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */    
	flex: 1;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;

}
@media screen and (max-width: 768px) {
    .flex-slide {
        overflow: auto;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 768px) {
    .flex-slide p {
		font-size: 2em;
	}
} 
@media screen and (max-width: 768px) {
    .flex-slide ul li {
		font-size: 2em;
	}
} 
.flex-slide:hover {
	-webkit-flex-grow: 3;
	flex-grow: 3;
}
.home {
	height: 550px;
	/* background-size: cover;
	background-position: center center;
	background-attachment: fixed; */

}

@media screen and (min-width: 768px) {
    .home {
        animation: aboutFlexSlide 3s 1;
        animation-delay: 0s;
    }
}

@keyframes aboutFlexSlide {
	0% {
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
	50% {
		-webkit-flex-grow: 3;
		flex-grow: 3;
	}
	100% {
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
}


	@media screen and (min-width: 768px) {
        .flex-title-home {
            transform: rotate(90deg);
            top: 15%;
            animation: aboutFlexSlide 3s 1;
            animation-delay: 0s;
	    }
    }



@keyframes homeFlextitle {
	0% {
		transform: rotate(90deg);
		top: 15%;
	}
	50% {
		transform: rotate(0deg);
		top: 15%;
	}
	100% {
		transform: rotate(90deg);
		top: 15%;
	}
}

.flex-about-home {
	opacity: 0;

}
@media screen and (min-width: 768px) {
    .flex-about-home {
        animation: aboutFlexSlide 3s 1;
        animation-delay: 0s;
    }
}


@keyframes flexAboutHome {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
