/*
Theme Name: Novelty
Theme URI: http://themeforest.net/user/bingumd/?ref=bingumd
Author: bingumd
Author URI: http://www.bingu.name
Description: Responsive Wordpress Theme
Version: 2.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light
Text Domain: http://themeforest.net/user/bingumd/?ref=bingumd
*/


/* IMPORT STYLE
================================================== */
    @import url("css/prettyPhoto.css");
    @import url("css/icon.css");



/* RESET STYLE
================================================== */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td{
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;`
        font-size: 100%;
        vertical-align: baseline;
    }
    :focus{ outline: 0; }
    body{ line-height: 1; }
    ol, ul{ list-style: none; }
    table{ border-collapse: collapse; border-spacing: 0; }
    caption, th, td{ text-align: left; font-weight: normal; }
    blockquote:before, blockquote:after,
    q:before, q:after { content: ""; }
    blockquote, q{ quotes: none; }
    article, aside, details, figcaption, figure, footer,
    header, hgroup, menu, nav, section{ display: block; }

/* TYPOGRAPHY
================================================== */
    h1{ margin-bottom: 20px; line-height: 30px; }
    h2{ margin-bottom: 18px; line-height: 23px; }
    h3{ margin-bottom: 10px; line-height: 20px; }
    h4{ margin-bottom: 10px; line-height: 18px; }
    h5{ margin-bottom:  8px; line-height: 16px; }
    h6{ margin-bottom:  5px; line-height: 16px; }

    h1, h2, h3, h4, h5, h6{ letter-spacing: 0.02em; }

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small{
        font-size: 60%;
        line-height: 0;
    }

    .title{
        margin-bottom: 8px;
        line-height: 18px;
    }

    h1,
    .post-title{ text-transform: uppercase; }

    p{ margin-bottom: 15px; line-height: 20px; }
    * p:last-child{ margin-bottom: 0 !important; }

    strong{
        font-weight: 600;
        font-weight: 700;
    }
    em{ font-style: italic; }
    small{ font-size: 80%; }



/* LINKS
================================================== */
    a{ text-decoration: none; }
    a img{ border: none; }
    a > img{ vertical-align: bottom; }
    p a, p a:visited{ line-height: inherit; }



/* FORM
================================================== */
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select,
    #coupon_code {
        padding: 10px;
        font-family: inherit;
        font-weight: 400;
        font-style: normal;
        overflow: auto;

        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }



/* IMAGES
================================================== */
    img{ max-width: 100%; height: auto; }
    img.no-scale{ max-width: none; }

    img.alignleft{ margin-right: 25px; }
    img.alignright{ margin-left: 25px; }
    img.aligncenter{ margin-bottom: 25px; }

    iframe{ display: block; }



/* LISTS
================================================== */
    ul, ol, dl{ line-height: 20px;  margin-bottom: 20px; list-style-position: outside; }

    ul ul, ul ol{ margin-left: 20px; margin-bottom: 0; }
    ul.square, ul.circle, ul.disc, ul.numeric{ margin-left: 17px; }
    ul.square{ list-style-type: square; }
    ul.square ul{ list-style: inherit; }
    ul.circle{ list-style-type: circle; }
    ul.circle ul{ list-style: inherit; }
    ul.disc{ list-style-type: disc; }
    ul.disc ul{ list-style: inherit; }
    ul.numeric{ list-style-type: decimal; }
    ul.numeric ul{ list-style: inherit; }
    ul.large li{ line-height: 25px; }
    ol{ margin-left: 20px; }
    ol li ul, ol li ol{ margin-left: 20px; margin-bottom: 0; }

    .onordered li{ margin-bottom: 5px; }

    .unstyled > li{ margin-bottom: 7px; }



/* HR
================================================== */
    hr{ border: none; width: 100%; height: 1px; }
    [class*="divider"]{
        position: relative;
        width: 100%;
        height: 0;
    }
    .divider-double2{ height: 2px; }

    .divider-single{
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .divider-double{
        border-bottom-width: 4px;
        border-bottom-style: double;
    }
    .divider-double2{
        border-top-width: 3px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: double;
    }

    .divider-image{
        height: 7px;
        background: url(images/divider.png) repeat-x bottom center;
    }



/* MEDIA
================================================== */
    [class*="flexible"]{ position: relative; overflow: hidden; height: 0; }

    .flexible-video{ padding-bottom: 56.25%; padding-top: 30px; }

    [class*="flexible"] iframe,
    [class*="flexible"] object,
    [class*="flexible"] embed{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/* ANIMATION
================================================== */
    a,
    input[type="text"],
    textarea,
    input[type="submit"],
    .widget-post-icon{
        -webkit-transition: all 0.2s ease-in-out;
           -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
             -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
    }



/* MISC
================================================== */
    .clearfix{ *zoom: 1; }

    .clearfix:before, .clearfix:after,
    #header:before, #header:after{ display: table; content: ""; line-height: 0; }

    .clearfix:after,
    #header:after{ clear: both; }

    .clear{ clear:both; }

    .alignleft{ float: left !important }
    .alignright{ float: right !important; }
    .aligncenter{ margin-left: auto; margin-right: auto; display: block; clear: both; }

    .text-left{ text-align: left; }
    .text-right{ text-align: right; }
    .text-center{ text-align: center; }

    .mb0 { margin-bottom:  0px !important; }
    .mb5 { margin-bottom:  5px !important; }
    .mb10{ margin-bottom: 10px !important; }
    .mb15{ margin-bottom: 15px !important; }
    .mb20{ margin-bottom: 20px !important; }
    .mb25{ margin-bottom: 25px !important; }
    .mb30{ margin-bottom: 30px !important; }
    .mb35{ margin-bottom: 35px !important; }
    .mb40{ margin-bottom: 40px !important; }
    .mb45{ margin-bottom: 45px !important; }
    .mb50{ margin-bottom: 50px !important; }
    .mb55{ margin-bottom: 55px !important; }
    .mb60{ margin-bottom: 60px !important; }
    .mb65{ margin-bottom: 65px !important; }
    .mb70{ margin-bottom: 70px !important; }
    .mb75{ margin-bottom: 70px !important; }
    .mb80{ margin-bottom: 70px !important; }

    .hide{ display: none !important; }

    .thumbnail{ position: relative; margin-bottom: 10px; }
    .thumbnail.alignleft{ margin: 0 10px 5px 0; }
    .thumbnail.alignright{ margin: 0 0 5px 10px; }

    #wrapper.boxed{ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

    #content-area.alignleft{ float: left !important; }
    #content-area.alignright{ float: right !important;}

    .fullwidthbanner-container{ overflow: inherit !important; }
    .tp-simpleresponsive img{ left: 0 !important; }

    .full-slider{ margin: -51px 0 60px 0; }


    table td,
    table th{
        border-style: solid;
        border-width: 1px;
    }

    .mobile-only { display: none; }


/*=========================================================================
                              #TEMPLATE STYLES
==========================================================================*/



/* HEADER
==================================================*/
    #header.style3,
    #header.style10{
        border-top-width: 5px;
        border-top-style: solid;
    }


    .container.bb,
    .container.bb,
    .container.bb{
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin-bottom: 50px;
    }

    #header ul{ margin-bottom: 0; }


    /* #TOP AREA */
    #top-area{
        padding: 6px 0;
        overflow: hidden;
    }

    #header.style2 #top-area{ padding: 10px 0; }

        #top-area ul.social{
            margin: 0;
            display: inline-block;
        }

        #top-area ul.social li{ margin: 0; }

            #top-area ul.social a{
                border: none;
                text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
            }
            #top-area ul.social a:hover{ background: none !important; }

    #top-area .top-text p{ margin: 7px 0 0 0; }

    #header.style4 #top-menu li,
    #header.style7 #top-menu li,
    #header.style8 #top-menu li{
        float: left;
        margin-right: 10px;
        padding-top: 7px;
    }


        /*LOGO*/
        #header .logo{
            margin: 50px 0;
            line-height: 1px;
        }

        #header.style6 .logo,
        #header.style7 .logo,
        #header.style8 .logo,
        #header.style9 .logo,
        #header.style10 .logo{
            float: left;
            margin: 30px 0;
        }


        /* MENU */
        .menu-trigger {
	    background-color: #FCF8ED;
	    padding: 10px 20px;
	    color: #692A1C;
	    text-align: left;
	}
	.menu-trigger a, .menu-trigger a:focus, .menu-trigger a:active, .menu-trigger a.active {
	    color: #692A1C!important;
	    padding-left: 15px;
	    background: url(images/menu-icon.png) 0 5px no-repeat;
	}
        .res-menu{
            display: none;
            padding: 20px;

            margin:0 auto;
            /*margin-top:14px;*/
            width:100%;
            text-align: left;

            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .res-menu ul{ margin-left: 10px; }

        .res-menu ul a:before {
            content: "-";
            margin-right: 5px;
        }

        .res-menu li{ padding: 10px 0; }
        .res-menu li{ border-bottom: 0 solid transparent; }
        .res-menu > li > a{ text-transform: uppercase; }

        .res-menu > li:last-child,
        .res-menu ul li:last-child{
            border-bottom: none !important;
            padding-bottom: 0 !important;
        }


        #header nav{
            border-bottom-style: solid;
            border-top-style: solid;
            border-bottom-width: 1px;
            border-top-width: 1px;
            padding: 15px 0;
            margin-bottom: 50px;
        }

        #header.style8 nav,
        #header.style9 nav,
        #header.style10 nav{
            float: right;
            border: none !important;
            margin: 43px 0 0 0;
        }

        #menu{
            margin: 0;
            display: inline-block;
        }
        #menu > li{
            list-style: none;
            float: left;
            position: relative;
        }
        #menu > li:hover {visibility: inherit;}
        #menu a{ display: block; }
        #menu > li > a{
            padding: 5px 35px 0 35px;
            text-transform: uppercase;
        }

        #header.style8 #menu > li > a,
        #header.style9 #menu > li > a,
        #header.style10 #menu > li > a{ padding: 0; }

        #header.style8 #menu > li,
        #header.style9 #menu > li,
        #header.style10 #menu > li{ margin-left: 40px; }

        #menu ul{
            padding: 15px 15px 8px 15px;
            margin: 0;
            display: none;
            position: absolute;
        	width: 160px;
            text-align: left;
            border-width: 1px;
            border-style: solid;

            opacity: 0.98;
            filter:alpha(opacity=98);

            -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
               -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        }

        #header.style8 #menu > li > ul,
        #header.style9 #menu > li > ul,
        #header.style10 #menu > li > ul{ left: 0; }

        #menu ul li { position: relative; }
        #menu ul li.menu-last{border-bottom: none;}

        #menu ul a{
            margin-bottom: 7px;
            padding-bottom: 7px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
        }

        #menu ul li:last-child > a{
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        #menu li:hover {visibility: inherit;}
        #menu li:hover ul,
        #menu li.sfHover ul{
        	left: 15px;
        	top: 37px;
        	z-index: 99;
        }
        #menu li li:hover ul,
        #menu li li.sfHover ul{
        	left: 146px;
        	top: -2px;
        }

        #menu ul a.sf-with-ul{
            position: relative;
        }
        #menu ul a.sf-with-ul:before{
            font-family:FontAwesome !important;
            font-weight:normal !important;
            font-style:normal !important;
            content: "\f105";
            position: absolute;
            right: 0;
            top: 0;
        }
        .res-menu li.current_page_parent > a,
        .res-menu li.current_page_item > a {
            color: #61b686;
        }
        .res-menu li.current_page_parent ul.sub-menu,
        .res-menu li.current_page_item ul.sub-menu { display: block!important; }

    /* HEADER SEARCH */
    #header.style6 #search,
    #header.style7 #search{
        float: right;
        margin-top: 45px;
        max-width: 200px;
        width: 100%;
    }

    #header.style6 #search input,
    #header.style7 #search input{
        width: 100%;
        webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
    }



/* SOCIAL
================================================== */
    .social li{
        float: left;
        margin: 0 2px 2px 0;
    }
    .social a{
        font-size: 16px;
        height: 33px;
        line-height: 34px;
        width: 33px;
        display: block;
        text-align: center;
        border-width: 1px;
        border-style: solid;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;
    }

    .social-youtube{ font-size: 20px !important; }



/* FLEXISLIDER
==================================================*/

    .flex-pauseplay span {text-transform: capitalize;}
    .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
    html[xmlns] .slides {display: block;}
    * html .slides {height: 1%;}
    .no-js .slides > li:first-child {display: block;}
    .flex-disabled{ opacity: 0.2; }
    .flex-direction-nav{ margin: 0; }

    .flexslider{ position: relative; }
    .flexslider.loader{
        height:50px;
        background: url('images/loader.gif') no-repeat center center;
    }

    .flexslider ul{ margin: 0; }
    .flexslider .slides > li {
        position: relative;
        display: none;
        -webkit-backface-visibility: hidden;
    }
    .flexslider .slides img{ width: 100%; display: block;}
    .flex-pauseplay span{ text-transform: capitalize;}
    .slides:after{
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    html[xmlns] .slides{ display: block; }
    * html .slides{ height: 1%; }
    .no-js .slides > li:first-child{ display: block; }



    .flexslider .flex-direction-nav a{
        position: absolute;
        bottom: 15px;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 32px;
        opacity: 0.9;

        -webkit-border-radius: 3px;
                border-radius: 3px;
    }
    .flexslider .flex-direction-nav a:hover{ opacity: 1; }

    .flex-direction-nav a:before{
        font-size: 14px;
        font-family: 'FontAwesome';
    }
    .flex-direction-nav a.flex-next:before{ content: "\f054"; }
    .flex-direction-nav a.flex-prev:before{ content: "\f053"; }
    .flex-direction-nav a.flex-next{ right: 15px; }
    .flex-direction-nav a.flex-prev{ right: 47px; }

    .flexslider h5{
        bottom: 15px;
        left: 15px;
        margin-bottom: 0;
        position: absolute;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        width: 70%;
    }


    /* FLEXSLIDER SHADOW */
    .flexslider.shadow:before{
        content: "";
        width: 100%;
        height: 60px;
        position: absolute;
        bottom: -60px;
        background: url(images/shadow.png) no-repeat  0 0 / 100% auto ;
    }

    .tp-bannertime { display: none; }
.aq-block-bmd_revslider_block { padding: 0 !important; }


/* PAGE TITLE
==================================================*/
    .page-title{
        margin-bottom: 25px;
        margin-top:20px;
        position: relative;
    }

    .page-title:before {
        content: "";
        height: 7px;
        margin-top: -3px;
        position: absolute;
        top: 50%;
        width: 100%;
        background: url("images/divider.png") repeat-x scroll center center;
    }

        .page-title h1,
        .page-title h2,
        .page-title h3,
        .page-title h4,
        .page-title h5,
        .page-title h6{
            display: inline-block;
            line-height: inherit;
            margin-bottom: 0;
            padding-right: 15px;
            position: relative;
        }


        body.archive .without .page-title h3,
        body.search-results .without .page-title h3{ padding-left: 15px; }
        body.archive .page-title.up{ text-transform: uppercase; }



/* LATEST POST
================================================== */
    .latest-post .flex-direction-nav a{
        height: 40px;
        line-height: 41px;
        top: 50%;
        margin-top: -20px;
        opacity: 0.7;
        right: 10px;
    }
    .latest-post .flex-direction-nav a.flex-prev{ left: 10px; }

    .latest-post-content{  margin-top: 15px; }
    .no-thumbnail .latest-post-content{ margin-top: 0; }

    .latest-post .span3 .flexible-video{ padding-bottom: 51.25%; }
    .latest-post .span4 .flexible-video{ padding-bottom: 55.25%; }
    .latest-post .span6 .flexible-video{ padding-bottom: 58.25%; }

    .post-center{ text-align: center; }



/* PORTFOLIO
==================================================*/
    .portfolio-items{margin: 0 -5px !important }
    .portfolio-item-wrapper{ overflow: hidden; }

    .portfolio-items article [class*="icon"]{ margin: 0; }
    .portfolio-items article{
        line-height: 0;
        position: relative;
    }

    .portfolio-items article *{
        -webkit-transition: all 0.3s linear;
           -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
             -o-transition: all 0.3s linear;
                transition: all 0.3s linear;

    }

    .portfolio-items[class*="col"] article{
        float: left;
        padding: 0 5px 10px;

        webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
    }

    .portfolio-items.col1 article{
        float: none;
        margin: 0 0 20px 0;
    }


    .portfolio-items.col2 article{ width: 49.9%; }
    .portfolio-items.col3 article{ width: 33%; }
    .portfolio-items.col4 article{ width: 24.9%; }


    .portfolio-items.col1 img{ width: 100%; }


    /*PORTFOLIO FILTRABLE*/
    #filtrable{
        margin: 0;
        float: right;
        position: relative;
        z-index: 1;
    }
    #filtrable li{
        float: left;
        line-height: 23px;
    }
    #filtrable a{ padding-right: 15px; }


    .page-title.position-center{ text-align: center; }
    #filtrable.position-center{
        display: inline-block;
        float: none;
        padding: 0 20px;
    }
    #filtrable.position-center li a{ padding: 0 10px }



    /* PORTFOLIO CONTEXT */
    .portfolio-context{

        zoom: 1;

        opacity: 0;
        filter:alpha(opacity=0);

        position: absolute;
        padding: 6% 8%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;

        /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);*/

        webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
    }

    html.csstransforms .portfolio-items article.thumb-zoom .portfolio-context{
        -webkit-transform: scale(0.1);
           -moz-transform: scale(0.1);
            -ms-transform: scale(0.1);
             -o-transform: scale(0.1);
                transform: scale(0.1);
    }


        .portfolio-context h2{
            font-size: 14px;
            display: inline-block;
            text-transform: uppercase;
            position: relative;
            margin-bottom: 0px;
        }

        .portfolio-context p{ font-size: 11px; }

        .p-link{
            display: block;
            height: 30px;
            width: 30px;
            line-height: 29px;
            text-align: center;
            position: absolute;
            bottom: 15%;
            right: 10%;
            font-size: 14px;
            border: 2px solid transparent;
            -webkit-border-radius: 50px;
               -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                    border-radius: 50px;
        }
        .p-link i{ padding-top: 1px; }


    /* PORTFOLIO HOVER */
    .portfolio-items article:hover img{
        opacity: 0.1;
        filter:alpha(opacity=10);
    }

    .portfolio-items article.thumb-zoom:hover img{
        -webkit-transform: rotate(5deg) scale(1.5);
           -moz-transform: rotate(5deg) scale(1.5);
            -ms-transform: rotate(5deg) scale(1.5);
             -o-transform: rotate(5deg) scale(1.5);
                transform: rotate(5deg) scale(1.5);
    }


    .portfolio-items article:hover .portfolio-context{
        opacity: 1;
        filter:alpha(opacity=1);
    }
    html.csstransforms .portfolio-items article.thumb-zoom:hover .portfolio-context{
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }


    /* PORTFOLIO SINGLE */
    .portfolio-single{ margin-bottom: 50px; }
    .portfolio-center{ margin-top: -51px; }
    .portfolio-center.mt26{ margin-top: -26px; }

    .portfolio-single-items{
        position: relative;
        margin-bottom: 50px;
        z-index: 10000;
    }

    .portfolio-single-items.on-shadow:before{
        content: "";
        width: 100%;
        height: 60px;
        position: absolute;
        bottom: -58px;
        left: 0;
        background: url(images/shadow.png) no-repeat  0 0 / 100% auto ;
    }

    .portfolio-right .portfolio-single-items.on-shadow:before,
    .portfolio-left .portfolio-single-items.on-shadow:before{ background: url(images/shadow.png) no-repeat  top center / 95% auto ; }


    .loader .portfolio-single-items:before{
        background: none !important;
    }

    .portfolio-single .divider{ margin: 30px 0; }

    .portfolio-single p{ line-height: 22px; }

    .portfolio-single ul.p-info {
        border-width: 1px;
        border-style: solid;
        display: inline-block;
        margin: 20px 0 0;
        padding: 15px 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .portfolio-center.portfolio-single ul.p-info li{
        border-right-width: 1px;
        border-right-style: solid;
        float: left;
        padding: 0 20px;
    }

    .portfolio-left.portfolio-single ul.p-info li,
    .portfolio-right.portfolio-single ul.p-info li{
        margin-bottom: 5px
    }

    .portfolio-left.portfolio-single ul.p-info,
    .portfolio-right.portfolio-single ul.p-info{
        padding: 15px 20px 10px 20px;
    }



    .portfolio-single ul.p-info li:last-child{ border-right: none !important; }

    .portfolio-single h1{
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-transform: uppercase;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .p-full-link{
        display: block;
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        z-index: 1000;
        top: 0;
        left: 0;

        background-color: rgba(204,204,204,0.01);
    }



    .portfolio-single-link{
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .portfolio-single-link .spacer{ padding: 0 10px; }



    /*ISTOPE*/
    .isotope-hidden.isotope-item{
        pointer-events: none;
        z-index: 1;
    }
    .isotope, .isotope .isotope-item{
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -ms-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        z-index: 2;
    }
    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: top, left, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }



/* DATE
================================================== */
    .date-icon-wrapper{
        float: left;
        margin-right: 15px;
    }

    /*DATE*/
    div.date{
        height: 40px;
        width: 40px;
        line-height: 0;
        text-align: center;
    }
    div.date span{ display: block;}
    div.date span.month{
        margin-bottom: 13px;
        padding-top: 14px;
    }



/* #META
==================================================*/
    .meta{
        margin-bottom: 15px;
        position: relative;
    }



/* READ MORE
================================================== */
    .readmore{
        display: inline-block;
    }
    .read{
        display: block;
        line-height: 16px !important;
    }

    .readmore i{ margin-left: 5px; }



/* PAGINATION
==================================================*/
    #page-nav,
    .woocommerce-pagination{
        text-align: center;
        padding-top: 25px;
        margin-top: 25px;
        border-top-width: 1px;
        border-top-style: solid;
    }

        #page-nav ul{
            margin: 0;
            display: inline-block;
        }

        #page-nav ul li,
        .woocommerce-pagination li{
            display: inline-block;
            margin-right: 2px;
        }

        #page-nav a,
        .woocommerce-pagination a,
        .woocommerce-pagination span.current{
            width: 25px;
            height: 25px;
            line-height: 25px;
            display: block;
            text-align: center;
        }

        #page-nav a.current,
        .woocommerce-pagination a.current{
            cursor: auto;
        }


    .blog-block + #page-nav{ margin-top: 60px !important; }

    .mb60 #page-nav{ margin-top: 60px; }



/* BREADCRUMBS
==================================================*/
    #crumbs{ margin: -50px 0 50px 0; }
    #crumbs .container{
        padding: 20px 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    #crumbs i{ margin: 0 5px; }



/* 404 PAGE
================================================== */
    .page-404{
        text-align: center;
        margin-bottom: 70px;
    }
    .page-404 #search input{
        width: 60%;
        margin-top: 30px;
    }
    .page-404 h1{
        margin: 20px 0;
        line-height: inherit;
    }
    .page-404 h1,
    .page-404 h3{ text-transform: uppercase; }



/* BLOCKQUOTE
================================================== */
    blockquote{
        margin-bottom: 20px;
        padding: 15px;
        line-height: 22px;
        border-left-width: 3px;
        border-left-style: solid;
    }



/* #TESTIMONIALS
=================================================== */
    .testimonials{
        position:relative;
        width: 100%;
        border-width: 1px;
        border-style: solid;

        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
    }


        .testimonial-texts,
        .testimonial-author{ padding: 20px; }

        .testimonial-author{ padding-top: 0; }
        .testimonial-texts{ padding-bottom: 0; }

        .testimonial-texts,
        .testimonial-texts p {margin: 0 0 10px}

        .testimonial-texts p:last-child{
            margin-bottom: 10px !important;
            padding-bottom: 10px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
        }

        .testimonial-author i{ margin-right: 5px; }



/* # OVERLAY
===================================================*/
    .overlay{
        display: inline-block;
        background-color: #fff;
        overflow: hidden;
        position: relative;
    }

    .overlay *{
        -webkit-transition: all 0.3s linear;
           -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
             -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
    }



        .overlay i{
            position: absolute;
            width: 30px;
            height: 30px;
            line-height: 31px;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            font-size: 30px;
            color: #fff;

            opacity: 0;
            filter:alpha(opacity=0);

            -webkit-transform: scale(0.1);
               -moz-transform: scale(0.1);
                -ms-transform: scale(0.1);
                 -o-transform: scale(0.1);
                    transform: scale(0.1);
        }

        .overlay:hover img{
            opacity: 0.4;
            filter:alpha(opacity=40);

            -webkit-transform: rotate(5deg) scale(1.5);
               -moz-transform: rotate(5deg) scale(1.5);
                -ms-transform: rotate(5deg) scale(1.5);
                 -o-transform: rotate(5deg) scale(1.5);
                    transform: rotate(5deg) scale(1.5);
        }

        .overlay:hover i{
            opacity: 1;
            filter:alpha(opacity=1);

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



/* #WELCOME
====================================================*/
    .welcome{ text-align: center; }

        .welcome h1,
        .welcome h2,
        .welcome h3,
        .welcome h4,
        .welcome h5,
        .welcome h6{ text-transform: uppercase; }



/* #SITEMAP
=====================================================*/
    ul.sitemap-list{ margin-bottom: 50px; }

        ul.sitemap-list li{
            position: relative;
            margin-bottom: 6px;
            padding-bottom: 6px;
            border-bottom: 1px solid #f8f8f8;
        }

        ul.sitemap-list li:before{
            content:"\f105";
            font-size: 11px;
            margin-right: 10px;
            font-family:FontAwesome;
            font-weight:normal;
            font-style:normal;
        }

            ul.sitemap-list li a{ overflow: hidden; }



/* #CLIENT
================================================== */
    .client div{
        border-style: solid;
        border-width: 1px;
        margin-right: -1px;
        margin-top: -1px;
        text-align: center;
        padding: 0 15px;
        float: left;
        position: relative;
        webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
    }

    .client.col2 > div{ width: 50% }
    .client.col3 > div{ width: 33.333% }
    .client.col4 > div{ width: 25% }
    .client.col5 > div{ width: 20% }
    .client.col6 > div{ width: 16.6666% }



/* FEATURES
================================================== */
    .features{
        padding: 25px;
        text-align: center;
        border-width: 1px;
        border-style: solid;

        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;

        -webkit-transition: all 0.5s ease-in-out;
           -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
    }

    .features:hover{
        -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1)
    }

        .features i{
            font-size: 30px;
            display: block;
        }

        .features h3,
        .features i{ margin-bottom: 20px; }

        .features p{ line-height: 20px; }

        .features img{ margin-bottom: 20px; }



/* BLOG
================================================== */
    .blog-post-wrapper{
        margin-bottom: 60px;
        padding-bottom: 60px;
        background: url(images/divider.png) repeat-x bottom center;
    }
    .blog-post-wrapper.last{
        margin-bottom: 0;
        padding-bottom: 0;
        background: none;
        border-bottom: none;
    }
    .single-post.last{ border-bottom: none; }

    .blog-post-wrapper .meta{ margin: -10px 0 20px 0; }
    .blog-post-wrapper .meta span{ margin-right: 15px; }
    .blog-post-wrapper .meta i{ margin-right: 5px; }


    .blog-post-wrapper .post-title,
    .blog-post-wrapper p{ margin-bottom: 20px; }

    .blog-post-wrapper p{ line-height: 22px; }

    .single-post .tagcloud{ margin-top: 25px; }
    .single-post .tagcloud a{ font-size: 11px; }

    .single-post .tagcloud .icon-tag {
        float: left;
        font-size: 16px;
        margin-right: 15px;
        margin-top: 3px;
    }

    .blog-block.standart article:last-child{
        border-bottom: none;
        padding-bottom: 10px;
    }


    #content-area.without .aq-block-bmd_blog_block,
    #content-area.without-single,
    body.search-results #content-area.without,
    body.category #content-area.without,
    body.archive #content-area.without,
    body.tag  #content-area.without{
        max-width: 713px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        float: none;
    }

    .single-post + #respond{
        margin-top: 60px;
    }

    .sticky {}



    #content-area.without-single{ text-align: left; }




/* Sharing post
================================================== */

    .sharing-post{
        float: right;
        display: inline-block;
        margin: 0;
    }


    .sharing-post li{
        display: inline-block;
    }



    .sharing-post a{ font-size: 16px; }




/* COMMENTS
================================================== */
    .comm-wrapper{ margin: 60px 0; }



    ol.commentlist{ margin: 0; }
    ol.commentlist li{
        margin-bottom: 10px;
        border-style: solid;
        border-width: 1px;
        padding: 15px;

        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.02);
                box-shadow: 0 1px 5px rgba(0, 0, 0, 0.02);

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
    }
    ol.commentlist li.last{
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    ol.commentlist .comment-avartar{
        float: left;
        margin-right: 30px;
    }
    ol.commentlist .comment-head{
        position: relative;
        border-bottom: 1px solid #F0F0F0;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }



    ol.commentlist ul.children{ padding-left: 50px; }


    .comment-nav a{
        font-size: 10px;
        font-weight: 700;
    }

    .comment-content-wrapper{ overflow: hidden; }
    .comment-head span{
        font-size: 11px;
        display: inline-block;
        padding-right: 5px;
    }


    #reply-title{ margin-bottom: 0; }
    #reply-title a{
        position: relative;
        z-index: 1;
        padding: 5px 15px;
        margin-left: -5px;
    }


    #respond{ margin-top: 50px; }
    .comm-wrapper #respond{ margin-top: 25px; }


    #commentform input[type="text"]{ width: 300px; }
    #commentform textarea{
        width: 100%;
        height: 200px;
        margin-bottom: 15px;
        webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
    }

    #commentform fieldset{ margin-bottom: 5px; }



/* GOOGLE MAP
================================================== */
    .flexible-map{ overflow: inherit; }
    .flexible-map .map_canvas {
        width: 100%;
        height: 100%;
    }
    .flexible-map img{ max-width: none }
    .flexible-map.shadow:before{
        content: "";
        width: 100%;
        height: 60px;
        position: absolute;
        bottom: -60px;
        background: url(images/shadow.png) no-repeat  0 0 / 100% auto ;
    }



/* #SEARCH PAGE
================================================== */
    .search-meassage{
        margin-bottom: 60px;
    }



/* #TEAM
================================================== */
    .team img{ margin-bottom: 15px; }
    .team h3{ margin-bottom: 0px; }
    .team p.team-function{
        margin-bottom: 8px;
    }
    .team .team-social{
        border-top-style: solid;
        border-top-width: 1px;
        padding-top: 10px;
    }
    .team .team-social a{ padding-right: 10px; }



/* # PRICE TABLE BLOCK
================================================== */
.pricetable-wrapper {
    border-width: 1px;
    border-style: solid;

    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
}
.pricetable-wrapper ul {
    margin: 0;
    text-align: center;
}


    /* PRICE TABLE TITLE */
    .pricetable-wrapper li.pricetable-title h3{
        padding: 20px 0;
        margin: 0;
    }


    /* PRICE TABLE PRICE */
    .pricetable-wrapper .pricetable-price{
        padding: 20px 0;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .pricetable-wrapper .pricetable-price h3{;
        line-height: 40px;
        color: #ffffff;
        margin-bottom: 0;
    }
    .pricetable-wrapper .pricetable-price span {  display: block; }



    /* PRICE TABLE ITEM */
    .pricetable-wrapper li.pricetable-item{
        margin: 0;
        padding: 0 20%;
    }

    .pricetable-wrapper li.pricetable-item span{
        margin-bottom: 7px;
        padding-bottom: 7px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
    }

    .pricetable-wrapper li.pricetable-item:last-child span{ border-bottom: none; }


    .pricetable-wrapper li.pricetable-button{ padding: 13px 0 15px 0; }










/* SIDEBAR
==================================================*/
    #sidebar{ margin-bottom: 50px; }

        #sidebar .widget{ margin-bottom: 70px; }
        #sidebar .widget:last-child{ margin-bottom: 0 !important; }
        #sidebar ul{ margin-bottom: 0; }


        /* WIDGET TITLE */
        #sidebar .page-title{ margin-bottom: 15px; }
        #sidebar h3,
        #sidebar .tab-header li{ text-transform: uppercase; }


        #sidebar .widget-comment{ margin-top: 5px; }


        /* SEARCH FORM */
        #sidebar #search input[type="text"]{
            padding: 10px 15px;
            width: 100%;
        }

        .widget-context.comm_link{ line-height: 18px; }



/* CONATCT FORM
================================================== */
    .wpcf7-form input[type="text"]{
        width: 60%;
        max-width: 600px;
    }

    .wpcf7-form input[type="email"]{
        width: 60%;
        max-width: 600px;
    }

    .wpcf7-form select{
        width: 60%;
        max-width: 600px;
        height:52px;
    }

    .wpcf7-form textarea{
        width: 60%;
        max-width: 600px;
        height: 150px;
    }


    .wpcf7-form .button{ margin-left: 0 !important; }
    .wpcf7-form p{ margin-bottom: 10px; }
    div.wpcf7-response-output{ padding: 10px !important; }



/* FOOTER
==================================================*/
    #footer{
        position: relative;
        padding-top: 50px;
        line-height: 18px;
        border-top-style: solid;
        border-top-width: 5px;
    }
    #footer [class*="span"]{ padding-bottom: 0px; }
    #footer ul{ margin: 0; }

    #footer h3{
        text-transform: uppercase;
        margin-bottom: 30px !important;
    }

    #footer a{ text-shadow: 0 1px 1px rgba(0,0,0,0.3) }

    #footer .widget{ margin-bottom: 50px; }

    #footer li{ margin-bottom: 10px; }

    #footer .widget-post-icon,
    #footer #search input{
        border-style: solid;
        border-width: 1px;
    }


    #footer .wpcf7-form textarea{
        box-shadow: none;
        height: 60px;
        width: 90%
    }
    #footer .wpcf7-form input[type="text"] {
        box-shadow: none;
        padding: 10px;
        width: 90%;
    }

    #footer .wpcf7-form textarea,
    #footer .wpcf7-form input[type="text"]{
        border-width: 1px;
        border-style: solid;
    }

    #footer .wpcf7-form p{ margin-bottom: 5px; }
    #footer .wpcf7-form .button{ margin-top: -5px; }

    #footer .tagcloud a{ border: none !important; }



/*=========================================================================
                            #WIDGET GENERAL STYLE
==========================================================================*/

    /*POST*/
    .post-widget{ margin-bottom: 20px; }
    * .post-widget:last-child{ margin-bottom: 0; }
    .post-widget{ margin-bottom: 15px; }
    .widget-text{ overflow: hidden; }
    .widget-thumbnail{ float: left; margin-right: 15px; }
    .widget-comment{ display: block; margin-top: 2px; }


    /*POST ICON*/
    .widget-post-icon{
        width: 53px;
        height: 53px;
        line-height: 53px;
        float: left;
        text-align: center;
        font-size: 18px;
        text-shadow: none;
        border-style: solid;
        border-width: 1px;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;

    }



/* #TWITTER
=========================================================================*/
    .tp_recent_tweets li{ margin-bottom: 20px !important; }
    .tp_recent_tweets li:last-child{ margin-bottom: 0 !important; }
    .tp_recent_tweets .twitter_time{ display: block; }



/* #FLICKR
=========================================================================*/
    .flickr-widget{ margin: 0 -3px !important; }



        .flickr-widget li,
        .pinboard li{
            width: 33.33333%;
            margin: 0 !important;
            padding: 0 3px 6px 3px;
            float: left;
            line-height: 0;

            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .pinboard li{
            height: 50px;
            margin-bottom: 6px !important;
            overflow: hidden;
        }

        .flickr-widget li *,
        .pinboard li *{
            -webkit-transition: all 0.3s linear;
               -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                 -o-transition: all 0.3s linear;
                    transition: all 0.3s linear;
        }

            .flickr-widget li a,
            .pinboard li a{
                position: relative;
                display: block;
                overflow: hidden;
            }



                .flickr-widget li a:hover img,
                .pinboard li a:hover img{
                    opacity: 0.3;
                    filter:alpha(opacity=0.3);

                    -webkit-transform: rotate(5deg) scale(1.5);
                       -moz-transform: rotate(5deg) scale(1.5);
                        -ms-transform: rotate(5deg) scale(1.5);
                         -o-transform: rotate(5deg) scale(1.5);
                            transform: rotate(5deg) scale(1.5);
                }


                .flickr-widget li a i,
                .pinboard li a i{
                    position: absolute;
                    display: block;
                    width: 20px;
                    height: 20px;
                    line-height: 20px;
                    text-align: center;
                    left: 50%;
                    top: 50%;
                    margin-left: -10px;
                    margin-top: -10px;
                    font-size: 22px;
                    color: #fff;

                    opacity: 0;
                    filter:alpha(opacity=0);

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

                .flickr-widget li a:hover i,
                .pinboard li a:hover i{
                    opacity: 1;
                    filter:alpha(opacity=100);

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



/* #SIDEBR TAB
================================================== */
    .tab-header{
        margin-bottom: 20px !important;
        padding-bottom: 20px;
        background: url(images/divider.png) repeat-x bottom center;
    }
    .tab-header li{
        float: left;
        margin-right: 15px;
        cursor: pointer;
        position: relative;
    }
    .tab-header li.last{margin-right: 0;}

    .tab-context{ display:none; }
    .tab-context.visible{ display: block;}


    .widget.widget_categories li,
    .widget.widget_archive li,
    .widget_product_categories li{
        position: relative;
        margin-bottom: 6px;
        padding-bottom: 6px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .widget.widget_categories li:before,
    .widget.widget_archive li:before,
    .widget_product_categories li:before{
        content: "\f105";
        margin-right: 7px;
        font-size: 10px;
        font-family:FontAwesome;
        font-weight:normal;
        font-style:normal;
    }


    .tagcloud a{
        display: block;
        float: left;
        line-height: 14px;
        padding: 5px 7px;
        margin: 0 3px 3px 0;

        border-style: solid;
        border-width: 1px;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;
    }



    #sidebar .menu{ display: block; }
    #sidebar .menu li{
        margin-right: 0;
        float: none;
        padding-bottom: 7px;
        margin-bottom: 7px;
        text-transform: none;
        border-bottom: 1px solid #eeeeee;
    }
    #sidebar .menu a{
        padding: 0;
        margin: 0;
        line-height: inherit;
        height: inherit;
    }
    #sidebar .menu a:hover{ background: none !important; }



/* COPYRIGHT AREA
==================================================*/
    .copyright-area{
        border-top-width: 1px;
        border-top-style: solid;
        padding: 15px 0;
        text-align: center;
    }



/*========================================================================
                            #SHORTCODE
=========================================================================*/



/* BUTTON
================================================== */
    .button,
    #button,
    #submit,
    .edit{
        border-width: 1px;
        border-style: solid;
        cursor: pointer;
        text-align: center;
        padding: 8px 25px;
        display: inline-block;
        margin-bottom: 5px;
        text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.2);
    }

    .button.small,
    .edit{ padding: 3px 15px; font-size: 11px;}
    .button.large{ padding: 14px 38px; font-size: 15px;}

    .button i{ margin-right: 7px; }



/* TAB
================================================== */
    .tab-nav{ margin: 0; }
    .tab-block .ui-tabs-hide{
        position: absolute;
        left: -9999px;
    }

    .tab-nav li{
        float: left;
        position: relative;
        z-index: 10;
        margin-right: -1px;
        border-top: 3px solid transparent;
    }

    .tab-nav li a{
        border-width: 1px;
        border-style: solid;
        border-bottom: none;
        display: block;
        overflow: hidden;
        padding: 10px 15px;
    }

    .tab-nav li.ui-tabs-active a{
        border-top-width: 3px;
        border-top-style: solid;
    }


    .tab-nav li.ui-tabs-active{
        position: relative;
        z-index: 11;
    }

    .tab-content{
        position: relative;
        margin-top: -2px;
        padding: 15px;
        display: none;
        border-width: 1px;
        border-style: solid;
        z-index: 10;
    }
    .tab-content.first-child {
        position: relative;
        left: 0;
    }



/* TOGGLES & ACCORDION
===================================================*/
    .toggle-block,
    .accordion-block{
        margin-bottom: 5px;
        position: relative;
        border-width: 1px;
        border-style: solid;
    }

    .toggle-block div.arrow,
    .accordion-block div.arrow{
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 11px;
        position: absolute;
        right: 15px;
        top: 13px
    }

    .toggle-block p.tab-head,
    .accordion-block p.tab-head {
        margin: 0;
        padding: 10px 15px;
    }

    .toggle-block .tab-body,
    .accordion-block .tab-body {
        display: none;
        overflow: hidden;
        padding: 0 15px 15px 15px;
        -webkit-border-bottom-right-radius: 3px;
         -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-bottomright: 3px;
             -moz-border-radius-bottomleft: 3px;
                border-bottom-right-radius: 3px;
                border-bottom-left-radius: 3px;
    }

    .toggle-block .tab-body.open,
    .accordion-block .tab-body.open{ display: block; }


    .toggle-block p [class*='icon'],
    .accordion-block p [class*='icon']{ margin-right: 7px; font-size: 12px !important;}

    .tab-head{ cursor: pointer; }



/* ALERT BOX
==================================================*/
    .alert{
        line-height: 20px;
        padding: 15px;
        margin-bottom: 20px;

        border-width: 1px;
        border-style: solid;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;
    }

        .alert-content{ overflow: hidden; }

            .alert [class*="icon-"]{
                float: left;
                font-size: 14px;
                margin: 3px 10px 0 0;
            }

            .alert strong{ margin-right: 5px; }


/* #Tooltip
================================================== */
    .tipsy{
        padding: 5px;
        font-size: 11px;
        opacity: 0.75;
        filter: alpha(opacity=75);
        background-repeat: no-repeat;
        background-image: url(images/tipsy.gif);
    }

    .tipsy-inner{
        padding: 10px;
        background-color: black;
        color: white;
        max-width: 200px;
        text-align: center;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
    }
    .tipsy-north{ background-position: top center; }
    .tipsy-south{ background-position: bottom center; }
    .tipsy-east{ background-position: right center; }
    .tipsy-west{ background-position: left center; }




/* #GO TO TOP
================================================== */
#top-link {
    background: rgba(0, 0, 0, 0.76);
    bottom: 5px;
    color: #D0D0D0;
    display: none;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    position: fixed;
    right: 5px;
    text-decoration: none;
}


.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor{}

a[data-pin-log="button_pinit"] {
background: red!important;
background-image: url(images/pinit.png)!important;
}

/* Responsive Fix */

@media all and (max-width: 680px) {
    .aq-template-wrapper .aq_span4 { width:100% !important; }
}

/*font on the webpage*/
#content-area p, #content-area #filtrable li a{
    font-size:15px;
    line-height: 22px;
}

#content-area p a{
    font-size:15px;
}

.sub-menu {
    z-index: 900001 !important;
}

.product_meta {
    white-space: pre-line !important;
}
form.cart {
    overflow: visible !important;
}

.pp_gallery {
    display: block !important;
    opacity: 1 !important;
}

/*fix the image size on the fairtrade gold page*/
.page-id-15 .aq-block-bmd_image_block img{
    width:100%;
}

.home .aq-block img{
    width:100%!important;
}

.home #rev_slider_1_1, #rev_slider_1_1_wrapper {
    width: 100% !important;
   /* height: 600px !important;*/
}

.home #rev_slider_1_1_wrapper{
    width:98%!important;
    height:auto!important;
}

/*fix the contact us page field width consistency*/
.thumb-zoom.isotope-item .portfolio-item-wrapper img{
    width:100%;
    height:auto!important;
}

/*hide the expand button*/
@media all and (max-width: 800px) {
    .pp_pic_holder .pp_content_container .pp_content .pp_fade a.pp_expand{
        display:none!important;
    }

    .home #rev_slider_1_1, #rev_slider_1_1_wrapper{
        width:100%!important;
        height:40vw!important;
    }
}

/*the homepage buttons */
.home-buttons{
    color: #ffffff;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    background-color: #61b686;
    border: 1px solid  #61b686;
    cursor: pointer;
    text-align: center;
    padding: 15px 40px;
    display: inline-block;
    margin-bottom: 5px;

    border-radius: 30px;
}

.home-buttons:hover{
    color:#ffffff;
}

#wpcf7-f828-p20-o1 .wpcf7-form-control.wpcf7-submit{
    color: #ffffff;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    background-color: #61b686;
    border: 1px solid  #61b686;
    cursor: pointer;
    text-align: center;
    padding: 15px 50px;
    display: inline-block;
    margin-bottom: 5px;

    border-radius: 30px;
}

.home-bespoke-section{
    text-align: center;
    margin-top:20px;
}
#aq-block-8-3 p, #aq-block-8-7 p{
    text-align: center;
}

/*change the logo posision*/
.logo a img{
    width:100%;
}

.toggle-block p.tab-head,
.accordion-block p.tab-head {
    margin: 0;
    padding: 1.7vw 30px!important;
}

/*The footer section part*/
.footer-social-share-area{
    text-align: center;

    margin-left: auto;
    margin-right: auto;
}

.footer-social-share-area .social{
    margin-left: auto!important;
    margin-right: auto!important;
    width: 40%;
}

.footer-social-share-area ul.social li{
    padding:0 0.3vw;
}


.footer-social-logo-image{
    width:50%;
}
.footer-social-des{
    font-size:19px;
    line-height:22px;
    margin: 20px 0 20px 0;
}


#footer .container .row .span3:last-child{
    text-align: right;
}

/*blog page*/
.blog-block .blog-post-content .post-title a{
    color: #61b686;
    font-size:26px;
}
.blog-block .blog-post-content .post-title a:hover{
    color: #555555;
}

.blog-block .blog-post-content .blog-content .meta .mata-date, .blog-block .blog-post-content .blog-content .meta .meta-comm a, .blog-block .blog-post-content .blog-content .meta .meta-comm i:before{
    font-size:14px;
}
#aq-block-457-1 .contact-form-title{
    font-size:26px;
}

/*the woocommerce page*/
.woocommerce-page .widget_shopping_cart .page-title h3{
    font-family: Open Sans;
    font-weight: 400;
    color: #61b686!important;
    font-size:22px!important;
}

@media all and (min-width: 1200px) {
    .footer-social-share-area .social{
        margin-left: auto!important;
        margin-right: auto!important;
        width: 35%;
    }

    .footer-social-share-area ul.social li{
        padding:0 0.4vw;
    }
}

#text-6 h3{
    font-size:23px!important;
    color: #909096!important;
}

#text-3 h3{
    font-size:23px!important;
    color: #909096!important;
    margin-right:20px;
}

.footer-contact-email{
    font-size:17px;

}

.footer-contact-phone{
    font-size:17px;
    margin-top:20px;
}

/*on the gallery page*/
.portfolio-items .portfolio-item-wrapper, .flickr-widget li a, .overlay, .pinboard a{
    background-color: transparent!important;
}
.portfolio-items article:hover img{
    opacity:1;
}
/*the FAQs page*/
#aq-template-wrapper-51 .aq-block .page-title h3{
    color: #61b686;
    font-size: 22px;
}

/*contact us page*/
.contact-form-title{
    font-size:26px;
    color: #61b686;
    margin-bottom:30px;
}

.contact-form-part{
    font-size:15px;
    padding-bottom:30px;
}

.contact-form-bold{
    font-weight:700;

}

#aq-block-457-1{
    font-size:15px;
}

.wpcf7-form p .wpcf7-form-control{
    margin-top:7px;
}

/*the gallery page*/
#aq-block-277-1{
    margin-bottom:0;
}

/*the home header logo style*/
.home-logo-right{
    margin-bottom:40px;
}

/*home page top menu*/
#menu > li > a{
    font-size:17px!important;
}
#menu ul.sub-menu a{
    font-size:16px!important;
}

/*fix all the image size issues on the basic pages*/
#aq-block-445-1 img, #aq-block-617-2 img{
    width:100%;
}
/*home slider style*/
#rev_slider_1_1 ul li .tp-caption.fade.start{
    position: absolute;
    right: 0;
    bottom:0;
}

#rev_slider_1_1 ul li .tp-caption.fade.start.noshadow{
    position: absolute;
    left: 0!important;
    bottom:0;
    width:100%;

}
.home-buttons:hover,.home-buttons{
    color: #ffffff!important;
}

.home-slider-text{
    font-size: 22px;
    background: rgba(255,255,255,0.4);
    height: 50px;
    padding-top: 25px;
    padding-left:50px;

    position: absolute;
    bottom:0;
    width:100%;
    color: #692a1c;
    font-family: Lato;
    font-weight: 400;
}

/*home page button*/
#aq-block-8-3 .home-buttons, #aq-block-8-7 .home-buttons{
    min-width:30%;
}

/*the woocommerce button*/
.products .cart-buttons a{
    color: #ffffff;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    background-color: #61b686;
    border: 1px solid #61b686;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 30px;
}

/*the gallery image lightbox*/
.pp_pic_holder.pp_default{
    margin-top:80px;


}
.pp_description{
    font-size: 15px!important;
    padding-left:50px;
    width:85%;
}
.pp_nav{
    padding-left:50px;
}
div.pp_default .pp_nav .currentTextHolder{
    font-size: 25px;
    color: #000;
    margin-left: 160px;
    padding-top: 20px;
}
div.pp_default .pp_nav .pp_play{
    height: 60px;
    width: 60px;
    margin-top:-1px;
}

div.pp_default .pp_nav .pp_pause{
    height: 45px;
    width: 45px;
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 9px;
}


div.pp_default a.pp_arrow_previous{
    height: 56px;
    width: 56px;
}

div.pp_default a.pp_arrow_next{
      height: 60px;
      width: 60px;
}

div.pp_default a.pp_arrow_previous{
    background: url(./images/prettyPhoto/back.png) 1px 1px no-repeat!important;
    background-size: contain!important;
}
div.pp_default a.pp_arrow_next{
    background: url(./images/prettyPhoto/forward.png) 1px 1px no-repeat!important;
    background-size: contain!important;
}

div.pp_default .pp_nav{
    width: 310px;
}
div.pp_default .pp_nav .pp_play{
    background: url(./images/prettyPhoto/play.png) 1px 1px no-repeat!important;
    background-size: contain!important;
}
div.pp_default .pp_nav .pp_pause{
      background: url(./images/prettyPhoto/pause.png) 1px 1px no-repeat!important;
      background-size: contain!important;
  }
.pp_hoverContainer .pp_next,.pp_hoverContainer .pp_previous{
    display: none;
}

.pp_social{
    display: none;
}

.pp_close{
    margin-right:20px;
}
.pp_expand{
    display: none!important;
}
.pp_gallery img{
    width:150px!important;
}
.pp_gallery{
    margin-top: -107px;
}

.pp_gallery ul{
    height:103px;
}
.pp_gallery ul li a{
    height:103px;
}

div.pp_default .pp_gallery ul li a{
    border:0;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content{


}
#fullResImage{
    margin-bottom:120px;
    margin-left:12.5%;
    margin-top:20px;
}

.pp_enquiry-now{
    float: right;
    margin: 15px 5% 0 0;
}
/*gallery page portfolio*/
.portfolio-context span, .portfolio-context h2, .portfolio-context{
    color:#692a1c!important;
    font-weight:700;
}
.portfolio-context span, .portfolio-context h2, .portfolio-context{
    border-color:#692a1c!important;
}

#rev_slider_1_1_wrapper{
    background-color: #ffffff!important;
}

/*fix the footer social share position issue*/
.footer-social-share-area .social{
    padding-left:2vw!important;
}

.home-buttons{
    font-weight:700;
}

/*fix the gallery image size issue*/
.page-id-16  .portfolio-item-wrapper img{

    width:100%;
    height: 280px;
}

.lazy {
    transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
}

#shipping_address_2, #billing_address_2{
    margin-left: 0!important;
}

#aq-block-441-2 > a.overlay{
    width:100%;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next{
    display: none!important;
}

/*fix the two tick icons showing up issue*/
.woocommerce a.button.added::after{
    display: none!important;
}

/*fix gallery button not working on mobile*/
.pp_fade .pp_details .pp_enquiry-now{
    z-index:999;
}

.pp_fade .pp_details .pp_enquiry-now a{
    z-index:999;
}
/*fix the issues on the mobile version*/
@media all and (max-width: 800px) {

    /*woocommerce related*/
    .product.type-product.status-publish{
        width:100%!important;
    }

    .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
        width:100%!important;
    }

    .summary.entry-summary{
        width:100%!important;
    }

    #header .logo {
        margin:20px 0;
    }

    .home-logo-left{
        width:70%!important;
        margin-left:2%;
    }

    .home-logo-right{
        width:28%!important;
    }


    .menu-trigger,.res-menu{
        /*background-color: #c4efd7!important;*/
        background-color:#b4e8cb!important;
    }

    .aq-template-wrapper .aq-block{
        margin-bottom:40px;
    }

    #header nav.menu-main-nav-container{
        margin-bottom:30px;
    }

    #top-link{
        z-index:2;
    }

}

/*fix the issues on the mobile version*/
@media all and (max-width: 700px) {


    div.pp_default .pp_nav{
        width:auto;
    }
    .pp_enquiry-now{
        margin-top:10px!important;
    }

    #footer .container .row div{
        text-align: center;
    }

    .footer-social-logo-image{
        margin-left:5%;

    }
    .footer-social-share-area .social{
        width:50%;
    }

    .footer-social-share-area .footer-social-des{
        width:75%;
        margin: 20px auto 20px auto;
    }

    /*fix the input field width issue on the contact us page*/
    .page-id-20 .wpcf7-form-control.wpcf7-text,.page-id-20 .wpcf7-form-control.wpcf7-textarea{
        width:100%;
    }

    /*fix the home slider text and button size on mobile*/
    .home-buttons{
        color: #ffffff;
        font-size: 10px!important;
        font-family: Arial;
        font-weight: 400;
        background-color: #61b686;
        border: 1px solid #61b686;
        cursor: pointer;
        text-align: center;
        padding: 7px 20px;
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 0!important;
        border-radius: 30px;
        right: 5px!important;
        bottom: 0!important;
    }

    .pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content{
        /*height:330px!important;*/
    }
    .pp_enquiry-now {
        float: right;
        margin: -25px 2% 0 0;
    }

    .home-slider-text {
        font-size: 12px;
        background: rgba(255,255,255,0.4);
        height: 22px;
        padding-top: 15px;
        padding-left: 10px;
        position: absolute;
        bottom: 0;
        width: 100%;
        color: #000;
    }


    /*fix the gallery lightbox issue*/
    div.pp_default .pp_nav .pp_play{
        height: 42px;
        width: 42px;
        margin-top: -1px;
    }

    div.pp_default .pp_nav .pp_pause{
      height: 31px;
      width: 31px;
      margin-top: 6px;
        margin-left:5px;
  }

    div.pp_default a.pp_arrow_previous{
        height: 38px;
        width: 38px;
        margin-top:3px;
    }

    div.pp_default a.pp_arrow_next{
        height: 40px;
        width: 40px;
    }

    div.pp_default .pp_nav .currentTextHolder{
        font-size: 17px;
        color: #000;
        margin-left: 50px;
        padding-top: 8px;
    }
    .pp_description{
        font-size: 13px!important;
        padding-left: 10px;
        width: 85%;
    }
    .pp_nav{
        padding-left:6px;
    }

    .pp_pic_holder.pp_default{
        margin-top:0;
    }

    .pp_gallery{
        /*margin-left: -123.5px!important;*/
        display: none!important;
    }

    /*#pp_full_res #fullResImage{*/
        /*margin-left:16%;*/
        /*margin-bottom: 20px;*/
        /*margin-left: 12.5%;*/
        /*margin-top: 20px;*/

        /*width:75%!important;*/
        /*height:auto!important;*/
    /*}*/
}


@media (min-width:700px) and (max-width: 800px) {

    #footer .container .row div.span3{
        width: 25%;
        float: left;
    }

    #footer .container .row div.span6{
        width: 50%;
        float: left;
    }


    #footer .container .row div.span3{
        width: 25%;
        float: left;
    }

    .footer-social-share-area .social{
        width:50%;
    }

    #footer .container .row div.span3 .certify-by-area .certify-by-box a img{
        width:50px;
    }

}

/*fix the top menu margin issue*/
@media (min-width:800px) and (max-width: 1100px) {
    #menu > li > a{
        padding: 5px 20px 0 20px;
    }
}


/* WooCommerce Styles */

ul.products li {
    width: 33% !important;
    margin: 0 !important;
    padding: 0 15px !important;
    margin-bottom: 50px !important;
}
.woocommerce ul.products li.product a img {
    margin: 0 !important;
}
.products h2 {
    text-transform: uppercase !important;
    font-size: 12px !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
    color: #3d3d3d;
}
ul.products li .price {
    display: block !important;
    font-weight: normal !important;
    font-size: 13px !important;
    margin-bottom: 15px !important;
}
.woocommerce ul.products li.product .button{
    background-color: #61b686;

    width: 100%;
    padding: 11px 0;
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 0 !important;
    text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.2);
    line-height: 20px;


    font-size: 14px;
    font-weight: 700;
    border: 1px solid #61b686;
    cursor: pointer;
    text-align: center;
    display: inline-block;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.products .thumbnail-wrapper {
    border: 0 !important;
}
.woocommerce-mini-cart__buttons{
    padding-top:20px;
}
.woocommerce-mini-cart__buttons a{
    background-color: #61b686!important;
    padding: 15px 1em!important;
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 0 !important;
    text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.2);
    line-height: 20px;
    margin-right: 0!important;

    font-size: 16px;
    font-weight: 400;
    border: 1px solid #61b686;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 30px!important;
    -moz-border-radius: 30px!important;
    border-radius: 30px!important;

    width:60%!important;
    float: right!important;
}
.woocommerce ul.products li.product .price{
    color: #61b686!important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #555555!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    width: 33.33%!important;
    margin-top: 20px;
    display: inline-block;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width:38%!important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width:58%!important;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button{
    background-color: #61b686!important;
    padding: 15px 50px!important;
    margin-bottom: 0;
    margin-left:20px!important;
    color: #ffffff;
    margin-top: 0 !important;
    line-height: 20px;


    font-size: 16px;
    font-weight: 400;
    border: 1px solid #61b686;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 30px!important;
    -moz-border-radius: 30px!important;
    border-radius: 30px!important;
}

.woocommerce-variation-add-to-cart .quantity{
    margin-right:16px!important;
}

#review_form #respond .form-submit input.submit{
    background-color: #61b686!important;
    padding: 15px 60px!important;
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 0 !important;
    line-height: 20px;


    font-size: 16px;
    font-weight: 400;
    border: 1px solid #61b686;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 30px!important;
    -moz-border-radius: 30px!important;
    border-radius: 30px!important;
}

#review_form #respond .form-submit input.submit:hover{
    color: #ffffff;
}

#reviews{
    padding-left:30px;
}

#review_form_wrapper{
    margin-top:50px;
}

.woocommerce-tabs.wc-tabs-wrapper .reviews_tab a{
    border:0 solid #ffffff;
    border-top-color:#ffffff!important;

}
#product-889 .container{
    width:100%;
}

.related-product ul.products li {
    width: 33% !important;
    margin: 0 !important;
    padding: 25px 15px 0 0!important;
    margin-bottom: 50px !important;
}

.related-product .related.products > h2{
    font-family: Open Sans;
    font-weight: 400;
    color: #61b686;
    font-size:20px!important;
}

.woocommerce-message{
    border-top-color: #61b686!important;
}

.woocommerce-message::before{
    color: #61b686!important;
}

.alert.tips, .woocommerce-message{
    border-color: #61b686!important;
}

.woocommerce-message .button{
    background-color: #61b686!important;
    padding: 15px 50px!important;
    border-radius: 30px!important;
}
.coupon input.button{
    background-color: #61b686!important;
    padding: 15px 50px!important;
    border-radius: 30px!important;
    width:auto!important;
    margin-top:5px!important;
}

.cart.woocommerce-cart-form__contents button.button{
    background-color: #61b686!important;
    padding: 15px 50px!important;
    border-radius: 30px!important;
    width:auto!important;
    margin-top:5px!important;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a{
    background-color: #61b686!important;
    border-radius: 30px!important;
}

.woocommerce-info,.woocommerce-info::before{
    border-top-color: #61b686!important;
}

.woocommerce-info::before{
    color: #61b686!important;
}

.woocommerce .checkout_coupon .button,.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background-color: #61b686!important;
    padding: 15px 50px!important;
    border-radius: 30px!important;
    width:auto!important;
    margin-top:5px!important;
}

#content-area .aq-block-bmd_text_block h2{
    font-size: 26px!important;
    margin-bottom: 30px;
}

.woocommerce div.product form.cart .button{
    background-color: #61b686!important;
    color: #ffffff;
    padding: 15px 50px!important;
    border-radius: 30px!important;
    width:auto!important;

    font-size:13px;
    font-weight: 700;
    font-family: Arial;
    margin-top:30px;
}

.woocommerce div.product form.cart div.quantity{
    margin-right:20px!important;
}

.ethics-diamonds-page-button{
    background-color: #61b686!important;
    color: #ffffff;
    padding: 15px 50px!important;
    border-radius: 30px!important;
    width:auto!important;

    font-size:13px;
    font-weight: 700;
    font-family: Arial;
    margin-top:30px;
}

.ethics-diamonds-page-button:hover{
    color: #ffffff;
}
.woocommerce-products-header .woocommerce-products-header__title{
    font-size:26px;
}

/*fix the woocommerce product page on mobile*/
@media all and (max-width: 800px) {

    /*woocommerce related*/
    .product.type-product.status-publish {
        width: 100% !important;
    }

    .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
        width: 100% !important;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
        width: 100% !important;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
        width: 100% !important;
    }

    .woocommerce div.product form.cart .button{
        margin-top:20px!important;
    }

    .single_variation_wrap .woocommerce-variation.single_variation{
        min-width: 80px;
    }
    #reviews{
        padding-left:0;
    }
}

/*fix the woocommerce product page on mobile*/
@media (min-width: 400px) and (max-width: 600px) {
    .woocommerce-cart-form__cart-item.cart_item{
        width:90%;
    }


    #coupon_code{
        width:100%!important;
    }

    .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents{
        display: inline-block;
    }


    .coupon input.button{
        float:left!important;
        width:56%!important;
    }

    .cart.woocommerce-cart-form__contents button.button{
        margin-top:10px!important;
        margin-bottom:5px!important;
        float: left!important;
        margin-left:0!important;
        width:56%!important;
    }

    .woocommerce-cart-form__contents td.actions{
        background-color:transparent!important;
    }

    .page-id-863{
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;

    }
}

/*fix the woocommerce product page on mobile*/
@media (min-width: 350px) and (max-width: 400px) {
    .woocommerce-cart-form__cart-item.cart_item{
        width:80%;
    }


    #coupon_code{
        width:100%!important;
    }

    .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents{
        display: inline-block;
    }


    .coupon input.button{
        float:left!important;
        width:56%!important;
    }

    .cart.woocommerce-cart-form__contents button.button{
        margin-top:10px!important;
        margin-bottom:5px!important;
        float: left!important;
        margin-left:0!important;
        width:56%!important;
    }

    .woocommerce-cart-form__contents td.actions{
        background-color:transparent!important;
    }

    .page-id-863{
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;

    }
}

/*fix the woocommerce product page on mobile*/
@media all and (max-width: 350px) {
    .woocommerce-cart-form__cart-item.cart_item{
        width:70%;
    }


    #coupon_code{
        width:100%!important;
    }

    .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents{
        display: inline-block;
    }


    .coupon input.button{
        float:left!important;
        width:56%!important;
    }

    .cart.woocommerce-cart-form__contents button.button{
        margin-top:10px!important;
        margin-bottom:5px!important;
        float: left!important;
        margin-left:0!important;
        width:56%!important;
    }

    .woocommerce-cart-form__contents td.actions{
        background-color:transparent!important;
    }

    .page-id-863{
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;

    }
}

#portfolio {
    margin: 1rem 0;
}
.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}

.scale-anm {
    transform: scale(1);
}

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;

}

.page-id-16 .btn {
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
    margin: 3px;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.tile {
    height: auto;
    min-height: 300px;
    text-align: center;
    display: inline-block;
    width: 33%;
    padding: 0 8px;
    box-sizing: border-box;
}

.tile:nth-child(3n) {
    padding-right: 0;
}

.tile:nth-child(3n + 1) {
    padding-left: 0;
}

.lazyload {
    min-height: 320px;
}

@media screen and (max-width: 600px) {
    .tile {
        height: auto;
        min-height: 300px;
        width: 100% !important;
    }

    .lazyload {
        min-height: 320px;
    }

    #fullResImage{
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }

    .pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content {
        /*   height: 370px!important; */
    }
}

@media screen and (max-width: 724px) {
    .tile {
        width: 32%;
        padding: 0;
    }
}

@media screen and (max-width: 960px) {
    .tile {
        height: auto;
        min-height: 200px;
    }

    .lazyload {
        min-height: 220px;
    }
}

.tile-hover {
    pointer-events: none;
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 30px;
    width: 100% !important;
    color: #6a2b1c;
    font-size: 14px;
    height: 60px;
}

.tile-hover .icon-camera {
    font-size: 20px;
    border: 1px solid #6a2b1c;
    border-radius: 15px;
    padding: 5px;
}

.active {
    color: #61b686 !important;
}