.raleway {
    font-family: "Raleway",sans-serif;
}
.border-box-sizing {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Raleway';
	font-style: normal;
    font-weight: normal;
    src: url('fonts/raleway.eot');
    src: url('fonts/raleway.eot') format('embedded-opentype'),
         url('fonts/raleway.woff2') format('woff2'),
         url('fonts/raleway.woff') format('woff'),
         url('fonts/raleway.ttf') format('truetype'),
         url('fonts/raleway.svg#RalewayLight') format('svg');
}


@font-face {
    font-family: "PTSans";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/PTSans.eot?#iefix") format("embedded-opentype"), url("fonts/PTSans.woff") format("woff"), url("fonts/PTSans.ttf") format("truetype"), url("fonts/PTSans.svg#Raleway") format("svg");
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
        url('fonts/glyphicons-halflings-regular.woff') format('woff'),
		url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
        url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body {
    background-color: #ffffff;
    font-family: "PTSans";
    font-size: 14px;
}
.boxed {
    margin: auto;
    max-width: 1170px;
}
h1, h2, h3, h4, h5, h6, h7 {
    color: #444444;
    font-family: "Raleway",sans-serif;
    font-weight: 400;
}
a {
    color: #656565;
    transition: all 0.3s ease 0s;
}
a:hover, a:focus {
    color: #9f98ad;
}
p {
    color: #555;
    font-family: "PTSans";
}
.icon-1half {
    font-size: 1.5em;
}
.block {
    animation-delay: 0.2s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    padding: 40px 0;
}
.btn-default-1 {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
}
.btn-default-1:hover {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
    text-decoration: none;
}
.btn-read {
    border: 1px solid #9f98ad;
    color: #4f5367;
    display: inline-block;
    margin: 10px auto 20px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.btn-read:hover {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
    text-decoration: none;
}
blockquote p, .block-form blockquote p {
    color: #4f5367;
    font-size: 16px;
}
.form-control {
    border-radius: 0;
}
.text-error {
    color: red;
    font-size: 18px;
}
.color-active {
    color: #ee4a42 !important;
}
.color-scheme-1 {
    background-color: #4f5367;
}
.color-scheme-2 {
    background-color: #f0f0f0;
}
.color-scheme-3 {
    background-color: #f8f8f8;
}
.color-scheme-white {
    background-color: #f2f2f2;
}
.color-scheme-dark {
    background-color: #000814;
}
.revolution-container {
    padding: 0;
    position: relative;
    width: 100%;
}
.revolution {
    position: relative;
    width: 100%;
}
#header .header-top-login {
    background-color: #4f5367;
    display: none;
    padding: 30px 0 0;
}
#header .header-top-login h3 {
    color: #ffffff;
}
#header .header-top-login .block-form input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #9f98ad;
    color: #ffffff;
}
#header .header-top-login .block-form *:-moz-placeholder {
    color: #9f98ad;
}
#header .header-top-login .block-form *::-moz-placeholder {
    color: #9f98ad;
}
#header .header-top-login .block-form .btn-default-1:hover {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
}
#header .header-top-login #header-login-close {
    border: 1px solid #9f98ad;
    border-radius: 70px;
    color: #9f98ad;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-decoration: none;
    top: 15px;
    width: 26px;
}
#header .header-top-login #header-login-close:hover {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
}
#header .container {
    position: relative;
}
#header .header-top-row {
    background-color: #4f5367;
    position: relative;
    width: 100%;
}
/*#header .header-top-row:after {
    border-color: #4f5367 transparent -moz-use-text-color;
    border-right: 10px solid transparent;
    border-style: solid solid none;
    border-width: 10px 10px medium;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    z-index: 50;
}*/
#header ul.account-menu-list {
    font-family: "Raleway",sans-serif;
    list-style: outside none none;
    margin: 0;
}
#header ul.account-menu-list li {
    display: inline-block;
    padding: 10px 15px 10px 0;
}
#header ul.account-menu-list li a {
    color: #f0f0f0;
    font-size: 13px;
    text-decoration: none;
}
#header ul.account-menu-list li a:hover {
    color: #ee4a42;
}
#header #first-welcome p {
    color: #f0f0f0;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    line-height: 40px;
    margin: 0;
    text-align: center;
}
#header #first-welcome p a {
    color: #ee4a42;
}
#header #first-welcome p a:hover {
    color: #ffffff;
    text-decoration: none;
}
#header .currency ul {
    margin: 0;
    padding: 7px 0;
}
#header .currency ul li a {
    border: 1px solid #9f98ad;
    border-radius: 40px;
    color: #f0f0f0;
    display: block;
    height: 26px;
    line-height: 24px;
    text-align: center;
    width: 26px;
}
#header .currency ul li a:hover, #header .currency ul li a.active {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
    text-decoration: none;
}
#header #lang {
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    margin: 7px 0 7px 15px;
    position: relative;
}
#header #lang:hover .lang-item {
    display: block;
    opacity: 1;
    top: 26px;
}
#header #lang .lang-title {
    border: 1px solid #9f98ad;
    color: #f0f0f0;
    display: block;
    height: 26px;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100px;
}
#header #lang .lang-title:hover {
    background-color: #ffffff;
    color: #4f5367;
    text-decoration: none;
}
#header #lang .lang-item {
    background-color: #ffffff;
    color: #f0f0f0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: -1000px;
    transition: opacity 0.3s ease 0s;
    z-index: 1000;
}
#header #lang .lang-item a {
    display: block;
    line-height: 24px;
    text-align: center;
    width: 100px;
}
#header #lang .lang-item a:hover {
    background-color: #f0f0f0;
    color: #4f5367;
    text-decoration: none;
}
#header .header-bg {
    background-color: #fff;
    height: 150px;
    transition: height 0.5s ease 0s;
}
#header .header-bg-fixed {
    height: 100px;
}
#header .header-main {
    background-color: #ffffff;
    height: 150px;
    transition: height 0.5s ease 0s;
}
#header .header-main .top-search-form {
    margin: 10px 0;
}
#header .header-main .top-search-form form {
    margin: 0;
}
#header .header-main .top-search-form form input {
    border: 1px solid #9f98ad;
    height: 30px;
    padding: 5px 10px;
    width: 250px;
}
#header .header-main .top-search-form form button {
    background-color: #ffffff;
    border: 1px solid #9f98ad;
    color: #4f5367;
    height: 30px;
    margin-left: -5px;
    transition: all 0.3s ease 0s;
    width: 30px;
}
#header .header-main .top-search-form form button:hover {
    background-color: #ee4a42;
    border: 1px solid #ee4a42;
    color: #ffffff;
}
#header #container-fixed {
    height: 50px;
    margin: 25px 0;
    transition: margin 0.5s ease 0s;
}
#header .header-logo {
    background: url("../img/logo-shop.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); background-image:
    display: block;
    height: 50px;
    margin: 0;
    width: 208px;
}
#header .header-main-fixed {
    background-color: #ffffff;
    height: 100px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#header .header-main-fixed .navbar-main {
    background-color: #ffffff;
}
#header .header-main-fixed #container-fixed {
    margin: 0;
}
#header .header-mini-cart {
    background: url("../img/card.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    height: 30px;
    margin: 10px 0 0 20px;
    position: relative;
    right: 0;
    text-align: center;
    width: 43px;
}
#header .header-mini-cart a {
    display: block;
    height: 100%;
    outline: 0 none;
    padding-right: 10px;
    text-decoration: none;
    text-shadow: none;
}
#header .header-mini-cart a span {
    background-color: #ee4a42;
    border-radius: 20px;
    color: #ffffff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -5px;
    width: 20px;
}
#header .header-mini-cart .shopping-cart-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ee4a42 #f0f0f0 #f0f0f0;
    border-image: none;
    border-radius: 0;
    border-right: 1px solid #f0f0f0;
    border-style: solid;
    border-width: 3px 1px 1px;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 10px;
    width: 238px;
    z-index: 999;
}
#header .header-mini-cart .shopping-cart-content .item {
    border: 1px solid #f0f0f0;
    font-family: "PTSans",Helvetica,sans-serif;
    height: 70px;
    margin-bottom: 5px;
    position: relative;
    width: 216px;
}
#header .header-mini-cart .shopping-cart-content .item img {
    height: 70px;
}
#header .header-mini-cart .shopping-cart-content .item p {
    color: #666;
    font-size: 13px;
    margin: 0;
    padding: 5px 5px 0;
    text-align: left;
}
#header .header-mini-cart .shopping-cart-content .item p strong {
    font-size: 13px;
}
#header .header-mini-cart .shopping-cart-content .item div {
    margin-left: 70px;
    margin-right: 30px;
    position: absolute;
}
#header .header-mini-cart .shopping-cart-content .item a i {
    color: #9f98ad;
    font-size: 13px;
    height: 70px;
    line-height: 55px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
