@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
/********/
/* Fonts */
/**********/
/**********/
/*********/
/*******/
/*********/
/*********/
/*********/
/***************/
/*********/
/* line 9, ../sass/style.scss */
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #f0f0f0;
    position: relative;
}





/* line 18, ../sass/style.scss */
body img {
    width: auto;
}


/* line 19, ../sass/style.scss */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/* line 81, ../sass/_mixins.scss */
ul li, ul #beforeFooter li a, #beforeFooter li ul a {
    margin: 0;
    padding: 0;
}

/* line 25, ../sass/style.scss */
* {
    outline: none !important;
}

/* line 29, ../sass/style.scss */
.spacer {
    clear: both;
    overflow: hidden;
    height: 40px;
    width: 100%;
}

/* line 36, ../sass/style.scss */
body h5 {
    color: #707070;
    background: none;
    font-size: 16px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 15px 0;
}
/* line 98, ../sass/_mixins.scss */
body h5:hover {
    color: #707070;
    background: none;
}




@media (min-width:768px) {
    #menu_mobile {
        display:none;
    }
}


@media (min-width: 1310px) {
    /* line 43, ../sass/style.scss */
    body .container {
        width: 1310px;
    }
}

/*
	LAYOUT
*/
/* line 53, ../sass/style.scss */
#hamburger {
    display: block;
    width: 40px;
    height: 36px;
    margin: 20px;
    position: fixed;
    top: 5px;
    right: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.1);
}

/* line 65, ../sass/style.scss */
#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #fff;
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    position: absolute;
    left: 5px;
}

/* line 77, ../sass/style.scss */
#hamburger:before {
    top: 5px;
}

/* line 81, ../sass/style.scss */
#hamburger:after {
    bottom: 5px;
}

/* line 85, ../sass/style.scss */
#hamburger span {
    top: 50%;
    margin-top: -3px;
}

@media all and (min-width: 768px) {
    /* line 93, ../sass/style.scss */
    #hamburger {
        display: none;
    }
}
/* Hamburger animation */
/* line 99, ../sass/style.scss */
#hamburger:before,
#hamburger:after,
#hamburger span {
    transition: none 0.5s ease 0.5s;
    transition-property: transform, top, bottom, left, opacity;
}

/* line 106, ../sass/style.scss */
html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
}

/* line 111, ../sass/style.scss */
html.mm-opening #hamburger:before {
    transform: rotate(39.5deg);
    top: 15px;
}

/* line 116, ../sass/style.scss */
html.mm-opening #hamburger:after {
    transform: rotate(-39.5deg);
    bottom: 15px;
}

/* line 123, ../sass/style.scss */
#page {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* line 130, ../sass/style.scss */
body .mm-menu {
    background: #2c1225;
    color: rgba(255, 255, 255, 0.6);
    border-right: 3px solid #90526a;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 137, ../sass/style.scss */
body .mm-list > li, body #beforeFooter li .mm-list > a, #beforeFooter li body .mm-list > a {
    padding: 0 0;
    border-bottom: 1px solid #421c37;
    /* end of body .mm-list > li > a, body .mm-list > li > span */
}
/* line 141, ../sass/style.scss */
body .mm-list > li:first-child, body #beforeFooter li .mm-list > a:first-child, #beforeFooter li body .mm-list > a:first-child {
    border-bottom: 1px solid #421c37;
}
/* line 145, ../sass/style.scss */
body .mm-list > li > a, body #beforeFooter li .mm-list > a > a, #beforeFooter li body .mm-list > a > a, body .mm-list > li > span, body #beforeFooter li .mm-list > a > span, #beforeFooter li body .mm-list > a > span {
    font-size: 15px;
    font-family: "Open Sans" ,sans-serif;
    color: #e6bcca;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: left;
}
/* line 154, ../sass/style.scss */
body .mm-list > li > a:hover, body #beforeFooter li .mm-list > a > a:hover, #beforeFooter li body .mm-list > a > a:hover, body .mm-list > li > span:hover, body #beforeFooter li .mm-list > a > span:hover, #beforeFooter li body .mm-list > a > span:hover {
    color: #fff;
}

/* end of body .mm-list > li  */
/* line 163, ../sass/style.scss */
body .mm-list a.mm-subopen {
    background: #37182e url(../images/bg_mm-subopen.png) center center no-repeat;
    border: none !important;
}
/* line 167, ../sass/style.scss */
body .mm-list a.mm-subopen:after, body .mm-list a.mm-subopen:before {
    display: none;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 173, ../sass/style.scss */
.mm-opened #hamburger {
    right: auto;
    left: 0;
}

/* line 179, ../sass/style.scss */
.mm-menu .mm-panel .mm-subclose {
    position: relative;
    color: #281021 !important;
}
/* line 183, ../sass/style.scss */
.mm-menu .mm-panel .mm-subclose:after {
    position: absolute;
    font-size: 15px;
    font-family: "Open Sans";
    color: #b77088;
    text-decoration: underline;
    line-height: 18px;
    text-align: left;
    position: absolute;
    left: 20px;
    display: block;
    top: 32px;
    width: 33px;
    height: 21px;
    padding-left: 0;
    z-index: 42;
    content: 'back';
    text-decoration: underline;
    text-transform: none;
    font-weight: normal;
    background: url(../images/bg_mm-subclose.png) 0 center no-repeat;
}

/*  ******************************************* HEADER ******************************************/
/* line 210, ../sass/style.scss */
body #header {
    height: 150px;
    background-image: -webkit-linear-gradient(left, #551e43 0%, #9c5b79 100%);
    background-image: -o-linear-gradient(left, #551e43 0%, #9c5b79 100%);
    background-image: linear-gradient(to right, #551e43 0%, #9c5b79 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF551E43', endColorstr='#FF9C5B79', GradientType=1);
}
@media only screen and (max-width: 767px) {
    /* line 210, ../sass/style.scss */
    body #header {
        height: auto;
    }
}

/* line 220, ../sass/style.scss */
body.home #header {
    height: auto;
    background-image: -webkit-linear-gradient(left, #210d1d 0%, #693f53 100%);
    background-image: -o-linear-gradient(left, #210d1d 0%, #693f53 100%);
    background-image: linear-gradient(to right, #210d1d 0%, #693f53 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF210D1D', endColorstr='#FF693F53', GradientType=1);
}
@media only screen and (max-width: 767px) {
    /* line 220, ../sass/style.scss */
    body.home #header {
        background: #2c1225;
    }
}

/*  end of body.home #header */
/* line 231, ../sass/style.scss */
#header {
    padding: 27px 0;
    /* end of nav#primary */
}
@media only screen and (max-width: 767px) {
    /* line 231, ../sass/style.scss */
    #header {
        padding: 24px 0;
    }
}
/* line 238, ../sass/style.scss */
#header #logo {
    padding-top: 6px;
    display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 238, ../sass/style.scss */
    #header #logo {
        padding-top: 3px;
    }
    /* line 244, ../sass/style.scss */
    #header #logo img {
        width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 238, ../sass/style.scss */
    #header #logo {
        padding-left: 15px;
    }
}
/* line 257, ../sass/style.scss */
#header nav#primary {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    /* end of nav#primary li */
}
/* line 81, ../sass/_mixins.scss */
#header nav#primary li, #header nav#primary #beforeFooter li a, #beforeFooter li #header nav#primary a {
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    /* line 257, ../sass/style.scss */
    #header nav#primary {
        display: none;
    }
}
/* line 265, ../sass/style.scss */
#header nav#primary li, #header nav#primary #beforeFooter li a, #beforeFooter li #header nav#primary a {
    float: left;
    margin: 0 0 0 10px;
    /* end of &.special */
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 265, ../sass/style.scss */
    #header nav#primary li, #header nav#primary #beforeFooter li a, #beforeFooter li #header nav#primary a {
        margin-left: 12px;
    }
}
/* line 280, ../sass/style.scss */
#header nav#primary li a, #beforeFooter li #header nav#primary a a {
    color: #fff;
    background: none;
    font-size: 14px;
    line-height: 39px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 0 7px;
    text-decoration: none;
    text-transform: uppercase;
}
/* line 98, ../sass/_mixins.scss */
#header nav#primary li a:hover, #beforeFooter li #header nav#primary a a:hover {
    color: #522544;
    background: #ff8b74;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 280, ../sass/style.scss */
    #header nav#primary li a, #beforeFooter li #header nav#primary a a {
        font-size: 11px;
        padding: 0 5px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 302, ../sass/style.scss */
    #header nav#primary li.special a, #header nav#primary #beforeFooter li a.special a, #beforeFooter li #header nav#primary a.special a {
        font-size: 11px;
        padding: 0 5px;
        line-height: 30px;
    }
}


/*  *********************************************** AFTER HEADER ********************************************/
/* line 346, ../sass/style.scss */
#afterheader {
    background-image: -webkit-linear-gradient(left, #36162d 0%, #bc7793 100%);
    background-image: -o-linear-gradient(left, #36162d 0%, #bc7793 100%);
    background-image: linear-gradient(to right, #36162d 0%, #bc7793 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF36162D', endColorstr='#FFBC7793', GradientType=1);
    padding: 30px 0 35px;
}
/* line 349, ../sass/style.scss */
#afterheader h1 {
    color: #fff;
    background: none;
    font-size: 30px;
    line-height: 39px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    display: block;
    padding: 0;
    margin: 0;
}
/* line 98, ../sass/_mixins.scss */
#afterheader h1:hover {
    color: #fff;
    background: none;
}
/* line 353, ../sass/style.scss */
#afterheader h2 {
    color: #fff;
    background: none;
    font-size: 30px;
    line-height: 39px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}
/* line 98, ../sass/_mixins.scss */
#afterheader h2:hover {
    color: #fff;
    background: none;
}
/* line 359, ../sass/style.scss */
#afterheader h3 {
    color: #fff;
    background: none;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-transform: none;
}
/* line 98, ../sass/_mixins.scss */
#afterheader h3:hover {
    color: #fff;
    background: none;
}
@media only screen and (max-width: 767px) {
    /* line 366, ../sass/style.scss */
    #afterheader h3 br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 372, ../sass/style.scss */
    #afterheader h1, #afterheader h2 {
        font-size: 27px;
        line-height: 30px;
    }
    /* line 377, ../sass/style.scss */
    #afterheader h2 {
        margin-bottom: 11px;
    }
    /* line 381, ../sass/style.scss */
    #afterheader h3 {
        font-size: 13px;
        line-height: 20px;
    }
}
/* line 393, ../sass/style.scss */
#afterheader .captionBox {
    width: 430px;
    float: left;
    margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 393, ../sass/style.scss */
    #afterheader .captionBox {
        width: 345px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* line 393, ../sass/style.scss */
    #afterheader .captionBox {
        width: 100%;
        float: none;
        text-align: left;
    }
}
/* line 412, ../sass/style.scss */
#afterheader .imageBox {
    float: right;
    margin-right: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 412, ../sass/style.scss */
    #afterheader .imageBox {
        margin-right: 0px;
    }
    /* line 418, ../sass/style.scss */
    #afterheader .imageBox img {
        width: 290px;
    }
}
@media only screen and (min-width: 1200px) {
    /* line 412, ../sass/style.scss */
    #afterheader .imageBox {
        margin-right: 50px;
    }
}
@media (min-width: 1310px) {
    /* line 412, ../sass/style.scss */
    #afterheader .imageBox {
        margin-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 412, ../sass/style.scss */
    #afterheader .imageBox {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    /* line 433, ../sass/style.scss */
    #afterheader .imageBox img {
        max-width: 100%;
    }
}

