@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300&subset=latin,cyrillic-ext,greek,latin-ext,cyrillic);

/**********************
     Main Styles
***********************/

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: none;
    max-width: 100%;
}

body, textarea {
    font-family: 'Segoe UI', 'Open Sans', Roboto, sans-serif;
}

body {
    font-size: 14px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: 100;
}

a {
    text-decoration: none;
}

#portfolio-inner-content p + p,
#portfolio-inner-content div + p,
.blog-inner-content p + p,
.blog-inner-content div + p {
    padding-top: 12px;
}

hr {
    border: medium none;
    height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 20px 0;
}

label {
    display: block;
    padding: 10px 0 5px;
}

.mw-captcha-image-holder {
    height: 35px;
}

input[type='checkbox'], input[type='radio'] {
    padding: 0;
    border: none;
    width: auto;
}

table {
    border-collapse: collapse;
    max-width: 100%;
}

td {
    padding: 10px;
    border-style: solid;
}

.mw-cart-table td {
    border-width: 0 0 1px 0;
}

/* sidenav */

#sidenav {
    position: fixed;
    overflow: hidden;
    z-index: 2;
    width: 58px;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#side-nav-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 0 15px 15px;
}

#sidenav #side-nav-content {
    opacity: 0;
    width: 203px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

/*#sidenav:hover,*/
#sidenav.active {
    width: 250px;
}

/*#sidenav:hover > #side-nav-content,*/
#sidenav.active > #side-nav-content {
    opacity: 1;
    left: 0;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

body .main-content-holder {
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

#main-content {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#main-content.active {
    opacity: 1;
}

@media (min-width: 800px) {
    #main-content {
        padding-left: 60px;
    }

    #sidenav.active + #main-content {
        padding-left: 250px;
    }
}

#mobile-menu {
    display: block;
    position: absolute;
    /*top: 50%;*/
    top: 28px;
    width: 30px;
    cursor: pointer;
    right: 15px;
    background: #0d0d0d;

    right: 1px;
    background: #0d0d0d;
    padding: 0 12px 12px 12px;
    box-sizing: content-box;
}

#mobile-menu span {
    display: block;
    height: 3px;
    margin-bottom: 6px;
}

body.mw-live-edit #sidenav {
    top: 50px;
}

#sidenav a {
    text-decoration: none
}

#main-navigation {
    padding-top: 40px;
}

#main-navigation li {
    list-style: none;
}

#main-navigation ul ul {
    padding-left: 20px;
}

#main-navigation li a {
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -ms-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
}

#main-navigation li a:hover,
#main-navigation li a:focus {
    padding-left: 8px;
}

.module-posts-template-masonryfull .masonry-item {
    width: 25%;
    margin: 0;
    box-shadow: none;
    border: none;
    overflow: hidden;
    min-width: 0;
}

.module-posts-template-masonryfull .masonry-item .bgimg {
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.module-posts-template-masonryfull .masonry-item:hover .bgimg {
    transform: scale(1.10, 1.10);
}

.module-posts-template-masonryfull .masonry-item-container {
    position: absolute;
    height: auto;
    bottom: 0;
    left: 0;
    color: white;
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.module-posts-template-masonryfull .masonry-item-container * {
    color: white;
}

.btn {
    border-radius: 2px;
}

#site-main .contact-form-template-dream .contact-form .cft-submit,
#site-main .btn,
#site-main .mw-ui-btn,
#site-main .mw-ui-btn:hover,
#site-main .mw-ui-btn:focus,
#site-main .in-btn {
    display: inline-block;
    padding: 10px 15px;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    height: auto;
}

.module-posts-template-masonryfull h3 {
    text-transform: uppercase;
}

.module-posts-template-masonryfull .masonry-item:hover .masonry-item-container {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.pagination-holder {
    padding: 10px;
    text-align: center;
    clear: both;
}

.pagination {
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    text-align: center;
    padding: 5px;
}

.pagination * {
    color: white;
}

.pagination a {
    display: inline-block;
    text-align: center;
    padding: 2px 1px;
    margin: 0 3px;
    width: 23px;
    height: 23px;
    font-size: 12px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.pagination a:hover,
.pagination a:focus,
.pagination a.active {
    font-size: 20px;
    width: 36px;
    height: 36px;

}

.pagination a.active {
    font-size: 20px;
    width: 36px;
    height: 36px;
}

.portfolio-inner {
    position: relative;
    text-align: center;
}

#portfolio-inner-content {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding: 20px 20px 20px;

}

#portfolio-inner-content h3 {
    padding-bottom: 0;
}

#portfolio-inner-content .mw-social-share-links {
    padding-bottom: 25px;
    padding-top: 10px;
    overflow: hidden;

}

