
/* 
    Created on : 19.Kas.2015, 20:08:23
    Author     : makbash
*/
@font-face {
    font-family: 'DIN Regular';
    src: url('../fonts/din/din-regular-webfont.eot');
    src: url('../fonts/din/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/din/din-regular-webfont.woff2') format('woff2'),
        url('../fonts/din/din-regular-webfont.woff') format('woff'),
        url('../fonts/din/din-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Light';
    src: url('../fonts/din/din-light-webfont.eot');
    src: url('../fonts/din/din-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/din/din-light-webfont.woff2') format('woff2'),
        url('../fonts/din/din-light-webfont.woff') format('woff'),
        url('../fonts/din/din-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Medium';
    src: url('../fonts/din/din-medium-webfont.eot');
    src: url('../fonts/din/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/din/din-medium-webfont.woff2') format('woff2'),
        url('../fonts/din/din-medium-webfont.woff') format('woff'),
        url('../fonts/din/din-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Bold';
    src: url('../fonts/din/din-bold-webfont.eot');
    src: url('../fonts/din/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/din/din-bold-webfont.woff2') format('woff2'),
        url('../fonts/din/din-bold-webfont.woff') format('woff'),
        url('../fonts/din/din-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'DIN Black';
    src: url('../fonts/din/din-black-webfont.eot');
    src: url('../fonts/din/din-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din/din-black-webfont.woff2') format('woff2'),
         url('../fonts/din/din-black-webfont.woff') format('woff'),
         url('../fonts/din/din-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

html {}
body {
    color: #000;
    background-color: #fff;
    /*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
    font-family: "DIN Medium", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "DIN Medium", Arial, sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
a:hover, a:focus {
    opacity: 1;
}

.container.container0 {
    max-width: 1780px;
    width: auto;
}
.container.container1 {
    max-width: 1600px;
    width: auto;
}
.top-bar {
    height: 20px;
}

.navbar {
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 85px;
    border: none;
}
.navbar > .container {
    background-color: #ffffff;
}

.navbar .logo {
    top: 12px;
    border-right: 2px solid #000;
    margin: 0;
    padding: 0;
}
.navbar .logo img {
    width: auto;
    max-height: 120px;
    max-width: 100%;

    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
h2.logoSubline {
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 156px;
    margin-top: 22px;
}
.navbar.stuck h2.logoSubline {
    display: none;    
}

.navbar.stuck {
    height: 70px;
}
.navbar.stuck .logo {
    top: 10px;

    border-right: none;
}
.navbar.stuck .logo img {
    max-height: 40px;
}
.navbar .container
{
    height: inherit;
}
/*.navbar-dark .navbar-nav > ul > li > a, .navbar-ghost.navbar-ghost-light .navbar-nav > ul > li > a*/
@media screen and (min-width: 1024px) {

    #siteMenu.navbar-nav {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        margin: 0;

        text-align: left;
    }
    #siteMenu.navbar-nav > ul {
        margin: 0 14px 14px 140px;
    }
    #siteMenu.navbar-nav > ul > li.right {
        float: right;
        padding: 5px 7px 0 7px; 
    }

    #siteMenu.navbar-nav li a {
        line-height: normal;
        line-height: initial;
        /*text-transform: capitalize;*/
        font-family: "DIN Medium", Arial, sans-serif;
        font-size: 18px;
        color: #000;
    }
    #siteMenu.navbar-nav > ul > li.right a {
        font-size: 12px
    }

    .navbar-tools {
        height: auto;
    }
    .navbar-tools .socialButtonsTop {
        margin-bottom: 0;
    }
    .navbar.stuck .navbar-tools {
        display: none;    
    }
}

@media screen and (max-width: 1024px) {
    .navbar .logo img {
        max-height: 70px;
    }

    #siteMenu.navbar-nav {
        position: absolute;
        width: 100%;
        bottom: auto;
        margin: 0;
    }
    #siteMenu.navbar-nav > ul {
        margin: 0 0 30px 0;
    }

    .navbar-tools {
        height: auto;
        top: 0;
        bottom: auto;
    }
    .socialButtonsTop {
        display: none;
    }

    #siteMenu.navbar-nav ul li {
        float: none !important;
    }
}