#header .header-mini-cart .shopping-cart-content .item a i:hover {
    color: #ee4a42;
}
#header .header-mini-cart .shopping-cart-content .item:hover {
    background-color: #f7f7f7;
}
#header .header-mini-cart .shopping-cart-content .total {
    color: #4f5367;
    width: 100%;
}
#header .header-mini-cart .shopping-cart-content .total table {
    border-collapse: collapse;
    display: inline-block;
    float: right;
    margin-bottom: 5px;
    width: 100%;
}
#header .header-mini-cart .shopping-cart-content .total table td {
    padding: 2px 2px 2px 10px;
    text-align: right;
}
#header .header-mini-cart .shopping-cart-content .total a {
    border-radius: 0;
    color: #4f5367;
    margin: 0 0 0 10px;
    padding: 7px 15px;
}
#header .header-mini-cart .shopping-cart-content .total a:hover {
    color: #ffffff;
}
#header .header-mini-cart .shopping-cart-content:before {
    border-color: #ee4a42 transparent -moz-use-text-color;
    border-right: 6px solid transparent;
    border-style: solid solid none;
    border-width: 6px 6px medium;
    content: "";
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 0;
    z-index: 50;
}
.navbar-main {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: -moz-use-text-color -moz-use-text-color #f0f0f0;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    line-height: 22px;
    margin: 0;
    min-height: 50px;
    position: relative;
}
.navbar-main .border-menu-top {
    background-color: #f0f0f0;
    height: 1px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
}
.navbar-main .nav > li > a {
    border-top: 2px solid transparent;
    color: #333;
    font-family: "Raleway",sans-serif;
    padding: 13px 15px;
    text-transform: uppercase;
}
.navbar-main .dropdown-menu {
    border: medium none !important;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(79, 83, 103, 0.176);
    padding: 0;
}
.navbar-main .dropdown-menu li > a {
    font-family: "Raleway",sans-serif;
    line-height: 40px;
    min-height: 32px;
    padding: 0 15px;
    white-space: nowrap;
}
.navbar-main .dropdown-submenu {
    position: relative;
}
.navbar-main .dropdown-submenu:hover:after {
    color: #ffffff;
}
.navbar-main .dropdown-submenu:after {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding-left: 15px;
    position: absolute;
    right: 10px;
    text-decoration: inherit;
    top: 10px;
}
.navbar-main .dropdown-submenu > .dropdown-menu {
    left: 100%;
    margin: 0;
    position: absolute;
    top: 0;
}
.navbar-main .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.navbar-main .dropdown-menu > li > a:hover, .navbar-main .dropdown-menu > li > a:focus {
    background-color: #ee4a42;
    color: #ffffff;
}
.navbar-main .nav.navbar-right .dropdown-menu {
    right: 15px;
}
.navbar-main a.navbar-brand {
    height: 30px;
    padding: 10px 15px;
}
.navbar-main a.navbar-brand i {
    border: 1px solid #9f98ad;
    border-radius: 30px;
    color: #4f5367;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.navbar-main a.navbar-brand i:hover {
    background-color: #ee4a42;
    border: 1px solid #ee4a42;
    color: #ffffff;
}
.navbar-main .navbar-toggle {
    background-color: #4f5367;
    border-radius: 0;
}
.navbar-main .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-main .navbar-collapse {
    max-height: none;
}
.nav > li > a:hover, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:focus, .nav .open > a, .navbar-main .nav > li.open > a {
    background-color: #ffffff;
    border-color: #ee4a42;
    box-shadow: 0 6px 12px rgba(79, 83, 103, 0.176);
    color: #ee4a42;
}
.nav > li > a:hover i, .nav .open > a:hover i, .nav .open > a:focus i, .nav > li > a:focus i, .nav .open > a i, .navbar-main .nav > li.open > a i {
    color: #ee4a42;
}
.yamm-content ul > li {
    line-height: 40px;
    min-height: 40px;
}
.yamm-content .banner {
    margin: 20px 0 0;
}
.product-section article {
    margin-bottom: 40px;
}
.product-section ul {
    margin-bottom: 0;
}
.product-section ul li {
    margin-bottom: 40px;
}
.product {
    backface-visibility: hidden;
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin: 0 auto;
    max-width: 280px;
    overflow: hidden;
    position: relative;
}
.product:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.product-caption {
    padding: 0 10px 10px;
}
.product-caption .product-name {
    color: #4f5367;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    margin: 10px 0;
    text-decoration: none;
    text-transform: initial;
}
.product-caption .product-name:hover {
    color: #ee4a42;
}
.product-caption .product-price {
    color: #ee4a42;
    font-size: 16px;
    margin: 0;
}
.product-caption .product-price span {
    color: #666;
    font-size: 12px;
    text-decoration: line-through;
}
.product-rating {
    padding: 9px 0 3px;
    width: 100%;
}
.product-rating .stars {
    direction: rtl;
    font-size: 13px;
    text-align: center;
    unicode-bidi: bidi-override;
}
.product-rating .stars span.star {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.product-rating .stars span.star:hover {
    cursor: pointer;
}
.product-rating .stars span.star:before {
    color: #999999;
    content: "";
    padding: 0 3px;
}
.product-rating .stars span.star:hover:before, .product-rating .stars span.star:hover ~ span.star:before {
    color: #ee4a42;
    content: "";
}
.product-section figure {
    margin: 0 auto;
    max-width: 280px;
    overflow: hidden;
    position: relative;
}
.figure-hover-overlay {
    overflow: hidden;
    position: relative;
}
.figure-hover-overlay .figure-href {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: lowercase;
    top: 0;
    z-index: 5;
}
.figure-hover-overlay .img-overlay {
    opacity: 1;
    position: absolute;
    z-index: 2;
}
.product-new, .product-sale {
    bottom: 16px;
    color: #ffffff;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    width: 38px;
    z-index: 101;
}
.product-new {
    background-color: #18bd2b;
    left: 10px;
}
.product-sale {
    background-color: #ee4a42;
    right: 10px;
}
.figure-hover-overlay img {
    position: relative;
    transform: scale(1);
    transition: all 1.25s ease-out 0s;
}
.product:hover .figure-hover-overlay img {
    transform: scale(1.1);
    transform-origin: 50% 50% 0;
    transition: all 1.25s ease-out 0s;
}
.product:hover .img-overlay {
    opacity: 0;
}
.product-section figcaption {
    backface-visibility: hidden;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    padding: 5px 10px 10px;
    position: absolute;
    top: auto;
    transform: translateY(100%);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    width: 100%;
    z-index: 6;
}
.product:hover .figure-hover-overlay figcaption {
    color: #fff !important;
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
.figure-hover-overlay figcaption a {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    color: #4f5367;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.figure-hover-overlay figcaption .shoping {
    font-size: 16px;
    height: 40px;
    line-height: 42px;
    width: 40px;
}
.figure-hover-overlay figcaption a:hover {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
    text-decoration: none !important;
}
.bar:after, .bar:before {
    border-bottom: 7px solid #ffffff;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 0;
    position: absolute;
    width: 50.2%;
    z-index: 10;
}
.bar:before {
    border-right: 7px solid rgba(0, 0, 0, 0);
    left: 0;
}
.bar:after {
    border-left: 7px solid rgba(0, 0, 0, 0);
    right: 0;
}
#top-slider li {
    position: relative;
}
#top-slider li .caption {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    color: #4f5367;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 16px;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 50;
}
.rslides_nav {
    border: 1px solid #9f98ad;
    bottom: 10px;
    height: 38px;
    margin-top: -45px;
    overflow: hidden;
    position: absolute;
    right: 58px;
    text-decoration: none;
    width: 38px;
    z-index: 10;
}
.rslides_nav:before {
    color: #9f98ad;
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    padding-left: 15px;
    position: absolute;
    right: 14px;
    text-decoration: inherit;
    top: 3px;
    transition: all 0.3s ease 0s;
    z-index: 11;
}
.rslides_nav:hover {
    background-color: #ee4a42;
    border: 1px solid #ee4a42;
    text-decoration: none;
}
.rslides_nav:hover:before {
    color: #ffffff;
}
.rslides_nav.next {
    background-position: right top;
    left: auto;
    right: 10px;
}
.rslides_nav.next:before {
    content: "";
}
.header-menu {
    border: 1px solid #9f98ad;
    margin: 20px 0 10px;
    position: relative;
}
.header-menu h5 {
    color: #4f5367;
    text-align: center;
}
.header-1 {
    margin-bottom: 30px;
}
.header-1 h1 {
    font-size: 42px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}