/*  *************************************** SECOND MENU HOLDER *************************************************/
/* line 447, ../sass/style.scss */
#secondMenuHolder {
    height: 74px;
    background: #fff;
    padding: 5px 0;
    -webkit-box-shadow: 0 2px 4px #c9c9c9;
    box-shadow: 0 2px 4px #c9c9c9;
    position: relative;
    z-index: 5;
}

/* line 457, ../sass/style.scss */
.wrapSearch {
    float: right;
    margin-top: 19px;
    /* end of .wrapSearch form */
}
@-moz-document url-prefix() {
    /* line 457, ../sass/style.scss */
    .wrapSearch {
        margin-top: 14px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 457, ../sass/style.scss */
    .wrapSearch {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 457, ../sass/style.scss */
    .wrapSearch {
        width: 100%;
    }
}
/* line 472, ../sass/style.scss */
.wrapSearch form {
    width: 280px;
    height: 38px;
    position: relative;
    /* end of .wrapSearch form input */
    /* end of .wrapSearch form button */
}
@media only screen and (max-width: 767px) {
    /* line 472, ../sass/style.scss */
    .wrapSearch form {
        width: 100%;
    }
}
/* line 481, ../sass/style.scss */
.wrapSearch form:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -23px;
    right: -3px;
    width: 82px;
    content: '';
    display: block;
    background: #fff;
    height: 82px;
    z-index: 2;
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 481, ../sass/style.scss */
    .wrapSearch form:after {
        right: -18px;
    }
}
/* line 501, ../sass/style.scss */
.wrapSearch form > * {
    position: relative;
    z-index: 3;
}
/* line 506, ../sass/style.scss */
.wrapSearch form input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #24141e;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    display: block;
    border: 1px solid #e9d4db;
    padding: 5px 40px 5px 17px;
    height: 37px;
    width: 70%;
    float: right;
    margin-right: 24px;
}
/* line 98, ../sass/_mixins.scss */
.wrapSearch form input:hover {
    color: #24141e;
    background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 506, ../sass/style.scss */
    .wrapSearch form input {
        width: 60%;
    }
}
@media only screen and (min-width: 1200px) {
    /* line 506, ../sass/style.scss */
    .wrapSearch form input {
        width: 90%;
    }
}
@media (min-width: 1310px) {
    /* line 506, ../sass/style.scss */
    .wrapSearch form input {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    /* line 506, ../sass/style.scss */
    .wrapSearch form input {
        width: 95%;
    }
}
/* line 534, ../sass/style.scss */
.wrapSearch form button {
    color: #fff;
    background: #b77088;
    font-size: 22px;
    line-height: 54px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: -9px;
    border: none;
    width: 54px;
    height: 54px;
    text-align: center;
}
/* line 98, ../sass/_mixins.scss */
.wrapSearch form button:hover {
    color: #fff;
    background: #48213a;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 534, ../sass/style.scss */
    .wrapSearch form button {
        right: -4px;
    }
}

/* end of .wrapSearch */
/* line 554, ../sass/style.scss */
#secondMenu {
    position: relative;
    margin-top: -55px;
    /* end of .navTabs */
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 554, ../sass/style.scss */
    #secondMenu {
        margin-top: -40px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 554, ../sass/style.scss */
    #secondMenu {
        display: none;
    }
}
/* line 565, ../sass/style.scss */
#secondMenu .navTabs > li, #secondMenu #beforeFooter li .navTabs > a, #beforeFooter li #secondMenu .navTabs > a {
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 1px;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
}
/* line 575, ../sass/style.scss */
#secondMenu .navTabs > li a, #secondMenu #beforeFooter li .navTabs > a a, #beforeFooter li #secondMenu .navTabs > a a {
    color: #fff;
    background: #48213a;
    font-size: 15px;
    line-height: 50px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: block;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: none;
    text-transform: uppercase;
    padding: 0 15px;
}
/* line 98, ../sass/_mixins.scss */
#secondMenu .navTabs > li a:hover, #secondMenu #beforeFooter li .navTabs > a a:hover, #beforeFooter li #secondMenu .navTabs > a a:hover {
    color: #48213a;
    background: #fff;
}
/* line 585, ../sass/style.scss */
#secondMenu .navTabs > li a:hover, #secondMenu #beforeFooter li .navTabs > a a:hover, #beforeFooter li #secondMenu .navTabs > a a:hover {
    /* border-bottom: 1px solid #fff; */
    text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 575, ../sass/style.scss */
    #secondMenu .navTabs > li a, #secondMenu #beforeFooter li .navTabs > a a, #beforeFooter li #secondMenu .navTabs > a a {
        padding: 0 15px;
        font-size: 11px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    /* line 575, ../sass/style.scss */
    #secondMenu .navTabs > li a, #secondMenu #beforeFooter li .navTabs > a a, #beforeFooter li #secondMenu .navTabs > a a {
        padding: 0 30px;
    }
}
@media (min-width: 1310px) {
    /* line 575, ../sass/style.scss */
    #secondMenu .navTabs > li a, #secondMenu #beforeFooter li .navTabs > a a, #beforeFooter li #secondMenu .navTabs > a a {
        padding: 0 45px;
    }
}
/* line 609, ../sass/style.scss */
#secondMenu .navTabs > li a.sf-with-ul:after, #secondMenu #beforeFooter li .navTabs > a a.sf-with-ul:after, #beforeFooter li #secondMenu .navTabs > a a.sf-with-ul:after {
    display: none;
}
/* line 616, ../sass/style.scss */
#secondMenu .navTabs > li.active a, #secondMenu #beforeFooter li .navTabs > a.active a, #beforeFooter li #secondMenu .navTabs > a.active a {
    color: #48213a;
    background: #fff;
    position: relative;
}
/* line 624, ../sass/style.scss */
#secondMenu .navTabs > li.sfHover > a, #secondMenu #beforeFooter li .navTabs > a.sfHover > a, #beforeFooter li #secondMenu .navTabs > a.sfHover > a {
    color: #48213a;
    background: #fff;
    position: relative;
    z-index: 60;
    /* &:after {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -7px;
        background: url(../images/bg_mark.jpg) 0 0 no-repeat;
        width: 14px;
        height: 8px;
        z-index: 10;
        display: block;
        content: '';
        border: none;
    } */
}
/* line 645, ../sass/style.scss */
#secondMenu .navTabs > li.sfHover #after_mark, #secondMenu #beforeFooter li .navTabs > a.sfHover #after_mark, #beforeFooter li #secondMenu .navTabs > a.sfHover #after_mark {
    display: block;
}
/* line 653, ../sass/style.scss */
#secondMenu .navTabs > li:first-child.active a:after, #secondMenu #beforeFooter li .navTabs > a:first-child.active a:after, #beforeFooter li #secondMenu .navTabs > a:first-child.active a:after {
    display: none;
}

/* end of #secondMenu */
/* #after_mark {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -7px;
	background: url(../images/bg_mark.jpg) 0 0 no-repeat;
	width: 14px;
	height: 8px;
	z-index: 10;
	display: block;
	content: '';
	border: none;
}
 */
/*  ********************************************** MAIN TABS *********************************************/
/* line 681, ../sass/style.scss */
.navTabs {
    border: none;
    margin: 0;
}

/* line 686, ../sass/style.scss */
.tab-content {
    position: relative;
}

/* line 690, ../sass/style.scss */
.tabPane {
    padding: 14px 0;
    position: absolute;
    width: 100%;
}


/* line 702, ../sass/style.scss */
.tabPane#wrapBreadcrumbs {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    margin-top: 15px;
    width: auto;
}
@media only screen and (max-width: 767px) {
    /* line 702, ../sass/style.scss */
    .tabPane#wrapBreadcrumbs {
        display: none;
    }
}
/* line 713, ../sass/style.scss */
.tabPane#wrapBreadcrumbs.mobileVersion {
    display: none;
    margin-bottom: 9px;
    margin-top: 0;
    position: relative;
}
@media only screen and (max-width: 767px) {
    /* line 713, ../sass/style.scss */
    .tabPane#wrapBreadcrumbs.mobileVersion {
        display: block;
    }
}
/* line 725, ../sass/style.scss */
.tabPane#wrapBreadcrumbs ul {
    clear: both;
    overflow: hidden;
}
/* line 728, ../sass/style.scss */
.tabPane#wrapBreadcrumbs ul li, .tabPane#wrapBreadcrumbs ul #beforeFooter li a, #beforeFooter li .tabPane#wrapBreadcrumbs ul a {
    float: left;
    margin: 0 18px 0 0;
}
/* line 732, ../sass/style.scss */
.tabPane#wrapBreadcrumbs ul li a, #beforeFooter li .tabPane#wrapBreadcrumbs ul a a {
    color: #b77088;
    background: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
    background: url(../images/bg_breadrumb_link.png) right center no-repeat;
    padding-right: 35px;
}
/* line 98, ../sass/_mixins.scss */
.tabPane#wrapBreadcrumbs ul li a:hover, #beforeFooter li .tabPane#wrapBreadcrumbs ul a a:hover {
    color: #905070;
    background: "";
}
/* line 738, ../sass/style.scss */
.tabPane#wrapBreadcrumbs ul li span, #beforeFooter li .tabPane#wrapBreadcrumbs ul a span {
    color: #b77088;
    background: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
}
/* line 98, ../sass/_mixins.scss */
.tabPane#wrapBreadcrumbs ul li span:hover, #beforeFooter li .tabPane#wrapBreadcrumbs ul a span:hover {
    color: #b77088;
    background: none;
}