.navbar-nav ul li:hover > a:after, 
.navbar-nav ul li:focus > a:after, 
.navbar-nav ul li.active > a:after {
    background: none;
}

.navbar-nav ul li .submenu, 
.navbar-nav ul li .sub-submenu, 
.navbar-nav ul li .mega-menu {
    background-color: #4d4d4d;
}

.navbar-nav ul li .submenu li:hover > a,
.navbar-nav ul li .sub-submenu li:hover > a,
.navbar-nav ul li .mega-menu li:hover > a {
    background: transparent;
}
.navbar-nav ul li .submenu li.active > a,
.navbar-nav ul li .sub-submenu li.active > a,
.navbar-nav ul li .mega-menu li.active > a
{
    background: #000001;
    color: #ffffff;
}

@media screen and (min-width:1024px)  {
    .navbar-nav ul li .submenu, 
    .navbar-nav ul li .sub-submenu, 
    .navbar-nav ul li .mega-menu {
        width: 195px;
    }
    .navbar-nav ul li .submenu li a, 
    .navbar-nav ul li .sub-submenu li a, 
    .navbar-nav ul li .mega-menu li a {
        padding: 3px 20px;
    }

    #siteMenu.navbar-nav li a:after,
    .subfooter .nav.navbar-nav li a:after 
    {
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #000;
        content: '';
        opacity: 0;
        -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
        pointer-events: none;
    }
    #siteMenu.navbar-nav li a:hover::after,
    .subfooter .nav.navbar-nav li a:hover::after,
    #siteMenu.navbar-nav li.active a::after
    {
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.modal-dialog {
    /*max-width : 332px;*/
    padding: 30px;
    width: 100%;
    max-width: 100%;
}
.modal-dialog .container {
    padding: 0px 15px 0px 15px;
}
.modal-form {
    max-width: none;
}
.searchForm {}
.searchForm .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #737373;
    color: #fff;
}
@media screen and (max-width:480px)  {
    .modal-dialog {
        padding: 15px
    }
    .loginForm {
        max-width: 210px;
    }
}


#menuModal .loginForm .form-control {
    /*  display: block;
      width: 100%;
      height: 48px;
      padding: 0 20px;*/
    color: #908f8f;
    background-color: #efeded;
    border: none;
    border-radius: 0;
    /*    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;*/
}
#menuModal .loginForm .form-control:focus {
    outline: none;
    color: #908f8f;
    border-color: #000; /* kurummsal turuncu */
    -webkit-box-shadow: 0 0 6px -1px #000;
    box-shadow: 0 0 6px -1px #000;
}
#menuModal .loginForm .form-control::-moz-placeholder {
    color: #908f8f;
    opacity: 1;
}
#menuModal .loginForm .form-control:-ms-input-placeholder {
    color: #908f8f;
}
#menuModal .loginForm .form-control::-webkit-input-placeholder {
    color: #908f8f;
}

.text-primary {
    /*color: #000 !important;*/
}
.text-light {
    color: #fff !important;
}

.btn {
    font-weight: 800;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px;
    border: none;
    font-weight: normal;
}
.btn.resetBRS {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;

    border-radius: 0px;

    border: none;
}
.btn.btn-primary {
    background-color: #000001;
    border: none;
}
.btn.btn-primary:hover {
    border: none;
}
.btn.btn-ghost.btn-primary {
    background-color: transparent;
    border: 1px solid #000001;
    color: #000 !important;
}
.btn.btn-ghost.btn-primary:hover {
    background-color: #000001;
    color: #ffffff !important;
}

