/*
Theme Name: TITROVO
Theme URI: http://www.titrovo.it
Description: Wordpress template
Version: 1.0.0
Author: AngeloM & Mikel
Tags: one-column,two-columns,flexible-width,custom-background,custom-colors,custom-header,custom-menu,editor-style,theme-options,light
License: Located in 'licensing' folder
License URI: Located in 'licensing' folder
Text Domain: titrovo
*/

@charset "utf-8";
/* CSS Document */

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font: 300 40px/40px Roboto, Arial, Helvetica, sans-serif;
    display: inline-block;
    text-transform: uppercase;
}
h1 span {
    font-weight: 400;
}
h1 a:hover {
    color: #333;
    text-decoration: none;
}
h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font: 300 30px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
}
h2 span {
    font-weight: 400;
}
h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font: 400 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
}

img.alignleft
{
	float: left;
	margin-right: 15px;
}

.lead {
    font: 300 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #666;
}
.lead a {
    margin-left: 20px;
}
.lead a:hover {
    color: #333;
}
.img-responsive {
    width: 100%;
}
.alert {
    padding: 19px;
    border-radius: 0;
}
.section-title {
    margin-bottom: 20px;
}
.section-title h2 {
    margin-bottom: 0;
    float: left;
}
.section-title h2.margin-left {
    margin-left: 100px;
}
.section-title .see-all {
    margin-left: 10px;
    font: italic 18px/40px Georgia, "Times New Roman", Times, serif;
    color: #999;
    text-transform: none;
    display: inline-block;
    float: left;
}
hr {
    margin: 0;
    padding-bottom: 39px;
    border-top: 1px dashed #CCC;
}
.breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background: #FFF;
    border-radius: 0;
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #999;
}
.breadcrumb a {
    color: #333;
}
.order-list select {
    margin-bottom: 20px;
    width: 250px;
    height: 40px;
    border-color: #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    font: normal 12px/40px Arial, Helvetica, sans-serif;
    color: #999;
    float: left;
}
.order-list .pagination {
    margin: 0 0 20px 0;
    border-radius: 0;
    float: right;
}
.pagination > li > a,
.pagination > li > span {
    padding: 0;
    width: 40px;
    margin-left: -1px;
    font: normal 12px/38px Arial, Helvetica, sans-serif;
    color: #999;
    border: 1px solid #E5E5E5;
    color: #999;
    text-align: center;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #333;
    border-color: #333;
    color: #FFF;
}
.small-gallery {
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none;
    overflow: auto;
}
.small-gallery li {
    margin-bottom: 30px;
}
.small-gallery li img:hover {
    opacity: 0.5;
}
.tt-head {
    margin-bottom: 40px;
    height: 50px;
    background: #E5E5E5;
    position: relative;
}
.tt-head p {
    margin-bottom: 0;
    margin-right: 255px;
    font: 300 15px/50px Roboto, Arial, Helvetica, sans-serif;
    text-align: right;
}
.tt-head p strong {
    font-weight: 400;
}
.tt-head .tt-logo-opacity {
    width: 250px;
    height: 65px;
    background: url(theme/assets/images/ax-logo-opacity.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
}
.icon-facebook-opener {
    margin-right: 40px;
    padding: 0 10px;
    height: 30px;
    background: #3B5998;
    font: 400 15px/30px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    float: left;
}
.icon-facebook-opener:hover {
    text-decoration: none;
    color: #FFF;
}
.fb-comment-box {
    margin-top: -200px;
    padding: 20px;
    width: 590px;
    height: 400px;
    background: #FFF;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
    display: none;
    overflow: auto;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 9999;
}
.follow-us {
    line-height: 30px;
    float: left;
}
.follow-us p {
    margin-bottom: 0;
    margin-right: 10px;
    float: left;
}
.follow-us ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    float: left;
}
.follow-us ul li {
    margin-right: 1px;
    width: 30px;
    height: 30px;
    float: left;
}
.follow-us ul li i {
    width: 30px;
    height: 30px;
    background: #CCC;
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    float: left;
}
.follow-us ul li i:hover {
    background: #E5E5E5;
}
.logreg-head,
.cart-head {
    margin-bottom: 40px;
    margin-left: 40px;
    font: 400 15px/30px Roboto, Arial, Helvetica, sans-serif;
    float: right;
}
.logreg-head p,
.cart-head p {
    margin-bottom: 0;
    margin-right: 10px;
    color: #999;
    text-align: right;
    float: left;
}
.cart-head p a span {
    color: #333;
}
.logreg-head p a {
    margin-left: 10px;
    color: #999;
    display: inline-block;
}
.logreg-head p a:hover {
    color: #333;
    text-decoration: none;
}
.logreg-head i,
.cart-head i {
    width: 30px;
    height: 30px;
    background: #CCC;
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    display: block;
    float: right;
}
.main-title {
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
    font: 300 50px/50px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}
