/*

Theme Name: EasyMind
Version: 2.2
Author: Linel.ir

*/



body {
    direction: ltr;
    text-align: left;
    color: #444;
    font: 16px/1.4 IRANSans;
    background: #fff;
    padding: 0;
    margin: 0;
}

a {
    color: #333;
}

li {
    list-style: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: #222;
    text-decoration: none;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #555;
}

input, textarea {
    padding: 5px 10px;
}

textarea {
    padding: 10px 15px;
}

input[type=submit], button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #444;
    color: #333;
    padding: 5px 10px;
    background: transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

input[type=submit]:hover, button:hover {
    color: #fff;
    background: #444;
}

.container-fluid {
    width: 1330px;
    max-width: 95%;
}

#main-footer {
    background: #444;
    padding-top: 20px;
    margin-top: 20px;
    color: #ccc;
    font-weight: 200;
    border-top: 2px solid #5db5e1;
}

#main-footer a {
    color: #ddd;
}

.footer-widgets {
    padding: 20px 0;
}

.footer-widget .widget-title {
    border-bottom: 2px solid #222;
    margin-bottom: 15px;
}

.footer-widget .widget-title strong {
    background: #222;
    color: #eee;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px;
}

footer .credit {
    background: rgba(0,0,0,0.3);
    padding: 15px 0;
    margin-top: 20px;
}


#breadcrumbs {
    font-size: 14px;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2, .section-title h3 {
    margin: 0;
}

.section-title strong {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #ef7d00;
    padding: 10px 20px;
    display: block;
}

.section-title span {
    font-size:18px;
    line-height: 1;
    font-weight: bold;
    color: #555;
}

.comment-list .comment {
    background: rgba(255,255,255,0.3);
    border: 1px solid rgba(0,0,0, .07);
    -webkit-border-radius: 5px;
    font-size: 14px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    padding: 15px 20px;
    position: relative;
}

.comment-list .comment .vcard {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.comment-list .comment .vcard img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
}

.comments-list .comment-meta {
    display: none;
}

.comments-list .comment-reply-link {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 12px;
    font-weight: bold;
}

aside .blog-meta .item {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #ccc;
    color: #555;
}

aside .blog-meta .item i {
    color: #333;
}

aside .blog-meta {
    font-size: 14px;
    padding: 20px 10px;
}

aside .blog-meta item {

}

.styled {
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
}

.styled img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 5px 10px rgba(0,0,0,0.1);
    box-shadow:  0 5px 10px rgba(0,0,0,0.1);
    margin: 20px 0;
}

.pages-menu {
    display: block;
}

.pages-menu li {
    float: left;
    margin-right: 10px;
    padding-left: 15px;
    position: relative;
}

.pages-menu li:after {
    content: '';
    height: 5px;
    width: 5px;
    left: 0px;
    top: 14px;
    background: #868383;
    display: block;
    position: absolute;
}