/* line 746, ../sass/style.scss */
#secondMenu .wrapLists {
    padding: 4px;
    display: none;
    background: #fff;
    width: 100%;
    /* end of .cats */
}
/* line 752, ../sass/style.scss */
#secondMenu .wrapLists .wrapL {
    border: 1px solid #c9c9c9;
}
/* line 756, ../sass/style.scss */
#secondMenu .wrapLists .cats {
    float: left;
    width: 25%;
    position: relative;
    padding: 30px 0;
    margin: 0;
    /* end of .cats li */
}
/* line 763, ../sass/style.scss */
#secondMenu .wrapLists .cats:before {
    position: absolute;
    width: 1px;
    left: 0;
    height: 100%;
    content: '';
    background: #d4d4d4;
    top: 0;
}
/* line 773, ../sass/style.scss */
#secondMenu .wrapLists .cats:first-child:before {
    display: none;
}
/* line 777, ../sass/style.scss */
#secondMenu .wrapLists .cats li, #secondMenu .wrapLists .cats #beforeFooter li a, #beforeFooter li #secondMenu .wrapLists .cats a {
    margin: 0 24px 24px 19px;
    background: none;
}
@media only screen and (min-width: 1200px) {
    /* line 777, ../sass/style.scss */
    #secondMenu .wrapLists .cats li, #secondMenu .wrapLists .cats #beforeFooter li a, #beforeFooter li #secondMenu .wrapLists .cats a {
        margin: 0 30px 30px 40px;
    }
}
@media (min-width: 1310px) {
    /* line 777, ../sass/style.scss */
    #secondMenu .wrapLists .cats li, #secondMenu .wrapLists .cats #beforeFooter li a, #beforeFooter li #secondMenu .wrapLists .cats a {
        margin: 0 30px 30px 40px;
    }
}
/* line 797, ../sass/style.scss */
#secondMenu .wrapLists .cats li h6, #beforeFooter li #secondMenu .wrapLists .cats a h6, #secondMenu .wrapLists .cats li h6 a, #beforeFooter li #secondMenu .wrapLists .cats a h6 a {
    color: #773f60;
    background: none;
    font-size: 15px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
    text-transform: capitalize;
    padding: 0;
    text-align: left;
}
/* line 98, ../sass/_mixins.scss */
#secondMenu .wrapLists .cats li h6:hover, #beforeFooter li #secondMenu .wrapLists .cats a h6:hover, #secondMenu .wrapLists .cats li h6 a:hover, #beforeFooter li #secondMenu .wrapLists .cats a h6 a:hover {
    color: #bc899f;
    background: none;
}
/* line 804, ../sass/style.scss */
#secondMenu .wrapLists .cats li h6 a, #beforeFooter li #secondMenu .wrapLists .cats a h6 a {
    text-decoration: none;
}
/* line 809, ../sass/style.scss */
#secondMenu .wrapLists .cats li p, #beforeFooter li #secondMenu .wrapLists .cats a p {
    color: #858585;
    background: none;
    font-size: 12px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
}
/* line 98, ../sass/_mixins.scss */
#secondMenu .wrapLists .cats li p:hover, #beforeFooter li #secondMenu .wrapLists .cats a p:hover {
    color: #858585;
    background: none;
}
/* line 813, ../sass/style.scss */
#secondMenu .wrapLists .cats li:last-child, #secondMenu .wrapLists .cats #beforeFooter li a:last-child, #beforeFooter li #secondMenu .wrapLists .cats a:last-child {
    margin-bottom: 6px;
}

/* end of .wrapLists */
/* line 826, ../sass/style.scss */
#populartemplates {
    opacity: 1;
    display: block;
    visibility: visible;
    padding-top: 15px;
    /* end of link */
}
@media only screen and (max-width: 767px) {
    /* line 832, ../sass/style.scss */
    #populartemplates.tabPane {
        display: none;
    }
}
/* line 838, ../sass/style.scss */
#populartemplates a {
    color: #777777;
    background: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: inline-table;
    border-left: 1px solid #f0f0f0;
    padding: 5px 25px 5px 15px;
    text-decoration: none;
}
/* line 98, ../sass/_mixins.scss */
#populartemplates a:hover {
    color: #66465b;
    background: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 838, ../sass/style.scss */
    #populartemplates a {
        padding: 0 25px 5px 15px;
        font-size: 9px;
        line-height: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    /* line 838, ../sass/style.scss */
    #populartemplates a {
        padding: 0 50px 5px 30px;
    }
}
@media (min-width: 1310px) {
    /* line 838, ../sass/style.scss */
    #populartemplates a {
        padding: 0 54px 5px 30px;
    }
}
/* line 863, ../sass/style.scss */
#populartemplates a img {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 863, ../sass/style.scss */
    #populartemplates a img {
        width: 25px;
        margin-right: 5px;
    }
}
/* line 875, ../sass/style.scss */
#populartemplates a span {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    /* line 875, ../sass/style.scss */
    #populartemplates a span {
        display: none;
    }
}
/* line 887, ../sass/style.scss */
#populartemplates a.showAll {
    background: #b77088;
    padding: 0 17px !important;
    font-size: 14px;
    line-height: 35px;
    font-family: "Open Sans";
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
/* line 898, ../sass/style.scss */
#populartemplates a.showAll span {
    display: inline-block;
}
/* line 902, ../sass/style.scss */
#populartemplates a.showAll:hover {
    /* background:  */
}
/* line 910, ../sass/style.scss */
#populartemplates.mobileVersion {
    display: none;
    text-align: center;
    padding-top: 0;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    /* line 910, ../sass/style.scss */
    #populartemplates.mobileVersion {
        display: block;
    }
}
/* line 920, ../sass/style.scss */
#populartemplates.mobileVersion a {
    vertical-align: top;
    padding: 0;
    border: none;
    margin: 0 8px;
}
@media only screen and (max-width: 767px) {
    /* line 920, ../sass/style.scss */
    #populartemplates.mobileVersion a {
        margin: 0 2px;
    }
}
/* line 930, ../sass/style.scss */
#populartemplates.mobileVersion a img {
    margin: 0;
}
/* line 932, ../sass/style.scss */
#populartemplates.mobileVersion a.showAll {
    margin-right: 15px;
}
@media only screen and (max-width: 767px) {
    /* line 932, ../sass/style.scss */
    #populartemplates.mobileVersion a.showAll {
        margin-right: 3px;
    }
}

/* end of &#populartemplates */



#populartemplates-o {
    opacity: 1;
    display: none;
    visibility: visible;
    padding-top: 15px;
    /* end of link */
}
@media only screen and (max-width: 767px) {
    /* line 832, ../sass/style.scss */
    #populartemplates-o.tabPane {
        display: none;
    }
}
/* line 838, ../sass/style.scss */
#populartemplates-o a {
    color: #777777;
    background: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: inline-table;
    border-left: 1px solid #f0f0f0;
    padding: 5px 25px 5px 15px;
    text-decoration: none;
}
/* line 98, ../sass/_mixins.scss */
#populartemplates-o a:hover {
    color: #66465b;
    background: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 838, ../sass/style.scss */
    #populartemplates-o a {
        padding: 0 25px 5px 15px;
        font-size: 9px;
        line-height: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    /* line 838, ../sass/style.scss */
    #populartemplates-o a {
        padding: 0 50px 5px 30px;
    }
}
@media (min-width: 1310px) {
    /* line 838, ../sass/style.scss */
    #populartemplates-o a {
        padding: 0 54px 5px 30px;
    }
}
/* line 863, ../sass/style.scss */
#populartemplates-o a img {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 863, ../sass/style.scss */
    #populartemplates-o a img {
        width: 25px;
        margin-right: 5px;
    }
}
/* line 875, ../sass/style.scss */
#populartemplates-o a span {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    /* line 875, ../sass/style.scss */
    #populartemplates-o a span {
        display: none;
    }
}
/* line 887, ../sass/style.scss */
#populartemplates-o a.showAll {
    background: #b77088;
    padding: 0 17px !important;
    font-size: 14px;
    line-height: 35px;
    font-family: "Open Sans";
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
/* line 898, ../sass/style.scss */
#populartemplates-o a.showAll span {
    display: inline-block;
}
/* line 902, ../sass/style.scss */
#populartemplates-o a.showAll:hover {
    /* background:  */
}
/* line 910, ../sass/style.scss */
#populartemplates-o.mobileVersion {
    display: none;
    text-align: center;
    padding-top: 0;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    /* line 910, ../sass/style.scss */
    #populartemplates-o.mobileVersion {
        display: block;
    }
}
/* line 920, ../sass/style.scss */
#populartemplates-o.mobileVersion a {
    vertical-align: top;
    padding: 0;
    border: none;
    margin: 0 8px;
}
@media only screen and (max-width: 767px) {
    /* line 920, ../sass/style.scss */
    #populartemplates-o.mobileVersion a {
        margin: 0 2px;
    }
}
/* line 930, ../sass/style.scss */
#populartemplates-o.mobileVersion a img {
    margin: 0;
}
/* line 932, ../sass/style.scss */
#populartemplates-o.mobileVersion a.showAll {
    margin-right: 15px;
}
@media only screen and (max-width: 767px) {
    /* line 932, ../sass/style.scss */
    #populartemplates-o.mobileVersion a.showAll {
        margin-right: 3px;
    }
}

/* end of &#populartemplates-o */




.hiddena {
    display:none;
}




/*  ********************************************** PRODUCTS **********************************************/
/* line 946, ../sass/style.scss */
#products {
    padding: 25px 0;
    background: #f0f0f0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    /*  end of #products #wrapMasonry_products */
}
@media only screen and (max-width: 767px) {
    /* line 946, ../sass/style.scss */
    #products {
        background: none;
    }
}
@media only screen and (max-width: 767px) {
    /* line 957, ../sass/style.scss */
    #products #wrapMasonry_products {
        margin: 0 auto;
        width: 504px;
    }
}
@media only screen and (max-width: 479px) {
    /* line 957, ../sass/style.scss */
    #products #wrapMasonry_products {
        width: 245px;
    }
}