.main-title span {
    font-weight: 400;
    display: inline-block;
}
.page-header,
.archive-header {
    margin: 0 0 20px 0;
    padding: 0 0 19px 0;
    border-bottom: 1px dashed #E5E5E5;
}
.page-header h1,
.archive-header h1 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    color: #999;
}
.navbar {
    min-height: inherit;
    text-align: center;
}
.navbar-header {
    display: none;
}
.navbar-default {
    margin-bottom: 40px;
    background: none;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0;
    box-shadow: none;
}
.navbar-collapse {
	max-height: none;
}
.navbar-collapse.collapse {
	padding: 0;
}
.navbar-nav {
    width: 100%;
}
.navbar-nav > li {
    display: inline;
    float: none;
}
.navbar-nav > li.back-to a {
    background: #F9F9F9;
}
.navbar-nav > li > a {
    padding: 0 15px;
    border-radius: 0;
    font: 300 18px/39px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
    text-shadow: none;
    display: inline-block;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: #333;
    color: #FFF;
}
.navbar-default .navbar-nav > .active > i {
    margin-left: -5px;
    width: 10px;
    height: 10px;
    color: #FFF;
    text-align: center;
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    z-index: 10;
}
.navbar-nav > li i {
    display: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: #E5E5E5;
    color: #999;
}
.nav-pills {
    float: right;
}
.nav-pills > li > a {
    padding: 0 15px;
    background-color: #F9F9F9;
    line-height: 40px;
    color: #999;
    border-radius: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background: #E5E5E5;
    color: #999;
}
.nav-pills > li + li {
    margin-left: 0;
    position: relative;
}
.nav-pills > li i {
    display: none;
}
.nav-pills > li.active > i {
    margin-left: -4px;
    width: 10px;
    height: 10px;
    color: #FFF;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
}
.blockquote {
    margin-bottom: 40px;
    padding-bottom: 39px;
    border-bottom: 1px solid #E5E5E5;
    font: 300 35px/40px Roboto, Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
}
.blockquote h1 {
    margin: 0;
    font-weight: 300;
    text-transform: none;
    display: block;
}
.blockquote h2 {
    margin: 0;
    font: italic 18px/20px Georgia, "Times New Roman", Times, serif;
    text-transform: none;
    display: block;
}
.text-large {
    margin-bottom: 40px;
    font: 300 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #666;
}
.text-large strong {
    font-weight: 400;
    color: #333;
}
article.post {
    margin-bottom: 40px;
    padding-bottom: 39px;
    border-bottom: 1px dashed #CCC;
}
article.post h1 {
    margin-bottom: 0;
}
article.post .entry-meta {
    margin: 5px 0 20px;
}
article.post .entry-meta span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #E5E5E5;
}
article.post .entry-meta span span {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
article.post .entry-meta span a {
    color: #999;
}
article.post .entry-meta span a:hover {
    color: #333;
}
article.post .post-thumbnail {
    border: none;
    display: block;
}
article.post .post-thumbnail img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    border: none;
    display: block;
}
article.post .tag-links a {
    margin-right: 1px;
    padding: 0 10px;
    height: 30px;
    background: #CCC;
    font: normal 10px/30px Arial, Helvetica, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
}
article.post .tag-links a:hover {
    background: #999;
    color: #FFF;
    text-decoration: none;
}
.post-navigation {
    display: none;
}
.flexslider .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider .flex-direction-nav {
    margin-bottom: 0;
    padding-left: 0;
    width: 81px;
    height: 40px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 15px;
}
.flexslider .flex-direction-nav li:first-child a i {
    width: 40px;
    height: 40px;
    background: #E5E5E5;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    float: left;
}
.flexslider .flex-direction-nav li:last-child a i {
    width: 40px;
    height: 40px;
    background: #E5E5E5;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    float: right;
}
.flexslider .flex-direction-nav li:first-child a i:hover,
.flexslider .flex-direction-nav li:last-child a i:hover {
    background: #999;
}
.comments-list {
    margin-bottom: 40px;
}
.comments-list ul li .comment-body .comment-author img {
    margin-bottom: 10px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    float: left;
}
.comments-list ul {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}
.comments-list li {
    margin-bottom: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #E5E5E5;
}
.comments-list li .media-thumb {
    margin-bottom: 10px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    float: left;
}
.comments-list li .media {
    margin-top: 0;
    margin-bottom: 10px;
}
.comments-list ul li .comment-body .comment-author .fn a {
    margin-bottom: 0;
    font: 400 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
}
.comments-list ul li .comment-body .comment-author .says {
    display: none;
}
.comments-list ul li .comment-body .comment-metadata a {
    margin-bottom: 10px;
    font: normal 12px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #999;
    display: inline-block;
}
.comments-list ul li .comment-body .edit-link a {
    display: none;
}
.comments-list ul li .comment-body .comment-content {
    margin-left: 60px;
}
.comments-list ul li .comment-body .comment-content p {
    margin-bottom: 0;
    font: 300 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #666;
}
.comments-list ul li .comment-body .reply a {
    margin-bottom: 40px;
    padding: 0 10px;
    background: #333;
    text-shadow: none;
    border: none;
    border-radius: 0;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    display: none;
    float: right;
}
.comment-form .logged-in-as a:hover {
    color: #333;
    text-decoration: none;
}
.comment-form label {
    font: 400 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
    display: block;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    height: 30px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    font: 400 14px/20px Arial, Helvetica, sans-serif;
    color: #333;
    display: block;
}
.comment-form .comment-form-comment textarea {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    height: 100px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    font: 400 14px/20px Arial, Helvetica, sans-serif;
    color: #333;
    display: block;
}
.comment-form .form-allowed-tags {
    display: none;
}
.comment-form .form-submit input {
    margin-bottom: 40px;
    padding: 0 10px;
    text-shadow: none;
    border: none;
    border-radius: 0;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    display: block;
    float: right;
}
.comment-form .form-submit input:hover {
    background: #333;
}
.comments-list dl {
    margin-bottom: 0;
    margin-left: 60px;
    padding: 5px;
    width: inherit;
    height: 30px;
    background: #F9F9F9;
}
.comments-list dl.vote {
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
    height: 20px;
    background: #FFF;
}
.comments-list dl.vote dt label {
    margin-bottom: 0;
}
.comments-list dl.vote dd {
    width: 110px;
}
.comments-list dl dt {
    padding-right: 10px;
    width: auto;
    font: 300 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #999;
    text-align: left;
    float: left;
    clear: none;
}
.comments-list dl dd {
    margin-left: 0;
    width: 90px;
    text-align: left;
    float: left;
}
.comments-list dl dd .fa-star,
.comments-list dl dd .fa-star-o {
    font-size: 12px;
    line-height: 20px;
    float: left;
}
.comments-list dl dd .fa-star {
    color: #FC0;
}
.comments-list dl dd .fa-star-o {
    color: #CCC;
}
.comments-list dl.vote dd .fa-star-o:hover {
    color: #FC0;
    cursor: pointer;
}
.comments-list .comm-not-log {
    margin-bottom: 40px;
}
.comments-list .comm-not-log a:hover {
    color: #333;
    text-decoration: none;
}
.your-comment textarea {
    padding: 19px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    border: 1px solid #E5E5E5;
}
.your-comment textarea:focus {
    border-color: inherit;
    box-shadow: none;
    outline: none;
}
.your-comment p {
    margin-bottom: 0;
    font: normal 12px/40px Arial, Helvetica, sans-serif;
    color: #999;
    float: left;
}
.your-comment button {
    margin-bottom: 40px;
    padding: 0 10px;
    text-shadow: none;
    border: none;
    border-radius: 0;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    float: right;
}
.your-comment button:hover {
    background: #333;
    color: #FFF;
}
.items-list .items-thumb {
    margin-bottom: 10px;
    display: block;
    position: relative;
}
.items-list .items-thumb:hover {
    opacity: 0.5;
}
.items-list .items-thumb .left,
.items-list .items-thumb .timer-coupon {
    margin-bottom: 0;
    padding: 5px 10px;
    font: 300 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.items-list .items-thumb .timer-coupon p {
    margin-bottom: 0;
}
.items-list .items-thumb .left span {
    font-weight: 400;
    display: block;
}
.items-list .items-thumb .timer-coupon p span {
    height: 20px;
    font-weight: 400;
    display: inline-block;
}
.items-list .items-thumb .timer-coupon p span .countdown_section {
    margin-left: 5px;
}
.items-list .items-thumb .timer-coupon p span .countdown_section:first-child {
    margin-left: 0;
}
.items-list .items-thumb .right {
    margin-bottom: 0;
    padding: 5px 10px;
    background: rgba(0,0,0,0.75);
    font: italic 15px/40px Georgia, "Times New Roman", Times, serif;
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.items-list h3 {
    height: 40px;
    overflow: hidden;
}
.items-list h3 a:hover {
    color: #333;
}
.items-list .price {
    margin-bottom: 40px;
    height: 30px;
    font: 400 15px/30px Roboto, Arial, Helvetica, sans-serif;
    color: #999;
    overflow: hidden;
}
.items-list .price p.old {
    margin-bottom: 0;
    width: 40%;
    background: #F9F9F9;
    text-align: center;
    float: left;
}
.items-list .coupon .price p.old,
.items-list .coupon .price p.final {
    width: 50%;
}
.items-list .price p.old span {
    text-decoration: line-through;
}
.items-list .price p.percent {
    display: none;
}
.items-list .price p.final {
    margin-bottom: 0;
    width: 40%;
    box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
    color: #F33;
    text-align: center;
    float: right;
}
.items-list .coupon .price p.old,
.items-list .coupon .price p.final {
    width: 48%;
}
.items-detail hr {
    margin-top: 20px;
}
.items-detail h3 {
    font-size: 18px;
    line-height: 40px;
}
.items-detail #gallery img {
    width: 100%;
    display: block;
}
.items-detail .price {
    margin-bottom: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #E5E5E5;
}
.items-detail .price .old,
.items-detail .price .percent,
.items-detail .price .final {
    margin-bottom: 0;
    margin-left: 10px;
    font: 300 18px/30px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
    display: block;
    float: right;
}
.items-detail .price .old {
    color: #999;
    text-decoration: line-through;
}
.items-detail .price .final {
    font-size: 30px;
    color: #F33;
}
.items-detail.coupon .price .old {
    text-decoration: none;
}
.items-detail.coupon .price .percent,
.items-detail.coupon .price .final {
    padding-left: 9px;
    border-left: 1px solid #E5E5E5;
}
.items-detail.coupon .price .old span,
.items-detail.coupon .price .percent span,
.items-detail.coupon .price .final span {
    font: 300 12px/20px Arial, Helvetica, sans-serif;
    color: #999;
    display: block;
}
.items-detail .timer {
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #333;
    font: 300 18px/30px Roboto, Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,0.75);
    text-align: right;
}
.items-detail .timer i {
    margin-right: 5px;
    font-size: 14px;
}
.items-detail .timer p {
    margin-bottom: 0;
    float: right;
}
.items-detail .timer span {
    margin-left: 10px;
    font-size: 24px;
    color: #FFF;
    float: left;
}
.items-detail .timer span.countdown_section {
    margin-left: 0;
}
.items-detail label {
    font: 400 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
}
.items-detail select {
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    border-color: #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    font: normal 12px/40px Arial, Helvetica, sans-serif;
    color: #333;
}
.items-detail input[type=text] {
    padding: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    font: normal 12px/40px Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
    float: left;
}
.items-detail .ins-num button {
    outline: none;
    float: left;
}
.items-detail .ins-num button:focus {
    color: #FFF;
}
.items-detail option.na {
    color: #999;
}
.items-detail .ins-num {
    margin-bottom: 0;
}
.items-detail .ins-num label {
    margin-bottom: 0;
    margin-left: 10px;
    font: normal 12px/40px Arial, Helvetica, sans-serif;
    color: #999;
}
.items-detail .ins-num label span {
    color: #333;
}
.items-detail input[type=number] {
    padding: 9px;
    width: 100px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    outline: none;
}
.items-detail button {
    padding: 0 10px;
    text-shadow: none;
    border: none;
    border-radius: 0;
    font: 300 16px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    float: right;
}
.items-detail button:hover {
    background: #333;
    color: #FFF;
}
.items-detail button.speso-rimborsato {
    margin-bottom: 20px;
    width: 100%;
    background: #999;
    display: block;
    clear: both;
}
.items-detail button.speso-rimborsato:hover {
    background: #333;
}
.items-detail .items-desc {
    padding: 20px;
    background: #F9F9F9;
    color: #333;
}
.items-detail .items-desc p {
    margin-bottom: 0;
}
.items-detail .alert-warning .fa-warning {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #FC0;
    text-align: center;
    float: left;
}
.items-detail .alert-warning span {
    line-height: 15px;
    display: block;
}
.items-detail #recesso a:hover {
    color: #333;
}
.promo-list .promo-thumb {
    margin-bottom: 40px;
    margin-right: 20px;
    width: 200px;
    display: block;
    float: left;
}
.promo-list .promo-thumb:hover {
    opacity: 0.5;
}
.promo-list h3 {
    margin: 0;
}
.promo-list h3 a:hover {
    color: #333;
}
.promo-list p {
    font: 300 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #666;
}
.promo-list p strong {
    font-weight: 400;
    color: #333;
}
.promo-list .info {
    margin-bottom: 40px;
    padding: 0 10px;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    display: inline-block;
}
.promo-list .info:hover {
    background: #333;
}
.brands-list img {
    margin-bottom: 40px;
}
.brands-list p {
    margin-bottom: 40px;
    padding: 20px;
    height: 80px;
    background: #F9F9F9;
    color: #999;
    text-align: center;
}
.cat-list {
    padding-top: 80px;
}
.panel {
    margin-bottom: 40px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.panel-default > .panel-heading {
    margin-bottom: 10px;
    padding: 0;
    background-color: #F9F9F9;
    border: none;
    color: #333;
}
.panel-default > .panel-heading h3 {
    padding: 0 10px;
    font-size: 18px;
    line-height: 40px;
}
.panel-default .search-form {
    padding: 10px;
    height: 60px;
    background: #F9F9F9;
}
.panel-default .search-form label {
    margin-bottom: 0;
    display: block;
    float: left;
}
.panel-default .search-form label span {
    display: none;
}
.panel-default .search-form input[type=search] {
    margin: 0;
    padding: 0 10px;
    width: 275px;
    height: 40px;
    background: #FFF;
    border: none;
    box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
    float: left;
}
.panel-default .search-form input[type=search]:focus {
    outline: none;
}
.panel-default .search-form input[type=submit] {
    padding: 0 10px;
    width: 65px;
    text-shadow: none;
    border: none;
    border-radius: 0;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    float: right;
}
.panel-default > ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.panel-default > ul li {
    border-bottom: 1px solid #E5E5E5;
    font: 300 15px/29px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
}
.panel-default > ul li .list-unstyled {
    padding: 10px;
    background: #F9F9F9;
}
.panel-default > ul li .list-unstyled li {
    font: 300 12px/29px Arial, Helvetica, sans-serif;
}
.panel-default > ul li .list-unstyled li:last-child {
    border-bottom: none;
    line-height: 30px;
}
.panel-default > ul li a {
    color: #333;
}
.panel-default > ul li a i {
    width: 30px;
    color: #CCC;
    text-align: center;
}
.range-slider {
    width: 100%;
    height: 10px;
    background: #E5E5E5;
    border: none;
}
.range-slider a.ui-slider-handle {
    width: 10px;
    height: 10px;
    background: #333;
    border: none;
    border-radius: 0;
    top: 0;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
}
.range-slider a.ui-slider-handle:first-child {
    left: 0;
}
.range-slider a.ui-slider-handle:last-child {
    left: inherit !important;
    right: 0;
}
.amount {
    margin: 10px 0;
    font: 300 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
}
.btn-filter {
    padding: 0 10px;
    height: 40px;
    border: none;
    border-radius: 0;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    float: right;
}
.btn-filter:hover {
    background: #333;
    color: #FFF;
}
.gallery-cont .img-responsive,
.gallery-cont p {
    margin-bottom: 40px;
}
.services-detail {
    margin-bottom: 40px;
}
.services-detail ul {
    margin-bottom: 0;
}
.log-form label {
    font: 300 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
}
.log-form.register .radio {
    margin-bottom: 20px;
}
.log-form.register .radio label,
.log-form.register .checkbox label {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    display: inline;
}
.log-form.register .small-explain {
    margin: 10px 0 20px;
    padding: 9px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #666;
}
.log-form input[type=text],
.log-form input[type=email],
.log-form input[type=password] {
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: 40px;
    background: #FFF;
    border: none;
    border-radius: 0;
    box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
}
.log-form textarea {
    margin-bottom: 25px;
    padding: 10px 0;
    height: 100px;
    background: #FFF;
    border: none;
    border-radius: 0;
    box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
}
.log-form textarea:focus {
    border: none;
}
.log-form .remember {
    margin-right: 40px;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    float: left;
}
.log-form .checkbox {
    margin-bottom: 0;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #999;
    float: left;
}
.log-form .checkbox input {
    margin-top: 13px;
}
.log-form button {
    margin-bottom: 40px;
    padding: 0 10px;
    text-shadow: none;
    background: #333;
    border: none;
    border-radius: 0;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    float: right;
}
.log-form button:hover {
    color: #FFF;
}
.reg-box {
    padding: 20px;
    background: #F9F9F9;
}
.col-md-6 .reg-box:last-child {
    margin-bottom: 40px;
}
.reg-box h2 {
    margin-bottom: 0;
    float: left;
}
.reg-box a {
    width: 180px;
    height: 40px;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    display: block;
    float: right;
}
.reg-box a.fb {
    background: #3B5998;
}
.reg-box a:hover {
    background: #333;
    text-decoration: none;
}
.reg-box-sep {
    height: 30px;
}
.reg-box-sep p {
    margin: 0 auto;
    width: 80px;
    background: #FFF;
    font: italic 18px/30px Georgia, "Times New Roman", Times, serif;
    color: #999;
    text-align: center;
    display: block;
}
.reg-box-sep span {
    margin-top: -15px;
    height: 1px;
    border-bottom: 1px solid #E5E5E5;
    display: block;
    position: relative;
    z-index: -1;
}
.map-container {
    position: relative;
}
.map-container .path-opener:hover {
    cursor: pointer;
}
.map-container .map-modal {
    padding: 20px;
    height: 480px;
    background: #FFF;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    position: absolute;
    top: 60px;
    right: 50%;
    z-index: 9999;
}
.map-container .map-modal .nav-pills {
    width: 100%;
    position: absolute;
    top: -40px;
    float: none;
}
.map-container .map-modal .nav-pills li {
    margin-right: 1px;
}
.map-container .map-modal .nav-pills li.ico-close {
    margin: 0;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    cursor: pointer;
    position: absolute;
    right: 40px;
}
.map-container .map-modal .nav-pills li.ico-close:hover {
    opacity: 0.5;
}
.map-container .map-modal .nav-pills li.ico-close i {
    line-height: 40px;
    text-align: center;
    display: block;
}
.map-container .map-modal hr {
    padding-bottom: 19px;
}
.map-container .map-modal h3 {
    margin-bottom: 10px;
    width: 100%;
    background: #F9F9F9;
    line-height: 30px;
}
.map-container .map-modal h3 a {
    padding: 0 10px;
    font-size: 12px;
    color: #FFF;
    text-transform: none;
    display: inline-block;
    float: right;
}
.map-container .map-modal h3 span {
    font-weight: 400;
}
.map-container .map-modal h3 i {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    float: left;
}
.map-container .map-modal .fa-caret-left {
    margin-top: -35px;
    width: 10px;
    height: 20px;
    font-size: 24px;
    color: #FFF;
    text-shadow: -2px 0 2px rgba(0,0,0,0.35);
    display: block;
    position: absolute;
    top: 50%;
    left: -7px;
    z-index: 9999;
}
.map-container .map-modal p {
    margin-left: 30px;
    margin-bottom: 20px;
    color: #666;
}
.map-container .map-modal dl {
    margin-left: 30px;
}
.map-container .map-modal dl dt {
    width: 100px;
    font-weight: normal;
    color: #999;
    text-align: left;
    float: left;
}
.map-container .map-modal dl dd {
    margin-left: 100px;
}
.map-container .map-modal dl dd a:hover {
    color: #333;
    text-decoration: none;
}
.map-container .calc {
    margin-top: -40px;
    margin-left: -200px;
    padding: 0 10px;
    height: 30px;
    background: #333;
    font: 300 18px/30px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
}
.map-container .calc span {
    font-weight: 400;
}
#map-canvas {
    width: 100%;
    height: 600px;
}
.contact-form label {
    font: 300 15px/20px Roboto, Arial, Helvetica, sans-serif;
    color: #333;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    background: #FFF;
    border: none;
    border-radius: 0;
    box-shadow: inset 1px 1px 0 #E5E5E5, inset -1px -1px 0 #E5E5E5;
}
.contact-form .checkbox {
    float: left;
}
.contact-form .checkbox input {
    margin-top: 13px;
}
.contact-form .checkbox label {
    font: normal 12px/40px Arial, Helvetica, sans-serif;
    color: #999;
}
.contact-form textarea {
    padding: 5%;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    height: 100px;
    max-height: 100px;
    display: block;
}
.contact-form button {
    margin-bottom: 40px;
    padding: 0 10px;
    text-shadow: none;
    border: none;
    border-radius: 0;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    float: right;
}
.contact-form button:hover {
    background: #333;
    color: #FFF;
}
.contact-form button.gmap-calulate-btn {
    margin-bottom: 0;
}
.footer {
    padding-top: 220px;
    background: #333 url(theme/assets/images/logo-footer.png) no-repeat center 40px;
}
.footer p {
    margin-bottom: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #666;
}
.footer p a {
    color: #999;
}
.footer p a:hover {
    color: #CCC;
}
.newsletter-box-cont {
    margin-top: -220px;
    padding: 20px 0 20px 20px;
    background: rgba(0,0,0,0.25);
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99999;
}
.newsletter-box {
    padding: 20px;
    width: 260px;
    background: #FFF;
    box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}