.owlportfolio-item > img {
    height: 100%;
    display: block;
    width: auto !important;
    margin: 0 auto;
}

.mw-images-template-owlportfolio-loading:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 9;
}

.portfolio-inner .owl-prev,
.portfolio-inner .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    cursor: pointer;
    font-size: 54px;
}

.portfolio-inner .mw-icon-arrow-right-slim {
    position: absolute;
    top: 45%;
    right: 30px;
}

.portfolio-inner .mw-icon-arrow-left-slim {
    position: absolute;
    top: 45%;
    left: 30px;
}

body .fotorama__caption .fotorama__caption__wrap {
    border-radius: 3px;
    opacity: 0.95;
}

body .fotorama__caption {
    bottom: 20px;
    text-align: center;
}

.portfolio-inner .owl-prev {
    left: 0;
    text-align: left;
}

.portfolio-inner .owl-next {
    right: 0;
    text-align: right;
}

.portfolio-inner .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

#portfolio-content > h3.edit {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#side-nav-content .mw-social-links {
    padding: 20px 0;
    height: auto;
}

#side-nav-content .mw-social-links a {
    border-radius: 0;
    margin: 0 8px 8px 0;
    float: left;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#side-nav-content .mw-social-links a:nth-child(4n) {
    margin-right: 0;
}

.well + .well {
    margin-top: 20px;
}

.photon-posts-item + .photon-posts-item {
    margin-top: 40px;
}

.photon-posts-item .bgimg {
    height: 500px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main-title,
h3 .lead,
.contact-form-title,
.photon-post-item-container h3,
.photon-post-item-container h3 a {
    text-transform: uppercase;
    font-size: 30px;
}

.mw-pictures-item-simple {
    padding-bottom: 40px;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.main-title {
    padding-bottom: 20px;
}

.blog-inner-title {
    padding-bottom: 0;
}

.blog-inner-content {
    padding-top: 30px;
}

.photon-posts-item-read-more {
    text-transform: uppercase;
}

.photon-post-item-container .blog-post-footer {
    display: block;
    clear: both;
    padding-top: 12px;
}

.mw-comments-form .form-control,
.mwcommentsmodule input[type="email"],
.mwcommentsmodule textarea,
.mwcommentsmodule input[type="text"] {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product-main-holder {
    position: relative;
    overflow: hidden;
}

.module-products-template-columns-productimage {
    display: block;
    position: relative;
    overflow: hidden;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-products-template-columns-3 {
    text-align: center;
}

.mw-icon-shop {
    font-size: 30px;
    cursor: pointer;
}

#header-cart {
    display: inline-block;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 170px;
    z-index: 99;
}

#header-cart * {
    color: white;
}

.mw-live-edit #header-cart {
    top: 70px;
}

#header-cart .cart-small {
    border-radius: 99px;
    padding: 10px 20px;
}

.smallcartdelimiter {
    margin: 0 4px;
}

.mw-cart-small-order-info strong {
    font-size: 19px;
    font-weight: normal;
}

.mwcommentsmodule .comments-template-stylish .comment .comment-content {
    background: transparent;
    border: none;
    padding: 0;
}

#copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 12px;
}

.contact-form-template-dream .contact-form {
    border: none;
    padding: 0;
}

.contact-form-template-dream .contact-form .cft-submit {
    background-color: transparent;
    margin-top: 15px;
}

.module-products-template-columns-3-item {
    display: inline-block;
    width: 33.333%;
    float: left;
    margin-bottom: 20px;
}

.module-products-template-columns-data-footer .price {
    float: left;
    font-size: 15px;
}

.module-products-template-columns-data-footer {
    position: absolute;
    bottom: 30px;
    left: 20%;
    width: 60%;
}

.module-products-template-columns-data-footer:before {
    height: 1px;
    overflow: hidden;
    width: 170px;
    margin: auto;
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -85px;
    background-color: rgba(249, 250, 250, 0.2);
}

.default-add-to-cart-btn {
    font-size: 15px;
    float: right;
    cursor: pointer;
}