.btn.btn-custom1 {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.btn.btn-ghost.btn-custom1 {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.btn.btn-custom2 {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
}
.btn.btn-ghost.btn-custom2 {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}


.btn.btn-custom3 {
    color: #fff !important;
    background: transparent;
}
.btn.btn-custom3:hover {
    color: #1568c2 !important;
    background: #fff;
}
.btn.btn-custom4 {
    color: #065ebe !important;
    background: transparent;
    border: 2px solid #065ebe;
}
.btn.btn-custom4:hover {
    color: #ffffff !important;
    background: #065ebe;
}
.btn.btn-custom5 {
    color: #fff !important;
    background: #f99d19;
}
.btn.btn-custom5:hover {
    color: #f99d19 !important;
    background: #fff;
}
.btn.btn-custom6 {
    color: #7e8287 !important;
    background: transparent;
    border: 2px solid #7e8287;
}
.btn.btn-custom6:hover {
    color: #ffffff !important;
    background: #7e8287;
}

.frontPageC2.parallax {
    /*    background-size: contain;
        background-repeat: no-repeat;
        background-color: transparent;*/
}



.frontPageC5 {}
.frontPageC5 .form-control {
    /*  display: block;
      width: 100%;
      height: 48px;
      padding: 0 20px;*/
    color: #e3e3e3;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border: 2px solid #e3e3e3;
    /*    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;*/
}
.frontPageC5 .form-control:focus {
    outline: none;
    color: #5b5b5b;
    border-color: #5b5b5b;
    -webkit-box-shadow: 0 0 6px -1px #5b5b5b;
    box-shadow: 0 0 6px -1px #5b5b5b;
}
.frontPageC5 .form-control::-moz-placeholder {
    color: #5b5b5b;
    opacity: 1;
}
.frontPageC5 .form-control:-ms-input-placeholder {
    color: #5b5b5b;
}
.frontPageC5 .form-control::-webkit-input-placeholder {
    color: #5b5b5b;
}


.frontPageC6 {}
.frontPageC6 .title,
.frontPageC6 .title a
{
    color: #7e8287;
    white-space: nowrap;
}
.frontPageC6 .content-carousel.controls-inside.owl-carousel .owl-nav {
    position: static;
    height: 0px;
}
.frontPageC6 .content-carousel.controls-inside.owl-carousel .owl-nav .owl-prev,
.frontPageC6 .content-carousel.controls-inside.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -25px;
}
.frontPageC6 .content-carousel.controls-inside.owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.frontPageC6 .content-carousel.controls-inside.owl-carousel .owl-nav .owl-next {
    right: -50px;
}
@media screen and (max-width: 480px) {
    .frontPageC6 .content-carousel.controls-inside.owl-carousel .owl-nav {
        display: none;
    }
}
.frontPageC6 .owl-carousel .owl-controls .owl-nav .owl-prev,
.frontPageC6 .owl-carousel .owl-controls .owl-nav .owl-next {
    display: inline-block;
    width: 100px;
    height: 50px;
    background-color: transparent;
    line-height: 50px;
    text-align: center;
    color: #065ebe;
    margin-left: 0;
    opacity: 1;
    border-bottom: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.frontPageC6 .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.frontPageC6 .owl-carousel .owl-controls .owl-nav .owl-next:before {
    font-family: 'Pe-icon-7-stroke';
    font-size: 100px;
}
/*.frontPageC6 .owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: "\e686";
}
.frontPageC6 .owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: "\e684";
}*/

/* sayfa içerikleri */

.content-box.content-box-horizontal .icon-cell, 
.content-box.content-box-horizontal .thumb-cell, 
.content-box.content-box-horizontal .content-cell, 
.content-box.content-box-horizontal .action-cell {
    vertical-align: middle;
}

#ms-product-showcase {

}
#ms-product-showcase .ms-container {
    border: 1px solid #ccc;
}
#ms-product-showcase .ms-thumb-list {
    border: 1px solid #ccc;
}