.newsletter-box h3 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
}
.newsletter-box h3 span {
    font-weight: 400;
}
.newsletter-box p {
    margin-bottom: 10px;
    font: normal 12px/15px Arial, Helvetica, sans-serif;
}
.newsletter-box p.modal-form-subtitle {
    margin-left: 20px;
    color: #999;
}
.form-group {
    margin-bottom: 10px;
}
.newsletter-box .success,
.newsletter-box .error {
    display: none;
}
.newsletter-box input[type=text],
.newsletter-box input[type=email] {
    padding: 0 9px;
    width: 220px;
    height: 40px;
    border-color: #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    font: italic 16px/38px Georgia, "Times New Roman", Times, serif;
    color: #333;
    display: block;
}
.newsletter-box input[type=text]:focus,
.newsletter-box input[type=email]:focus {
    border-color: #E5E5E5;
    box-shadow: none;
    outline: 0;
}
.form-control:-moz-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #333;
}
.form-control:focus {
    border-color: inherit;
    box-shadow: none;
}
.radio {
    margin: 0 20px 10px 0;
    height: 20px;
    font: italic 16px/20px Georgia, "Times New Roman", Times, serif;
    color: #333;
}
.radio + .radio {
    margin-top: 0;
}
.checkbox {
    margin: 0 0 10px 0;
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #999;
}
.newsletter-box .not-show {
    font: normal 12px/40px Arial, Helvetica, sans-serif;
    color: #999;
    display: block;
    float: left;
}
.newsletter-box button {
    padding: 0 10px;
    width: 100px;
    text-shadow: none;
    border: none;
    border-radius: 0;
    font: 300 15px/40px Roboto, Arial, Helvetica, sans-serif;
    color: #FFF;
    float: right;
}
.newsletter-box button:hover {
    background: #333;
    color: #FFF;
}
.newsletter-box-cont .fa-times {
    width: 40px;
    height: 40px;
    background: #333;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    top: 35px;
    left: -20px;
}
.newsletter-box-cont .fa-times:hover {
    opacity: 0.75;
}
#toTop {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.25);
    line-height: 40px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 9999;
}
#toTop:hover {
    opacity: 0.5;
}
.cc-cookies {
    padding: 0;
    width: 100%;
    background: #111;
    font: normal 12px/30px Arial, Helvetica, sans-serif;
    color: #999;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 9999;
}
.cc-cookies a {
    color: #FFF;
}
.cc-cookies a.cc-cookie-accept {
    margin: 10px 0 10px 10px;
    padding: 0 10px;
    color: #FFF;
    display: inline-block;
}
.cc-cookies a.cc-cookie-accept:hover {
    text-decoration: none;
    opacity: 0.5;
}

