/*-----------------------------------------------------------------------------------------
Theme Name: Lobo
Theme URI: https://heythemers.com/themes/lobo/
Author: HeyThemers
Author URI: https://themeforest.net/user/vankarwai
Description: Lobo - WordPress Portfolio for Freelancers & Agencies
Version: 2.7.6
Tested up to: 5.6.1;
Requires PHP: 7.1;
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Text Domain: lobo
Tags: portfolio, photography, blog
-----------------------------------------------------------------------------------------*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border:none}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html,
button,
input,
select,
textarea { color: #222; }

::selection { background: #fff85f; color: #000; }
::-moz-selection { background: #fff85f; color: #000; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

/* Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Template´s main styles
   ========================================================================== */

/* STYLES GUIDE
-----------------------------------------------------------------------------
    1. Main elements
        1.1 Typography
        1.2 Header
            1.2.1 Navigation
            1.2.2 Hero area
        1.3 Content
          1.3.1 Portfolio
          1.3.2 Default content areas
        1.4 Footer
    2. Home / Portfolio
    3. Single project
    4. Default pages
    5. Blog cover
    6. Single post
    7. Contact
    8. Forms
*/


/* 1. MAIN ELEMENTS
----------------------------------------------------------------------------- */


html.img-full {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
html.img-repeat {
  background-repeat: repeat;
  background-attachment: fixed;
}

/* 1.1 Typography
----------------------------------------------------------------------------- */
/*Main tipography*/
#header nav a,
.actions .action { font-family: 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif; }
#header nav a {
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    letter-spacing: 1.3px;
}
.main-d-nav .current > a { font-weight: 900; }

html { background-color: #FFF; }
body { font-family: 'Open Sans', 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif; background: #000; overflow-y: scroll; }

h1,
h2,
h3,
h4,
h6,
h6 { font-family: 'Lekton', 'Open Sans', 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif; font-weight: normal; margin: 0; }
.hero-info h1,
.hero-info h2 {
  font-family: 'Crimson Text', Times, serif; font-style: italic;
  font-size: 33px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding-right: 3px;
  -webkit-transition: color 0.2s ease-out;
     -moz-transition: color 0.2s ease-out;
      -ms-transition: color 0.2s ease-out;
       -o-transition: color 0.2s ease-out;
          transition: color 0.2s ease-out;
}
.secondary-typeface { font-family: 'Crimson Text', Times, serif; font-style: italic; }


a,
a:visited {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: color 0.2s ease-out;
       -moz-transition: color 0.2s ease-out;
        -ms-transition: color 0.2s ease-out;
         -o-transition: color 0.2s ease-out;
            transition: color 0.2s ease-out;
}
 
/*.no-touch control to prevent hover behaviors for touch devices */
.no-touch a:hover {
    color: inherit;
    -webkit-transition: color 0.2s linear;
       -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
         -o-transition: color 0.2s linear;
            transition: color 0.2s linear;
}
 
a:active,
a:focus,
.no-touch a:active,
.no-touch a:focus {
    color: #feea00;
    -webkit-transition: color 0.2s linear;
       -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
         -o-transition: color 0.2s linear;
            transition: color 0.2s linear;
}

a, a:focus { outline: none !important; }

ul { margin: 0; padding: 0; }
ul li { list-style: none; margin: 0; padding: 0; }
ul li ul { margin: 15px 0 0 20px; }
ul li ul li ul { margin: 15px 0 0 40px;}

.module blockquote { position: relative; font-style: italic; }

/* Preloader/Spinner
---------------------------------------------*/
#preloader {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: 11000;
}
#spinner {
  position: relative;
  height: 95px;
  width: 95px;
  top: 45%;
  margin:0 auto;
  margin-bottom: -45px;
  border-radius:100%;
  -webkit-animation: rotation 0.750s infinite linear;
    -moz-animation: rotation 0.750s infinite linear;
      -o-animation: rotation 0.750s infinite linear;
         animation: rotation 0.750s infinite linear;
}
#spinner:before {
  content:"";
  display:block;
  position:absolute;
  left:-3px;
  top:-3px;
  height:100%;
  width:100%;
  border-top: 1px solid rgba(136, 136, 136, 1);
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  border-radius: 100%;
}
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.preloader-image {
  position: absolute;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  top: 45%;
  width: 95px;
  height: 95px;
  background: none center center no-repeat transparent;
  background-size: 95px 95px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}



.spinner-small {
  position: relative;
  height: 25px;
  width: 25px;
  top: calc(50% - 12px);
  margin: 0 auto;
  border-radius: 100%;
  -webkit-animation: rotation 0.750s infinite linear;
    -moz-animation: rotation 0.750s infinite linear;
      -o-animation: rotation 0.750s infinite linear;
         animation: rotation 0.750s infinite linear;
}
.spinner-small:before {
  content:"";
  display:block;
  position:absolute;
  left:-3px;
  top:-3px;
  height:100%;
  width:100%;
  border-top: 1px solid rgba(136, 136, 136, 1);
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  border-radius: 100%;
}

/* 1.2 Header
----------------------------------------------------------------------------- */
/* > 1.2.1 Navigation
----------------------------------------------------------------------------- */
#main-wrapper { position: relative; background: #222; opacity: 0; }
#header {
    position: absolute;
    width: 100%;
    max-height: 127px;
    z-index: 11000;
}
#header.sticky {
    position: fixed;
    top: 0;
    -webkit-transition: top 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -moz-transition: top 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
         -o-transition: top 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
            transition: top 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    
}
header#header.hide-menu { top: -300px; }
#nav-wrapper {
    position:absolute;
    width:100%;
    padding:0;
    background:rgba(255, 255, 255, 0);
    z-index: 100;
    -webkit-transform-style: preserve-3d;
     -webkit-transition: background 0.3s ease; 
       -moz-transition: background 0.3s ease; 
         -o-transition: background 0.3s ease; 
            transition: background 0.3s ease;
}
.no-nav-selector #nav-wrapper { border-top: 0px solid #000; }
.no-nav-selector #header .main-d-nav ul li a:hover { color: #000; }
.sticky #nav-wrapper { background:rgba(255, 255, 255, 1); }
.logo {
  position: absolute;
  display: block;
  width: 77px;
  height: 50px;
  left: 3%;
  top: 36px;
  z-index: 100001;
}
.logo-dark,
.logo-light {
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: opacity 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: opacity 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: opacity 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.logo-light { opacity: 1; }
#header #nav-wrapper.enabled .logo-dark { opacity: 1; } /*enables the black logo version when the menu back is present*/
#header #nav-wrapper.enabled .logo-light { opacity: 0; }

.logo a,
.logo img { position: absolute; }
.logo img { width: 100%; max-width: 100%; height: auto; }

#header .main-d-nav {
  position: absolute;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  border-top: 3px solid #000;
  width: 100%;
  top: 0;
  padding: 40px 3% 40px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: background-color 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: background-color 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: background-color 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.main-d-nav.zifix {
  z-index: 99998;
}
/*In case of sticky nav (when user scrolls up), force to show nav element black versions (black logo, black options...) because menu background is white */
#header.sticky #nav-wrapper .main-d-nav { background: rgba(250, 250, 250, 1) !important; }
#header.sticky #nav-wrapper .main-d-nav ul li a { color: #000 !important; }
#header.sticky #nav-wrapper .logo-dark { opacity: 1; }
#header.sticky #nav-wrapper .logo-light { opacity: 0; }

#header #nav-wrapper.enabled .main-d-nav { background: rgba(255, 255, 255, 1); }
#header #nav-wrapper.enabled .main-d-nav ul li a { color: #000; }
#header .main-d-nav ul{
  position:relative;
  list-style:none;
  text-align:right;
  /*Trick to remove margins when using inline-block for list elements*/
  /*inline-block is a whitespace dependent method and renders a 4px margin to the right of each element.*/
  letter-spacing: -4px;
}
#header .main-d-nav ul li{
  display:inline-block;
  margin:0;
  padding:0;
  /*To make effective the method to remove the 4px extra margin with inline blocks
  we need to remove the lettering spacing within the children element now*/
  letter-spacing: 0;
}
#header .main-d-nav ul li a {
  padding: 15px 15px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
  -webkit-transition: color 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: color 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: color 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: color 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.no-touch #header .main-d-nav ul li a:hover {  color: inherit; }

/*in case of remove selector handlers options is enabled*/
.menu-selector-disabled #nav-wrapper { border-top: 0; }
.menu-selector-disabled #main-nav .main-d-nav ul li a { padding: 15px 15px; }

.selector,
.current-selector{
  position: absolute;
  height: 3px;
  background: #feffb1;
  top: -43px;
  -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
      
}
.selector { background:#ffffd1; }
.compact-menu .selector, .compact-menu .current-selector { display: none !important; }

#header .main-d-nav ul .sub-menu {
  display: none;
  position: absolute;
  right: -5%;
  top: 40px;
  background: #fff85f;
  padding: 10px 5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#header .main-d-nav ul li ul { margin: 0; }
.compact-menu #header .main-d-nav ul .sub-menu {
  display: block;
}

/* Superfish Submenus */
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.no-cmpt .sf-menu li:hover > ul,
.no-cmpt .sf-menu li.sfHover > ul { display: block; }

.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; }

/* Superfish horizontal nav */
.sf-navbar {
  background: #BDD2FF;
  position: relative;
  margin-bottom: 5em;
}
.sf-navbar:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #BDD2FF;
  height: 200%;
  width: 100%;
}
.sf-navbar ul {
  box-shadow: none;
}
.sf-navbar li {
  background: #AABDE6;
  position: static;
}
.sf-navbar > li > a,
.sf-navbar > li > ul > li > a {
  border: none;
}
.sf-navbar > li > ul {
  min-width: 36em; /* set this to whatever suits your design */
}
.sf-navbar ul li {
  background: #BDD2FF;
  position: relative;
}
.sf-navbar ul ul {
  left: 0;
  top: 100%;
}
.sf-navbar ul ul li {
  width: 100%;
}
.sf-navbar > li > ul > li {
  float: left;
}
/* point all arrows down */
.sf-arrows.sf-navbar ul .sf-with-ul:after {
  margin-top: -3px;
  margin-right: 0;
  border-color: transparent;
  border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255,255,255,.5);
}
.sf-arrows.sf-navbar ul > li > .sf-with-ul:focus:after,
.sf-arrows.sf-navbar ul > li:hover > .sf-with-ul:after,
.sf-arrows.sf-navbar ul > .sfHover > .sf-with-ul:after {
  border-color: transparent;
  border-top-color: white;
}
/*These elements are only available/visible when compact mode menu is enabled*/
.main-d-nav .menu-footer,
.main-d-nav .menu-footer-social { position: absolute; right: -9999px;}
.explorer .logo { z-index: 0; }

.main-d-nav .menu-footer .menu-logo .logo { z-index: inherit; }

