/*/* ------------------------------------------------------------------- */


/* Table of Contents
----------------------------------------------------------------------

1. Header
2. Navigation
3. Miscellaneous
4. Schortcodes
5. Revolution Slider
6. Royal Slider
7. ShowBiz Carousel
8. Widgets
9. Portfolio
10. Blog Styles
11. Footer
12. Media Queries

----------------------------------------------------------------------*/


/* ------------------------------------------------------------------- */


/* Header
---------------------------------------------------------------------- */

.page-user-1 .field.field-name-field-profile-address.field-type-addressfield.field-label-inline.clearfix {
    padding-bottom: 5px;
}

#top-bar {
    background: #212628;
    color: #909090;
    padding: 0px 0;
    height: 35px;
    margin-bottom: 30px;
}

ul.top-bar-menu {
    margin: 5px 0;
    direction: ltr;
}

ul.top-bar-menu li {
    font-size: 13px;
    display: inline;
    margin: 0 20px 0 0;
}

ul.top-bar-menu li a {
    color: #909090;
}

ul.top-bar-menu li i {
    color: #c2c2c2;
    margin: 0 5px 0 0;
}


/* Logo
------------------------------------- */

#logo {
    margin-top: 20px;
    margin-bottom: 40px;
}

#logo a img {
    float: left !important;
    margin: 0 auto;
    /*added by Denys 13/10/15*/
}


/* Language / Currency
------------------------------------- */

.top-bar-dropdown {
    cursor: pointer;
    display: inline-block;
}

.top-bar-dropdown .options {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin: 20px 0 0 0;
    z-index: 10;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.top-bar-dropdown.active .options {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #606060;
    position: absolute;
    top: -4px;
    left: 6px;
}

.top-bar-dropdown span:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #bbb;
    top: -2px;
    margin-left: 3px;
    position: relative;
}

.top-bar-dropdown ul {
    background: #606060;
    width: 100px;
}

.top-bar-dropdown ul li {
    width: 100px;
    display: block;
}

.top-bar-dropdown ul li a {
    padding: 5px 8px;
    display: block;
    color: #ccc;
    z-index: 10;
    position: relative;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    ;
}

.top-bar-dropdown ul li a:hover {
    background: #808080;
    color: #fff;
    z-index: 1;
    position: relative;
}


/* Social Icons
------------------------------------- */

.social-icons li {
    display: inline;
    float: left;
    margin-right: 4px;
}

.social-icons li a {
    width: 42px;
    height: 42px;
    display: inline-block;
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}


/* Header Icon Styles */

#top-bar .social-icons {
    float: right;
}

#top-bar .social-icons li {
    margin: 0 0 -4px 0;
    padding: 0;
    float: left;
}

#top-bar .social-icons li a {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
}

#top-bar .social-icons li a:before,
#top-bar .social-icons li a i {
    font-size: 14px;
}

#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before {
    font-size: 12px;
}


/* Cart page hebrew */

.i18n-he .table > thead > tr > th {
    text-align: right !important;
    direction: rtl;
}


/* Common Styles */

.social-icons li a i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index: 20;
}

.social-icons li a:hover,
.social-icons li a i {
    color: #fff;
}

.social-icons li a i {
    top: -30px;
    opacity: 0;
}

.the-team-social.social-icons li a i,
.social-icons li a:hover i {
    top: 0;
    opacity: 1;
}

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
    font-family: "fontello";
    font-size: 16px;
    line-height: 16px;
    color: #aaa;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: absolute;
    z-index: 20;
}

.the-team a:before {
    display: none;
}

#top-bar .social-icons a:before {
    color: #c0c0c0;
}


/* Icon Styles */

.twitter:before {
    font-size: 14px;
}

.icon-twitter {
    font-size: 14px !important;
}

.twitter i,
.twitter:before {
    margin: 13px 0 0 12px;
}

#top-bar .twitter i,
#top-bar .twitter:before {
    margin: 10px 0 0 11px;
}

.i18n-he #top-bar .twitter i,
.i18n-he #top-bar .twitter:before {
    margin: 10px 11px 0 0;
}

.twitter:before {
    content: "\54";
    top: 0;
    opacity: 1;
}

.twitter:hover:before {
    top: 30px;
    opacity: 0;
}

.twitter:hover {
    background-color: #3bc1ed;
}

.the-team .twitter {
    background-color: #3bc1ed;
}

.dribbble i,
.dribbble:before {
    margin: 13px 0 0 13px;
}

#top-bar .dribbble i,
#top-bar .dribbble:before {
    margin: 11px 0 0 11px;
}

.dribbble:before {
    content: "\44";
    top: 0;
    opacity: 1;
}

.dribbble:hover:before {
    top: 30px;
    opacity: 0;
}

.dribbble:hover {
    background-color: #ef5a92;
}

.the-team .dribbble {
    background-color: #ef5a92;
}

.facebook i,
.facebook:before {
    margin: 13px 0 0 16px;
}

#top-bar .facebook i,
#top-bar .facebook:before {
    margin: 11px 0 0 14px;
}

.i18n-he #top-bar .facebook i,
.i18n-he #top-bar .facebook:before {
    margin: 11px 14px 0 0;
}

.facebook:before {
    content: "\66";
    top: 0;
    opacity: 1;
}

.facebook:hover:before {
    top: 30px;
    opacity: 0;
}

.facebook:hover {
    background-color: #4a6d9d;
}

.the-team .facebook {
    background-color: #4a6d9d;
}

.linkedin i,
.linkedin:before {
    margin: 13px 0 0 13px;
}

#top-bar .linkedin i,
#top-bar .linkedin:before {
    margin: 11px 0 0 11px;
}

.linkedin:before {
    content: "\4c";
    top: 0;
    opacity: 1;
}

.linkedin:hover:before {
    top: 30px;
    opacity: 0;
}

.linkedin:hover {
    background-color: #0b7bb5;
}

.the-team .linkedin {
    background-color: #0b7bb5;
}

.delicious i,
.delicious:before {
    margin: 13px 0 0 13px;
}

#top-bar .delicious i,
#top-bar .delicious:before {
    margin: 11px 0 0 11px;
}

.delicious:before {
    content: "\23";
    top: 0;
    opacity: 1;
}

.delicious:hover:before {
    top: 30px;
    opacity: 0;
}

.delicious:hover {
    background-color: #3274d1;
}

.the-team .delicious {
    background-color: #3274d1;
}

.paypal i,
.paypal:before {
    margin: 13px 0 0 13px;
}

#top-bar .paypal i,
#top-bar .paypal:before {
    margin: 11px 0 0 11px;
}

.paypal:before {
    content: "\24";
    top: 0;
    opacity: 1;
}

.paypal:hover:before {
    top: 30px;
    opacity: 0;
}

.paypal:hover {
    background-color: #2e689a;
}

.the-team .paypal {
    background-color: #2e689a;
}

.gplus i,
.gplus:before {
    margin: 13px 0 0 13px;
}

#top-bar .gplus i,
#top-bar .gplus:before {
    margin: 11px 0 0 11px;
}

.i18n-he #top-bar .gplus i,
.i18n-he #top-bar .gplus:before {
    margin: 11px 11px 0 0;
}

.gplus:before {
    content: "\2b";
    top: 0;
    opacity: 1;
}

.gplus:hover:before {
    top: 30px;
    opacity: 0;
}

.gplus:hover {
    background-color: #d53824;
}

.the-team .gplus {
    background-color: #d53824;
}

.stumbleupon i,
.stumbleupon:before {
    margin: 13px 0 0 11px;
}

#top-bar .stumbleupon i,
#top-bar .stumbleupon:before {
    margin: 11px 0 0 9px;
}

.stumbleupon:before {
    content: "\2f";
    top: 0;
    opacity: 1;
}

.stumbleupon:hover:before {
    top: 30px;
    opacity: 0;
}

.stumbleupon:hover {
    background-color: #eb4924;
}

.the-team .stumbleupon {
    background-color: #eb4924;
}

.fivehundredpx i,
.fivehundredpx:before {
    margin: 13px 0 0 11px;
}

#top-bar .fivehundredpx i,
#top-bar .fivehundredpx:before {
    margin: 11px 0 0 9px;
}

.fivehundredpx:before {
    content: "\30";
    top: 0;
    opacity: 1;
}

.fivehundredpx:hover:before {
    top: 30px;
    opacity: 0;
}

.fivehundredpx:hover {
    background-color: #444;
}

.the-team .fivehundredpx {
    background-color: #444;
}

.pinterest i,
.pinterest:before {
    margin: 13px 0 0 15px;
}

#top-bar .pinterest i,
#top-bar .pinterest:before {
    margin: 11px 0 0 13px;
}

.i18n-he #top-bar .pinterest i,
.i18n-he #top-bar .pinterest:before {
    margin: 11px 13px 0 0;
}

.pinterest:before {
    content: "\31";
    top: 0;
    opacity: 1;
}

.pinterest:hover:before {
    top: 30px;
    opacity: 0;
}

.pinterest:hover {
    background-color: #cb1f25;
}

.the-team .pinterest {
    background-color: #cb1f25;
}

.forrst i,
.forrst:before {
    margin: 13px 0 0 15px;
}

#top-bar .forrst i,
#top-bar .forrst:before {
    margin: 11px 0 0 13px;
}

.forrst:before {
    content: "\3a";
    top: 0;
    opacity: 1;
}

.forrst:hover:before {
    top: 30px;
    opacity: 0;
}

.forrst:hover {
    background-color: #40833e;
}

.the-team .forrst {
    background-color: #40833e;
}

.digg i,
.digg:before {
    margin: 13px 0 0 12px;
}

#top-bar .digg i,
#top-bar .digg:before {
    margin: 11px 0 0 10px;
}

.digg:before {
    content: "\3b";
    top: 0;
    opacity: 1;
}

.digg:hover:before {
    top: 30px;
    opacity: 0;
}

.digg:hover {
    background-color: #205685;
}

.the-team .digg {
    background-color: #205685;
}

.spotify i,
.spotify:before {
    margin: 13px 0 0 13px;
}

#top-bar .spotify i,
#top-bar .spotify:before {
    margin: 11px 0 0 11px;
}

.spotify:before {
    content: "\3d";
    top: 0;
    opacity: 1;
}

.spotify:hover:before {
    top: 30px;
    opacity: 0;
}

.spotify:hover {
    background-color: #6ca405;
}

.the-team .spotify {
    background-color: #6ca405;
}

.reddit i,
.reddit:before {
    margin: 13px 0 0 12px;
}

#top-bar .reddit i,
#top-bar .reddit:before {
    margin: 11px 0 0 10px;
}

.reddit:before {
    content: "\3e";
    top: 0;
    opacity: 1;
}

.reddit:hover:before {
    top: 30px;
    opacity: 0;
}

.reddit:hover {
    background-color: #404040;
}

.the-team .reddit {
    background-color: #404040;
}

.appstore i,
.appstore:before {
    margin: 13px 0 0 14px;
}

#top-bar .appstore i,
#top-bar .appstore:before {
    margin: 11px 0 0 12px;
}

.appstore:before {
    content: "\41";
    top: 0;
    opacity: 1;
}

.appstore:hover:before {
    top: 30px;
    opacity: 0;
}

.appstore:hover {
    background-color: #c0c0c0;
}

.the-team .appstore {
    background-color: #c0c0c0;
}

.blogger i,
.blogger:before {
    margin: 13px 0 0 15px;
    font-size: 14px !important;
}

#top-bar .blogger i,
#top-bar .blogger:before {
    margin: 10px 0 0 13px;
    font-size: 12px !important;
}

.blogger:before {
    content: "\42";
    top: 0;
    opacity: 1;
}

.blogger:hover:before {
    top: 30px;
    opacity: 0;
}

.blogger:hover {
    background-color: #ff6501;
}

.the-team .blogger {
    background-color: #ff6501;
}

.dribbble i,
.dribbble:before {
    margin: 13px 0 0 13px;
}

#top-bar .dribbble i,
#top-bar .dribbble:before {
    margin: 11px 0 0 11px;
}

.i18n-he #top-bar .dribbble i,
.i18n-he #top-bar .dribbble:before {
    margin: 11px 11px 0 0;
}

.dribbble:before {
    content: "\44";
    top: 0;
    opacity: 1;
}

.dribbble:hover:before {
    top: 30px;
    opacity: 0;
}

.dribbble:hover {
    background-color: #ef5a92;
}

.the-team .dribbble {
    background-color: #ef5a92;
}

.evernote i,
.evernote:before {
    margin: 13px 0 0 15px;
}

#top-bar .evernote i,
#top-bar .evernote:before {
    margin: 11px 0 0 13px;
}

.evernote:before {
    content: "\45";
    top: 0;
    opacity: 1;
}

.evernote:hover:before {
    top: 30px;
    opacity: 0;
}

.evernote:hover {
    background-color: #6bb130;
}

.the-team .evernote {
    background-color: #6bb130;
}

.flickr i,
.flickr:before {
    margin: 13px 0 0 13px;
}

#top-bar .flickr i,
#top-bar .flickr:before {
    margin: 11px 0 0 11px;
}

.flickr:before {
    content: "\46";
    top: 0;
    opacity: 1;
}

.flickr:hover:before {
    top: 30px;
    opacity: 0;
}

.flickr:hover {
    background-color: #136dd5;
}

.the-team .flickr {
    background-color: #136dd5;
}

.rss i,
.rss:before {
    margin: 13px 0 0 14px;
    font-size: 14px !important;
}

#top-bar .rss i,
#top-bar .rss:before {
    margin: 11px 0 0 12px;
    font-size: 12px !important;
}

.rss:before {
    content: "\52";
    top: 0;
    opacity: 1;
}

.rss:hover:before {
    top: 30px;
    opacity: 0;
}

.rss:hover {
    background-color: #fe8f00;
}

.the-team .rss {
    background-color: #fe8f00;
}

.youtube i,
.youtube:before {
    margin: 13px 0 0 14px;
    font-size: 18px !important;
}

#top-bar .youtube i,
#top-bar .youtube:before {
    margin: 10px 0 0 12px;
    font-size: 16px !important;
}

.youtube:before {
    content: "\55";
    top: 0;
    opacity: 1;
}

.youtube:hover:before {
    top: 30px;
    opacity: 0;
}

.youtube:hover {
    background-color: #bf2f29;
}

.the-team .youtube {
    background-color: #bf2f29;
}

.vimeo i,
.vimeo:before {
    margin: 13px 0 0 13px;
    font-size: 14px !important;
}

#top-bar .vimeo i,
#top-bar .vimeo:before {
    margin: 11px 0 0 11px;
    font-size: 12px !important;
}

.vimeo:before {
    content: "\56";
    top: 0;
    opacity: 1;
}

.vimeo:hover:before {
    top: 30px;
    opacity: 0;
}

.vimeo:hover {
    background-color: #4c8ab0;
}

.the-team .vimeo {
    background-color: #4c8ab0;
}

.xing i,
.xing:before {
    margin: 13px 0 0 14px;
}

#top-bar .xing i,
#top-bar .xing:before {
    margin: 11px 0 0 12px;
}

.xing:before {
    content: "\58";
    top: 0;
    opacity: 1;
}

.xing:hover:before {
    top: 30px;
    opacity: 0;
}

.xing:hover {
    background-color: #036568;
}

.the-team .xing {
    background-color: #036568;
}

.yahoo i,
.yahoo:before {
    margin: 13px 0 0 11px;
}

#top-bar .yahoo i,
#top-bar .yahoo:before {
    margin: 11px 0 0 9px;
}

.yahoo:before {
    content: "\59";
    top: 0;
    opacity: 1;
}

.yahoo:hover:before {
    top: 30px;
    opacity: 0;
}

.yahoo:hover {
    background-color: #9251a2;
}

.the-team .yahoo {
    background-color: #9251a2;
}

.amazon i,
.amazon:before {
    margin: 13px 0 0 12px;
}

#top-bar .amazon i,
#top-bar .amazon:before {
    margin: 11px 0 0 10px;
}

.amazon:before {
    content: "\61";
    top: 0;
    opacity: 1;
}

.amazon:hover:before {
    top: 30px;
    opacity: 0;
}

.amazon:hover {
    background-color: #2f3842;
}

.the-team .amazon {
    background-color: #2f3842;
}

.steam i,
.steam:before {
    margin: 13px 0 0 11px;
}

#top-bar .steam i,
#top-bar .steam:before {
    margin: 11px 0 0 9px;
}

.steam:before {
    content: "\62";
    top: 0;
    opacity: 1;
}

.steam:hover:before {
    top: 30px;
    opacity: 0;
}

.steam:hover {
    background-color: #383838;
}

.the-team .steam {
    background-color: #383838;
}

.dropbox i,
.dropbox:before {
    margin: 13px 0 0 13px;
}

#top-bar .dropbox i,
#top-bar .dropbox:before {
    margin: 11px 0 0 11px;
}

.dropbox:before {
    content: "\64";
    top: 0;
    opacity: 1;
}

.dropbox:hover:before {
    top: 30px;
    opacity: 0;
}

.dropbox:hover {
    background-color: #2c92dd;
}

.the-team .dropbox {
    background-color: #2c92dd;
}

.github i,
.github:before {
    margin: 13px 0 0 13px;
}

#top-bar .github i,
#top-bar .github:before {
    margin: 11px 0 0 11px;
}

.github:before {
    content: "\67";
    top: 0;
    opacity: 1;
}

.github:hover:before {
    top: 30px;
    opacity: 0;
}

.github:hover {
    background-color: #5c7381;
}

.the-team .github {
    background-color: #5c7381;
}

.lastfm i,
.lastfm:before {
    margin: 13px 0 0 11px;
}

#top-bar .lastfm i,
#top-bar .lastfm:before {
    margin: 11px 0 0 9px;
}

.lastfm:before {
    content: "\6c";
    top: 0;
    opacity: 1;
}

.lastfm:hover:before {
    top: 30px;
    opacity: 0;
}

.lastfm:hover {
    background-color: #d21309;
}

.the-team .lastfm {
    background-color: #d21309;
}

.tumblr i,
.tumblr:before {
    margin: 13px 0 0 15px;
}

#top-bar .tumblr i,
#top-bar .tumblr:before {
    margin: 11px 0 0 13px;
}

.tumblr:before {
    content: "\74";
    top: 0;
    opacity: 1;
}

.tumblr:hover:before {
    top: 30px;
    opacity: 0;
}

.tumblr:hover {
    background-color: #3d658d;
}

.the-team .tumblr {
    background-color: #3d658d;
}

.wordpress i,
.wordpress:before {
    margin: 13px 0 0 14px;
}

#top-bar .wordpress i,
#top-bar .wordpress:before {
    margin: 11px 0 0 12px;
}

.wordpress:before {
    content: "\77";
    top: 0;
    opacity: 1;
}

.wordpress:hover:before {
    top: 30px;
    opacity: 0;
}

.wordpress:hover {
    background-color: #383838;
}

.the-team .wordpress {
    background-color: #383838;
}

.instagram i,
.instagram:before {
    margin: 13px 0 0 14px;
}

#top-bar .instagram i,
#top-bar .instagram:before {
    margin: 11px 0 0 12px;
}

.instagram:before {
    content: "\f31f";
    top: 0;
    opacity: 1;
}

.instagram:hover:before {
    top: 30px;
    opacity: 0;
}

.instagram:hover {
    background-color: #3f6f94;
}

.the-team .instagram {
    background-color: #3f6f94;
}


/* Product page hebrew */

.i18n-he .col-md-6 {
    float: right;
}

.i18n-he .nav-tabs > li {
    float: right;
}


/* Web Font */

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?31771571');
    src: url('../fonts/fontello.eot?31771571#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?31771571') format('woff'), url('../fonts/fontello.ttf?31771571') format('truetype'), url('../fonts/fontello.svg?31771571#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.social-icons li i {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    font-size: 16px;
    width: auto;
}

.icon-delicious:before {
    content: '\23';
}


/* '#' */

.icon-paypal:before {
    content: '\24';
}


/* '$' */

.icon-gplus:before {
    content: '\2b';
}


/* '+' */

.icon-stumbleupon:before {
    content: '\2f';
}


/* '/' */

.icon-fivehundredpx:before {
    content: '\30';
}


/* '0' */

.icon-pinterest:before {
    content: '\31';
}


/* '1' */

.icon-forrst:before {
    content: '\3a';
}


/* ':' */

.icon-digg:before {
    content: '\3b';
}


/* ';' */

.icon-spotify:before {
    content: '\3d';
}


/* '=' */

.icon-reddit:before {
    content: '\3e';
}


/* '&gt;' */

.icon-appstore:before {
    content: '\41';
}


/* 'A' */

.icon-blogger:before {
    content: '\42';
}


/* 'B' */

.icon-dribbble:before {
    content: '\44';
}


/* 'D' */

.icon-evernote:before {
    content: '\45';
}


/* 'E' */

.icon-flickr:before {
    content: '\46';
}


/* 'F' */

.icon-linkedin:before {
    content: '\4c';
}


/* 'L' */