/*  end of #products */
/* line 971, ../sass/style.scss */
.product {
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 243px;
    margin-bottom: 25px;
    border: 1px solid #dbdbdb;
    padding: 2px;
    position: relative;
    -webkit-box-shadow: 0px 0px 4px #c9c9c9;
    box-shadow: 0px 0px 4px #c9c9c9;
    /* end of .product .iconWrap */
    /* end of #products .products .wrapInfo */
    /* end of .price */
}
/* line 982, ../sass/style.scss */
.product .iconWrap {
    position: relative;
    text-align: center;
    /* end of .product .iconWrap:hover */
}
/* line 988, ../sass/style.scss */
.product .iconWrap:hover img {
    opacity: 0.7;
}
/* line 992, ../sass/style.scss */
.product .iconWrap:hover .live, .product .iconWrap:hover #wrapmainPhoto .live, #wrapmainPhoto .product .iconWrap:hover .live {
    display: block;
}
/* line 996, ../sass/style.scss */
.product .iconWrap:hover:after {
    display: block;
}
/* line 1003, ../sass/style.scss */
.product .iconWrap img:hover {
    cursor: url(../images/bg_iconWrap_after.cur), pointer;
}
/* line 1012, ../sass/style.scss */
.product img {
    width: auto;
    max-width: 100%;
    height: auto;
}
/* line 1018, ../sass/style.scss */
.product .wrapInfo {
    padding: 13px 15px 13px 65px;
    /* end of #products .products .wrapInfo a */
}
/* line 1021, ../sass/style.scss */
.product .wrapInfo.wp {
    background: url(../images/icon_wp.png) 15px center no-repeat;
}
/* line 1024, ../sass/style.scss */
.product .wrapInfo.html5 {
    background: url(../images/icon_html5.png) 15px center no-repeat;
}
/* line 1027, ../sass/style.scss */
.product .wrapInfo.bs {
    background: url(../images/icon_bs.png) 15px center no-repeat;
}
/* line 1030, ../sass/style.scss */
.product .wrapInfo.openCart {
    background: url(../images/icon_openCart.png) 15px center no-repeat;
}
/* line 1021, ../sass/style.scss */
.product .wrapInfo.wp {
    background: url(../images/icon_wp.png) 15px center no-repeat;
}
/* line 1024, ../sass/style.scss */
.product .wrapInfo.html5 {
    background: url(../images/icon_html5.png) 15px center no-repeat;
}
/* line 1027, ../sass/style.scss */
.product .wrapInfo.bs {
    background: url(../images/icon_bs.png) 15px center no-repeat;
}
/* line 1030, ../sass/style.scss */
.product .wrapInfo.opencart {
    background: url(../images/icon_openCart.png) 15px center no-repeat;
}
/* line 1021, ../sass/style.scss */
.product .wrapInfo.joomla {
    background: url(../images/joIcon.jpg) 15px center no-repeat;
}
/* line 1024, ../sass/style.scss */
.product .wrapInfo.html5ga {
    background: url(../images/icon_html5.png) 15px center no-repeat;
}
/* line 1027, ../sass/style.scss */
.product .wrapInfo.easyflash {
    background: url(../images/flIcon.gif) 15px center no-repeat;
}
/* line 1027, ../sass/style.scss */
.product .wrapInfo.galleryadminflash {
    background: url(../images/flIcon.gif) 15px center no-repeat;
}
/* line 1027, ../sass/style.scss */
.product .wrapInfo.videoadminflash {
    background: url(../images/flIcon.gif) 15px center no-repeat;
}
/* line 1027, ../sass/style.scss */
.product .wrapInfo.photovideoadmin {
    background: url(../images/flIcon.gif) 15px center no-repeat;
}
/* line 1027, ../sass/style.scss */
.product .wrapInfo.oscommerce {
     background: url(../images/osIcon.png) 15px center no-repeat;
}
.product .wrapInfo.freebootstrap {
    background: url(../images/icon_bs.png) 15px center no-repeat;
}


/* line 1035, ../sass/style.scss */
.product .wrapInfo a {
    color: #66465b;
    background: none;
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    text-transform: none;
}
/* line 98, ../sass/_mixins.scss */
.product .wrapInfo a:hover {
    color: #66465b;
    background: none;
}
/* line 1041, ../sass/style.scss */
.product .wrapInfo a:hover {
    text-decoration: none;
}
/* line 1047, ../sass/style.scss */
.product .wrapInfo span {
    color: #858585;
    background: none;
    font-size: 12px;
    line-height: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    display: block;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}
/* line 98, ../sass/_mixins.scss */
.product .wrapInfo span:hover {
    color: #858585;
    background: none;
}
/* line 1055, ../sass/style.scss */
.product .price {
    color: #d95224;
    background: none;
    font-size: 18px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 13px;
}
/* line 98, ../sass/_mixins.scss */
.product .price:hover {
    color: #d95224;
    background: none;
}
/* line 1062, ../sass/style.scss */
.product .price span {
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
}

/* end of .product */
/* line 1073, ../sass/style.scss */
.live, #wrapmainPhoto .live {
    color: #fff;
    background: none;
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    display: block;
    background: #72395d;
    background: -moz-linear-gradient(top, #72395d 0, #622d52 50%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #72395d), color-stop(50%, #622d52));
    background-image: -webkit-linear-gradient(top, #72395d 0, #622d52 50%);
    background-image: -o-linear-gradient(top, #72395d 0, #622d52 50%);
    background-image: linear-gradient(to bottom, #72395d 0, #622d52 50%);
    background-repeat: repeat-x;
    background: -ms-linear-gradient(top, #72395d 0, #622d52 50%);
    background: linear-gradient(to bottom, #72395d 0, #622d52 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF72395D', endColorstr='#FF622D52', GradientType=0);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3c1933;
    position: absolute;
    z-index: 999;
    padding: 6px 14px 8px;
    display: none;
    bottom: 20px;
    width: 50px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 135px;
    left: 50%;
    margin-left: -66px;
    cursor: pointer !important;
}
/* line 98, ../sass/_mixins.scss */
.live:hover, #wrapmainPhoto .live:hover {
    color: #fff;
    background: none;
}
/* line 1091, ../sass/style.scss */
.live:hover, #wrapmainPhoto .live:hover {
    background: #9a5b81;
    background: -moz-linear-gradient(top, #9a5b81 0, #823f6b 50%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #9a5b81), color-stop(50%, #823f6b));
    background-image: -webkit-linear-gradient(top, #9a5b81 0, #823f6b 50%);
    background-image: -o-linear-gradient(top, #9a5b81 0, #823f6b 50%);
    background-image: linear-gradient(to bottom, #9a5b81 0, #823f6b 50%);
    background-repeat: repeat-x;
    background: -ms-linear-gradient(top, #9a5b81 0, #823f6b 50%);
    background: linear-gradient(to bottom, #9a5b81 0, #823f6b 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9A5B81', endColorstr='#FF823F6B', GradientType=0);
    color: #fff;
    text-decoration: none;
}
/* line 1097, ../sass/style.scss */
.live i, #wrapmainPhoto .live i {
    display: inline-block;
    margin-right: 12px;
    background: url(../images/bg_icon_live.png) 0 0 no-repeat;
    width: 21px;
    height: 19px;
    position: relative;
    top: 3px;
}

/* end of .live */
/*  *********************************************** WRAP ALL ***********************************************/
/* line 1112, ../sass/style.scss */
#wrapAll {
    padding-top: 25px;
    padding-bottom: 30px;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #fff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #fff));
    background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #f3f3f3 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #f3f3f3 0%, #fff 100%);
    background-repeat: repeat-x;
    background: -ms-linear-gradient(top, #f3f3f3 0%, #fff 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3', endColorstr='#FFFFFFFF', GradientType=0);
}
/* line 1117, ../sass/style.scss */
#wrapAll .wrapSidebar {
    float: right;
}

/* line 1123, ../sass/style.scss */
#wrapmainPhoto {
    padding: 9px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 2px 3px #c9c9c9;
    box-shadow: 0 2px 3px #c9c9c9;
    margin-bottom: 40px;
}

.mprevback {
    height:496px;
    overflow:hidden;
    padding-bottom:10px;
}

/* line 1130, ../sass/style.scss */
.mprevback img {
    width: 850px;
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
}
/* line 1137, ../sass/style.scss */
.proIcon {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    float: left;
}
@media only screen and (max-width: 767px) {
    /* line 1137, ../sass/style.scss */
    .proIcon {
        position: relative;
        top: -5px;
    }
}
/* line 1153, ../sass/style.scss */
#wrapmainPhoto .proMain-info {
    position: relative;
    margin-top:10px;
}
/* line 1156, ../sass/style.scss */
#wrapmainPhoto .proMain-info > div {
    position: relative;
    top: -7px;
}
/* line 1162, ../sass/style.scss */
#wrapmainPhoto h3.proName {
    color: #d95224;
    background: none;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 2px 0;
}
/* line 98, ../sass/_mixins.scss */
#wrapmainPhoto h3.proName:hover {
    color: #d95224;
    background: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1162, ../sass/style.scss */
    #wrapmainPhoto h3.proName {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1162, ../sass/style.scss */
    #wrapmainPhoto h3.proName {
        font-size: 21px;
    }
}
@media only screen and (max-width: 479px) {
    /* line 1162, ../sass/style.scss */
    #wrapmainPhoto h3.proName {
        font-size: 20px;
        line-height: 22px;
        padding-top: 5px;
    }
}
/* line 1181, ../sass/style.scss */
#wrapmainPhoto h6, #wrapmainPhoto #secondMenu .wrapLists .cats li h6 a, #secondMenu .wrapLists .cats li h6 #wrapmainPhoto a, #wrapmainPhoto #beforeFooter li #secondMenu .wrapLists .cats a h6 a, #beforeFooter li #secondMenu .wrapLists .cats a h6 #wrapmainPhoto a {
    color: #707070;
    background: none;
    font-size: 18px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0 0;
}
/* line 98, ../sass/_mixins.scss */
#wrapmainPhoto h6:hover, #wrapmainPhoto #secondMenu .wrapLists .cats li h6 a:hover, #secondMenu .wrapLists .cats li h6 #wrapmainPhoto a:hover, #wrapmainPhoto #beforeFooter li #secondMenu .wrapLists .cats a h6 a:hover, #beforeFooter li #secondMenu .wrapLists .cats a h6 #wrapmainPhoto a:hover {
    color: #707070;
    background: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1181, ../sass/style.scss */
    #wrapmainPhoto h6, #wrapmainPhoto #secondMenu .wrapLists .cats li h6 a, #secondMenu .wrapLists .cats li h6 #wrapmainPhoto a, #wrapmainPhoto #beforeFooter li #secondMenu .wrapLists .cats a h6 a, #beforeFooter li #secondMenu .wrapLists .cats a h6 #wrapmainPhoto a {
        font-size: 11px;
        line-height: 12px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1181, ../sass/style.scss */
    #wrapmainPhoto h6, #wrapmainPhoto #secondMenu .wrapLists .cats li h6 a, #secondMenu .wrapLists .cats li h6 #wrapmainPhoto a, #wrapmainPhoto #beforeFooter li #secondMenu .wrapLists .cats a h6 a, #beforeFooter li #secondMenu .wrapLists .cats a h6 #wrapmainPhoto a {
        font-size: 10px;
        line-height: 10px;
    }
}
/* line 1200, ../sass/style.scss */
#wrapmainPhoto .live {
    display: block;
    left: auto;
    margin: 0;
    right: 16px;
    -webkit-box-shadow: 0 0 4px #c6c6c6;
    box-shadow: 0 0 4px #c6c6c6;
    bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1200, ../sass/style.scss */
    #wrapmainPhoto .live {
        bottom: 3px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1200, ../sass/style.scss */
    #wrapmainPhoto .live {
        bottom: 1px;
    }
}
@media only screen and (max-width: 479px) {
    /* line 1200, ../sass/style.scss */
    #wrapmainPhoto .live {
        bottom: -10px;
        margin: 0 auto;
        position: relative;
        right: auto;
    }
}