/* >> 1.2.1 Navigation > Compact menu mode behaviors & building
----------------------------------------------------------------------------- */
.compact-menu .main-d-nav {
  position: fixed;
  display: table;
  width: 50.5%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #212121;
  background-repeat: no-repeat; 
  background-position: center;
  opacity: 0;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.compact-menu .main-d-nav.iefix { z-index: 9; }
.explorer.compact-menu .main-d-nav { left: 50%;  }
.compact-menu-open .main-d-nav { opacity: 1; }
.compact-menu .main-d-nav > ul {
  padding: 0 5%;
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: translateX(50px);
     -moz-transform: translateX(50px);
      -ms-transform: translateX(50px);
       -o-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 1s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 1s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 1s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 1s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.compact-menu-open .main-d-nav > ul {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.compact-menu .main-d-nav ul li { padding-bottom: 0.8em; }
.compact-menu .main-d-nav ul li a {
  font-family: 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif;
  color: #FFF;
  font-size: 30px;
  text-transform: uppercase;
}
.compact-menu .main-d-nav ul li.current > a,
.no-touch .compact-menu .main-d-nav ul li a:hover { color: #fffbb3; }
/*In case that compact menu is enabled remove the top border*/
.compact-menu #nav-wrapper { border-top: none; }
/*Hidding body overflow to prevent scrolling the page*/
/*body.compact-menu-open { overflow: hidden; }*/
.menu-firer { display: none; }
.menu-firer .icon-menu {
  color: #FFF;
  font-size: 30px;
  position: absolute;
  top: 5%;
  right: 5%;
}
.menu-firer .icon-menu:hover { color: #FFF; }
.menu-firer small { display: none; }
.menu-firer.action small { display: block; font-size: inherit; }
.sticky-head-elmnts.hello .menu-firer span { display: block; }
.compact-menu .menu-firer {
  position: absolute;
  display: block;
  right: 5%;
  top: 45px;
  z-index: 1000;
}
.compact-menu-open .menu-firer { opacity: 0; }
/*When firer is with actions buttons*/
.compact-menu .actions .menu-firer.action {
  position: relative;
  right: 0;
  top: 0;
  z-index: 1000;
}

/*classes to manage the compact menu opening*/
.compact-menu #main-wrapper {
  right: 0;
  -webkit-transition: right 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: right 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: right 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: right 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
}
.compact-menu #main-wrapper.menu-open { right: 50%; width: 100%; }
.compact-menu .actions,
.compact-menu .hero-sticky-title {
  -webkit-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
     -moz-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
       -o-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
          transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.compact-menu-open .actions,
.compact-menu-open .hero-sticky-title {
  opacity: 0;
  right: 50% !important;
}
.compact-menu-open .c-menu-open-overlay { display: none; }
.compact-menu.compact-menu-open .c-menu-open-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
}
.compact-menu .menu-footer {
  right: inherit;
  left: 5%;
  bottom: 9%;
}
.compact-menu .main-d-nav .menu-footer .logo { position: relative; }
.compact-menu .main-d-nav .menu-footer p {
  position: relative;
  width: 37%;
  font-family: 'Crimson Text', Times, serif;
  font-size: 13px;
  line-height: 17px;
  color: #FFF;
  left: 3%;
  top: 40px;
  letter-spacing: 1.1px;
}
.compact-menu .main-d-nav .menu-footer p .copy-highlight { font-style: italic; color: #fffbb3; }
.compact-menu .main-d-nav .social-area {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.compact-menu .main-d-nav .social-area ul li {
  display: inline-block;
  font-style: 15px;
}
.compact-menu .main-d-nav .social-area ul li a { display: block; text-indent: -9999px; }
.compact-menu .main-d-nav .social-area ul li a i {
  display: block;
  font-size: 17px;
  text-indent: 0;
  position: relative;
  left: 0;
  margin-right: 10px;
  -webkit-transition: color 0.2s ease-out;
     -moz-transition: color 0.2s ease-out;
      -ms-transition: color 0.2s ease-out;
       -o-transition: color 0.2s ease-out;
          transition: color 0.2s ease-out;
}
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-twitter:hover { color: #00acee; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-facebook:hover { color: #3b5998; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-behance:hover { color: #1769FF; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-pinterest:hover { color: #c00014; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-gplus:hover { color: #dd4b39; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-youtube:hover { color: #c4302b; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-vimeo:hover { color: #44bbff; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-tumblr:hover { color: #34526f; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-evernote:hover { color: #5ba525; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-instagram:hover { color: #3F729B; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-soundcloud:hover { color: #F76700; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-linkedin:hover { color: #007FB1; }
.no-touch .compact-menu .main-d-nav .social-area ul li a .icon-flickr:hover { color: #FF0084; }

.compact-menu .main-d-nav .c-close-btn {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5%;
  right: 5%;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.no-touch .compact-menu .main-d-nav .c-close-btn:hover { cursor: pointer; }
.compact-menu .main-d-nav .c-close-btn span{
  position: absolute;
  display: block;
  width: 21px;
  height: 2px;
  background: #feff95;
  right: 13px;
  top: 10px;
  left: 1px;
  -webkit-transition: height 0.150s ease-out;
     -moz-transition: height 0.150s ease-out;
      -ms-transition: height 0.150s ease-out;
       -o-transition: height 0.150s ease-out;
          transition: height 0.150s ease-out;
}
.compact-menu .main-d-nav .c-close-btn:hover span { height: 4px; }
.compact-menu .main-d-nav .c-close-btn .vr {
-webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
        transform: rotate(90deg);
}

/*Compact sub-navigation*/
.compact-menu .sf-menu ul {
  position: relative;
  margin: 20px auto 0;
  top: 0 !important;
}
.compact-menu .main-d-nav .sf-menu ul li a { font-size: 10px !important; opacity: 0.5; }
.no-touch .compact-menu .main-d-nav .sf-menu ul li a:hover { opacity: 1; }

/*Boxed layout*/
.boxed-layout #main-wrapper {
  max-width: 75%;
  margin: 0 auto;
}
.boxed-layout #hero-wrapper {
  max-width: 75%;
  margin: 0px auto;
  left: 0px;
}
.boxed-layout .hero-module {
  max-width: 75%;
  margin: 0 auto;
}
.boxed-layout .content-module { max-width: 100%; }
.boxed-layout .sticky-head-elmnts {
  width: 75%;
  max-width: 75%;
  margin: 0 auto;
}
.boxed-layout .actions {
  width: 75%;
  margin: 0 auto;
  left: 1%;
  right: 1% !important;
  padding: 0;
  text-align: right;
  padding-right: 2%;
  box-sizing: border-box;
}
.boxed-layout .hero-sticky-title {
  max-width: 75%;
  margin: 0 auto;
  left: 5%;
  right: 1%;
}

/* > 1.2.2 Hero area
----------------------------------------------------------------------------- */
#hero-wrapper {
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    top: 0;
}
.compact-menu #hero-wrapper {
  right: 0;
  -webkit-transition: right 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: right 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: right 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: right 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
}
.compact-menu #hero-wrapper.menu-open { right: 50%; width: 99.9%; overflow: hidden; }
.hero-spacer {
  z-index: 0;
  -webkit-transition: height 1s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: height 1s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: height 1s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: height 1s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
}
.no-hero .hero-spacer { height: 125px; }
.no-hero #hero-wrapper { background: #222; }
.hero-item { position: relative; height: auto; }
.sticky-head #hero-wrapper.sticky{ overflow: hidden; z-index: 1000; }
#hero-wrapper figure { display: block; width: 100%; overflow: hidden; }
.resize-heros #hero-wrapper img { width:100%; height: auto; margin-top: 0 !important; }
.no-resize-heros #hero-wrapper img { position:relative; }

.hero-info {
    position: absolute;
    left: 3%;
    top: -85px;
    color: #FFF;
    opacity: 1;
    z-index: 100;
}
.hero-info a { display: inline-block; position: relative; }
.hero-info .subtitle {
    font-size: 9px;
    letter-spacing: 1px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease-out;
       -moz-transition: color 0.2s ease-out;
        -ms-transition: color 0.2s ease-out;
         -o-transition: color 0.2s ease-out;
            transition: color 0.2s ease-out;
}
.hero-text-intro .hero-info { display: none; }

/*In case of top slider is enabled, this rule manages the hero title
for each slide instead of having a single title*/
.hero-info.rsABlock {
  top: inherit;
  bottom: 5%;
  left: 4%;
}
.hero-sticky-title,
.actions-bottom .sticky-head-elmnts .hero-sticky-title {
    position: fixed;
    display: block;
    font-size: 13px !important;
    color: #FFF;
    font-weight: 700 !important;
    top: -150px;
    left: 3%;
    z-index: -1;
    -webkit-transition: top 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 0.35s linear; 
       -moz-transition: top 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 0.35s linear; 
         -o-transition: top 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 0.35s linear; 
            transition: top 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 0.35s linear;
}
.hero-sticky-title.hello { top: 33px; z-index: 10001; }
.enabled-sticky-shadow .hero-sticky-title.hello { color: #FFF; }
.stroke-actions-enabled .hero-sticky-title.hello { text-shadow: 0.35px 0.5px 4px rgba(150, 150, 150, 0.75); }
.actions-bottom .sticky-head-elmnts .hero-sticky-title { background: transparent; bottom: auto; }
.actions {
    position: fixed;
    right: 3%;
    top: -150px;
    color: #FFF;
    z-index: -1;
    -webkit-transition: top 0.35s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 0.35s linear; 
       -moz-transition: top 0.35s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 0.35s linear; 
         -o-transition: top 0.35s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 0.35s linear; 
            transition: top 0.35s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 0.35s linear;
}
.actions.hello { top: 28px; z-index: 10001; }
body.push-back-actions:not(.woocommerce-page) .actions { right: 3% !important; }
.action { position: relative; }
.action,
.compact-menu .menu-firer.action { display: inline-block; margin-right: 15px; }
body.compact-menu .action:last-child { margin-right: 0; }
.action a {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
}
.enabled-sticky-shadow .actions.hello .action a { color: #FFF; }
.stroke-actions-enabled .actions a { text-shadow: 0.35px 0.5px 4px rgba(150, 150, 150, 0.75); }
.action a i { display: none; }

/*.actions-bottom is the class to place the actions in the bottom area*/
.actions-bottom .sticky-head-elmnts{
  position: fixed;
  width: 100%;
  height: 40px;
  background: #FFF;
  bottom: -50px;
  z-index: 100001;
  -webkit-transition: bottom 1.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
     -moz-transition: bottom 1.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
       -o-transition: bottom 1.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
          transition: bottom 1.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.actions-bottom .sticky-head-elmnts.hello { bottom: 0; }
.actions-bottom .sticky-head-elmnts .actions,
.actions-bottom .sticky-head-elmnts .hero-sticky-title {
  position: relative;
  width: auto;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  top: auto;
  right: auto;
}
.actions-bottom .sticky-head-elmnts .action a,
.actions-bottom .sticky-head-elmnts .hero-sticky-title { color: #000; }
.actions-bottom .sticky-head-elmnts .hero-sticky-title {
  position: absolute;
  font-weight: bold;
  background: #feff95;
  padding: 0 50px;
  bottom: 0;
  left: 0;
}
.actions-bottom .sticky-head-elmnts .action-scroll-top { position: absolute; margin-right: 0; right: 0; }
.actions-bottom .sticky-head-elmnts .action-scroll-top a { text-indent: -9999px; right: 0; }
.actions-bottom .sticky-head-elmnts .action-scroll-top a i {
  position: absolute;
  display: inline-block;
  font-size: 17px;
  line-height: 45px;
  text-indent: 0;
  background: #feff95;
  padding: 0 10px;
  margin: 0;
  right: 0;
}
.actions-bottom .sticky-head-elmnts .action-scroll-top a:hover i { background: #000; color: #FFF; }

.hero-info-shdw {
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100px;
    background: #000;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -moz-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
         -o-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
            transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.enabled-sticky-shadow .hero-info-shdw.sticky{
    position: fixed;
    top: -1px;
    opacity: 0.35;
    z-index: 2000;
}
/*Styles for "hero intro" (hero is no media, it is a intro text)*/
.hero-text-intro .hero-intro h1,
.hero-text-intro .hero-intro h2 {
  font-family: 'Open Sans', 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif;
  font-size: 72px;
  line-height: 1em;
  font-weight: bold;
  font-weight: 800;
}
.hero-text-intro .hero-intro .text-module .copy p { font-size: 21px; line-height: 1.65em; }
.hero-text-intro .hero-intro .text-module { margin: 0 !important; padding: 0 !important; }
.hero-text-intro .hero-intro .copy { margin: 0 !important; padding: 0 !important; width: 100% !important; }
.hero-intro .copy > div > div { padding: 50px 11% !important; }

.share-wdgt {
    position: fixed;
    width: 80%;
    max-width: 570px;
    left: 50%;
    top: 48.5%;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -moz-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
         -o-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
            transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.share-wdgt .header img { width: 100%; max-width: 100%; height: auto; }
.share-wdgt.hey { visibility: visible; top: 50%; opacity: 1; }
.share-wdgt span {
    display: block;
    width: 100%;
    height: auto;
    background: #feff95;
    color: #1b1b1b;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
}
.share-btns {
    display: block;
    width: 100%;
    height: auto;
    background: #121212;
    margin: 0;
    padding: 0;
    letter-spacing: -4px;
}
.share-btns li{
    display: inline-block;
    letter-spacing: 0;
    width: 14.26% !important;
    height: 80px;
}
.shr-btn{
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: center;
    line-height: 80px;
    -webkit-transition: background 0.2s ease-out;
       -moz-transition: background 0.2s ease-out;
        -ms-transition: background 0.2s ease-out;
         -o-transition: background 0.2s ease-out;
            transition: background 0.2s ease-out;
}
.share-btns li:nth-child(odd) .shr-btn { background: #121212; }
.share-btns li:nth-child(even) .shr-btn { background: #1a1a1a; }
.share-btns li a i { color: #3C3C3C; }
.no-touch .shr-btn:hover i { color: #FFF; }
.share-btns li .btn-twitter:hover{ background: #00acee; }
.share-btns li .btn-facebook:hover{ background: #3b5998; }
.share-btns li .btn-gplus:hover{ background: #dd4b39; }
.share-btns li .btn-pinterest:hover{ background: #c00014; }
.share-btns li .btn-youtube:hover{ background: #c4302b; }
.share-btns li .btn-vimeo:hover{ background: #44bbff; }
.share-btns li .btn-linkedin:hover{ background: #44bbff; }
.share-btns li .btn-tumblr:hover{ background: #34526f; }
.share-btns li .btn-evernote:hover{ background: #5ba525; }
.share-btns li .btn-reddit:hover{ background: #FF4500; }

.cats {
  position: fixed;
  display: none;
  width: auto;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.cats.hey { top: 48.5%; }
.cats li { list-style: none; text-align: center; }
.cats li a {
  display: inline-block;
  font-size: 35px;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #FFF;
  border-bottom: 1px solid transparent;
}
.cats li a:hover { color: #FFF; }

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #2C2222;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.93;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.overlay .close-btn {
  position: absolute;
  top: 50%;
  left: 150px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 75ms ease-out;
       -moz-transition: opacity 75ms ease-out;
        -ms-transition: opacity 75ms ease-out;
         -o-transition: opacity 75ms ease-out;
            transition: opacity 75ms ease-out;
}
.overlay:hover { cursor: none; }
.overlay:hover .close-btn { opacity: 1; }
.overlay .close-btn span{
  position: absolute;
  display: block;
  width: 21px;
  height: 2px;
  background: #feff95;
}
.overlay .close-btn .vr {
-webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
        transform: rotate(90deg);
}

.background--light li a,
.background--complex li a {
  color: #000;
}
.background--dark li a {
  color: #FFF;
}

/*Targets are helpers to define the color based on the img in background*/
.target {
  position: absolute;
  display: block;
  width: 95%;
  height: 5px;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  z-index: 100;
  /*background: pink;*/
}
.target-top { top: 5px; }
.target-bottom { bottom: 75px; }
#hero-wrapper.sticky .target-bottom { bottom: 5px; }

/*classes to manage logo versions with backgroundCheck()*/
.top-light .logo-dark { opacity: 1; }
.top-dark .logo-dark { opacity: 0; }
.top-light .logo-light { opacity: 0; }
.top-dark .logo-light { opacity: 1; }

.top-light #header .main-d-nav ul li a { color: #000; }
.top-light  .menu-firer .icon-menu { color: #000; }
.bottom-light  .hero-info .hero-title,
.bottom-light  .hero-info .subtitle { color: #000; }
.bottom-light .hero-sticky-title { color: #000; }
.bottom-light .action a { color: #000; }

/*View items button short*/
a.view-item-btn {
  font-family: 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  height: 125px;
  display: block;
  position: absolute;
  clear: both;
  bottom: 0;
  background: #F3F3F3;
  color: #333;
  line-height: 125px;
  text-align: center;
  -webkit-transition: background 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: background 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: background 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: background 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.view-item-btn i {
  position: absolute;
  right: 5%;
  font-size: 25px;
}
.view-item-btn:hover { background: #000; color: #F3F3F3 !important; }
.view-item-btn:hover i { color: #F3F3F3; }

/* Fix for YouTube */
.hero-video #ytVideo-hero iframe, .video-module iframe {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


/* 1.3 Content
----------------------------------------------------------------------------- */
#content-wrapper {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.content-module { z-index: 100; position: relative; background: #E0E0E0; }
.module-title {
  font-family: 'Crimson Text', Times, serif; font-style: italic;
  position: absolute;
  top: 9%;
  left: 7%;
  border-bottom: 2px solid;
  z-index: 100;
}
.module .img-asset { display: inline-block; margin-bottom: 25px; }
.module .img-asset > img {
  display: block;
  width: auto;
}

/*Absolute position for inner module elements*/
.module .custom-pos {
  position: absolute;
  width: 40%;
  max-width: 40%;
}
.module .custom-pos.top {
  top: 0;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  padding: 0;
  box-sizing: border-box;
}
.module .custom-pos.top img, .module img.custom-pos.top { margin: 0 auto; }
.module .custom-pos.bottom {
  bottom: 0;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  padding: 0;
  box-sizing: border-box;
}

.module .custom-pos img, .module img.custom-pos { max-width: 100%; height: auto; }
.module .custom-pos.bottom img, .module img.custom-pos.bottom { margin: 0 auto; }

.module .custom-pos.top-left {
  position: absolute;
  top: 5%;
  left: 5%;
  margin: 0;
  text-align: left;
}
.module .custom-pos.top-right {
  position: absolute;
  top: 5%;
  right: 5%;
  margin: 0;
  text-align: right;
}
.module .custom-pos.bottom-left {
  position: absolute;
  left: 5%;
  bottom: 5%;
  text-align: left;
}
.module .custom-pos.bottom-right {
  position: absolute;
  right: 5%;
  bottom: 5%;
  text-align: right;
}

/*this class helps to centering vertically & horizontally module blocks or single items*/
.vh-align {
  position: absolute;
  width: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*Twitter widget*/
.twitter-feed { position: absolute; width: 100%; height: 100%; }
.tweet_list {
  position: absolute;
  background-image: url(img/twitter-feed-bg-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
div[data-size="2-2"].twitter-module .tweet_list .copy { width: 95%; }
.twitter-module .tweet_list .copy > div > div { padding: 0 15%; }
.tweet_list li { text-align: center; list-style: none !important; width: 100%; margin: 0 auto; }
.tweet_list li a { color: inherit; border-bottom: 1px dotted rgba(255,255,255,0.3); padding-bottom: 2px; }

/* Video module */
.module #vmPlayer {
  width: 100% !important;
  height: 100% !important;
}

.slider-module .rsFade .rsContainer:hover { cursor: pointer; }

/* > 1.3.1 Portfolio
----------------------------------------------------------------------------- */
.portfolio { position: relative; }
.prtfl-item {
  position: relative;
  overflow: hidden;
}
.prtfl-item:hover { cursor: pointer; }
.prtfl-item img { width: 100%; max-width: 100%; height:auto; }
.item-hover {
  position: absolute;
  background: rgba(255,255,255,0.85);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
       -o-box-sizing:border-box;
          box-sizing:border-box;
  -webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.no-touch .item-hover:hover { opacity: 1; }

.item-meta {
  position: absolute;
  width: 75%;
  height: auto;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.item-meta > * { color: #FFF; }

.item-meta h2,
.prjct-hvr-title h2 {
  position: relative;
  display: inline-block;
  width: auto;
  font-family: 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: bolder;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.item-meta h3,
.prjct-hvr-title h3 {
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  color: #000;
  margin: 0;
  margin-top: 7px;
}
.item-meta small {
  position: absolute;
  top: -17px;
  margin-left: -40px;
}

/*Special hover for big portfolio items (Home Alternative)*/
.touch .prjct-hvr-title {
  display: none;
}
.no-touch .prjct-hvr-title {
  position: absolute;
  padding: 100px;
  background: #FFF;
  color: #000;
  text-align: center;
  left: 50%;
  top: 37%;
  -webkit-transform: translate(-50%, -30%);
     -moz-transform: translate(-50%, -30%);
      -ms-transform: translate(-50%, -30%);
       -o-transform: translate(-50%, -30%);
  box-sizing: border-box;
  max-width: 500px;
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.module:hover > .prjct-hvr-title { opacity: 1; top: 35%; }

/* > 1.3.2 Default content areas / Includes parts of single project page
----------------------------------------------------------------------------- */
.project-stream { position: relative; }
.module {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.module img {
  display: block;
  width: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*Deault values to be modified with js
to fit all the responsive stages*/
div[data-size="1-0"] { width: 25%; height: auto; }
div[data-size="2-0"] { width: 50%; height: auto; }
div[data-size="3-0"] { width: 75%; height: auto; }
div[data-size="4-0"] { width: 100%; height: auto; }
div[data-size="1-0"], div[data-size="2-0"], div[data-size="3-0"], div[data-size="4-0"] { height: auto; padding: 0 !important; }
div[data-size="1-1"] { width: 25%; height: 480px; }
div[data-size="1-2"] { width: 25%; height: 960px; }
div[data-size="1-3"] { width: 25%; height: 1440px; }
div[data-size="1-4"] { width: 25%; }
div[data-size="2-1"] { width: 50%; height: 480px; }
div[data-size="2-2"] { width: 50%; height: 960px; }
div[data-size="2-3"] { width: 50%; height: 1440px; }
div[data-size="2-4"] { width: 50%; }
div[data-size="3-1"] { width: 75%; height: 480px; }
div[data-size="3-2"] { width: 75%; height: 960px; }
div[data-size="3-3"] { width: 75%; height: 1440px; }
div[data-size="3-4"] { width: 75%; }
div[data-size="4-1"] { width: 100%; height: 480px; }
div[data-size="4-2"] { width: 100%; height: 960px; }
div[data-size="4-3"] { width: 100%; height: 1440px; }
div[data-size="4-4"] { width: 100%; }
.group-modules { position: relative; width: 49.999%; }
.group-modules div { width: 24.999%; }
.full-module { position: relative; width: 100%; }

div[data-size="1-1"], 
div[data-size="1-2"], 
div[data-size="1-3"], 
div[data-size="1-4"], 
div[data-size="2-1"],
div[data-size="2-2"],
div[data-size="2-3"],
div[data-size="2-4"],
.project-stream {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/*Default color scheme for modules*/
.module { color: #FFF; }
body .text-module,
.default-module {
  box-sizing: border-box;
}
div[data-bgimage], div[data-bgimage],
div[data-bg],
article[data-bgimage], article[data-bgimage],
section[data-bgimage], section[data-bgimage] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div[data-bgimagepattern],
article[data-bgimagepattern],
section[data-bgimagepattern] {
  background-repeat: repeat;
}
.copy { width: 100%; height: 100%; margin: 0 auto; }
.copy > div {
  display: table;
  width: 100%;
  height: 100%;
}
.copy > div > div {
  padding: 0 5%;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.text-module-inner,
.default-module-inner,
.list-module /* :) */ {
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-0 {
  width: 100% !important;
  height: auto;
}

.default-module[data-url] {
  cursor: pointer;
}

/*text widths within modules*/
div[data-size="1-1"].text-module .copy,
div[data-size="1-2"].text-module .copy,
div[data-size="1-3"].text-module .copy,
div[data-size="1-4"].text-module .copy { width: 80%; }
div[data-size="2-1"].text-module .copy,
div[data-size="2-2"].text-module .copy,
div[data-size="2-3"].text-module .copy,
div[data-size="2-4"].text-module .copy { width: 70%; }
div[data-size="3-1"].text-module .copy,
div[data-size="3-2"].text-module .copy,
div[data-size="3-3"].text-module .copy,
div[data-size="3-4"].text-module .copy { width: 60%; }
div[data-size="4-1"].text-module .copy,
div[data-size="4-2"].text-module .copy,
div[data-size="4-3"].text-module .copy,
div[data-size="4-4"].text-module .copy { width: 50%; }

.text-module.custom-wrap .copy {
  width: 90% !important;
}
.text-module.auto-wrap, .default-module.auto-wrap {
  height: auto !important;
}

.text-module .copy p {
  font-size: 17px;
  line-height: 27px;
  font-weight: normal;
  font-weight: 400;
  margin-top: 0;
}

.text-module .copy h1,
.text-module .copy h2,
.text-module .copy h3,
.text-module .copy h4,
.text-module .copy h5,
.text-module .copy h6 { margin-bottom: 15px; }

.text-module .copy h4,
.text-module .copy h5,
.text-module .copy h6 { font-family: 'Crimson Text', Times, serif; font-style: italic; }

.text-module ul { margin: 0; padding: 0; }
.text-module ul li { list-style: none; }
.text-module a { color: inherit; }

.module-caption, .slide-caption {
  position:  absolute;
  bottom: 0;
  right: 0;
  font-family: 'Crimson Text', Times, serif; font-style: italic;
  font-size: 15px;
  background: #fff85f;
  color: #333;
  padding: 5px 9px;
  z-index: 100;
}
.module .btn {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 3px 17px;
  margin: 7px 0;
  border: none;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
      -ms-border-radius: 7px;
       -o-border-radius: 7px;
          border-radius: 7px;
  -webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.list-module ul {
  margin-top: 0;
  padding-left: 0;
}
.list-module ul li {
  list-style: none;
  display: block;
  float: left;
  margin-right: 6%;
  width: 8.25%;
}
.list-module ul li img { width: 100%; max-width: 100%; height: auto; }

.prjct-description {
  background: #ffffde;
  color: #070707;
}
.prjct-description-head {
  margin-bottom: 15%;
}
.prjct-description-head h3 {
  display: inline-block;
  font-family: 'Crimson Text', Times, serif;
  font-size: 39px;
  line-height: 1.3em;
  font-style: italic;
  font-weight: normal;
  border-bottom: 3px solid #070707;
}
.prjct-description-head ul { margin: 0; margin-top: 10px; padding: 0; }
.prjct-description-head ul li { font-size: 15px; list-style: none; display: block; margin-bottom: 3px; }
.prjct-description p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55em;
  letter-spacing: 0.5px;
}

/*Slider items like services*/
.slide-inner {
  height: 100%;
  width: 75%;
  margin: 0 auto;
}

/*Team widget*/
.team-wdgt {
  z-index: 1;
}
.team-wdgt .img-asset {
  position: absolute;
  display: block;
  margin: 0;
  bottom: 0;
  left: 1%;
  right: 1%;
}
.team-wdgt .img-asset img { margin: 0 auto; max-width: 100%; }
.team-wdgt .member-info h3 { font-size: 19px; font-weight: bold; }
.team-wdgt .member-role { font-size: 12px; letter-spacing: 1px; }
.team-wdgt ul { margin: 0; padding: 0; }
.team-wdgt ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  margin-right: 0;
  padding: 7px 5px;
}
.team-wdgt ul li:first-child {
  padding-left: 0;
}
.team-wdgt .member-info ul li a span {
  display: none;
}
.team-info-area { position: absolute; width: 100%; height: 135px; background: #FFF; bottom: 0; z-index: 0; }
.team-wdgt.info-bottom .img-asset { bottom: 135px; }
.team-wdgt.info-bottom .img-asset img { max-width: 100%; margin: 0 auto; }
.team-wdgt.info-bottom  .rsABlock {
  bottom: 45px;
  top: auto;
  z-index: 1;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  text-align: center;
}
.team-wdgt.info-bottom .rsBullets { bottom: 190px; }

/*Twitter widget*/
.twitter-feed .tweet_text {
  font-family: 'Monaco', Courier, monospace;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 1px;
}
.twitter-fllw-link {
  font-family: 'Monaco', Courier, monospace;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit !important;
  margin-top: 75px;
  opacity: 0.5;
}
.twitter-fllw-link:hover { opacity: 1; }

/*Text transform classes*/
body .module .big-text { font-size: 3.5em; line-height: 1.3em; }
body .module .middle-text { font-size: 1.3em; line-height: 1.7em; }
body .module .copy-highlight { font-family: 'Crimson Text', Times, serif; font-style: italic; font-style: italic; color: #fff85f; }
body .module .heading {
  font-family: 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
}

/*Call to action module*/
.call-to-action-achr {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.25);
  color: inherit;
  margin: 0;
  padding: 0;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.no-touch .call-to-action-achr:hover { background: rgba(255,255,255, 0.9); color: #000 !important; }
.call-to-action-achr h2,
.call-to-action-achr h3,
.call-to-action-achr h4 { display: inline-block; }
.call-to-action-achr .call-action-icon {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 20px;
  left: 0;
}
.call-to-action-achr:hover .call-action-icon { font-size: 23px; }

/*Audio modules*/
.audioplayer {
  height: 100%;
  color: #FFF;
  text-shadow: 1px 1px 0 #000;
  z-index: 1;
}
.audioplayer-mini {
  width: 2.5em; /* 40 */
  margin: 0 auto;
}
.audioplayer > div {
  position: absolute;
}
.audioplayer > div a,
.audioplayer *, .audioplayer *:before,
.audioplayer *:after {
  -webkit-transition: all 0.333s ease-out;
      -moz-transition: all 0.333s ease-out;
      -ms-transition: all 0.333s ease-out;
        -o-transition: all 0.333s ease-out;
          transition: all 0.333s ease-out;
}
.audioplayer-playpause {
  width: 10px;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 50%;
  margin-left: -5px;
}
.audioplayer-mini .audioplayer-playpause { width: 100%; }
.audioplayer-playpause a {
  display: block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em; /* 8 4 */
}
.audioplayer.dark .audioplayer-playpause a,
.audioplayer.dark .audioplayer-playing a { border-left-color: #000 !important; }
.audioplayer-playing.dark .audioplayer-playpause a:before,
.audioplayer-playing.dark .audioplayer-playpause a:after { background: #000 !important; }
.dark .audioplayer-volume-button a { background-color: #000; }
.dark .audioplayer-volume-button a:before { border-right-color: #000; }
.audioplayer.dark:not(.audioplayer-mute) .audioplayer-volume-button a:after { border-color: #000; }
.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em; /* 12 */
  height: 0.75em; /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em; /* 6 */
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
}
.dark .audioplayer-playing .audioplayer-playpause a:before,
.dark .audioplayer-playing .audioplayer-playpause a:after { background-color: #000; }
.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}
.audioplayer-time {
  width: 4.375em;
  height: 25px;
  line-height: 2.375em;
  text-align: center;
  z-index: 2;
  top: 90%;
  right: 0;
  opacity: 0;
}
.audioplayer-time-current { left: 0; }
.module:hover .audioplayer-time { opacity: 0; }
.audioplayer-novolume .audioplayer-time-duration { border-right: 0; right: 0; }
.audioplayer-bar {
  height: 100%;
  background-color: rgba(25,25,25, 0.25);
  cursor: pointer;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 0;
}
.audioplayer-novolume .audioplayer-bar { right: 4.375em; }
.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.audioplayer-bar-loaded {
  background-color: #181818;
  opacity: 0.5;
  z-index: 1;
}
.audioplayer-bar-played {
  background: #fff85f;
  opacity: 0.9;
  z-index: 2;
}
.audioplayer-volume {
  width: 25px;
  height: 25px;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  right: 50%;
  margin-top: -13px;
  margin-right: -35px;
}
.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}
.audioplayer-volume-button a {
  width: 0.313em; /* 5 */
  height: 0.375em; /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  width: 0.313em;
  height: 0.313em;
  border: 0.25em double #fff;
  border-width: 0.25em 0.25em 0 0;
  left: 0.563em;
  top: -0.063em;
  -webkit-border-radius: 0 0.938em 0 0;
  -moz-border-radius: 0 0.938em 0 0;
  border-radius: 0 0.938em 0 0;
  -webkit-transform: rotate( 45deg );
  -moz-transform: rotate( 45deg );
  -ms-transform: rotate( 45deg );
  -o-transform: rotate( 45deg );
  transform: rotate( 45deg );
}
.audioplayer-volume-adjust {
  height: 6.25em;
  cursor: default;
  position: absolute;
  left: 0;
  right: 2px;
  top: -9999px;
  background: #FFF;
  width: 15px;
  left: 8px;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}
.audioplayer-volume-adjust > div {
  width: 75%;
  height: 95%;
  background-color: #FFF;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 5px;
  margin: 0 auto;
  bottom: -2.4px;
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
          box-sizing: border-box;
}
.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  background: -webkit-gradient( linear, left bottom, left top, from( #FAFFBE ), to( #C7EC03 ) );
  background: -webkit-linear-gradient( bottom, #FAFFBE, #C7EC03 );
  background: -moz-linear-gradient( bottom, #FAFFBE, #C7EC03 );
  background: -ms-radial-gradient( bottom, #FAFFBE, #C7EC03 );
  background: -o-linear-gradient( bottom, #FAFFBE, #C7EC03 );
  background: linear-gradient( bottom, #FAFFBE, #C7EC03 );
}
.audioplayer-novolume .audioplayer-volume { display: none; }
.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
  -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
      -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
      -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
        -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
          transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}
.audio-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}

/*Video Embedded*/
.video-embedded {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.video-embedded > img {
  float: left;
  z-index: 4;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.video-embedded .vem-overlay {
  cursor: pointer;
  background: rgba(57,57,57,.3);
}
.video-embedded .vem-play {
  background: url(img/mediaelement/bigplay-lobo.png) no-repeat center -49px rgba(0,0,0,.5);
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50px;
}
.video-embedded .vem-overlay:hover .vem-play {
  background-position: center 4px;
}
.video-embedded > iframe, .video-embedded .vem-overlay, .video-embedded .yt-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.video-embedded .yt-movie {
  z-index: 3;
}
.video-embedded > iframe,
.module > #vmPlayer {
  position: absolute;
  max-width: 90%;
  left: 1%;
  right: 1%;
  margin: 0 auto;
}

.video-embedded.loading {
  cursor: default;
  background: url(img/preloader-222.gif) no-repeat center center #222;
}
.video-embedded.loading img {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
  filter: alpha(opacity=20) !important;
  opacity: .2 !important;
}
.video-embedded.loading .vem-play {
  display: none;
}

/* Infinite Loading */

#infinite {
  background: #f7f7f7 !important;
  display: none;
  float: left;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}
#infinite i {
  color: #999999;
  font-size: 23px;
  line-height: 23px;
}
#infinite,
#infinite p,
#infinite-link {
  display: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 13px;
  color: #A3A3A3;
}

.module blockquote .quote-tag {
  position: absolute;
  display: block;
  top: -35px;
  left: -45px;
  font-size: 200px;
  color: #FFF;
  opacity: 0.1;
}

.module ul li { margin-bottom: 15px; list-style: circle; list-style-position: inside; }

/* 3. Single Project
----------------------------------------------------------------------------- */

/*Pagination*/
.pagination-module { width: 100%; height: 100%; margin: 0 auto; background: transparent !important; }
.pagination-module > div {
  display: table;
  width: 100.5%;
  height: 100%;
}
.pagination-module > div > a {
  position: relative;
  display: table-cell;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  text-align: center;
  color: #1A1A1A;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination-module .pgnt-overlay,
.pagination-module a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.85);
}
.no-touch .pagination-module a:hover { font-size: 0; }
.pagination-module .module-background {
  z-index: -1;
}

/* 5. Blog cover
----------------------------------------------------------------------------- */
.posts-stream[data-cols="1"] .post-item { width: 100%; height: 960px; }
.posts-stream[data-cols="2"] .post-item { width: 50%; height: 960px; }
.posts-stream[data-cols="3"] .post-item { width: 33.333%; height: 640px; }
.posts-stream[data-cols="4"] .post-item { width: 25%; height: 480px; }
.posts-stream[data-cols="5"] .post-item { width: 20%; height: 480px; }
.post-item {
  position: relative;
  float: left;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.post-overlay {
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.333s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 0.333s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 0.333s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 0.333s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.post-item.even, .post-item.even .post-overlay { background-color: rgba(241,241,241,1); }
.post-item.odd, .post-item.odd .post-overlay { background-color: rgba(230,230,230,1); }
.post-item:hover .post-overlay {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: rgba(0,0,0,0.3);
}
.inner-post {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10%;
  z-index: 1000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.post-item:hover .inner-post .post-date,
.post-item:hover .inner-post .post-title,
.post-item:hover .inner-post .post-title a,
.post-item:hover .inner-post footer a { color: #FFF; }

.inner-post footer { position: absolute; bottom: 55px; }
.inner-post footer a { display: inline-block; padding: 7px 13px; color: #afaeae }
.post-item:hover .inner-post footer a { background-color: #fff85f; color: #000; }

.inner-post .post-date,
.inner-post footer a {
  display: block;
  font-family: 'Lekton', 'Lato', sans-serif;
  font-size: 13px;
  color: #afaeae;
  margin-bottom: 35px;
  margin-left: 0;
  -webkit-transition: margin-left 0.333s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: margin-left 0.333s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
      -ms-transition: margin-left 0.333s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: margin-left 0.333s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: margin-left 0.333s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.post-item .inner-post footer a:hover { margin-left: 3px; }
.inner-post .post-title {  font-family: 'Open Sans', 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif; font-size: 21px; line-height: 30px; color: #4f4f4f;}
.search-no-results .inner-post .post-title { font-size: 17px; margin-top: -35px; text-transform: uppercase; }
.inner-post .timer-hr {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #afaeae;
  margin: 0 10px;
  vertical-align: middle;
}
.post-item:hover .timer-hr { background-color: #FFF; }

.post-item .post-feat-img {
  position: absolute;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
     -moz-transition: transform 0.5s ease-in-out;
      -ms-transition: transform 0.5s ease-in-out;
       -o-transition: transform 0.5s ease-in-out;
          transition: transform 0.5s ease-in-out;
}

.post-item:hover .post-feat-img {
  -webkit-transform: scale(1.1,1.1);
      -ms-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
   -webkit-transition: -webkit-transform 7s ease-in-out;
     -moz-transition: transform 7s ease-in-out;
      -ms-transition: transform 7s ease-in-out;
       -o-transition: transform 7s ease-in-out;
          transition: transform 7s ease-in-out;
}

.blog-actions {
  position: fixed;
  display: none;
  width: 25%;
  bottom: 10%;
  left: 10%;
  opacity: 0;
  z-index: 10000;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.blog-actions.hey { display: block; opacity: 1; }
.blog-action-title { font-family: 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif; font-size: 13px; line-height: 23px; color: #FFF; text-transform: uppercase; }
.blog-action-search h5 { margin: 0 0 15px 0; }
.blog-actions .cats-blog li { display: inline-block; }
.blog-actions .cats-blog li a { position: relative; font-size: 11px; color: #feff95; text-transform: uppercase; }
.blog-search-box {
  width: 150%;
  height: 65px;
  background: transparent;
  border: none;
  font-family: 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif;
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 800;
  font-weight: bolder;
  color: #FFF;
}
.blog-action-search .search-form { margin: 0; padding: 0; left: 0; }
.blog-action-search ::-webkit-input-placeholder { color: #000; opacity: 0.25; font-weight: 800 !important; }
.blog-action-search :-moz-placeholder { color: #000; opacity: 0.25; font-weight: 800 !important; }
.blog-action-search ::-moz-placeholder { color: #000; opacity: 0.25; font-weight: 800 !important; }
.blog-action-search :-ms-input-placeholder { color: #000; opacity: 0.25; font-weight: 800 !important; }

/* 6. Single post & default page template
----------------------------------------------------------------------------- */
/*Typography*/
.single-post .post-body h2,
.single-post .post-body h3,
.single-post .post-body h4 {
  font-size: 37px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 15px
}
.single-post .post-body h3 {
  font-family: 'Lekton', 'Lato', sans-serif;
  font-size: 32px;
  margin-top: 55px;
}
.single-post .post-body h4 {
  font-size: 26px;
  margin-top: 48px;
}
.single-post .post-body p {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  margin: 0 0 1em 0;
}
.single-post .post-body li {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
}
.single-post blockquote {
  font-family: 'Lekton', 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  text-align: right;
  width: auto;
  margin-top: 30px;
  margin-right: 0;
  margin-left: -35%;
}
.single-post blockquote cite { display: block; position: relative; margin-top: 10px; margin-right: -3%; font-size: 80%; }
.single-post .post-excerpt figure { max-width: 100%; }
.single-post .post-excerpt img,
.single-post .post-excerpt iframe {
  display: block;
  width: 135%;
  margin-left: -35%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-post .post-excerpt img { width: 134%; height: auto; }
.single-post .post-excerpt figcaption { font-size: 15px; font-weight: normal; font-style: italic; margin-top: -45px; margin-left: -34%; color: #c0c0c0; }
.single-post .post-excerpt .left-note {
  position: absolute;
  font-family: 'Lekton', 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  font-style: italic;
  width: 30%;
  top: 5px;
  left: -35%;
}
.single-post .post-excerpt ul { display: block; }
.single-post .post-excerpt ul li { margin-bottom: 15px; list-style: circle; list-style-position: inside; }
.post-wrapper {
  background: #FFF;
  margin: auto;
  padding: 125px 0 0 0;
  overflow: hidden;
}
.the-post,
.comments-header,
.comment-wrapper,
.respond-form,
#disqus_thread {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
}
#comments, #disqus_thread { position: relative; margin-top: 125px; }
.comment-inner { position: relative; }
.comments-header { margin-bottom: 85px; padding-left: 4%; }
.comments-count {
  display: block;
  position: relative;
  font-family: 'Lato', 'Dosis', sans-serif;
  font-size: 85px;
  font-weight: bold;
  color: #000;
}
.comments-count small { font-size: 25px; text-transform: uppercase; }
.read-comments-btn {
  display: inline-block;
  font-family: 'Lekton', 'Lato', sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px dashed #000;
}
.comment-list,
.comment-list ol,
.comment-list ul { margin: 0; padding: 0; }
.comment-list li { padding: 75px 0; display: block; }
.aside-gridder { min-height: 1px; }
.screen-reader {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.comment-author {
  position: absolute;
  color: #FFF;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.comment-author-overlay{
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  background: rgba(0,0,0,0.55);
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.meta-author { text-align: center; }
div.avatar, figure.avatar {
  position: relative;
  display: inline-block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}
.author-post-meta { font-family: 'Lekton', 'Lato', sans-serif; font-size: 15px; }
.author-post-meta .post-date { display: block; margin: 10px 0 5px 0; }
.author-post-meta .post-author-profile a { display: block; font-weight: bold; color: #000; margin-top: 5px; }
.comment-body {
  position: relative;
  display: inline-block;
  width: 65%;
  vertical-align: top;
  padding-top: 40px;padding-left: 11px;
}
.comment-body p {
  font-family: 'Open Sans', 'Lato', 'HelveticaNeue', helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #464646;
}
.comment-author-wrap {
  position: absolute;
  font-family: 'Lekton', 'Lato', sans-serif;
  font-size: 13px;
  top: 0;
  left: 130px;
}
.comment-list .children .comment-author-wrap {
   left: 110px;
}
.comment-list .children .comment { padding-left: 300px; }
.children div.avatar { width: 100px; height: 100px; }
.comment-reply-link {
  position: relative;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #464646;
  border: 2px solid #464646;
  padding: 7px 17px;
  margin-top: 10px;
  margin-left: -1px;
  -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
      -ms-border-radius: 9px;
       -o-border-radius: 9px;
          border-radius: 9px;
}
.no-touch .comment-reply-link:hover{
  background: #464646;
  color: #FFF;
  border-color: transparent;
}
.comment-list .bypostauthor .comment-inner:after {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  background: #ffea00;
  top: 1px;
  left: 11px;
  z-index: 10;
  content: "";
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}
.respond-form { position: relative; padding: 75px 0; }
.single-post .comment-reply-title {
  display: block;
  font-family: 'Lekton', 'Lato', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  color: #000;
  margin-top: 50px;
}
.single-post .comment-reply-title:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}
.respond-field { display: inline-block; width: 49%; }
.respond-comment { margin-top: 10px; width: 90%; }
.respond-comment textarea { height: 200px; }
*:focus { outline: 0; }
.respond-field input {
  width: 90%;
  font-family: 'Lekton', 'Lato', sans-serif;
  font-size: 27px;
  line-height: 27px;
  text-transform: uppercase;
  padding-left: 4px;
  margin-top: 25px;
  border: none;
  border-bottom: 1px dashed #9c9c9c;
}
.respond-comment textarea {
  font-family: 'Lekton', 'Lato', sans-serif;
  font-size: 17px;
  line-height: 35px;
  padding-left: 4px;
  border-style: none; 
  border-color: #FFF; 
  border: 0;
  overflow: auto; 
}
.comment-cursor{
  position: absolute;
  display: block;
  width: 1px;
  height: 35px;
  background: #000;
  margin-top: 15px;
  margin-left: 4px;
}
.comment-form { position: relative; }
.respond-comment.active .comment-cursor { display: none !important; }
.submit-btn-helper,
.comment-form input#submit,
.submit-caption {
  position: absolute;
  display: block;
  text-align: center;
  top: 190px;
  left: -173px;
}
.submit-btn-helper,
.comment-form input#submit {
  width: auto;
  height: 30px;
  font-size: 9px;
  line-height: 30px;
  background: #000;
  text-transform: uppercase;
  color: #FFF;
  padding: 4px;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  -webkit-transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.submit-btn-helper {
  position: absolute;
  padding: 8px 24px;
  font-size: 14px;
  top: 10px;
  left: -25%;
}
.logged-in .submit-btn-helper,
.logged-in .comment-form input#submit,
.logged-in .submit-caption { top: 56px; }
.submit-btn-helper.bye { margin-left: -10px; opacity: 0; }
.comment-form input#submit { font-family: 'Lekton', 'Lato', sans-serif; border: none; }
.submit-btn-helper:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent #000;
  display: block;
  width: 0;
  z-index: 1;
  right: -11px;
  top: 15px;
}
.submit-caption {
  font-family: 'Lekton', 'Lato', sans-serif;
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #979797;
  top: 240px;
  margin-left: 8px;
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.submit-caption.hello {
  opacity: 1;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 1.415px;
  font-size: 9px;
}
.logged-in .submit-caption.hello { top: 101px; }
.comment-form input#submit {
  opacity: 0;
  font-size: 14px;
  padding: 0 16px;
  line-height: 1em;
  height: 40px;
  z-index: -1;
}
.comment-form input#submit.hello {
  margin-left: 0;
  opacity: 1;
  z-index: 10;
}
#body:not(.logged-in) .comment-form input#submit { top: 11px; }
#body:not(.logged-in) .comment-form .submit-caption { top: 56px; }

::-webkit-input-placeholder { color: #bdbdbd; }
:-moz-placeholder { color: #bdbdbd; }
::-moz-placeholder { color: #bdbdbd; }
:-ms-input-placeholder { color: #bdbdbd; }

.await {
   font-size: 12px;
}

.pagination { background: #f9f9f9; position: relative; width: 100%; z-index: 100; clear: both; }
.pagination .prev-post,
.pagination .next-post {
  position: relative;
  display: block;
  width: 50%;
  height: 165px;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination .next-post:first-child {
  left: 50%;
}
.pagination .prev-post a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
  background: #feff95;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination .next-post a {
  display: block;
  width: 100%;
  height: 100%;
  background: #feffbe;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination .prev-post .pagination-inner { right: 5%; }
.pagination .next-post .pagination-inner { left: 5%; }
.pagination div a {
  display: block;
  font-family: 'Open Sans', 'Lato', 'HelveticaNeue', helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: bolder;
  color: #000;
}
.pagination div a small {
  display: block;
  font-family: 'Volkorn', Times, serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: normal;
  color: #000;
  margin-bottom: 5px;
}
.no-touch .pagination div a:hover { color: #000; }
.no-touch .pagination .prev-post a:hover .pagination-inner { padding-right: 15px; }
.no-touch .pagination .next-post a:hover .pagination-inner { padding-left: 15px; }
.pagination-inner {
  position: absolute;
  top: 50%;
  width: 35%;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateY(-49%);
     -moz-transform: translateY(-49%);
      -ms-transform: translateY(-49%);
       -o-transform: translateY(-49%);
          transform: translateY(-49%);
  -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -webkit-transition-delay: 0.150s;
     -moz-transition-delay: 0.150s;
       -o-transition-delay: 0.150s;
          transition-delay: 0.150s;
}
.call-to-action-btn {
  position: relative;
  display: block;
  width: 100%;
  background: #111;
  z-index: 100;
  -webkit-transition: all 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.call-to-action-btn a,
.show-map-btn{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #feff95;
  padding: 60px 0;
}
.no-touch .call-to-action-btn:hover { background: #EEE; }
.no-touch .call-to-action-btn:hover a { color: #000; }


/* 7 Contact page
----------------------------------------------------------------------------- */
/*contact form - general declarations for third party forms are required */

.contact-form form { padding-top: 30px; }

form .block {
  position: relative;
  display: block;
  margin-right: 15px;
  margin-bottom: 5%;
}
form .message-area {
  position: absolute;
  top: 0;
  left: 45%;
}
form .message-area label { opacity: 0.25; }

input, textarea, select {
  border: 1px solid #e9e9e9;
  margin: 0;
  padding: 5px 10px;
  border-radius: 0;
  box-shadow:  none;
}
input[type="submit"] {
  border: none;
  height: 40px;
  position: static;  
  width: auto;
} 
.contact-form form input,
.contact-form form select,
.contact-form form textarea {
  display: block;
  font-family: inherit;
  font-size: 15px;
  color: #333;
  background: transparent;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form form input {
  width: 40%;
  margin-left: -10px;
}
.form-module .contact-form form label { margin-bottom: 8px; }
.contact-form form textarea {
  width: 100%;
  min-height:200px;
  margin: 0;
  margin-left: 0;
  margin-top: 3px;
  padding: 0;
  overflow:auto;
}
.contact-form form p {
  margin: 15px 0 10px 0;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-form form p:hover {color:#000;}

.contact-form form input[type="submit"] {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  height: 8vw;
  max-height: 200;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
  padding: 16px 0;
  box-sizing: content-box;
  transition: all .2s cubic-bezier(0.25,.46,.45,.94);
}
.no-touch .contact-form form input[type="submit"]:hover { background: #000; color: #FFF; }
.form-legend { color: #B9B9B9; font-size: 12px; }

.contact-form input, .contact-form textarea {
  font-size: 21px;
  font-weight: bold;
  font-weight: 800;
  resize: none;
}
.contact-form input.focus-input, .contact-form textarea.focus-input {
  color: #333;
}
.contact-form .success-message {
  font-size: 15px !important;
  font-weight: bolder !important;
  text-transform: uppercase;
  width: 50%;
  margin: 0 auto;
  margin-top: 43%;
}
.contact-form span.customSelect {
  width: 170px !important;
}
.contact-form label {
  position: relative;
  display: block;
  font-size: 17px;
  text-transform: lowercase;
  top: 0;
  left: 0;
  margin-bottom: -5px;
}

.contact-form .contact-error-border::-webkit-input-placeholder { color: #ff0000; opacity: 0.5; }
.contact-form .contact-error-border:-moz-placeholder { color: #ff0000; opacity: 0.5; }
.contact-form .contact-error-border::-moz-placeholder { color: #ff0000; opacity: 0.5; }
.contact-form .contact-error-border:-ms-input-placeholder { color: #ff0000; opacity: 0.5; }

.contact-form ::-webkit-input-placeholder { color: #000; opacity: 0.15; font-weight: 800 !important; }
.contact-form :-moz-placeholder { color: #000; opacity: 0.15; font-weight: 800 !important; }
.contact-form ::-moz-placeholder { color: #000; opacity: 0.15; font-weight: 800 !important; }
.contact-form :-ms-input-placeholder { color: #000; opacity: 0.15; font-weight: 800 !important; }

/*Select styles*/
span.customSelect { 
    font-size: 21px;
    color: #d4d4d4;
    font-weight: 700 !important;
    background: transparent url(img/select-icon.png) right center no-repeat;
    height: 40px;
    line-height: 35px;
    width: 145px;
}

/*Map styles*/
.map-full-mode {
  position:relative;
  width: 100%;
  height: 100%;
  float: none;
  clear: both;
}
.map-compact-mode .show-map-btn {
  height: 0px;
  line-height: 2px;
}

.insert-map {
  width: 100%;
  height: 100% !important;
}

.map-zoom {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  right: 1%;
}
.map-zoom a{
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #000;
  line-height: 32px;
  margin-bottom: 7px;
  margin-right: 5px;
  -webkit-border-radius: 3px;
   -khtml-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 7px;
}
.map-zoom a i {
  display: block;
  color: #FFF;
  font-size: 10px;
  line-height: 31px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
      -ms-transition: all 0.2s; 
       -o-transition: all 0.2s; 
          transition: all 0.2s;
}
.map-zoom a:hover {
  background: #FFF;
}
.map-zoom a:hover i{
  color: #1eedc8;
}

/*404 page*/
.error404 .post-wrapper { background-color: #FAFAFA }
.error404 .post-body { margin: 150px 0; padding: 15px; }
.error404 .post-body h2 {
  font-size: 50px;
  margin-bottom: 10px;
}
.error404 .post-body .post-excerpt { font-size: 19px; margin-left: 5px; }
.error404 .btn-back-404 { display: block; margin-top: 25px; }
body.error404.no-hero #hero-wrapper { height: 0 !important }

/* > 1.3 Footer
----------------------------------------------------------------------------- */
.footer {
    position: relative;
    width: 100%;
    min-height: 300px;
    background: #FFF;
    padding: 15px 0;
    z-index: 1;
}
.footer .social-area { margin-top: 25px; }
.footer .social-area ul{
  display: block;
  width: 100%;
  padding: 0 25%;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .social-area ul li {
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  line-height: 150px;
}
.footer .social-area ul li:last-child { margin: 0; }
.footer .social-area ul li a {
  font-family: 'Lato', 'HelveticaNeue', helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .social-area ul li a i { position: absolute; left: -9999px; }
.footer .credits { font-family: 'Lekton', 'Lato', sans-serif; width: 100%; text-align: center; font-size: 13px; margin: 0; }

div.btn-link {
  display: inline;
}

.footer a,
.btn-link,
.btn-link a,
.cats a,
.call-to-action-module h2,
.call-to-action-module h3,
.call-to-action-module h4  { position: relative; }
.footer a:after,
.btn-link:after,
.btn-link a:after,
.cats a:after,
.cats-blog a:after,
.action a:after,
.call-to-action-module h2:after,
.call-to-action-module h3:after,
.call-to-action-module h4:after,
.hero-info a:after,
.royalSlider.tabs .rsTab:after,
.woo-cheader a:after,
.shop_table .product-name a:after,
#shop-search a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  transition: -webkit-transform .1s cubic-bezier(0.55,.085,.68,.53),opacity .1s cubic-bezier(0.55,.085,.68,.53);
  transition: transform .1s cubic-bezier(0.55,.085,.68,.53),opacity .1s cubic-bezier(0.55,.085,.68,.53);
}
#shop-search a.ui-slider-handle:after { height: 0; }
.hero-info a:after { bottom: 3px; }
.pagination-module .btn-link:after { bottom: 50%; }
.footer a:hover:after,
.btn-link:hover:after,
.btn-link a:hover:after,
.cats a:hover:after,
.cats-blog a:hover:after,
.action a:hover:after,
.call-to-action-module:hover h2:after,
.call-to-action-module:hover h3:after,
.call-to-action-module:hover h4:after,
.hero-info a:hover:after,
.royalSlider.tabs .rsTab:hover:after,
.royalSlider.tabs .rsTab.rsNavSelected:after,
.woo-cheader a:hover:after,
.shop_table .product-name a:hover:after,
#shop-search a:hover:after {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition: -webkit-transform .2s cubic-bezier(0.25,.46,.45,.94),opacity 0s linear;
  transition: transform .2s cubic-bezier(0.25,.46,.45,.94),opacity 0s linear;
  transition-delay: 0s;
}
.cats a:after,
.cats-blog a:after { background: #fff85f; }
.cats-blog a:after { height: 1px; }
.action a:after { background: #fff85f; }
.call-to-action-module h2:after,
.call-to-action-module h3:after,
.call-to-action-module h4:after { background: #fff85f; }
.footer .shr-btn-twitter:after { background: #00aced; }
.footer .shr-btn-facebook:after { background: #3b5998; }
.footer .shr-btn-behance:after { background: #1769FF; }
.footer .shr-btn-pinterest:after { background: #cb2027; }
.footer .shr-btn-instagram:after { background: #3F729B; }
.footer .shr-btn-soundcloud:after { background: #F76700; }
.footer .shr-btn-linkedin:after { background: #3399CC; }
.footer .shr-btn-dribbble:after { background: #EA4C89; }
.footer .shr-btn-flickr:after { background: #FF0084; }
.footer .shr-btn-gplus:after { background: #DD4B39; }

/* Helper classes
   -------------------------------------------- */
.face-control {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

/* Elastic columns */
.full-col { width:100%; }
.one-half { width:48%; }
.one-third { width:30.66%; }
.two-third { width:65.33%; }
.one-fourth { width:22%; }
.three-fourth { width:74%; }
.one-fifth { width:16.8%; }
.two-fifth { width:37.6%; }
.three-fifth { width:58.4%; }
.four-fifth { width:67.2%; }
.one-sixth { width:13.33%; }
.five-sixth { width:82.67%; }
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  position: relative;
  margin-right: 4%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear:right;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/* Hide from both screenreaders and browsers */
.hidden { display: none !important; visibility: hidden; }
/*Hide only visually, but have it available for screenreaders*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Extends the .visuallyhidden class to allow the element
to be focusable when navigated to via the keyboard*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*Hide visually and from screenreaders, but maintain layout*/
.invisible { visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after { clear: both; }

/* For IE 6/7 only
   Include this rule to trigger hasLayout and contain floats */

.clearfix { *zoom: 1; }

/* MEDIA QUERIES
   ========================================================================== */

#r-960, #r-480 { display: none; }
/* portrait phone (< 480px) */
@media screen and (max-width:29.9999em) {
  #r-480 { display: block; } 
  #r-960 { display: none !important; } 
  /*Modules & columns*/
  /* Elastic columns */
  .full-col { width:100%; }
  .one-half { width:48%; }
  .one-third { width:30.66%; }
  .two-third { width:65.33%; }
  .one-fourth { width:22%; }
  .three-fourth { width:74%; }
  .one-fifth { width:16.8%; }
  .two-fifth { width:37.6%; }
  .three-fifth { width:58.4%; }
  .four-fifth { width:67.2%; }
  .one-sixth { width:13.33%; }
  .five-sixth { width:82.67%; }
  .one-half,
  .one-third,
  .two-third,
  .three-fourth,
  .one-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one-sixth,
  .five-sixth {
    position: relative;
    margin-right: 0;
    float: none;
  }
  .module { float: none; }
  div[data-size="1-1"],
  div[data-size="1-2"],
  div[data-size="1-3"],
  div[data-size="1-4"],
  div[data-size="2-1"],
  div[data-size="2-2"],
  div[data-size="2-3"],
  div[data-size="2-4"],
  div[data-size="3-1"],
  div[data-size="3-2"],
  div[data-size="3-3"],
  div[data-size="3-4"],
  div[data-size="4-1"],
  div[data-size="4-2"],
  div[data-size="4-3"],
  div[data-size="4-4"],
  body [data-cols="cols-1"] .prtfl-item,
  body [data-cols="cols-2"] .prtfl-item,
  body [data-cols="cols-3"] .prtfl-item,
  body [data-cols="cols-4"] .prtfl-item { width: 100% !important; }
  .text-module-inner,
  .default-module-inner { width: 85%; }
  body .content-module .text-module { padding: 3%; }
  .vh-align { width: 85%; }

  div[data-size="1-0"], div[data-size="2-0"], div[data-size="3-0"], div[data-size="4-0"] { width: 100% !important; }

  .team-wdgt.info-bottom .rsABlock { bottom: 65px; }
  .team-wdgt.info-bottom .rsBullets { bottom: 7%; }
  .team-wdgt.info-bottom .img-asset { max-width: 235px; margin: 0 auto; bottom: 135px; }
  .team-wdgt .member-info h3 { font-size: 15px; }
  .team-wdgt .member-role { font-size: 11px; }

  .map-module,
  .map-module .map-full-mode,
  .map-module .map-full-mode .insert-map { height: auto !important; min-height: 350px; }

  body .separator { height: 75px; }
  body .separator h3 { font-size: 15px; padding-top: 30px; }
  
  div[data-size="1-1"].text-module .copy,
  div[data-size="1-2"].text-module .copy,
  div[data-size="1-3"].text-module .copy,
  div[data-size="1-4"].text-module .copy,
  div[data-size="2-1"].text-module .copy,
  div[data-size="2-2"].text-module .copy,
  div[data-size="2-3"].text-module .copy,
  div[data-size="2-4"].text-module .copy,
  div[data-size="3-1"].text-module .copy,
  div[data-size="3-2"].text-module .copy,
  div[data-size="3-3"].text-module .copy,
  div[data-size="3-4"].text-module .copy,
  div[data-size="4-1"].text-module .copy,
  div[data-size="4-2"].text-module .copy,
  div[data-size="4-3"].text-module .copy,
  div[data-size="4-4"].text-module .copy { width: 95%; }
  .content-module .text-module { padding: 25px 0; height: auto !important; }
  .twitter-module,
  .twitter-module .royalSlider,
  .slider-module:not(.no-resize),
  .slider-module:not(.no-resize) .royalSlider { min-height: 380px; }
  .copy { position: relative; }
  .call-to-action-achr { position: absolute; }

  .prjct-hvr-title { margin-top: -50px; }
  a.view-item-btn { height: 50px; line-height: 50px; font-size: 11px; }
  a.view-item-btn i { font-size: 15px; }

  .resize-heros #hero-wrapper .hero-intro .text-module {
    height: fit-content !important;
    padding: 10vh 0 !important;
  }
  .hero-intro .text-module .copy > div > div {
    padding: 50px 5% !important;
  }
  .cats li a { font-size: 15px !important; line-height: 2.35em; }

  .module-title { display: none; }

  /*Cols blog cover*/
  .posts-stream[data-cols="1"] .post-item { width: 100%; height: 480px; }
  .posts-stream[data-cols="2"] .post-item { width: 100%; height: 480px; }
  .posts-stream[data-cols="3"] .post-item { width: 100%; height: 480px; }
  .posts-stream[data-cols="4"] .post-item { width: 100%; height: 480px; }
  .posts-stream[data-cols="5"] .post-item { width: 100%; height: 480px; }

  .logo{ top: 15px; }
  .compact-menu .menu-firer { top: 25px; }
  .no-cmpt.is-active-wc .menu-firer { top: 28px !important; right: 90px !important; }
  .no-cmpt.is-active-wc .menu-firer.action { top: 0 !important; right: 0 !important; }
  .is-active-wc #main-cart-holder { top: 23px !important; margin-right: 55px; }
  .no-cmpt.is-active-wc #main-cart-holder { top: 25px !important; margin-right: 30px; }
  .compact-menu .main-d-nav > ul li { text-align: left; margin-bottom: 0.7em; padding-left: 15px; }
  .compact-menu .main-d-nav ul:first-child li a { font-size: 17px; }
  .is-active-wc #main-cart-holder.stick-it {
    top: initial !important;
    bottom: 13px;
    margin: 0 auto;
    left: 0%;
    right: 1%;
    position: absolute;
    width: 55px;
  }
  .is-active-wc #main-cart-holder.stick-it #main-cart { background-position: -41px 7px !important; }
  .is-active-wc #main-cart-holder.stick-it #main-cart-divider { display: none; }
  body.is-active-wc .actions { right: 0 !important; margin: 0; left: 0; }

  .hero-info { width: 100%; left: 0; right: 0; text-align: center; top: -100px; margin-top: 20px; }
  .hero-info h1 { font-size: 23px; }
  .hero-info .subtitle { text-align: center; }

  h2 { font-size: 1.5em; }
  body .module div.copy p { font-size: 13px; line-height: 21px; }
  body .module .big-text { font-size: 1.75em; }

  .share-wdgt { width: 50%; }
  .share-wdgt figure { display: none; }
  .share-btns li { width: 100% !important; height: 50px; }
  .share-btns li a { line-height: 50px; }

  div[data-size="1-1"].pagination-module { height: 400px !important; }
  .slide-inner {
    height: 100%;
    width: 95%;
  }
  .map-module { padding: 0; }

  .list-module ul li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 6%;
    width: 14%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  /*text heroes custom markup control*/
  body #hero-wrapper .text-module .copy h1,
  body #hero-wrapper .text-module .copy h2 { font-size: 35px; }
  #hero-wrapper .text-module .copy h3,
  #hero-wrapper .text-module .copy h4,
  #hero-wrapper .text-module .copy p { font-size: 13px; }

  /*UI elements*/
    /*Navigation*/
  .compact-menu .main-d-nav .c-close-btn { right: 15px; }
  .sticky-head-elmnts .hero-sticky-title { display: none; }
  .hero-module .actions {
    margin: 0 auto;
    left: 1.25%;
    right: 1.25%;
    text-align: center;
  }
  #header .main-c-nav a { font-size: 43px; }
  .main-c-nav-inner h6 { font-size: 17px; line-height: 15px; }
  #header .main-c-nav .c-nav-social a { font-size: 19px; }
  .compact-menu-open .menu-branding { display: none; }
  .resize-heros #hero-wrapper .hero-image img,
  .resize-heros #hero-wrapper .hero-slider img {
    width: 215% !important;
    max-width: 215% !important;
    height: auto !important;
    margin-left: -60% !important;
  }
  /*guessing the user is adding 775px height img to blog posts*/
  .resize-heros .single-post #hero-wrapper .hero-image img,
  .resize-heros .single-post #hero-wrapper .hero-slider img {
    width: 300%;
    max-width: 300%;
    height: auto;
    margin-left: -100%;
  }
  .hero-info.rsABlock { left: 0%; }

  /*Case of text hero*/
  .hero-text-intro .hero-intro .copy { margin: 0 0 0 3%; }
  .hero-text-intro .hero-intro h1, .hero-text-intro .hero-intro h2 { font-size: 55px; }

  /*poster videos tweak*/
  .video-embedded > img { width: 120%; margin-left: -13%; }

  .module-title {
    top: 5%;
    left: 5%;
    font-size: 15px;
    border: none;
    opacity: 0.5;
  }
  .module .btn { line-height: 30px; padding: 3px 13px; }
  
  /*Widgets like related items or pagination in projects*/
  .prjct-description { display: none; }
  .prev-project-area .pag-badge { top: 5%; left: 35%; }
  .rltd-content-wrapper { display: none; }
  .rltd-content { width: 80%; text-align: center; }
  .rltd-content p { display: none; }
  .rltd-content-wrapper { height: 100px; }
  .rltd-slide-wrapper > nav { height: 95px; }
  .rltd-slide-wrapper > nav > a:first-child:after { margin-top: -55px; }
  .rltd-slide-wrapper > nav > a:after { width: 30px; height: 30px; top: 75%; left: 70%; }
  .call-to-action-btn a { padding: 45px 0; font-size: 11px; }
  
  /*Single post*/
  .single-post .post-body p { font-size: 15px; }
  .single-post h2, .single-post h3, .single-post h4 { width: 100%; font-size: 30px; }
  .single-post h3 { font-size: 25px; }
  .single-post h4 { font-size: 20px; }
  .single-post blockquote,
  .single-post .post-excerpt ul li { font-size: 13px; }
  .single-post figure.avatar,   .single-post div.avatar { display: block; margin: 0 auto; }
  .single-post .comment-author-wrap { width: 100%; left: 0; }
  .single-post .comment-body { width: 100%; margin-top: 10px; padding-left: 0; }
  .single-post .comment-time {
      position: absolute;
      max-width: 100%;
      width: 100%;
      bottom: -160px;
      text-align: center;
  }
  .single-post .children .comment-time { bottom: -125px; }
  body.single-post .comment-list .children .comment { padding-left: 0; }
  .comment-body p { font-size: 13px; text-align: center; }
  .comment-reply-link { padding: 5px 15px; }
  .reply { margin: 0 auto; text-align: center; margin-top: 25px; }
  .comments-count { font-size: 50px; }
  .read-comments-btn { font-size: 15px; }
  .author-badge { left: 35%; }
  .pagination-inner { font-size: 13px; line-height: 1.5em; }
  .pagination .prev-post .pagination-inner { right: 10%; }
  .pagination .next-post .pagination-inner { left: 10%; }
  .pagination .prev-post, .pagination .next-post { height: 115px; }
  .single-post .pagination .prev-post, .single-post .pagination .next-post { height: 125px; width: 100%; }
  .blog-action-title { font-size: 11px; }
  .blog-search-box { height: 45px; font-size: 45px; }

  /*Contact form*/
  form .message-area { left: 50%; }
  .contact-form label,
  .contact-form input,
  .contact-form textarea, 
  span.customSelect  { font-size: 15px; }
  .contact-form span.customSelect { width: 135px !important; }
  form input[type="submit"] {
    font-size: 15px;
    height: 20%;
    right: -75.5%;
    width: 145%;
  }

  /*404 page*/
  .error404 .post-body { padding: 15px 0 15px 50px; }
  .error404 .post-body h2 { font-size: 30px; }
  .error404 .post-body .post-excerpt { margin-left: 0; }
  .error404 .post-body { margin: 35px 0 100px 0; }

  /*WooCommerce*/
  body.single-product .cart,
  body.single-product .cart.variations_form .single_variation_wrap { position: relative; right: 0; }
  body.single-product .entry-summary { margin-right: 0; }
  body.single-product .cart.variations_form .single_variation_wrap { top: 25px; }
  body.single-product .single_variation { top: 0; margin-left: 110%; }
  body.single-product .images .thumbnails { display: none; }
  .single-product table th,
  .single-product table td { font-size: 11px; }
  .woocommerce .lobo-tabs input.checkout-button,
  .woocommerce .lobo-tabs input[name="update_cart"] { width: 100% !important; }
  .woocommerce .custom-idea { padding: 0 10px 30px; }
  .woocommerce .p-form { padding: 0 15px; }
  .woocommerce .p-form label { font-size: 10px; }
  .woocommerce #coupon_code {
    width: 100%;
    margin-bottom: 15px;
    height: 45px !important;
  }
  .woocommerce form input[name="apply_coupon"],
  .woocommerce form input[name="update_cart"] {
    min-width: 100%;
    width: 100%;
    min-height: 35px;
    height: 35px;
    margin: 5px 0;
  }

  /*Boxed layout*/
  .boxed-layout .hero-sticky-title,
  .boxed-layout .actions,
  .boxed-layout .sticky-head-elmnts,
  .boxed-layout .content-module,
  .boxed-layout .hero-module,
  .boxed-layout #hero-wrapper,
  .boxed-layout #main-wrapper { width: 100%; max-width: 100%; }

}

/* phone and portrait tablet (< 960px) */
@media screen and (max-width:59.9999em) {
  #r-960 { display: block; } 
    /*Compact menu*/
    .menu-footer { display: none; }
    .compact-menu .main-d-nav .social-area {
      width: 100%;
      right: 0;
      left: 1%;
    }
    .compact-menu .main-d-nav .social-area ul { text-align: center; }
    .compact-menu .main-d-nav .social-area ul li:last-child a i { margin-right: 0; }
    .compact-menu .main-d-nav ul li a { font-size: 23px; }
    .actions-bottom .sticky-head-elmnts .hero-sticky-title { display: none; }
    .no-cmpt.is-active-wc .menu-firer { right: 119px; top: 48px; }
    /*Modules*/
    div[data-size="2-1"],
    div[data-size="2-2"],
    div[data-size="2-3"],
    div[data-size="3-1"],
    div[data-size="3-2"],
    div[data-size="3-3"],
    div[data-size="4-1"],
    div[data-size="4-2"],
    div[data-size="4-3"] { width: 100%; }

    div[data-size="1-1"].text-module .copy,
    div[data-size="1-2"].text-module .copy,
    div[data-size="1-3"].text-module .copy,
    div[data-size="1-4"].text-module .copy,
    div[data-size="2-1"].text-module .copy,
    div[data-size="2-2"].text-module .copy,
    div[data-size="2-3"].text-module .copy,
    div[data-size="2-4"].text-module .copy,
    div[data-size="3-1"].text-module .copy,
    div[data-size="3-2"].text-module .copy,
    div[data-size="3-3"].text-module .copy,
    div[data-size="3-4"].text-module .copy,
    div[data-size="4-1"].text-module .copy,
    div[data-size="4-2"].text-module .copy,
    div[data-size="4-3"].text-module .copy,
    div[data-size="4-4"].text-module .copy {
      width: 95%;
      padding: 10% 0;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
           -o-box-sizing: border-box;
              box-sizing: border-box;
    }

    div[data-size="4-1"].text-module { height: auto !important; padding: 10% 0; }
    div[data-size="1-0"], div[data-size="2-0"], div[data-size="3-0"], div[data-size="4-0"] { width: 100% !important; }

    h2 { font-size: 1.5em; }
    body .module .copy p { font-size: 15px; line-height: 23px; }
    body .module .big-text { font-size: 1.8em; }

    .cats li a { font-size: 25px; }


    /*Footer*/
    .footer { min-height: 100px; }
    .footer .social-area { display: none; }
    .footer .credits { font-size: 12px; margin-top: 35px; }

    /*single post*/
    .post-wrapper { padding: 75px 0 0 0; }
    .single-post .aside-left,
    .single-post .hentry,
    .aside-gridder { float: none; }
    .single-post .aside-left { width: 100%; text-align: center; margin-bottom: 75px; }
    .single-post .hentry {
      width: 100%;
      padding: 0 11%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
           -o-box-sizing: border-box;
              box-sizing: border-box;
    }
    .single-post blockquote { width: 75%; margin: 45px auto; }
    .single-post .post-excerpt .left-note { position: relative; width: 50%; margin-top: 45px; display: block; left: 0; }
    .single-post .post-excerpt figure,
    .single-post .post-excerpt iframe { width: 100% !important; margin-left: 0; }
    .single-post .post-excerpt img { max-width: 100%; margin-left: 0; }
    .single-post .post-excerpt figcaption { margin-left: 0; text-align: center; }
    .single-post .comments-header, .comment-wrapper {
      padding: 0 5%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
           -o-box-sizing: border-box;
              box-sizing: border-box;
    }
    .single-post .comment-inner { width: 100%; }
    .single-post .comment-list .children .comment { padding-left: 25%; }

    .single-post .respond-inner {
      width: 100%;
      padding: 5%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
           -o-box-sizing: border-box;
              box-sizing: border-box;
    }
    .single-post .submit-btn-helper, .single-post .comment-form input#submit, .single-post .submit-caption {
      position: relative;
      display: block;
      text-align: center;
      top: 0;
    }
    .single-post .submit-btn-helper { width: 50%; margin: 0 auto; left: 0; }
    .single-post .submit-btn-helper:after { display: none; }
    .single-post .respond-form { padding: 25px 0; }
    .single-post .respond-field input { width: 95%; text-align: center; }

    .single-post .comment-form input#submit.hello {
      position: absolute;
      width: 200px;
      margin: 0 auto;
      top: 85%;
      left: 50%;
      margin-left: -100px;
    }
    .single-post .submit-caption.hello { left: 0; top: -50px; }
    .single-post .blog-categories { display: none; }
    .blog-actions { width: 50%; }
    .pagination-inner { width: 80%; }

    /*WooCommerce*/
    body.single-product .images { width: 100%; float: none; }
    body.single-product .product-content { width: 100%; float: none; }

    body.logged-in #lobo-reviews .form p.comment-form-rating,
    body #lobo-reviews .form p.comment-form-rating,
    body #lobo-reviews .form .comment-form-comment {
      width: 100% !important;
    }
    body #lobo-reviews .form-submit { left: initial; right: 106px; }
    body .rating-word { width: 40%; }
}
/* landscape phone and portrait tablet (>= 480px < 960px) */
@media screen and (min-width:30em) and (max-width:59.9999em) {
  /* Elastic columns */
  .full-col { width:100%; }
  .one-half { width:48%; }
  .one-third { width:30.66%; }
  .two-third { width:65.33%; }
  .one-fourth { width:22%; }
  .three-fourth { width:74%; }
  .one-fifth { width:16.8%; }
  .two-fifth { width:37.6%; }
  .three-fifth { width:58.4%; }
  .four-fifth { width:67.2%; }
  .one-sixth { width:13.33%; }
  .five-sixth { width:82.67%; }
  .one-half,
  .one-third,
  .two-third,
  .three-fourth,
  .one-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one-sixth,
  .five-sixth {
    position: relative;
    margin-right: 0;
    float: none;
  }
  div[data-size="1-1"],
  div[data-size="1-2"],
  div[data-size="1-3"],
  div[data-size="1-4"] { width: 50%; }
  div[data-size="2-1"],
  div[data-size="2-2"],
  div[data-size="2-3"],
  div[data-size="2-4"] { width: 100%; }
  div[data-size="3-1"],
  div[data-size="3-2"],
  div[data-size="3-3"],
  div[data-size="3-4"] { width: 100%; }
  div[data-size="4-1"],
  div[data-size="4-2"],
  div[data-size="4-3"],
  div[data-size="4-4"] { width: 100%; }

  body [data-cols="cols-3"] .prtfl-item,
  body [data-cols="cols-4"] .prtfl-item { width: 50% !important; }

  .group-module { position: relative; width: 100%; }

  .posts-stream[data-cols="3"] .post-item,
  .posts-stream[data-cols="4"] .post-item,
  .posts-stream[data-cols="5"] .post-item { width: 50%; height: 480px; }

  .resize-heros #hero-wrapper .hero-image img,
  .resize-heros #hero-wrapper .hero-slider img {
    width: 200% !important;
    max-width: 200% !important;
    height: auto !important;
    margin-left: -50% !important;
  }
  .resize-heros #hero-wrapper .hero-intro .text-module { min-height: 480px; }
  #header .main-c-nav a { font-size: 45px; }
  #header .main-c-nav .c-nav-social a { font-size: 20px; }
  /*Widgets like related items or pagination in projects*/
  .prjct-description { display: none; }
  .post-body .single-post h2, .post-body .single-post h3 { width: 65%; }
  .hero-sticky-title.hello { width: 40%; }
  .boxed-layout .hero-sticky-title.hello { width: 100%; }
  /*404 page*/
  .error404 .post-body { padding: 15px 0 15px 50px; }
  .error404 .post-body h2 { font-size: 30px; }
  .error404 .post-body .post-excerpt { margin-left: 0; }
  .error404 .post-body { margin: 35px 0 100px 0; }
  a.view-item-btn { height: 95px; line-height: 90px; }
}
/* landscape tablet & normal monitor (>= 480px < 800px) */
@media screen and (min-width:800px) and (max-width:1024px) {
  body [data-cols="cols-3"] .prtfl-item { width: 33.32% !important; }
}
/* landscape tablet & normal monitor (>= 960px < 1440px) */
@media screen and (min-width:60em) and (max-width:89.9999em) {
  /*compact menu*/
  .compact-menu .main-d-nav ul li a { font-size: 25px; }
  .compact-menu .main-d-nav .menu-footer p { width: 44%; }

  h2 { font-size: 1.5em; }
  body .module div.copy p { font-size: 15px; line-height: 25px; }
  body .module .big-text { font-size: 1.75em; }

   .module .btn { line-height: 30px; padding: 3px 13px; }

  /*Modules*/
  div[data-size="2-1"].text-module .copy { width: 85%; }
  div[data-size="4-1"].text-module .copy { width: 70%; }

  /*Blog cover mdules*/
  .posts-stream[data-cols="5"] .post-item { width: 25%; height: 480px; }

  /*Single post*/
  .submit-btn-helper { left: -35%; }

  /*Widgets*/
  .module .team-wdgt .img-asset { display: block; max-width: 375px; margin: 0 auto; left: 1%; right: 1%; }
  .module .team-wdgt .img-asset img { max-width: 100%; }
  .team-wdgt.info-bottom .rsBullets { bottom: 3%; width: 98%; }

  /*404 page*/
  .error404 .post-body { padding: 15px 0 15px 50px; }
  .error404 .post-body h2 { font-size: 30px; }
  .error404 .post-body .post-excerpt { margin-left: 0; }
  .error404 .post-body { margin: 35px 0 100px 0; }
}

/* bigger monitor (>= 1440px) */
@media screen and (min-width:90em) {
  .main-c-nav-inner {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 13% 0 !important;
  }
  .main-c-nav .c-nav-social li {
    display: inline-block;
    margin-right: 10px;
  }
  #header .main-c-nav .c-nav-social a { font-size: 17px; }
  .no-touch #header .main-c-nav a:hover { padding-right: 0; }
}

/* big monitor (>= 1920px) */
@media screen and (min-width:120em) {
}

@media screen and (max-device-width:90em) {
  .ios #hero-wrapper figure {
    -webkit-transition: all 0.350s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: all 0.350s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: all 0.350s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: all 0.350s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  }
}

.retina-logo {
   display: none !important;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){

  .retina-logo {
    display: block !important;
  }
  .regular-logo {
    display: none !important;
  }
  .tweet_list {
    background-image: url(img/twitter-feed-bg-logo_x2.png);
    background-size: 291px 245px !important;
  }
  .video-embedded.loading {
    background-image: url(img/preloader-222_x2.gif);
    background-size: 32px 32px !important;
  }
  span.customSelect {
    background-image: url(img/select-icon.png);
    background-size: 34px 50px !important;
  }

  .fancybox-thumb span {
    background-image: url(img/cross_x2.png) !important;
    background-size: 38px 38px !important;
  }
  #fancybox-loading div {
    background-image: url(img/preloader-222_x2.gif) !important;
    background-size: 32px 32px !important;
  }
  .fancybox-nav span, .fancybox-close {
    background-image: url(img/sharpSprites_x2.png) !important;
    background-size: 151px 50px !important;
  }
  #main-cart, #main-cart-divider {
    background-image: url(img/cart_x2.png) !important;
    background-size: 92px 25px !important;
  }

  .mejs-overlay-loading span {
    background-image:url(img/mediaelement/loading-lobo_x2.gif) !important;
    background-size:32px 32px !important;
  }
  .mejs-overlay-button, .no-svg .mejs-overlay-button, .video-embedded .vem-play {
    background-image:url(img/mediaelement/bigplay-lobo_x2.png) !important;
    background-size:49px 98px !important;
    }
  .mejs-overlay:hover .mejs-overlay-button {
    background-position:0 -70px !important;
  }
  .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle, .mejs-controls .mejs-time-rail .mejs-time-handle, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .mejs-controls .mejs-button button, .no-svg .mejs-controls .mejs-button button, .niyt {
    background-image:url(img/mediaelement/controls-lobo_x2.png) !important;
    background-size:110px 60px !important;
  }

}

/*Special media query for tables*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

  .woocommerce-page:not(.single-product) table,
  .woocommerce-page:not(.single-product) thead,
  .woocommerce-page:not(.single-product) tbody,
  .woocommerce-page:not(.single-product) th,
  .woocommerce-page:not(.single-product) td,
  .woocommerce-page:not(.single-product) tr { display: block; }
  
  .woo-cheader .woocommerce-breadcrumb { display: none; }
  .woocommerce thead tr { position: absolute; top: -9999px; left: -9999px; }
  .woocommerce tr { border: 1px solid #ccc; }
  .woocommerce-page td { 
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }
  .single-product td { padding-left: 5%; }
  .woocommerce td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /*.woocommerce td:nth-of-type(1):before { content: "Product"; }*/
  .woocommerce:not(.single-product) td:nth-of-type(2):before { content: "Price"; }
  .woocommerce:not(.single-product) td:nth-of-type(4):before { content: "Total"; }
  .woocommerce td:before {
    font-size: 11px;
    line-height: 17px;
    font-weight: 800;
    color: #B8B8B8;
    text-transform: uppercase;
  }
  .woocommerce td.product-price { margin-top: -47px; }
  .woocommerce td.product-price:before { top: -18px; left: 120px; }
  .woocommerce td.product-subtotal:before { top: -18px; left: 15px; }
  .woocommerce td.product-quantity { margin: -45px 0 0 0; padding: 0 0 20px 15px; }
  .woocommerce td.product-remove { position: absolute; margin-top: -285px; left: 80%; }
  .woocommerce tr.cart_item { margin-left: 10%; }

  .woocommerce .cart-subtotal th,
  .woocommerce #order_review th,
  .woocommerce #checkout_order th,
  .woocommerce .shipping th,
  .woocommerce .order-total th,
  .woocommerce .cart_totals td,
  .woocommerce #order_review td,
  .woocommerce #checkout_order td { width: 100%; text-align: center; box-sizing: border-box; }
  .woocommerce .cart_totals td,
  .woocommerce #order_review td,  
  .woocommerce #checkout_order td { padding: 0; }
  .woocommerce .cart_totals .woocommerce-Price-amount { display: block; text-align: center; width: 100%; }
  .woocommerce .cart_totals table { margin: 45px auto 15px auto; }
  .woocommerce .lobo-tabs .contents { padding: 50px; }
  .woocommerce .wcp-title,
  .woocommerce-page .the-post h2 { font-size: 27px; line-height: 35px; }
  .woocommerce .lobo-tabs input.checkout-button,
  .woocommerce .lobo-tabs input[name="update_cart"] { width: 265px; line-height: 55px; height: 55px; padding: 0 40px; }

  .woocommerce #order_review  .shop_table tfoot, 
  .woocommerce #checkout_order  .shop_table tfoot { display: block; }
  .woocommerce #order_review table, 
  .woocommerce #checkout_order table { margin-left: 50px auto; }
  .woocommerce #order_review tr.cart_item, 
  .woocommerce #checkout_order tr.cart_item { margin-left: 0; }
  .woocommerce #order_review td:before,
  .woocommerce #checkout_order td:before { top: 3px; }
  .woocommerce #order_review .shop_table tbody, 
  .woocommerce #checkout_order .shop_table tbody { margin-top: 50px; }
  .woocommerce-page .post-excerpt p { font-size: 14px !important; line-height: 23px !important; font-weight: 400; }
}

/* Print Styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*Don't show links for img, or javascript/internal links*/
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after { content: ""; }

    pre,
    blockquote { border: 1px solid #999; page-break-inside: avoid; }

    thead { display: table-header-group; }

    tr,
    img { page-break-inside: avoid; }

    img { max-width: 100% !important; }

    @page { margin: 0.5cm; }

    p,
    h2,
    h3 { orphans: 3; widows: 3; }

    h2,
    h3 { page-break-after: avoid; }
}
/* THIRD PARTY
   ========================================================================== */

/* Tabs */

.royalSlider.tabs .rsTabs  {
  background: #fff !important;
  bottom: 0;
  color: #000;
  list-style: none outside none;
  position: absolute;
  width: 100%;
  height: 45px;
  padding-top: 15px;
}
.royalSlider.tabs .rsTab {
  padding: 0;
  cursor: pointer;
  font-size: 17px;
  line-height: 17px;
  position: relative;
  background: transparent !important;
  border: none !important;
  list-style: none !important;
  margin: 0 15px !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.royalSlider.tabs .rsTab.rsNavSelected {
  font-weight: 700;
  color: #000;
}

/* Latest */
.latest-module .prtfl-item, .latest-module .post-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* Separator */
.separator {
  width: 100%;
  height: 100px;
}
.separator h3 {
  font-weight: 700;
  padding: 30px 20px 0;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
}
.separator h3:after{
  content: "";
  position: relative;
  margin-top: -5px;
  height: 2px;
  pointer-events: none;
  opacity: 1;
  width: auto;
  display: block;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  transition: -webkit-transform .1s cubic-bezier(0.55,.085,.68,.53),opacity .1s cubic-bezier(0.55,.085,.68,.53);
  transition: transform .1s cubic-bezier(0.55,.085,.68,.53),opacity .1s cubic-bezier(0.55,.085,.68,.53);
}

/* Galleria */

#galleria {
  height: 100%;
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99998;
  display: none;
}
.galleria {
  display: none;
}
.galleria-run, .galleria-run span, .galleria-run span:after, .galleria-run span:before {
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.galleria-run {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.galleria-run div {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.galleria-run div * {
  display: table-cell;
  vertical-align: middle;
}

.overlay-yes.galleria-run {
  background: rgba(0,0,0,.5);
  z-index: 100;
}
.overlay-yes.galleria-run .text {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.overlay-yes.galleria-run .icon {
  width: 100%;
  height: 43px;
  position: relative;
  display: inline-block;
}
.overlay-yes.galleria-run .icon:before, .overlay-yes.galleria-run .icon:after {
  content: "";
  background: url(img/icon-eye.png) no-repeat -47px 0 transparent;
  display: inline-block;
  width: 47px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -23px;
}
.overlay-yes.galleria-run .icon:after {
  background-position: 0 0;
  opacity: 0;
}
.overlay-yes.galleria-run:hover {
  background: rgba(255,255,255,.8);
}
.overlay-yes.galleria-run:hover .text {
  color: #000;
}
.overlay-yes.galleria-run:hover .icon:before {
  opacity: 0;
}
.overlay-yes.galleria-run:hover .icon:after {
  opacity: 1;
}

.overlay-no > div {
  display: none;
}

/* Royal Slider */
.royalSlider {
  width: 100%;
  height: auto;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.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;
  cursor: move;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.tabs div {
  cursor: default;
}
.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;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.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;
}
.rsSlide img {
  width: 100%;
  height: auto;
}

.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);
}

.module .rsMainSlideImage { position: absolute; }
.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  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%;
}
/* ios controls over video bug, shifting video */
.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;
  
}
.team-wdgt .rsABlock { top: 40%; }

img.rsImg { max-width: none; }

.sldr-nofade .bottom-dark .hero-item .rsOverflow,
.sldr-nofade .top-dark .hero-item .rsOverflow,
.sldr-nofade .bottom-light .hero-item .rsOverflow,
.sldr-nofade .top-light .hero-item .rsOverflow {
  cursor: move !important;
}
.sldr-nofade .bottom-dark .hero-item .rsOverflow,
.sldr-nofade .top-dark .hero-item .rsOverflow {  
  cursor: url(img/grab-sldr-light.png) 8 8, move !important;
}
.sldr-nofade .bottom-light .hero-item .rsOverflow,
.sldr-nofade .top-light .hero-item .rsOverflow {
  cursor: url(img/grab-sldr-dark.png) 8 8, move !important;
}
.bottom-dark .hero-item .rsOverflow .rsArrowLeft,
.top-dark .hero-item .rsOverflow .rsArrowLeft,
.bottom-dark .rsArrowLeft .grab-cursor,
.top-dark .rsArrowLeft .grab-cursor {  
  cursor: url(img/grab-gallery-left-light.png) 8 8, move !important;
}
.bottom-light .hero-item .rsOverflow .rsArrowLeft,
.top-light .hero-item .rsOverflow .rsArrowLeft,
.bottom-light .rsArrowLeft .grab-cursor,
.top-light .rsArrowLeft .grab-cursor {  
  cursor: url(img/grab-gallery-left-dark.png) 8 8, move !important;
}

.bottom-dark .hero-item .rsOverflow .rsArrowRight,
.top-dark .hero-item .rsOverflow .rsArrowRight,
.bottom-dark .rsArrowRight .grab-cursor,
.top-dark .rsArrowRight .grab-cursor {  
  cursor: url(img/grab-gallery-right-light.png) 8 8, move !important;
}
.bottom-light .hero-item .rsOverflow .rsArrowRight,
.top-light .hero-item .rsOverflow .rsArrowRight,
.bottom-light .rsArrowRight .grab-cursor,
.top-light .rsArrowRight .grab-cursor {  
  cursor: url(img/grab-gallery-right-dark.png) 8 8, move !important;
}
.module .grab-cursor {
  cursor: url(img/grab.png), move !important;
}
.module .grabbing-cursor {
  cursor: url(img/grabbing.png), move !important;
}

.sldr-fade .hero-slider .rsOverflow { cursor: default; }

.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left:0;
  top:0;
  position:absolute;
  width:100%;
  height:100%;
  display:block;  
  z-index: 20;
  background: url(img/blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/

/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  /*background: #151515;
  color: #FFF;*/
}

/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
  height: 100%;
  width: 25%;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.sldr-nofade .rsDefault .rsArrow { width: 15%; }
.rsDefault .rsArrow {}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
  
}
.rsDefault .rsArrowLeft { height: 85%; }
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {
  display: none;   
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top:-16px; 
  margin-left: -16px;
  position: absolute; 
  cursor: pointer;  
  /*background: url('rs-default.png');*/
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover { background-color: rgba(0,0,0,0.9); }
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }
.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }

/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 9%;
  width: 100%;
  height: auto;
  margin: 0 auto; 
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display:inline; 
  *zoom:1;
  cursor: pointer;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  opacity: 0.5;
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #000;
  opacity: 0.7;
  border: 1px solid #000;
}

/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.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: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;  
  z-index: 21;  
  background: #000;
  background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {    
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top:-8px;  
  margin-left: -8px;
  position: absolute; 
  cursor: pointer;  
  background: url('rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}

/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align:center;
  overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;

  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
  background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;

  *display:inline; 
  *zoom:1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;

  border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
  border: 1px solid #D9D9DD;   
  background-color: #f4f4f4;
  box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
  
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;

  background: url('rs-default.png') 0 0;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
  border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color:rgba(0,0,0,0.3);
  width:64px;
  height:64px;
  margin-left:-32px;
  margin-top:-32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width:64px;
  display:block;
  height:64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;

  background:url(rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
  position:absolute;
  left:50%;
  top:50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0,0,0,0.9);
}

/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
  width:20px;
  height:20px;
/*  background-image:url(../preloaders/preloader-white.gif);*/
  left:50%;
  top:50%;
  margin-left:-10px;
  margin-top:-10px; 
}

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

/**** Isotope Filtering ****/
.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

[data-cols="cols-1"] .prtfl-item { width: 100% !important; }
[data-cols="cols-2"] .prtfl-item { width: 50% !important; }
[data-cols="cols-3"] .prtfl-item { width: 33.33% !important; }
[data-cols="cols-4"] .prtfl-item { width: 25% !important; }
[data-cols="cols-5"] .prtfl-item { width: 20% !important; }
.prtfl-item img { width: 100.5%; max-width: 100.5%; }

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('css/icons/fontawesome-webfont.eot?v=4.6.3');src:url('css/icons/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('css/icons/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('css/icons/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('css/icons/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('css/icons/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

 .fa.break {
  display: block;
  margin-bottom: 9px;
}


/*Fontastic*/
@font-face {
  font-family: "lobo";
  src:url("css/icons/lobo.eot");
  src:url("css/icons/lobo.eot?#iefix") format("embedded-opentype"),
    url("css/icons/lobo.woff") format("woff"),
    url("css/icons/lobo.ttf") format("truetype"),
    url("css/icons/lobo.svg#lobo") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "lobo" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "lobo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
  content: "a";
}
.icon-heart:before {
  content: "b";
}
.icon-heart-empty:before {
  content: "c";
}
.icon-menu:before {
  content: "d";
}
.icon-bag-1:before {
  content: "e";
}
.icon-flick-left:before {
  content: "i";
}
.icon-horizontal-swipe:before {
  content: "j";
}
.icon-up-open-big:before {
  content: "k";
}
.icon-fontawesome-webfont-6:before {
  content: "r";
}
.icon-fontawesome-webfont-7:before {
  content: "s";
}
.icon-fontawesome-webfont-8:before {
  content: "t";
}
.icon-fontawesome-webfont-13:before {
  content: "y";
}
.icon-down-open-big:before {
  content: "z";
}
.icon-down-open-mini:before {
  content: "A";
}
.icon-left-open-mini:before {
  content: "D";
}
.icon-left-open-big:before {
  content: "E";
}
.icon-link:before {
  content: "G";
}
.icon-popup:before {
  content: "J";
}
.icon-resize-full:before {
  content: "K";
}
.icon-resize-small:before {
  content: "L";
}
.icon-right-open-big:before {
  content: "N";
}
.icon-right-open-mini:before {
  content: "M";
}
.icon-share:before {
  content: "O";
}
.icon-shuffle:before {
  content: "P";
}
.icon-behance:before {
  content: "W";
}
.icon-facebook:before {
  content: "X";
}
.icon-evernote:before {
  content: "Y";
}
.icon-dribbble:before {
  content: "Z";
}
.icon-forrst:before {
  content: "0";
}
.icon-github:before {
  content: "1";
}
.icon-grooveshark:before {
  content: "2";
}
.icon-last:before {
  content: "3";
}
.icon-linkedin:before {
  content: "4";
}
.icon-paypal:before {
  content: "5";
}
.icon-myspace:before {
  content: "6";
}
.icon-skype:before {
  content: "7";
}
.icon-soundcloud:before {
  content: "8";
}
.icon-spotify:before {
  content: "9";
}
.icon-tumblr-1:before {
  content: "!";
}
.icon-twitter:before {
  content: "\"";
}
.icon-vimeo:before {
  content: "#";
}
.icon-whatsapp:before {
  content: "$";
}
.icon-youtube:before {
  content: "%";
}
.icon-google:before {
  content: "f";
}
.icon-gplus:before {
  content: "g";
}
.icon-google-circles:before {
  content: "h";
}
.icon-social-pinterest:before {
  content: "l";
}
.icon-pinterest:before {
  content: "m";
}
.icon-pause:before {
  content: "n";
}
.icon-play:before {
  content: "o";
}
.icon-volume:before {
  content: "p";
}
.icon-volume-none:before {
  content: "q";
}
.icon-fontawesome-webfont:before {
  content: "u";
}
.icon-fontawesome-webfont-1:before {
  content: "v";
}
.icon-reddit:before {
  content: "w";
}
.icon-instagram:before {
  content: "x";
}
.icon-flickr:before {
  content: "B";
}

.wp-caption, .wp-caption-text, .gallery-caption, .aligncenter {
  
}

/* ---------------------------
   ------- WOOCOMMERCE -------
 --------------------------- */

 /* Hide some basic stuff */
 .woocommerce #content .page-title,  .woocommerce #content .woocommerce-result-count,  .woocommerce #content .woocommerce-ordering { display: none; }

/* Products Grid */
.woocommerce #content-wrapper { background: #FFF; }
.product .item-hover { cursor: default; }
body .product .item-hover:hover { opacity: 1; }
.woocommerce-page .item-hover:before, div.woocommerce ul.content-module.portfolio .item-hover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  border: 0px solid transparent;
  background: transparent;
  content: '';
  transition: border-width 0.2s, border-color 0.2s;
  box-sizing: border-box;
}
.woocommerce-page .item-hover:hover:before, div.woocommerce ul.content-module.portfolio .item-hover:hover:before { border-width: 15px; border-color: #FFF75F; }
.woocommerce-page .item-hover:hover, div.woocommerce ul.content-module.portfolio .item-hover:hover { opacity: 1 !important; }

.onsale {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #000;
  color: #FFF75F;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: bottom;
  z-index: 9;
}
li.product .price {
  width: auto;
  color: #171717;
  display: inline-block;
  position: relative;
  font-size: 57px;
  font-weight: 700;
  text-align: center;
}
li.product .price del {
  position: absolute;
  top: -15px;
  font-size: 16px;
  color: #666;
  width: 100%;  
  left: 0;
  opacity: 0.3;
}
li.product .price del + ins {
  top: 5px;
  position: relative;
}
li.product .price ins {
  text-decoration: none;
}
li.product .item-title {
  padding-top: 20px !important;
  font-size: 21px !important;
  line-height: 28px !important;
  font-weight: 800 !important;
  display: block;
}
li.product .item-cat {
  color: #121212;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin: 0px 0 25px;
}
li.product .button {
  position: relative;
  display: inline-block;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  background: #000;
  color: #FFF;
  padding: 0 40px;
}
li.product .view_button {
  background: #FFF75F;
  color: #272727;
  margin-right: -5px;
}
li.product .star-rating, li.product .added_to_cart {
  display: none !important;
}
li.product .add_to_cart_button:hover {
  color: #fff;
}
li.product .add_to_cart_button.loading:before {
   content: "\f110";
   font-size: 18px;
   font-weight: 400;
   font-family: 'FontAwesome';
   position: absolute;
   left: 0;
   text-align: center;
   width: 100%;
   color: #fff;
  -webkit-animation: rotation 2.5s infinite linear;
    -moz-animation: rotation 2.5s infinite linear;
      -o-animation: rotation 2.5s infinite linear;
         animation: rotation 2.5s infinite linear;
}
li.product .add_to_cart_button.added:before {
   content: "\f00c";
   font-family: 'FontAwesome';
   font-weight: 400;
   font-size: 17px;
   position: absolute;
   left: 0;
   text-align: center;
   width: 100%;
   color: #fff;
}
li.product .add_to_cart_button.loading, li.product .add_to_cart_button.added {
   cursor: default;
   color: #000;
}

li.product.small-product-thumb .price { font-size: 30px; }
li.product.small-product-thumb .item-title { padding-top: 5px !important; font-size: 15px !important; line-height: 25px !important; }
li.product.small-product-thumb .item-cat { font-size: 15px; line-height: 28px; margin: 0px 0 13px; }
li.product.small-product-thumb .button { height: 25px; line-height: 25px; padding: 0 35px; }

li.product-category span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
}
li.product-category .view_button {
  margin-top: 20px;
}

/* Single Product */

.single-product .onsale {
  right: auto;
  left: 10px;
}
.single-product .images {
  width: 50%;
  float: left;
  position: relative;
}
.single-product .images .module {
  width: 100%;
  height: auto;
}
.single-product .images .rsBullets {
  bottom: 20px;
}
.single-product .images .thumbnails {
  width: 100%;
  max-width: 100%;
  position: absolute;
  text-align: center;
  bottom: 51px;
  left: 0;
}
.single-product .images .thumbnails > div {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.single-product .images .thumbnails .fancybox {
  border: 5px solid #cacaca;
  margin-right: -5px;
  display: inline-block;
  width: 15%;
  max-width: 114px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-thumb img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.single-product .images .thumbnails .fancybox span {
  background-size: 30px 30px !important;
}

.single-product .product-content {
  width: 50%;
  padding: 40px 0;
  float: right;
}
.single-product .product-content .copy {
  width: 90% !important;
}
.single-product .entry-summary {
  position: relative;
  padding-top: 50px;
  margin-right: 140px;
}
.single-product .module div.copy .price {
  font-size: 31px;
  line-height: 31px;
  font-weight: 800;
  top: 0;
  position: absolute;
  display: block;
}
.single-product .module div.copy .stock {
  position: absolute;
  top: 31px;
  color: #52F0A4;
}
.single-product .module div.copy .out-of-stock { color: #F01158; }
.single-product .module .price ins {
  text-decoration: none;
}
.single-product .module .price del {
  position: absolute;
  font-size: 22px;
  line-height: 22px;
  color: #ccc;
  top: -25px;
}
.woocommerce-breadcrumb {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 800;
  color: #6c6c6c;
  margin: 5px 0 10px;
}
.tax-product_cat .woocommerce-breadcrumb,
.tax-product_tag .woocommerce-breadcrumb { padding: 25px 0 23px 0; text-align: center; }
.woocommerce-breadcrumb a, .woocommerce-breadcrumb span {
  color: #bdbdbd;
}
.single-product .module .product_title {
  font-size: 19px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #202020;
}
.single-product .woocommerce-product-rating {
  display: none; 
}
.single-product .cart, .single-product .cart.variations_form .single_variation_wrap {
  position: absolute;
  top: 0;
  right: -140px;
  width: 140px;
}
.single-product .cart input, .product-quantity input {
  background: transparent !important;
  color: #202020 !important;
  height: 37px;
  float: left;
  border: none;
  outline: none;
  margin-left: 1px;
  padding: 0;
  text-align: center;
}
.single-product .cart .minus, .single-product .cart .plus, .product-quantity .minus, .product-quantity .plus {
  width: 36px;
  font-size: 0;
  border: 3px solid transparent;
  position: relative;
  z-index: 9;
}
.single-product .cart .minus, .product-quantity .minus {
  margin-left: 0;
}
.single-product .cart .quantity, .product-quantity .quantity {
  position: relative;
}
.single-product .cart .quantity:before, .single-product .cart .quantity:after, .product-quantity .quantity:before, .product-quantity .quantity:after {
  font-family: 'FontAwesome' !important;
  position: absolute;
  content: "\f067";
  font-size: 14px;
  line-height: 40px;
  width: 36px;
  height: 37px;
  font-weight: 400;
  text-align: center;
  right: 0;
  background: #E9EDEF;
}
.single-product .cart .quantity:before, .product-quantity .quantity:before {
  content: "\f068";
  left: 0;
  right: auto;
}
.single-product .cart .input-text, .product-quantity .input-text {
  width: 66px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  background: #E9EDEF !important;
   -webkit-appearance: textfield;
   -moz-appearance:    textfield;
   appearance:         textfield;
}
.single-product .cart .input-text::-webkit-outer-spin-button,
.single-product .cart .input-text::-webkit-inner-spin-button, 
.product-quantity .input-text::-webkit-outer-spin-button,
.product-quantity .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.single_add_to_cart_button {
  outline: none !important;
  border: none !important;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 800;
  color: #202020;
  text-align: center;
  width: 140px;
  height: 50px;
  margin-top: 1px;
}
.single-product .cart .minus:hover, .single-product .cart .plus:hover, .product-quantity .minus:hover, .product-quantity .plus:hover {
  border-color: #000;
}
.single_add_to_cart_button:hover {
  background-color: #333;
}

.single-product .module div.copy p, .single-product .module h3, .single-product .product_meta, .single-product .module {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.single-product .product_meta {
  color: #878787;
  margin-top: 40px;
}
.single-product .product_meta a {
  color: #262626;
}
.single-product .product_meta > span {
  display: block;
}
.product-content .text-module { width: 100%; padding-right: 11%; padding-left: 11%; box-sizing: border-box; }


/* Single product mobile structure */

@media all and (max-width: 960px) {

  .single-product .related.products,
  .single-product .upsells.products { display: none; }
  .single-product #content-wrapper .module:not(.change-here) { height: auto !important; }
  .single-product #content-wrapper .product-content .module { padding: 25px 0 40px; }

}

/* Rating stars */

.star-rating {
  display: inline-block;
  position: relative;
  top: 12px;
  margin-left: 12px;
  position: absolute;
}
.star-rating b {
   display: block;
   float: left;
   width: 22px;
}
.star-rating b:before {
   content: "\f005";
   font-family: 'FontAwesome';
   font-size: 17px;
   line-height: 17px;
   color: #E9EDEF;
}

/* Cart with variations */

.single-product .cart.variations_form {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: auto;
}
.single-product .cart.variations_form .single_variation_wrap {
  top: -60px;
}
.single-product .cart.variations_form table {
  margin-top: 25px;
  margin-bottom: -15px;
  width: 95%;
}
.single-product .single_variation {
  top: -60px;
  position: absolute;
  width: 100%;
}
table.variations td.label { padding: 10px 15px 8px; }
table.variations .reset_variations { 
  display: inline-block; 
  margin-top: 5px; 
}
table.variations .reset_variations[style="visibility: hidden;"] {
  display: none;
}

/* Custom reviews form */

.woocommerce-page .modal-backdrop.in { opacity: 0; }

#lobo-reviews, #lobo-reviews > div {
  width: 100%;
  height: 100%;
}
#lobo-reviews > div {
  display: table;
}
#lobo-reviews > div > div {
  display: table-cell;
  vertical-align: middle;
}
#lobo-reviews > div > div > div {
  background: #fff;
  box-shadow: 5px 5px 12px rgba(0,0,0,.13);
  min-height: 540px;
  border: 1px solid #d6d6d6;
  max-width: 600px;
  position: absolute;
  top: 25%;
  left: 3%;
  right: 3%;
  margin: 0 auto;
  padding: 0%;
  box-sizing: border-box;
}
#lobo-reviews h5 {
  width: 100%;
  height: 42px;
  text-align: center;
  font-size: 13px;
  line-height: 42px;
  font-weight: 700;
  color: #000;
  color: rgba(0,0,0,.4);
  text-transform: uppercase;
  margin: 0;
}
#lobo-reviews .comment_container {
  padding: 85px 105px;
}
#lobo-reviews .rating-meta {
  width: 128px;
  float: left;
}
#lobo-reviews strong {
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin: 10px 0 5px;
}
#lobo-reviews time {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #bbb;
}
#lobo-reviews .rating-content {
  float: left;
  margin: -15px 0 0 20px;
  width: 240px;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  font-weight: 600;
}

.reviews-slider {
  height: 500px;
}
.reviews-slider.rsDefault .rsArrow {
  height: 50px;
  opacity: 1 !important;
  top: 50%;
  visibility: visible !important;
  width: 40px;
  margin-top: -20px;
}
.reviews-slider.rsDefault .rsArrowLeft {
  left: 20px;
}
.reviews-slider.rsDefault .rsArrowRight {
  right: 30px;
}
.reviews-slider .rsArrowIcn {
  background: none !important;
  width: 27px;
  height: 13px;
  display: block;
  top: 10px;
  left: 10px;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0;
}
.reviews-slider .rsArrowIcn:before {
  content: "←";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 23px;
  color: #000;
  display: block;
}
.reviews-slider .rsArrowRight .rsArrowIcn:before {
  content: "→";
}
.reviews-slider .rsOverflow {
  cursor: default;
}

#lobo-reviews .form {
  background: #ebebeb;
  position: relative;
}
#lobo-reviews .form .comment-reply-title {
  display: none;
}
#lobo-reviews .form label {
  display: none;
}
#lobo-reviews .form .comment-form-author, #lobo-reviews .form .comment-form-email, #lobo-reviews .form .comment-form-rating {
  width: calc(50% - 0.5px);
  float: left;
  display: block;
  margin: 0;
  height: 42px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
#lobo-reviews .form .comment-form-rating {
  width: calc(100% - 0.5px);
  margin-left: -1px;
}
#lobo-reviews .form .comment-form-author {
  border-left: none;
}
#lobo-reviews .form .comment-form-comment {
  margin: 0;
}
.logged-in #lobo-reviews .form p.comment-form-rating, .logged-in #lobo-reviews .form #rating, .logged-in #lobo-reviews span.customSelect, .logged-in #lobo-reviews span.customSelectInner {
  width: 600px !important;
}
#lobo-reviews .form-submit {
  position: absolute;
  bottom: 34px;
  left: 495px;
}
#lobo-reviews .form-submit input#submit {
  background: transparent;
  color: #fff;
  height: 42px;
  width: 95px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 99999;
  opacity: 1;
  border: 5px solid #d6d6d6;
  border-radius: 0;
  color: #878787;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0;
  padding: 5px 20px 10px;
}
#lobo-reviews .form-submit input#submit:hover {
  background: #878787;
  color: #fff;
  border-color: #878787;
}
#lobo-reviews .form input[type="text"], #lobo-reviews .form input[type="email"], #lobo-reviews span.customSelect {
  border: none;
  background: transparent;
  outline: none !important;
  font-size: 13px;
  line-height: 42px;
  color: #878787;
  font-weight: 700;
  padding: 0 15px;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lobo-reviews .form select  {
  width:  201px !important;
  cursor: pointer;
}
#lobo-reviews span.customSelect {
  cursor: pointer;
}
#lobo-reviews span.customSelect:after {
  font-family: 'FontAwesome';
  content: "\f078";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  color: #999;
  font-size: 12px;
}
#lobo-reviews .form textarea {
  background: transparent;
  resize: none;
  width: 95%;
  height: 110px;
  padding: 10px 15px;
  border: none;
  font-size: 13px;
  line-height: 20px;
  color: #C6C6C6;
  font-weight: 800;
}
#lobo-reviews .form .stars {
  display: none;
}
#lobo-reviews .form #rating {
  display: block !important;
}

.rating-word {
  position: absolute;
  bottom: 5px;
  width: 25%;
  font-size: 90px;
  line-height: 75px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -5px;
  text-align: right;
  right: 5%;
  top: 5%;
  z-index: -1;
  word-break: break-all;
}

/* Related products */

.related.products, .upsells.products, .cross-sells { float: left; width: 100%; }
.related.products > h2, .upsells.products > h2, .cross-sells > h2 {
  background: #E2E4E6;
  font-size: 13px !important;
  line-height: 70px !important;
  color: #000;
  font-weight: 700 !important;
  letter-spacing: 1px;
  width: 100%;
  height: 70px;
  text-align: center;
  text-transform: uppercase;
}
.related.products li.product, .upsells.products li.product, .cross-sells li.product { float: left; }
.related.products li.product .item-title, .upsells.products li.product .item-title, .cross-sells li.product .item-title { padding-top: 20px; }
.related.products li.product .item-cat, .upsells.products li.product .item-cat, .cross-sells li.product .item-cat { margin: 5px 0 25px; }
.related.products li.product .price, .upsells.products li.product .price, .cross-sells li.product .price { font-size: 27px; }
.related.products li.product .button, .upsells.products li.product .button, .cross-sells li.product .button { padding: 0 15px; }
.related.products li.product .item-title, .upsells.products li.product .item-title, .cross-sells li.product .item-title { padding-top: 10px !important; font-size: 15px !important; line-height: 20px !important; }
.related.products li.product .item-cat, .upsells.products li.product .item-cat, .cross-sells li.product .item-cat { font-size: 15px; line-height: 13px; }
.related.products li.product .price del, .upsells.products li.product .price del, .cross-sells li.product .price del { top: -10px; }
.related.products ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-height: fit-content;
}
.related.products ul:before { display: none; }
.related.products ul li { width: 100% !important; }
.related.products ul li a .auto-height { padding-top: 100% !important; }
body.woocommerce-cart div.cross-sells ul.content-module .product.prtfl-item img { display: block; }
body.woocommerce-cart div.cross-sells { margin-bottom: 72px; }
body.woocommerce-cart div.cross-sells h2 { margin-top: 0; }

/* WooCommerce messages */

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  width: 100%;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  padding: 2em 1em;
  background: #69FAC2;
  font-weight: 700;
  position: relative;
  z-index: 102;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
.woocommerce-error { background: #EE1B78; }
.woocommerce-message .button, .regular-button {
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  display: inline-block;
  color: #333;
  text-align: center;
  line-height: 40px;
  padding: 0 17px;
  font-size: 11px;
  margin-left: 30px;
}
.regular-button {
  background: #666;
  color: #fff !important;
}
.lobo-tabs .next {
    position: absolute;
    bottom: 24px;
    left: 50%;
    padding: 3px;
    margin: 0;
    line-height: 1.75em;
    background-color: transparent;
    color: #333 !important;
    opacity: 0.75;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: opacity 0.15s ease-out;
       -moz-transition: opacity 0.15s ease-out;
        -ms-transition: opacity 0.15s ease-out;
         -o-transition: opacity 0.15s ease-out;
            transition: opacity 0.15s ease-out;
}
.lobo-tabs .next:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.lobo-tabs .next:hover {
  background-color: transparent;
  opacity: 1;
}
.customer_details {
  text-align: center;
}
.woocommerce-message .button:hover, .regular-button:hover {
  background: #333;
}
form .woocommerce-error {
  margin-bottom: 40px;
  background: transparent;
  color: #ff0054;
  font-size: 11px;
  line-height: 1em;
  border: 2px dashed #ff0054;
  padding: 60px;
  width: auto;
  margin-top: 1px;
}
form .woocommerce-error li {
  margin: 7px 0;
}
.demo_store{
  position: absolute;
  text-align: center;
  background: #fff85f;
  width: 100%;
  height: 45px;
  font-size: 11px;
  line-height: 45px;
}

/* WooCommerce Filters */

.woocommerce .blog-actions {
  left: 0;
  bottom: auto;
  top: 0;
  height: 100%;
  width: 100%;
}
.woocommerce .blog-actions > div {
  display: table;
  height: 100%;
  width: 100%;
}
.woocommerce .blog-actions > div > div {
  display: table-cell;
  vertical-align: middle;
  padding-top: 40px;
}
.woocommerce .blog-categories, .woocommerce .blog-action-search {
  max-width: 800px;
  margin: auto;
}
.blog-actions .woocommerce.widget {
  float: left;
  width: 180px;
  margin: 0 10px;
  position: relative;
}
.blog-actions .woocommerce.widget .widget-title {
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.blog-actions .woocommerce.widget .widget-title.expand {
  cursor: pointer;
}
.blog-actions .woocommerce.widget .widget-title.expand:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  font-size: 14px;
}
.blog-actions .woocommerce.widget a, .blog-actions .woocommerce.widget li a {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
}
.blog-actions .woocommerce.widget li a {
  color: #000;
}
.blog-actions .woocommerce.widget a:hover, .blog-actions .woocommerce.widget li a:hover {
  color: #666;
}
.blog-actions .woocommerce.widget > ul {
  padding: 10px;
  margin-top: -1px;
  position: absolute;
  width: 160px;
  top: 24px;
}
.blog-actions .woocommerce.widget li {
  margin-bottom: 5px;
}
.blog-actions .woocommerce.widget ul li ul {
  margin: 5px 0 0 15px;
}
.blog-actions .woocommerce.widget .count {
  font-size: 10px;
  font-weight: 700;
  color: #000;
  display: none;
}
.blog-actions .woocommerce.widget .count:before {
  content: "(";
}
.blog-actions .woocommerce.widget .count:after {
  content: ")";
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
   filter: inherit;
}
.ui-slider-horizontal {
   height: 5px;
   background: #dcdcdc;
   position: relative;
}
.ui-slider-horizontal .ui-slider-handle {
   top: -3px;
   margin-left: -3px;
   width: 11px;
   height: 11px;
   border-radius: 6px;
   border: 3px solid #3B3B3B;
   background: #f7f7f7;
   cursor: pointer;
   position: absolute;
   z-index: 1;
}
.ui-slider-horizontal .ui-slider-handle:hover {
   border-color: #e54939;
}
.ui-slider-horizontal .ui-slider-range {
   top: 0;
   height: 5px;
   background: #afafaf;
   position: absolute;
   z-index: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
   left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
   right: 0;
}

.price_slider_wrapper {
  position: relative;
  width: 70%;
  margin-left: 10px;
  margin-top: 13px;
}
.price_slider_wrapper a {
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  border: none !important;
  opacity: 1 !important;
}
.price_slider_wrapper a:hover {
  background: #ddd !important;
}

.price_slider_amount .button {
  margin: 35px -7px 0 0;
  float: right;
  background: none repeat scroll 0 0 transparent !important;
  border: none !important;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  padding: 0 !important;
  text-transform: uppercase;
}
.price_label {
  font-size: 12px;
  line-height: 12px;
  color: #959595;
  font-weight: 700;
  padding-top: 35px;
  text-transform: uppercase;
}

/* Cart */

#main-cart-holder {
  position: absolute;
  right: 5%;
  top: 40px;
  margin-right: 60px;
  z-index: 99997;
}
#main-cart-holder.stick-it {
  position: fixed;
  top: 20px;
  right: -30px;
}
#main-cart-holder.stick-it #main-cart-divider {
  right: 49px;
}
#main-cart {
  position: relative;
  width: 40px;
  height: 40px;
  background: url(img/cart.png) no-repeat -6px 7px transparent;
  z-index: 99;
}
#main-cart-divider {
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 8px;
  right: -14px;
  width: 2px;
  height: 25px;
  background: url(img/cart.png) no-repeat 0 -1px;
  z-index: 99;
}
.no-cmpt.is-active-wc #main-cart-divider { right: 45px; }
.no-cmpt.is-active-wc #main-cart-holder { right: 0; top: 44px; }
.no-cmpt.is-active-wc #main-cart-holder.stick-it { top: 21px; }
.no-cmpt.is-active-wc .actions { right: 115px; }
.is-active-wc .actions { right: 95px; }
.no-sticky-head.is-active-wc #main-cart-holder.stick-it #main-cart-divider { display: none; }
.no-cmpt.is-active-wc #header .main-d-nav { padding-right: 115px; }
.no-cmpt.is-active-wc #header .main-d-nav ul .sub-menu { right: -7%; }
.top-light #main-cart, #main-cart-holder.enabled #main-cart  { background-position: -41px 7px; }
.is-active-wc.enabled-sticky-shadow #main-cart-holder.stick-it #main-cart { background-position: -6px 7px; }
.is-active-wc.enabled-sticky-shadow #main-cart-holder.stick-it #main-cart-divider { background-position: 0 -1px; }
.top-light #main-cart-divider, #main-cart-holder.enabled #main-cart-divider { background-position: -90px -1px; }
.compact-menu-open #main-cart-holder { opacity: 0; }

#main-cart .cart-contents,
#main-cart .cart-customlocation {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#main-cart .cart-contents span,
#main-cart .cart-customlocation span {
   width: 18px;
   height: 18px;
   border-radius: 9px;
   font-size: 10px;
   line-height: 19px;
   color: #000;
   font-weight: 700;
   text-align: center;
   position: absolute;
   top: 21px;
   right: 3px;
}
#main-cart .widget_shopping_cart {
  position: absolute;
  width: 250px;
  right: -10px;
  top: 50px;
  z-index: 9999;
  display: none;
}
#main-cart .widget_shopping_cart {
  padding-top: 6px;
}
#main-cart .widget_shopping_cart > div {
  background: #fafafa;
}
.no-js #main-cart:hover .widget_shopping_cart {
  display: block;
}
#main-cart .cart-title {
  height: 60px;
  margin: 0;
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
#main-cart .cart-title:after { 
  bottom: 100%; 
  left: 100%; 
  border: solid transparent; 
  content: " "; 
  height: 0; 
  width: 0; 
  position: absolute; 
  pointer-events: none; 
  border-color: rgba(0, 0, 0, 0); 
  border-bottom-color: #000000;
  border-width: 6px; 
  margin-left: -36px; 
  z-index: 999;
}
#main-cart .widget_shopping_cart .widgettitle {
  display: none;
}
#main-cart .widget_shopping_cart .product_list_widget {
  padding: 9px;
}
#main-cart .widget_shopping_cart li {
  width: 100%;
  float: none;
  min-height: 77px;
  margin-bottom: 23px;
}
#main-cart .widget_shopping_cart .product_list_widget li a {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 1px;
  display: block;
  padding-top: 5px;
  text-transform: uppercase;
}
#main-cart .widget_shopping_cart .product_list_widget img {
   height: 77px;
   width: 77px;
   vertical-align: top;
   margin: -5px 20px 0 0;
   float: left;
}
#main-cart .p-name, #main-cart .p-price, #main-cart .p-quantity {
  display: inline-block;
  width: 130px;
}
#main-cart .p-name {
  margin-bottom: 15px;
}
#main-cart .p-price, #main-cart .p-quantity  {
  color: #cbcbcb;
  font-weight: 400;
}
#main-cart .widget_shopping_cart .total {
  text-transform: uppercase;
  color: #cbcbcb;
  font-weight: 700;
  margin: 0px 20px 30px;
  font-size: 14px;
}
#main-cart .widget_shopping_cart .total span.amount {
   float: right;
   font-size: 18px;
   font-weight: 800;
   color: #000;
   position: relative;
   top: -2px;
}
#main-cart .widget_shopping_cart .buttons {
  margin: 0;
}
#main-cart .widget_shopping_cart .button {
  height: 60px;
  width: 50%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
  font-size: 12px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-cart .widget_shopping_cart .button.checkout {
  background: #aeaeae;
  color: #444;
}
#main-cart .widget_shopping_cart .button.view {
  color: #000;
}
#main-cart .widget_shopping_cart .button:hover {
  background: #333 !important;
}

#main-cart .cart_list  {
   list-style: none;
}
#main-cart .cart_list:empty {
  display: none !important;
}

/* Cart page & start of other pages */

.woocommerce-page .post-wrapper {
  padding: 60px 0;
  background: url(img/woc-bg.png) repeat 0 0 transparent;
  background-attachment: fixed;
}
.woocommerce-page .post-body > h2 {
  display: none;
}
.woocommerce-page .the-post {
  padding: 0 5%;
  max-width: 1400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-page .the-post > article {
  width: 100%;
  margin: 0;
}
.wcp-title, .woocommerce-page .the-post h2 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.wcp-subtitle {
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: normal !important;
  text-align: center;
  margin-top: 15px;
  color: #b9b9b9 !important;
}
.wcp-subtitle a {
  border-bottom: 1px dotted #000;
}

.shop_table {
  margin-top: 100px;
}
.shop_table, .shop_table tr, .shop_table td, .shop_table th {
  border: none;
  vertical-align: top;
}
.shop_table thead th {
  font-size: 11px;
  line-height: 17px;
  font-weight: 800;
  color: #B8B8B8;
  text-transform: uppercase;
}
.shop_table tbody td {
  padding: 0 14px 65px;
}
.shop_table .product-name img {
  width: 77px;
  height: auto;
  float: left;
  margin: 0px 30px 0 0;
}
.shop_table th.product-name {
  padding-left: 121px;
}
.shop_table .product-name a, #order_review tbody .product-name, #checkout_order tbody .product-name, .order_details tbody .product-name {
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.shop_table .product-name a { position: relative; }
.shop_table .product-name .variation, .shop_table .product-name .variation p {
  color: #000;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.shop_table .amount {
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
}
.shop_table .product-subtotal .amount {
  font-weight: 800;
}
dt, dd, dd p {
  display: inline;
  width: auto;
  margin: 0;
}
.product-quantity .quantity:before, .product-quantity .quantity:after, .product-quantity input {
  height: 26px;
}
.product-quantity .quantity:before, .product-quantity .quantity:after {
  font-size: 10px;
  line-height: 28px;
}
.product-quantity .input-text {
  font-size: 13px;
  line-height: 13px;
}
td.product-quantity .quantity {
  width: 140px;
}
td.product-quantity {
  width: 200px;
}

.cart_totals table, #order_review table, #checkout_order table {
  margin: 80px auto;
}
.cart_totals th, .cart_totals td, #order_review th, #order_review td, #checkout_order th, #checkout_order td, table.order_details th, table.order_details td {
  font-size: 17px;
  line-height: 16px;
  font-weight: 700;
  color: #B8B8B8;
  width: 50%;
}
.cart_totals th, #order_review th, #checkout_order th, table.order_details th {
  text-align: right;
}
.cart_totals td, #order_review td, #checkout_order td, table.order_details td {
  color: #858585;
}
.cart_totals .order-total th, #order_review .order-total th, #checkout_order .order-total th, table.order_details .order-total th {
  color: #000;
}
.cart_totals .order-total td, #order_review .order-total td, #checkout_order .order-total td, table.order_details .order-total td {
  color: #F1430E;
}

#order_review, #checkout_order, table.order_details {
  max-width: 500px;
  margin: 80px auto 0;
}
#order_review thead th, #checkout_order thead th, table.order_details thead th {
  text-align: left;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  color: #b8b8b8;
  padding: 10px 14px 18px !important;
}
#order_review tbody td, #checkout_order tbody td, table.order_details tbody td {
  font-size: 17px;
  color: #000;
  padding-bottom: 40px;
  position: relative;
}
#order_review .product-quantity, #checkout_order .product-quantity, table.order_details .product-quantity {
  position: absolute;
  right: 0;
  margin-right: 50px;
}
#order_review.custom_order .product-quantity, #checkout_order.custom_order .product-quantity {
  position: static;
  margin-right: 0;
}
#order_review.custom_order td.product-quantity, #checkout_order.custom_order td.product-quantity {
  font-size: 13px;
}
#order_review tfoot th, #checkout_order tfoot th, table.order_details tfoot th {
  text-align: left;
}
#order_review td, #checkout_order td, table.order_details td {
  width: 40%;
}
#order_review th, #checkout_order th, table.order_details th {
  width: 60%;
}
#order_review .form-row.place-order, #checkout_order .form-row.place-order, table.order_details .form-row.place-order {
  margin-top: 50px;
}
#payment .place-order .button { width: 100%; }
table.order_details {
  margin-top: 0;
}
.woocommerce-page.woocommerce-cart .table-end { padding: 0 !important; }

.woocommerce-page .lobo-tabs {
  text-align: center;
}
.woocommerce-page.woocommerce-cart .lobo-tabs {
  margin-top: 80px;
}
.woocommerce .lobo-tabs .contents { background: rgba(235, 235, 235, 0.75); }
.lobo-tabs input, .lobo-tabs select, .lobo-tabs textarea {
  background: #fff;
  border: 1px solid #cfcfcf;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  font-weight: 500;
  padding: 0 12px;
  color: #8b8b8b;
  display: block;
  max-width: 580px;
  width: 100%;
  margin: 10px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce .lobo-tabs .contents table,
.woocommerce .lobo-tabs .contents table tr { border: none; }
.lobo-tabs select {
  padding-top: 1px;
}
.lobo-tabs input[type="submit"], .lobo-tabs button, .wc-button {
  font-size: 11px;
  line-height: 61px;
  font-weight: 800;
  color: #000;
  height: 61px;
  padding: 0 60px;
  text-transform: uppercase;
  margin: 0 3px;
  border: none;
  outline: none !important;
  display: inline;
}
.woocommerce-page input[type="submit"]:hover, .woocommerce-page button:hover, .wc-button:hover {
  background: #333;
}
.lobo-tabs input[type="submit"], .lobo-tabs button {
  width: auto;
  margin-top: 20px;
}
.lobo-tabs #coupon_code {
  margin-top: 60px;
}
a.wc-button {
  display: inline-block;
  color: #000;
}

.lobo-tabs input[type="checkbox"], .lobo-tabs input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 2px;
}
.lobo-tabs label + input[type="checkbox"], .lobo-tabs label + input[type="radio"] {
  left: 10px;
}
.lobo-tabs input[type="checkbox"] + label, .lobo-tabs input[type="radio"] + label {
  margin-left: 10px;
}

.checkout_coupon {
  display: block !important;
  margin-top: 60px;
}
.shipping-calculator-form {
  margin-top: 40px;
}
.cross-sells {
  width: 100%;
}

.woocommerce-page .lobo-tabs h3 {
  display: none;
}
.woocommerce-page .lobo-tabs h3.wcp-title, #ship-to-different-address {
  display: block;
}
#ship-to-different-address {
  text-align: left;
}

.lobo-tabs label {
  font-size: 12px;
  line-height: 12px;
  color: #5F5F5F;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.p-form {
  max-width: 580px;
  margin: 30px auto 30px;
}
.p-form p {
  text-align: left;
  margin-bottom: 25px;
}
.p-form p.form-row {
  line-height: 15px !important;
}
.p-form p.form-row.form-row-first {
  float: left;
}
.p-form p.form-row.form-row-last {
  float: right;
}
.p-form p.form-row.form-row-first, .p-form p.form-row.form-row-last {
  width: 48%;
}
.p-form p.form-row.form-row-wide {
  width: 100%;
}

.payment_methods li {
  display: block;
  margin-bottom: 20px;
}
.payment_methods li label {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px dotted #000;
  padding-bottom: 0;
  line-height: 16px;
  cursor: pointer;
}
.payment_methods li input:checked + label {
  border-bottom-style: solid;
}
.payment_methods li input + label + div {
  display: none !important;
}
.payment_methods li input:checked + label + div {
  display: block !important;
}
.payment_methods img, .payment_methods li input[type="radio"] {
  display: none;
}
.payment_methods p {
  max-width: 500px;
  margin: 20px auto 0;
}

/* WooCommerce custom "header" */

.woo-cheader {
  position: relative;
  width: 100%;
  z-index: 101;
  background: #fff;
  border-bottom: 1px solid #cecece;
  text-align: center;
  padding: 30px 0;
  height: 22px;
}
.woo-cheader a {
  position: relative;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #000;
  margin: 0 15px;
}
.woo-cheader .woocommerce-breadcrumb {
  position: absolute;
  top: 33px;
  left: 3%;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  color: #b8b8b8;
}
.woo-cheader .woocommerce-breadcrumb a {
  margin: 0;
  font-weight: 500px;
  font-size: 11px;
  line-height: 11px;
}
.woo-cheader .woocommerce-breadcrumb a:hover { color: #000; }
.woo-cheader .woocommerce-breadcrumb span {
  font-size: 0;
}
.woo-cheader .woocommerce-breadcrumb span:after {
  font-size: 11px;
  content: "/";
}

/* Checkout page */

/* This is general text that appears inside tabs */
.lobo-tabs p {
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  color: #b8b8b8;
}
/* This is general text that appears outside tabs */
.woocommerce-page .post-excerpt p {
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
}

/* Other stuff */
.woocommerce-page .post-excerpt h2 {
  margin: 50px 0 0 0;
}
.woocommerce-page .post-excerpt .wcp-title {
  margin: 0;
}
.showlogin,
.woocommerce-error a { border-bottom: 1px dotted #FFF; padding-bottom: 1px; }
body input[name="update_cart"] { width: 265px !important; }
body label[for="rememberme"] {
  position: absolute;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  width: 100%;
  text-align: center;
  margin-top: -15px;
  margin-left: -10px;
}
body #customer_login input[name="login"] { margin-bottom: 25px; }
.woocommerce p.lost_password {font-size: 14px; border-bottom: 1px dotted #b8b8b8; padding-bottom: 1px; display: inline; }
.woocommerce p.lost_password:hover { color: #000; }
.woocommerce .addresses.col2-set div { float: none; padding: 0; }
.woocommerce .addresses.col2-set div:first-child { margin-bottom: 35px; }
.woocommerce .wcp-subtitle a:hover { color: #000; }

/* Continue */
ul.order_details {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
ul.order_details strong {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
ul.order_details li {
  margin-bottom: 5px;
}

.col2-set {
  max-width: 600px;
  margin: auto;
}
.col2-set .col-1 {
  float: left;
  padding-right: 2%;
}
.col2-set .col-2 {
  float: right;
  padding-left: 2%;
}

dl {
  max-width: 600px;
  margin: 20px auto;
}
dt {
  float: left;
  clear: left;
}
dd {
  float: left;
  font-weight: 700;
}
dl:after {
  content: "";
  display: block;
  clear: both;
}

.variation {
  margin: auto;
}
.variation dd, .variation dt {
  float: none;
  font-weight: 400;
}

p.wcp-subtitle {
  position: relative;
  width: 60%;
  margin: 0;
  padding: 0;
  margin: 15px auto 0 auto;
}

address {
  font-style: normal;
  margin-top: 25px;
}
.order-actions a, .address a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  font-weight: 700;
  border-bottom: 1px dotted #000;
  margin: 0 10px;
}
.p-form.register > p.form-row:last-of-type, .woocommerce > .login .p-form div.clear + p.form-row, p.lost_password {
  text-align: center;
}
.at-top {
  padding: 30px 0 !important;
  margin-bottom: 50px;
}
.lobo-tabs.at-top-2 {
  margin-top: 0 !important;
}
.at-top-2 .contents {
  padding: 60px 0 30px !important;
}
.at-top-2 .contents .wc-button {
  margin-top: 20px;
}
.custom-idea {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  padding: 0 150px 30px;
}

.country_select {
  font-size: 12px !important;
  margin: 10px 0;
}
.select2-selection  {
    color: #8b8b8b !important;
    border: 1px solid #cfcfcf !important;
    width: 100% !important;
    height: 42px;
    cursor: pointer;
    background: #fff !important;
    border-radius: 0px !important;
    padding: 12px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-dropdown {
    background: #fff !important;
    border-radius: 0px !important;
    color: #8b8b8b !important;
  z-index: 99999 !important;
    border: 1px solid #cfcfcf !important;
}
.select2-search {
  padding-top: 4px;
}
.select2-results {
  background: #FFF !important;
}
.select2-results li {
  border-radius: 0 !important;
}

/* New search filters */

#shop-search {
  position: static;
  top: 79px;
  left: 0;
  background: url(img/woc-bgd.png) repeat 0 0 transparent;
  z-index: 99999;
  width: 100%;
  display: none;
}
#shop-search > div {
  padding: 180px 8%;
  height: 100%;
}
#shop-search #searchform {
  float: left;
  width: 45%;
  margin-top: 25px;
}
#shop-search .wsf-title {
  font-size: 17px;
  line-height: 17px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#shop-search .wsf-search {
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
  color: #fff;
  width: 100%;
  opacity: .5;
  text-transform: uppercase;
  padding: 0;
}
#shop-search .wsf-help {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-transform: lowercase;
  color: #fff;
  margin-top: -10px;
  padding: 0 !important;
  background: transparent !important;
  letter-spacing: 0.5px;
}

#shop-search .right {
  width: 45%;
  float: right;
  margin-top: 15px;
}
#shop-search li, #shop-search ul {
  float: left;
  margin: 0;
  display: inline;
}
#shop-search .contents > ul, #shop-search .contents > div {
  margin: -10px 0 0 -10px;
}
#shop-search a:not(.ui-slider-handle) {
  position: relative;
  font-size: 23px !important;
  line-height: 38px !important;
  color: #fff;
  opacity: .4;
  font-weight: 400;
  margin: 10px;
}
#shop-search a:hover { opacity: 1; }
#shop-search .titles, #shop-search .titles ul { height: 40px; overflow: hidden; }
#shop-search .titles .wsf-heading {
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 5px;
  cursor: pointer;
}
#shop-search .titles li { margin-left: 25px; }
#shop-search .titles li:first-child { margin-left: 0; }
#shop-search .wsf-heading:hover, #shop-search li.opened .wsf-heading { border-bottom: 4px solid #fff; }
#shop-search .contents { margin-top: 45px; }
#shop-search .contents > div { display: none; }
#shop-search .contents > div:first-child { display: block; }
#shop-search .contents .count {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  opacity: .5;
  margin-left: -5px;
}
#shop-search .contents .count:before { content: "("; }
#shop-search .contents .count:after { content: ")"; }
#shop-search .product_list_widget img,
#shop-search .product_list_widget .amount,
#shop-search .widget_shopping_cart_content .cart-title,
#shop-search .cart_list .p-price,
#shop-search .cart_list .p-quantity,
#shop-search .total,
#shop-search .button.view,
#shop-search .button.checkout,
#shop-search .product_list_widget .star-rating { display: none; }
#shop-search .buttons { margin: 0; }
body #shop-search .ss-cls-btn {
  position: absolute;
  top: 1%;
  right: 3%;
  font-size: 45px !important;
  color: #FFF;
  -webkit-transform: rotate(45deg);
}
body #shop-search .ss-cls-btn:after { height: 0; }

/*WooCommerce shop pagination*/
.woocommerce-pagination { background-color: #F5F5F5; box-sizing: border-box; }
.woocommerce-pagination .page-numbers { position: relative; width: 100%; margin: 0 auto; text-align: center; }
.woocommerce-pagination .page-numbers a {
  -webkit-transition: background-color 0.2s ease-out;
     -moz-transition: background-color 0.2s ease-out;
      -ms-transition: background-color 0.2s ease-out;
       -o-transition: background-color 0.2s ease-out;
          transition: background-color 0.2s ease-out;
}
.woocommerce-pagination .page-numbers li { position: relative; display: inline-block; padding: 20px; }
.woocommerce-pagination .page-numbers .page-numbers { position: relative; display: block; padding: 35px 20px; }
.woocommerce-pagination .page-numbers .current { background: #EBEBEB; }
.woocommerce-pagination .prev { left: 0; right: initial; }

/* Hero helper classes - for custom text elements */

.text-hero-title {
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 55px;
}
.text-hero-subtitle {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

/* WooCommerce animations */

.single_add_to_cart_button, .single-product .cart input, .product-quantity input, .module .lobo-accordion h3, .reviews-slider .rsArrowIcn:before, .module .lobo-accordion h3:after, .blog-actions .woocommerce.widget .widget-title.expand, .blog-actions .woocommerce.widget .widget-title.expand:after, .button, .lobo-tabs .titles li, .payment_methods li label, #shop-search a, #shop-search .wsf-heading {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* Accordion shortcode */

.module .lobo-accordion .section {
  border-bottom: 1px solid #c7c7c7;
}
.module .lobo-accordion .section:first-child {
  border-top: 1px solid #c7c7c7;
  margin-top: 35px;
}
.module .lobo-accordion h3 {
  color: #878787;
  padding: 10px 0 12px;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.module .lobo-accordion h3:hover,
.module .lobo-accordion h3:hover:after { color: #000; }
.module .lobo-accordion h3:after {
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #ccc;
  padding: 5px 1px 0 0;
}
.module .lobo-accordion .section.opened h3:after {
  content: "\f068";
}
.module .lobo-accordion .content {
  display: none;
  padding-bottom: 5px;
  margin: 0;
}
.module .lobo-accordion .content, .module .lobo-accordion .content p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.module .lobo-accordion .content h2 {
  display: none;
}
.page-template-template-modular-php .module .lobo-accordion h3, .single-portfolio .module .lobo-accordion h3, .page-template-template-modular-php .module .lobo-accordion h3:after, .single-portfolio .module .lobo-accordion h3:after {
  color: inherit;
}
.page-template-template-modular-php .module .lobo-accordion h2, .single-portfolio .module .lobo-accordion h2 {
  display: inline-block;
}
/*Only for WooCommerce tables*/
table.shop_attributes { margin: 0 0 10px 0; }

/* Tabs shortcode */

.lobo-tabs .titles {
  text-align: center;
  margin-bottom: 40px;
}
.lobo-tabs .titles li {
  height: 52px;
  font-size: 11px;
  line-height: 52px;
  font-weight: 800;
  text-transform: uppercase;
  background: transparent;
  margin: 0 2px;
  cursor: pointer;
  padding: 0 30px;
  display: inline-block;
}
.lobo-tabs .titles li:hover {
  background: #f7f7f7;
}
.lobo-tabs .titles li.opened {
  background: #E9EDEF;
}
.lobo-tabs .contents {
  background: #EBEBEB;
  padding: 56px 56px;
  min-height: 200px;
}
.lobo-tabs .contents > div {
  display: none;
}
.lobo-tabs .contents > div.opened {
   display: block;
}

/* Table styling */

table {
   width: 100%;
   border: 1px solid #e9e9e9;
   text-align: left;
}
table thead h4 {
   font-size: 10px;
   line-height: 18px;
   text-transform: uppercase;
   margin-bottom: 0;
}
table tr {
   border-top: 1px solid #e9e9e9;
}
table thead tr {
   border-top: none;
}
table th, table td {
   min-height: 41px;
   padding: 10px 14px 8px;
   border-right: 1px solid #e9e9e9;
}

sub, sup {
   font-size: .7em;
   line-height: .7em;
}
sub {
   vertical-align: bottom;
}
sup {
   vertical-align: top;
}
del {
   color: #959595;
}
table p {
  margin: 0;
}

.force-detect-light .logo-light {
  opacity: 1 !important;
}.force-detect-light .logo-dark {
  opacity: 0 !important;
}
.force-detect-dark .logo-dark {
  opacity: 1 !important;
}.force-detect-dark .logo-light {
  opacity: 0 !important;
}

/* Password protected */

.pwdprt {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  padding-left: 15%;
  z-index: 99;
}
.pwdprt > div {
  display: table;
  height: 100%;
  width: 100%;
}
.pwdprt > div > div {
  display: table-cell;
  vertical-align: middle;
}
.pwdprt .title, .pwdprt .subtitle {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700 !important;
  color: #7d7d7d;
  text-transform: uppercase;
}
.pwdprt .title {
  margin-bottom: -5px !important;
}
.pwdprt .subtitle {
  color: #BEBCBC;
  margin-top: -15px !important;
}
.pwdprt input {
  font-size: 75px;
  line-height: 75px;
  text-transform: uppercase;
  color: #1F1717;
  font-weight: 800 !important;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  margin-left: -5px;
}
.pwdprt input::-webkit-input-placeholder { color: #1F1717; opacity: 1; }
.pwdprt input::-moz-placeholder { color: #1F1717; opacity: 1; }
.pwdprt input::-ms-input-placeholder { color: #1F1717; opacity: 1; }

.is-w-pwd {
  overflow: hidden !important;
}
.is-w-pwd .hero-module {
  display: none;
}

/* Modal CSS */

.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, -25%, 0);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99998;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.clearfix:before,.clearfix:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}


/* FANCYBOX - original */

.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{border:0;outline:none;vertical-align:top;margin:0;padding:0;}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020;}
.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.fancybox-opened{z-index:8030;}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5);}
.fancybox-outer,.fancybox-inner{position:relative;}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;white-space:nowrap;margin:0;padding:15px;}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;}
.fancybox-image{max-width:100%;max-height:100%;}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060;}
#fancybox-loading div{width:44px;height:44px;}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040;}
.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(../img/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}
.fancybox-prev{left:0;}
.fancybox-next{right:-25px;}
.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}
.fancybox-prev span{left:10px;background-position:0 -36px;}
.fancybox-next span{right:10px;background-position:0 -72px;}
.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important;}
.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;}
.fancybox-overlay-fixed{position:fixed;bottom:0;right:0;}
.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll;}
.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050;}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center;}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px;}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}
.fancybox-title-inside-wrap{padding-top:10px;}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px;}
.fancybox-inner,.fancybox-lock{overflow:hidden;}
.fancybox-nav:hover span,.fancybox-opened .fancybox-title{visibility:visible;}

/* FANCYBOX - custom skin */
.fancybox-skin {
   background: transparent;
}
.fancybox-overlay {
  z-index:99998;
  background:#333;
  background:rgba(51,51,51,.95);
  overflow: hidden !important;
}
.fancybox-opened {
  z-index:99999;
}
.fancybox-opened .fancybox-skin {
  box-shadow:0 0px 13px rgba(0, 0, 0, 0.2);
}

.fancybox-nav span, .fancybox-close {
  background:url(img/sharpSprites.png) no-repeat -5px 0 #181818;
  background-color:rgba(24,24,24,1);
  width:50px;
  height:50px;
  margin-top:-25px;
  display:block;
  text-indent:-9999px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
  opacity:0;
}
.fancybox-next span,
.fancybox-prev span {
  -webkit-transition: left, right, 0.075s ease-out;
     -moz-transition: left, right, 0.075s ease-out;
      -ms-transition: left, right, 0.075s ease-out;
       -o-transition: left, right, 0.075s ease-out;
          transition: left, right, 0.075s ease-out;
}
.fancybox-next span:hover { right: -10px; }
.fancybox-prev span:hover { left: -35px; }
.fancybox-next span {
  background-position:-45px 0;
  right:0;
}
.fancybox-prev span {
  left:-25px;
}
.fancybox-close {
  background-position:-115px 0;
  right:-25px;
  top:-5px;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
  opacity:1;
  visibility:visible;
}
.fancybox-nav:hover span {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
  opacity:1;
  visibility:visible;
}
#fancybox-loading {
   z-index:99999;
}
#fancybox-loading div {
  background:url(img/preloader-222.gif) no-repeat center center transparent;
}
.fancybox-title-float-wrap .child {
  background:transparent;
}

.fancybox-thumb {
   display: inline-block;
   position: relative;
}
.fancybox-thumb img {
   margin: 0 !important;
   float: none !important;
   vertical-align: top;
}
.fancybox-thumb span {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: url(img/cross.png) no-repeat center center #222;
   background-color: rgba(0, 0, 0, .7);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: opacity 250ms linear;
   transition: opacity 250ms linear;
}
.fancybox-thumb:hover span {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 100;
}

.clear {
  clear: both;
}

/* MEDIAELEMENTJS - original */

.mejs-offscreen{position:absolute!important;top:-10000px;overflow:hidden;width:1px;height:1px}
.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}
.mejs-poster{position:absolute;top:0;left:0;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(background.png);background:rgba(0,0,0,.9);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(background.png);background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(controls.svg) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(controls.png)}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}
.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}
.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}
.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}
.mejs-controls .mejs-volume-button{}
.mejs-controls .mejs-mute button{background-position:-16px -16px}
.mejs-controls .mejs-unmute button{background-position:-16px 0}
.mejs-controls .mejs-volume-button{position:relative}
.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(background.png);background:rgba(50,50,50,.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}
.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url(background.png);background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay{}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(background.png);background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(background.png);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{visibility:hidden;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{visibility:visible}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33,248,248,1)}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-skip-back-button{background:transparent url(skipback.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:transparent;font-size:9px;line-height:normal;color:#fff;}

/* MEDIAELEMENTJS - custom skin */

.mejs-container {
  overflow: hidden !important;
  position: relative;
}
.mejs-container.yes-resize {
  width: 100% !important;
  height: 100% !important;
}
.mejs-container .mejs-controls {
  width: 100%;
  background: none !important;
  height: 30px;
}
.mejs-time.mejs-duration-container {
   padding: 0;
   margin: 0;
}
.mejs-controls .mejs-button {
  position: absolute;
  bottom: 15px;
}
.mejs-controls .mejs-button.mejs-volume-button {
  left: 30px;
}
.mejs-controls .mejs-button.mejs-fullscreen-button {
  right: 10px;
}
.mejs-controls .mejs-button button, .no-svg .mejs-controls .mejs-button button, .niyt {
  background-image: url(img/mediaelement/controls-lobo.png);
  width: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
}
.mejs-controls .mejs-button button:focus {
  outline: none;
}
.mejs-controls .mejs-play button, .niyt.play {
  background-position: -1px -29px;
}
.mejs-controls .mejs-pause button, .niyt.pause {
  background-position: 0 0;
}
.mejs-controls .mejs-mute button, .niyt.mute {
  background-position: -31px 0;
}
.mejs-controls .mejs-unmute button, .niyt.unmute, .mb_YTPlayer.isMuted .niyt.mute {
  background-position: -31px -30px;
}
.mejs-controls .mejs-fullscreen-button button, .niyt.fullscreen {
  background-position: -61px 0;
}
.mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button, .niyt.unfullscreen {
  background-position: -60px -30px;
}

.mejs-controls div.mejs-time-rail {
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  height: 5px;
  position: absolute;
}
.mejs-controls .mejs-time-rail span {
  height: 5px;
  border-radius: 0;
  padding: 0;
  margin: 0 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #5E5E5E;
  background: rgba(19, 19, 19, 0.5);
  box-shadow: none;
  margin: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  background: #5E5E5E;
  background: rgba(19, 19, 19, 0.5);
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #777;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #2293a6
}
.mejs-controls .mejs-time-rail .mejs-time-handle, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background: url(img/mediaelement/controls-lobo.png) no-repeat -95px 0 transparent;
  width: 5px;
  height: 12px;
  top: -4px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  cursor: pointer;
  left: -2px;
}
.mejs-container .mejs-controls div.mejs-time.mejs-duration-container {
  margin: 0;
}

.mejs-overlay {
  width: 100% !important;
  height: 100% !important;
}
.mejs-overlay-button, .no-svg .mejs-overlay-button {
  background: url(img/mediaelement/bigplay-lobo.png)  no-repeat center -49px rgba(0,0,0,.75);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: -25px 0 0 -25px !important;
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: center 4px !important;
}

.mejs-overlay-loading {
  background :#181818;
  background: rgba(24, 24, 24, 0.9);
  height: 60px;
  margin: -30px 0 0 -30px;
  width: 60px;
  display: none;
}
.mejs-overlay-loading span {
  background-image: url(img/mediaelement/loading-lobo.gif);
  height: 60px;
  opacity: 0.9;
  width: 60px;
}

.mejs-controls .mejs-time-rail .mejs-time-float, .mejs-controls .mejs-time-rail .mejs-time-handle, .mejs-controls .mejs-volume-slider, .mejs-container .mejs-controls .mejs-time {
  display: none !important;
}

.mejs-container video, .mejs-container embed {
  position: relative;
}
.mejs-container-fullscreen video, .mejs-container-fullscreen embed {
  margin: auto !important;
}

/* YTPlayer */


.mb_YTPlayer :focus {
  outline: 0;
}
.mb_YTPlayer{
  display:block;
  transform:translateZ(0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  transform:translate3d(0,0,0);
  animation-timing-function: linear;

}

.mb_YTPlayer.fullscreen{
  display:block!important;
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  margin: 0!important;
  border: none !important;
}

.mb_YTPlayer.fullscreen .mbYTP_wrapper{
  opacity:1 !important;
}

.mb_YTPlayer.fullscreen .mbYTP_wrapper:last-of-type { display: none; }

.mbYTP_wrapper iframe{
  max-width: 4000px !important;
}

.inline_YTPlayer{
  margin-bottom: 20px;
  vertical-align:top;
  position:relative;
  left:0;
  overflow: hidden;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
  box-shadow: 0 0 5px rgba(0,0,0,.7);
  background: rgba(0,0,0,.5);
}

.inline_YTPlayer img{
  border: none!important;
  -moz-transform: none!important;
  -webkit-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
  margin:0!important;
  padding:0!important
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  width: 100% !important;
  transform-origin: left;
}

/*CONTROL BAR*/
.yt-movie { width: 100%; min-height: 100%; }
.mobile #ytVideo { display: none; }
.video-mobile-fallback { display: none; }
.mobile .video-mobile-fallback { display: block; }
.mb_YTPBar .ytpicon{
  font-size: 15px;
  font-family: 'ytpregular';
}

.mb_YTPBar .mb_YTPUrl.ytpicon{ display: none; }


.mb_YTPBar{

  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;

  display:block;
  width:100%;
  height:0;
  padding:0;
  background:#333;
  position:fixed;
  bottom:0;
  left:0;
  -moz-box-sizing:padding-box;
  -webkit-box-sizing:border-box;
  text-align:left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color:white;
  opacity:0;
}

.mb_YTPBar.visible, .mb_YTPBar:hover{
  opacity:1;
}


.mb_YTPBar .buttonBar{

  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;

  height: 40px;
  background:transparent;
  font:12px/14px Calibri;
  position:absolute;
  top:-40px;
  left:0;
  padding: 0;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.mb_YTPBar:hover .buttonBar{
  /*background: rgba(0,0,0,1);*/
}
.bottom-controls {
  position: absolute !important;
  width: 100%;
  height: 50px;
  bottom: 0;
  background: -moz-linear-gradient(bottom, #000 0%, transparent 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#000), color-stop(100%,transparent));
  background: -o-linear-gradient(bottom, #000 0%,transparent 100%);
  background: -ms-linear-gradient(bottom, #000 0%,transparent 100%);
  background: linear-gradient(bottom, #000 0%,transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00ffffff',GradientType=0 );
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -moz-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
       -o-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); 
          transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.module:hover .bottom-controls { opacity: 0.35; }

.mb_YTPBar span{
  display:inline-block;
  font:16px/20px Calibri, sans-serif;
  position:relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  left: 0;
}
.mb_YTPBar span.mb_YTPTime{ display: none; }

.mb_YTPBar span.mb_YTPUrl,.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display:block;
  top:6px;
  right:10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_OnlyYT {
  left: auto !important;
  right: 10px !important;
  bottom: 0px !important;
  top: auto;
}
.mb_YTPBar span.mb_YTPUrl img{
  width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
  left:185px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img{
  width: 25px;
}

.mb_YTPBar span.mb_YTPUrl a{
  color:white;
}

.mb_YTPPlaypause,.mb_YTPlayer .mb_YTPPlaypause img{
  cursor:pointer;
}

.mb_YTPMuteUnmute{
  cursor:pointer;
}

/*PROGRESS BAR*/
.mb_YTPProgress{
  height:5px;
  width:100%;
  background: rgba(19,19,19,0.5);
  bottom:0;
  left:0;
}

.mb_YTPLoaded{
  height:5px;
  width:0;
  background: rgba(255,253,208,0.9);
  left:0;
  opacity: .5;
}

.mb_YTPseekbar{
  height:5px;
  width:0;
  background:#fff85f;
  bottom:0;
  left:0;
  -moz-box-shadow:#666666 1px 1px 3px;
  -webkit-box-shadow:#666666 1px 1px 3px;
}



.yt-movie .loading {
  display: none !important;
}

#scriptie {
   background: #f7f7f7;
   display: table;
   height: 100%;
   left: 0;
   position: fixed;
   text-align: center;
   top: 0;
   width: 100%;
   z-index: 99999;
}
#scriptie > div {
   display: table-cell;
   vertical-align: middle;
}

#oldie {
  display: none;
}
.lt-ie9 #oldie {
   display: block;
   z-index: 999999;
}
.lt-ie9 body {
   overflow:hidden;
   margin: 0 !important;
   padding: 0 !important;
   background: #fff !important;
   width: 100% !important;
   height: 100% !important;
   position: absolute !important;
   border: none !important;
}
.lt-ie9 #main-wrapper, .lt-ie9 #preloader, .lt-ie9 .header {
   display: none !important;
}
.lt-ie9 #oldie {
   color: #333;
   left: 50%;
   margin-left: -150px;
   margin-top: -30px;
   width: 350px;
   top: 50%;
   text-align: center;
   position: absolute;
   display: block;
} 
.lt-ie9 #oldie a {
   border-bottom: 1px dotted #333;
   color: #333;
   font-weight: 700;
}
.lt-ie9 #oldie a:hover {
   color: #000;
   border-bottom: 1px dotted #000;
}

.single-product .group-fix {
    position: relative;
    width: 100%;
    right: auto;
}
.single-product .group-fix table {
    margin-bottom: 10px;
}
.single-product .group-fix div.quantity {
  width: 140px;
}
.single-product .group-fix .price {
  position: relative !important;
}

.about_paypal { 
    font-size: 10px;
    vertical-align: top;
    position: absolute;
  margin-left: 8px;
}

div.woocommerce .content-module .product.prtfl-item img:first-of-type {
  display: none;
}
div.woocommerce .content-module .product.prtfl-item {
  list-style: none !important;
}
div.woocommerce ul.content-module.portfolio > li {
  float: left;
  margin: 0;
}
div.woocommerce.columns-5 ul.content-module.portfolio > li {
  width: 20% !important;
}
div.woocommerce.columns-4 ul.content-module.portfolio > li {
  width: 25% !important;
}
div.woocommerce.columns-3 ul.content-module.portfolio > li {
  width: 33.33% !important;
}
div.woocommerce.columns-2 ul.content-module.portfolio > li {
  width: 50% !important;
}
div.woocommerce.columns-2 ul.content-module.portfolio > li {
  width: 100% !important;
}
.single-product .product-content .copy > div > div > div > font, .single-product .product-content .copy > div > div > div > br {
  display: none;
}
.single-product .royalSlider .rsSlide div {
  opacity: 1 !important;
}
.cart_totals .shipping td { 
  border-right: none;
}

.star-rating {
  display: none; }

.myacc .contents > div {
  display: block;
}

.myacc .titles li.is-active {
  background: #E9EDEF;
}
.myacc .titles li {
  padding: 0;
}
.myacc .titles li a {
  padding: 20px 30px;
  color: #111 !important;
}
.woocommerce-MyAccount-orders, .woocommerce-MyAccount-downloads {
  margin-top: 0;
}

#checkout_order {
  margin-top: 0;
}

.woocommerce-cart .lobo-tabs .contents > div {
  display: block !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #cfcfcf !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  height: 42px !important;
  padding-top: 7px !important;
  padding-left: 3px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 11px;
}
form .out-of-stock {
  position: absolute !important;
  top: -150px !important;
}
.screen-reader-text {
  display: none;
}
.shipping-calculator-form > p {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-checkout .select2-container {
    margin-top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8b8b8b;
}

.mejs-fill-container {
  height: 100% !important;
}

#lobo-reviews span.customSelect {
  position: relative;
}

#main > .woocommerce-products-header, #main > .woocommerce-result-count, #main > .woocommerce-ordering {
  display: none;
}

.galleria-info {
  z-index: 10010 !important;
  padding: 10px !important;
  pointer-events: none;
}
.galleria-close-wrapper {
  right: 3px !important;
  bottom: -25px !important;
}
.galleria-thumbnails-container {
  margin-top: -10px !important;
}

@media all and (min-width: 481px) {
  .galleria-close-wrapper {
    right: 30px !important;
    bottom: -15px !important;
  }
  .galleria-info {
    padding: 20px 30px !important;
  }
}

/* Lazy loading module */

.module-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.module-background.auto-height {
  position: relative;
  height: 0;
}
.module-background.auto-height.natural {
  height: auto;
}
.module-background.auto-height.natural img {
  position: static;
}
.module-background img {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: opacity 150ms linear;
}
.module-background .lazyload, .module-background .lazyloading {
  opacity: 0;
}
.module-background .lazyloaded {
  opacity: 1;
}

.text-module .module-background {
  z-index: -1;
}

.prtfl-item .item-hover {
  z-index: 9;
}
.prtfl-item .module-background {
  z-index: 8;
}

.resize-heros #hero-wrapper .module-background img {
  height: 100% !important;
}

.avatar img {
  max-width: 100%;
  height: auto;
}