.icon-rss:before {
    content: '\52';
}


/* 'R' */

.icon-twitter:before {
    content: '\54';
}


/* 'T' */

.icon-youtube:before {
    content: '\55';
}


/* 'U' */

.icon-vimeo:before {
    content: '\56';
}


/* 'V' */

.icon-xing:before {
    content: '\58';
}


/* 'X' */

.icon-yahoo:before {
    content: '\59';
}


/* 'Y' */

.icon-amazon:before {
    content: '\61';
}


/* 'a' */

.icon-steam:before {
    content: '\62';
}


/* 'b' */

.icon-dropbox:before {
    content: '\64';
}


/* 'd' */

.icon-facebook:before {
    content: '\66';
}


/* 'f' */

.icon-github:before {
    content: '\67';
}


/* 'g' */

.icon-lastfm:before {
    content: '\6c';
}


/* 'l' */

.icon-tumblr:before {
    content: '\74';
}


/* 't' */

.icon-wordpress:before {
    content: '\77';
}


/* 'w' */

.icon-linkedin-rect:before {
    content: '\f31b';
}


/* '?' */

.icon-instagram:before {
    content: '\f31f';
}


/* '?' */


/* Skill Bars
------------------------------------- */

.skill-bar {
    height: 20px;
    position: relative;
    margin: 20px 0 42px 0;
    background-color: #f6f6f6;
}

.skill-title {
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    top: -27px;
    width: 100%;
}

span.skill-title i {
    float: right;
    position: relative;
    display: block;
    right: 0;
    color: #c0c0c0;
}

.skill-bar-value {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #808080;
    overflow: visible !important;
}


/* Skill Bars
------------------------------------- */

.info-banner {
    background: #f6f6f6;
    display: block;
    padding: 24px 28px;
}

.info-content {
    float: left;
}

.info-banner p {
    margin: 0;
    color: #909090;
}

.info-banner a.button {
    float: right;
    margin: 5px 0 0 0;
    font-size: 14px;
    padding: 8px 15px;
}

.info-banner h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}


/* Notification Boxes
------------------------------------- */

#result .success,
.notification {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 13px 40px 13px 18px;
}

.notification p {
    margin: 0;
}

.notification span {
    font-weight: 600;
}

#result .success,
.notification.success,
.notification.success strong {
    background-color: #EBF6E0;
    color: #5f9025;
}

.notification.error,
.notification.error strong {
    background-color: #ffe9e9;
    color: #de5959;
}

.notification.warning,
.notification.warning strong {
    background-color: #FBFADD;
    color: #8f872e;
}

.notification.notice,
.notification.notice strong {
    background-color: #E9F7FE;
    color: #5091b2;
}

.notification strong {
    border: none !important;
}

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
    padding: 0px 9px;
    position: absolute;
    right: 0;
    top: 22px;
    display: block;
    height: 8px;
    width: 8px;
    cursor: pointer;
}

.notification.success .close {
    background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;
}

.notification.error .close {
    background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;
}

.notification.warning .close {
    background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;
}

.notification.notice .close {
    background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;
}


/* Counters
------------------------------------- */

.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px 20px;
    text-align: center;
}

.counter-box p {
    margin: 5px 0 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px 0;
    color: #d2d2d2;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px;
}

.counter-box.colored {
    background: #808080;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}


/* Happy Clients
------------------------------------- */

.sb-navigation-left-2,
.sb-navigation-right-2,
.sb-navigation-left-2.notclickable,
.sb-navigation-right-2.notclickable {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sb-navigation-left-2,
.sb-navigation-right-2 {
    cursor: pointer;
    margin-top: 42px;
}

.sb-navigation-left-2 {
    float: left;
}

.sb-navigation-right-2 {
    float: right;
}

.sb-navigation-left-2 i,
.sb-navigation-right-2 i {
    line-height: 24px;
    font-size: 24px;
    color: #c4c4c4;
}

.sb-navigation-left-2:hover,
.sb-navigation-right-2:hover {}

.sb-navigation-left-2.notclickable,
.sb-navigation-right-2.notclickable {
    cursor: default;
}

.sb-navigation-left-2.notclickable i,
.sb-navigation-right-2.notclickable i {
    color: #c4c4c4;
}

.sb-navigation-left-2.alt,
.sb-navigation-right-2.alt {
    top: 57%;
    margin: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 99;
}

.sb-navigation-left-2.alt {
    left: 10px;
}

.sb-navigation-right-2.alt {
    right: 0;
}

.happy-clients-photo img {
    margin: 0 auto;
    display: block;
    margin-bottom: 11px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.happy-clients-cite {
    font-size: 24px;
    font-weight: 300;
    color: #999;
    width: 75%;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 36px;
    margin-bottom: 7px;
}

.happy-clients-author {
    font-size: 18px;
    font-weight: 500;
    color: #808080;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 32px;
}


/* Additional Menu
------------------------------------- */

#additional-menu {
    display: block;
    float: right;
    margin: 18px 0 20px 0;
}

#additional-menu ul li {
    display: inline;
    padding: 0 11px;
    float: left;
}

#additional-menu ul li:first-child {
    background: none;
}

#additional-menu ul li:last-child {
    padding-right: 0;
}

#additional-menu ul li a {
    font-size: 13px;
    color: #999;
}

#additional-menu ul li a span {
    color: #bbb;
}

#additional-menu ul li a:hover,
#additional-menu ul li a:hover span {
    color: #808080;
}


/* Search
------------------------------------- */

.top-search {
    float: right;
    display: block;
    margin: 0;
}

.top-search input,
.apply-coupon input {
    font-size: 13px;
    width: 192px;
    padding: 10px 13px 10px 13px;
    float: left;
}

.apply-coupon input {
    background-color: #fff;
    display: inline-block;
    float: left;
    margin: 0;
    border: 0;
}

.apply-coupon input:focus {
    background-color: #fff;
    margin: 0;
    border: 0;
}

.top-search button,
.searchform-alter input[type="submit"],
.searchform-alter button[type="submit"] {
    background: #c0c0c0;
    border: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border-radius: 0;
}

.searchform-alter button i,
.searchform-alter input[type="submit"] i {
    display: block;
    left: 0;
    position: relative;
    top: 0;
    z-index: 20;
}

.apply-coupon a {
    display: block;
    float: left;
}

.top-search button:hover {
    background-color: #808080;
}

.top-search button i {
    top: 0;
    left: 0;
    position: relative;
    display: block;
    z-index: 20;
}


/* Cart
------------------------------------- */

#cart {
    float: right;
    display: block;
    margin: 0 0 0 15px;
    position: relative;
    z-index: 100;
}

#cart a {
    color: #fff;
}

.cart-list {
    position: absolute;
    right: 0;
    margin-top: 50px;
    background: #f5f5f5;
    z-index: 9999;
    display: none;
    width: 260px;
}

.cart-list.active {
    display: block;
    opacity: 1;
    visibility: visible;
}


/* Cart Button */

.cart-btn a.button {
    padding: 8px 14px 8px 52px;
    float: left;
    font-weight: 600;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cart-btn a.button.adc:before {
    content: "";
    position: absolute;
    font-family: "FontAwesome";
    padding: 7px 15px 7px 12px;
    height: 100%;
    background: rgba(0, 0, 0, 0.06);
    top: 0;
    left: 0;
    font-size: 13px;
}

.cart-btn a.button.hovered,
.cart-btn a.button:hover,
div.button:hover {
    background-color: #606060;
}


/* Cart List */

#cart ul {
    padding: 16px;
}

#cart ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0;
    display: block;
}

#cart ul li:last-child {
    border-bottom: none;
    padding: 13px 0 0 0;
}

#cart ul li:first-child {
    padding: 0 0 13px 0;
}

#cart ul li a {
    display: block;
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

#cart ul li span {
    display: block;
    float: none;
    padding: 0;
    font-size: 13px;
    color: #a0a0a0;
    line-height: 18px;
}

#cart ul li a img {
    display: inline-block;
    float: left;
    padding: 0;
    width: 55px;
    height: auto;
    margin: 0 15px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cart-amount {
    padding: 9px 0;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #eee;
}

.cart-list .arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #eee;
    position: absolute;
    top: -5px;
    left: 230px;
}

.cart-amount span {
    padding: 0 16px;
    color: #909090;
}

.cart-buttons,
#cart .links {
    border-top: 1px solid #e5e5e5;
    padding: 15px 16px 10px 16px;
}

.cart-buttons a,
#cart .links a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 7px 0px;
    margin: 0 0 5px 0;
    background-color: #808080;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.cart-buttons a.view-cart,
#cart .links .line-item-summary-view-cart a {
    background: #c0c0c0;
}

.cart-buttons a.checkout,
#cart .links .line-item-summary-checkout a {
    background-color: #808080;
}

.cart-buttons a.view-cart:before,
.cart-buttons a.checkout:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.cart-buttons a.view-cart:hover:before,
.cart-buttons a.checkout:hover:before,
#cart .links a:hover,
#cart .links .line-item-summary-checkout a:hover {
    background-color: #606060;
}

.cart-buttons a span {
    position: relative;
    z-index: 200;
}


/* Checkout
-------------------------------------- */

.checkout-section {
    background: #f4f4f4;
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 0 15px 0;
}

.checkout-section.active {
    background: #3acf87;
    color: #fff;
}

a:hover .checkout-section {
    background: #606060;
    color: #fff;
}

.checkout-section p {
    position: relative;
    display: inline-block;
}

.checkout-section span {
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 14px 22px 12px 22px;
    font-weight: 700;
    font-size: 14px;
    margin: 0 10px 0 0;
    color: #909090;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.checkout-section.active span {
    background: rgba(0, 0, 0, 0.0.9);
    color: #fff;
}

a:hover .checkout-section span {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.checkout-content,
.checkout-delivery,
.checkout-summary {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding: 0 3px;
}

.checkout-summary,
.checkout-delivery.active {
    border: 0;
    margin-bottom: 0;
}

.continue.button {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 30px 0;
}


/* Forms */

.checkout-content select,
.checkout-summary select {
    padding: 10px 12px;
    cursor: pointer;
}

.checkout-content select,
.checkout-content input {
    margin: 0 0 15px 0;
    width: 95.4%;
}

.checkout-content .half {
    display: inline-block;
    width: 45.8%;
}

.checkout-content .half.first {
    padding: 0 30px 0 0;
}

.checkout-content .fullwidth,
.checkout-content .fullwidth select,
.checkout-content select.fullwidth {
    display: inline-block;
    width: 100%;
}

.checkout-content input.fullwidth,
.checkout-content .fullwidth input {
    display: inline-block;
    width: 95%
}

a:hover .checkout-section strong {
    color: #fff;
}

.checkout-section strong {
    float: right;
    font-size: 14px;
    margin: 13px 15px 0 0;
    color: #808080;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.checkout-section strong i {
    margin: 0 3px 0 0;
}


/* Checkbox */

input.input-checkbox {
    width: 20px;
    float: left;
    position: relative;
    width: auto !important;
}

label.checkbox {
    margin: -5px 0 0 5px;
    font-weight: 600;
    float: left;
    cursor: pointer;
}

.shippping-checkbox {
    display: block;
    margin-top: 15px;
}

.checkout-content label abbr {
    color: #d11c1c;
}

.checkout-content select,
.checkout-summary select {
    overflow: hidden;
    background: url(../images/down_arrow_select.png) no-repeat right #f5f5f5;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

@-moz-document url-prefix() {
    .checkout-content select,
    .checkout-summary select {
        background-image: none;
        padding-right: 20px;
    }
}


/* Address Review & Delivery List */

ul.address-review {
    margin: 10px 0 24px 0;
}

ul.address-review li {
    line-height: 21px;
}

ul.address-review.summary li {
    margin: 0 0 10px 0;
}

ul.address-review.delivery {
    margin: 10px 0 18px 0;
}

ul.address-review li strong,
ul.delivery-options li strong {
    margin-bottom: 4px;
    display: inline-block;
}

ul.delivery-options li strong {
    margin-bottom: 7px;
    color: #909090;
    font-weight: 500;
}

ul.delivery-options {
    margin: 20px 0 24px 0;
}

.delivery-options li input {
    margin: 2px 0 0 0;
    position: absolute;
    left: 15px;
}

.delivery-options li label {
    margin: 0 0 0 21px;
    color: #606060;
}

.delivery-options li label span,
.delivery-summary {
    color: #909090;
    margin-left: 4px;
    font-weight: 500;
}

.delivery-options li label span span,
.delivery-summary span {
    color: #d0d0d0;
    font-size: 11px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.delivery-option {
    display: block;
    margin-top: 5px;
    float: left;
}


/* Checkout Cart */

.qty-checkout {
    text-align: center;
}

.checkout td.cart-total {
    padding-right: 35px;
}

.checkout td {
    line-height: 20px;
}

.checkout-section.cart {
    padding: 12px 23px 14px 23px;
    background: #606060;
    color: #fff;
    margin: 0;
}

.checkout-subtotal {
    margin: 0 15px 0 5px;
    color: #808080;
    float: right;
}

.checkout-subtotal.summary {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    width: 94.5%;
    position: relative;
    text-align: right;
}

body.adminimal-skin-material div.status {
    background-color: rgba(33, 150, 243, 0.07) !important;
}

.checkout-subtotal span {
    color: #606060;
    margin-left: 5px;
}


/* Payment & Order Review */

.payment-icons.checkout {
    float: none;
    top: 0;
    position: relative;
    display: block;
}

.payment-icons.checkout li {
    display: inline-block;
    float: left;
}

.payment-icons.checkout li img {
    margin: 0 4px 0 0;
    border: 1px solid #e0e0e0;
    padding: 3px;
    cursor: pointer;
}

.credit-card-fields span {
    display: inline;
    float: left;
    margin-right: 15px;
}

.credit-card-fields input {
    width: 305px;
    min-width: 100px;
}

.credit-card-fields select {
    min-width: 100px;
}

.order-totals-spacer {
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
}


/* My Account
-------------------------------------- */

.centered {
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
}

.form-row-wide input {
    width: 100%;
}


/*.required {color: #d11c1c;}*/

.rememberme {
    display: block;
    margin-top: 10px;
}

.rememberme {
    cursor: pointer;
}

.rememberme input {
    margin: 0 2px 0 0;
    top: 1px;
    display: inline-block;
}


/* ------------------------------------------------------------------- */


/* Navigation
---------------------------------------------------------------------- */

.sf-menu {
    position: relative;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    max-height: 50px;
    /*	background-color: #606060;*/
    background-color: transparent;
    margin: 35px 0 25px 0;
    z-index: 99;
}

.sf-menu .mega {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
}

.sf-menu > li {
    float: left;
}

.sf-menu li:hover > .mega,
.sf-menu li.sfHover > .mega {
    display: block;
}

.sf-menu > li > a {
    display: block;
    position: relative;
}


/* Current Page */

.sf-menu > li .current {
    background-color: #505050;
}

.sf-menu > li:hover .current,
.sf-menu > li.sfHover .current {
    background-color: #808080;
}

.sf-menu > li > a {
    color: #717b80;
    padding: 17px 1.779em 15px 1.779em !important;
    /*Canged by  Denys 13/14*/
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.i18n-he .sf-menu > li > a {
    color: #717B80;
    padding: 17px 1.3em 15px !important;
    /*Canged by  Denys 13/14*/
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center !important;
    font-size: 16px;
}


/*.i18n-he .sf-menu > li > a.last {
	color: #fff;
	padding: 17px 56px 15px 30px !important;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center !important;
}*/

.sf-menu .homepage {
    text-indent: -9999px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    background: url(../images/home.png) 50% no-repeat;
}

.sf-menu > li:hover,
.sf-menu > li.sfHover {
    background-color: #808080;
}

.sf-menu > .sf-menu li.dropdown li.sfHover,
.sf-menu li.sfHover {
    background-color: #ededed;
}

.current,
.sf-menu > li,
.sf-menu > li:hover,
.sf-menu > li.sfHover,
.sf-menu > li.sfHover {
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}


/* Mega Menu */

.mega {
    background-color: #f9f9f9;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
}

.mega a {
    color: #909090;
    padding: 2px 0;
    display: block;
    margin-left: 12px;
    line-height: 19px;
    -webkit-transition: all 0.15s ease-in-out;
    ;
    -moz-transition: all 0.15s ease-in-out;
    ;
    -ms-transition: all 0.15s ease-in-out;
    ;
    -o-transition: all 0.15s ease-in-out;
    ;
    transition: all 0.15s ease-in-out;
    ;
}

.mega a:hover {
    color: #808080;
}

.mega-headline {
    background: #f0f0f0;
    color: #707070;
    font-weight: 600;
    display: block;
    padding: 8px 12px;
    margin-bottom: 8px;
}

.mega ul li p {
    padding: 0 12px;
}

.mega ul li p a {
    color: #808080;
    text-decoration: underline;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.mega ul li p a:hover {
    color: #888;
}


/* Mega Menu Grid */

.mega-container {
    margin-left: auto;
    margin-right: auto;
    width: 1136px;
    padding: 30px 22px;
}

.one-fourth-column,
.one-fourth-columns,
.one-column,
.one-columns,
.two-columns,
.three-columns,
.four-columns,
.five-columns,
.six-columns {
    display: inline-block;
    float: left;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
}

.mega-container .one-column {
    width: 173px;
}

.mega-container .one-columns {
    width: 173px;
}

.mega-container .two-columns {
    width: 362px;
}

.mega-container .one-fourth-column {
    width: 267px;
}

.mega-container .one-fourth-columns {
    width: 267px;
}

.mega-container .three-columns {
    width: 551px;
}

.mega-container .four-columns {
    width: 740px;
}

.mega-container .five-columns {
    width: 929px;
}

.mega-container .six-columns {
    width: 1118px;
}


/* Smaller than standard 1180 (devices and browsers) */

@media only screen and (min-width: 960px) and (max-width: 1289px) {
    .mega-container {
        margin-left: auto;
        margin-right: auto;
        width: 894px;
    }
    .mega-container .one-column {
        width: 133px;
    }
    .mega-container .one-columns {
        width: 133px;
    }
    .mega-container .two-columns {
        width: 282px;
    }
    .mega-container .one-fourth-column {
        width: 207px;
    }
    .mega-container .one-fourth-columns {
        width: 207px;
    }
    .mega-container .three-columns {
        width: 431px;
    }
    .mega-container .four-columns {
        width: 580px;
    }
    .mega-container .five-columns {
        width: 729px;
    }
    .mega-container .six-columns {
        width: 878px;
    }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .mega-container {
        margin-left: auto;
        margin-right: auto;
        width: 702px;
    }
    .mega-container .one-column {
        width: 101px;
    }
    .mega-container .two-columns {
        width: 218px;
    }
    .mega-container .one-fourth-column {
        width: 159px;
    }
    .mega-container .three-columns {
        width: 335px;
    }
    .mega-container .four-columns {
        width: 452px;
    }
    .mega-container .five-columns {
        width: 569px;
    }
    .mega-container .six-columns {
        width: 686px;
    }
}


/* Basic Dropdown */

.sf-menu li.dropdown,
.sf-menu > li {
    position: relative;
}

.sf-menu .dropdown ul,
.sf-menu > li > ul,
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 9;
    /*	margin-top: 1px;*/
    background-color: #f8f8f8;
}

.sf-menu li.dropdown ul li,
.sf-menu li ul li {
    position: relative;
}

.sf-menu li.dropdown ul li ul,
.sf-menu li ul li ul {
    position: absolute;
    display: none;
    top: 0;
    left: 200px;
    z-index: 100;
}

.sf-menu li.dropdown ul li ul li a,
.sf-menu li ul li ul li a {
    display: block;
    min-width: 150px;
}


/*.sf-menu li.dropdown ul li a, .sf-menu li ul li a {
	display: block;
	min-width: 150px;
	color: #909090;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 16px;
	transition: all 0.15s ease-in-out;
	border-bottom: 1px solid #e9e9e9;
	margin-top: -1px;
}*/

.sf-menu li.dropdown ul li a,
.sf-menu li ul li a {
    display: block;
    min-width: 150px;
    color: #606060;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 16px;
    transition: all 0.15s ease-in-out;
    border-bottom: 1px solid rgba(145, 145, 145, 0.0);
    margin-top: -1px;
}

.sf-menu li.dropdown ul li a:hover,
.sf-menu li ul li a:hover {
    background-color: #808080;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
}


/* Menu Arrows **/

.arrows .with-ul {
    padding-right: 32px;
}

.arrows .with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -2px;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #FFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255, 255, 255, .5);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.arrows > .sf-menu li.dropdown ul li .with-ul:after,
.arrows > .sf-menu li.dropdown ul li.sfHover .with-ul:after {
    border-left-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(255, 255, 255, 0);
    right: 12px;
    margin-top: -4px;
}


/* =================================================================== */


/* Mobile Navigation
====================================================================== */

#jPanelMenu-menu {
    display: none;
}

@media only screen and (max-width: 767px) {
    /*User menu blocks*/
    #user-menu-wrapper .block {
        float: none !important;
    }
    #user-menu-wrapper ul.menu {
        float: none !important;
        text-align: center;
    }
    #user-menu-wrapper ul.menu li {
        float: none !important;
        display: inline-block;
        font-size: 12px;
        padding: 0 7px 0 7px !important;
    }
    #user-menu-wrapper #block-locale-language {
        width: 90px;
        margin: 0 auto;
        padding: 0 18px 20px 0;
    }
    .i18n-he #user-menu-wrapper #block-locale-language {
        padding: 0 6px 19px 16px;
        /*0 0 20px 10px*/
    }
    .i18n-he .menu-trigger {
        direction: ltr;
    }
    #user-menu-wrapper #block-commerce-multicurrency-currency-selector {
        width: 85px;
        margin: 0 auto;
    }
    #user-menu-wrapper .sf-menu {
        max-height: none;
    }
    #responsive {
        display: none;
    }
    #jPanelMenu-menu {
        display: block
    }
    a.menu-trigger {
        color: #fff;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        float: left;
        background: #606060;
        position: relative;
        width: 100%;
        margin: 15px 0 25px 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    a.menu-trigger i {
        padding: 16px 17px;
        margin: 0 10px 0 0;
        background: rgba(0, 0, 0, 0.08);
        font-size: 14px;
        font-weight: 500;
    }
    a.menu-trigger:hover {
        background: #808080;
    }
}