/* end of #wrapmainPhoto */
/*  ******************************************* BIGBUTTON-BUY ****************************************************/
/* line 1231, ../sass/style.scss */
#bigButton-buy {
    background-image: -webkit-linear-gradient(left, #70375c 0%, #ae6982 100%);
    background-image: -o-linear-gradient(left, #70375c 0%, #ae6982 100%);
    background-image: linear-gradient(to right, #70375c 0%, #ae6982 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF70375C', endColorstr='#FFAE6982', GradientType=1);
    -webkit-box-shadow: 0 2px 3px #c9c9c9;
    box-shadow: 0 2px 3px #c9c9c9;
    margin-bottom: 20px;
    position: relative;
    /* end of .priceArea */
}
/* line 1240, ../sass/style.scss */
#bigButton-buy a.fullCover {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
/* line 1250, ../sass/style.scss */
#bigButton-buy .priceArea {
    height: 125px;
    overflow: hidden;
    /* end of .price */
    /* end of .price > p */
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1250, ../sass/style.scss */
    #bigButton-buy .priceArea {
        height: 100px;
    }
}
/* line 1258, ../sass/style.scss */
#bigButton-buy .priceArea .price {
    color: #fff;
    background: #b77088;
    font-size: 37px;
    line-height: 1.3em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: inline-block;
    padding: 37px 25px;
    position: relative;
}

#bigButton-buy .priceArea .download {
    color: #fff;
    background: #b77088;
    font-size: 37px;
    line-height: 1.3em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: inline-block;
    padding: 37px 25px;
    position: relative;
}


/* line 98, ../sass/_mixins.scss */
#bigButton-buy .priceArea .price:hover {
    color: #fff;
    background: #b77088;
}
/* line 1263, ../sass/style.scss */
#bigButton-buy .priceArea .price:after {
    position: absolute;
    height: 100%;
    content: '';
    display: block;
    right: -15px;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 62.5px 0 62.5px 15px;
    border-color: transparent transparent transparent #b77088;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #b77088;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
/* line 1280, ../sass/style.scss */
#bigButton-buy .priceArea .price span {
    font-size: 45px;
    font-weight: 900;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1258, ../sass/style.scss */
    #bigButton-buy .priceArea .price {
        padding: 32px 10px;
        font-size: 24px;
    }
    /* line 1289, ../sass/style.scss */
    #bigButton-buy .priceArea .price span {
        font-size: 36px;
    }
    /* line 1293, ../sass/style.scss */
    #bigButton-buy .priceArea .price:after {
        border-width: 50px 0 50px 15px;
        right: -15px;
    }
}
@media only screen and (min-width: 1200px) {
    /* line 1258, ../sass/style.scss */
    #bigButton-buy .priceArea .price {
        padding: 35px 25px;
        font-size: 41px;
    }
    /* line 1302, ../sass/style.scss */
    #bigButton-buy .priceArea .price span {
        font-size: 50px;
    }
    /* line 1306, ../sass/style.scss */
    #bigButton-buy .priceArea .price:after {
        border-width: 62.5px 0 62.5px 25px;
        right: -25px;
    }
}
@media (min-width: 1310px) {
    /* line 1258, ../sass/style.scss */
    #bigButton-buy .priceArea .price {
        padding: 33px 30px;
        font-size: 41px;
    }
    /* line 1315, ../sass/style.scss */
    #bigButton-buy .priceArea .price span {
        font-size: 55px;
    }
    /* line 1319, ../sass/style.scss */
    #bigButton-buy .priceArea .price:after {
        border-width: 62.5px 0 62.5px 30px;
        right: -30px;
    }
}
/* line 1329, ../sass/style.scss */
#bigButton-buy .priceArea > p {
    color: #fff;
    background: none;
    font-size: 25px;
    line-height: 1.3em;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: inline-block;
    text-shadow: 0 1 3px rgba(0, 0, 0, 0.25);
    opacity: 0.8;
    float: right;
    margin-top: 46px;
    margin-right: 16px;
    text-transform: uppercase;
}
/* line 98, ../sass/_mixins.scss */
#bigButton-buy .priceArea > p:hover {
    color: #fff;
    background: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1329, ../sass/style.scss */
    #bigButton-buy .priceArea > p {
        font-size: 22px;
        margin-right: 9px;
        margin-top: 36px;
    }
}
@media only screen and (min-width: 1200px) {
    /* line 1329, ../sass/style.scss */
    #bigButton-buy .priceArea > p {
        font-size: 36px;
        margin-top: 37px;
        margin-right: 13px;
    }
}
@media (min-width: 1310px) {
    /* line 1329, ../sass/style.scss */
    #bigButton-buy .priceArea > p {
        font-size: 36px;
        margin-top: 38px;
        margin-right: 24px;
    }
}
/* line 1359, ../sass/style.scss */
#bigButton-buy:hover {
    background-image: -webkit-linear-gradient(left, #7c3d66 0%, #c47795 100%);
    background-image: -o-linear-gradient(left, #7c3d66 0%, #c47795 100%);
    background-image: linear-gradient(to right, #7c3d66 0%, #c47795 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7C3D66', endColorstr='#FFC47795', GradientType=1);
}
/* line 1362, ../sass/style.scss */
#bigButton-buy:hover .price {
    background: #d1829d;
}
/* line 1364, ../sass/style.scss */
#bigButton-buy:hover .price:after {
    border-color: transparent transparent transparent #d1829d;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #d1829d;
}
/* line 1374, ../sass/style.scss */
#bigButton-buy .payment {
    color: #5c5c5c;
    background: #fff;
    font-size: 14px;
    line-height: 50px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
    font-style: italic;
    height: 50px;
    padding: 0 15px 0 20px;
    margin: 0;
    text-transform: lowercase;
}
/* line 98, ../sass/_mixins.scss */
#bigButton-buy .payment:hover {
    color: #5c5c5c;
    background: #fff;
}
/* line 1382, ../sass/style.scss */
#bigButton-buy .payment img {
    width: auto;
    float: right;
    margin-top: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1382, ../sass/style.scss */
    #bigButton-buy .payment img {
        margin-top: 18px;
        width: 55%;
    }
}

/* end of #bigButton-buy  */
/*  ********************************************** TEMPLATEDETAILS **********************************/
/* line 1399, ../sass/style.scss */
#templateDetails, #share {
    -webkit-box-shadow: 0 2px 3px #c9c9c9;
    box-shadow: 0 2px 3px #c9c9c9;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d9d9d9;
    background: #f0f0f0;
    padding: 0;
    /* end of #caption  */
    /* end of #templateDetails table */
}
/* line 1408, ../sass/style.scss */
#templateDetails .caption, #share .caption {
    color: #707070;
    background: #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
    padding: 20px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
/* line 98, ../sass/_mixins.scss */
#templateDetails .caption:hover, #share .caption:hover {
    color: #707070;
    background: #fff;
}
/* line 1414, ../sass/style.scss */
#templateDetails .caption span, #share .caption span {
    font-weight: bold;
    color: #d95224;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1408, ../sass/style.scss */
    #templateDetails .caption, #share .caption {
        padding: 15px 20px;
    }
}
/* line 1425, ../sass/style.scss */
#templateDetails .wrapTable, #share .wrapTable {
    padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1425, ../sass/style.scss */
    #templateDetails .wrapTable, #share .wrapTable {
        padding: 0 10px;
    }
}
/* line 1435, ../sass/style.scss */
#templateDetails table tr td, #share table tr td {
    color: #515151;
    background: none;
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: "";
    border-top: 1px solid #fff;
}
/* line 98, ../sass/_mixins.scss */
#templateDetails table tr td:hover, #share table tr td:hover {
    color: #515151;
    background: none;
}
/* line 1439, ../sass/style.scss */
#templateDetails table tr td:first-child, #share table tr td:first-child {
    color: #06050b;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1435, ../sass/style.scss */
    #templateDetails table tr td, #share table tr td {
        font-size: 10px;
        line-height: 15px;
    }
}
/* line 1450, ../sass/style.scss */
#templateDetails table tr:first-child td, #share table tr:first-child td {
    border-top: none;
    width:100px;
}
/* line 1458, ../sass/style.scss */
#templateDetails .counter, #share .counter {
    text-align: center;
    padding-bottom: 15px;
}

/* end of #templateDetails  */
/*  ******************************************* SHARE ****************************************************/
/*  ******************************************* PRODUCTINFORMATION *******************************************/
/* line 1478, ../sass/style.scss */
#productInformation .nav-tabs > li > a, #productInformation #beforeFooter li .nav-tabs > a > a, #beforeFooter li #productInformation .nav-tabs > a > a {
    color: #737373;
    background: #efefef;
    font-size: 16px;
    line-height: 60px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0 35px;
    border: 1px solid #d9d9d9;
    text-transform: capitalize;
    margin: 0 0 0 -1px;
}
/* line 98, ../sass/_mixins.scss */
#productInformation .nav-tabs > li > a:hover, #productInformation #beforeFooter li .nav-tabs > a > a:hover, #beforeFooter li #productInformation .nav-tabs > a > a:hover {
    color: #7b4063;
    background: #dddddd;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 1478, ../sass/style.scss */
    #productInformation .nav-tabs > li > a, #productInformation #beforeFooter li .nav-tabs > a > a, #beforeFooter li #productInformation .nav-tabs > a > a {
        line-height: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    /* line 1478, ../sass/style.scss */
    #productInformation .nav-tabs > li > a, #productInformation #beforeFooter li .nav-tabs > a > a, #beforeFooter li #productInformation .nav-tabs > a > a {
        padding: 0 40px;
    }
}
@media (min-width: 1310px) {
    /* line 1478, ../sass/style.scss */
    #productInformation .nav-tabs > li > a, #productInformation #beforeFooter li .nav-tabs > a > a, #beforeFooter li #productInformation .nav-tabs > a > a {
        padding: 0 55px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1478, ../sass/style.scss */
    #productInformation .nav-tabs > li > a, #productInformation #beforeFooter li .nav-tabs > a > a, #beforeFooter li #productInformation .nav-tabs > a > a {
        font-size: 14px;
        line-height: 40px;
        padding: 0 25px;
    }
}
/* line 1505, ../sass/style.scss */
#productInformation .nav-tabs > li.active a, #productInformation #beforeFooter li .nav-tabs > a.active a, #beforeFooter li #productInformation .nav-tabs > a.active a {
    background: #fff;
    color: #7b4063;
    border-bottom: 1px solid #fff;
}

