/*
 *  Developer: abdurrahman@ahsaelektronik.com
 *  Template:
 *  App: AhsaPanel v2
*/

@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700&subset=latin-ext");

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin-ext);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin-ext);

@import url(https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i,900,900i&subset=latin-ext);

/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');*/

/* General */
/*body {
    font-family: 'Source Sans Pro', sans-serif;
}*/
a[href='mailto:abdurrahman@ahsaelektronik.com'] {
    color: #9c9c9c;
    font-size: 0.6rem;
}

a[href='mailto:abdurrahman@ahsaelektronik.com'],
a, a:hover, a:focus, a:active {
    text-decoration: none;
    transition: ease-in-out .2s;
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.btn-pnl {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 0;
}

.red {
    color: #d5252c;
}

.blue {
    color: #07519c;
}

.white {
    color: #fff;
}

button:focus {
    outline: none;
}

.heading {
    border-bottom: 1px solid #dadada;
    display: inline-block;
}

h2, h3, h4, h5, h5 {
    font-family: 'Raleway', sans-serif;
}

h3 {
    font-size: 1.500rem;
    font-weight: 600;
}

.h2-text {
    font: 600 1.7em/1em "Open Sans", sans-serif;
    letter-spacing: 0.4px;
    font-style: normal;
    font-weight: 300;
}

.h1-title {
    font: bold 1.6em/1.2em "Alegreya", serif;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0 0 1em;
}

.h1-title:before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #fab90a;
    position: absolute;
    bottom: 0;
}

.inline-block {
    display: inline-block;
}

p {
    font-size: .9rem;
    color: #5b5b5b;
    line-height: normal;
    margin: 0;
}

.scrollToTop {
    display: none;
    position: fixed;
    bottom: 33px;
    z-index: 999999999;
    right: 20px;
    padding: 0px 11px;
    background-color: #262987;
    color: #fff;
    font-size: 18pt;
}

.scrollToTop:hover {
    cursor: pointer;
}

.scrollToTop i {
    line-height: 0;
}

/* all */
::-webkit-input-placeholder {
    color: #959595;
}

::-moz-placeholder {
    color: #959595;
}

:-ms-input-placeholder {
    color: #959595;
}

input:-moz-placeholder {
    color: #959595;
}

/* Top Info */
.top-info {
    background: #f0f2f3;
}

.top-info .row {
    background: url(../storage/img/top-info.png) no-repeat center center;
    overflow: hidden;
    padding: 1.075em 0;
    background-size: cover;
}

.top-lang {
    position: absolute;
    top: 0;
    right: 0;
}

.lang {
    font-size: 10pt;
    color: #6e6e6e;
    display: inline-block;
    position: relative;
    width: 29px;
    padding: 0;
    height: 17px;
}

.top-info p {
    color: #6e6e6e;
    text-transform: capitalize;
}

.top-lang .flag {
    height: 20px;
    display: block;
}

/* Top Logo */
.top-logo .media-left,
.top-logo .media-body {
    display: table-cell;
    vertical-align: top;
}

.top-logo .media-left {
    padding-right: 10px;
    font-size: 33px;
}

.top-logo .media-body p {
    color: #232932;
    padding: 0;
    margin: 0;
    font: 400 1.2em/1.15em "Open Sans", sans-serif;
}

.top-logo .media-body p span a {
    color: #9692a0;
    font-size: .86em;
}

.top-phone {
    position: relative;
}

/* Nav */
.product-body .tab-content {
    border: none;
}

.product-tab.nav-tabs {
    border: none;
}

.product-body nav {
    text-align: center;
}

.product-body nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.product-body nav ul li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
}

.product-body nav ul li a {
    border-bottom: 0 !important;
}

.product-body nav ul li a.active {
    border: 1px solid #343b91;
    box-shadow: inset 0 2px #343b91;
    border-bottom: none;
    z-index: 100;
}

.product-body nav li a.active:before,
.product-body nav li a.active:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: -1px;
    width: 100vw;
    background: #343b91;
}

.product-body nav li a.active:after {
    right: auto;
    left: 100%;
    width: 100vw;
}

.product-body nav a {
    color: #becbd2;
    display: block;
    font-size: 1.45em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
}

.product-body nav a:hover {
    color: #768e9d;
}

.product-body nav li a.active {
    color: #343b91;
}

.product-body nav li a.active:after {
    right: auto;
    left: 100%;
    width: 100vw;
}

.product-table {
    width: 100%!important;
}

/* SingleProduct */
.product-body {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 2em;
}

.product-carousel.carousel .carousel-inner {
    transition: all ease-in-out .2s;
}

.product-carousel.carousel .carousel-inner:hover {
    opacity: 0.5;
    position: relative;
    transition: all ease-in-out .2s;
}

.product-carousel.carousel.showBefore:before {
    display: block;
    transition: all ease-in-out .2s;
}

.product-carousel.carousel:before {
    content: "\f00e";
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 40%;
    left: 48%;
    color: #07519c;
    font-size: 60px;
    transition: all ease-in-out .2s;
    z-index: 1;
    opacity: 1 !important;
}