#jPanelMenu-menu a.current {
    background: #808080 !important;
}

#jPanelMenu-menu a.current:after,
#jPanelMenu-menu .with-ul:after {
    display: none;
}

ul#jPanelMenu-menu .sf-megamenu-column,
ul#jPanelMenu-menu .sf-megamenu-column ol {
    width: 100% !important;
}

#jPanelMenu-menu li a {
    display: block;
    padding: 12px 20px !important;
    background-color: #505050;
    /*	border-bottom: 1px solid #606060;
  */
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-weight: 600;
    outline: none;
    text-transform: uppercase;
}

#jPanelMenu-menu li a:hover {
    background-color: #808080;
}

#jPanelMenu-menu li li a {
    background-color: #606060;
    padding-left: 30px !important;
    text-transform: none;
    font-weight: 500;
}

#jPanelMenu-menu li li li a {
    padding-left: 50px !important;
}

#jPanelMenu-menu .one-fourth-column,
#jPanelMenu-menu .one-column,
#jPanelMenu-menu .two-columns,
#jPanelMenu-menu .three-columns,
#jPanelMenu-menu .four-columns,
#jPanelMenu-menu .five-columns,
#jPanelMenu-menu .six-columns {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0;
    width: 100%;
}

#jPanelMenu-menu .hidden-on-mobile,
#jPanelMenu-menu .mega-headline {
    display: none;
}


/* ------------------------------------------------------------------- */


/* Miscellaneous
---------------------------------------------------------------------- */


/* Headline
------------------------------------- */

.headline {
    font-size: 20px;
    background-color: #fff;
    padding-right: 10px;
    z-index: 5;
    position: relative;
    float: left;
    text-transform: uppercase;
}

.i18n-he .headline {
    float: right;
    padding-right: 0;
}

.line {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left;
    height: 1px;
    display: inline-block;
    margin: -16px 0 25px 0;
}


/* Parallax
------------------------------------- */

.parallax-banner {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
    height: 200px;
    opacity: 0
}

.parallax-banner img {
    position: absolute;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.45);
}

.parallax-title {
    position: relative;
    z-index: 10;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
}

.parallax-title a {
    position: relative;
    z-index: 10;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
}

.parallax-title a:hover {
    position: relative;
    z-index: 10;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
}

.parallax-title a:visited {
    position: relative;
    z-index: 10;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
}

.parallax-title span {
    display: block;
    padding: 15px 0 0 0;
    font-size: 28px;
    font-weight: 300;
}

input[type="button"],
input[type="submit"],
a.button,
.btn,
.btn-default,
div.button a {
    cursor: pointer;
    padding: 7px 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    outline: none;
    overflow: hidden;
    position: relative;
    z-index: 10;
    color: #fff;
    background-color: #808080;
    border: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

input[type="button"],
input[type="submit"] {
    padding: 10px 14px;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #c0c0c0;
}

a.button.dark,
.btn,
.btn-default {
    background-color: #606060;
}

a.button.gray,
div.button.gray {
    background-color: #c0c0c0;
}

a.button.colo,
a.button.dark:hover,
.btn:hover,
.btn-default:hover,
a.button.gray:hover,
a.button.color:hover,
div.button.gray {
    background-color: #c0c0c0;
    color: #ffffff;
}

.button i {
    margin-right: 3px;
}


/* Parallax Titlebar
------------------------------------- */

.parallax-titlebar {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 38px;
    height: 160px;
}

.parallax-titlebar img {
    position: absolute;
}

.parallax-titlebar h2 {
    position: relative;
    z-index: 10;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    display: block;
    top: 31%;
    left: 55px;
}

.parallax-titlebar span {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    display: block;
}

.parallax-content {
    position: relative;
    height: 100%;
}


/* Titlebar
------------------------------------- */

.titlebar {
    background-color: #fff;
    /*background changed from #f4f4f4 to #fff by Denys 12/10/15*/
    position: relative;
    margin: 0 0 50px 0;
    padding: 34px 0 32px;
    /*	background: url(../images/pattern.png) ;*/
}

h1#page-title
/*added by Denys 12/10/15*/

{
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.titlebar h2
/*, h1#page-title hided by Denys 12/10/15*/

{
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    float: left;
    width: 100%;
}

.titlebar span {
    font-weight: 300;
    color: #aaa;
}

.titlebar #breadcrumbs ul {
    float: left;
    margin: 0;
    right: 0;
}

.i18n-he .titlebar #breadcrumbs ul {
    float: right;
    margin: 0;
    right: 0;
}

.titlebar #breadcrumbs a {
    color: #606060;
}

.titlebar #breadcrumbs ul li,
.titlebar #breadcrumbs ul li a,
.titlebar #breadcrumbs ul li a:hover,
.titlebar #breadcrumbs ul li:last-child a {
    color: #909090;
}

.titlebar #breadcrumbs ul li:after {
    color: #bbb;
}


/* Breadcrumbs
------------------------------------- */

#breadcrumbs ul {
    float: right;
    font-size: 13px;
    margin-top: 27px;
    font-weight: 500;
    position: relative;
    z-index: 10;
    right: 55px;
}

#breadcrumbs ul li {
    display: inline-block;
    color: #fff;
    margin: 0 0 0 5px;
}

#breadcrumbs ul li:after {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 13px;
    color: #fff;
    margin: 0 0 0 9px;
}


/*bredcrumb  hebrew*/

.i18n-he #breadcrumbs ul li:after {
    content: "\f0d9";
    font-family: "FontAwesome";
    font-size: 13px;
    color: #bbb;
    margin: 0 9px 0 9px;
}

#breadcrumbs ul li:last-child:after {
    content: "";
    margin: 0;
}

#breadcrumbs ul li a,
#breadcrumbs ul li a:hover,
#breadcrumbs ul li:last-child a {
    color: #fff;
}

#breadcrumbs ul li:first-child {
    padding-right: 0;
    margin-left: 0;
}

#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
    background: none;
}

#breadcrumbs ul li:last-child {
    padding: 0;
    font-weight: 600;
    background: none;
}


/* Full Width Styles
------------------------------------- */

.fullwidth .parallax-content {
    margin: 0 auto;
}

.fullwidth .parallax-banner.fullwidth-element,
.fullwidth .parallax-titlebar.fullwidth-element,
.fullwidth .parallax-banner img,
.fullwidth .parallax-titlebar img {
    width: 100%;
}

.fullwidth .parallax-content h2 {
    left: 0;
}

.fullwidth .parallax-content #breadcrumbs ul {
    left: 0;
    right: 0;
}


/* Back to Top
------------------------------------- */

#backtotop {
    position: fixed;
    right: 0;
    display: none;
    bottom: 20px;
    margin: 0 20px 0 0;
}

#backtotop a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#backtotop a:after {
    content: "";
    font-family: "FontAwesome";
    position: relative;
    display: block;
    top: 10px;
    left: 15px;
}

#backtotop a:hover {
    background-color: #808080;
}


/* Pagination
------------------------------------- */

.pagination {
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.pagination-next-prev {
    position: relative;
    top: -36px;
}

.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination ul li a,
.pagination-next-prev ul li a {
    padding: 9px 14px;
    border-bottom: none;
    display: inline-block;
    color: #fff;
    background-color: #c0c0c0;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.current-page {
    background-color: #808080 !important;
}

.products .pagination ul li a,
.products .pagination-next-prev ul li a {
    background-color: #d0d0d0;
}

.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
    background: #808080;
    color: #fff;
}

.pagination-next-prev a.next {
    float: right;
}

.pagination-next-prev a.prev {
    float: left;
}

.pagination-next-prev ul li a {
    width: 36px;
    height: 36px;
    padding: 0;
}

.pagination-next-prev .prev:before,
.pagination-next-prev .next:before {
    font-family: "FontAwesome";
    font-size: 13px;
    position: relative;
    display: block;
    line-height: 19px;
}

.pagination-next-prev .next:before {
    content: "";
    margin: 9px 0 0 14px;
}

.pagination-next-prev .prev:before {
    content: "";
    margin: 9px 0 0 12px;
}


/* Custom Margins for Pages */

.products .pagination-next-prev a.prev {
    margin: 0 0 0 20px;
}

.pagination-next-prev.full-width a.prev {
    margin: 0 0 0 10px;
}

.pagination-next-prev.full-width a.next {
    margin: 0 10px 0 0;
}

.pagination-container {
    margin: 0 0 40px 0;
}

.products .pagination-container {
    margin: 50px 0 0 0;
}

.masonry.pagination-container {
    margin: 20px 0 40px 0;
}


/* 404 Error Page
------------------------------------- */

#not-found {
    margin: 90px 0 115px 0;
}

#not-found h2 {
    text-align: center;
    font-size: 240px;
    line-height: 210px;
    font-weight: 600;
    letter-spacing: -5px;
}

#not-found p {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    color: #999;
}

#not-found i {
    color: #808080;
    font-size: 210px;
    top: -12px;
    position: relative;
}


/* ------------------------------------------------------------------- */


/* Shortcodes
---------------------------------------------------------------------- */


/* Tabs
------------------------------------- */

.tabs-nav {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.tabs-nav li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.tabs-nav li a,
.tab-reviews {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs-nav li a {
    background-color: #f6f6f6;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #888;
    font-weight: 600;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
}

.tab-reviews {
    color: #aaa;
}

.tabs-nav li.active .tab-reviews {
    color: #fff;
}

.tabs-nav li.active a {
    background: #808080;
    color: #fff;
}

.tab-content {
    padding: 15px 0px;
}

.tabs-container {
    overflow: hidden;
    width: 100%;
}


/* Regular Table
------------------------------------- */

table.basic-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

table.basic-table.shortcode th {
    text-transform: uppercase;
}

table.basic-table th {
    text-align: left;
    padding: 10px 15px;
    color: #666;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
}

table.basic-table td {
    padding: 10px 15px;
    border-top: none;
    border-right: none;
}

.basic-table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.tab-content .basic-table {
    margin: 0 0 20px 0;
}


/* Dropcaps
------------------------------------- */

.dropcap {
    float: left;
    color: #808080;
    font-size: 58px;
    line-height: 54px;
    padding-top: 4px;
    padding-right: 10px;
    margin-top: -2px;
    font-weight: 600;
}

.dropcap.full {
    background: #808080;
    padding: 3px 5px 5px 5px;
    margin: 0 5px 0 0;
    color: #fff;
    bottom: -5px;
    position: relative;
}


/* Highlights
------------------------------------- */

.highlight.color,
.highlight.gray,
.highlight.light {
    padding: 2px 6px;
    color: #fff;
}

.highlight.color {
    background: #808080;
}

.highlight.gray {
    background: #a0a0a0;
}

.highlight.light {
    background: #f2f2f2;
    color: #909090;
}


/* Blockquote
------------------------------------- */

blockquote {
    border-left: 4px solid #808080;
    padding-left: 20px;
    color: #999;
    line-height: 24px;
    font-style: italic;
    margin: 5px 0 20px 15px;
}


/* List Styles
------------------------------------- */

.list-1 li,
.list-2 li,
.list-3 li,
.list-4 li,
.item-list ul li,
.sidebar ul.menu li {
    list-style: none;
    margin: 7px 0;
    margin-left: 2px;
}

.list-2 li {
    list-style: none;
    margin: 4px 0;
    margin-left: 2px;
}

.list-1 li:first-child,
.list-2 li:first-child,
.list-3 li:first-child,
.list-4 li:first-child,
.item-list ul li:first-child,
.sidebar ul.menu li:first-child {
    margin-top: 0;
}

.list-1 li:before,
.list-2 li:before,
.list-3 li:before,
.list-4 li:before,
.item-list ul li:before,
.sidebar ul.menu li:before {
    content: "";
    font-family: "FontAwesome";
    margin: 0 7px 0 0;
    position: relative;
    color: #a0a0a0;
}

.list-1.color li:before,
.list-2.color li:before,
.list-3.color li:before,
.list-4.color li:before,
.item-list ul li:before,
.sidebar ul.menu li:before {
    color: #808080;
}

.list-1 li:before {
    content: "";
}

.list-2 li:before {
    content: "•";
    font-size: 24px;
    top: 3px;
}

.list-3 li:before {
    content: "";
}

.list-4 li:before,
.item-list ul li:before,
.sidebar ul.menu li:before {
    content: "";
}


/* Tooltips
------------------------------------- */

#tiptip_holder {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
    -webkit-transform: translateX(12px)
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 6px 10px;
    background-color: #666;
}

#tiptip_arrow,
#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #666;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #666;
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #666;
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #666;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #666;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #666;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #666;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #666;
}


/* Google Maps
------------------------------------- */

#googlemaps {
    padding-bottom: 30%;
}

.google-map-container {
    margin: 0 0 35px 0;
}

.google-map-container img {
    max-width: none !important;
}


/* Contact Details
------------------------------------- */

.contact-informations {}

.contact-informations p {
    margin: 0;
}

.contact-details-alt p {
    margin: 0 0 0 22px;
    line-height: 18px;
}

.contact-informations li i {
    float: left;
    margin: 3px 8px 0 0;
    color: #909090;
}

.i18n-he .contact-informations li i {
    float: right;
    margin: 3px -12px 7px 15px;
    color: #909090;
}

.contact-informations li,
.contact-informations.second li {
    padding-bottom: 3px;
}


/* Contact Form
------------------------------------- */

#contact fieldset div {
    margin-bottom: 15px;
}

#contact fieldset div input {
    width: 240px;
}

#contact textarea {
    width: auto;
    min-width: 97.5%;
    min-height: 180px;
    resize: vertical;
}

#contact input,
#contact textarea,
#contact select,
.contact-form .form-submit {
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    -ms-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

#contact input:focus #contact textarea:focus,
#contact select:focus {
    outline: none;
    position: relative;
    z-index: 5;
}

#contact input.error,
#contact textarea.error,
#contact select.error {
    border: 1px solid #ffeceb;
    background: #ffeceb;
}

#contact label {
    margin-bottom: 5px;
}

#contact label span {
    color: #e24747;
}

#message {
    margin: 0;
    padding: 0;
    display: block;
    background: transparent none;
}


/* Example Grid
------------------------------------- */

.example-grid .column,
.example-grid .columns {
    display: block;
    background: #f2f2f2;
    padding: 10px 0;
    text-align: center;
    color: #909090;
    font-weight: 600;
    margin-top: 20px;
}

.example-grid .column:hover,
.example-grid .columns:hover {
    background: #c0c0c0;
    color: #fff;
    transition: all 0.2s ease-in-out;
}


/* Icons Example */

.icons-example ul li i {
    color: #606060;
    width: 25px;
}

.icons-example ul li {
    margin: 0 0 4px 4px;
}


/* Example Gallery */

.example-gallery a {
    float: left;
}

.example-gallery strong {
    display: block;
}


/* Comments
------------------------------------- */

.comments {
    margin: 10px 0 0 0;
}

.comments .button {
    margin: 0 0 10px 90px;
    padding: 7px 15px;
}

.comments ul li {
    display: block;
    margin: 0 0 20px 90px;
    position: relative;
}

.comments ul li ul li {
    margin: 20px 0 0 90px;
}

.comment-content p {
    margin: 0;
    line-height: 23px;
}

.comment-content {
    background: #f8f8f8;
    color: #888;
    padding: 19px 22px 22px 22px;
}

.comment-content strong {
    padding-right: 5px;
    font-size: 14px;
    color: #666;
}

.comment-content span {
    color: #999;
}

.comments-amount {
    color: #909090;
}

.avatar {
    /* float: left;
  display: inline-block;
  position: absolute;
  left: -90px;*/
}

.avatar img {
    max-width: 70px;
}

.comment-by {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
}

.comment-by span.reply {
    float: right;
    display: inline;
}

.comment-by span.reply a {
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: normal;
    color: #999;
}

.comment-by span.reply a i {
    color: #bbb;
    transition: all 0.1s ease-in-out;
}

.comment-by span.reply a:hover,
.comment-by span.reply a:hover i {
    color: #808080;
}

.comment-by .rating {
    float: right;
    position: relative;
    margin: 0 -10px 0 0;
}

.comment-by .rating .star-bg:after {
    color: #ddd;
}

.comment-by span.date {
    color: #999;
    font-weight: 300;
    background: url('../images/comments-divider.png') no-repeat 0 55%;
    padding: 0 0 0 9px;
    margin: 0 0 0 2px;
    float: none;
    text-align: left;
}


/* Add Comment */

.add-comment label {
    margin: 0 0 4px 0;
}

.add-comment label span {
    color: #e24747;
}

.add-comment input {
    margin: 0 0 20px 0;
    min-width: 240px;
}

.add-comment textarea {
    margin: 0 0 18px 0;
    width: auto;
    min-width: 97.5%;
    min-height: 180px;
    resize: vertical;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/* Content Boxes
------------------------------------- */

.content-box {
    padding: 32px 28px;
    margin: 0 0 20px 0;
    text-align: center;
    cursor: pointer;
}

.content-box,
.content-box i,
.content-box p,
.content-box h3 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.content-box p {
    margin: 0;
    color: #fff;
}

.content-box h3 {
    line-height: 26px;
    padding-bottom: 8px;
    color: #fff;
    font-weight: 600;
}

.content-box i {
    font-size: 80px;
    height: 80px;
    color: #fff;
    margin: 10px 0;
    display: block;
}

.content-box.color-effect-1 {
    background: #38c782;
}

.content-box.color-effect-2 {
    background: #0e83cd;
}

.content-box.color-effect-3 {
    background: #a558a6;
}

.content-box.color-effect-4 {
    background: #ffba35;
}

.box-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 20px 0;
    max-height: 120px;
}

.box-icon i {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.box-icon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.box-icon i:before {
    speak: none;
    font-size: 40px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}


/* Effect 1 */

.box-icon-effect-1 .box-icon i {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.box-icon-effect-1 .box-icon i:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}


/* Effect 1a */

.content-box:hover .box-icon-effect-1a .box-icon i {
    background: rgba(255, 255, 255, 1);
    color: #3acf87;
}

.content-box:hover .box-icon-effect-1a .box-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* Effect 2 */

.box-icon-effect-2 .box-icon i {
    box-shadow: 0 0 0 4px #fff;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    color: #fff;
}

.box-icon-effect-2 .box-icon i:after {
    display: none;
}

.content-box:hover .box-icon-effect-2 .box-icon i {
    background: #fff;
    color: #0e83cd;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}

.content-box:hover .box-icon-effect-2a .box-icon i:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}


/* Effect 3 */

.box-icon-effect-3 .box-icon i {
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.box-icon-effect-3 .box-icon i:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}


/* Effect 3a */

.box-icon-effect-3a .box-icon i {
    color: #a558a6;
}

.content-box:hover .box-icon-effect-3a .box-icon i {
    color: #fff;
}

.content-box:hover .box-icon-effect-3a .box-icon i:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}


/* Effect 4 */

.box-icon-effect-4 .box-icon i {
    color: #fff;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.box-icon-effect-4 .box-icon i:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, background 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s, background 0.2s;
    transition: transform 0.2s, opacity 0.2s, background 0.2s;
}

.content-box:hover .box-icon-effect-4a .box-icon i:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.content-box:hover .box-icon-effect-4 .box-icon i:after {
    background: #fff;
}

.content-box:hover .box-icon-effect-4a .box-icon i {
    color: #ffba35;
}


/* Accordions & Toggles
------------------------------------- */

.icon-box span i {
    font-size: 21px;
    margin: 20px 0;
    color: #a0a0a0;
    z-index: 5;
    position: relative;
    text-align: center;
}

.icon-box span {
    background-color: #f2f2f2;
    text-align: center;
    float: left;
    display: block;
    width: 60px;
    height: 60px;
}

.icon-description {
    float: left;
    margin: -65px 0 0 82px;
}