/* end of #productInformation li */
/* line 1515, ../sass/style.scss */
#productInformation .tab-content {
    padding-top: 32px;
}
/* line 1518, ../sass/style.scss */
#productInformation .tab-content h3 {
    color: #484848;
    background: none;
    font-size: 18px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 12px;
    text-transform: uppercase;
    margin-top: 0;
}
/* line 98, ../sass/_mixins.scss */
#productInformation .tab-content h3:hover {
    color: #484848;
    background: none;
}
/* line 1527, ../sass/style.scss */
#productInformation .tab-content p {
    color: #686868;
    margin: 0;
}
/* line 1532, ../sass/style.scss */
#productInformation .tab-content img {
    max-width: 100%;
}

/* end of #productInformation .tab-content */
/*  ******************************************* ANNOTATION ****************************************************/
/* line 1540, ../sass/style.scss */
#annotation {
    background: #fff;
    border-top: 1px solid #d9d9d9;
    padding: 55px 0;
}
/* line 1545, ../sass/style.scss */
#annotation h2 {
    color: #707070;
    background: none;
    font-size: 30px;
    line-height: 35px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
    padding: 0;
    margin: 0 0 35px 0;
    text-transform: uppercase;
}
/* line 98, ../sass/_mixins.scss */
#annotation h2:hover {
    color: #707070;
    background: none;
}
/* line 1551, ../sass/style.scss */
#annotation h2 span {
    font-weight: bold;
    color: #d95224;
}
/* line 1557, ../sass/style.scss */
#annotation p {
    color: #686868;
    background: none;
    font-size: 14px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
}
/* line 98, ../sass/_mixins.scss */
#annotation p:hover {
    color: #686868;
    background: none;
}

/* end of #annotation */
/*  ***************************************** BEFOREFOOTER ************************************************/
/* line 1568, ../sass/style.scss */
#beforeFooter {
    padding: 65px 0;
    background: #f6f6f6;
    border-top: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
    /* line 1568, ../sass/style.scss */
    #beforeFooter {
        padding: 25px 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 1578, ../sass/style.scss */
    #beforeFooter .row > div {
        margin-bottom: 25px;
    }
    /* line 1583, ../sass/style.scss */
    #beforeFooter .row > div h5 {
        margin-bottom: 10px;
    }
}
/* line 1590, ../sass/style.scss */
#beforeFooter h5 {
    margin-bottom: 30px;
}
/* line 1594, ../sass/style.scss */
#beforeFooter li, #beforeFooter li a {
    color: #6e355a;
    background: none;
    font-size: 12px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
}
/* line 98, ../sass/_mixins.scss */
#beforeFooter li:hover, #beforeFooter li a:hover {
    color: #6e355a;
    background: none;
}
/* line 1597, ../sass/style.scss */
#beforeFooter li a {
    text-decoration: none;
}
/* line 1600, ../sass/style.scss */
#beforeFooter li a:hover {
    color: #d95224;
    text-decoration: underline;
}

/* end of #beforeFooter */
/*  ************************************************ FOOTER ***********************************************/
/* line 1611, ../sass/style.scss */
#footer {
    padding: 25px 0 20px;
    background: #4a203d;
}
/* line 1615, ../sass/style.scss */
#footer p {
    color: #fff;
    background: none;
    font-size: 12px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
    text-align: left;
    opacity: 0.3;
    padding: 0;
    margin: 0;
}
/* line 98, ../sass/_mixins.scss */
#footer p:hover {
    color: #fff;
    background: none;
}

/*  *************** CLEAR FLOATED ELEMENTS *********************************/
/* line 1628, ../sass/style.scss */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* line 1637, ../sass/style.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

/* line 1650, ../sass/style.scss */
.clearfix:after,
.container:after {
    clear: both;
}

/* line 1655, ../sass/style.scss */
.clearfix,
.container {
    zoom: 1;
}



/****** End of file *****/


.loader {
    height:40px;
}


.show_more {
    color: #fff !important;
    background: none;
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    display: block;
    background: #72395d;
    background: -moz-linear-gradient(top, #72395d 0, #622d52 50%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #72395d), color-stop(50%, #622d52));
    background-image: -webkit-linear-gradient(top, #72395d 0, #622d52 50%);
    background-image: -o-linear-gradient(top, #72395d 0, #622d52 50%);
    background-image: linear-gradient(to bottom, #72395d 0, #622d52 50%);
    background-repeat: repeat-x;
    background: -ms-linear-gradient(top, #72395d 0, #622d52 50%);
    background: linear-gradient(to bottom, #72395d 0, #622d52 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF72395D', endColorstr='#FF622D52', GradientType=0);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3c1933;
    z-index: 999;
    width:135px;
    padding-top: 7px;
    padding-bottom:7px;
    text-align:center;
    margin: 0 auto;
    text-transform: uppercase;
    cursor: pointer !important;
}


/* Ribbon CSS */


.ribbon {
    position: absolute;
    margin-right: 27px;
    z-index:10000;
    margin-top: 12px;
    top: -3px;
    left: -3px;
    width: 218px;
    height: 153px;
    text-align: center;
    background-color: transparent;
}
.ribbon-inner {
    position: absolute;
    top: 31px;
    left: 0;
    font-weight:bold;
    text-transform:uppercase;
    display: inline-block;
    height: 42px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 45px;
    color: #fff;
    white-space: nowrap;
    font-size:18px;
    background-color: #526069;
}
.ribbon-inner .icon {
    font-size: 16px;
}
.ribbon-lg .ribbon-inner {
    height: 38px;
    font-size: 18px;
    line-height: 38px;
}
.ribbon-sm .ribbon-inner {
    height: 26px;
    font-size: 12px;
    line-height: 26px;
}
.ribbon-xs .ribbon-inner {
    height: 22px;
    font-size: 12px;
    line-height: 22px;
}
.ribbon-vertical .ribbon-inner {
    top: 0;
    left: 16px;
    width: 30px;
    height: 60px;
    padding: 15px 0;
}
.ribbon-vertical.ribbon-xs .ribbon-inner {
    width: 22px;
    height: 50px;
}
.ribbon-vertical.ribbon-sm .ribbon-inner {
    width: 26px;
    height: 55px;
}
.ribbon-vertical.ribbon-lg .ribbon-inner {
    width: 38px;
    height: 70px;
}
.ribbon-reverse {
    right: -3px;
    left: auto;
}
.ribbon-reverse .ribbon-inner {
    right: 0;
    left: auto;
}
.ribbon-reverse.ribbon-vertical .ribbon-inner {
    right: 16px;
}
.ribbon-bookmark .ribbon-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ribbon-bookmark .ribbon-inner:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: 15px solid #526069;
    border-right: 10px solid transparent;
}
.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    top: 100%;
    left: 0;
    margin-top: -15px;
    border-right: 15px solid #526069;
    border-bottom: 10px solid transparent;
}
.ribbon-bookmark.ribbon-vertical.ribbon-xs .ribbon-inner:before {
    margin-top: -11px;
}
.ribbon-bookmark.ribbon-vertical.ribbon-sm .ribbon-inner:before {
    margin-top: -13px;
}
.ribbon-bookmark.ribbon-vertical.ribbon-lg .ribbon-inner:before {
    margin-top: -19px;
}
.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    right: 100%;
    left: auto;
    border-right: 15px solid #526069;
    border-left: 10px solid transparent;
}
.ribbon-bookmark.ribbon-reverse.ribbon-vertical .ribbon-inner:before {
    right: auto;
    left: 0;
    border-right-color: #526069;
    border-bottom-color: transparent;
    border-left: 15px solid #526069;
}
.ribbon-bookmark.ribbon-xs .ribbon-inner:before {
    border-width: 11px;
}
.ribbon-bookmark.ribbon-sm .ribbon-inner:before {
    border-width: 13px;
}
.ribbon-bookmark.ribbon-lg .ribbon-inner:before {
    border-width: 19px;
}
.ribbon-badge {
    top: -2px;
    left: -2px;
    overflow: hidden;
}
.ribbon-badge .ribbon-inner {
    left: -40px;
    width: 100%;
    -webkit-transform: rotate(-39.5deg);
    -ms-transform: rotate(-39.5deg);
    -o-transform: rotate(-39.5deg);
    transform: rotate(-39.5deg);
}
.ribbon-badge.ribbon-reverse {
    right: -2px;
    left: auto;
}


.ribbon-badge.ribbon-reverse .ribbon-inner {
    right: -40px;
    left: auto;
    -webkit-transform: rotate(39.5deg);
    -ms-transform: rotate(39.5deg);
    -o-transform: rotate(39.5deg);
    transform: rotate(39.5deg);
}

.thumb-ribbon {
    margin-top:0 !important;
    margin-right:2px !important;
    width: 150px !important;
    height: 70px !important;
}

.thumb-ribbon .ribbon-inner{
    position: absolute;
    top: 10px;
    height: 30px;
    line-height: 36px;
    font-size: 11px;
    right: -44px !important;
    left: auto !important;
    -webkit-transform: rotate(39.5deg) !important;
    -ms-transform: rotate(39.5deg) !important;
    -o-transform: rotate(39.5deg) !important;
    transform: rotate(39.5deg) !important;
}



.ribbon-badge.ribbon-bottom {
    top: auto;
    bottom: -2px;
}
.ribbon-badge.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 16px;
    -webkit-transform: rotate(39.5deg);
    -ms-transform: rotate(39.5deg);
    -o-transform: rotate(39.5deg);
    transform: rotate(39.5deg);
}
.ribbon-badge.ribbon-bottom.ribbon-reverse .ribbon-inner {
    -webkit-transform: rotate(-39.5deg);
    -ms-transform: rotate(-39.5deg);
    -o-transform: rotate(-39.5deg);
    transform: rotate(-39.5deg);
}
.ribbon-corner {
    top: 0;
    left: 0;
    overflow: hidden;
}
.ribbon-corner .ribbon-inner {
    top: 0;
    left: 0;
    width: 40px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    background-color: transparent;
}
.ribbon-corner .ribbon-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border: 30px solid transparent;
    border-top-color: #526069;
    border-left-color: #526069;
}
.ribbon-corner.ribbon-reverse {
    right: 0;
    left: auto;
}
.ribbon-corner.ribbon-reverse .ribbon-inner {
    right: 0;
    left: auto;
}
.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    right: 0;
    left: auto;
    border-right-color: #526069;
    border-left-color: transparent;
}
.ribbon-corner.ribbon-bottom {
    top: auto;
    bottom: 0;
}
.ribbon-corner.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 0;
}
.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    top: auto;
    bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #526069;
}
.ribbon-corner.ribbon-xs .ribbon-inner {
    width: 28px;
    height: 26px;
    line-height: 26px;
}
.ribbon-corner.ribbon-xs .ribbon-inner:before {
    border-width: 22px;
}
.ribbon-corner.ribbon-xs .ribbon-inner > .icon {
    font-size: 12px;
}
.ribbon-corner.ribbon-sm .ribbon-inner {
    width: 34px;
    height: 32px;
    line-height: 32px;
}
.ribbon-corner.ribbon-sm .ribbon-inner:before {
    border-width: 26px;
}
.ribbon-corner.ribbon-sm .ribbon-inner > .icon {
    font-size: 12px;
}
.ribbon-corner.ribbon-lg .ribbon-inner {
    width: 46px;
    height: 44px;
    line-height: 44px;
}
.ribbon-corner.ribbon-lg .ribbon-inner:before {
    border-width: 36px;
}
.ribbon-corner.ribbon-lg .ribbon-inner > .icon {
    font-size: 18px;
}
.ribbon-clip {
    left: -14px;
}
.ribbon-clip .ribbon-inner {
    padding-left: 23px;
    border-radius: 0 5px 5px 0;
}
.ribbon-clip .ribbon-inner:after {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-color: #37474f;
    border-right-color: #37474f;
}
.ribbon-clip.ribbon-reverse {
    right: -14px;
    left: auto;
}
.ribbon-clip.ribbon-reverse .ribbon-inner {
    padding-right: 23px;
    padding-left: 15px;
    border-radius: 5px 0 0 5px;
}
.ribbon-clip.ribbon-reverse .ribbon-inner:after {
    right: 0;
    left: auto;
    border-right-color: transparent;
    border-left-color: #37474f;
}
.ribbon-clip.ribbon-bottom {
    top: auto;
    bottom: -3px;
}
.ribbon-clip.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 16px;
}
.ribbon-clip.ribbon-bottom .ribbon-inner:after {
    top: -14px;
    bottom: auto;
    border-top-color: transparent;
    border-bottom-color: #37474f;
}
.ribbon-primary .ribbon-inner {
    background-color: #945473;
}
.ribbon-primary.ribbon-bookmark .ribbon-inner:before {
    border-color: #62a8ea;
    border-right-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-left-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-bottom-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-bottom-color: transparent;
    border-left-color: #62a8ea;
}
.ribbon-primary.ribbon-corner .ribbon-inner {
    background-color: transparent;
}
.ribbon-primary.ribbon-corner .ribbon-inner:before {
    border-top-color: #62a8ea;
    border-left-color: #62a8ea;
}
.ribbon-primary.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #62a8ea;
}
.ribbon-primary .ribbon-inner:after {
    border-top-color: #4e97d9;
    border-right-color: #4e97d9;
}
.ribbon-primary.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #4e97d9;
}
.ribbon-primary.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #4e97d9;
}
.ribbon-success .ribbon-inner {
    background-color: #46be8a;
}
.ribbon-success.ribbon-bookmark .ribbon-inner:before {
    border-color: #46be8a;
    border-right-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #46be8a;
    border-left-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #46be8a;
    border-bottom-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #46be8a;
    border-bottom-color: transparent;
    border-left-color: #46be8a;
}
.ribbon-success.ribbon-corner .ribbon-inner {
    background-color: transparent;
}
.ribbon-success.ribbon-corner .ribbon-inner:before {
    border-top-color: #46be8a;
    border-left-color: #46be8a;
}
.ribbon-success.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #46be8a;
    border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #46be8a;
}
.ribbon-success .ribbon-inner:after {
    border-top-color: #36ab7a;
    border-right-color: #36ab7a;
}
.ribbon-success.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #36ab7a;
}
.ribbon-success.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #36ab7a;
}
.ribbon-info .ribbon-inner {
    background-color: #57c7d4;
}
.ribbon-info.ribbon-bookmark .ribbon-inner:before {
    border-color: #57c7d4;
    border-right-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-left-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-bottom-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-bottom-color: transparent;
    border-left-color: #57c7d4;
}
.ribbon-info.ribbon-corner .ribbon-inner {
    background-color: transparent;
}
.ribbon-info.ribbon-corner .ribbon-inner:before {
    border-top-color: #57c7d4;
    border-left-color: #57c7d4;
}
.ribbon-info.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #57c7d4;
}
.ribbon-info .ribbon-inner:after {
    border-top-color: #47b8c6;
    border-right-color: #47b8c6;
}
.ribbon-info.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #47b8c6;
}
.ribbon-info.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #47b8c6;
}
.ribbon-warning .ribbon-inner {
    background-color: #f2a654;
}
.ribbon-warning.ribbon-bookmark .ribbon-inner:before {
    border-color: #f2a654;
    border-right-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f2a654;
    border-left-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #f2a654;
    border-bottom-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f2a654;
    border-bottom-color: transparent;
    border-left-color: #f2a654;
}
.ribbon-warning.ribbon-corner .ribbon-inner {
    background-color: transparent;
}
.ribbon-warning.ribbon-corner .ribbon-inner:before {
    border-top-color: #f2a654;
    border-left-color: #f2a654;
}
.ribbon-warning.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f2a654;
    border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #f2a654;
}
.ribbon-warning .ribbon-inner:after {
    border-top-color: #ec9940;
    border-right-color: #ec9940;
}
.ribbon-warning.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #ec9940;
}
.ribbon-warning.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #ec9940;
}
.ribbon-danger .ribbon-inner {
    background-color: #f96868;
}
.ribbon-danger.ribbon-bookmark .ribbon-inner:before {
    border-color: #f96868;
    border-right-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f96868;
    border-left-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #f96868;
    border-bottom-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f96868;
    border-bottom-color: transparent;
    border-left-color: #f96868;
}
.ribbon-danger.ribbon-corner .ribbon-inner {
    background-color: transparent;
}
.ribbon-danger.ribbon-corner .ribbon-inner:before {
    border-top-color: #f96868;
    border-left-color: #f96868;
}
.ribbon-danger.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f96868;
    border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #f96868;
}
.ribbon-danger .ribbon-inner:after {
    border-top-color: #e9595b;
    border-right-color: #e9595b;
}
.ribbon-danger.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #e9595b;
}
.ribbon-danger.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #e9595b;
}