.pages-menu li a {
    font-size: 14px;
    color: #bbb;
    line-height: 35px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pages-menu li a:hover {
    color: white;
}

.home-banners {
    background: url(/templates/default/en/img/tiles_pattern.png);
    padding: 40px 0 50px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.home-banners .tile {
    position: relative;
    -webkit-box-shadow: 0 0 15px;
    -moz-box-shadow: 0 0 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-top: 10px;
    background: #555;
}

.home-banners .tile strong {
    background: rgba(255, 102, 0, 0.7);
    color: white;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 90%;
    font-size: 22px;
    padding: 5px 15px;
    position: absolute;
}

.home-banners .tile span {
    background: rgba(0, 154, 1, 0.69);
    color: white;
    right: 20px;
    bottom: 20px;
    max-width: 90%;
    font-size: 16px;
    padding: 5px 15px;
    position: absolute;
    line-height: 16px;
}

.home-banners .tile span i {
    font-size: 12px;
}

.home-banners .tile strong, .home-banners .tile span, .home-banners .tile img {

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.home-banners .tile:hover img {
}

.home-banners .tile:hover strong {
    left: 0;
    padding: 5px 35px;
}

.home-banners .tile:hover span {
    right: 0;
    padding: 5px 25px;
}

.pop-cats {
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
}


.pop-cats-list {
    margin: 0 -10px;
    width: auto !important;
}

.pop-cats-list button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    width: 60px;
    height: 60px;
    line-height: 52px;
    -webkit-box-shadow:  0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow:  0 0 15px rgba(0,0,0,0.2);
    box-shadow:  0 0 15px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -50px;
    z-index: 96;
    opacity: 0;
    text-align: center;
}

.pop-cats-list:hover button {
    opacity: 1;
    right: 0;
}

.pop-cats-list:hover button.slick-prev {
    left: 0;
    right: auto;
}

.pop-cats-list button.slick-prev {
    right: auto;
    left: -50px;
}

.pop-cats-list button:hover {
    color: #ef7d00;
    border-color: #ef7d00;
}

.pop-cat-item {
    padding: 0 10px;
}

.pop-cat-item-inner {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ddd;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    box-shadow:  0 0 10px rgba(0,0,0,0.1);
    background: white;
    text-align: center;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.slick-active .pop-cat-item-inner {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.pop-cat-item a {
    display: block;
    padding: 10px 0 15px;
}

.pop-cat-item img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 auto;
}

.pop-cat-item, .pop-cat-item-inner, .pop-cat-item strong {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pop-cat-item strong {
    font-size: 14px;
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

.pop-cat-item-inner:hover strong {
    color: #f60;
}

.pop-cat-item-inner:hover {
    border-color: #f60;
}

.pop-cats-list:hover .pop-cat-item {
    opacity: 0.6;
}

.pop-cat-item:hover {
    opacity: 1 !important;
}

.pop-cats {
    padding: 50px 0;
    background: #f3f3f3;
}
.pop-cats-list {
    direction: ltr;
}

div:focus, a:focus, img:focus, button:focus, :focus {
    outline: none;
}

.main-footer {
    background: url(/templates/default/en/img/footer-bg.jpg) center center;
    -webkit-background-size:cover;
    background-size:cover;
    padding: 0;
    color: #eee;

}

.main-footer .credit-bar {
    background: rgba(0,0,0,0.4);
    padding: 10px 0;
    margin-top: 30px;
    font-size: 12px;
}

footer .widget-title {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-menu {
    margin-top: 30px;

}

.footer-menu li {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}

.footer-menu li a {
    border-bottom: 1px dotted rgba(255,255,255,0.2);
    font-size: 14px;
    display: block;
    color: #eee;
    padding: 10px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-menu li a:hover {
    color: #ef7d00;
}

.footer-menu li a i {
    color: #ef7d00;
    margin-right: 5px;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-menu li a:hover i {
    margin-right: 2px;
}

.footer-about p {
    font-weight: 200;
    line-height: 1.6;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #444;
    color: #444;
    padding: 10px 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn:hover {
    background: #444;
    color: white;
}

.btn-slim {
    padding: 5px 10px;
}

.btn-thick {
    padding: 10px 20px;
    border-width: 2px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.btn-thick i {
    font-size: 14px;
}


.btn-orange {
    border-color: #ef7d00;
    color: #ef7d00;
}

.btn-orange:hover {
    background: #ef7d00;
}

.btn-green {
    border-color: #3ec140;
    color: #3ec140;
}

.btn-green:hover {
    background: #3ec140;
}

.footer-contact .arow {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted rgba(255,255,255,0.1);
}

.footer-contact .arow strong {
    float: left;
}

.footer-contact .arow span {
    direction: rtl;
    text-align: right;
    float: right;
}

.footer-contact .arow i {
    font-size: 16px;
    color: #ef7d00;
    float: left;
    margin-right: 10px;
    line-height: 20px;
}

.main-footer .socials {
    padding-top: 15px;
}

.main-footer .address {
    text-align: left;
    margin-top: 0;
    border-bottom: none !important;
}

.footer-contact .arow.address span {
    margin-top: 0;
}


.main-footer .socials a {
    width: 50%;
    float: left;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.main-footer .socials a:hover {
    opacity: 0.7;
}

.main-footer .socials a i {
    font-size: 18px;
    margin-right: 5px;
}

.socials a.telegram {
    background: #3a96c8;
}

.socials a.instagram {
    background: #c23666;
}

.socials a.facebook {
    background: #2b54c2;
}

.socials a.gplus {
    background: #c22827;
}
.socials a.youtube {
    background: #ff0000;
}
.socials a.aparat {
    background: #ed145b;
}
.socials a.aparat i {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/templates/default/fa/img/aparat.png") no-repeat 0 0;
    background-size: contain;
    margin-top: 10px;
    margin-left: 5px;
    display: inline-block;
}
.home-slides {
    direction: ltr;
    border-bottom: 1px solid #ddd;
    margin-top: -40px;
}

.home-slide {
    position: relative;
}

.home-slide .overcon {
    position: absolute;
    left: 100px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    direction: ltr;
}

.home-slide .h2 {
    color: white;
    padding: 10px 20px;
    line-height: 1;
    font-size: 32px;
    font-weight: bold;
    background: #ef7d00;
    margin: 0;
    display: inline-block;
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.home-slide p {
    font-size: 22px;
    background: #fff;
    font-weight: 200;
    color: #ef7d00;
    padding: 10px 20px;
    margin: 0;
    display: block;
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.home-slide .btn {
    margin-top: 20px;
    margin-bottom: -40px;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    background: deepskyblue;
    border: none;
    border-bottom: 3px solid rgba(0,0,0,0.3);
    color: white;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,0.3);
    box-shadow:  0 0 10px rgba(0,0,0,0.3);
}

.home-slide .h2, .home-slide p, .home-slide .btn, .home-slide img {
    -webkit-transition: all 0.7s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home-slide img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 100%;
    height: auto;
}

.home-slide.slick-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.home-slide.slick-active .h2, .home-slide.slick-active p, .home-slide.slick-active .btn {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.pages-bar {
    background: #222;
    min-height: 35px;
}

.site-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.site-logo h1 {
    margin: 0;
}

.site-logo a {
    display: block;
    margin-top: -5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.site-logo a:hover {
    margin-top: 0;
}

.main-header {
    position: relative;
    margin-bottom: 40px;
}

.cats-menu {
}

.pages-bar .container-fluid {
    position: relative;
    padding-left: 220px;
}

.cats-menu .container-fluid {
    position: relative;
    padding-left: 195px;
}

.cats-menu {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 88;
    background: #fff;
    border-bottom: 1px solid #ddd;
    min-height: 50px;
}

.cats-menu li {
    height: 50px;
    float: left;
    position: relative;
}

.cats-menu li a {
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    display: inline-block;
    line-height: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cats-menu li:hover > a {
    background: #ef7d00;
    color: white;
}

.cats-menu li a i {
    margin-left: 5px;
    float: right;
    line-height: 50px;
}

.cats-menu li ul {
    width: 300px;
    left: 0;
    top: 70px;
    border-top: 2px solid #ef7d00;
    position: absolute;
    background: white;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    font-size: 0;
    z-index: -10;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cats-menu li:hover > ul {
    top: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 80;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cats-menu li li {
    display: inline-block;
    width: 50%;
    float: none;
    border: none;
    height:auto;
}

.cats-menu li li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    padding: 10px 10px !important;
    line-height: 1.2;
    height:auto;
}

.cats-menu li li:hover a {
    color: #ef7d00;
    background: transparent;
}

.cats-menu .socials {
    float: right;
    position: relative;
    margin-right: 20px;
}

.cats-menu .socials a {
    height: 51px;
    margin-bottom: -1px;
    width: 50px;
    text-align: center;
    display: block;
    line-height: 54px;
    float: right;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 98;
    font-size: 18px;
    color: #aaa;
    border-left: 1px solid rgba(0,0,0,0.1);
    background: transparent;
}

.cats-menu .socials a:hover {
     color: white;
}

.cats-menu .socials a.telegram:hover {
    background: #3a96c8;
}

.cats-menu .socials a.instagram:hover {
    background: #c23666;
}

.main-slider {
    position: relative;
}

.main-slider .slider-nav {
    position: absolute;
    left: 100px;
    bottom: 0;
    display: block;
    height: 50px;
}

.main-slider .slider-nav button {
    height: 50px;
    width: 50px;
    border: 3px solid white;
    border-bottom: none;
    text-align: center;
    line-height: 50px;
    padding: 0;
    margin-left: -3px;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.main-slider .slider-nav button:hover {
    background: rgba(255,255,255,0.7);
    color: #ef7d00;
}

.home-features {
    padding: 50px 0;
}

.home-feature p {
    font-size: 16px;
    font-weight: 200;
    color: #444;
    margin-top: 10px;
}

.home-feature .h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    color: #444;
    margin-bottom: 0;
    display: block;
    margin-top: 10px;
}

.home-feature a {
    font-size: 14px;
    font-weight: bold;
    color: #ef7d00;
}

.home-features img {
    /*-webkit-animation: homeFeatureIcon 2s infinite;
    -o-animation: homeFeatureIcon 2s infinite;
    animation: homeFeatureIcon 2s infinite;*/
}

@keyframes homeFeatureIcon {
    70% {
        margin-top: 5px;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.8);
    }
}

.home-products-slide {
    direction: ltr;
    padding-bottom: 40px;
}

.home-products {
    padding: 50px 0;
}

.home-products .product-outer {
    padding: 15px;
}

.product-item {
    -webkit-box-shadow:  0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 15px rgba(0,0,0,0.1);
    box-shadow:  0 0 15px rgba(0,0,0,0.1);
    padding: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: white;
}

.product-item.fade {
    opacity: 0.4;
}

.slick-list:hover .product-item {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.6;
}

.home-products-slide .product-item:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.home-products .product-item img {
}

.product-item h3, .product-item he a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.product-item:hover h3 {
    background: #555;
    border-top: 2px solid #ef7d00;
}

.product-item:hover h3 a {
    color: white;
}


.product-item h3 {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    position: relative;
}

.product-item h3 a {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.home-products .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
}

.home-products .slick-dots li {
    display: inline-block;
}

.home-products .slick-dots li button {
    border: none;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 2px;
    background: rgba(0,0,0,0.1);
    padding: 0;
    font-size: 0;
}

.home-products .slick-dots li.slick-active button {
    background: #ef7d00;
}

.home-about {
    padding: 70px 0 80px;
    background: #eaeaea;
    border-top: 1px solid #ddd;
}

.home-about img {
    padding-right: 20px;
}

.home-about p {
    font-weight: 300;
    text-align: justify;
}

header .account-links {
    float: right;
}

header .account-links a {
    color: #eee;
    padding: 0 10px;
    border-left: 1px solid rgba( 255,255,255,0.1 );
    line-height: 35px;
    display: inline-block;
    font-size: 12px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

header .account-links a:hover {
    color: #ef7d00;
}

header .account-links a i {
    margin-right: 5px;
}
 
.back-to-top {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    bottom: -100px;
    opacity: 0;
    left: 60px;
    border: 3px solid white;
    background: #555;
    color: white;
    text-align: center;
    line-height: 50px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.back-to-top.active {
    bottom: 30px;
    opacity: 1;
}

.pages-menu-button {
    display: block;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

.pages-menu-button i {
    font-size: 14px;
    margin-right: 5px;
}

.cats-menu-button {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.single-page .main-header {
    margin-bottom: 50px;
}

.breadcrumbs {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: white;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    box-shadow:  0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    margin-top: 15px;
    overflow: auto;
}

.main-single {
    margin-bottom: 40px;
}

.breadcrumbs .node {
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 15px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.breadcrumbs a.node:after, .breadcrumbs a.node:before {
    position: absolute;
    right: -11px;
    top: 0;
    border: 20px solid transparent;
    border-left: 10px solid #ddd;
    border-width: 20px 10px;
    content: '';
}

.breadcrumbs a.node:after {
    right: -10px;
    border-left: 10px solid #fff;
}

.images-box {
    padding: 15px;
    -webkit-box-shadow:  0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 15px rgba(0,0,0,0.1);
    box-shadow:  0 0 15px rgba(0,0,0,0.1);
}

.product-cloumn {
    padding: 0 30px 0 30px;
    border-right: 1px solid #eee;
}

.product-cloumn h1, .single-page main header h1 {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px dotted #eee;
    margin-top: 0;
}

.single-page .thumbs-list a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #eee;
    display: block;
    position: relative;
    margin-top: 10px;
}

.single-page .images-box a, .single-page .images-box img, .single-page .images-box a:after, .single-page .images-box a:before {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.single-page .images-box a:before {
    background: #ef7d00;
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    top: 50%;
    margin-top: -20px;
}

.single-page .images-box a:after {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    content: '\f055';
    font: 100 0px/40px FontAwesome;
    color: white;
    margin-top: -20px;
}

.single-page .images-box a:hover:after {
    font-size: 18px;
}

.single-page .images-box a:hover:before {
    opacity: 0.7;
}

.images-box .main-image a {
    position: relative;
    display: block;
}

.images-box .main-image a:hover img {
}

.images-box .main-image a:before {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}


.second-side {
    padding-left: 30px;
    border-left: 1px solid #eee;
    margin-left: -1px;
}

.sidebox {
    padding: 60px 15px 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    border-bottom: 2px solid #ef7d00;
    margin-top: 30px;
    text-align: center;
    background: #f9f9f9f;
    margin-bottom: 50px;
}

.sidebox:last-of-type {
    margin-bottom: 0;
}

.sidebox span {
    width: 90px;
    height: 90px;
    background: white;
    padding: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -45px;
    border: 1px solid #eee;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    box-shadow:  0 0 10px rgba(0,0,0,0.1);
    -webkit-animation: sideBoxIcon 2s infinite;
    -o-animation: sideBoxIcon 2s infinite;
    animation: sideBoxIcon 2s infinite;
}

.sidebox img {
    width: 100%;
    height: auto;
}

.sidebox h3 {
    font-size: 16px;
}

@keyframes sideBoxIcon {
    50% {
        padding: 20px;
    }
}

.related-products {
    padding: 50px 0;
    background: #eee;
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
}

.manual-box {
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-bottom: 2px solid #ef7d00;
    position: relative;
}

.manual-box .title {
    margin: 0;
    position: relative;
    top: -15px;
    margin-bottom: 0px;
    font-size: 16px;
    background: #eee;
    padding: 5px 10px;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.manual-box .item {
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.6;
    font-size: 14px;
    border: 1px solid #eee;
}

.manual-box .item span {
    padding-top: 5px;
    display: inline-block;
    color: #555;
}

.manual-box .btn {
    float: right;
    margin-left: 15px;
}

.comment-form {
    padding: 20px;
    background: #f9f9f9;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    box-shadow:  0 0 15px rgba(0,0,0,0.1);
    font-size: 14px;
}

.comment-form input, .comment-form textarea {
    width: 100%;
    min-height: 43px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.comment-form label {
    margin-top: 15px;
    display: block;
}

.comment-form textarea {
    margin-bottom: 15px;
}

.comment-form .captcha-label {
    text-align: right;
    display: block;
    margin-top: 10px;
}

.comment-form .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.comments-list .h3 {
    font-size: 28px;
    font-weight: bold;
    color: #ef7d00;
    margin: 50px 0 0px;
}

.comments-list .h4 {
    margin:0 0 50px;
    font-size: 20px;
    font-weight: bold;
    color: #555;
}

.comments-list .comment {
    margin-top: 15px;
    padding-left: 40px;
}

.comments-list .comment .inner:before {
    content: "\f075";
    font: 18px/70px FontAwesome;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    background: white;
    position: absolute;
    left: -30px;
    top: 35px;
    z-index: 9;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    box-shadow:  0 0 10px rgba(0,0,0,0.1);
    color: #ef7d00;
}

.comments-list .comment .inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    box-shadow:  0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
    position: relative;
}

.comments-list .comment .fn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 10px;
    background: #f3f3f3;
    text-align: center;
}

.comments-list .comment .fn span {
    font-size: 14px;
    display: block;
}

.archive-page .product-item {
    margin-bottom: 20px;
}

.archive-title {
    font-size: 28px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #ccc;
}

.pagination-wrapper {
    margin-top: 30px;
    text-align: center;
}

.sadoo-pagination {
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    box-shadow:  0 0 10px rgba(0,0,0,0.1);
    display: inline-block;
    font-size: 0;
}

.sadoo-pagination span, .sadoo-pagination a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    float: left;
    border-right: 1px solid #eee;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.sadoo-pagination a:hover {
    color: white;
    background: #555;
}

.sadoo-pagination .active {
    background: #ef7d00;
    color: white;
}

.home-certificates {
    padding: 50px 0;
}

.certificates-list {
    display: block;
    font-size: 0;
    text-align: center;
}

.certificate-item {
    display: inline-block;
    background: white;
    margin: 0 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

.certificate-item:after {
    position: absolute;
    content: attr(title);
    background: rgba(239, 125, 0, 0.82);
    color: white;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    top: 50%;
    left: 30px;
    right: 30px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: none;
}

.certificate-item:hover:after {
    opacity: 1;
    left: 0;
    right: 0;
}

.certificate-item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.footer-counters {
    padding-top: 10px;
    margin-top: 30px;
    border-top: 2px dotted rgba(255,255,255,0.1);
}

.footer-counter {
    text-align: center;
    padding: 40px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.3);
    margin-top: 20px;
}

.footer-counter strong {
    color: #ef7d00;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.product-specs, .where-to-buy {
    margin-top: 30px;
    padding: 0 15px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.product-specs .h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    background: #f3f3f3;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

.product-specs table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    border-top: 1px dotted #ddd;
}

.product-specs tr {
    border-bottom: 1px dotted #ddd;
}

.product-specs tr:nth-of-type(even) {
    background: #f9f9f9;
}

.product-specs td {
    padding: 8px 10px;
}

.product-specs th {
    padding: 8px 10px;
    border-right: 1px dotted #ddd;
}
.where-to-buy .h3 {
    background: #ef7d00;
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
    font-size: 16px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

.where-to-buy select {
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 5px 10px;
}

.timeline {
    border-left: 3px solid #eee;
    padding: 20px 0 20px 50px;
    position: relative;
}

.timeline .item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    box-shadow:  0 0 10px rgba(0,0,0,0.1);
    background: white;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px 0 30px;
}

.timeline .item:before {
    left: 36px;
    position: absolute;
    border: 7px solid transparent;
    border-right: 7px solid #ddd;
    content: '';
}

.timeline .item strong {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    background: #ef7d00;
    padding: 0 15px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 0;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: -5px;
}

.timeline .item p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.newsletter {
    background: #eee;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 20px 0;
    margin-top: 30px;
}

.newsletter .h3 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    color: #ef7d00;
}

.newsletter p {
    margin: 0;
    font-size: 16px;
}

.newsletter .icon {
    font-size: 60px;
    width: 65px;
    height: 65px;
    line-height: 1;
    margin: 0;
    margin-right: 20px;
    color: #bbb;
    float: left !important;
    width: 60px !important;
    height: 60px !important;
}

.newsletter form {
    position: relative;
    margin-top: 10px;
}

.newsletter input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    display: block;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px 50px 10px 15px;
    height: 45px;
    line-height: 45px;
}

.newsletter button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.contact-info .arow {
    padding: 20px 0;
    border-bottom: 2px dotted #ddd;
}

.contact-info .arow strong {
    display: block;
    font-size: 16px;
}

.contact-info .arow span {
    font-size: 20px;
    direction: rtl;
    text-align: right;
    display: block;
}

.contact-info .arow i {
    margin-left: 10px;
    float: right;
    color: #ef7d00;
}

.contact-social a:hover {
    opacity: 0.6;
}

.contact-social a {
    display: block;
    margin-bottom: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    color: white;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.contact-form {
    padding: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow:  0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 15px rgba(0,0,0,0.1);
    box-shadow:  0 0 15px rgba(0,0,0,0.1);
}

.contact-form input, .contact-form textarea {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
}

.contact-page main h1 {
    margin-bottom: 30px !important;
}

.arow.address span {
    direction: ltr;
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
}

.arow.address i {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}
.slick-slider {
    overflow: hidden;
}

.blog-list-item {
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: white;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,0.1);
    box-shadow:  0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.blog-list-item img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blog-list-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    margin-top: 0;
}

.blog-list-content p {
    font-weight: 300;
    line-height: 1.5;
}

.blog-side-widget {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-side-widget .title {
    border-bottom: 1px solid #ddd;
    color: #888;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}

.blog-side-widget li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #ddd;
}

.blog-side-widget li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom:none;
}

.blog-side-widget li a, .blog-side-widget li a i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.blog-side-widget li a i {
    color: #ef7d00;
    padding-right: 3px;
}

.blog-side-widget li a:hover i {
    padding-right: 8px;
}

.blog-side-widget li a:hover {
    color: #ef7d00;
}

.blog-side-search {
    margin-bottom: 20px;
}

.blog-side-search form {
    position: relative;
}

.blog-side-search input {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 50px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 0 100px 0 15px;
    font-size: 12px;
    background: #f9f9f9;
}

.blog-side-search button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-width: 1px;
    height: 30px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 15px;
}

.inpage-title {
    margin-bottom: 40px;
    margin-top: 10px;
    border-bottom: 2px dotted #ef7d00;
}

.inpage-title strong {
    background: #ef7d00;
    color: white;
    display: inline-block;
    padding: 5px 15px;
    font-size: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    bottom: -15px;
    left: 20px;
    border-left: 4px solid white;
    border-right: 4px solid white;
}

.gallery-image-item {
    padding: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.gallery-image-item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    z-index: 2;
    position: relative;
}

.gallery-section {
    margin-bottom: 20px;
}

.gallery-archive-item {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow:  0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow:  0 0 15px rgba(0,0,0,0.2);
    box-shadow:  0 0 15px rgba(0,0,0,0.2);
}

.gallery-archive-item h2 {
    margin: 0;
}

.gallery-archive-item h2 a {
    border-top: 2px solid #ef7d00;
    background: #f3f3f3;
    font-size: 15px;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    margin: 0;
    display: block;
}

.gallery-archive-item h2, .gallery-archive-item h2 a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.gallery-archive-item:hover h2 a {
    background: #333;
    color: white;
}
.check-icon {
	background: url("http://www.nasa-electric.com/static/img/check.png") no-repeat center center;
}
.icon {
	width: 25px;
	height: 25px;
	display: block;
	float: left;
}
.uncheck-icon {
	background: url("http://www.nasa-electric.com/static/img/notchecked.png") no-repeat center center;
}
.table-seperator {
    display: block;
    height: 34px;
    background-color: #ccc;
}
.table-seperator {
    background-color:#ef7d00;
}
.bootstrap-dialog.type-primary .modal-header {
    background-color: #ef7d00;
}

header .account-links {
  position: relative;
}

.search-pop {
  background: #333;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 0 0 8px 8px;
  padding: 10px 15px;
  opacity: 0;
}

.search-pop.active {
  opacity: 1;
  z-index: 111;
}

.search-pop form {
  position: relative;
}

.search-pop form input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #888;
}

.search-pop form button {
  position: absolute;
  right: 0;
  top: 3px;
  background: transparent;
  border: none;
}

.search-pop form button:hover {
  color: #f90;
}

.thumbs-list a {
    margin-top: 10px;
    display: block;
}

.thumbs-list div div {
    display: inline-block !important;
}

@media screen and (max-width: 768px) { /* MD */
  .thumbs-list div div {
      display: inline-block !important;
  }
}

.styled img {
  max-width: 100%;
  height: auto;

}

.styled h3, .styled h2, .styled h1, .styled h4, .styled h5 {
    line-height: 1.5;
}
.fa {
    margin-right: 5px;
}


.head-langs {
    font-size: 0;
    float: left;
}

.head-langs a {
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    border-right: 1px solid rgba( 255,255,255,0.1 );
    position: relative;
    z-index: 97;
}

.head-langs a:after, .head-langs a:before {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.head-langs a:hover:after, .head-langs a:hover:before {
    z-index: 97;
    opacity: 1;
    visibility: visible;
}

 
 

.head-langs a.active {
    background: rgba(0,0,0,0.5);
}

.head-langs {
    min-width: 80px;
    font-size: 12px;
    line-height: 35px;
    position: relative;

}
.head-langs i {
    float: right;
    margin-left: 5px;
    line-height: 35px;
    transition: all 0.4s;
  
}
.head-langs i.pull-left {
    float: left !important;
    margin-right: 10px;
}
.head-langs .selected-language {
    color: #fff;
    position: relative;
}
.head-langs:hover .selected-language {
    color: #ef7d00;

}
.head-langs ul {
    opacity: 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    top: 100%;
    right: 0px;
    width: 100%;
    border: 1px solid #efefef;
    transition: all 0.4s;
    
}
.head-langs ul li a {
    display: block;
    padding: 5px;
    background-color: #fff;
    transition: all 0.4s;
    
}
.head-langs ul li a:hover {
    background-color: #ef7d00;
    color: #fff;
}
.head-langs:hover ul{
    opacity: 1;
    z-index: 100;
}
.social-shares {
    float: left;
    margin-top: 5px;
}
.social-shares a {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.3s;
    position: relative;
    color: #fff;
    margin-left: 5px;
}
.social-shares a:hover {
    transform: scale(1.1,1.1);
}
.social-shares i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}
.social-shares .share-facebook {
    background-color: #4267b2;
    
}
.social-shares .share-twitter {
    background-color: #55acee;
}
.social-shares .share-whatsapp {
    background-color: #25d366;
}
.social-shares .share-telegram {
    background-color: #0088cc;
}
 
.home-features .homepage-blog-item {
    display: block;
    min-height: 400px;
    text-align: justify;
}
.home-features .homepage-blog-item .image-container {
    display: block;
}
.home-features .homepage-blog-item img {
    object-fit: cover;
    width: 100%;
    height: 220px;
    display: block;
    border: 1px solid #efefef;
    border-radius: 5px;
}
.home-features .homepage-blog-item .h3 {
    margin-bottom: 20px;
    display: block;
}
 
.home-features .homepage-blog-container {
    position: relative;
}
.home-features .homepage-blog-container .slick-prev,.home-features .homepage-blog-container .slick-next {
    top: 50%;
    position: absolute;
    z-index: 100;
    opacity: 0;
    transition: all 0.4s;
}
.home-features .homepage-blog-container:hover .slick-prev,.home-features .homepage-blog-container:hover .slick-next {
    opacity: 1.0;
}
.home-features .homepage-blog-container p {
    
}
.home-features .homepage-blog-container .slick-prev i,.home-features .homepage-blog-container .slick-next  i {
    margin-top: 5px;
}
.home-features .homepage-blog-container .slick-prev:hover,.home-features .homepage-blog-container .slick-next:hover {
    background-color: #222;
    color: #fff;
}
.home-features .homepage-blog-container .slick-prev{
    right: 20px;
}
.home-features .homepage-blog-container .slick-next{
    left: 20px;
}
.search-product-item {
    display: block;
    width: 100%;
    overflow: auto;

}
.search-product-item .search-image-container {
    float: right;
    width: 25%;
}
.search-product-item a {
    border-right: none !important;
}
.search-product-item .search-image-container img {
    width: 60px;
    height: 60px;
    float: right;
    object-fit: contain;
}
.search-product-item .search-title {
    float: left;
    width: 75%;
}