.icon-description h3 {
    font-size: 20px;
    margin-bottom: 4px;
}

.icon-description a:after {
    margin: 0 0 0 5px;
    position: relative;
    content: "";
    font-family: "FontAwesome";
}

.icon-description a:hover {
    color: #888;
}

.icon-description a {
    top: -3px;
    position: relative;
    display: block;
}

.icon-box span i,
.icon-box span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.icon-box:hover span {
    background-color: #808080;
}

.icon-box:hover span i {
    color: #fff;
}


/* Accordions & Toggles
------------------------------------- */

.ui-accordion .ui-accordion-header,
.trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: none;
    color: #888;
    font-size: 14px;
    font-weight: 600;
    background-color: #f6f6f6;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    padding: 10px 16px;
    margin-bottom: 10px;
}

.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
.trigger.active a,
.trigger.active a:hover {
    background: #808080;
    color: #fff;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
    margin: 0 4px 0 0;
    position: relative;
}

.ui-accordion .ui-accordion-content,
.toggle-container {
    padding: 0 16px 10px 16px;
}

.ui-accordion .ui-accordion-content p {
    margin: 0;
}

.ui-accordion .ui-accordion-content {}

.ui-accordion-icon:before,
.ui-accordion-icon-active:before,
.toggle-icon:before {
    font-family: "FontAwesome";
    content: "";
    color: #c0c0c0;
    font-size: 14px;
    font-weight: 500;
    display: block;
    float: right;
    line-height: 25px;
    margin: 2px 4px 0 0;
}

.toggle-container p {
    margin: 0;
}

.ui-accordion-icon-active:before,
.trigger.active .toggle-icon:before {
    content: "";
    color: #fff;
}

.faq .toggle-icon:before,
.faq .trigger.active .toggle-icon:before {
    content: "";
}


/* Share Buttons
------------------------------------- */

.share-buttons {
    height: auto;
    position: relative;
    z-index: 999;
}

.share-buttons ul li {
    float: left;
    display: inline-block;
    line-height: 24px;
    background: #fff;
    overflow: hidden;
}

.share-buttons ul li {
    display: inline;
}

.share-buttons a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 6px 12px;
    margin: 0 1px 1px 0;
    line-height: 20px;
    color: #fff;
    float: left;
    width: auto;
}

.share-buttons ul li:first-child a {
    background: #808080;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.share-buttons ul li:first-child a.share-hovered {
    background-color: #c0c0c0;
}

.share-facebook a {
    background: #4a6d9d;
}

.share-twitter a {
    background: #3bc1ed;
}

.share-gplus a {
    background: #d53824;
}

.share-pinit a {
    background: #cb1f25;
}

.og-details .share-buttons {
    margin: 10px 0;
}

.product-page section .share-buttons {
    margin: 10px 0 3px 0;
}

.post-content .share-buttons {
    margin: 25px 0 0 0;
}


/* Pricing Tables
------------------------------------- */

.plan-price h3 {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 25px;
    color: #606060;
    font-weight: 600;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.02);
}

.plan-price {
    font-size: 36px;
    font-weight: 300;
    color: #606060;
    text-align: center;
    padding: 0 0 22px 0;
    position: relative;
}


/* Colors */

.plan.color-1 .plan-price,
.plan.color-1 a.button {
    background-color: #f6f6f6;
}

.plan.color-2 .plan-price,
.plan.color-2 a.button {
    background-color: #3acf87;
}

.plan.color-3 .plan-price,
.plan.color-3 a.button {
    background-color: #514e9f;
}

.plan.color-4 .plan-price,
.plan.color-4 a.button {
    background-color: #e54b81;
}

.plan.color-5 .plan-price,
.plan.color-5 a.button {
    background-color: #a558a6;
}

.plan-price .value {
    font-weight: 600;
    letter-spacing: -1px;
}

.plan-currency {
    font-size: 22px;
    opacity: 0.7;
    position: relative;
    margin: 0 -5px 0 0;
    top: -4px;
    font-weight: 300;
}

.period {
    display: block;
    font-size: 16px;
    margin: 2px 0 0 0;
    opacity: 0.7;
}

.plan-features {
    background: #fff;
    border-top: none;
    padding: 12px 0 0 0;
}

.plan-features ul li {
    padding: 8px 0;
    text-align: center;
}

.plan-features a.button {
    position: relative;
    display: block;
    margin: 0 auto;
    margin: 12px 0;
    text-align: center;
    color: #666;
    padding: 10px 0;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.color-2 .plan-price,
.color-3 .plan-price,
.color-4 .plan-price,
.color-5 .plan-price,
.color-2 .plan-price h3,
.color-3 .plan-price h3,
.color-4 .plan-price h3,
.color-5 .plan-price h3,
.color-2 .plan-price .plan-currency,
.color-3 .plan-price .plan-currency,
.color-4 .plan-price .plan-currency,
.color-5 .plan-price .plan-currency,
.color-2 .plan-features a.button,
.color-3 .plan-features a.button,
.color-4 .plan-features a.button,
.color-5 .plan-features a.button {
    color: #fff;
}

.color-2 .plan-price h3,
.color-3 .plan-price h3,
.color-4 .plan-price h3,
.color-5 .plan-price h3 {
    background-color: rgba(0, 0, 0, 0.05);
}


/* ------------------------------------------------------------------- */


/* Revolution Slider
---------------------------------------------------------------------- */

.tp-banner-container {
    margin: 0 0 50px 0;
    max-height: 480px;
}


/* SMOOTHER ANIMATION ON ANDROID */

.tp-simpleresponsive {
    -webkit-perspective: 1500px;
    -moz-perspective: 1500px;
    -o-perspective: 1500px;
    -ms-perspective: 1500px;
    perspective: 1500px;
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthbanner {
    width: 100%;
    position: relative;
}

.tp-bgimg.defaultimg {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Captions
------------------------------------- */

.caption {
    z-index: 1;
    position: absolute;
}

.caption h2 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    letter-spacing: -1px;
    display: block;
}

.caption h3 {
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}

.caption p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
}

.caption.dark h2,
.caption.dark h3 {
    color: #505050;
    padding: 0 0 15px 0;
    letter-spacing: -1px;
    font-size: 52px;
}

.caption.dark h3 {
    font-size: 32px;
    padding: 0 0 20px 0;
    font-weight: 300;
}

.caption.dark p {
    color: #999;
}


/* Caption With Description */

.caption.description {
    padding: 30px;
    /* margin: 50px;
  width: 25%;*/
    z-index: 1;
    background-color: #333;
    background: rgba(0, 0, 0, 0.7);
    display: block;
}

.caption.description h3 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
    margin: 0;
    line-height: 22px;
    font-weight: 700;
    position: relative;
    display: block;
    letter-spacing: 0;
}

.caption.description p {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    color: #bbb;
    display: none;
    display: block;
    position: relative;
    float: left;
}

.tp-simpleresponsive .caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important;
}

.tp-simpleresponsive img {
    max-width: none;
}

a.caption-btn {
    cursor: pointer;
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    outline: none;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background-color: #fff;
    color: #555;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.caption-btn:hover {
    color: #fff;
    background: #808080;
}


/* Navigation Arrows
------------------------------------- */

.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5000px);
    -webkit-transform-style: flat;
    -webkit-backface-visibility: hidden;
    z-index: 600;
    position: relative;
}

.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.tp-leftarrow,
.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    color: #555;
    background-color: #fff;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
}

.tp-leftarrow:before,
.tp-rightarrow:before {
    font-family: "FontAwesome";
    font-size: 18px;
    top: 13px;
    position: relative;
}

.tp-leftarrow:before {
    content: "";
    left: 17px;
}

.tp-rightarrow:before {
    content: "";
    left: 19px;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color: #808080;
    color: #fff;
}


/* Basic Settings
------------------------------------- */

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}


/*  CAPTION SLIDELINK   **/

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../images/coloredbg.png) repeat;
}


/* Loader
------------------------------------- */

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background: url(../images/loader.gif) no-repeat center center;
    background-color: #fff;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


/* Magnific Popup CSS
------------------------------------- */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #aaa;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

.mfp-s-loading .mfp-arrow {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0px;
    top: 40px;
}


/* Close Button */

.mfp-close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer !important;
    z-index: 9999;
    background: #c0c0c0;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mfp-close:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    top: 0;
    left: 0;
    position: relative;
}

.mfp-close:hover {
    background: #808080;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px;
}

.mfp-arrow {
    opacity: 0;
    margin: 0;
    top: 50%;
    margin-top: -24px;
    padding: 0;
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    background: #c0c0c0;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mfp-arrow:hover {
    background: #808080;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
}

.mfp-arrow.mfp-arrow-right {
    right: 0;
}

.mfp-arrow.mfp-arrow-left:before {
    content: "";
    top: 1px;
    left: -1px;
    position: relative;
}

.mfp-arrow.mfp-arrow-right:before {
    content: "";
    top: 1px;
    left: 1px;
    position: relative;
}

.mfp-content:hover .mfp-arrow {
    opacity: 1;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: 0px;
}


/* Popup */

#small-dialog {
    background: #fff;
    padding: 30px 40px 35px 40px;
    text-align: left;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
}

#small-dialog h3 {
    margin-bottom: 20px;
}

#small-dialog span.line {
    padding-top: 7px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}


/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}


/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}


/* Media Queries for Magnific Popup */

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media all and (max-width: 800px) {
    .mfp-arrow {
        width: 70px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.85;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* Hover Image Captions
------------------------------------- */

a.img-caption {
    margin: 0 0 40px 0;
    display: block;
}

.img-caption img {
    position: relative;
}

.img-caption figure {
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
}

.img-caption figcaption {
    /*	background: rgba(0, 0, 0, 0.4);*/
    background: #b8bdbf;
    position: absolute;
    box-sizing: content-box;
    padding: 12px 25px 14px 25px;
    bottom: 0;
    display: block;
    width: 100%;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.img-caption:hover figcaption {
    background: #808080;
}

.img-caption figcaption h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}

.mega .img-caption figcaption h3 {
    font-size: 14px;
    line-height: 20px;
}

.mega .img-caption figcaption span {
    font-size: 14px;
    line-height: 14px;
}

.mega .img-caption figcaption {
    padding: 10px 20px 10px 20px;
}

.img-caption figcaption span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    display: block;
    position: relative;
    opacity: 0;
    max-height: 0;
    padding: 0;
    -webkit-transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
    -ms-transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.img-caption:hover figcaption span {
    max-height: 50px;
    opacity: 1;
    padding: 0 0 4px 0;
}


/* Product Categories */

.product-categories .img-caption figcaption {
    background: rgba(0, 0, 0, 0.3);
}

.product-categories .img-caption:hover figcaption {
    background: #808080;
}

.product-categories .img-caption img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    width: 100%;
}

.product-categories .img-caption:hover img {
    opacity: 1;
}

.product-categories .img-caption figcaption h3 {
    color: #fff;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.product-categories .img-caption figcaption span {
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 14px;
}


/* ------------------------------------------------------------------- */


/* ShowBiz Carousel
---------------------------------------------------------------------- */

.showbiz-navigation {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.showbiz {
    margin: 0 0 45px 0;
}

.showbiz ul,
.showbiz li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.showbiz ul li {
    position: relative;
    -webkit-transform: translateZ(10);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    margin-right: 20px;
    margin-top: 20px;
}

.showbiz .overflowholder {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}

.showbiz .overflowholder ul {
    width: 100000px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.showbiz .overflowholder ul li {
    float: left !important;
    position: relative;
}

.products .product {
    margin-top: 20px;
    position: relative;
}

.products a {
    line-height: 18px;
}

.showbiz .mediaholder,
.products .mediaholder {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: transparent;
    padding: 0px;
    border: none;
    overflow: hidden;
}

.showbiz .mediaholder_innerwrap,
.products .mediaholder_innerwrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.showbiz .mediaholder img,
.products .mediaholder img {
    width: 100%;
    position: relative;
    margin-bottom: -5px;
}

.showbiz .cover,
.products .cover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.showbiz li:hover .cover,
.products figure:hover .cover {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.showbiz li .mediaholder img,
.products figure .mediaholder img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.showbiz li:hover .mediaholder img,
.products figure:hover .mediaholder img {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.showbiz .cover,
.showbiz li .mediaholder img,
.products .cover,
.products figure .mediaholder img {
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    /* ease (default) */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    /* ease (default) */
}


/* Navigation #1
------------------------------------- */

.showbiz-navigation {
    width: 53px;
    height: 25px;
    float: right;
    margin: -27px 0 0 -2px;
    background: #fff;
    padding-left: 10px;
}

.sb-navigation-left,
.sb-navigation-right,
.sb-navigation-left.notclickable,
.sb-navigation-right.notclickable {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sb-navigation-left,
.sb-navigation-right {
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: left;
    background-color: #c4c4c4;
}

.sb-navigation-left {
    margin-right: 3px;
}

.sb-navigation-left i,
.sb-navigation-right i {
    line-height: 24px;
    font-size: 17px;
    color: #fff;
    margin-left: 10px;
}

.sb-navigation-left:hover,
.sb-navigation-right:hover {
    background-color: #808080;
}

.sb-navigation-left.notclickable,
.sb-navigation-right.notclickable {
    cursor: default;
    background-color: #f2f2f2 !important;
}

.sb-navigation-left.notclickable i,
.sb-navigation-right.notclickable i {
    color: #c0c0c0;
}


/* ShowBiz Product Styles
------------------------------------- */

.product section {
    padding: 18px 0 17px 0;
    text-align: center;
    background-color: #f6f6f6;
}

.product section h5 {
    color: #707070;
}

.product-button {
    width: 100%;
    top: auto;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.1s 0.3s;
    transition: transform 0.3s, opacity 0.1s 0.3s;
}

a.product-button {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 0;
}

a.product-button i {
    margin-right: 4px;
    top: -1px;
    position: relative;
}

.product:hover .product-button {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.1s, background 0.25s;
    -moz-transition: -moz-transform 0.3s, opacity 0.1s, background 0.25s;
    transition: transform 0.3s, opacity 0.1s, background 0.25s;
}

.product-button:hover {
    background: rgba(0, 0, 0, 0.65);
}

.product-category {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaa;
}

.product-price,
.product-price-discount {
    font-size: 16px;
    font-weight: 700;
    color: #606060;
    padding: 1px 0 5px 0;
    display: block;
}

.product-price-discount {
    color: #888;
    text-decoration: line-through;
    padding: 0;
}

.product-price-discount i {
    color: #666;
    text-decoration: none;
    display: inline-block;
    background-color: #ffecb7;
    padding: 3px 5px;
    margin: -1px 0 1px 4px;
}

.product-discount {
    background-color: #808080;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 9px;
    display: inline-block;
    position: absolute;
    color: #fff;
    z-index: 99;
    top: 0;
    right: 0;
}


/* Products List
------------------------------------- */

ul.product-list {
    margin: 0;
}

ul.product-list li {
    margin: 15px 0 0 0;
    display: block;
    float: left;
    width: 100%;
}

.product-list img {
    display: inline;
    float: left;
    padding-right: 15px;
}

.i18n-he .product-list img {
    float: right !important;
    padding-right: 0 !important;
    padding-left: 15px !important;
}

.product-list-desc {
    display: inline;
    font-size: 16px;
    color: #666;
    top: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 0;
    position: relative;
}

.product-list-desc i {
    font-weight: 700;
    line-height: 38px;
    color: #606060;
}

.product-list li a:hover .product-list-desc {
    left: 4px;
}

.product-list.top-rated a span {
    margin: 9px 0 0 0;
}

.product-list-desc.with-rating {
    top: 8px;
}


/* Star Rating */

.rating {
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 18px;
    display: block;
}

.rating .star-rating {
    position: relative;
    width: inherit;
    display: block;
    padding: 0;
    margin: 0;
}

.rating.five-stars .star-rating:after {
    width: 100%;
}

.rating.four-stars .star-rating:after {
    width: 80%;
}

.rating.three-stars .star-rating:after {
    width: 60%;
}

.rating.two-stars .star-rating:after {
    width: 40%;
}

.rating.one-stars .star-rating:after {
    width: 20%;
}

.rating .star-rating:after {
    content: "    ";
    font-family: "FontAwesome";
    color: #ffc741;
    display: block;
    position: absolute;
    font-size: 16px;
    z-index: 10;
    letter-spacing: -0.5px;
}

.rating .star-bg:after {
    content: "    ";
    font-family: "FontAwesome";
    color: #e0e0e0;
    display: block;
    position: absolute;
    font-size: 16px;
    z-index: 9;
    padding: 0;
    margin: 0;
    letter-spacing: -0.5px;
}


/* Rate */

.rate {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 18px;
    float: left;
    cursor: pointer;
}

.rate span.star {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    float: right;
    padding-right: 2px;
}

.rate span.star:hover {
    cursor: pointer;
}

.rate span.star:before {
    content: "";
    color: #e0e0e0;
}

.rate span.star:hover:before,
.rate span.star:hover ~ span.star:before {
    content: "";
    color: #FFC741;
}


/* Discount */

.product-list.discount i {
    text-decoration: line-through;
    color: #888;
    margin: 3px 0 0 0;
}

.product-list.discount i b {
    color: #666;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    background-color: #ffecb7;
    padding: 3px 5px;
    margin: 0 0 0 4px;
    line-height: 18px;
}


/* Footer
---------------------------------------------------------------------- */

#footer {
    background: #606060;
    color: #d0d0d0;
    padding: 35px 0 40px 0;
    margin: 0;
}

#footer h3.footer {
    color: #fff;
    background: #606060;
    text-transform: uppercase;
}

#footer .line {
    border-color: #747474;
    margin-bottom: 28px;
}

#footer a {
    color: #d0d0d0;
}


/* Bottom Footer
------------------------------------- */

#footer-bottom {
    background: #212628;
    color: #a8a8a8;
    padding: 80px 0 13px 0;
    direction: ltr;
    text-align: left;
    font-size: 12px;
}

#footer-bottom a {
    color: #fff;
    font-weight: 600;
}

#footer-bottom a {
    color: #e0e0e0;
}


/* Newsletter
------------------------------------- */

.newsletter-btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    float: right;
    z-index: 5;
    position: relative;
    padding: 10px 15px;
    line-height: 18px;
    margin: 0;
    height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #808080;
    border: none;
    color: #fff;
    box-shadow: none;
}

.newsletter-btn:hover {
    background-color: #c0c0c0;
}

input.newsletter {
    float: left;
    color: #808080;
    font-weight: 600;
    z-index: 1;
    position: relative;
    font-size: 13px;
    width: 85%;
    margin-top: -40px;
    padding: 10px 14px;
    line-height: 18px;
    height: 20px;
    background-color: #505050;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input.newsletter::-webkit-input-placeholder {
    color: #909090;
}

input.newsletter:-moz-placeholder {
    color: #909090;
}

input.newsletter::-moz-placeholder {
    color: #909090;
}

input.newsletter:-ms-input-placeholder {
    color: #909090;
}

input:focus.newsletter {
    background-color: #4c4c4c;
    border: none;
    color: #999;
}


/* Footer Links
------------------------------------- */

ul.footer-links {
    margin: 0 0 15px 0;
}

.footer-links li a {
    padding: 0 0 7px 0;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-links li a:hover {
    padding-left: 3px;
    color: #fff !important;
}

.footer-links li:before {
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f0da";
    color: #fff;
    position: relative;
    left: 0;
    top: -1px;
    padding: 0 7px 0 0;
    color: #fff;
}

.i18n-he .footer-links li:before {
    content: "\f0d9";
    padding: 0 0 0 7px;
}


/* Payment Icons
------------------------------------- */

.payment-icons {
    float: right;
    bottom: 0px;
    position: relative;
}

.payment-icons li {
    display: inline-block;
    float: left;
}

.payment-icons li img {
    margin: 0 0 0 6px;
}


/* ------------------------------------------------------------------- */


/* Widgets
---------------------------------------------------------------------- */

.widget {
    margin: 30px 0 0 0;
}

.widget p {
    margin: 0
}

.widget span.line {
    margin-bottom: 22px;
}


/* Categories
------------------------------------- */

#categories {
    float: left;
    width: 100%;
}

#categories li a,
#categories li a span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#categories li a {
    display: block;
    padding: 11px 13px 10px 2px;
    text-decoration: none;
    color: #777;
    border-bottom: 1px solid #eee;
    margin-top: -1px;
}

#categories li a:hover,
#categories li a.active {
    background-color: #808080;
    color: #fff;
    padding-left: 15px;
}

#categories li li ul {
    padding: 0;
}

#categories li li a.active {
    background-color: transparent;
    padding-left: 25px;
    font-weight: 600;
    color: #808080;
}

#categories li li ul {
    padding-left: 15px;
}

#categories li li a.active span {
    color: #808080;
}

#categories li a span {
    color: #aaa;
}

#categories li a:hover span,
#categories li a.active span {
    color: #fff;
}

#categories li ul {
    display: none;
    background-color: #f8f8f8;
    padding: 15px 0;
}