.module-products-template-columns-data .mw-icon-shop {
    margin-right: 10px;
    top: -8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-products-template-columns-data h3 a {
    display: block;
    overflow: hidden;
    max-height: 146px;
    text-overflow: ellipsis;
}

.module-products-template-columns-data {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.module-products-template-columns-productimage strong {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 60%;
    left: 0;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-products-template-columns-3 .mw-ui-col-container:hover .module-products-template-columns-productimage {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.module-products-template-columns-3 .mw-ui-col-container:hover .module-products-template-columns-productimage strong {
    transform: -100%;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}

.module-products-template-columns-3 .mw-ui-col-container:hover .module-products-template-columns-data {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.contact-form-template-dream .contact-form-title {
    border-bottom: none;
    text-align: center;
    text-align: center;
}

.contact-form-template-dream .cft-submit {
    box-shadow: none;
    text-transform: uppercase;
}

a.rotator-paging-item-thumbnail {
    margin: 0;
}

.photon-overflow {
    overflow: hidden;
}

.mw-module-products-small-item {
    display: inline-block;
    float: left;
    width: 150px;
    margin-right: 15px;
}

.module-products-template-small h5 {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-products-template-small .bgimg {
    height: 120px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mw-module-products-small-item {
    padding-top: 20px;
}

.module-shop-products, .module-products-template-small {
    position: relative;
}

.module-shop-products:after, .module-products-template-small:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.richtext ul,
.richtext ol {
    padding-left: 16px;
}

.mw-price-item {
    font-size: 25px;
}

.mw-price-item .mw-ui-check input + span {
    top: -5px;
}

.mw-price-item .mw-ui-check input + span + span {
    font-size: 21px;
}

.mw-product-prices {
    float: left;
}

.add-to-cart {
    float: right;
}

#main-content .justified-gallery > a > .caption,
#main-content.justified-gallery > div > .caption {
    padding: 15px;
}

.justified-gallery .caption:empty {
    display: none !important;
}

#main-content .justified-gallery > a,
#main-content .justified-gallery > div,
#main-content .justified-gallery > a img,
#main-content .justified-gallery > div img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*#main-content .justified-gallery > a:hover,
#main-content .justified-gallery > div:hover,  */
#main-content .justified-gallery > a:hover img,
#main-content .justified-gallery > a:focus img,
#main-content .justified-gallery > div:hover img,
#main-content .justified-gallery > div:focus img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.blog-post-footer .mw-ui-link {
    padding-top: 12px;
    display: block;
}

.justified-item-container span {
    display: block;
}

.justified-item-container h3 {
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    font-size: 22px;
}

.justified-item-container .date + .description,
.justified-item-container h3 + .description {
    padding-top: 12px;
}

.justified-item-container .mw-ui-link {
    color: white;
}

.module-logo,
.module-logo * {
    vertical-align: middle !important;
}

.module-logo {
    font-family: Arial, Helvetica, sans-serif;
}

.module-logo img {
    margin-right: 10px;
}

.fotorama__arr {
    background: none !important;
    width: 60px;
    height: 60px;
}

.fotorama__arr:before {
    font-family: Microweber;
    font-size: 52px;
    display: block;
    text-align: center;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.72);

}

.fotorama__arr--prev:before {
    content: "\0148";
}

.fotorama__arr--next:before {
    content: "\0147";
}

.cart-small-checkout-link, .cart-small-checkout-link * {
    vertical-align: middle;
}

#contact-map {
    margin: 20px -40px -40px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

.contacts-holder {
    max-width: 560px;
    margin: auto;
    text-align: center;
}

#contact-socials {
    padding: 60px 0;
}

#cart_checkout_cart_checkout {
    padding-bottom: 20px;
}

input[type="number"] {
    min-width: 60px;
}

.field-full, .module-shop-shipping-gateways-country .mw-ui-field {
    width: 100%;
}

.shipping-and-payment {
    padding-top: 60px;
}

.mw-cart-action-holder {
    padding: 40px 0;
    text-align: right;
}

#contact-form {
    padding-bottom: 40px;
}

#main-content textarea,
#main-content select,
#main-content input[type="text"],
#main-content input[type="password"],
#main-content input[type="datetime"],
#main-content input[type="datetime-local"],
#main-content input[type="date"],
#main-content input[type="month"],
#main-content input[type="time"],
#main-content input[type="week"],
#main-content input[type="number"],
#main-content input[type="email"],
#main-content input[type="url"],
#main-content input[type="search"],
#main-content input[type="tel"],
#main-content input[type="color"],
#main-content .mw-ui-field,
#main-content .form-control {
    padding: 10px;
    border-width: 0;
    border-radius: 0;
    max-width: 100%;
}

.shipping-and-payment .mw-ui-col-container {
    padding: 0 20px;
}

.next-previous-content {
    text-align: right;
    padding-top: 15px;
}

.next-previous-content a {
    font-size: 30px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-width: 1px;
    border-style: solid;
    font-size: 18px;
    text-align: center;
    padding: 2px 0;
    margin: 0 2px;
}

.next-previous-tip-content {
    text-align: center;
    max-width: 90px;
    overflow: hidden;
}