/* Ribbon CSS end*/




#websitetemplates {
    opacity: 1;
    display: none;
    visibility: visible;
    padding-top: 15px;
    /* end of link */
}
@media only screen and (max-width: 767px) {
    /* line 832, ../sass/style.scss */
    #websitetemplates.tabPane {
        display: none;
    }
}
/* line 838, ../sass/style.scss */
#websitetemplates a {
    color: #777777;
    background: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: inline-table;
    border-left: 1px solid #f0f0f0;
    padding: 5px 25px 5px 15px;
    text-decoration: none;
}
/* line 98, ../sass/_mixins.scss */
#websitetemplates a:hover {
    color: #66465b;
    background: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 838, ../sass/style.scss */
    #websitetemplates a {
        padding: 0 25px 5px 15px;
        font-size: 9px;
        line-height: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    /* line 838, ../sass/style.scss */
    #websitetemplates a {
        padding: 0 50px 5px 30px;
    }
}
@media (min-width: 1310px) {
    /* line 838, ../sass/style.scss */
    #websitetemplates a {
        padding: 0 54px 5px 30px;
    }
}
/* line 863, ../sass/style.scss */
#websitetemplates a img {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 863, ../sass/style.scss */
    #websitetemplates a img {
        width: 25px;
        margin-right: 5px;
    }
}
/* line 875, ../sass/style.scss */
#websitetemplates a span {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    /* line 875, ../sass/style.scss */
    #websitetemplates a span {
        display: none;
    }
}
/* line 887, ../sass/style.scss */
#websitetemplates a.showAll {
    background: #b77088;
    padding: 0 17px !important;
    font-size: 14px;
    line-height: 35px;
    font-family: "Open Sans";
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
/* line 898, ../sass/style.scss */
#websitetemplates a.showAll span {
    display: inline-block;
}
/* line 902, ../sass/style.scss */
#websitetemplates a.showAll:hover {
    /* background:  */
}
/* line 910, ../sass/style.scss */
#websitetemplates.mobileVersion {
    display: none;
    text-align: center;
    padding-top: 0;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    /* line 910, ../sass/style.scss */
    #websitetemplates.mobileVersion {
        display: block;
    }
}
/* line 920, ../sass/style.scss */
#websitetemplates.mobileVersion a {
    vertical-align: top;
    padding: 0;
    border: none;
    margin: 0 8px;
}
@media only screen and (max-width: 767px) {
    /* line 920, ../sass/style.scss */
    #websitetemplates.mobileVersion a {
        margin: 0 2px;
    }
}
/* line 930, ../sass/style.scss */
#websitetemplates.mobileVersion a img {
    margin: 0;
}
/* line 932, ../sass/style.scss */
#websitetemplates.mobileVersion a.showAll {
    margin-right: 15px;
}
@media only screen and (max-width: 767px) {
    /* line 932, ../sass/style.scss */
    #websitetemplates.mobileVersion a.showAll {
        margin-right: 3px;
    }
}

/* end of &#websitetemplates */

