#categories li ul li a,
#categories li ul li a:hover {
    padding: 3px 25px 4px 25px;
    border: none;
    color: #777;
    background-color: #f8f8f8;
}

#categories li ul li a:hover span,
#categories li ul li a:hover {
    color: #808080;
}


/* Filter By Price
------------------------------------- */

.padding-range {
    padding: 0 8px;
}

#price-range {
    display: block;
    position: relative;
}

#price-range input {
    padding: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    margin: 8px 0 0 4px;
    color: #888;
    font-weight: 500;
    display: inline-block;
    width: 100px;
    float: left;
    font-size: 14px;
}

#price-range label {
    float: left;
    margin: 6px 0 0 0;
}

#price-range .button {
    float: right;
    padding: 6px 13px;
    margin: 0;
}

#slider-range {
    margin: 0 0 16px 0;
}

#price-range .ui-slider {
    position: relative;
    text-align: left;
}

#price-range .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 17px;
    margin: -3px 0 0 -8px;
    cursor: w-resize;
}

#price-range .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 11px;
    display: block;
    border: 0;
    background-position: 0;
}

#price-range .ui-widget-content {
    background-color: #d4d4d4;
    border-radius: 25px;
}

.ui-widget-header {
    background: #F4F4F4;
}

#price-range .ui-state-default {
    background: #808080;
    border-radius: 50%;
}

#price-range .ui-slider.ui-state-disabled .ui-slider-handle,
#price-range .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

#price-range .ui-slider-horizontal {
    height: 11px
}

#price-range .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

#price-range .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

#price-range .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}


/* Ordering
------------------------------------- */

.selectricWrapper {
    position: relative;
    margin: 10px 0 0 20px;
    width: 205px;
    cursor: pointer;
}

.orderby {
    margin-left: 20px;
}

.full-width .orderby {
    margin-left: 0;
}

.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectricOpen {
    z-index: 9999;
}

.selectricOpen .selectricItems {
    display: block;
}

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric {
    border: 0px solid #fff;
    background: #c0c0c0;
    position: relative;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 40px 0 0;
    padding: 6px 15px;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    min-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.selectric .button {
    background: #b4b4b4;
    border-radius: 0px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    text-align: center;
    font: 0/0 a;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-bottom: none;
}


/* Options */

.selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    z-index: 9998;
}

.selectricItems ul,
.selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 13px;
}

.selectricItems ul {
    margin-top: 1px;
}

.selectricItems li {
    padding: 9px 15px;
    cursor: pointer;
    display: block;
    color: #999;
    border-bottom: 1px solid #e9e9e9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-out;
    margin-top: -1px;
}

.selectricItems li:last-child {
    border: 0;
}

.selectricItems li:hover {
    background: #808080;
    color: #fff;
}


/* ------------------------------------------------------------------- */


/* Royal Slider
---------------------------------------------------------------------- */

#basic-slider,
#product-slider,
#product-slider-vertical {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.slider-padding {
    padding-right: 20px;
    margin-bottom: 50px;
}

.royalSlider {
    width: 560px;
    height: 632px;
    position: relative;
    direction: ltr;
}

.royalSlider > * {
    float: left;
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}

.royal-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 16px;
    text-align: center;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}

.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsPreloader {
    position: absolute;
    z-index: 0;
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}

.rsTabs {
    float: left;
    background: none !important;
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
}

img.rsImg {
    max-width: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grab-cursor {
    cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
    cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(blank.gif);
}


/* Directional Navigation (Next/Prev)
------------------------------------- */

.rsDefault .rsArrow {
    height: 100%;
    width: 36px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsDefault.rsHor .rsArrowLeft {
    bottom: 0;
    right: 37px;
}

.rsDefault.rsHor .rsArrowRight {
    bottom: 0;
    right: 0;
}

.rsDefault .rsArrowIcn,
.flex-direction-nav a,
.flex-direction-nav a:before {
    width: 36px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    color: #fff;
    bottom: 0;
    font-family: "FontAwesome";
    font-size: 13px;
    /*background-color: #c0c0c0;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flex-direction-nav a:before {
    position: relative;
}

.rsDefault .rsArrowIcn:hover,
.flex-direction-nav a:hover {
    /* background-color: #808080;*/
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before,
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
    position: relative;
    top: 6px;
    left: 14px;
}

.post-img .rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before,
.post-img .rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
    top: 7px;
    left: 14px;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before,
.flex-direction-nav .flex-prev:before {
    content: "";
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
    content: "";
}

.flex-direction-nav a.flex-next:before {
    content: "\f054";
}

.flex-direction-nav .flex-next,
.flexslider:hover .flex-next {
    right: 0;
    left: auto;
}

.flex-direction-nav .flex-prev,
.flexslider:hover .flex-prev {
    left: 0;
    right: auto;
}

.flex-direction-nav .flex-next {
    text-align: left;
}

.flexslider .post-img {
    margin-bottom: 0;
}

.flexslider,
section.flexslider {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}


/* Thumbnails
------------------------------------- */

.rsDefault .rsThumbsHor {
    width: 100%;
    height: 105px;
}

.rsDefault .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}

.rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 105px;
}

.rsDefault .rsThumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.rsDefault .rsThumb.rsNavSelected img,
.rsDefault .rsThumb:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.rsDefault .rsTmb {
    display: block;
}


/* Thumbnails Arrow Icons */

.rsDefault .rsThumbsArrow {
    height: 100%;
    width: 30px;
    margin-top: 10px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    background: #c0c0c0;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.rsThumbsVer .rsThumbArrow {
    top: 0 !important;
}