/* Desktop large layout */
@media (min-width: 1200px) {
    .small-gallery li img {
        height: 125px;
    }
    .home-feedback ul li .media {
        width: 805px;
    }
    .floating-list {
        float: right;
    }
    .items-list .items-thumb img {
        height: 350px;
    }
    .items-detail #gallery img {
        height: 350px;
    }
    .promo-list .promo-thumb img {
        height: 150px;
    }
    .brands-list img {
        height: 125px;
    }
    .gallery-cont .items-thumb img {
        height: 200px;
    }
    .map-container .map-modal {
        margin-right: -520px;
        width: 480px;
    }
}

/* Desktop small layout */
@media (min-width: 992px) and (max-width: 1199px) {
    .small-gallery li img {
        height: 100px;
    }
    .home-feedback ul li .media {
        width: 605px;
    }
    .comments-list dl {
        padding: 10px 20px;
        height: 80px;
    }
    .comments-list dl.vote {
        height: 60px;
    }
    .comments-list dl dt {
        width: 100px;
        clear: left;
    }
    .items-list .items-thumb img {
        height: 285px;
    }
    .items-list .items-thumb .right {
        top: 20px;
        bottom: inherit;
    }
    .items-detail #gallery img {
        height: 285px;
    }
    .floating-list {
        float: right;
    }
    .items-list .price {
        font-size: 12px;
    }
    .promo-list .promo-thumb {
        width: 100px;
    }
    .promo-list .promo-thumb img {
        height: 75px;
    }
    .brands-list img {
        height: 100px;
    }
    .gallery-cont .items-thumb img {
        height: 160px;
    }
    .reg-box h2 {
        margin-bottom: 10px;
        text-align: center;
        display: block;
        float: none;
    }
    .reg-box a {
        margin: auto;
        float: none;
    }
    .map-container .map-modal {
        margin-right: -470px;
        width: 450px;
    }
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 991px) {
    .section-title h2.margin-left {
        margin-left: 0;
    }
    .icon-facebook-opener {
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center;
        display: block;
        float: none;
    }
    .navbar-nav > li > a {
        padding: 0 10px;
        font-size: 15px;
    }
    .text-large {
        padding-bottom: 39px;
        border-bottom: 1px solid #E5E5E5;
    }
    .flex-direction-nav {
        display: none;
    }
    .small-gallery li img {
        height: 165px;
    }
    .home-feedback ul li .media {
        width: 385px;
    }
    .comments-list dl {
        padding: 10px 20px;
        height: 80px;
    }
    .comments-list dl.vote {
        height: 60px;
    }
    .comments-list dl dt {
        width: 100px;
        clear: left;
    }
    .items-list li div.col-sm-6 {
        display: none;
    }
    .items-list li div.col-sm-6:first-child {
        display: block;
    }
    .items-list li div.col-sm-6:first-child + div {
        display: block;
    }
    .items-list .items-thumb img {
        height: 460px;
    }
    .items-list .price {
        font-size: 12px;
    }
    .items-detail #gallery img {
        height: 460px;
    }
    .items-detail .timer {
        height: 80px;
    }
    .items-detail .ins-num {
        margin-bottom: 10px;
    }
    .items-detail .alert-warning .fa-warning {
        display: none;
    }
    .promo-list .promo-thumb img {
        height: 150px;
    }
    .promo-list .promo-thumb {
        width: 100px;
    }
    .promo-list .promo-thumb img {
        height: 75px;
    }
    .brands-list img {
        height: 165px;
    }
    .cat-list {
        margin: 20px 15px 0;
        padding: 39px 0 0;
        border-top: 1px solid #E5E5E5;
    }
    .gallery-cont .items-thumb img {
        height: 260px;
    }
    .log-form {
        margin-bottom: 40px;
        border-bottom: 1px solid #E5E5E5;
    }
    .log-form.register {
        margin-bottom: 39px;
    }
    .log-form .remember,
    .log-form .checkbox,
    .log-form button {
        margin-bottom: 39px;
    }
    .log-form.register .remember,
    .log-form.register .checkbox,
    .log-form.register button {
        margin-bottom: 40px;
    }
    .map-container .map-modal {
        margin-right: -360px;
        width: 340px;
    }
    .contact-form .checkbox label {
        font-size: 9px;
    }
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
    .section-title h2.margin-left {
        margin-left: 0;
    }
    .tt-head p {
        display: none;
    }
    .icon-facebook-opener {
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center;
        display: block;
        float: none;
    }
    .follow-us {
        margin-bottom: 20px;
    }
    .logreg-head,
    .cart-head {
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
    }
    .logreg-head p,
    .cart-head p {
        margin-right: 0;
        width: 90%;
    }
    .navbar-header {
        display: block;
    }
    .navbar-default {
        background: #F9F9F9;
        border-bottom: none;
    }
    .navbar-brand {
        margin-left: 10px;
        padding: 0;
        font: 300 18px/40px Roboto, Arial, Helvetica, sans-serif;
        float: left;
    }
    .navbar-toggle {
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        background: #E5E5E5;
        border: none;
        border-radius: 0;
        position: relative;
        float: right;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-collapse.in {
        overflow: inherit;
    }
    .navbar-nav {
        margin: 10px 0;
    }
    .navbar-nav > li > a {
        line-height: 40px;
        display: block;
    }
    .navbar-default .navbar-nav > .active > i {
        display: none;
    }
    .text-large {
        padding-bottom: 39px;
        border-bottom: 1px solid #E5E5E5;
    }
    .flex-direction-nav {
        display: none;
    }
    .small-gallery li img {
        height: 160px;
    }
    .home-feedback ul li .media {
        padding-right: 0;
        border-right: 0;
    }
    .home-feedback ul li dl {
        margin-top: 10px;
        padding-top: 9px;
        width: 100%;
        border-top: 1px solid #E5E5E5;
    }
    .home-feedback li .media-comments dl dt {
        float: left;
    }
    .home-feedback li .media-comments dl dd {
        height: 20px;
    }
    .comments-list dl {
        padding: 10px 20px;
        height: 80px;
    }
    .comments-list dl.vote {
        height: 60px;
    }
    .comments-list dl dt {
        width: 100px;
        clear: left;
    }
    .items-list li div.col-xs-12 {
        display: none;
    }
    .items-list li div.col-xs-12:first-child {
        display: block;
    }
    .items-list .items-thumb img {
        height: 600px;
    }
    .items-list .price {
        font-size: 12px;
    }
    .items-detail #gallery img {
        margin-bottom: 20px;
        height: 600px;
    }
    .items-detail .ins-num {
        margin-bottom: 10px;
    }
    .promo-list .promo-thumb {
        width: 100px;
    }
    .promo-list .promo-thumb img {
        height: 75px;
    }
    .brands-list img {
        height: 160px;
    }
    .cat-list {
        margin: 20px 15px 0;
        padding: 39px 0 0;
        border-top: 1px solid #E5E5E5;
    }
    .order-list select {
        width: 100%;
    }
    .order-list .pagination {
        float: left;
    }
    .gallery-cont .items-thumb img {
        height: 340px;
    }
    .log-form {
        margin-bottom: 40px;
        border-bottom: 1px solid #E5E5E5;
    }
    .log-form.register {
        margin-bottom: 39px;
    }
    .log-form .remember,
    .log-form .checkbox,
    .log-form button {
        margin-bottom: 39px;
    }
    .log-form.register .remember,
    .log-form.register .checkbox,
    .log-form.register button {
        margin-bottom: 40px;
    }
    .reg-box h2 {
        margin-bottom: 10px;
        text-align: center;
        display: block;
        float: none;
    }
    .reg-box a {
        margin: auto;
        float: none;
    }
    .map-container .map-modal {
        margin: 0 15px 40px;
        padding: 0;
        width: 450px;
        height: auto;
        background: #FFF;
        box-shadow: none;
        position: inherit;
        top: inherit;
        right: inherit;
        z-index: inherit;
    }
    .map-container .map-modal .fa-caret-left,
    .map-container .map-modal .nav-pills li.ico-close {
        display: none;
    }
    .map-container .map-modal .nav-pills {
        margin-bottom: 20px;
        width: 100%;
        position: inherit;
        top: inherit;
        float: none;
    }
    .map-container .calc {
        display: none;
    }
    .newsletter-box-cont {
        display: none;
    }
    #toTop {
        display: none;
    }
}