.product-carousel.carousel i.fa {
    color: #d5252c;
    font-size: 4em;
}

.accessory .accessory-header {
    border-bottom: 1px solid rgba(183, 183, 183, 0.43);
    color: #d5252c;
}

.accessory .collapsed .accessory-header h5 {
    font-size: 1rem !important;
}

.accessory .collapsed .accessory-header {
    border-bottom: none !important;
    color: #353535;
}

.accessory .collapsed .accessory-header h5 .fa:before {
    content: "\f067";
}

.product-tab.nav .nav-item .nav-link,
.product-tab.nav .nav-item .nav-link.active {
    border-radius: 0;
}

/* Navbar */
section#navbar {
    background: #0f263a;
}

section#navbar .navbar {
    padding: 0;
}

section#navbar li {
    display: inline-block;
    padding: 1.6em 0;
    position: relative;
}

section#navbar li.nav-item > a {
    padding: 0 1em;
    display: block;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font: 600 1em/.9em 'Open Sans Condensed', sans-serif;
    border-right: 1px dashed #3f5262;
}

section#navbar li.nav-item:last-child > a {
    border-right: none;
}

section#navbar li.nav-item:hover > a {
    color: #fab90a;
}

section#navbar li.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

section#navbar .dropdown-menu {
    position: absolute;
    border-radius: 0;
    margin-top: 0;
    border: none;
    width: 275px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    padding: 0;
}

section#navbar .dropdown-menu li:last-child a {
    border-bottom: none;
}

section#navbar .dropdown-menu li {
    display: block;
    padding: 0;
    background: #fff;
}

section#navbar .dropdown-menu li a {
    color: #242424;
    font: 600 16px 'Open Sans', sans-serif;
    padding: 15px 25px 15px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    display: block;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;
}

section#navbar .dropdown-menu li:hover a {
    color: #fff;
    background: #51c5e9;
}

section#navbar .dropdown-toggle::after {
    display: none;
}

section#navbar .collapsed {
    display: block !important;
    transition: all .3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    border-top: 1px dashed #3f5262;
    padding-top: 14px;
    margin-top: 13px;
}

section#navbar .collapsed .navbar-nav li {
    padding: .3em 0;
}

section#navbar .collapsed .navbar-nav li a {
    border-right: none;
}

section#navbar .collapsed .dropdown-menu {
    position: relative;
    width: 100%;
    left: auto;
    margin-top: 5px;
}

section#navbar .collapsed .dropdown-menu li {
    padding: 0;
}

section#navbar .collapsed .dropdown-menu .dropdown-item {
    padding: 5px 0;
    text-align: center;
}

.hamburger {
    padding: 15px 15px 3px 15px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #fff;
}

/* Search Form */
form.search-form input {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 18px;
    height: 40px;
    color: #c0c0c0;
    background: #081e2f;
}

form.search-form input:focus {
    background-color: #081e2f;
    color: #c0c0c0;
}

form.search-form .input-group {
    border: 1px solid #1a2e40;
}

form.search-form .input-group-addon {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #081e2f;
}

form.search-form button {
    height: 40px;
    border: 0;
    background: #081e2f;
    color: #bcbcbd;
    font-size: 1.2em;
    padding-right: 15px;
}

form.search-form button:focus {
    outline: none;
}

/* Newsletter */
.newsletter {
    color: #fff;
    background: url(../storage/img/newsletter-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 29px 0;
    min-height: 100px;
    clear: both;
}

.newsletter input {
    border-radius: 0;
    border: none;
}

.newsletter input:focus {
    border: none;
}

.newsletter button {
    background-color: #3ba8e8;
    border: 0;
    border-radius: 0;
}

/* Footer */
footer {
    color: #fff;
    background-color: #00A9E8;
}

footer .footer_panel h3 {
    display: block;
}

.heading .divider-left {
    margin: 10px 0 -2px;
}

.heading .divider-left, .heading .divider-center {
    height: 4px;
    width: 70px;
    background: #fff;
    display: block;
}

.heading > span {
    font-weight: 200;
}

footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}

/* Social Icons */
ul.social_icon li {
    display: inline-block;
}

ul.social_icon li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin: 3px 3px 0 0;
}

ul.social_icon.black li a {
    border: 1px solid #0f0f0f;
    color: #0f0f0f;
}

ul.social_icon.black li a:hover,
ul.social_icon.black li a:focus {
    color: #fff;
}

ul.social_icon li a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -1px;
    left: -1px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