.rsDefault .rsThumbsArrow:hover {
    background: #808080;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn:before,
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn:before {
    top: 0;
    left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
    content: "";
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn:before {
    content: "";
}

.rsDefault .rsThumbsArrowIcn {
    top: 47%;
    left: 50%;
    position: absolute;
    cursor: pointer;
    margin-top: -12px;
    margin-left: -4px;
}

.rsDefault .rsThumbsArrowDisabled {
    opacity: 0;
    visibility: hidden;
}


/* Preloader */

.rsDefault .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(../images/preloader.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}


/* Product Page
------------------------------------- */

.product-page {
    position: relative;
}

.product-page h2 {
    font-weight: 600;
}

.product-page .product-price,
.product-page .product-price-discount {
    font-size: 24px;
    margin: 5px 0 0 0;
    font-weight: 500;
}

.product-page .product-price-discount i {
    font-weight: 600;
}

.product-page .product-price {
    color: #888;
    font-weight: 500;
}

.reviews-counter {
    float: right;
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    color: #a0a0a0;
    text-align: right;
}

.reviews-counter .five-stars,
.reviews-counter .four-stars,
.reviews-counter .three-stars,
.reviews-counter .two-stars,
.reviews-counter .one-stars {
    text-align: left;
}

.reviews-counter .rating {
    right: -14px;
}

.reviews-counter span {
    position: relative;
    display: block;
    margin: -2px 0 0 0;
    color: #a0a0a0;
}

.product-page .title {
    padding: 0 0 20px 0;
}

.product-page section {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

.product-page section.project-section {
    padding: 0 0 22px 0;
}

.product-page section p a:after {
    content: "";
    font-family: "FontAwesome";
    margin: 0 1px 0 3px;
    font-size: 13px;
}


/* Variables
------------------------------------- */

.variables select {
    display: none;
}

.variables select {
    width: 100%;
    padding: 9px;
}

.variables label {
    font-weight: 600;
    color: #606060;
}

section.variables {
    padding-bottom: 28px;
}

.customSelect {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customSelect .selectedValue {
    padding: 8px 15px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    color: #909090;
    cursor: pointer;
}

.customSelect.select-open .selectedValue {
    background-color: #c0c0c0;
    color: #fff;
}

.customSelect.select-open .caret {
    border-top-color: #fff;
}

.customSelect .selectList {
    z-index: 100;
    position: absolute;
    left: -999em;
    top: -999em;
    font-size: 13px;
    list-style: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
}

.customSelect dd,
.customSelect .caret,
.customSelect.select-open .caret,
.customSelect .selectedValue,
.customSelect.select-open .selectedValue {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.customSelect.select-open .selectList {
    left: 0 !important;
    top: auto !important;
}

.customSelect .selectList dl {
    background: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
}

.customSelect dl,
.customSelect dd {
    margin: 0;
}

.customSelect dd {
    zoom: 1;
    cursor: pointer;
    padding: 6px 15px;
}

.customSelect .disabled {
    color: #999;
    cursor: default;
}

.customSelect .selectList dd.hovered {
    background: #808080;
    color: #fff;
}

.customSelect .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #aaa;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.customSelect .selectValueWrap .caret {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}


/* Quantity
------------------------------------- */

section.linking {
    border-bottom: 0;
    padding-top: 28px;
}

#quantity {
    position: relative;
    float: left;
}

.qty {
    width: 25px;
    height: 22px;
    text-align: center;
    float: left;
    padding: 8px 9px;
}

input.qty {
    padding: 8px 9px;
}

.qtyplus,
.qtyminus,
a.cart-remove {
    background: #c0c0c0;
    color: #fff;
    border: none;
    float: left;
    font-family: "FontAwesome";
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 13px;
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.cart-remove {
    background-color: #f6f6f6;
    color: #a0a0a0;
}

.qtyplus:hover,
.qtyminus:hover {
    background: #808080;
    color: #fff;
}

a.cart-remove:hover {
    background: #df2727;
    color: #fff;
}

.qtyplus:before {
    content: "";
}

.qtyminus:before {
    content: "";
}

.cart-remove:before {
    content: "";
}

.qtyplus:before,
.qtyminus:before {
    position: relative;
    display: block;
    top: 10px;
    left: 15px;
}

.i18n-he .qtyplus:before,
.i18n-he .qtyminus:before,
.i18n-he .cart-remove:before {
    left: 0;
    right: 15px;
}


/* Add to Cart Button */

.linking a.button {
    margin: 0 0 0 25px;
    padding: 8px 15px 8px 52px;
    float: left;
}

.commerce-add-to-cart .btn {
    padding: 8px 15px 8px 52px;
}

.linking a.button.adc:before,
.commerce-add-to-cart .btn:before {
    content: "";
    position: absolute;
    font-family: "FontAwesome";
    padding: 8px 15px 8px 12px;
    height: 100%;
    background: rgba(0, 0, 0, 0.06);
    top: 0;
    left: 0;
}

.linking a.button:hover,
.commerce-add-to-cart .btn:hover {
    background-color: #606060;
}


/* Shopping Cart
------------------------------------- */

table.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

table.cart-table th {
    border: none;
    background-color: #f6f6f6;
    text-align: left;
    padding: 10px 20px;
    color: #606060;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
}

table.cart-table td {
    padding: 20px;
    border-bottom: #eee 1px solid;
    border-top: none;
    border-right: none;
    vertical-align: middle;
}

table .cart-title a {
    font-weight: 600;
    color: #666;
}

table .cart-title a:hover {
    color: #808080;
}

table .cart-total {
    color: #666;
    font-weight: 600;
}

table.cart-table.bottom {
    margin-top: -1px;
}

table.cart-table.bottom .cart-btns {
    float: right;
}

table.cart-table.bottom .cart-btns a {
    margin-left: 10px;
}

table.cart-table.bottom th {
    padding: 15px;
}


/* Cart Totals */

.eight.columns.cart-totals {
    float: right;
    margin: 45px 0 0 0;
}

.cart-totals .cart-table th {
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    width: 40%;
    padding: 10px 15px;
}

.cart-totals .cart-table td {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.cart-totals .cart-table tr:last-child th,
.cart-totals .cart-table tr:last-child td {
    border: 0;
}

table.cart-table.subtotals td {
    padding: 15px;
    border: none;
    vertical-align: middle;
}

a.button.proceed:hover {
    background-color: #606060;
}

a.calculate-shipping {
    text-align: center;
    display: block;
    background: #c0c0c0;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.calculate-shipping i {
    font-size: 14px;
    padding: 0 2px;
}

a.calculate-shipping:hover {
    background: #808080;
    color: #fff;
}


/* Responsive Tables */

.st-key {
    border: none;
    background-color: #f6f6f6;
    text-align: left;
    padding: 10px 20px;
    color: #606060;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    width: 40%;
    border: 1px solid #eee;
}

.st-val {
    width: 58%;
    text-align: left;
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
    border-left: 0;
}

.st-val a {
    font-weight: 600;
    color: #666;
}

.st-val a:hover {
    color: #808080;
}

.st-space {
    height: 25px;
}

.st-val .cart-remove {
    color: #a0a0a0;
}

.st-val .cart-remove:hover {
    color: #fff;
}

.stacktable {
    width: 100%;
}

.st-head-row {}

.st-head-row img {}

.st-head-row.st-head-row-main {
    display: block;
}

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}


/* ------------------------------------------------------------------- */


/* Portfolio
---------------------------------------------------------------------- */


/* Dynamic Grid
------------------------------------- */

.og-grid {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    margin-left: 2px;
}

.og-grid > li.unclickable a {
    cursor: default;
}

.og-grid li a img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.og-grid > li {
    display: inline-block;
    margin: 0 8px 20px 8px;
    vertical-align: top;
    height: auto;
    float: none;
}


/* Hover Effects */

.dynamic-portfolio-holder {
    overflow: hidden;
    position: relative;
}

.dynamic-portfolio-holder .hover-icon:before,
.overflowholder .hover-icon:before {
    top: 15px;
}

.og-grid li a:hover .hover-cover {
    opacity: 0.5;
    visibility: visible;
}

.og-grid li a:hover .hover-icon {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.og-grid li a:hover .hover-desc {
    opacity: 1;
    visibility: visible;
    top: 40%;
}


/* Filtered Element Style */

.og-grid > li.unclickable .hover-desc,
.og-grid > li.unclickable .hover-icon,
.og-grid > li.unclickable .hover-cover {
    display: none;
}

.og-grid > li {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.og-grid > li.unclickable {
    opacity: 0.4;
}

.hover-desc {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 45%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hover-desc h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -2px;
}

.hover-desc span {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.7;
}

.og-expander {
    position: absolute;
    background: #f6f6f6;
    top: auto;
    left: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: left;
    opacity: 0;
    overflow: hidden;
}

.og-expander-inner {
    padding: 0;
    height: 100%;
}


/* Close Button */

.og-close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
    background: #c0c0c0;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.og-close:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    top: 15px;
    left: 18px;
    position: relative;
}

.og-close:hover {
    background: #808080;
}


/* Details */

.og-details {
    width: auto;
    overflow: hidden;
    position: relative;
    padding: 0 50px;
    margin: 45px 0;
}

.og-details h3 {
    font-weight: 600;
    font-size: 24px;
    padding: 0;
    margin-bottom: 14px;
    margin-top: 0;
    color: #606060;
}

.og-details p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #909090;
    margin-bottom: 12px;
}


/* Image Gallery */

.gridslider {
    float: left;
    display: inline-block;
    position: relative;
    width: 500px;
    overflow: hidden;
}

.gridslider img {
    height: 100%;
    max-width: inherit;
    width: auto;
}


/* Columns Grid */

.gridslider {
    width: 500px;
}

.og-expander {
    width: 1180px;
}

.og-grid > li {
    width: 280px;
}

@media only screen and (min-width: 960px) and (max-width: 1289px) {
    .gridslider {
        width: 400px;
    }
    .og-expander {
        width: 940px;
    }
    .og-grid > li {
        width: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .gridslider {
        width: 350px;
    }
    .og-expander {
        width: 748px;
    }
    .og-grid > li {
        width: 236px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .gridslider,
    .og-expander,
    .og-grid > li {
        width: 420px;
    }
    .og-expander {
        left: 0;
    }
}

@media only screen and (max-width: 479px) {
    /*filters diamond search landscape*/
    .view-diamond-search .view-content {
        overflow: scroll;
    }
    .view-diamond-search .wrapperright {
        margin-left: 0 !important;
    }
    .view-diamond-search .wrapperright label {
        display: block !important;
        margin-bottom: 30px;
    }
    .view-diamond-search .form-type-bef-checkbox {
        margin-right: 1.5%;
        margin-left: 1.5%;
    }
    /*.view-diamond-search .form-item-edit-color-i,.view-diamond-search .form-item-edit-color-op{
	margin-right:0;
}*/
    .view-diamond-search #edit-secondary-wrapper #edit-secondary .form-type-select {
        float: none !important;
        margin-right: 0 !important`;
    }
    .view-diamond-search .form-item-lab .form-checkboxes label {
        width: 40px !important;
    }
    .page-diamond-search .view-header .header-view-modes a {
        margin-right: 5px !important;
        font-size: 12px !important;
    }
    .gridslider,
    .og-expander,
    .og-grid > li {
        width: 300px;
    }
    .og-expander {
        left: 0;
    }
    #block-block-1 {
        text-align: center;
    }
    .payment-icons {
        float: left;
        margin: 15px 0px 0px 13px;
        /*	padding-left: 20px;*/
    }
    .no-margin-bottom {
        padding-left: 20px;
        font-size: 12px;
    }
    /*.region-footer .no-margin-bottom {
	width: 300px;
}*/
}


/* Portfolio Item
------------------------------------- */

.item-description {
    padding: 20px 20px 30px 20px;
    text-align: center;
    background-color: #f6f6f6;
}

.item-description h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #707070;
    margin: 0;
}

.item-description span {
    color: #aaa;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin: 0;
    text-transform: uppercase;
}

.portfolio-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.portfolio-holder img {
    width: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Flexslider
------------------------------------- */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}


/* FlexSlider Default Theme */

.flexslider {
    margin: 0 0 0px;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}


/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 13px;
    background-color: #c0c0c0;
    color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.flex-direction-nav .flex-prev {
    bottom: 0;
    right: 37px;
}

.flex-direction-nav .flex-next {
    bottom: 0;
    right: 0;
}

.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before {
    position: relative;
    top: 9px;
    left: 14px;
}

.i18n-he .flex-direction-nav .flex-prev:before {
    left: 0;
    right: 14px;
}

.flex-direction-nav .flex-prev:before {
    content: "";
}

.flex-direction-nav .flex-next:before {
    content: "";
}

.flexslider .flex-prev:hover,
.flexslider .flex-next:hover {
    background-color: #808080;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}


/* Hover / Animations
------------------------------------- */

.hover-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    visiblity: hidden;
}

.portfolio-item:hover .hover-cover {
    opacity: 0.5;
    visibility: visible;
}

.portfolio-item:hover .hover-icon {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.hover-icon {
    position: absolute;
    right: 0;
    bottom: -48px;
    color: #fff;
    font-size: 16px;
    width: 48px;
    height: 48px;
    background-color: #808080;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
}

.hover-icon:before {
    height: 19px;
    width: 19px;
    top: 12px;
    left: 18px;
    content: "";
    font-family: "FontAwesome";
    position: relative;
}

.i18n-he .hover-icon:before {
    left: 0;
    right: 18px
}

.hover-icon.loading:before {
    content: "";
    height: 16px;
    width: 16px;
    top: 16px;
    left: 16px;
    background: url(../images/loading.png) no-repeat;
    display: block;
    -webkit-animation: spin 2s infinite linear;
    -ms-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
}

.hover-cover,
.hover-icon {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 14px;
}


/* Filters
------------------------------------- */

#portfolio-wrapper .portfolio-item {
    margin-bottom: 20px;
}

#filters {
    margin: 0 0 20px 0;
    float: left;
}

#filters li {
    float: left;
    display: inline-block;
    line-height: 24px;
    background: #fff;
    overflow: hidden;
}

#filters ul li {
    display: inline;
}

#filters a,
.views-bs-term-filter a {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    margin: 0 1px 0 0;
    background-color: #f6f6f6;
    line-height: 20px;
    -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    float: none;
    outline: 0 none;
}

#filters a:hover,
#filters a.selected,
.views-bs-term-filter a:hover,
.views-bs-term-filter a.btn-primary {
    background-color: #808080;
    color: #fff;
    outline: 0 none;
}


/* ------------------------------------------------------------------- */


/* Blog Styles
---------------------------------------------------------------------- */


/* Masonry
------------------------------------- */

.masonry-item .from-the-blog {
    margin: 0 0 20px 0;
}


/* Blog Quote */

.post-quote {
    background: #505050;
    padding: 25px 25px 10px 25px;
}

.post-quote blockquote {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    border-left: 1px solid #666;
    padding: 0 0 0 18px;
    margin-left: 45px;
    font-weight: 300;
}

.post-quote span {
    text-decoration: none;
    display: block;
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #d0d0d0;
}

.post-quote .icon:before {
    font-family: "FontAwesome";
    font-size: 24px;
    content: "";
    color: #fff;
    position: relative;
    height: 15px;
    width: 25px;
    display: block;
    float: left;
    margin: 4px 0 0 0;
}


/* Blog List
------------------------------------- */

.the-team-content,
.from-the-blog-content {
    background-color: #f8f8f8;
    padding: 25px 30px;
    margin: 0;
}

.the-team-content h5,
.from-the-blog-content a h5 {
    font-weight: 700;
    line-height: 22px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 0 3px 0;
}

.the-team h5 {
    font-size: 18px;
    margin: 0;
}

.the-team-content a:hover h5,
.from-the-blog-content a:hover h5 {
    color: #888;
}

.the-team-content i,
.from-the-blog-content i {
    font-weight: 500;
    color: #aaa;
    font-size: 13px;
}

.the-team-content span,
.from-the-blog-content span {
    font-size: 14px;
    display: block;
    margin: 9px 0 14px 0;
}

.the-team span {
    margin: 9px 0 17px 0;
}

.the-team-image,
.from-the-blog-image {
    overflow: hidden;
    position: relative;
}

.the-team-image a img,
.from-the-blog-image a img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}


/*.the-team-image a img,
.from-the-blog-image:hover a img {
        opacity: 0.9;
}*/

.from-the-blog-image:hover .hover-icon {
    visibility: visible;
    bottom: 0;
    opacity: 1;
}

.from-the-blog-content.no-img {
    padding-top: 30px;
}


/* Posts
------------------------------------- */

.post {
    padding: 0 0 30px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #ebebeb;
}

.post.single {
    border: 0;
    margin: 0 0 10px 0;
}

.post #basic-slider {
    margin-bottom: -23px;
}

.extra-padding {
    padding-right: 20px;
}

.extra-padding.left {
    padding-left: 20px;
}

.post-content {
    margin: 0 0 0 70px;
}

.post-img {
    overflow: hidden;
    margin: 0 0 23px 0;
    position: relative;
}

.post-img a:hover .hover-icon {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.post-img a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}


/*.post-img a:hover img {
        opacity: 0.9;
}*/


/* Tags */

.meta {
    color: #909090;
    margin: 0 0 15px 0;
}

.meta a {
    color: #909090;
    text-decoration: none;
}

.meta time {
    margin: 0 0 0 -2px;
}

.meta a:hover {
    color: #808080;
}

.meta i {
    display: inline-block;
    margin: 2px 5px 0 0;
    color: #c0c0c0;
}

.meta:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.meta span {
    margin-right: 12px;
    float: left;
}


/* Title */

.meta h2 {
    line-height: 26px;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 2px 0;
}

.meta h2 a {
    color: #606060;
}

.meta h2 a:hover {
    color: #888;
}


/* Date */

.date {
    float: left;
    text-align: center;
    height: 0;
}

.date span {
    display: block;
}

.day {
    background: #f6f6f6;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #a0a0a0;
}

.month {
    background: #c0c0c0;
    padding: 0px 10px 2px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}


/* Tags
------------------------------------- */

.tags {
    margin: 5px 0 0 0;
}

.tags a,
a.tagclouds {
    padding: 4px 11px 4px 11px;
    display: inline-block;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f6f6f6;
    margin: 0 2px 6px 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.tags a:last-child,
a.tagclouds:last-child {
    margin-right: 0;
}

.tags a:hover,
a.tagclouds:hover {
    background: #808080;
    color: #fff;
}


/* Widget Tabs
------------------------------------- */

.widget-tabs li {
    padding: 0 0 15px 0;
    margin: 15px 0 0 0;
    border-bottom: 1px solid #ededed;
}

.widget-tabs li:first-child {
    margin: 4px 0 0 0;
}

.widget-tabs li:last-child {
    border-bottom: 0;
}

.widget-thumb a img {
    display: block;
    width: 74px;
    height: 74px;
    float: left;
    margin: 0 15px 0 0;
}

.widget-text h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    padding: 3px 0 0 0;
}

.widget-text h4 a {
    color: #666;
}

.widget-text h4 a:hover {
    color: #888;
}

.widget-text span {
    color: #a0a0a0;
    font-weight: 500;
    margin: 4px 0 0 0;
    display: block;
}

.widget-tabs.comments .widget-text span {
    padding: 5px 0 0 0;
    margin: 0;
}


/* Blog Tabs */

.tabs-nav.blog li {
    width: 33.334%;
    text-align: center;
}

.tabs-nav.blog li a {
    padding: 0;
}


/* Widget
------------------------------------- */

.categories li a {
    padding: 0 0 7px 0;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #888;
}

.categories li a:hover {
    padding-left: 3px;
    color: #808080 !important;
}

.categories li:before {
    font-family: "FontAwesome";
    font-size: 12px;
    content: "";
    color: #ddd;
    position: relative;
    left: 0;
    top: -1px;
    padding: 0 7px 0 0;
}


/* ------------------------------------------------------------------- */


/* Media Queries
---------------------------------------------------------------------- */


/* Standard 1180 (devices and browsers) */

@media only screen and (min-width: 1200px) {
    a.menu-trigger {
        display: none;
    }
}


/* Smaller than standard 1180 (devices and browsers) */

@media only screen and (min-width: 960px) and (max-width: 1389px) {
    #not-found {
        margin: 50px 0 75px 0;
    }
    #not-found h2 {
        font-size: 210px;
        line-height: 210px;
    }
    #not-found p {
        font-size: 28px;
        line-height: 36px;
    }
    #not-found i {
        font-size: 200px;
        top: -5px;
    }
    a.menu-trigger {
        display: none;
    }
    .product-list span {
        font-size: 14px;
    }
    .checkout-content .half {
        width: 44.5%;
    }
    .checkout-content .half.first {
        padding: 0 30px 0 0;
    }
    .checkout-content .fullwidth,
    .checkout-content .fullwidth select,
    .checkout-content select.fullwidth {
        width: 100%;
    }
    table.checkout.cart-table td {
        padding: 15px;
    }
    .checkout-content select,
    .checkout-content input {
        width: 93.5%;
    }
    .checkout-content .half {
        width: 44.5%;
    }
    .checkout-content .half.first {
        padding: 0 30px 0 0;
    }
    .checkout-content .fullwidth,
    .checkout-content .fullwidth select,
    .checkout-content select.fullwidth {
        width: 100%;
    }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .sf-menu > li > a {
        padding: 17px 20px 15px 20px;
    }
    .slider-padding {
        padding-right: 10px;
    }
    .share-buttons ul li:first-child a {
        display: none;
    }
    .extra-padding {
        padding-right: 10px;
    }
    .extra-padding.left {
        padding-left: 10px;
    }
    #not-found {
        margin: 35px 0 60px 0;
    }
    #not-found h2 {
        font-size: 160px;
        line-height: 160px;
    }
    #not-found i {
        font-size: 155px;
        top: -4px;
    }
    #not-found p {
        font-size: 22px;
        line-height: 32px;
    }
    a.menu-trigger {
        display: none;
    }
    .product-list span {
        font-size: 14px;
    }
    .product-list-desc,
    .product-list-desc.with-rating {
        top: 0;
    }
    .sf-menu > li > a {
        padding: 17px 15px 15px 15px;
    }
    .arrows .with-ul {
        padding-right: 26px;
    }
    .arrows .with-ul:after {
        right: 13px;
    }
    .checkout-content select,
    .checkout-content input {
        width: 92.4%;
    }
    .checkout-content .half {
        width: 43.2%;
    }
    .checkout-content .half.first {
        padding: 0 30px 0 0;
    }
    .checkout-content .fullwidth,
    .checkout-content .fullwidth select,
    .checkout-content select.fullwidth {
        width: 100%;
    }
    .hide-on-mobile {
        display: none;
    }
}


/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .view-diamond-search .view-content {
        overflow: scroll;
    }
    .view-diamond-search .wrapperleft {
        width: 100% !important;
        float: none !important;
    }
    .view-diamond-search .wrapperright {
        width: 100% !important;
        float: none !important;
    }
    .view-diamond-search .views-exposed-widget label {
        display: block !important;
        position: static !important;
        float: none !important;
    }
    .view-diamond-search #edit-secondary-wrapper #edit-secondary .form-type-select {
        float: none !important;
        margin-right: 0 !important;
    }
    .view-diamond-search .wrapperright label {
        display: block !important;
        margin-bottom: 30px;
    }
    .pagination-next-prev a.prev {
        margin: 0;
    }
    .slider-padding {
        padding-right: 0;
    }
    .og-details {
        display: inline-block;
        margin: 30px 0;
        padding: 0 40px;
    }
    .og-grid {
        margin-left: -8px;
    }
    .share-buttons ul li:first-child a {
        display: none;
    }
    .extra-padding,
    .extra-padding.left {
        padding: 0;
    }
    .parallax-content h2 span {
        display: none;
    }
    .parallax-titlebar #breadcrumbs ul {
        left: 55px;
        display: block;
        float: left;
        top: 30px;
    }
    #not-found {
        margin: 15px 0 25px 0;
    }
    #not-found h2 {
        font-size: 110px;
        line-height: 120px;
    }
    #not-found i {
        font-size: 105px;
        top: -2px;
    }
    #not-found p {
        font-size: 22px;
        line-height: 32px;
    }
    #additional-menu {
        display: none;
    }
    #cart {
        float: left;
    }
    .top-search {
        float: right;
    }
    #cart,
    .top-search {
        margin: 35px 0 0 0;
    }
    .cart-list {
        left: 0;
    }
    .cart-list .arrow {
        left: 20px;
    }
    #top-bar .social-icons {
        display: none;
    }
    .parallax-title {
        font-size: 36px;
    }
    .parallax-title span {
        padding: 10px 0 0 0;
        font-size: 24px;
    }
    .the-team-content,
    .from-the-blog-content {
        margin-bottom: 20px;
    }
    #footer p {
        margin-bottom: 20px !important;
    }
    .payment-icons {
        float: left;
        margin: 15px 0 0;
    }
    .tp-banner-container,
    ul.product-list {
        margin-bottom: 35px;
    }
    a.img-caption {
        margin-bottom: 25px;
    }
    .caption {
        margin-top: -40px;
    }
    .caption.dark h2,
    .caption h2 {
        font-size: 16px;
        padding-bottom: 0;
        margin-left: -40px;
        margin-top: 5px;
    }
    a.caption-btn {
        margin-left: -40px;
        font-size: 12px;
        padding: 15px 10px;
    }
    .caption.dark h3,
    .caption h3 {
        font-size: 12px;
        padding-bottom: 5px;
        margin-left: -38px;
    }
    .caption.description p {
        display: none;
    }
    .caption.description {
        width: auto;
    }
    .orderby {
        margin: 40px 0 0 0;
    }
    .full-width .orderby {
        margin: 0;
    }
    .products .pagination-next-prev a.prev {
        margin: 0;
    }
    .slider-padding {
        margin-bottom: 25px;
    }
    section.linking {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 50px;
        padding-bottom: 25px;
    }
    .variables label {
        margin-top: 20px;
    }
    section.variables {
        margin-top: -20px;
    }
    .tabs-nav li {
        width: 100%;
    }
    #our-clients img {
        margin: 0 auto;
    }
    .counter-box,
    .icon-description,
    .related .portfolio-item {
        margin-bottom: 20px;
    }
    input.qty {
        padding: 8px 7px;
    }
    .cart-btns {
        margin-top: 10px;
    }
    .stacktable.large-only {
        display: none;
    }
    .stacktable.small-only {
        display: table;
    }
    table.cart-table.bottom {
        margin-top: 25px;
    }
    .container.cart {
        top: -25px;
    }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /*Filters for diamond search */
    .view-diamond-search .wrapperright {
        margin-left: 0 !important;
    }
    .view-diamond-search .form-item-color label {
        width: 65px !important;
    }
    .view-diamond-search .form-item-clarity label {
        width: 85px !important;
    }
/*
    .view-diamond-search .form-item-shape .form-checkboxes label {
        width: 70px !important;
    }
*/
    .view-diamond-search .form-type-bef-checkbox {
        margin-right: 4%;
    }
    .view-diamond-search .form-item-shape .form-type-bef-checkbox {
        margin-right: 6%;
    }
    #block-block-1 {
        text-align: center;
    }
    .payment-icons {
        float: left;
        margin: 15px 0 0;
    }
    .col-md-6 .no-margin-bottom/*added by Denys 13/14/15/*/
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .no-margin-bottom {
        padding-left: 20px;
        padding-right: 350px;
    }
    .region-footer .no-margin-bottom {
        width: 100%;
    }
    .top-search input {
        width: 215px;
    }
    .apply-coupon input {
        width: 233px;
    }
    .cart-list {
        width: 420px;
    }
    .checkout-content .half {
        width: 44%;
    }
    .checkout-content .half.first {
        padding: 0 30px 0 0;
    }
    .checkout-content select,
    .checkout-content input {
        width: 93.5%;
    }
    .checkout-content .fullwidth,
    .checkout-content .fullwidth select,
    .checkout-content select.fullwidth {
        width: 100%;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
    .top-search input {
        width: 95px
    }
    .apply-coupon input {
        width: 112px;
    }
    .top-search {
        float: right;
    }
    .cart-list {
        width: 300px;
    }
    .checkout-content .half {
        width: 95%;
    }
    .checkout-content .half.first {
        padding: 0 30px 0 0;
    }
    .checkout-content .fullwidth,
    .checkout-content .fullwidth select,
    .checkout-content select.fullwidth {
        width: 100%;
    }
}


/* Styles for Retina Images */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
    .sf-menu .homepage,
    .sf-menu > li:first-child > a {
        background: url(../images/home@2x.png) 50% no-repeat;
        background-size: 13px 12px;
    }
}


/* ------------------------------------------------------------------- */


/* Styles Switcher
---------------------------------------------------------------------- */

#style-switcher h3 {
    color: #fff;
    font-size: 13px;
    margin: 5px 0 -5px 1px;
    font-weight: 600;
}

#style-switcher {
    background: #606060;
    width: 205px;
    position: fixed;
    top: 50px;
    z-index: 9999;
    left: -205px;
}

#style-switcher div {
    padding: 2px 18px 10px 18px;
}

#style-switcher h2 {
    background-color: #505050;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0 6px 20px;
}

#style-switcher h2 a {
    background: url("../images/switcher.png") no-repeat 9px center transparent;
    background-color: #505050;
    display: block;
    height: 43px;
    position: absolute;
    right: -43px;
    text-indent: -9999px;
    top: 0;
    width: 43px;
}

.colors {
    list-style: none;
    margin: 0 0px 10px 0;
    overflow: hidden;
}

.colors li {
    float: left;
    margin: 4px 2px 0 2px;
}

.colors li a {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

div.layout-style {
    padding: 0 !important;
}

.layout-style select {
    width: 164px;
    padding: 5px;
    color: #888;
    cursor: pointer;
    font-size: 13px;
    margin: 2px 0 10px 2px;
}

.green,
.green-bg {
    background: #3acf87;
}

.blue,
.blue-bg {
    background: #2db2ea;
}

.orange,
.orange-bg {
    background: #fa5b0f;
}

.navy,
.navy-bg {
    background: #495d7f;
}

.yellow,
.yellow-bg {
    background: #ffb400;
}

.peach,
.peach-bg {
    background: #fcab55;
}

.red,
.red-bg {
    background: #dd3737;
}

.beige,
.beige-bg {
    background: #bfa980;
}

.pink,
.pink-bg {
    background: #d64391;
}

.cyan,
.cyan-bg {
    background: #37b6bd;
}

.celadon,
.celadon-bg {
    background: #74aea1;
}

.brown,
.brown-bg {
    background: #784e3d;
}

.cherry,
.cherry-bg {
    background: #911938;
}

.gray,
.gray-bg {
    background: #808080;
}

.purple,
.purple-bg {
    background: #917ae9;
}

.darkcol,
.dark-bg {
    background: #404040;
}

.light {
    background: #e9e9e9;
}

.bg1 {
    background-image: url("../images/bg/squared_metal.png");
}

.bg2 {
    background-image: url("../images/bg/retina_wood.png");
}

.bg3 {
    background-image: url("../images/bg/brushed_alu.png");
}

.bg4 {
    background-image: url("../images/bg/crisp_paper_ruffles.png");
}

.bg5 {
    background-image: url("../images/bg/navy_blue.png");
}

.bg6 {
    background-image: url("../images/bg/bedge_grunge.png");
}

.bg7 {
    background-image: url("../images/bg/diamond_upholstery.png");
}

.bg8 {
    background-image: url("../images/bg/shattered.png");
}

.bg9 {
    background-image: url("../images/bg/light_toast.png");
}

.bg10 {
    background-image: url("../images/bg/noise_pattern_with_crosslines.png");
}

.bg11 {
    background-image: url("../images/bg/purty_wood.png");
}

.bg12 {
    background-image: url("../images/bg/subtle_stripes.png");
}

.bg13 {
    background-image: url("../images/bg/textured_stripes.png");
}

.bg14 {
    background-image: url("../images/bg/tileable_wood_texture.png");
}

.bg15 {
    background-image: url("../images/bg/stardust.png");
}

.bg16 {
    background-image: url("../images/bg/vichy.png");
}

.colors li a.active {
    box-shadow: 0 0 0 2px #fff inset
}

#reset {
    margin: 0 0 10px 2px;
}

#reset a.button {
    padding: 7px 14px;
    font-weight: 700;
    font-size: 13px;
}

@media only screen and (max-width: 1024px) {
    #style-switcher {
        display: none;
    }
}


/***diamond search***/

.view-diamond-search .views-exposed-form .views-exposed-widget {
    float: none;
    clear: both;
    padding: 0.5em 0 0 0;
}


/********Secondary filters************/

.view-diamond-search .view-header {
    padding-bottom: 24px;
    text-align: left;
}

.view-diamond-search #edit-secondary-wrapper {
    padding-top: 25px;
}

.view-diamond-search #edit-secondary-wrapper .panel {
    border-radius: 0px;
    box-shadow: 1px 1px 1px #ddd;
}

.view-diamond-search #edit-secondary-wrapper .panel-heading {
    background-color: transparent;
}

.view-diamond-search #edit-secondary-wrapper .panel-heading {
    text-transform: capitalize;
}

.view-diamond-search #edit-secondary-wrapper a.panel-title:not(.collapsed):before,
.view-diamond-search #edit-secondary-wrapper a.collapsed:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #888888;
    font-size: 18px;
    padding-right: 0.5em;
}

.view-diamond-search #edit-secondary-wrapper a.panel-title:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #888888 !important;
    font-size: 18px;
    padding-right: 0.5em;
}

.view-diamond-search #edit-secondary-wrapper .views-widget {
    float: none;
}

.view-diamond-search #edit-secondary-wrapper .views-widget label {
    float: none;
}

.view-diamond-search #edit-secondary-wrapper #edit-secondary .form-type-select {
    float: left;
    margin-right: 37px;
}

.view-diamond-search #edit-secondary-wrapper #edit-secondary .form-item-stockid {
    float: left;
    width: 200px;
    margin-right: 0;
}

.view-diamond-search #edit-secondary-wrapper #edit-secondary .form-item-stockid .form-text {
    height: 26px;
    background: #fff;
    border-radius: 0px;
}

.view-diamond-search .exposed-buttons-wrapper .views-submit-button {
    margin-right: 10px;
}


/****Wrapper left*****/

.view-diamond-search .wrapperleft {
    float: left;
    width: 700px;
}


/*********wrapper right*********/

.view-diamond-search .wrapperright {
    float: right;
    width: 300px;
}

.view-diamond-search .wrapperright .form-item-weight-min {
    float: left;
    width: 100px;
}

.view-diamond-search .wrapperright .form-item-weight-min {
    float: left;
    width: 100px;
}

.view-diamond-search .wrapperright .form-item-price-min {
    float: left;
    width: 100px;
}

.view-diamond-search .wrapperright .form-item-price-max {
    float: right;
    width: 100px;
}

.view-diamond-search .wrapperright .views-widget,
.view-diamond-search .wrapperleft .views-widget {
    float: none !important;
}

.view-diamond-search .wrapperright .form-item-weight-max {
    float: right;
    width: 100px;
}

.view-diamond-search .wrapperright label {
    float: none !important;
    position: relative;
    left: -130px;
}


/***Sliders***/

div#edit-weight-wrapper {
    margin-bottom: 20px;
}

.view-diamond-search .bef-slider.ui-slider-horizontal {
    top: -20px;
    height: 0.4em;
}


/***sliders end***/

.view-diamond-search .wrapperright .form-text {
    height: 20px;
    border-radius: 0;
    background: #fff;
}

.view-diamond-search .wrapperright .ui-slider-horizontal .ui-slider-handle {
    width: 1em;
    height: 1em;
    top: -0.45em;
    box-shadow: 1px 1px 1px #888;
}

.view-diamond-search .wrapperright .form-item-weight-max label,
.view-diamond-search .wrapperright .form-item-price-max label {
    display: none!important;
}

.views-exposed-widget label {
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}

.view-diamond-search .views-exposed-widget label {
    display: block;
    float: left;
    width: 150px;
}

.view-diamond-search .views-exposed-widget .views-widget {
    float: left;
}

.view-diamond-search .form-type-bef-checkbox {
    display: inline-block;
}

.view-diamond-search .form-type-bef-checkbox input[type="checkbox"] {
    position: absolute;
    display: none;
}

.view-diamond-search .form-type-bef-checkbox label {
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.view-diamond-search .form-item-shape .form-checkboxes label {
    background-image: url(../images/shapes.png);
    background-repeat: no-repeat;
    height: 32px;
    width: 50px;
    color: transparent;
}

.view-diamond-search .form-item-shape .bef-checkboxes .highlight label {
    background-color: #3acf87;
}


/*round*/

.view-diamond-search .form-item-shape .form-item-edit-shape-round label {
    background-position: -615px -1px;
}


/*emerald*/

.view-diamond-search .form-item-shape .form-item-edit-shape-emerald label {
    background-position: -246px -1px;
}


/*marquise*/

.view-diamond-search .form-item-shape .form-item-edit-shape-marquise label {
    background-position: -372px -1px;
}


/*princess*/

.view-diamond-search .form-item-shape .form-item-edit-shape-princess label {
    background-position: -555px -1px;
}


/*oval*/

.view-diamond-search .form-item-shape .form-item-edit-shape-oval label {
    background-position: -432px -1px;
}


/*oval*/

.view-diamond-search .form-item-shape .form-item-edit-shape-pear label {
    background-position: -188px -1px;
}


/*asscher*/

.view-diamond-search .form-item-shape .form-item-edit-shape-asscher label {
    background-position: -310px -1px;
}


/*radiant*/

.view-diamond-search .form-item-shape .form-item-edit-shape-radiant label {
    background-position: -5px -1px;
}


/*heart*/

.view-diamond-search .form-item-shape .form-item-edit-shape-heart label {
    background-position: -127px -1px;
}


/*cushion*/

.view-diamond-search .form-item-shape .form-item-edit-shape-cushion label {
    background-position: -68px -1px;
}

.view-diamond-search .form-item-color label {
    width: 41px;
}

.view-diamond-search .form-item-clarity label {
    width: 50px;
}

.view-diamond-search .form-item-cut .form-checkboxes label {
    width: 40px;
}

.view-diamond-search .form-item-polish .form-checkboxes label {
    width: 40px;
}

.view-diamond-search .form-item-symmetry .form-checkboxes label {
    width: 40px;
}

.view-diamond-search .form-item-lab .form-checkboxes label {
    width: 50px;
}

.view-diamond-search .bef-checkboxes label {
    font-weight: normal;
    color: #333;
    border: .08em solid #ccc;
}

.view-diamond-search #edit-shape-wrapper .bef-checkboxes label {
    border: none;
}

.view-diamond-search .bef-checkboxes label:hover {
    background-color: #fff;
    /*changed from  #3acf87 to #fff by Denys 12/10/15*/
}

.view-diamond-search #edit-shape-wrapper .bef-checkboxes label:hover {
    background-color: transparent;
}

.view-diamond-search .bef-checkboxes .highlight label {
    background-color: #fff;
    /*changed from #3acf87 to #fff by Denys 12/10/15*/
    border: .08em solid #E64D43;
    /*added by Denys 12/10/15*/
    color: #E64D43;
    /*added by Denys 12/10/15*/
}

.view-diamond-search #edit-shape-wrapper .bef-checkboxes .highlight label {
    background-color: transparent;
    opacity: 0.7;
    border: .08em solid #E64D43;
    /*color changed from #bbb and  0.8em to 0.1em by Denys 12/10/15*/
}

div#edit-shape-wrapper .highlight label
/*added by Denys 12/10/15*/

{
    color: transparent;
}


/***Views exposed buttons***/

.view-diamond-search .exposed-buttons-wrapper .views-exposed-widget {
    float: left;
    clear: none;
}


/*print 7 mail icons*/

ul.links {
    display: inline-block !important;
    padding-top: 20px;
}

img.print-icon {
    display: inline-block;
}


/****Igor****/

#product-tabs-wrapper .item-details-left {
    float: left;
    width: 255px;
    /*changed from width:250px  by Denys 14/10/15*/
}

.node-type-diamond #product-tabs-wrapper .field {
    line-height: 40px;
}

#product-tabs-wrapper .field {
    line-height: 30px;
    padding-left: 10px;
}


/*#product-tabs-wrapper .field:nth-child(even){
	background:#f6f6f6;
} by Denys*/

#product-tabs-wrapper .field
/*added by Denys 14/10/15*/

{
    border-bottom: solid 1px #e1e1e1;
    width: 100%;
}

#product-tabs-wrapper .items-details-right {
    display: inline-block;
    border-top: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    width: 50%;
}

.node-type-diamond .item-details-left .field:nth-child(even),
.node-type-diamond .items-details-right .field:nth-child(even) {
    background: rgba(33,38,40,0.03);
}

.node-type-diamond.i18n-he #product-tabs-wrapper .item-details-left {
    float: left;
}

.node-type-diamond #product-tabs-wrapper .field-label {
    width: 50%;
}

#product-tabs-wrapper .item-details-left {
    margin-left: -10px;
    width: 50%;
    /*added by Denys 14/10/15*/
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
}

.view-recently-read .views-row {
    float: left;
    padding-right: 38px;
    text-align: center;
}

.view-recently-read .views-row .views-field-nothing {
    padding-top: 10px;
}


/* CHART SECTION DIAMONDS */

.i18n-he #diam-diagram-view .diam-top-view,
#diam-diagram-view .diam-side-view {
    position: relative;
    float: right;
}

#diam-diagram-view .diam-top-view,
#diam-diagram-view .diam-side-view {
    position: relative;
    float: left !important;
}

#diam-diagram-view #top-view-width {
    position: absolute;
    top: 115px;
    left: 88px;
    font-size: 10px;
    line-height: 15px;
    color: #1e1e1e;
}

#diam-diagram-view #top-view-length {
    position: absolute;
    top: 58px;
    left: 102px;
    font-size: 10px;
    line-height: 15px;
    color: #1e1e1e;
}

#diam-diagram-view .diam-side-view #side-view-table {
    position: absolute;
    top: 20px;
    left: 75px;
    font-size: 10px;
    line-height: 15px;
    color: #1e1e1e;
}

#diam-diagram-view .diam-side-view #side-view-culet {
    position: absolute;
    top: 178px;
    left: 34px;
    font-size: 10px;
    line-height: 15px;
    color: #1e1e1e;
}

#diam-diagram-view .diam-side-view #side-view-depth {
    position: absolute;
    top: 96px;
    left: -6px;
    font-size: 10px;
    line-height: 15px;
    color: #1e1e1e;
}

#diam-diagram-view .diam-side-view #side-view-girdle {
    position: absolute;
    top: 178px;
    left: 166px;
    font-size: 10px;
    line-height: 15px;
    color: #1e1e1e;
}

.field-type-commerce-price {
    padding-top: 8px;
    font-size: 15px;
}

.share-buttons {
    padding-top: 6px;
}


/*print & mail links*/

.i18n-he a.print-page:before {
    content: "\f02f";
    font-family: FontAwesome;
    padding-right: 8px;
    color: #606060;
    font-weight: regular;
    font-size: 18px;
    bottom: 1px;
    padding-left: 9px;
    padding-right: 29px;
}

.i18n-he a.print-mail:before {
    content: "\f003";
    font-family: FontAwesome;
    padding-right: 8px;
    color: #606060;
    font-weight: regular;
    font-size: 18px !important;
    bottom: 1px;
    padding-left: 8px;
}

a.print-page:before {
    content: "\f02f";
    font-family: FontAwesome;
    padding-right: 8px;
    color: #606060;
    font-weight: regular;
    font-size: 18px;
    bottom: 1px;
}

a.print-page {
    color: #606060;
}

a.print-mail {
    color: #606060;
}

a.print-mail:before {
    content: "\f003";
    font-family: FontAwesome;
    padding-right: 8px;
    color: #606060;
    font-weight: regular;
    font-size: 18px !important;
    bottom: 1px;
}

.flag-outer-wishlist {
    padding-top: 10px;
}

.view-recently-read .views-row,
.view-related-products .views-row {
    float: left;
    margin: 0 28px 10px -22px;
    padding: 13px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    text-align: center;
}

.i18n-en .view-id-you_may_also_like .views-row {
    float: left;
    margin-left: 0;
    margin-right: 8px;
    padding: 13px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    width: 210px;
    height: 300px;
    margin-top: 18px;
    margin-bottom: 7px;
}

.i18n-he .view-id-you_may_also_like .views-row {
    float: right;
    margin-left: 0;
    padding: 13px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    width: 210px;
    height: 300px;
    margin-top: 18px;
    margin-bottom: 7px;
}

.i18n-he .view-recently-read .views-row,
.view-related-products .views-row,
view-id-you_may_also_like .views-row {
    float: right;
    margin-left: 0;
    margin-right: 0px;
    padding: 13px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
}

#product-tabs-wrapper {
    padding-bottom: 13px;
    padding-left: 0px !important;
    /*border: 1px solid #e1e1e1;*/
}

.view-recently-read {
    padding-left: 14px;
}

.field-name-field-diamond-cert-image {
    padding-left: 14px;
}

.field-type-commerce-price .field-item {
    font-weight: bold;
}

.field-type-commerce-price .field-label {
    font-weight: 400;
}

.commerce-product-sku {
    font-weight: bold;
}

.commerce-product-sku-label {
    font-weight: 400 !important;
}

.cols-15 tr.odd,
.cols-15 tr.even {
    background-color: #ffffff;
}

.cols-15 thead tr {
    background-color: #f4f4f4;
}

.cols-15 thead tr a {
    color: #888888;
    font-weight: 500;
    text-transform: uppercase;
}

.cols-15 thead td {
    background-color: #f5f5f5;
    text-align: center;
}

.view-diamond-search .view-content {
    padding-top: 10px;
}

.cols-15 > thead > tr > th {
    border: 0px;
}

.cols-15 > tbody > tr > td {
    border-top: 0px;
}

.feed-icon a img {
    display: none;
}

.feed-icon a:before {
    content: "   \f019 ";
    font-family: FontAwesome;
    padding-right: 8px;
    color: #E64D43;
    font-weight: regular;
    font-size: 36px !important;
    bottom: 1px;
    padding-top: 10px;
}

.feed-icon a:after {
    content: " Download ";
    font-family: arial;
    padding-right: 2px;
    color: #E64D43;
    font-weight: regular;
    font-size: 16px !important;
    bottom: 1px;
    padding-top: 10px;
}

.feed-icon a:before {
    padding-top: 7px;
    padding-left: 6px;
}

.table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    text-align: center;
}

.views-field-ops .flag-compare-white-diamonds a {
    font-size: 28px;
}

.cols-15 thead .views-field-add-to-cart-form,
.cols-15 thead .views-field-ops,
.cols-15 thead .views-field-nothing {
    text-align: center;
    font-weight: 500;
    color: #888888;
    text-transform: uppercase;
}

.page-diamond-search-compare .view-diamond-search .view-content tr th {
    width: 300px;
    padding: 9px 3px;
    text-align: center;
    color: #51565d;
}

.page-diamond-search-compare .view-diamond-search .view-content thead {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
}

.page-diamond-search-compare .view-diamond-search .view-content thead a {
/*    color: #606060;*/
    font-weight: bold;
    text-transform: capitalize;
}

.page-diamond-search-compare .view-diamond-search .view-content thead th {
    color: #606060;
    font-weight: bold;
    text-transform: capitalize;
}

.page-diamond-search-compare .feed-icon {
    padding-top: 20px;
}


/*.page-diamond-search-compare .view-diamond-search{
	text-align:center;

}*/

.page-diamond-search-compare .views-table {
    text-align: center;
}

.page-diamond-search-compare .view-content {
    text-align: center;
}

.page-diamond-search-compare tr.odd,
.page-diamond-search-compare tr.even {
    background-color: #ffffff !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
}

.page-diamond-search-compare .flag-compare-white-diamonds {
    font-size: 28px;
    vertical-align: middle;
}

.page-diamond-search-compare .commerce-add-to-cart {
    padding-bottom: 16px;
}

.page-diamond-search-compare .view-diamond-search .view-content {
    text-align: center !important;
}

.popup-element-title {
    background: none;
    text-align: center;
}

.page-diamond-search-compare .view-header .header-view-modes {
    font-size: 18px;
    color: #606060;
    padding-top: 10px;
}

.page-diamond-search-compare .view-header .header-view-modes a {
    font-size: 18px;
    color: #606060;
    font-weight: 600;
    margin-right: 16px;
}

.page-diamond-search .view-header .header-view-modes {
    font-size: 18px;
    color: #606060;
    padding-top: 10px;
    text-align: left;
}

.page-diamond-search .view-header .header-view-modes {
    font-size: 18px;
    color: #606060;
    padding-top: 10px;
    text-align: left;
    direction: ltr;
}

.i18n-he .page-diamond-search .view-header .header-view-modes {
    font-size: 18px;
    color: #606060;
    padding-top: 10px;
    text-align: left !important;
}

.page-diamond-search .view-header .header-view-modes a {
    font-size: 18px;
    color: #606060;
    font-weight: 600;
    margin-right: 16px;
}

i18n-he .page-diamond-search .view-header .header-view-modes a {
    font-size: 18px;
    color: #606060;
    font-weight: 600;
    margin-right: 16px;
    float: left;
}

.view-id-diamond_search .cols-15 {
    border: 1px solid #ccc;
}

.view-id-diamond_search .cols-15 thead {
    border-bottom: 1px solid #ccc;
}

.i18n-he #block-layer-slider-4 {
    direction: rtl;
    text-align: left;
}

.region-footer .no-margin-bottom {
    /*width:100%; changed from width: 800px to 100% by Denys 13/10/15*/
    padding: 0;
    margin-top: 20px;
}

.i18n-he .from-the-blog-content .body-content {
    display: block;
    font-size: 14px;
    margin: 13px 0 14px;
    height: 74px;
}

.i18n-he #block-locale-language {
    float: right;
    text-align: right;
    padding: 0 18px;
}

.i18n-he #block-locale-language {
    float: left;
    text-align: right;
}

.i18n-he .language-switcher-locale-url .he {
    /*float: left;*/
}

.i18n-he .language-switcher-locale-url .en {
    float: left;
}

.i18n-he .language-switcher-locale-url .he {
    float: right;
    padding: 0 0 0 18px;
}

.language-switcher-locale-url .he {
    float: right;
    padding: 0 13px 0 18px;
}

.language-switcher-locale-url .en {
    float: right;
}


}
.language-switcher-locale-url .en {
    padding-left: 10px !important;
}
.i18n-he .language-switcher-locale-url .he {
    padding-left: 10px;
}

/* Header */
#top-bar .block {
    padding-top: 10px;
    float: right;
}
.node-type-product-display .field-label {
    font-weight: normal;
}
.node-type-product-display .commerce-product-field-field-product-price-60-off .field-label {
    width: 160px;
    font-weight: normal;
}
.node-type-product-display .commerce-product-field-field-product-price-60-off .field-label {
    width: 160px;
    font-weight: normal;
}
.node-type-product-display .node-type-product-display .field-label {
    width: 160px;
    font-weight: normal;
}
.field-label {
    width: 160px;
    font-weight: normal;
}
.col-md-6 .field-item {
    /*width:180px;*/
    
    font-weight: 600;
}
.node-type-product-display .field-name-field-product-gold-karat {
    padding-top: 0px;
}
.node-type-product-display .field-items {
    line-height: 28px;
}
.node-type-diamond .field-label {
    font-weight: 600;
}

/*
 #header-wrapper ul.menu, #user-menu-wrapper ul.menu {
	    display: block;
    float: right;
    margin: 0px 00px; 
    list-style: none;
    list-style-image: none; 
	 
 }
*/
#header-wrapper ul.menu,
#user-menu-wrapper ul.menu {
    display: block;
    float: right;
    margin: -2px 0 20px !important;
    list-style: none;
    list-style-image: none;
}

/* SLIDER ALINMENT */
.i18n-he .ls-s2 {
    text-align: right !important;
}
.sf-menu > li > a.last {
    color: #fff;
    padding: 17px 20px 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #999996 !important;
}

/*.i18n-he .node-product-display .print_mail {
	margin: -22px;
}*/
.i18n-he .node-product-display .print_html {
    margin-right: -3em;
    padding-left: 67px;
}
a.print-mail:after {
    padding-ri: 3px;
}
.i18n-he .node-product .share-buttons {
    float: right;
}
.view-display-id-block .views-row:before {
    color: transparent !important;
}
.i18n-he .field-name-field-product-display .form-group {
    margin-bottom: 15px;
    float: right !important;
}

/*.i18n-he .field-name-field-product-display .form-group .qtyplus {
	margin-right: 0px !important;
}
.i18n-he .field-name-field-product-display .form-group #edit-submit {
	margin-left: 10px !important;
}
.qtyminus {
	margin-left: 0px;
}
/*.form-item-quantity .qtyminus {
	margin-left: -10px !important;
}*/
.i18n-he .node-type-product-display .qtyminus {
    margin-left: 25px !important;
}
.i18n-he .view-diamond-search .view-filters {
    direction: ltr;
    text-align: left;
}
.i18n-he .view-id-diamond_search .views-table > thead > tr > th {
    text-align: center !important;
    direction: ltr;
}
.i18n-he .view-id-diamond_search .feed-icon {
    float: left;
}

/* CURRENCY */
#edit-save-selected-currency {
    display: none;
}
.form-item-selected-currency .form-control {
    display: block;
    height: 24px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    /*changed from 4px to 0 by Denys 12/1015*/
    
    margin-top: -20px;
}
.form-item-selected-currency .form-control.focus {
    display: block;
    width: 100%;
    height: 24px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-item-selected-currency .form-item {
    margin-top: 0px !important;
}
.form-item-selected-currency .form-item {
    margin-top: 0px;
    margin-left: 10px;
    padding-left: 10px;
}
.node-type-product-display .field-group-format-title {
    font-size: 16px;
}
.group-product-fields-details h3 {
    clear: both;
}
.node-type-product-display .field-type-commerce-price {
    font-size: 18px;
}
.node-type-product-display .group-product-fields-details {
    padding-top: 10px;
}
.form-item-quantity .qty {
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    padding: 7px 9px !important;
    width: 25px;
}
.i18n-he .form-item-quantity {
    padding-left: 25px;
}

/*  view-diamond-search   */
.page-diamond-search .view-diamond-search .views-table .views-field-field-diamond-fluor {
    text-align: center;
}
.i18n-he .page-diamond-search .view-diamond-search .views-table .views-field-field-diamond-fluor a {
    text-align: center;
}

/* Product Page  - product tabs wrapper  */

/* Diamond Page */
.i18n-he .view-display-id-page {
    direction: ltr;
    text-align: left;
}

/*  Drop Down Menu */
.sf-menu li.dropdown ul li a {
    display: block;
    min-width: 150px;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 16px;
    transition: all 0.15s ease-in-out;
    margin-top: -1px;
}
.sf-menu li ul li a:hover {
    background-color: transparent !important;
    color: #3acf87!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
}

/* DAF MOTSAR */
.i18n-en.node-type-product-display .item-list ul li:first-child {
    margin-top: 7px;
    margin-right: 38px;
    width: 210px;
    height: 300px;
}
.i18n-en.node-type-product-display .item-list ul li:first-child {
    margin-top: 7px;
    margin-right: 24px;
    width: 210px;
    height: 300px;
}
.i18n-en.node-type-product-display .item-list ul li {
    margin-top: 7px;
    margin-right: 24px;
    width: 210px;
    height: 300px;
}
.i18n-he.node-type-product-display .item-list ul li:first-child {
    margin-top: 7px;
    margin-left: 10px;
    width: 210px;
}
.i18n-he.node-type-product-display .item-list ul li {
    margin-top: 7px;
    margin-left: 10px;
    width: 210px;
    height: 300px;
}
.view-recently-read .views-row a,
.view-you-may-also-like .views-row a {
    color: #606060;
    font-size: 14px;
}
.view-recently-read .views-row .views-field-commerce-price .field-content {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

/* Hebrew pop up quickly */
.i18n-he .popup-style-white .popup-element-body.origin-bottom-left.expand-bottom-left table.popup-layout {
    top: -20px;
    left: 15px;
    direction: ltr;
}

/* drop down menu */
ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}
a.sf-depth-2 {
    font-weight: bold !important;
    text-transform: uppercase !important;
}
.sf-megamenu ol {
    list-style-type: none;
}
#jPanelMenu-menu {
    z-index: 999 !important;
}
.node-product-display .field-type-text-with-summary p {
    font-weight: normal;
}

/*    Input Type Css            */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    padding: 2px 6px;
    outline: none;
    font-size: 13px;
    color: #999;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #f5f5f5;
    border: 1px solid #c7c7c7;
    font-weight: 600;
    box-shadow: none;
}

/* Button Default */
.btn-default,
.checkout-buttons .checkout-cancel {
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-checkout .checkout-buttons .checkout-cancel,
.checkout-buttons .checkout-back {
    background-color: #3acf87;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}
.page-checkout .checkout-buttons .checkout-cancel:hover {
    background-color: #c0c0c0 !important;
    color: #ffffff;
    text-decoration: none;
}
.checkout-buttons .checkout-back:hover {
    background-color: #c0c0c0 !important;
    color: #ffffff;
    text-decoration: none;
}
.page-diamond-search .panel-heading {
    padding: 10px 15px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.button-operator {
    display: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 1px solid #3acf87;
}

/* alert Danger */
.alert-danger {
    font-weight: bold;
    line-height: 23px;
    background-color: #d1f4e3;
    border-color: #3acf87;
}
.alert-danger li {
    color: #3acf87;
    line-height: 28px;
}
div.error,
.error {
    background-color: transparent;
    border-color: #3acf87;
}
div.error,
.error {
    color: #888888;
}
.form-control:focus {
    border-color: #C0C0C0 !important;
    outline: 0px none !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(192, 192, 192, 0.4) !important;
}

/*  Backoffice shoppng vart */
.line-item-summary .line-item-total-label,
.field-type-commerce-price .component-title {
    font-weight: normal;
}
.line-item-summary .line-item-total-raw {
    font-weight: bold;
}
#views-form-commerce-cart-form-default .views-table .views-field,
#edit-cart-contents .views-table .views-field {
    text-align: left !important;
}
.i18n-he #views-form-commerce-cart-form-default .views-table .views-field,
#edit-cart-contents .views-table .views-field {
    text-align: right !important;
}
#views-form-commerce-cart-form-default .table > thead:first-child > tr:first-child > th,
#edit-cart-contents .table > thead:first-child > tr:first-child > th {
    text-align: center;
    font-weight: 600;
}
#views-form-commerce-cart-form-default thead tr,
#edit-cart-contents thead tr {
    background-color: #f4f4f4 !important;
    border: 1px solid #ccc;
}
#views-form-commerce-cart-form-default tbody,
#edit-cart-contents tbody {
    border: 1px solid #ccc;
}
#views-form-commerce-cart-form-default tbody tr,
#edit-cart-contents tbody tr {
    background-color: #ffffff !important;
}
#views-form-commerce-cart-form-default .table > thead > tr > th,
#edit-cart-contents .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px solid red;
}
.page-checkout h4,
.page-diamond-search h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #888888;
}
.commerce-add-to-cart .btn:hover {
    background: #c0c0c0;
}
.commerce-product-field-field-product-price-60-off .field-items {
    text-decoration: line-through;
    opacity: 0.5;
    font-weight: 300 !important;
}
.i18n-he .prices .retail-price {
    text-decoration: line-through;
    opacity: 0.5;
    padding-left: 10px;
}
.i18n-en .prices .retail-price {
    text-decoration: line-through;
    opacity: 0.5;
    padding-right: 10px;
}

/* product page sku */
.node-type-product-display .commerce-product-sku {
    font-weight: normal;
    padding-top: 12px;
}

/* 03_09_2015 */
.sf-menu.rtl a > .sf-sub-indicator {
    top: 1.8em !important;
    background-position: -10px -100px;
}
.sf-menu.rtl .sf-sub-indicator {
    left: 0.5em;
    right: auto;
    background: none;
}
.sf-menu > li:first-child {
    background-color: #505050;
}
.node-type-product-display .field-type-text-with-summary {
    padding-bottom: 20px;
    padding-top: 16px;
}
.i18n-en .group-product-fields-details .field-items {
    padding-left: 45px;
}
.field-type-commerce-price.field-name-field-product-price-60-off .field-item {
    font-weight: normal;
}
.i18n-he .node-product-display .print_html {
    margin-right: -3em;
    padding-left: 28px;
}

/* 06_09_2015 */
.node-type-diamond.i18n-he ul.links {
    display: inline-block !important;
    padding-top: 20px;
    margin-right: -50px;
}

/*  07-09_2015   */
.node-type-diamond.i18n-he #product-tabs-wrapper .field-label-inline .field-label {
    float: left;
    direction: ltr;
    text-align: left;
}
/*
.node-type-diamond.i18n-he #product-tabs-wrapper {
    width: 1170px;
    margin-right: 0px;
}
*/
.node-type-diamond.i18n-he #product-tabs-wrapper .item-details-left .field-items {
    float: left;
    direction: ltr;
}
.node-type-diamond.i18n-he #product-tabs-wrapper .items-details-right .field-items {
    float: left;
    direction: ltr;
}

/* 21_09_2015 */
.node-diamond .tab-content {
    padding: 15px 8px;
}
.i18n-he #product-tabs-wrapper {
    padding-bottom: 13px;
    border: 1px solid #e1e1e1;
}
.i18n-he #product-tabs-wrapper .nav-tabs {
    margin-right: -17px;
}
.i18n-en .sf-menu.sf-style-default .last a {
    padding-left: 1.765em;
}

/*    24_09_2015    */
.i18n-he .view-id-products .views-row .products {
    float: right;
}

/**************************************** Denys *******************************************/

/*-----          -----
  -----  Header  -----
  -----          ----- */
.i18n-he .sf-menu > li > a {
    margin-top: 0;
}
/*
.i18n-he #wrapper .container .col-md-12 {
    margin-top: 20px;
}
*/
#top-bar p,
#top-bar a {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 14px;
}
#menu--1.first {
    display: none;
}
.region-top-bar-right ul.menu {
    margin: 0 !important;
}
.form-item-selected-currency.form-group {
    margin-bottom: 5px;
}
#header-wrapper ul.menu li a,
.region-top-bar-right ul.menu a {
    color: #fff !important;
}
#top-bar .block {
    padding-top: 0px;
}
#top-bar .col-md-4 {
    margin-top: 7px;
}
#top-bar .col-md-8 {
    margin-top: 6px;
}
.form-item-selected-currency .form-control {
    height: 19px;
    font-size: 10px;
    margin-top: 0;
}
.form-item-selected-currency.form-group {
    margin-bottom: 0;
}
.form-item,
.form-actions {
    margin-top: 0;
}
#block-locale-language {
    margin-top: 4px;
}
.region.region-top-bar-left {
    float: left;
}
.sf-menu > li > a {
    text-transform: capitalize;
    font-weight: 500;
    padding: 17px 1em 15px !important;
    font-size: 18px;
}
.sf-menu {
    width: auto;
}
#wrapper .container:nth-child(4) {
    position: relative;
    bottom: 30px;
}
.sf-menu li ul li a:hover {
    color: #606060 !important;
}
.sf-menu li.dropdown ul li a,
.sf-menu li ul li a {
    min-width: 120px;
    font-size: 11px;
    padding: 8px 16px;
    font-weight: 300 !important;
    font-family: sans-serif;
    letter-spacing: 1px;
}
#superfish-1 ul li {
    width: 149px !important;
}
#menu-5525-1 a {
    background-color: transparent;
}
a > .sf-sub-indicator {
    top: 21px !important;
}
.sf-menu > li.active-trail > a,
.sf-menu > li.active > a {
    background-color: transparent !important;
}
/*
.i18n-he #menu-5504-1 a {
    padding-right: 0 !important;
}
*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media only screen and (max-width: 1200px) {
    a > .sf-sub-indicator {
        right: 0 !important;
    }
    
    #superfish-1 ul li {
    width: 123px !important;
    }
}
/* @@@@@@@ End of (max-width: 1200px) @@@@@@@ */



/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media only screen and (max-width: 990px) {
    #superfish-1 {
        float: none !important;
        text-align: center;
    }
    
    .sf-menu > li {
        float: none;
        display: inline-block;
    }
    
    .i18n-he #superfish-1 ul li {
    width: 133px !important;
}
    
    .sf-menu {
    width: auto;
    margin-top: 20px !important;
    }
    
    #top-bar .col-md-8 {
    margin-top: 0;
    }
    
    
    
}
/* @@@@@@@ End of (max-width: 990px) @@@@@@@ */

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media only screen and (max-width: 768px) {
    #top-bar {
        margin-bottom: 0;
    }
    
    #wrapper .container:nth-child(4) {
        bottom: 0;
    }
    
    #top-bar .col-md-8 {
        margin-top: 0px;
    }
    
    #top-bar p,
    #top-bar a {
        font-size: 10px;
    }
    
    #header-wrapper ul.menu li,
    .region-top-bar-right ul.menu li {
        padding: 0 !important;
    }
    
    #logo {
        margin-bottom: 20px;
    }
    
    #logo a img {
        float: none !important;
        margin: 0 auto;
    }
    
    .i18n-he #block-locale-language {
    padding: 0 10px;
}
    
    
}/* @@@@@@@ End of (max-width: 768px) @@@@@@@ */


@media only screen and (max-width: 467px) {

    .i18n-he #top-bar p, 
    .i18n-he #top-bar a {
    font-size: 8px;
}
    
    .i18n-he #block-system-user-menu li {
    margin-right: 5px;
}
    
}/* @@@@@@@ End of (max-width: 467px) @@@@@@@ */

/*-----   End    -----
  -----   of     -----
  -----  Header  ----- */

/********************************************/

/*-----        -----
  -----  Body  -----
  -----        ----- */
body {
    font-size: 16px;
    color: #353535;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select,
button {
    font-family: 'Times New Roman';
}

a, .happy-clients-author, #categories li li a.active span, #categories li li a.active, #additional-menu ul li a:hover, #additional-menu ul li a:hover span, .mega a:hover, .mega ul li p a, #not-found i, .dropcap, .list-1.color li:before, .list-2.color li:before, .list-3.color li:before, .list-4.color li:before, .item-list ul li:before, .sidebar ul.menu li:before, .comment-by span.reply a:hover, .comment-by span.reply a:hover i, #categories li ul li a:hover span, #categories li ul li a:hover, table .cart-title a:hover, .st-val a:hover, .meta a:hover, #header-wrapper ul.menu li a:hover, #user-menu-wrapper ul.menu a:hover, .node-product-teaser a.flag:hover, ul.icon-list li:hover i {
    color: #717B80;
}

body.i18n-he,
.i18n-he h1,
.i18n-he h2,
.i18n-he h3,
.i18n-he h4,
.i18n-he h5,
.i18n-he h6,
.i18n-he input[type="button"],
.i18n-he input[type="submit"],
.i18n-he input[type="text"],
.i18n-he input[type="password"],
.i18n-he input[type="email"],
.i18n-he textarea,
.i18n-he select,
.i18n-he button {
    font-family: sans-serif;
}
.top-search button:hover,
.cart-buttons a,
.cart-buttons a.checkout,
.sf-menu > li:hover .current,
.sf-menu > li.sfHover .current,
.sf-menu > li:hover,
.sf-menu > li.sfHover,
li.dropdown ul li a:hover,
.sf-menu li ul li a:hover,
#jPanelMenu-menu li a:hover,
.sf-menu > li.active-trail:hover > a,
.sf-menu > li:hover > a,
input[type="button"],
input[type="submit"],
a.button,
a.button.color,
a.button.dark:hover,
a.button.gray:hover,
.icon-box:hover span,
.tp-leftarrow:hover,
.tp-rightarrow:hover,
.sb-navigation-left:hover,
.sb-navigation-right:hover,
.product-discount,
.newsletter-btn,
#categories li a:hover,
#categories li a.active,
.flexslider .flex-prev:hover,
.flexslider .flex-next:hover,
.rsDefault .rsArrowIcn:hover,
.hover-icon,
#backtotop a:hover,
#filters a:hover,
#filters a.selected,
.searchform-alter input[type="submit"]:hover,
.searchform-alter button[type="submit"]:hover,
#cart .links .line-item-summary-checkout a,
.pager li > a:hover,
.pager li > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.views-bs-term-filter a:hover,
.views-bs-term-filter a.btn-primary,
a.tagclouds:hover,
.owl-theme .owl-controls .owl-buttons div:hover,
#footer .block-simplenews .form-submit,
.ls-nav-next:hover,
.ls-nav-prev:hover,
.contact-form .form-submit {
    background-color: #D4D4D4 !important;
}
.front #page-builder-section-0 .img-caption figure {
    height: 180px;
}
.front #page-builder-section-0 .page-builder-element {
    border: 1px solid rgba(153, 153, 153, 0.5);
}
.front .img-caption img {
    width: auto;
    height: 130px !important;
    margin: 0 auto;
}
.top-bar-dropdown ul li a:hover,
.skill-bar-value,
.counter-box.colored,
a.menu-trigger:hover,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover,
.tabs-nav li.active a,
.dropcap.full,
.highlight.color,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
.trigger.active a,
.trigger.active a:hover,
.share-buttons ul li:first-child a,
a.caption-btn:hover,
.mfp-close:hover,
.mfp-arrow:hover,
.img-caption:hover figcaption,
#price-range .ui-state-default,
.selectricItems li:hover,
.product-categories .img-caption:hover figcaption,
.rsDefault .rsThumbsArrow:hover,
.customSelect .selectList dd.hovered,
.qtyplus:hover,
.qtyminus:hover,
a.calculate-shipping:hover,
.og-close:hover,
.tags a:hover,
.product-tab.nav-tabs > li > a:hover,
.product-tab.nav-tabs > li.active > a,
.commerce-add-to-cart .btn {
    background: rgba(33, 38, 40, 0.73) !important;
}
.node-product-teaser a.flag:hover {
    color: #969595 !important;
}
.contact-form .form-submit {
    background-color: #212628 !important;
}
.alert-success {
    color: #212628;
    background-color: rgba(221, 221, 221, 0.4);
    border-color: #F4F4F4;
}
.alert-success a {
    color: #999;
}
button#edit-reset {
    background-color: #E64D43;
}
button#edit-reset {
    background-color: #E64D43;
}
.page-diamond-search table a {
    color: #E64D43;
}

.i18n-he #views-exposed-form-products-page-shop {
    text-align: right;
}

.not-front #views-exposed-form-products-page-shop .views-exposed-widget select {
        height: 40px;
        border-radius: 0;
        box-shadow: none;
    }

.i18n-he #product-tabs-wrapper .item-details-left {
    margin-left: 0;
}

.page-node-55 strong,
.page-node-1518 strong,
.page-node-1518 .field-type-text-with-summary .field-items div p:first-child{
    font-size: 22px;
    font-weight: 600;
    font-family: sans-serif;
}

.page-node-1518 #node-1518 .field-items div,
.page-node-55 #node-55 .field-items div {
    float: right;
    max-width: 590px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media only screen and (max-width: 1200px) {
    
        
    .i18n-he .sf-menu > li > a {
        padding: 17px 0.5em 15px !important;
        font-size: 16px;
    }
    
    .i18n-he #wrapper .container .col-md-12 {
    margin-top: 0;
    float: right;
    }
    
    .i18n-he #footer-bottom .container .col-md-12 {
    float: left;
}
    
}/* End of (max-width: 1200px) */

@media only screen and (max-width: 990px) {
    
    .not-front .view-id-products .views-row {
    width: 32%;
    display: inline-block;
}
    
    .i18n-he .sf-menu > li > a {
        padding: 17px 0.8em 15px !important;
    }
    
    .page-builder-column.col-md-3 {
        margin-bottom: 20px;
    }
    
    .page-products .views-exposed-form .views-exposed-widget {
        float: left !important;
    }
    
    .i18n-he.page-products .views-exposed-form .views-exposed-widget {
        float: right !important;
    }
    
    #views-exposed-form-products-page-shop .views-exposed-widget {
        width: 50%;
    }
    
    .page-products .views-exposed-form .form-item-keys,
    .page-products .selectricWrapper {
        width: 100% !important;
    }
    
    .views-exposed-form .form-submit {
        width: 100%;
    }
    
    .views-submit-button,
    .views-reset-button,
    .views-exposed-form .form-item-commerce-price-amount,
    .views-exposed-form .form-item-commerce-price-amount-1 {
        width: auto !important;
    }
    
    .product section h5 {
        height: 30px;
    }
    
    .view-products .views-row .node-product-teaser {
        padding: 0 0 30px 0;
    }
    
    .not-front #edit-commerce-price-amount-1-wrapper,
    .not-front #edit-commerce-price-amount-wrapper {
        width: 90px !important;
    }
    
    .not-front .views-widget-sort-by {
        clear: left;
    }
    
    .page-products #edit-commerce-price-amount-1-wrapper {
        margin-right: 0 !important;
    }
    
    .i18n-he .views-exposed-widget.views-widget-sort-by {
    clear: right;
    }
    
    
}
/* @@@@@@@ End of (max-width: 990px) @@@@@@@ */

@media only screen and (max-width: 768px) {
    .not-front #block-system-main .view-content .views-row {
        width: 100%;
        padding: 30px 10px;
    }
    
    .i18n-he #wrapper .container .col-md-12 {
    width: 100%;
    text-align: left;
}
    
.view-id-products .views-row .products {
    float: none !important;
}
    
.node-type-diamond #product-tabs-wrapper .tab-content {
    font-size: 10px;
}
    
    
}/* @@@@@@@ End of (max-width: 768px) @@@@@@@ */






@media only screen and (max-width: 467px) {
    .page-products .views-exposed-form .views-exposed-widget {
        float: left !important;
    }
}
/* @@@@@@@ End of (max-width: 467px) @@@@@@@ */

/*-----   End    -----
  -----   of     -----
  -----  Body  ----- */

/*-----          -----
  -----  Footer  -----
  -----          ----- */
#footer-bottom #block-block-4 .col-md-8 p span {
    color: #E64D43;
}

#footer-bottom .col-md-8 li:last-child:after {
    display: none;
}

#footer-bottom .col-md-8 li:last-child {
    margin-right:0;
}


#footer-bottom .col-md-8 li {
    display: inline-block;
    margin-right: 12px;
}
#footer-bottom .col-md-8 li:after {
    content: '/';
    color: #8B8B8B;
    font-weight: 600;
    margin-left: 15px;
}

#footer-bottom p,
#footer-bottom a {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 14px;
}
#footer-bottom .payment-icons li {
    width: 45px;
    height: 45px;
    background: #e64d43;
    text-align: center;
    border-radius: 23px;
    margin-right: 5px;
}
#footer-bottom .payment-icons a {
    position: relative;
    top: 13px;
    color: #fff !important;
}
#footer-bottom .payment-icons .fa {
    font-size: 20px;
}
#footer-bottom .col-md-8 .no-margin-bottom a,
#footer-bottom .col-md-8 p{
    color: #767c7e;
}
#footer-bottom {
    padding: 30px 0 13px 0;
}
@media only screen and (max-width: 990px) {
    .payment-icons {
        float: left;
        top: 20px;
    }
    
    #footer-bottom p,
    #footer-bottom a {
        font-size: 10px;
    }
}
/* End of (max-width: 990px ) */

/*-----   End    -----
  -----   of     -----
  -----  Footer  ----- */
@media only screen and (max-width: 1200px) {
    .view-diamond-search .wrapperright {
        float: left;
        margin-left: 130px;
    }
    
    .sf-menu > li > a {
        padding: 17px 0.5em 15px !important;
        font-size: 16px;
    }
}
/* End of (max-width: 1200px ) */
@media only screen and (max-width: 990px) and (min-width: 768px) {
    .sf-menu > li > a {
        padding: 17px 0.8em 15px !important;
        font-size: 16px;
    }
    
    #wrapper .container:nth-child(4) {
        position: initial;
        bottom: 0;
    }
}
/* End of (max-width: 990px) and (min-width: 768px) */

/* White/Fancy Diamonds page*/
@media only screen and (max-width: 767px) {
    .view-fancy-diamond-search .form-item-shape .form-type-bef-checkbox {
        margin-right: 0;
        width: 18.6%;
    }
    
    .view-diamond-search .form-type-bef-checkbox,
    .view-fancy-diamond-search .form-item-fancy-color .form-type-bef-checkbox,
    .view-fancy-diamond-search .form-type-bef-checkbox {
        margin-right: 0;
        width: 14%;
    }
    
    .view-diamond-search .panel-collapse .form-type-bef-checkbox label {
        margin-right: 0;
    }
    
    .view-diamond-search .panel-collapse .form-type-bef-checkbox {
        width: 17%;
    }
    
    .view-diamond-search .form-item-shape .bef-required-filter-processed .form-type-bef-checkbox,
    #edit-clarity-wrapper .form-type-bef-checkbox {
        margin-right: 0;
        width: 17%;
    }
    
    .view-diamond-search .form-item-clarity label,
    .view-diamond-search .form-item-color label {
        width: 100%!important;
    }
    
    .form-item-clarity label,
    .form-item-fancy-color .bef-checkboxes label {
        width: 100% !important;
    }
    
    .view-fancy-diamond-search .views-exposed-widget .views-widget,
    .view-diamond-search #edit-secondary-wrapper .form-checkboxes label {
        width: 100% !important;
    }
    
    .view-diamond-search #edit-shape-wrapper .bef-checkboxes label {
        margin: 0 auto;
    }
    
    .view-diamond-search #edit-secondary-wrapper #edit-secondary .form-type-select,
    .view-fancy-diamond-search #edit-secondary-wrapper #edit-secondary .form-type-select {
        float: none;
        margin-right: 0;
    }
    
    .view-fancy-diamond-search #edit-secondary .form-checkboxes label {
        width: 100%;
    }
    /* //White/Fancy Diamonds page*/
}

/************************************* End of Denys ****************************************/