.header-1 h3 {
    text-align: center;
    text-transform: uppercase;
}

.header-1 .header-bottom-line {
    background-color: #ee4a42;
    display: block;
    height: 3px;
    margin: 5px auto 0;
    text-align: center;
    width: 100px;
}

.header-1 .header-bottom-line:after {
   content: '';
	position: absolute;
	border-right: 8px solid rgba(197, 63, 63, 0);
	border-bottom: none;
	border-top: 8px solid #ee4a42;
	border-left: 8px solid transparent;
	left: 50%;
	z-index: 50;
	margin-left: -8px;
}

.header-2 {
    background-color: #ffffff;
    border-top: 2px solid #ee4a42;
    position: relative;
}
.header-2 h3 {
    margin: 0;
    padding: 15px 0;
    text-align: center;
}
.header-2:after {
    border-color: #ee4a42 transparent -moz-use-text-color;
    border-right: 4px solid transparent;
    border-style: solid solid none;
    border-width: 4px 4px medium;
    content: "";
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 0;
    z-index: 50;
}
.header-footer {
    border-bottom: 1px solid #9f98ad;
    margin-bottom: 10px;
    position: relative;
}
.header-footer h3 {
    color: #f0f0f0;
    margin: 10px 0;
}
.block-banner {
    margin-top: 30px;
}
.banner {
    margin-bottom: 30px;
    position: relative;
}
.banner a:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.banner a:hover:before {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4) inset;
}
.block-product-tab .nav-pills > li > a {
    color: #444;
    font-family: "Raleway",sans-serif;
    font-size: 42px;
    text-transform: uppercase;
}
.block-product-tab .nav-pills > li.active > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.block-product-tab .nav-pills > li .header-bottom-line {
    background-color: #ee4a42;
    display: block;
    height: 3px;
    margin: -3px auto 0;
    text-align: center;
    width: 100px;
}
.block-product-tab .nav-pills > li .header-bottom-line:after {
    border-color: #ee4a42 transparent -moz-use-text-color;
    border-right: 8px solid transparent;
    border-style: solid solid none;
    border-width: 8px 8px medium;
    content: "";
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: 50;
}
.block-product-tab .nav-pills > li.active .header-bottom-line:after, .block-product-tab .nav-pills > li:hover .header-bottom-line:after {
    opacity: 1;
}
.block-product-tab .tab-pane {
    padding-top: 30px;
}
.block-services article {
    margin-bottom: 20px;
}
.block-services article i {
    border: 1px solid #9f98ad;
    border-radius: 70px;
    color: #4f5367;
    display: block;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 80px;
}
.block-services article a {
    color: #4f5367;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    text-indent: 80px;
}
.block-services article a:hover {
    color: #ee4a42;
    text-decoration: none;
}
.block-services article p {
    display: block;
    padding-left: 70px;
}
.block-services article:hover i {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
}
.block-what-clients-say {
    background-color: rgba(255, 255, 255, 0.7);
}
.block-what-clients-say p {
    font-family: "Raleway",sans-serif;
    font-size: 26px;
    font-style: italic;
}
.block-what-clients-say h4 {
    color: #4f5367;
    text-align: center;
}
.block-what-clients-say h3 {
    color: #ee4a42;
    text-align: center;
}
.block-toolbar {
    margin: 20px auto 10px;
    width: 90px;
}
.block-toolbar a {
    border: 1px solid #9f98ad;
    color: #9f98ad;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 40px;
}
.block-toolbar a:hover {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
}
.block-toolbar a i {
    font-size: 22px;
    line-height: 40px;
    padding: 0 3px;
}
.block-toolbar .next {
    float: right;
}
.block-3-col {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0 auto 40px;
    max-width: 390px;
    position: relative;
}
.block-bg-banner {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.block-bg-banner p {
    margin: 20px 0;
}
.block-inner {
    background-color: #ffffff;
    padding: 15px 30px;
}
.block-partners img {
    border: 5px solid #f0f0f0;
    border-radius: 5px !important;
}
.block-latest-posts-list h4 {
    font-family: "Raleway",sans-serif;
    font-size: 17px;
    margin: 0 0 3px;
}
.block-fl-feed a {
    display: block;
    margin-bottom: 15px;
}
.block-side-category {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-right: 1px solid #ddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 40px;
    text-align: left;
}
.block-side-category .ul-side-category {
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    list-style-position: inside;
    margin: -20px 0 0;
    width: 100%;
}
.block-side-category .ul-side-category li {
    padding: 10px 0;
}
.block-side-category .ul-side-category li a {
    color: #4f5367;
    text-decoration: none;
}
.block-side-category .ul-side-category li a:hover {
    color: #ee4a42;
}
.block-side-category .ul-side-category li i {
    font-size: 16px;
    line-height: 18px;
}
.block-side-category .ul-side-category li:last-child {
    border: medium none;
}
.block-side-category .ul-side-category .sub-category {
    display: none;
    padding-left: 10px;
}
.block-side-products {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-right: 1px solid #ddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 40px;
}
.block-side-products .price {
    color: #ee4a42;
    font-size: 16px;
}
.block-side-products .banner {
    margin: 0;
}
.block-color {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-right: 1px solid #ddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 40px;
}
.block-color .colors {
    list-style: outside none none;
    margin: 0 !important;
}
.block-color .colors li {
    float: left;

    margin: 0 10px 10px 0;
}
.block-color .colors li a {
    border: 1px solid #ccc;
    display: block;
    height: 28px;
    width: 28px;
}
.block-range {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-right: 1px solid #ddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 40px;
}
.block-range .input-group-addon {
    border-radius: 0;
}
.block-range .input-group {
    margin-bottom: 10px;
}
.block-pagination {
    margin-bottom: 40px;
}
.block-pagination ul > .active > a, .block-pagination ul > .active > span {
    background-color: #4f5367;
    border-color: #4f5367;
    color: #ffffff;
}
.block-pagination ul > .active > a:hover, .block-pagination ul > .active > span:hover {
    background: none repeat scroll 0 0 #4f5367;
    border-color: #4f5367;
}
.block-pagination ul > li > a:focus, .block-pagination ul > li > a:hover {
    background: none repeat scroll 0 0 #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
}
.block-pagination ul > li > a {
    border: 1px solid #9f98ad;
    color: #4f5367;
}
.block-pagination ul > li:first-child a {
    border-radius: 0;
    color: #4f5367;
}
.block-pagination ul > li:first-child a:hover {
    color: #ffffff;
}
.block-pagination ul > li:last-child a {
    border-radius: 0;
    color: #4f5367;
}
.block-pagination ul > li:last-child a:hover {
    color: #ffffff;
}
.block-order-total ul {
    color: #555;
    font-family: "Raleway",sans-serif;
}
.block-order-total ul li {
    line-height: 40px;
}
.block-order-total ul li strong {
    float: right;
}
.block-order-total ul .active {
    color: #ee4a42;
}
.block-form {
    margin-bottom: 30px;
}
.block-form h3 {
    margin: 10px 0;
}
.block-form p {
    color: #666;
}
.block-form hr {
    border-color: #ddd;
}
.block-form label {
    color: #666;
    font-family: "Raleway",sans-serif;
    font-weight: 400;
    margin: 10px 0 0;
}
.block-form .form-control {
    border-color: #ddd;
    border-radius: 0;
    margin: 10px 0;
}
.block-form .btn-default-1 {
    background-color: #ffffff;
    border-color: #9f98ad;
    color: #4f5367;
    display: inline-block;
    margin: 5px 20px 10px 0;
}
.block-form .btn-default-1:hover {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
}
.box {
    background-color: #ffffff;
    padding: 10px 30px 20px;
}
.box-border {
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px 30px;
}
.box-border h3 {
    margin: 10px 0;
}
.welcome {
    position: relative;
}
.welcome .over-welcome {
    padding: 15px;
    position: absolute;
    z-index: 5;
}
.welcome .over-welcome h2 {
    color: #4f5367;
}
.welcome .over-welcome form {
    margin: 0;
}
.welcome .over-welcome form input {
    border: 1px solid #9f98ad;
    height: 30px;
    padding: 5px 10px;
}
.welcome .over-welcome form button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #9f98ad;
    color: #4f5367;
    margin: 15px 0;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.welcome .over-welcome form button:hover {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
}
.welcome img {
    opacity: 0.1;
}
.table-responsive .table {
    font-family: "Raleway",sans-serif;
}
.table-responsive .table td {
    vertical-align: middle;
}
.table-responsive .table tr {
    border-color: #ddd;
}
.table-responsive .table .label {
    background-color: #ee4a42;
}
.table-responsive .table .new {
    background-color: #4f5367;
}
.week-sale {
    position: relative;
}
.week-sale .product-sale {
    bottom: 10px;
    height: 45px;
    line-height: 42px;
    width: 45px;
}
.week-sale .sale-info {
    background-color: #18bd2b;
    border: 1px solid #18bd2b;
    border-radius: 60px;
    color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    height: 80px;
    padding: 10px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 70px;
    vertical-align: middle;
    width: 80px;
}
.week-sale .time {
    bottom: 10px;
    color: #fff;
    font-size: 15px;
    left: 0;
    margin: 10px 0 0 10px;
    position: absolute;
    text-align: left;
}
.week-sale .time div {
    background-color: #ee4a42;
    display: inline-block;
    float: left;
    padding: 5px 10px 3px;
    text-align: center;
    width: 45px;
}
.week-sale .time .cd-time {
    display: block;
    font-size: 11px;
    margin-top: 5px;
}
.payment-service .payment-service-block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border-color: #ee4a42 #9f98ad #9f98ad;
    border-image: none;
    border-right: 1px solid #9f98ad;
    border-style: solid;
    border-width: 2px 1px 1px;
    float: left;
    height: 250px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    transition: all 300ms linear 0s;
    width: 100%;
}
.payment-service .payment-service-block i {
    border: 1px solid #9f98ad;
    border-radius: 70px;
    display: block;
    height: 100px;
    margin: auto;
    width: 100px;
}
.payment-service .payment-service-block:after {
    border-color: #ee4a42 transparent -moz-use-text-color;
	border-right: 4px solid transparent;
    border-style: solid solid none;
    border-width: 4px 4px medium;
    content: "";
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 0;
    transition: all 200ms linear 0s;
    z-index: 50;
}
.payment-service .payment-service-block:hover {
    background: none repeat scroll 0 0 #4f5367;
}
.payment-service .payment-service-block:hover:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ee4a42;
    left: 50%;
    margin-left: -8px;
    top: 0;
    z-index: 50;
}
.payment-service .payment-service-block:hover .payment-service-icon {
    animation: 300ms ease 0s normal none 1 running moveFromBottom;
    color: #ffffff;
}
.payment-service .payment-service-block:hover .payment-service-main {
    animation: 300ms ease 0s normal none 1 running smallToBig;
    color: #ffffff;
}
.payment-service .payment-service-block:hover .payment-service-sub {
    animation: 500ms ease 0s normal none 1 running moveFromBottom;
    color: #ffffff;
}
.payment-service .payment-service-block a {
    color: #333;
    display: block;
    height: 100%;
    position: relative;
    text-align: left;
    width: 100%;
}
.payment-service .payment-service-block .payment-service-icon {
    color: #4f5367;
    font-size: 42px;
    height: 50%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 25px;
    transition: all 400ms linear 0s;
    width: 100%;
}
.payment-service .payment-service-block .payment-service-icon i {
    line-height: 100px;
    text-align: center;
}
.payment-service .payment-service-block .payment-service-content {
    height: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.payment-service .payment-service-block .payment-service-main {
    color: #ee4a42;
    font-family: "Raleway",sans-serif;
    font-size: 24px;
    padding: 0 10px;
    text-align: center;
    transition: all 200ms linear 0s;
}
.payment-service .payment-service-block .payment-service-sub {
    bottom: 0;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 200ms linear 0s;
    width: 100%;
}
@keyframes smallToBig {
0% {
    transform: scale(0.1);
}
100% {
    transform: scale(1);
}
}
@keyframes moveFromBottom {
0% {
    transform: translateY(100%);
}
100% {
    transform: translateY(0%);
}
}
#bg-banner {
    background-attachment: fixed;
    background-image: url("../img/bg/bg_banner1.jpg");
    background-position: center center;
    background-size: cover;
}
#clients-say {
    background-attachment: fixed;
    background-image: url("../img/bg/bg2.jpg");
    background-position: center center;
    background-size: cover;
}
#footer {
    background-attachment: fixed;
    background-image: url("../img/bg/bg1.jpg");
    background-position: center center;
    background-size: cover;
}
.footer-block {
    background-color: rgba(255, 255, 255, 0.7);
}
.footer-information {
    background: none repeat scroll 0 0 #4f5367;
    font-size: 13px;
    padding: 40px 0;
}
.footer-information p {
    color: #f0f0f0;
}
.footer-information a {
    color: #f0f0f0;
    line-height: 20px;
    text-decoration: none;
}
.footer-information a:hover {
    color: #ee4a42;
}
.footer-information .footer-categories {
    list-style-type: none;
    margin: 0;
}
.footer-information .footer-categories li {
    list-style-type: none;
}
.footer-information form {
    margin: 0;
}
.footer-information form input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #9f98ad;
    height: 30px;
    padding: 5px 10px;
}
.footer-information form *:-moz-placeholder {
    color: #f0f0f0;
}
.footer-information form *::-moz-placeholder {
    color: #f0f0f0;
}
.footer-information form button {
    background-color: #4f5367;
    border: 1px solid #9f98ad;
    color: #ffffff;
    height: 30px;
    margin-left: -5px;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.footer-information form button:hover {
    background-color: #ee4a42;
    border: 1px solid #ee4a42;
}
.footer-information .socials {
    text-align: left;
}
.footer-information .socials a {
    border: 1px solid #9f98ad;
    border-radius: 30px !important;
    color: #ccc;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 20px 10px 20px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 40px;
}
.footer-information .socials a:hover {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
}
.footer-copy {
    padding: 25px 0;
}
.footer-copy a {
    color: #9f98ad;
}
.footer-copy .logo-copy {
    background: url("../img/logo-shop.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 52px;
    margin-right: 10px;
    width: 104px;
}
.footer-copy p {
    border-left: 1px solid #4f5367;
    color: #ccc;
    display: inline-block;
    font-size: 12px;
    height: 42px;
    line-height: 16px;
    margin: 0;
    padding: 10px 0 0 10px;
}
.footer-payments {
    list-style: outside none none;
    padding: 10px 14px 0 0;
}
.footer-payments li {
    display: inline-block;
    float: inherit;
    margin: 0 4px 8px;
}
.breadcrumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0;
    padding: 25px 0;
}
.breadcrumb > li {
    margin-left: 5px;
    text-shadow: none;
}
.breadcrumb > li:first-child {
    margin-left: 0;
}
.breadcrumb > li a {
    color: #4f5367;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    text-decoration: none;
}
.breadcrumb > li a:hover {
    color: #ee4a42;
}
.breadcrumb > li:after {
    color: #4f5367;
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    text-decoration: inherit;
}
.breadcrumb > li + li:before {
    content: "";
    padding: 0;
}
.breadcrumb > li:last-child:after {
    content: "";
}
.breadcrumb > .active {
    color: #ee4a42;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
}
.block-products-modes {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 30px;
}
.block-products-modes label {
    font-family: "Raleway",sans-serif;
    line-height: 34px;
    margin: 0;
}
.block-products-modes .product-view-mode a {
    color: #9f98ad;
    display: inline-block;
    font-size: 28px;
    line-height: 34px;
    margin-right: 10px;
    text-decoration: none;
    vertical-align: middle;
}
.block-products-modes .product-view-mode a:hover {
    color: #ee4a42;
}
.block-products-modes .product-view-mode .active {
    color: #ee4a42;
}
.product-list {
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
}
.product-list:hover .figure-hover-overlay img {
    transform: scale(1.1);
    transform-origin: 50% 50% 0;
    transition: all 1.25s ease-out 0s;
}
.product-list .product-name {
    margin: 10px 0;
}
.product-list .product-rating {
    padding: 3px 0 10px;
}
.product-list .product-rating .stars {
    text-align: left;
}
.product-list .product-caption {
    padding: 0;
}
.product-list .product-new {
    bottom: 10px;
}
.product-list .product-sale {
    bottom: 10px;
}
.product-list .list-shopping-cart a {
    background-color: #ffffff;
    border: 1px solid #9f98ad;
    border-radius: 30px;
    color: #4f5367;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.product-list .list-shopping-cart .shoping {
    font-size: 16px;
    height: 40px;
    line-height: 42px;
    width: 40px;
}
.product-list .list-shopping-cart a:hover {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
    text-decoration: none !important;
}
.product-list .product-price {
    font-size: 22px;
    margin: 10px 0;
}
.product-image {
    overflow: hidden;
    position: relative;
}
#product-zoom {
    border: 1px solid #ddd;
    width: 100%;
}
#gal1 {
    margin-top: 5px;
}
#gal1 a {
    text-decoration: none;
}
#gal1 img {
    border: 2px solid #ddd;
}
#gal1 img:hover {
    border-color: #ee4a42;
}
.product-detail-section .product-rating .stars {
    text-align: center;
}
.product-detail-section .clearfix {
    padding: 5px 0;
}
.product-detail-section .product-price {
    color: #ee4a42;
    font-size: 16px;
    margin: 0;
}
.product-detail-section .product-price span {
    color: #666;
    font-size: 12px;
    text-decoration: line-through;
}
.product-detail-section a {
    color: #4f5367;
    text-decoration: none;
}
.product-detail-section a:hover {
    color: #ee4a42;
}
.product-detail-section .product-list h3 {
    color: #4f5367;
    margin: 5px 0 10px;
    text-align: center;
}
.zoomContainer {
    overflow: hidden !important;
}
.zoomContainer .zoomWindowContainer div {
    left: 0 !important;
    top: 0 !important;
}
.tab-pane .product-rating .stars {
    text-align: left;
}
.tab-pane .block-color {
    border: medium none;
}
.product-information {
    font-family: "Raleway",sans-serif;
    line-height: 30px;
}
.product-information label {
    color: #4f5367;
    font-weight: 400;
    width: 120px;
}
.product-information .form-control {
    display: inline-block;
    width: 120px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #ee4a42;
}
.nav-pills {
    margin-top: 10px;
}
.nav-pills > li > a {
    background-color: #ffffff;
    border-radius: 0;
    font-size: 16px;
}
.nav-pills > li > a i {
    display: block;
    font-size: 18px;
    height: 24px;
}
.nav-pills > li > a:hover {
    background-color: #ee4a42;
    box-shadow: none;
    color: #ffffff;
}
.nav-pills > li > a:hover i {
    color: #ffffff;
}
.cart-table {
    background-color: #ffffff;
    margin-bottom: 40px;
    min-width: 300px;
}
.cart-table a {
    color: #4f5367;
    text-decoration: none;
}
.cart-table a:hover {
    color: #ee4a42;
}
.cart-table th {
    display: none;
}
.cart-table td {
    display: block;
}
.cart-table td:first-child {
    padding-top: 0.5em;
}
.cart-table td:last-child {
    padding-bottom: 0.5em;
}
.cart-table td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: bold;
    width: 120px;
}
@media (min-width: 680px) {
.cart-table td:before {
    display: none;
}
}
.cart-table th, .cart-table td {
    text-align: center;
    vertical-align: middle !important;
}
@media (min-width: 680px) {
.cart-table th, .cart-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
}
.cart-table th:first-child, .cart-table td:first-child {
    padding-left: 0;
}
.cart-table th:last-child, .cart-table td:last-child {
    padding-right: 0;
}
}
.cart-table {
    overflow: hidden;
    text-align: center;
}
@media (min-width: 680px) {
.cart-table th, .cart-table td {
    padding: 1em !important;
}
}
@media (max-width: 680px) {
.cart-table th, .cart-table td {
    text-align: left;
}
}
.cart-table th, .cart-table td:before {
    color: #4f5367;
}
.cart-table .card_product_image img {
    width: 120px;
}
.cart-table .card_product_image {
    background-color: #f1f1f1;
}
.cart-table .card_product_quantity input {
    border-radius: 0;
    width: 50px;
}
.block-blog article {
    margin-bottom: 40px;
}
.block-blog .blog {
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.block-blog .blog:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.block-blog .blog-caption {
    backface-visibility: hidden;
    padding: 0 15px 10px;
}
.block-blog .blog-caption .post-information {
    color: #4f5367;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}
.block-blog .blog-caption .post-information span {
    padding-right: 10px;
}
.block-blog .blog-caption .blog-name {
    color: #4f5367;
}
.block-blog .blog-caption .blog-name:hover {
    color: #ee4a42;
    text-decoration: none;
}
.block-blog .blog-caption .blog-link {
    color: #4f5367;
}
.block-blog .blog-caption .blog-link:hover {
    color: #ee4a42;
    text-decoration: none;
}
.block-blog figure {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.block-blog .figure-hover-overlay {
    background-color: #f0f0f0;
    overflow: hidden;
    position: relative;
}
.block-blog .figure-hover-overlay .figure-href {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: lowercase;
    top: 0;
    z-index: 5;
}
.block-blog .figure-hover-overlay img {
    backface-visibility: hidden;
    position: relative;
    transform: scale(1);
    transition: all 1.25s ease-out 0s;
}
.block-blog .blog:hover .figure-hover-overlay img {
    transform: scale(1.1);
    transform-origin: 50% 50% 0;
    transition: all 1.25s ease-out 0s;
}
.block-blog .blog:hover .figure-hover-overlay figcaption {
    color: #fff !important;
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
.post-information {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}
.post-information span {
    padding-right: 20px;
}
.post-information a {
    color: #4f5367;
}
.post-information a:hover {
    color: #ee4a42;
    text-decoration: none;
}
.blog-author img {
    margin-right: 20px;
}
.media-heading {
    font-size: 18px;
    margin-bottom: 10px;
}
.time-right {
    color: #4f5367;
    float: right;
    font-size: 13px;
    padding: 5px 20px;
}
.btn-right-post {
    border: 1px solid #9f98ad;
    color: #4f5367;
    float: right;
    font-size: 12px;
    padding: 3px 20px;
}
.btn-right-post:hover {
    background-color: #ee4a42;
    border-color: #ee4a42;
    color: #ffffff;
    text-decoration: none;
}
.google-map {
    height: 400px;
    position: relative;
    width: 100%;
}
span.dropcap {
    background: none repeat scroll 0 0 #ee4a42;
    color: #ffffff;
    float: left;
    font-size: 40px;
    line-height: 1;
    margin: 3px 10px 5px 0;
    padding: 3px 10px;
}
blockquote {
    border-color: #f0f0f0;
    font-size: 14px;
    font-style: italic;
}
.progress {
    border-radius: 0;
    height: 40px;
}
.progress .progress-bar {
    line-height: 40px;
}
.accordion .accordion-heading {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 0 10px;
}
.accordion a.accordion-toggle {
    color: #4f5367;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}
.accordion a.accordion-toggle:hover {
    color: #ee4a42;
}
.accordion a.accordion-toggle.collapsed i {
    color: #4f5367;
}
.accordion a.accordion-toggle i {
    border-radius: 15px !important;
    display: block;
    float: right;
    height: 20px;
    margin-top: 13px;
    width: 20px;
}
.accordion a.accordion-toggle i.icon-plus-sign {
    color: #ee4a42;
}
.accordion .accordion-inner {
    border-color: #f0f0f0;
    margin: 0 15px;
    padding: 9px 0;
}
@media (max-width: 767px) {
#header .header-main .top-search-form form input {
    width: 200px;
}
#header .header-main-fixed {
    box-shadow: none;
    height: 150px;
    position: relative;
}
#header .header-bg-fixed {
    height: 150px;
}
#header .header-bg-fixed #container-fixed {
    margin: 25px 0;
}
.nav-justified > li > a {
    margin-bottom: 0;
}
#header .header-main .navbar-collapse {
    background-color: #ffffff;
    position: relative;
    z-index: 999;
}
.product-image {
    margin-bottom: 30px;
}
.navbar-nav .open .dropdown-menu > li > a {
    height: 40px;
    line-height: 30px;
}
#header .navbar-main .dropdown-submenu > .dropdown-menu {
    left: 0;
    padding-left: 30px;
    position: relative;
}
}
@media (max-width: 480px) {
#header .header-bg {
    height: 180px;
}
#header .header-main .top-search-form {
    text-align: right;
    width: 100%;
}
.navbar-main {
    margin: 3px 0 0;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
.product-image {
    margin-bottom: 30px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
}
@media (min-width: 320px) and (max-width: 479px) {
}
@media (max-width: 319px) {
}