/* Mobile portrait layout */
@media (min-width: 320px) and (max-width: 479px) {
    .breadcrumb {
        display: none;
    }
    .section-title h2.margin-left {
        margin-left: 0;
    }
    .tt-head p {
        display: none;
    }
    .icon-facebook-opener {
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center;
        display: block;
        float: none;
    }
    .follow-us {
        margin-bottom: 20px;
    }
    .logreg-head,
    .cart-head {
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
    }
    .main-title {
        font-size: 36px;
        line-height: 40px;
    }
    .navbar-header {
        display: block;
    }
    .navbar-default {
        background: #F9F9F9;
        border-bottom: none;
    }
    .navbar-brand {
        margin-left: 10px;
        padding: 0;
        font: 300 18px/40px Roboto, Arial, Helvetica, sans-serif;
        float: left;
    }
    .navbar-toggle {
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        background: #E5E5E5;
        border: none;
        border-radius: 0;
        position: relative;
        float: right;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-collapse.in {
        overflow: inherit;
    }
    .navbar-nav {
        margin: 10px 0;
    }
    .navbar-nav > li > a {
        line-height: 40px;
        display: block;
    }
    .navbar-default .navbar-nav > .active > i {
        display: none;
    }
    .section-title h2 {
        float: none;
    }
    .section-title .see-all {
        margin-left: 0;
        width: 100%;
        line-height: 20px;
        display: block;
        float: none;
    }
    .section-title .nav-pills {
        display: none;
    }
    .text-large {
        padding-bottom: 39px;
        border-bottom: 1px solid #E5E5E5;
    }
    .flex-direction-nav {
        display: none;
    }
    .small-gallery li img {
        height: 100px;
    }
    .home-feedback ul li .media {
        padding-right: 0;
        border-right: 0;
    }
    .home-feedback ul li dl {
        margin-top: 10px;
        padding-top: 9px;
        width: 100%;
        border-top: 1px solid #E5E5E5;
    }
    .home-feedback li .media-comments dl dt {
        float: left;
    }
    .home-feedback li .media-comments dl dd {
        height: 20px;
    }
    .comments-list dl {
        padding: 10px 20px;
        height: 80px;
    }
    .comments-list dl.vote {
        height: 60px;
    }
    .comments-list dl dt {
        width: 100px;
        clear: left;
    }
    .items-list li div.col-xs-12 {
        display: none;
    }
    .items-list li div.col-xs-12:first-child {
        display: block;
    }
    .items-list .items-thumb img {
        height: 390px;
    }
    .items-list .price {
        font-size: 12px;
    }
    .items-detail #gallery img {
        height: 390px;
    }
    .items-detail.coupon .price .old span,
    .items-detail.coupon .price .percent span,
    .items-detail.coupon .price .final span {
        font-size: 11px;
    }
    .items-detail .price .final {
        font-size: 24px;
    }
    .items-detail .timer {
        height: 80px;
    }
    .items-detail .ins-num {
        margin-bottom: 10px;
    }
    .promo-list .promo-thumb {
        margin-bottom: 0;
        width: 100px;
    }
    .promo-list .promo-thumb img {
        height: 75px;
    }
    .promo-list .info {
        float: right;
    }
    .brands-list img {
        height: 100px;
    }
    .cat-list {
        margin: 20px 15px 0;
        padding: 39px 0 0;
        border-top: 1px solid #E5E5E5;
    }
    .order-list select {
        width: 100%;
    }
    .order-list .pagination {
        float: left;
    }
    .gallery-cont .items-thumb img {
        height: 220px;
    }
    .log-form {
        margin-bottom: 40px;
        border-bottom: 1px solid #E5E5E5;
    }
    .log-form.register {
        margin-bottom: 39px;
    }
    .log-form .remember,
    .log-form .checkbox,
    .log-form button {
        margin-bottom: 39px;
    }
    .log-form.register .remember,
    .log-form.register .checkbox,
    .log-form.register button {
        margin-bottom: 40px;
    }
    .log-form .checkbox {
        display: none;
    }
    .log-form.register .checkbox {
        display: inherit;
    }
    .reg-box h2 {
        margin-bottom: 10px;
        text-align: center;
        display: block;
        float: none;
    }
    .reg-box a {
        margin: auto;
        float: none;
    }
    .map-container .map-modal {
        margin: 0 15px 40px;
        padding: 0;
        width: 290px;
        height: auto;
        background: #FFF;
        box-shadow: none;
        position: inherit;
        top: inherit;
        right: inherit;
        z-index: inherit;
    }
    .map-container .map-modal .fa-caret-left,
    .map-container .map-modal .nav-pills li.ico-close {
        display: none;
    }
    .map-container .map-modal .nav-pills {
        margin-bottom: 20px;
        width: 100%;
        position: inherit;
        top: inherit;
        float: none;
    }
    .map-container .calc {
        display: none;
    }
    .newsletter-box-cont {
        display: none;
    }
    #toTop {
        display: none;
    }
}

/* Phone smaller layout */
@media (max-width: 319px) {
    html {
        overflow: hidden;
        display: none;
    }
}


.network-top, .footer-domain {
    display: none;
}