    .navbar-brand {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        padding-left: 25px;
    }
    
    .navbar-brand img {
        position: relative;
        max-width: 275px;
        z-index: 1001;
    }
    
    .list-unstyled,
    .list-unstyled ul {
        min-width: 120px
    }
    
    .grid-demo {
        padding: 0px 20px 0px;
    }
    
    .grid-demo [class*="col-"] {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 1em;
        text-align: left;
        background-color: #fff;
        padding-top: 0px;
        padding-left: 15px;
    }
    
    .yamm .nav,
    .yamm .collapse,
    .yamm .dropup,
    .yamm .dropdown {
        position: static;
    }
    
    .yamm .container {
        position: relative;
    }
    
    .yamm .dropdown-menu {
        left: auto;
    }
    
    .yamm .yamm-content {
        padding: 20px 30px;
    }
    
    .yamm .dropdown.yamm-fw .dropdown-menu {
        left: 0;
        right: 0;
    }
    
    .dropdown-menu>li {
        border-bottom: 0px;
    }
    
    .dropdown-menu>li>a {
        font-size: 13px;
        padding-left: 10px;
    }
    
    .dropdown-menu {
        padding: 0px 0;
        margin: 2px 0 0;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0px solid #ccc;
        border: 0px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 16px 11px rgba(0, 0, 0, .175);
        box-shadow: 0 16px 11px rgba(0, 0, 0, .175);
    }
    
    .navh3 {
        text-align: left;
        color: #c91f25;
        line-height: 35px;
        border-bottom: 1px solid #c91f25;
        margin-top: 0px;
        padding-top: 0px;
        font-size: 14px;
        font-weight: bold;
    }
    
    a.navbar-sublinks {
        color: #333;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        line-height: 22px !important;
    }
    
    a.navbar-sublinks:hover {
        color: #c91f25;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        line-height: 22px !important;
    }
    
    .service-box-content {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
    
    .service-box {
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
        perspective: 1000px;
        -webkit-perspective: 1000px;
    }
    
    .service-icon {
        width: 100%;
        height: 200px;
        padding: 20px;
        text-align: center;
        transition: all .5s ease;
    }
    
    .service-content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        height: 200px;
        padding: 20px;
        text-align: center;
        transition: all .5s ease;
        background-color: #474747;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        -webkit-transform: translateY(110px) rotateX(-90deg);
        -moz-transform: translateY(110px) rotateX(-90deg);
        -ms-transform: translateY(110px) rotateX(-90deg);
        -o-transform: translateY(110px) rotateX(-90deg);
        transform: translateY(110px) rotateX(-90deg);
    }
    
    .service-box .service-icon .front-content {
        position: relative;
        top: 80px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .service-box .service-icon .front-content i {
        color: #fff;
        font-weight: normal;
    }
    
    .service-box .service-icon .front-content h3 {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    
    .service-box .service-content h3 {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    .service-box .service-content p {
        font-size: 13px;
        color: #fefefe;
        font-weight: bold;
        margin: 0;
    }
    
    .yellow {
        background-color: #ffc000;
    }
    
    .orange {
        background-color: #fc7f0c;
    }
    
    .red {
        background-color: #e84b3a;
    }
    
    .grey {
        background-color: #474747;
    }
    
    .service-box:hover .service-icon {
        opacity: 0;
        -webkit-transform: translateY(-110px) rotateX(90deg);
        -moz-transform: translateY(-110px) rotateX(90deg);
        -ms-transform: translateY(-110px) rotateX(90deg);
        -o-transform: translateY(-110px) rotateX(90deg);
        transform: translateY(-110px) rotateX(90deg);
    }
    
    .service-box:hover .service-content {
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
    }
    
    .degree {
        background-image: url(../images/360_degree_icon_90.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 90px;
        height: 90px;
    }
    
    .clearfix {
        clear: both;
    }
    
    .eupopup-container {
        background-color: rgba(0, 0, 0, 0.8);
        color: #efefef;
        padding: 5px 20px;
        font-size: 12px;
        line-height: 1.2em;
        text-align: center;
        display: none;
        z-index: 11000;
    }
    
    .eupopup-container-top,
    .eupopup-container-fixedtop {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    
    .eupopup-container-fixedtop {
        position: fixed;
    }
    
    .eupopup-container-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 15000;
    }
    
    .eupopup-container-bottomleft {
        position: fixed;
        bottom: 10px;
        left: 10px;
        width: 300px;
    }
    
    .eupopup-container-bottomright {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 350px;
    }
    
    .eupopup-closebutton {
        font-size: 19px;
        font-weight: 100;
        line-height: 1;
        color: #fff;
        filter: alpha(opacity=40);
        position: absolute;
        font-family: helvetica, arial, verdana, sans-serif;
        top: 0;
        right: 0;
        font-weight: bold;
        padding: 5px 10px;
    }
    
    .eupopup-closebutton:hover,
    .eupopup-closebutton:active {
        color: #fff;
        text-decoration: none;
    }
    
    .eupopup-head {
        font-size: 1.2em;
        font-weight: bold;
        padding: 7px;
        color: #fff;
    }
    
    .eupopup-body {
        color: #a2a2a2;
    }
    
    .eupopup-buttons {
        padding: 7px 0 5px 0;
    }
    
    .eupopup-button_1 {
        color: #f6a21d;
        font-weight: bold;
        font-size: 14px;
    }
    
    .eupopup-button_2 {
        color: #f6a21d;
        font-weight: normal;
        font-size: 12px;
    }
    
    .eupopup-button {
        margin: 0 10px;
    }
    
    .eupopup-button:hover,
    .eupopup-button:focus {
        text-decoration: underline;
        color: #f6a21d;
    }
    
    body .eupopup-color-inverse {
        color: #000;
        background-color: rgba(255, 255, 255, 0.9);
    }
    
    body .eupopup-color-inverse .eupopup-head {
        color: #000;
    }
    
    body .eupopup-style-compact {
        text-align: left;
        padding: 8px 30px 7px 20px;
        line-height: 15px;
    }
    
    body .eupopup-style-compact .eupopup-head,
    body .eupopup-style-compact .eupopup-body,
    body .eupopup-style-compact .eupopup-buttons {
        display: inline;
        padding: 0;
        margin: 0;
    }
    
    body .eupopup-style-compact .eupopup-button {
        margin: 0 5px;
    }
    
    #exTab3 .nav-pills>li {
        border-bottom: 2px solid #428bca;
        line-height: 50px;
    }
    
    #exTab3 .nav-pills>li>a {
        font-weight: bold;
        font-size: 13px;
        border-radius: 4px 4px 0 0;
    }
    
    #exTab3 .tab-content {
        padding: 5px 0px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 13px;
        color: #333;
    }
    
    .callcenter {
        background-image: url(../images/7-24.png);
        background-repeat: no-repeat;
        background-position: left;
        ;
        padding: 15px;
    }
    
    .callcenter span {
        font-style: italic;
        color: #193348;
        font-weight: bold;
    }
    
    .callcenter a {
        color: #fff;
        text-decoration: none;
    }
    
    .callcenter a:hover {
        color: #fff;
        text-decoration: underline;
    }
    
    .open-bio {
        text-align: center;
        color: red;
        font-weight: bold;
    }
    /*.header {width: 100%; background: rgba(231,231,231,0.6); position: fixed;z-index: 10001;=*/
    
    .header {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.85);
        position: fixed;
        z-index: 10001;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
    
    .headertop {
        border-bottom: 1px solid #ddd;
        line-height: 2.5em;
    }
    
    .headertop ul {
        margin: 0px;
        padding: 0px;
    }
    
    .headertop ul.list-bordered li:first-child {
        border-left: 1px solid #ccc;
    }
    
    .headertop ul.list-bordered li.active {
        background-color: #222 !important;
    }
    
    .headertop ul.list-bordered li.active a {
        color: #fff !important;
        font-weight: bold;
    }
    
    .headertop ul.list-bordered li {
        padding-left: 1rem;
        padding-right: 1rem;
        border-right: 1px solid #ccc;
        font-size: 13px;
    }
    
    .headertop ul.list-bordered li a {
        color: #222;
    }
    
    .headertop ul.list-bordered li:hover {
        background-color: #222 !important;
    }
    
    .headertop ul.list-bordered li:hover i {
        color: #fff;
    }
    
    .headertop ul.list-bordered li:hover a {
        color: #fff !important;
    }
    
    .headertop ul.list-bordered li:hover a i {
        color: #fff;
    }
    
    .text-theme-colored {
        color: #222;
    }
    
    .theme-colored {
        color: #222;
    }
    
    .btn {
        font-size: 14px;
        line-height: 1.38;
    }
    
    .contentdiv_main {
        margin-top: 140px;
    }
    
    .contentdiv_contact {
        margin-top: 115px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .btn-flat {
        border-radius: 0;
    }
    
    .pb-5 {
        padding-bottom: 5px !important;
    }
    
    .pb-1 {
        padding-bottom: 1px !important;
    }
    
    .pt-5 {
        padding-top: 5px !important;
    }
    
    .ptb-3 {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
    
    .pt-0 {
        padding-top: 0px !important;
    }
    
    .pt-10 {
        padding-top: 10px !important;
    }
    
    .p-0 {
        padding: 0px !important;
    }
    
    .p-10 {
        padding: 10px !important;
    }
    
    .plb-10 {
        padding-left: 10px !important;
        padding-bottom: 10px !important;
    }
    
    .m-0 {
        margin: 0px !important;
    }
    
    .mt-0 {
        margin-top: 0px !important;
    }
    
    .btn-theme-colored {
        color: #fff;
        background-color: #222;
        border-color: #222;
    }
    
    .logodiv {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px;
    }
    
    .fixed-header {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
    
    .fixed-header .logodiv img {
        max-height: 65px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #fff;
        transition: width .3s;
    }
    
    .cool-link:hover::after {
        width: 100%;
        transition: width .3s;
    }
    /********************* URUN & GALERI **********************/
    
    .product-grid4 {
        margin-top: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }
    
    .product-grid4,
    .product-grid4 .product-image4 {
        position: relative
    }
    
    .product-grid4 {
        font-family: Poppins, sans-serif;
        text-align: center;
        border-radius: 5px;
        overflow: hidden;
        z-index: 1;
        transition: all .3s ease 0s
    }
    
    .product-grid4:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }
    
    .product-grid4 .product-image4 a {
        display: block;
        cursor: pointer;
    }
    
    .product-grid4 .product-image4 img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    .product-grid4 .social {
        width: 180px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s ease 0s
    }
    
    .product-grid4 .social li {
        display: inline-block;
        opacity: 0;
        transition: all .7s
    }
    
    .product-grid4 .social li:nth-child(1) {
        transition-delay: .15s
    }
    
    .product-grid4 .social li:nth-child(2) {
        transition-delay: .3s
    }
    
    .product-grid4 .social li:nth-child(3) {
        transition-delay: .45s
    }
    
    .product-grid4:hover .social li {
        opacity: 1
    }
    
    .product-grid4 .social li a {
        color: #222;
        background: #fff;
        font-size: 17px;
        line-height: 40px;
        width: 40px;
        height: 35px;
        border-radius: 2px;
        margin: 10 5px;
        display: block;
        transition: all .3s ease 0s;
        cursor: pointer;
    }
    
    .product-grid4 .social li a:hover {
        color: #fff;
        background: #ff0000
    }
    
    .product-grid4 .social li a:after,
    .product-grid4 .social li a:before {
        content: attr(data-tip);
        color: #fff;
        background-color: #000;
        font-size: 12px;
        line-height: 20px;
        border-radius: 3px;
        padding: 0 5px;
        white-space: nowrap;
        opacity: 0;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: -30px
    }
    
    .product-grid4 .social li a:after {
        content: '';
        height: 15px;
        width: 15px;
        border-radius: 0;
        transform: translateX(-50%) rotate(45deg);
        top: -22px;
        z-index: -1
    }
    
    .product-grid4 .social li a:hover:after,
    .product-grid4 .social li a:hover:before {
        opacity: 1
    }
    
    .product-grid4 .product-content {
        padding: 20px
    }
    
    .product-grid4 .title {
        font-size: 15px;
        text-transform: capitalize;
        margin: 0 0 0px;
        transition: all .3s ease 0s;
        min-height: 60px;
    }
    
    .product-grid4 .title a {
        color: #222;
        font-weight: bold;
        cursor: pointer;
    }
    
    .product-grid4 .title a:hover {
        color: #337ab7
    }
    
    .product-grid4 .add-to-cart {
        border: 1px solid #e5e5e5;
        display: inline-block;
        padding: 10px 20px;
        color: #888;
        font-weight: 600;
        font-size: 14px;
        border-radius: 4px;
        transition: all .3s;
        cursor: pointer;
    }
    
    .product-grid4:hover .add-to-cart {
        border: 1px solid transparent;
        background: #337ab7;
        color: #fff
    }
    
    .product-grid4 .add-to-cart:hover {
        background-color: #ff0000;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5)
    }
    
    @media only screen and (max-width:990px) {
        .product-grid4 {
            margin-bottom: 30px
        }
    }
    
    .bs-callout {
        padding: 20px;
        margin: 20px 0;
        border: 1px solid #eee;
        border-left-width: 5px;
        border-radius: 3px;
        background-color: #fff;
    }
    
    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }
    
    .bs-callout p:last-child {
        margin-bottom: 0;
    }
    
    .bs-callout code {
        border-radius: 3px;
    }
    
    .bs-callout+.bs-callout {
        margin-top: -5px;
    }
    
    .bs-callout-default {
        border-left-color: #777;
    }
    
    .bs-callout-default h4 {
        color: #777;
    }
    
    .bs-callout-primary {
        border-left-color: #428bca;
    }
    
    .bs-callout-primary h4 {
        color: #428bca;
    }
    
    .bs-callout-success {
        border-left-color: #5cb85c;
    }
    
    .bs-callout-success h4 {
        color: #5cb85c;
    }
    
    .bs-callout-danger {
        border-left-color: #d9534f;
    }
    
    .bs-callout-danger h4 {
        color: #d9534f;
    }
    
    .bs-callout-warning {
        border-left-color: #f0ad4e;
    }
    
    .bs-callout-warning h4 {
        color: #f0ad4e;
    }
    
    .bs-callout-info {
        border-left-color: #5bc0de;
    }
    
    .bs-callout-info h4 {
        color: #5bc0de;
    }
    
    .svg-turkiye-haritasi {
        max-width: 1140px;
        margin: 0 auto;
        text-align: center;
    }
    
    .svg-turkiye-haritasi svg {
        width: 100%;
        height: auto;
    }
    
    .il-isimleri {
        position: absolute;
        z-index: 2;
    }
    
    .il-isimleri div {
        display: inline-block;
        background: #1094F6;
        color: #fff;
        padding: 8px 16px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    
    #svg-turkiye-haritasi path {
        cursor: pointer;
        fill: #D8D8D8;
    }
    
    #svg-turkiye-haritasi path:hover {
        fill: #F72848;
    }
    /* Bayilik */
    
    @media only screen and (max-width: 767px) {
        .svg-turkiye-haritasi {
            max-width: 100%;
            float: none;
            display: block;
        }
    }
    
    @media only screen and (max-width: 767px) and (orientation: portrait) {
        .svg-turkiye-haritasi {
            max-width: 100%;
            float: none;
            display: block;
        }
    }
    
    .modal {
        text-align: center;
        padding: 0!important;
    }
    
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
    
    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    
    .modal.fade {
        z-index: 10000000 !important;
    }
    
    .modal-body h3 {
        Font-size: 15px;
        font-weight: bold;
        color: #0179c2;
    }
    
    .iletisim-left {
        font-size: 13px;
        color: #666;
        text-align: left;
        line-height: 35px;
    }
    
    .iletisim-left i {
        color: #09F;
    }
    
    .iletisim-right {
        font-size: 13px;
        color: #666;
        text-align: left;
        line-height: 35px;
        font-weight: bold;
    }
    
    .cizgi {
        border-bottom: 1px solid #ccc;
    }
    
    .iletisim-center-bilgi {
        color: #FF0000;
        text-align: center !important;
        line-height: 35px;
    }
    
    .toast__container {
        display: table-cell;
        vertical-align: middle;
    }
    
    .toast__cell {
        display: inline-block;
    }
    
    .add-margin {
        margin-top: 20px;
    }
    
    .toast__svg {
        fill: #fff;
    }
    
    .toast {
        text-align: left;
        padding: 21px 0;
        background-color: #fff;
        border-radius: 4px;
        max-width: 500px;
        top: 0px;
        position: relative;
        box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    }
    
    .toast:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    
    .toast__icon {
        position: absolute;
        top: 50%;
        left: 22px;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        padding: 7px;
        border-radius: 50%;
        display: inline-block;
    }
    
    .toast__type {
        color: #3e3e3e;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 8px;
    }
    
    .toast__message {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
        color: #878787;
    }
    
    .toast__content {
        padding-left: 70px;
        padding-right: 60px;
    }
    
    .toast__close {
        position: absolute;
        right: 22px;
        top: 50%;
        width: 14px;
        cursor: pointer;
        height: 14px;
        fill: #878787;
        transform: translateY(-50%);
    }
    
    .toast--green .toast__icon {
        background-color: #2BDE3F;
    }
    
    .toast--green:before {
        background-color: #2BDE3F;
    }
    
    .toast--blue .toast__icon {
        background-color: #1D72F3;
    }
    
    .toast--blue:before {
        background-color: #1D72F3;
    }
    
    .toast--yellow .toast__icon {
        background-color: #FFC007;
    }
    
    .toast--yellow:before {
        background-color: #FFC007;
    }
    
    .input-group {
        float: left;
        padding: 0 10px 10px 0;
        width: 99.99999999999999%;
    }
    
    .input-group i,
    .input-group input {
        display: table-cell;
    }
    
    .input-group i {
        background-color: #337ab7;
        color: #f0f0f8;
        font-size: 14px;
        line-height: 1;
        padding: 8px 10px;
        text-align: center;
        vertical-align: middle;
        width: 40px;
        -webkit-box-shadow: inset 0 15px 0 0 rgba(255, 255, 255, 0.12);
        -moz-box-shadow: inset 0 15px 0 0 rgba(255, 255, 255, 0.12);
        box-shadow: inset 0 15px 0 0 rgba(255, 255, 255, 0.12);
    }
    
    .iletisim_input {
        display: block;
        width: 100%;
        height: 33px;
        padding: 6px 12px;
        font-size: 13px;
        line-height: 1.53846154;
        color: #555;
        background-color: #f4f4fc;
        background-image: none;
        border: 1px solid #e4e4ec;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 0 rgba(0, 0, 0, 0.12);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 0 rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 1px 0 rgba(0, 0, 0, 0.12);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s .4s ease-out;
        -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s .4s ease-out;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s .4s ease-out;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s .4s ease-out;
    }
    
    .widget {
        margin-bottom: 30px;
        max-width: 100%;
        z-index: 1;
    }
    
    .article-large {
        position: relative;
    }
    
    .frame.thick {
        padding: 9px;
    }
    
    .frame {
        background-color: white;
        border: 1px solid #e4e4ec;
    }
    
    .article-large>*,
    .featured-media>* {
        max-width: 100%;
    }
    
    .frame>* {
        max-width: 100%;
        overflow: hidden;
    }
    
    .image {
        display: block;
        overflow: hidden;
        position: relative;
    }
    
    .image .image-holder {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: transform 2s ease-out;
        -moz-transition: transform 2s ease-out;
        -o-transition: transform 2s ease-out;
        transition: transform 2s ease-out;
    }
    
    .image-light {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(255, 255, 255, 0.2), 0), color-stop(rgba(0, 0, 0, 0), .6667));
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0) 80%);
        background: -moz-linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0) 80%);
        background: -o-linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0) 80%);
        background: linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0) 80%);
        display: block;
        height: 100%;
        position: absolute;
        right: -70%;
        top: 0;
        width: 100%;
        -webkit-transform: skewX(24deg);
        -moz-transform: skewX(24deg);
        -ms-transform: skewX(24deg);
        -o-transform: skewX(24deg);
        transform: skewX(24deg);
    }
    
    .article-large>* {
        max-width: 100%
    }
    
    .article-large img,
    .featured-media img {
        max-width: 100%;
        height: auto
    }
    
    .layer {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-transition: opacity;
        -o-transition: opacity;
        transition: opacity;
        -webkit-transition: opacity .4s ease-out;
        -moz-transition: opacity .4s ease-out;
        -o-transition: opacity .4s ease-out;
        transition: opacity .4s ease-out
    }
    
    a.dark:hover .layer {
        opacity: 0
    }
    
    a.dark .layer {
        background: rgba(0, 0, 0, 0.4);
        opacity: 1
    }
    
    a.light:hover .layer {
        opacity: 1
    }
    
    .shadow {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    
    image-holder img {
        position: absolute;
        top: 50%;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    
    .article-small img,
    .article-medium img,
    .da-thumbs img,
    .frame img {
        width: 100%;
        height: auto;
    }
    
    img {
        vertical-align: middle;
    }
    
    .framethicyazia {
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        line-height: 30px;
    }
    
    .framethicyazia:hover {
        color: #222;
    }
    
    .framethicyazia_small {
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        line-height: 30px;
    }
    
    .framethicyazia_small:hover {
        color: #222;
    }
    
    .exim-well {
        width: 100%;
        border: 2px solid #EEE;
        padding: 10px;
        -webkit-box-shadow: 0px 1px 14px -2px rgba(204, 204, 204, 1);
        -moz-box-shadow: 0px 1px 14px -2px rgba(204, 204, 204, 1);
        box-shadow: 0px 1px 14px -2px rgba(204, 204, 204, 1);
        margin-bottom: 20px;
    }
    
    .exim-well-info-div {
        width: 100%;
        background-color: #eee;
        padding: 20px;
        color: #e4e4f8;
    }
    
    .exim-well-info-div h3 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 20px;
        color: #555;
        margin-top: 10px !important;
        font-weight: bold;
        text-align: left;
        line-height: 30px;
    }
    
    .quote {
        position: relative;
    }
    
    .quote:before {
        font-family: FontAwesome;
        content: '\f10e';
        position: absolute;
        bottom: 0;
        right: 4px;
        font-size: 40px;
        z-index: 1;
        line-height: 1;
        color: #9B9A9A;
    }
    
    .fmedia {
        position: relative;
    }
    
    .fmedia:before {
        font-family: FontAwesome;
        content: '\f08e';
        position: absolute;
        bottom: 0;
        right: 4px;
        font-size: 40px;
        z-index: 1;
        line-height: 1;
        color: #9B9A9A;
    }
    
    .exim-image-well {
        width: 100%;
        background-color: #fff;
        border: 2px solid #EEE;
        padding: 10px;
        -webkit-box-shadow: 0px 1px 14px -2px rgba(204, 204, 204, 1);
        -moz-box-shadow: 0px 1px 14px -2px rgba(204, 204, 204, 1);
        box-shadow: 0px 1px 14px -2px rgba(204, 204, 204, 1);
        margin-bottom: 20px;
    }
    
    .exim-image-well-info-div {
        width: 100%;
        color: #e4e4f8;
    }
    
    .exim-file-well {
        width: 100%;
        border: 2px solid #EEE;
        padding: 10px;
        -webkit-box-shadow: 0px 1px 14px -2px rgba(204, 204, 204, 1);
        -moz-box-shadow: 0px 1px 14px -2px rgba(204, 204, 204, 1);
        box-shadow: 0px 1px 14px -2px rgba(204, 204, 204, 1);
        margin-bottom: 20px;
    }
    
    .exim-file-well-info-div {
        width: 100%;
        background-color: #eee;
        padding: 20px;
        color: #e4e4f8;
    }
    
    .exim-file-well-info-div h3 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 20px;
        color: #555;
        margin-top: 10px !important;
        font-weight: bold;
        text-align: left;
        line-height: 30px;
    }
    
    .exim-file-well-info-div h3>a {
        padding-left: 40px;
    }
    
    .file-pdf {
        position: relative;
    }
    
    .file-pdf:before {
        font-family: FontAwesome;
        content: '\f1c1';
        position: absolute;
        top: 0;
        left: 4px;
        font-size: 40px;
        z-index: 1;
        line-height: 1;
        color: #D80404;
    }
    
    .file-word {
        position: relative;
    }
    
    .file-word:before {
        font-family: FontAwesome;
        content: '\f1c2';
        position: absolute;
        top: 0;
        left: 4px;
        font-size: 40px;
        z-index: 1;
        line-height: 1;
        color: #00A2ED;
    }
    
    @media (max-width: 767px) {
        .header {
            width: 100%;
            background-color: rgba(255, 255, 255);
            position: relative;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }
        .fixed-header {
            position: relative;
        }
        .navbar {
            background: #ffffff;
            border: 0px;
            border-bottom: 0px;
            box-shadow: none;
            min-height: 75px;
            position: static;
        }
        .xs-pad-left-right-0 {
            padding-left: 0px;
            padding-right: 0px;
        }
        .navbar-header {
            height: 75px;
        }
        .navbar-brand {
            padding-top: 3px !important;
            padding-bottom: 3px !important;
        }
        .navbar-brand img {
            max-width: 200px;
        }
        .navbar .navbar-toggle {
            background-color: #0179c2;
            border-color: #012a4f;
        }
        .navbar .navbar-toggle:hover,
        .navbar .navbar-toggle:focus {
            background-color: #0179c2;
        }
        .navbar .navbar-toggle .icon-bar {
            background-color: #ecf0f1;
        }
        .navbar .nav>li {
            background-color: #fff;
        }
        .cool-link::after {
            display: none;
        }
        .cool-link:hover::after {
            display: none;
        }
        .contentdiv_main {
            margin-top: 5px;
        }
        .contentdiv_contact {
            margin-top: 5px;
            padding-left: 0px;
            padding-right: 0px;
        }
        /*Safari Dropdown Menu Fix*/
        .navbar .navbar-nav>li {
            text-align: left;
        }
        .navbar .navbar-collapse,
        .navbar .navbar-form {
            border-color: #ecf0f1;
            padding-left: 20px;
            padding-right: 20px;
        }
        .navbar .container-fluid {
            padding-left: 5px;
            margin-left: 5px;
        }
        .navbar .navbar-nav .open .dropdown-menu>li.li-title {
            padding-left: 5px;
            border-bottom: 0px;
            line-height: 25px;
            font-size: 1.8vh;
            color: #fff;
            font-weight: bold;
        }
        .navbar .navbar-nav .open .dropdown-menu>li {
            text-align: left;
        }
        .navbar .navbar-nav li>a {
            text-align: left;
            color: #4db1e2;
            font-size: 1.8vh;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }
        .navbar .navbar-nav .open .dropdown-menu>li>a {
            color: #4db1e2;
            text-align: left;
            font-size: 1.9vh;
            padding-left: 10px;
            line-height: 25px;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }
        .navbar .navbar-nav .open .dropdown-menu>li>a:hover,
        .navbar .navbar-nav .open .dropdown-menu>li>a:focus {
            color: #ff3e00;
        }
        .navbar .navbar-nav .open .dropdown-menu>.active>a,
        .navbar .navbar-nav .open .dropdown-menu>.active>a:hover,
        .navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
            color: #ff3e00;
            background-color: #024e20;
        }
        .navcol {
            padding: 0px;
        }
    }