#flashtemplates {
    opacity: 1;
    display: none;
    visibility: visible;
    padding-top: 15px;
    /* end of link */
}
@media only screen and (max-width: 767px) {
    /* line 832, ../sass/style.scss */
    #flashtemplates.tabPane {
        display: none;
    }
}
/* line 838, ../sass/style.scss */
#flashtemplates a {
    color: #777777;
    background: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: inline-table;
    border-left: 1px solid #f0f0f0;
    padding: 5px 25px 5px 15px;
    text-decoration: none;
}
/* line 98, ../sass/_mixins.scss */
#flashtemplates a:hover {
    color: #66465b;
    background: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 838, ../sass/style.scss */
    #flashtemplates a {
        padding: 0 25px 5px 15px;
        font-size: 9px;
        line-height: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    /* line 838, ../sass/style.scss */
    #flashtemplates a {
        padding: 0 50px 5px 30px;
    }
}
@media (min-width: 1310px) {
    /* line 838, ../sass/style.scss */
    #flashtemplates a {
        padding: 0 54px 5px 30px;
    }
}
/* line 863, ../sass/style.scss */
#flashtemplates a img {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 863, ../sass/style.scss */
    #flashtemplates a img {
        width: 25px;
        margin-right: 5px;
    }
}
/* line 875, ../sass/style.scss */
#flashtemplates a span {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    /* line 875, ../sass/style.scss */
    #flashtemplates a span {
        display: none;
    }
}
/* line 887, ../sass/style.scss */
#flashtemplates a.showAll {
    background: #b77088;
    padding: 0 17px !important;
    font-size: 14px;
    line-height: 35px;
    font-family: "Open Sans";
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
/* line 898, ../sass/style.scss */
#flashtemplates a.showAll span {
    display: inline-block;
}
/* line 902, ../sass/style.scss */
#flashtemplates a.showAll:hover {
    /* background:  */
}
/* line 910, ../sass/style.scss */
#flashtemplates.mobileVersion {
    display: none;
    text-align: center;
    padding-top: 0;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    /* line 910, ../sass/style.scss */
    #flashtemplates.mobileVersion {
        display: block;
    }
}
/* line 920, ../sass/style.scss */
#flashtemplates.mobileVersion a {
    vertical-align: top;
    padding: 0;
    border: none;
    margin: 0 8px;
}
@media only screen and (max-width: 767px) {
    /* line 920, ../sass/style.scss */
    #flashtemplates.mobileVersion a {
        margin: 0 2px;
    }
}
/* line 930, ../sass/style.scss */
#flashtemplates.mobileVersion a img {
    margin: 0;
}
/* line 932, ../sass/style.scss */
#flashtemplates.mobileVersion a.showAll {
    margin-right: 15px;
}
@media only screen and (max-width: 767px) {
    /* line 932, ../sass/style.scss */
    #flashtemplates.mobileVersion a.showAll {
        margin-right: 3px;
    }
}

/* end of &#flashtemplates */













#cmstemplates {
    opacity: 1;
    display: none;
    visibility: visible;
    padding-top: 15px;
    /* end of link */
}
@media only screen and (max-width: 767px) {
    /* line 832, ../sass/style.scss */
    #cmstemplates.tabPane {
        display: none;
    }
}
/* line 838, ../sass/style.scss */
#cmstemplates a {
    color: #777777;
    background: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: inline-table;
    border-left: 1px solid #f0f0f0;
    padding: 5px 25px 5px 15px;
    text-decoration: none;
}
/* line 98, ../sass/_mixins.scss */
#cmstemplates a:hover {
    color: #66465b;
    background: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 838, ../sass/style.scss */
    #cmstemplates a {
        padding: 0 25px 5px 15px;
        font-size: 9px;
        line-height: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    /* line 838, ../sass/style.scss */
    #cmstemplates a {
        padding: 0 50px 5px 30px;
    }
}
@media (min-width: 1310px) {
    /* line 838, ../sass/style.scss */
    #cmstemplates a {
        padding: 0 54px 5px 30px;
    }
}
/* line 863, ../sass/style.scss */
#cmstemplates a img {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* line 863, ../sass/style.scss */
    #cmstemplates a img {
        width: 25px;
        margin-right: 5px;
    }
}
/* line 875, ../sass/style.scss */
#cmstemplates a span {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    /* line 875, ../sass/style.scss */
    #cmstemplates a span {
        display: none;
    }
}
/* line 887, ../sass/style.scss */
#cmstemplates a.showAll {
    background: #b77088;
    padding: 0 17px !important;
    font-size: 14px;
    line-height: 35px;
    font-family: "Open Sans";
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
/* line 898, ../sass/style.scss */
#cmstemplates a.showAll span {
    display: inline-block;
}
/* line 902, ../sass/style.scss */
#cmstemplates a.showAll:hover {
    /* background:  */
}
/* line 910, ../sass/style.scss */
#cmstemplates.mobileVersion {
    display: none;
    text-align: center;
    padding-top: 0;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    /* line 910, ../sass/style.scss */
    #cmstemplates.mobileVersion {
        display: block;
    }
}
/* line 920, ../sass/style.scss */
#cmstemplates.mobileVersion a {
    vertical-align: top;
    padding: 0;
    border: none;
    margin: 0 8px;
}
@media only screen and (max-width: 767px) {
    /* line 920, ../sass/style.scss */
    #cmstemplates.mobileVersion a {
        margin: 0 2px;
    }
}
/* line 930, ../sass/style.scss */
#cmstemplates.mobileVersion a img {
    margin: 0;
}
/* line 932, ../sass/style.scss */
#cmstemplates.mobileVersion a.showAll {
    margin-right: 15px;
}
@media only screen and (max-width: 767px) {
    /* line 932, ../sass/style.scss */
    #cmstemplates.mobileVersion a.showAll {
        margin-right: 3px;
    }
}

/* end of &#cmstemplates */


@media (min-width:320px) and (max-width:1024px) {
    .header-preview {
        display:none;
    }
}


.repositions i{
    color:#E5E5E5;
    cursor:pointer;
    display:inline-block;
    margin-left:10px;
}

.repositions i:hover {
    color:#DDDDDD;
}


.btn-buy-live {
    padding:10px 10px 10px 10px !important;
    background:#B77088;
    border-radius:3px;
    color:#FFF;
    font-size:12pt !important;
    font-weight:700;
    margin-bottom:7px !important;
    transition: all 0.2s ease-out;
}

.btn-buy-live:hover {
    color:#FFF !important;
    background:#48213a;
}


.pagination, .pagination a {
    color:#713658 !important;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color:#713658 !important;
    color:#FFF !important;
    border-color:#52263f !important;
}












/* Begin Custom Button*/


.total_sales_popup {
    background: #72395d;
    background: -moz-linear-gradient(top, #72395d 0, #622d52 50%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #72395d), color-stop(50%, #622d52));
    background-image: -webkit-linear-gradient(top, #72395d 0, #622d52 50%);
    background-image: -o-linear-gradient(top, #72395d 0, #622d52 50%);
    background-image: linear-gradient(to bottom, #72395d 0, #622d52 50%);
    background-repeat: repeat-x;
    background: -ms-linear-gradient(top, #72395d 0, #622d52 50%);
    background: linear-gradient(to bottom, #72395d 0, #622d52 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF72395D', endColorstr='#FF622D52', GradientType=0);
    color:#FFF;
    font-size:16px;
    width:auto;
    margin-bottom:20px;
    padding:10px 5px;
    text-align:center;
    margin-right:calc(50% - 30px);
    margin-left:calc(50% - 30px);
}

.livea {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    background: #72395d;
    background: -moz-linear-gradient(top, #72395d 0, #622d52 50%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #72395d), color-stop(50%, #622d52));
    background-image: -webkit-linear-gradient(top, #72395d 0, #622d52 50%);
    background-image: -o-linear-gradient(top, #72395d 0, #622d52 50%);
    background-image: linear-gradient(to bottom, #72395d 0, #622d52 50%);
    background-repeat: repeat-x;
    background: -ms-linear-gradient(top, #72395d 0, #622d52 50%);
    background: linear-gradient(to bottom, #72395d 0, #622d52 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF72395D', endColorstr='#FF622D52', GradientType=0);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3c1933;
    padding: 8px 14px 8px;
    z-index: 999999;
    text-transform: uppercase;
    cursor: pointer !important;
    text-align: center;
    display:inline-block;
    float:left;
    margin-left:10px;
}

.livea:hover {
    color: #fff;
}

.livea:hover {
    background: #9a5b81;
    background: -moz-linear-gradient(top, #9a5b81 0, #823f6b 50%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #9a5b81), color-stop(50%, #823f6b));
    background-image: -webkit-linear-gradient(top, #9a5b81 0, #823f6b 50%);
    background-image: -o-linear-gradient(top, #9a5b81 0, #823f6b 50%);
    background-image: linear-gradient(to bottom, #9a5b81 0, #823f6b 50%);
    background-repeat: repeat-x;
    background: -ms-linear-gradient(top, #9a5b81 0, #823f6b 50%);
    background: linear-gradient(to bottom, #9a5b81 0, #823f6b 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9A5B81', endColorstr='#FF823F6B', GradientType=0);
    color: #fff;
    text-decoration: none;
}













.outback {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1000;
    background-color:#111111;
    overflow:hidden;
    display:none;
    opacity:0.7;
}

@media(min-height: 320px) and (max-height:768px) {
	.bunch {
    position: fixed;
    z-index: 10001;
    bottom:0;
    top:10px;
    left:0;
    right:0;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
}

}

@media(min-height:768px) {

.bunch {
    position: fixed;
    z-index: 10001;
    top:20%;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
}

}



.deddiv {
    margin-left:auto;
    margin-right:auto;
    left:0px;
    right:0px;
    position:absolute;
}

.bunch img {
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}


.buncha {
    z-index: 999999;
    left:0;
    right:0;
    position:absolute;
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
}


.over {
    z-index: 999999;
    display:inline-block;
    margin-top:10px;
    margin-left:10px;
}

@media (min-width: 1200px) {
  .col-lg-2 {
    width: 23% !important;
  }
}

.cat-mn {
    height:100px;
    border:1px solid #773f60;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    margin: 10px 10px 10px 10px;
    transition:all 0.2s ease-out;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
}

.cat-mn h4{
    color:#773f60;
}

.cat-mn p{
    font-size:13px;
    color:#111;
    font-weight:700;
}

.cat-mn:hover {
    background-color:#773f60;
}

.cat-mn:hover h4{
    color:#FFFFFF;
    text-decoration:none;
}

.cat-mn:hover p{
    color:#FFFFFF;
}


.special {
    background-color:transparent !important;
}

.special a{
    background-color:transparent !important;
}


.helpTutorials {
    list-style-type:decimal;
    font-size:20px;
}

.helpTutorials li a {
    color:#562646;
    text-decoration: underline;
}


.helpTutorials li a:hover {
    text-decoration: none;
}

.minasi {
    min-height:1000px;
    padding-bottom:100px;
}

.pdn {
    padding-bottom:50px;
}


.backwhite {
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background-color:#CCC;
    padding:10px 10px 10px 10px;
}



/* Contact Form */


#ajax-contact-form label {
  width: 170px;
  display: block;
  float: left;
}
.input_contact {
background-color: #f3f3f3;
width: 320px;
height: 35px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #584c3f;
border: 1px solid #d3d3d3;
margin-bottom: 6px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 0 10px;
box-shadow: inset 3px 3px 20px 1px #DDD;
margin-top: -7px;
margin-bottom: 14px;
}

.textarea_contact {
  width: 455px;
  height: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #584c3f;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: -7px;
  margin-bottom: 2px;
}

.cap {
  width: 320px;
  margin-left: 0
}





a.button, .submit_registry {
  display: block;
  background: #b77088;
  -webkit-border-radius:  5px;
  -moz-border-radius:  5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  padding: 12px 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans', cursive;
  font-size: 12px;
  border: 0;
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a.button:hover, .submit_registry:hover {
  background: #d1869f;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}




/* End Contact Form */