.notice {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.notification.alert.alert-default {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}
.notification .inner {
    display: block;
}

.table-responsive {
    /*overflow-x: auto;*/    
    margin-left: -10px;
    padding-left: 10px;
}
.count-input input {
    min-width: 60px;
}

.page-title {}
.page-title h1 {
    font-size: 30px;
}
.page-title.page-title-image {
    /*border: none;*/
    height: auto;
    min-height: 140px;
}
.page-title.page-title-image:after {
    content: "";
    display: block;
    padding-bottom: 21%;
}


.page-title.page-title-image .ph-table {
    height: auto;
}
.page-title.page-title-image .ph-td {
    padding-top: 0;
    padding-bottom: 0;
}
.page-title.page-title-image .ph-td > h1 {
    font-size: 28px;
}
.page-title.page-title-image {
    background-color: transparent;
    background-size: cover;
}
.page-title.page-title-image .overlay {
    /*background: transparent url('../img/pageHeaderOverlayBg.jpg') no-repeat center scroll;*/
    background-color: #e4e4e4;
    background-color: rgba(0,0,0, 0.35);
    background-size: cover;
    opacity: 0.75;
}
.page-title.page-title-image .container {
    z-index: 7;
    position: relative;
    max-width: 1080px;
}

.page-title {
    border: none;
    background: #f3f3f5;
    height: auto;
    opacity: 1;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    z-index: 1;
}
.page-title .ph-td:first-child {
    width: auto;
    padding: 24px 30px;
}

/*.pageContent img {
    max-width: 100%;
}
.pageContent section.container {
    z-index: 7;
    position: relative;
    background: transparent;
}

.pageContent section.container #pageContent ,
.pageContent section.container #sidebar {
    margin-top: -40px;
}
.pageContent section.container .sidebar {

}
.pageContent section.container .sidebar.sidebar-right {
    border: none;
}

.sidebar.sidebar-left {
    border: none;
    padding: 0;
}

.pageContent #pageImage {
    width: 100%;
}
.pageContent #pageArticle {}*/

/* pagination  */
.myPagination {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Verdana, Arial, sans-serif;

}
.myPagination a {
    display: block;
    margin-right: 2px;
    border: 1px solid #8DB5D7;
    text-decoration: none; 
    color: #000;
}
.myPagination a:hover, 
.myPagination a:active {    
    margin-right: 2px;
    border: 1px solid red;
}
.myPagination span {
    display: inline-block;
    vertical-align: middle;
}   
.myPagination span.active {    
    margin-right: 2px;
    border: 1px solid #E89954;
    font-weight: bold;
    background-color: #FFCA7D;
    color: #000;
}
.myPagination span.disabled {    
    margin-right: 2px;
    border: 1px solid #ccc;
    color: #ccc;
}

.myPagination a,
.myPagination a:hover, 
.myPagination a:active,
.myPagination span.active,
.myPagination span.disabled {  
    font-size: 13px;
    padding: 3px 6px 4px 6px;
}
/* pagination  */

.tile .tile-body {
    padding: 13px;
}

body.haberler .tile {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
}
body.haberler .tile .tile-body {
    padding-top: 0;
}
body.haberler .tile .tile-body p,
.post-meta span
{
    color:#7e8287;
}

body.blog .tile {
    position: relative;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

body.blog .tile .tile-title {
    display: block;
    padding-right: 60px;
}
body.blog .tile .tile-body p {
    color:#7e8287;
}
body.blog .tile-footer {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 8px 15px 10px;
}
body.blog .tags {}
body.blog .tags a {
    border: 1px solid #7e8287;
    padding: 5px 7px;
    color: inherit;
}


.prductList .tile.light-skin .tile, 
.prductList .tile.light-skin.tile {
    background: #fff none repeat scroll 0 0;
}
.prductList .tile.light-skin .tile-title {
    color: #000;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.prductList .tile.light-skin small {
    color: #000;
    font-weight: normal;
    font-size: small;
    display: block;
    min-height: 40px;
}
.prductList .tile.light-skin .tile .tile-body, 
.prductList .tile.light-skin.tile .tile-body {
    color: #000;
}
.prductList .tile .tile-body .shop-price {
    color: #09ad05;
}
.prductList .tile .tile-body .shop-old-price {
    color: #c7c7c7;
}

.badge.badge-primary {}
.badge.badge-success {}
.badge.badge-info {
    left: auto !important;
    right: 24px !important;
}
.badge.badge-warning {
    left: auto !important;
    right: 24px !important;
    top: auto !important;
    bottom: 12px !important;
}
.badge.badge-danger {
    top: auto !important;
    bottom: 12px !important;
}


/*.myGallery .item a {
  position: relative;
  display: block;
  float: left;
  width: 32.5%;
  max-width: 85px;
  margin: 0 1px 1px 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}*/
.myGallery .thumbnail {
    position: relative;
}
.myGallery a.thumbnail:hover,
.myGallery a.thumbnail:focus,
.myGallery a.thumbnail:active
{
    border-color: transparent;
}
.myGallery .item a:before,
.myGallery .item a:after {
    position: absolute;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.myGallery .item a:before {
    z-index: 1;
    content: "";
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-color: #212121;
    border: 4px solid #ccc;
}
.myGallery .item a:after {
    z-index: 2;
    font-family: 'Pe-icon-7-stroke';
    content: "\e63e";
    font-size: 26px;
    color: #fff;
    line-height: 1;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -13px;
}
.myGallery .item a:hover,
.myGallery .item a:focus {
    opacity: 1;
    -webkit-box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.6);
}
.myGallery .item a:hover:before {
    opacity: .5;
}
.myGallery .item a:hover:after {
    opacity: 1;
}


.alert.alert-primary {
    background-color: #000 !important;
    border-bottom: 2px solid #000;
}

.frontPageC2 .content-box {
    margin-top: 24px;
    margin-bottom: 0;
}
.frontPageC2 .icon-rounded,
.frontPageC2 .icon-square,
.frontPageC2 .icon-circle {
    width: 80px;
    height: 80px;
    font-size: 44px;
    text-align: center;
    line-height: 76px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}
.frontPageC2 .content-box.content-box-horizontal .content-cell {
    padding-right: 0;
}


.frontPageC4 .thumbnail {
    margin-left: 0;
    margin-right: 0;
}
.frontPageC4 .adres p {
    margin-bottom: 0;
}

.form-group.leftInnerAddon {
    position: relative;
}
.form-group.leftInnerAddon input {
    padding-left: 56px;    
}

.footer {
    background-color: #f3f3f5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer .widget {
    margin-bottom: 0;
}
.widget.widget-payment-method .cards {
    margin-bottom: 10px;
}
.widget.widget-payment-method .cards:last-child {
    margin-bottom: 0;
}
.widget.widget-payment-method .cards .card a {
    max-width: 100px;
}


.footer .widget.widget-categories ul li a {
    color: #ffffff;
}
.footer .widget.widget-categories ul li.active a {
    color: #ffffff;
    font-weight: bold;
}
.footer .btn.btn-ghost.btn-primary {
    /*background-color: transparent;*/
    border: 1px solid #fff;
    color: #fff !important;
}
.subfooter {}
.subfooter .nav.navbar-nav {}
.subfooter .nav.navbar-nav li {}
.subfooter .nav.navbar-nav li a {
    color: #000;
    padding: 5px 10px;
    text-transform: uppercase;
}
.subfooter .nav.navbar-nav li a:hover,
.subfooter .nav.navbar-nav li a:active
{
    color: #000;
    background-color: transparent;
}

.banner-tile .banner-title {
    top: auto;
    bottom: 0px;
}
/*.banner-tile .banner-title .inner {
    vertical-align: bottom;
}*/

.section-split .column.w1 {
    width: 56%;
}
.section-split .column.w2 {
    width: 44%;
}
.section-split .column.w3 {
    width: 52%;
}
.section-split .column.w4 {
    width: 48%;
}
@media screen and (max-width: 991px) {
    .section-split .column.w1,
    .section-split .column.w2,
    .section-split .column.w3,
    .section-split .column.w4
    {
        display: block;
        width: 100%;
    }
}

/*url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMyMzFGMjAiIHN0cm9rZS13aWR0aD0iMS40IiBkPSJNNy45NCAxNS45bDcuNy03LjdMNy45NC41TTAgOC4xaDE0LjgzIi8+PC9zdmc+")*/

.content-carousel .item {
    opacity: 0;
}