ul.social_icon li a:hover::after,
ul.social_icon li a:focus::after {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

ul.social_icon li a.facebook:after {
    background: #3b5998;
    border: 1px solid #3b5998;
}

ul.social_icon li a.twitter:after {
    background: #0290c5;
    border: 1px solid #0290c5;
}

ul.social_icon li a.dribble:after {
    background: #ea4c89;
    border: 1px solid #ea4c89;
}

ul.social_icon li a.instagram:after {
    background: #517fa4;
    border: 1px solid #517fa4;
}

ul.social_icon li a.vimo:after {
    background: #4EBBFF;
    border: 1px solid #4EBBFF;
}

ul.links li {
    width: 49%;
    display: inline-block;
}

ul.links li a {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
}

ul.links li a > i {
    width: 13px;
}

ul.links li a:hover, ul.links li a:focus {
    color: #ffffff;
}

ul.links li a::after {
    background: #ffffff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 50%;
    margin-left: 10px;
    position: absolute;
    right: 50%;
    width: 0;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

ul.links li a:hover::after {
    width: 100%;
    left: 0;
    right: 0;
}

.footer_panel p.address {
    color: #fff;
    counter-increment: step-counter;
    position: relative;
}

.footer_panel p.address span {
    padding-left: 13px;
}

.copyright {
    background-color: #fff;
    line-height: normal;
}

.copyright p {
    font-size: 0.775rem;
}

.developer {
    background: rgb(13, 46, 74);
    padding-bottom: 4px;
    text-align: center;
}

.developer a {
    color: #ccc;
    font-size: .5em;
}

/* Page */
.page.jumbotron {
    background: #13314c url(../storage/img/page-bg.jpg) center center no-repeat;
    background-size: cover;
}

.page-title {
    font: 600 3.3em/1em "Alegreya", serif;
    color: #fff;
    margin: 0;
    padding: 0;
}

.breadcrumb-wrapper {
    background: #f2f4f6;
    border-bottom: 1px solid #e6e8e9;
}

.breadcrumb-wrapper .breadcrumb {
    background-color: #f2f4f6;
}

.breadcrumb-wrapper .breadcrumb li a {
    color: #20bcd4;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.breadcrumb-wrapper .breadcrumb li span {
    color: #909aa2;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome';
    color: #909aa2;
    font-size: 13px;
    margin-left: 3px;
}

.page-content p {
    color: #8E8D8D;
    font: 400 .9em/1.8em "Open Sans", sans-serif;
}

/* Contact */
#map {
    width: 100%;
    height: 500px;
}

.contact-form .form-control {
    border: 1px solid #d6d6d6;
    border-color: #d6d6d6;
    margin-bottom: 20px;
    border-radius: 0;
    font: 15px/31px "Open Sans", sans-serif;
    color: #959595;
    padding: 11px 20px;
}

.contact-form .form-control::placeholder {
    color: #959595;
}

.contact-form .form-control:focus {
    -webkit-box-shadow: 0 0 6px 0 rgba(215, 149, 62, 0.57);
    box-shadow: 0 0 6px 0 rgba(215, 149, 62, 0.57);
}

.contact-form .btn {
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    background-color: #315579;
}

.contact .address {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact .address .item {
    padding: 15px 28px 30px 0px;
    text-align: center;
}

.contact .media-left,
.contact .media-body {
    display: table-cell;
    vertical-align: top;
}

.contact .media-left {
    padding-right: 30px;
    vertical-align: middle;
}

.contact .media-left i {
    border-radius: 50%;
    font-size: 30px;
    line-height: 32px;
    padding-top: 8px;
}

.contact .media-left a {
    color: #009bb3;
    border: 1px solid #009bb3;
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
}

.contact .media-body {
    padding: 0;
    margin: 0;
    font: 400 1.2em/1.15em "Open Sans", sans-serif;
    text-align: left;
    font: 14px/26px "Open Sans", sans-serif;
    color: #898989;
    letter-spacing: 0.3px;
    vertical-align: middle;
}

.contact .media-body a {
    color: #898989;
}

/* News */
.card-deck .card {
    border-radius: 0;
    border: none;
}

.card-deck .date {
    font-size: 8pt;
    padding-bottom: .7rem;
}

.card-deck .card .card-footer {
    background-color: transparent;
    border: none;
}

.card-deck .card-img {
    padding-bottom: .7rem;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.card-deck .btn {
    background-color: #3ba8eb;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    outline: none;
    margin: 0 5px;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.thumb .slick-slide {
    cursor: pointer;
    border: 1px solid #e2e2e2;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: border-color .2s;
}

.thumb .slick-slide:hover {
    border: 1px solid #707070;
}

.thumb .slick-slide img {
    margin: 0 auto;
}

.thumb {
    padding: 20px 50px;
    margin-top: 30px;
}

.thumb .slick-slide.slick-current {
    border: 1px solid #353535;
}

.slick-prev {
    left: 0;
    z-index: 1;
}

.slick-next {
    right: 0;
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    outline: none;
}

.slick-prev:before {
    position: absolute;
    content: "";
    top: -5px;
    right: 0;
    background: url(images/sprite.png?1488820172145) no-repeat;
    background-position: -141px 0;
    width: 19px;
    height: 30px;
}

.slick-next:before {
    position: absolute;
    content: "";
    top: -5px;
    right: 0;
    background: url(images/sprite.png?1488820172145) no-repeat;
    background-position: -141px -30px;
    width: 19px;
    height: 30px;
}