.next-previous-tip-content h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 95%;
}

.mw-cart-small-no-items {
    display: none;
}

.mwcommentsmodule {
    border-top-width: 1px;
    border-top-style: solid;
    margin: 20px 0;
    padding: 20px 0;
}

.mwcommentsmodule h4 {
    font-size: 22px;
}

.mwcommentsmodule-portfolio .mw-comments-form {
    padding-bottom: 40px;
}

.portfolio-comment-form-holder {
    display: none;
}

.comment-author a {
    font-weight: 100;
    font-size: 22px;
}

.comment-body {
    margin: 10px 0;
    padding: 15px;
}

.mwcommentsmodule .comment {
    padding: 7px 0;
}

.module-posts-template-masonry .masonry-item .module-posts-head a {
    font-size: 22px;
}

.module-posts-template-masonry .masonry-item .blog-post-footer {
    padding-top: 15px;
}

.module-posts-template-masonry .masonry-item {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 10px;
}

.module-posts-template-masonry .masonry-item-container {
    padding: 0 0 15px;
}

.module-posts-template-masonry .product-price-holder .price {
    float: left;
    margin-top: 7px;
}

.module-posts-template-masonry .product-price-holder .btn {
    float: right;
}

.mw-cart-item img {
    height: auto;
}

/***********************
    Media queries
***********************/

@media (max-width: 1020px) {
    .module-products-template-columns-3-item {
        width: 50%;
    }
}

@media (max-width: 980px) {
    .module-posts-template-masonryfull .masonry-item {
        width: 33.33333%;
    }

    .photon-posts-item, .photon-posts-item .mw-ui-col {
        display: block !important;
        width: auto !important;
    }

    body.photon-overflow {
        overflow: auto;
    }

    #product-inner-gallery, #portfolio-inner-content {
        height: auto !important;
    }

}

@media (max-width: 769px), (max-height: 500px) {

    #mobile-menu {
        top: 10px;
        left: auto;
        right: 15px;
    }

    .active #mobile-menu {
        right: 11px;
    }

    #sidenav {
        height: 45px;
    }

    #sidenav:hover {
        width: 58px;
    }

    #sidenav:hover > #side-nav-content {
        opacity: 0;
        display: none;
    }

    #sidenav.active > #side-nav-content,
    #sidenav.active:hover > #side-nav-content {
        opacity: 1;
        display: block;
    }

    #sidenav.active {
        width: 250px;
        height: 100%;
    }

    .module-posts-template-masonryfull .masonry-item {
        width: 50%;
    }

    .module-products-template-columns-3-item {
        width: 80%;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #footer, #footer *, #header, #header-cart {
        text-align: center;
    }

    .next-previous-content {
        padding: 0 0 20px;
        text-align: left;
    }

    #copyright {
        position: static;
    }

}

@media (max-width: 600px) {
    .module-posts-template-masonryfull .masonry-item {
        width: 100%;
    }

    .module-products-template-columns-3-item {
        width: 90%;
    }

    .photon-posts-item .mw-ui-col .bgimg {
        height: 320px;
    }

}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

.scale-in {
    -webkit-transition: transform 0.3s cubic-bezier(.04, .91, .83, .67);
    -moz-transition: transform 0.3s cubic-bezier(.04, .91, .83, .67);
    -ms-transition: transform 0.3s cubic-bezier(.04, .91, .83, .67);
    -o-transition: transform 0.3s cubic-bezier(.04, .91, .83, .67);
    transition: transform 0.3s cubic-bezier(.04, .91, .83, .67);
}

.scale-out {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.scale-in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#addtocartmodal {
    text-align: center;
}

#addtocartmodal h5 {
    font-size: 17px;
}

#addtocartmodal .mw-ui-btn {
    float: left;
}

#addtocartmodal section {
    display: block;
    height: 140px;
}

#addtocartmodal .mw-ui-btn-invert {
    float: right;
    width: 120px;
}

body .main-content-holder.fullwidth {
    max-width: none;
    padding: 0;
    background: none !important;
}

.clearfix, #portfolio-inner-content hr {
    clear: both;
}

.contact-form .contact-form-title {
    color: #C8C8C8;
    font-weight: normal;
    text-align: left;
}

.contact-form label {
    font-weight: normal !important;
    text-align: left;
}

.contact-form {
    text-align: left;
    margin-bottom:25px;
}

.contact-form .mw-captcha {
    margin: 0 !important;
}

.contact-form .captcha-holder {
    background: transparent !important;
}

.contact-form-template-dream .mw-captcha-img {
    margin-top: 0px;
    height: 34px;
}

.social-icons img{
    width: 20px;
}