/*Theme Name: Andy Parker
Theme URI: http://andyparker.loopinteractive.com/
Description: Creative & Elegant Photography Theme, Portfolio & Blog.
Version: 1.7.0
Author: LOOP Interactive
Author URI: http://themes.loopinteractive.com/
Text Domain: andyparker
Tags: white, light, responsive-layout, photoblogging, sticky-post, theme-options, threaded-comments
License: GNU General Public License
License URI: license.txt
*/

body {
  padding-top: 120px;
  margin-bottom: 0px;
  background-color: #CCCCCC;
  color: #444;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px 1px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 26px;
  color: #969696;
  font-size: 25px;
  line-height: 1.6em;
  font-weight: 300;
}
img{
  height: auto;
}
.button {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 14px 29px;
  border-radius: 5px;
  background-color: #6d7280;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #848a9c;
}
.section {
  padding: 20px;
}
.nav-link {
  margin-right: 11px;
  margin-left: 11px;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  -o-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: rgba(255, 255, 255, 0.81);
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  color: white;
}
.by-section {
  text-align: left;
}
.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  margin-left: 4px;
  padding-top: 9px;
  border-radius: 40px;
  background-color: #596073;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}
.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  padding-right: 20px;
  padding-left: 20px;
}
.wrapper {
  width: 100%;
  height: 100%;
  /*background-color: #CCCCCC;*/
}
.wrapper.inner {
  padding-bottom: 0px;
}
.header {
  height: 130px;
  background-color: #CCCCCC;

}
.home-slider {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.description-block{
  position:absolute; 
  bottom: 52px; left: 20px;
  width: 370px;
}
.title-home{
  display: inline-block;
  padding-bottom: 0px;
  font-size: 27px;
  font-weight: 500;
  line-height: 32px;
  color: #444;

}
.description-home{
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 300;
  color: #444;
}
.title-home, .description-home, .description-block a{
  -webkit-transition: all 300ms ease !important;
  -o-transition: all 300ms ease !important;
  transition: all 300ms ease !important;
}
.title-home.background--dark{
  color: #FDFDF7;
  border-color: #FDFDF7;
}
.description-home.background--dark{
  color: rgba(253, 253, 247, 0.59);
}

/* */
.description-block {
  position: absolute;
  bottom: 48px;
  left: 20px;
  width: 411px;
  -webkit-transition: all 300ms ease !important;
  -o-transition: all 300ms ease !important;
  transition: all 300ms ease !important;
  z-index: 20;
}
.title-home {
  display: inline-block;
  padding-bottom: 0px;
  font-size: 37px;
  font-weight: 500;
  line-height: 47px;
  color: #444;
}
.description-home {
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 300;
  color: rgba(68, 68, 68, 0.6);
}
.title-home {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 3px solid #444;
  font-size: 37px;
  font-weight: 500;
  line-height: 41px;
  color: #444;
  margin-bottom: 14px;
  text-decoration: none;
}
.description-block a{
  border-bottom: 0 !important;
}
/* */

body.transparent-header .description-block{
}

body.transparent-header .footer.home .footer-copyright{
  opacity: 0.8;
}

body.fullscreen .description-block{

  bottom: -5px;
}


.body-home {
  overflow-x: hidden;
  overflow-y: hidden;
  /*height: 100vh;*/
  height: 100%;
  padding-top: 0;
  font-size: 12px;
  font-weight: 400;
}
.offset-top-small {
  margin-top: -166px;
}
.logo {
  display: inline-block;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.logo:hover {
  opacity: 0.56;
}
.text-centered {
  text-align: center;
}
.navbar {
  background-color: transparent;
}
.navlink {
  display: block;
  padding: 0px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
.navlink:hover {
  color: #a3a3a3;
}
.navlink.w--current, .navlink.child {
  color: rgba(158, 157, 144, 0.73) !important;
}
.navlink.child {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navmenu {
  bottom: 2px;
  /*width: 83px;*/
  margin-top: 30px;
  float: left;
  line-height: 23px;
}
.navbar:not(.smaller) .navmenu.child{
  position: absolute !important;
  background-color: #F7F6EF;
  margin-top: 0px !important;
  padding-top: 30px;
  top: 0;
  padding-left: 20px !important;
  z-index: 99;

  visibility:hidden;
  opacity:0;
  -webkit-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
  transition: visibility 0s linear 0.2s,opacity 0.2s linear;
}
.navbar:not(.smaller) .navmenu.child.onHover{
  visibility:visible;
  opacity:1;
  transition-delay:0s;
}

.navbar:not(.smaller) .navmenu.child:before{
  height: 68px;
  float: left;
  position: absolute;
  margin-left: -47px;
  width: 27px;
}

.navbar.nav-horizontal .navmenu{
  margin-top: 0px !important;
  height: 33px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.navbar.nav-horizontal .navmenu.child{
  height: auto !important;
  background-color: transparent;
  padding: 0 !important;
  top: 22px !important;
  padding-top: 46px !important;
  /*margin-left: -20px !important;*/
  width: auto !important;
}

.navbar.nav-horizontal .navmenu.child li{
  float: left;
  display: block !important;
  clear: both;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0px !important;
  background-color: #F7F6EF;
  width: 100%;
  line-height: 0;
}

.navbar.nav-horizontal .navmenu.child li:first-child{ padding-top: 10px !important; }
.navbar.nav-horizontal .navmenu.child li:last-child{ padding-bottom: 10px !important; }

.navbar.nav-horizontal .navmenu.child:before, .navbar.nav-horizontal .navmenu.child:after{
  content:none;
}

.navbar.nav-horizontal .navmenu.child li a{
  margin-bottom: 7px !important;
  margin-top: 7px !important;
  margin-left: 20px;
  margin-right: 20px;
}

body.sticky .header .navbar.smaller .navmenu li a.child{
  font-size: 17px;
  font-weight: 400;
  padding-top: 9px;
  padding-bottom: 23px;
}
body.sticky .header .navbar.smaller .navmenu li a.child:hover{
  color: #444 !important;
}



/* Nav Menu 1 */



body.sticky .header .main-menu{
  height: 120px;
  overflow: hidden;
  text-align: center;
}
body.sticky .header .main-menu ul{
  list-style-type: none;
  position: static;
}
body.sticky .header .main-menu li{
  padding-left: 0px;
  height: 24px;
}

body.sticky .header .main-menu .side-left{
  position: absolute; 
  /*width: 50%; */
  left: 0; 
  /*margin-left: 20px;*/
  top: 0;
}

body.sticky .header .main-menu .side-right{
  position: absolute; 
  /*width: 50%; */
  right: 0; 
  left: auto; 
  top: 0;
  /*margin-right: 20px;*/
}

body.sticky .header .main-menu .side-center{
  left:0; 
  right:0; 
  display: inline-block;
  /*z-index: 999;*/
  position: relative;
}

body.sticky .header .main-menu ul.navmenu:first-child {
  padding-left: 0px;
  /*margin-left: -21px;*/
}

/* End Menu 1 */



/* Nav menu 2 */

body.sticky .header .horizontal-menu ul.navmenu{
  margin: 0;
  width: 100%;
  padding: 0;
  height: 17px;

}

body.sticky .header .horizontal-menu ul.navmenu li:first-child{
  padding-left: 0;
}

body.sticky .header .horizontal-menu ul.navmenu li:last-child{
  padding-right: 0;
}

body.sticky .header .horizontal-menu .side-left{
  position: absolute; 
  width: 50%; 
  top: 54px;
  left: 0; 
  padding-right: 149px;
}

body.sticky .header .horizontal-menu .side-left ul.navmenu:not(.child){
  text-align: right;
}

body.sticky .header .horizontal-menu .side-left ul.navmenu.child{
  padding-top: 46px !important; 
  margin-top: 0px !important;
}

body.sticky .header .horizontal-menu .side-right{
  position: absolute; 
  width: 50%; 
  top: 54px;
  right: 0; 
  left: auto; 
  padding-left: 146px;
}

body.sticky[data-reduced-header="1"] .header .horizontal-menu .side-right, 
body.sticky[data-reduced-header="1"] .header .horizontal-menu .side-left{
  top: 33px;
}

body.sticky .header .horizontal-menu ul.navmenu li{
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

body.sticky .header .horizontal-menu .side-center{
  left:0; 
  right:0; 
  display: inline-block;
  z-index: 999;
}

/* Expanded */
body.sticky .header .horizontal-menu.expanded .side-left ul.navmenu{ text-align: left; }
body.sticky .header .horizontal-menu.expanded .side-right ul.navmenu{ text-align: right; }
body.sticky .header .horizontal-menu.expanded ul.navmenu:not(.child) li{ text-align: center; padding:0; }
body.sticky .header .horizontal-menu.expanded ul.navmenu.child li{ text-align: left; padding:0; }
body.sticky .header .horizontal-menu.expanded ul.navmenu li a{ display: inline-block; float: none; }
body.sticky[data-reduced-header="1"] .header .horizontal-menu.expanded .navbar.smaller{ margin-top: 14px; }
body.sticky[data-reduced-header="1"] .header .horizontal-menu.expanded .smaller .logo-text{ margin-top: 12px; }
body.sticky[data-reduced-header="1"] .header .horizontal-menu.expanded .smaller.social-block{ margin-top: 32px; }
body.sticky[data-reduced-header="1"][data-type-header="2"]:not(.body-home){  padding-top: 80px;  }
body.sticky[data-reduced-header="1"][data-type-header="2"] .header{  height: 80px;  }

/* Centered */
body.sticky .header .horizontal-menu.centered ul.navmenu{ text-align: center !important;  }

/* Shop */
body.sticky .header .horizontal-menu.shop .side-left{ text-align: left !important; top:0; }
body.sticky .header .horizontal-menu.shop .side-center{ margin-top:54px; z-index: 10; position: relative; }
body.sticky .header .horizontal-menu.shop .side-right{ text-align: right !important; }
body.sticky .header .horizontal-menu.shop .social-block{ margin-top: 0px;}
body.sticky .header .horizontal-menu.shop .side-center ul.navmenu li a{ color:rgba(0,0,0,.55); font-weight: 400; font-size: 15px; text-transform: none; }
body.sticky .header .horizontal-menu.shop ul.shop-block{ text-align: right !important; }
body.sticky .header .horizontal-menu.shop ul.shop-block li{ padding-right: 0; }
body.sticky .header .horizontal-menu.shop ul.shop-block li.login:after{ content: "/"; padding-left: 7px; font-size: 16px; position: absolute; margin-top: -10px; }
body.sticky .header .horizontal-menu.shop ul.shop-block li a{ display: inline-block; float: none; margin-bottom:0; color:rgba(0,0,0,.55); font-weight: 400; font-size: 14px; text-transform: none; }
body.sticky .header .horizontal-menu.shop ul.shop-block li.item-count:after { content: "/"; padding-left: 7px; font-size: 16px; position: absolute; margin-top: -10px; }
body.sticky .header .horizontal-menu.shop ul.shop-block li.sign-in { padding-right: 10px; }
body.sticky .header .horizontal-menu.shop ul.shop-block li.login a, body.sticky .header .horizontal-menu.shop ul.shop-block li.sign-in a { color: #444; }
body.sticky .header .horizontal-menu.shop .side-center ul.navmenu.child{ top: 22px !important; }
body.sticky[data-reduced-header="1"] .horizontal-menu.shop .side-center{ margin-top: 33px; }


/* Both */
body.sticky[data-reduced-header="1"] .header .horizontal-menu .logo-text{ margin-top: 12px; }
body.sticky[data-reduced-header="1"] .header .horizontal-menu ul.navmenu.child{ padding-top: 28px !important; margin-top: 20px !important; }
body.sticky[data-reduced-header="1"] .header .horizontal-menu.shop ul.navmenu.child{ top: 0px !important; }


/* End Menu 2 */




/* Menu 3 */

body.sticky .header .underneath-menu ul.navmenu{
  margin: 0;
  width: 100%;
  padding: 0;
  height: 17px;
  text-align: center;
  font-size: 0;
}

body.sticky .header .underneath-menu ul.navmenu li{
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  /*padding-right: 30px;*/
}
body.sticky:not(.transparent-header) .header .underneath-menu ul.navmenu li{
  background-color: #CCCCCC;
}

body.sticky .header .underneath-menu .underneath-top{
  height: 35px;
  left: 0;
  right: 0;
  top: 85px;
  position: absolute;
}


/* Default */
body.sticky .header .underneath-menu ul.navmenu.child{ margin-top: 8px !important; padding-top: 7px !important; }
body.sticky .header .underneath-menu ul.navmenu.child li{ background-color: #F7F6EF; }
body.sticky .header .underneath-menu .logo-text{ margin-top: 17px; }
body.sticky .header .underneath-menu ul.navmenu li:last-child{ padding-right: 30px; }
body.sticky .header .underneath-menu ul.navmenu li:first-child{  padding-left: 30px; }


/* Expanded */
body.sticky .header .underneath-menu.expanded ul.navmenu.child{ padding-top: 3px !important; }
body.sticky .header .underneath-menu.expanded .underneath-top{ top: 107px; }
body.sticky .header .underneath-menu.expanded .logo-text{ margin-top: 32px; }


/* Full */
/*body.sticky .header .underneath-menu.full .underneath-top{ top: 107px; }*/
body.sticky .header .underneath-menu.full .underneath-top ul.navmenu.child > li{ text-align: left;  }
body.sticky .header .underneath-menu.full .underneath-top ul.navmenu:not(.child) > li a{ float: none; text-align: center; display: inline-block; }


/* Centered */
body.sticky .header .underneath-menu.centered ul.navmenu{ position:absolute; top: 78px; }
body.sticky .header .underneath-menu.centered .social-block{ display:block; position: absolute; right: 0; top: 35px; }
body.sticky .header .underneath-menu.centered .logo{ float: none; }

/* End Menu 3 */



/* Menu 4 */

body.sticky .header .regular-menu .logo{ float: left; }

body.sticky .header .regular-menu ul.navmenu:not(.child){
  margin: 0;
  width: auto;
  padding: 0;
  height: 17px;
  text-align: center;
  font-size: 0;
  top: 44px;
  float: right;
}

body.sticky .header .regular-menu ul.navmenu li{
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-right: 30px;
}

body.sticky .header .regular-menu ul.navmenu.child{
  margin-top: 30px !important;
}


/* Burger Button */
.burger-box{
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 31px;
  margin-left: -14px;
  z-index: 9999;
}

.burger-box .anim-burger,
.burger-box .anim-burger:before,
.burger-box .anim-burger:after {
  position: absolute;
  top: 28px;
  left: 18px;
  width: 20px;
  height: 3px;
  background: #444;

  -webkit-transition: background 0.15s, -webkit-transform 0.15s, top 0.15s;
  transition: background 0.15s, -ms-transform 0.15s, top 0.15s;
  -o-transition: background 0.15s, -o-transform 0.15s, top 0.15s;
  transition: background 0.15s, transform 0.15s, top 0.15s;
}

.burger-box .anim-burger:before {
  top: -6px;
  left: 0;
  content: "";
}

.burger-box .anim-burger:after {
  top: 6px;
  left: 0;
  content: "";
}

.burger-box.open .anim-burger {
  background: transparent;
}

.burger-box.open .anim-burger:before {
  top: 0;
  background: #fff;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.burger-box.open .anim-burger:after {
  top: 0;
  background: #fff;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.burger-box.side.open .anim-burger:before,
.burger-box.side.open .anim-burger:after { 
  /*-webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;*/
}

.burger-box.side.open .anim-burger:before,
.burger-box.side.open .anim-burger:after { background: #444; }

body.transparent-header .burger-box.swapcontrast.background--dark .anim-burger,
body.transparent-header .burger-box.swapcontrast.background--dark .anim-burger:before,
body.transparent-header .burger-box.swapcontrast.background--dark .anim-burger:after{
  background: #fff;
}

.menu-temporal{
  /*top: 0;
  margin-left: 0;*/
  position: fixed;
}

#menu-mask, #menu-overlay{
  position:fixed; 
  /*background-color: rgba(255,255,255,.7);*/
  background-color: #000;
  opacity: 0;
  height:100%; 
  width:100%; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0; 
  z-index:99;
  visibility: hidden;

  -webkit-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  -o-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;

  cursor: pointer;
}

#menu-overlay{
  cursor: default;
}

#menu-mask.visible, #menu-overlay.visible{
  visibility: visible;
}

#menu-mask.open{
  opacity:.7; 
}

#menu-overlay.open{
  opacity:.9; 
}

#menu-side{
  position:fixed; 
  background-color:#CCCCCC;
  opacity: 1;
  height:100%; 
  width:470px; 
  top: 0; 
  right: -470px; 
  bottom: 0; 
  z-index:-1;
  color: rgba(158, 157, 144, 0.73) !important;
  padding: 0 40px;
  /*visibility: hidden;*/
}

#menu-side.open{
  /*visibility: visible;*/
  z-index: 99;
  /*opacity:.7; */
}

#menu-side ul{
  list-style: none;
  padding-left: 0;

  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
}

#menu-side ul li{
  padding-left: 0;
  height: 30px;
  line-height: 20px;

  display: inline-block;
  /*width: 100px;*/

  text-align: left;
  padding-right: 41px;
}

#menu-side ul li a.child{
  /*margin-left: 20px;*/
  color: rgb(210, 210, 210) !important;
}

#menu-side ul li a{
  color: rgba(158, 157, 144, 0.73);
  font-size: 15px;

  display: inline-block;
}

.social-side{
  padding-top: 50px;
  width: 100% !important;
}

.social-side a{
  font-size: 12px !important;
}

.social-side a:first-child{
  margin-left: 0;
}

#menu-overlay .menu-list{
  list-style: none;
  padding-left: 0;

  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

#menu-overlay .menu-list ul{
  list-style: none;
  padding-left: 0;

  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  text-align: center;
}

#menu-overlay .menu-list ul li{
  padding-left: 0;
  height: 30px;
  line-height: 20px;

  display: inline-block;
  /*width: 100px;*/

  text-align: center;
  padding-right: 41px;
}

#menu-overlay .menu-list ul li a.child{
  /*margin-left: 20px;*/
  color: rgb(210, 210, 210) !important;
}

#menu-overlay .menu-list ul li a{
  color: rgba(158, 157, 144, 0.73);
  font-size: 15px;

  display: inline-block;
}

.pushReady{
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  transition: -ms-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  -o-transition: -o-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;

  /*-webkit-transition-delay: 200ms !important;
  -moz-transition-delay: 200ms !important;
  -o-transition-delay: 200ms !important;
  transition-delay: 200ms !important;*/
}
.pushReady.pushLeft{
  -webkit-transform: translateX(-100px) translateY(0px) !important;
  -ms-transform: translateX(-100px) translateY(0px) !important;
  -o-transform: translateX(-100px) translateY(0px) !important;
  transform: translateX(-100px) translateY(0px) !important;
}
.pushReady.pushLeft-faster{
  -webkit-transform: translateX(-470px) translateY(0px) !important;
  -ms-transform: translateX(-470px) translateY(0px) !important;
  -o-transform: translateX(-470px) translateY(0px) !important;
  transform: translateX(-470px) translateY(0px) !important;
}
.pushReady.pushRight{
  -webkit-transform: translateX(470px) translateY(0px) !important;
  -ms-transform: translateX(470px) translateY(0px) !important;
  -o-transform: translateX(470px) translateY(0px) !important;
  transform: translateX(470px) translateY(0px) !important;
}

/* Left Simple*/

body.sticky .header .regular-menu .social-block{ display: none; position:absolute; right: 0; /*top: -40px;*/ }
body.sticky .header .regular-menu ul.navmenu li:last-child{ padding-right: 0; }
body.sticky .header .regular-menu ul.navmenu li:first-child{  padding-left: 0; }
body.sticky[data-reduced-header="1"] .header .regular-menu ul.navmenu:not(.child){ top: 23px; }
body.sticky[data-reduced-header="1"] .header .regular-menu ul.navmenu.child{ margin-top: 11px !important; }
body.sticky[data-reduced-header="1"] .header .regular-menu .logo-text{ margin-top: 12px; }
body.sticky[data-reduced-header="1"] .header .regular-menu .navbar.smaller{ margin-top: 14px; }
body.sticky[data-reduced-header="1"] .header .regular-menu .smaller .logo-text{ margin-top: 12px; }
body.sticky[data-reduced-header="1"] .header .regular-menu .smaller.social-block{ margin-top: 32px; }
body.sticky[data-reduced-header="1"] .header .regular-menu .navbar.nav-horizontal .navmenu.child{ padding-top: 27px !important; }


/* Right Simple */
body.sticky .header .regular-menu.regular-right ul.navmenu{ position:absolute; }
body.sticky .header .regular-menu.regular-right .logo{ float:right; }


/* Right Burger */
body.sticky .header .regular-menu.burger-right .burger-box{ right:-20px; }
body.sticky .header .regular-menu.burger-right .logo{ float: left; }
body.sticky .header .regular-menu.burger-right .social-block{ display: none; }
/*body.sticky .header .regular-menu.burger-right .logo.no-second .logo-text{ margin-top: 41px; }*/
body.sticky[data-reduced-header="1"] .header .regular-menu.burger-right .logo-text{ margin-top: 12px; }
/*body.sticky[data-reduced-header="1"] .header .regular-menu.burger-right .logo.no-second .logo-text{ margin-top: 20px; }*/


/* Left Burger */
body.sticky .header .regular-menu.burger-left .logo{ float:none; }
body.sticky .header .regular-menu.burger-left .social-block{ display:block; }


/* Both */
body.sticky .header .regular-menu .social-block{ right: 0; margin-top: 0; top: 51px; }
body.sticky[data-reduced-header="1"] .header .regular-menu .burger-box{ top: 11px; }
body.sticky[data-reduced-header="1"] .header .regular-menu .social-block{ top: 32px; }


body.sticky[data-reduced-header="1"][data-type-header="4"]:not(.body-home){  padding-top: 80px;  }
body.sticky[data-reduced-header="1"][data-type-header="4"] .header{  height: 80px;  }


/* End Menu 4 */



/* Sticky Menu */

body.sticky[data-sticky-header="1"]:not([data-boxed="3"]) .header{
  position: fixed;
}

/* End Sticky */


/* White Version */ 

body.sticky[data-color-version="1"] .content-grey, body.sticky:not(.transparent-header)[data-color-version="1"] .header, body.sticky[data-color-version="1"]:not(.transparent-header) .footer, body.sticky[data-color-version="1"] .wrapper, body.sticky[data-color-version="1"] .loading-mask, body.sticky[data-color-version="1"], body.sticky[data-color-version="1"] .portfolio-container, body.sticky[data-color-version="1"] .field-form, body.sticky[data-color-version="1"] .theme-images-block{ background-color: #FFF !important; }
body.sticky[data-color-version="1"] p { color: rgba(0,0,0,.55); }
body.sticky[data-color-version="1"] .wrapper .title-page{
  color: #353535;
  border-color: #353535;
}
body.transparent-header[data-color-version="1"] .swapcontrast.background--dark{
  color: #FDFDF7;
}

/* End White Version*/



/* Titles Version */

body.sticky[data-titles-version="2"] .wrapper .title-page,
body.sticky[data-titles-version="4"] .wrapper .title-page{
  font-size: 51px;
  border-bottom-width: 5px;
  /*line-height: 28px;*/
}

body.sticky[data-titles-version="3"] .wrapper .title-page,
body.sticky[data-titles-version="4"] .wrapper .title-page{
  border-bottom-width: 0;
}

/* End Titles Version */



/* Custom Content Version */

body.sticky[data-custom-content="2"] .wrapper .p-wrapper{
  width: 100%;
}
body.sticky[data-custom-content="2"] .wrapper .custom-container{
}

/* End Custom Content Version */


/* Shortcodes */

.custom-container{

}

.custom-container[data-gutter="1"]{
  margin: 20px;
}

.custom-container .container-shortcode-parent{
  position: absolute;
}

.custom-container .container-shortcode{
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  color: #969696;
  /*background-color: #F7F6EF;*/
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  opacity: 0;
  display: block;
}

.custom-container .container-shortcode .inner-content{
  overflow: hidden;
}

.custom-container .container-shortcode a.title-anchor{
  color: inherit;
  border-bottom: 0;
}

.custom-container .container-shortcode p{
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
}

.custom-container .container-shortcode a.title-anchor:hover{
  border-bottom: 0;
  opacity: .8;
}

.custom-container .container-shortcode a.custom-link{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-bottom: 0;
}
.custom-container .container-shortcode a.custom-link:hover{
  border-bottom: 0;
  background-color: #444;
  opacity: .3;
}

.custom-container .container-shortcode:not(.animated){
  opacity: 1;
}

.custom-container .container-shortcode._1columnC{ width:8.333%; }
.custom-container .container-shortcode._2columnsC{ width:16.666%; }
.custom-container .container-shortcode._3columnsC{ width:25%; }
.custom-container .container-shortcode._4columnsC{ width:33.333%; }
.custom-container .container-shortcode._5columnsC{ width:41.666%; }
.custom-container .container-shortcode._6columnsC{ width:50%; }
.custom-container .container-shortcode._7columnsC{ width:58.333%; }
.custom-container .container-shortcode._8columnsC{ width:66.666%; }
.custom-container .container-shortcode._9columnsC{ width:75%; }
.custom-container .container-shortcode._10columnsC{ width:83.333%; }
.custom-container .container-shortcode._11columnsC{ width:91.666%; }
.custom-container .container-shortcode._12columnsC{ width:100%; }

@media (max-width: 767px) {
  .custom-container .container-shortcode._1columnC{ width:16.666%; }
  .custom-container .container-shortcode._2columnsC{ width:25%; }
  .custom-container .container-shortcode._3columnsC{ width:33.333%; }
  .custom-container .container-shortcode._4columnsC{ width:41.666%; }
  .custom-container .container-shortcode._5columnsC{ width:50%; }
  .custom-container .container-shortcode._6columnsC{ width:50%; }
  .custom-container .container-shortcode._7columnsC{ width:58.333%; }
  .custom-container .container-shortcode._8columnsC{ width:66.666%; }
  .custom-container .container-shortcode._9columnsC{ width:75%; }
  .custom-container .container-shortcode._10columnsC{ width:83.333%; }
  .custom-container .container-shortcode._11columnsC{ width:91.666%; }
  .custom-container .container-shortcode._12columnsC{ width:100%; }
}

.custom-container[data-gutter="1"] .container-shortcode._1columnC{ width: calc(8.333% - 14.74px); }
.custom-container[data-gutter="1"] .container-shortcode._2columnsC{ width: calc(16.666% - 9.5px); }
.custom-container[data-gutter="1"] .container-shortcode._3columnsC{ width: calc(25% - 6px); }
.custom-container[data-gutter="1"] .container-shortcode._4columnsC{ width: calc(33.333% - 14.74px); }
.custom-container[data-gutter="1"] .container-shortcode._5columnsC{ width: calc(41.666% - 9.5px); }
.custom-container[data-gutter="1"] .container-shortcode._6columnsC{ width: calc(50% - 9.5px); }
.custom-container[data-gutter="1"] .container-shortcode._7columnsC{ width: calc(58.333% - 6px); }
.custom-container[data-gutter="1"] .container-shortcode._8columnsC{ width: calc(66.666% - 6px); }
.custom-container[data-gutter="1"] .container-shortcode._9columnsC{ width: calc(75% - 9.5px); }
.custom-container[data-gutter="1"] .container-shortcode._10columnsC{ width: calc(83.333% - 6px); }
.custom-container[data-gutter="1"] .container-shortcode._11columnsC{ width: calc(91.666% - 6px); }
.custom-container[data-gutter="1"] .container-shortcode._12columnsC{ width: 100%; }
/* End Shortcodes */

.left-head {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  z-index: 9;
}
.right-head {
  padding-right: 0px;
}
.project-potfolio {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 49.5%;
  margin-bottom: 0px;
  float: left;
  opacity: 0;
}
.project-potfolio.left {
  margin-right: 0.5%;
  clear: both;
}
.project-potfolio.right {
  margin-left: 0.5%;
}
.project-potfolio.middle {
  margin-right: 0.5%;
  margin-left: 0.5%;
}
.mask {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  text-align: center;
  left: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.portfolio-title {
  display: block;
  height: 100%;
  margin-top: -10px;
  -webkit-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -o-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  color: white;
  font-size: 57px;
  font-weight: 400;
  text-align: center;
}
.portfolio-title._3columns-title {
  margin-top: -20px;
  /*margin-top: -34px;*/
  font-size: 51px;
}
.footer {
  height: 100px;
  padding-right: 20px;
  padding-left: 20px;
  clear: both;
  background-color: #CCCCCC;
}
.content-grey {
  padding-top: 125px;
  text-align: center;
}
.content-text {
  text-align: center;
}
.content-text.blog {
  margin-bottom: 100px;
  padding-bottom: 82px;
  border-bottom: 1px solid #dedede;
}
.content-text.blog.last {
  margin-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.content-text.blog.sticky{
  background-color: #CCCCCC;
  padding-top: 75px;
}
.title-page, .title-page.header{
  display: inline-block;
  margin-bottom: 120px;
  padding-bottom: 20px;
  border-bottom: 6px solid #444;
  font-size: 74px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 44px;
}
.title-page.blog {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 51px;
  line-height: 66px;
}
.title-page.title-header{
  text-align: center;
  background-color: transparent;
  margin-bottom: 0 !important;
}
.title-page.background--dark{
  color: #FDFDF7;
  border-color: #FDFDF7;
}
.title-page a{
  border-bottom: 0px !important;
  color: #444 !important;
}
.title-page.overimage{
  display: inline-block !important;
}
.wrapper.multi-title .title-page{
  display: inline;
  padding-bottom: 0px;
  font-weight: 500;
  line-height: 102px;
  font-size: 62px;
}
.wrapper.multi-title .content-grey{
  padding-top: 105px !important;
}

.wrapper.multi-title .p-wrapper{
  margin-top: 75px;
}
.content-grey.titleontop{
  padding-top: 91px !important;
}
.wrapper.multi-title .titleontop{
  padding-top: 16px !important;
}
.wrapper.multi-title .portfolio-ontop{
  padding-top: 105px !important;
}
.image-portfolio {
  margin-bottom: 20px;
}
.p-wrapper p{
  display: inline-block;
  max-width: 701px;
  margin-bottom: 1.6em;
  text-align: left;
}
b, strong{
  font-weight: 500 !important;
  color: #626262;
}
hr{
  border: 0;
  display: block;
  width: 80px;
  margin-top: 30px;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  border-top-style: solid;
  border-top-width: 5px;
}

dl{
  font-size: 20px;
  line-height: 1.5em;
  color: #626262;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 25px;
}

dl dt{
  font-weight: 500;
  padding-top: 25px;
  border-bottom: 1px solid #444;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.4em;
}

dl dt:first-child{
  padding-top: 0px;
}

blockquote{
  background-color: #CCCCCC;
  display: inline-block;
  padding: 34px 49px;
  margin-bottom: 25px; !important;
}

blockquote p{
  margin-bottom: 0px !important;
  font-size: 20px;
  color: #A1A1A1;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 400;
  padding-bottom: 9px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 50px;
  line-height: 40px;
  color: #444;
  text-align: left;
  width: auto;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 60px;;
  border-bottom: 4px solid #444;

  width: auto;
  margin-left: 0;
  display: table;
}

h2{  font-size: 41px; padding-bottom: 3px; border-bottom-width: 3px; }
h3{  font-size: 32px; padding-bottom: 0px; border-bottom-width: 2px; line-height: 35px; }
h4{  font-size: 27px; padding-bottom: 0px; border-bottom-width: 2px; line-height: 31px; }
h5{  font-size: 25px; font-weight: 300; padding-bottom: 0px; border-bottom-width: 1px; line-height: 29px; }
h6{  font-size: 23px; font-weight: 300; padding-bottom: 0px; border-bottom-width: 1px; line-height: 29px; }

h1:after, h2:after, h3:after, h4:after, h5:after, h6:after{
  content: '';
  display: block;
  width: 20px;
  position: absolute;
}

table{
  font-size: 18px;
  line-height: 1.5em;
  color: #626262;
  font-weight: 300;
  margin-bottom: 25px;;
  display: inline-block;
}

table thead th, table td, table tbody th{
  padding-right: 30px;
  border-bottom: 1px solid #EDECE0;
}

table thead th{
  line-height: 2em;
  font-weight: 500;
  border-bottom: 1px solid #444;
}

table tbody th{
  line-height: 2em;
  font-weight: 300;
}

table tr{
  line-height: 2em;
}

address{
  font-size: 17px;
  line-height: 1.3em;
  color: rgba(158, 157, 144, 0.73);
  font-weight: 300;
  margin-bottom: 25px;
}

abbr{
  color: rgba(158, 157, 144, 0.73);
}

acronym{
  border-bottom: 1px dashed;
  color: rgba(158, 157, 144, 0.73);
}

cite{
  color: rgba(158, 157, 144, 0.73);
}

kbd, code, pre, tt{
  font-size: 14px;
  color: #444;
  background-color: #CCCCCC;
  padding: 5px 10px;
}

ins{
  color: rgba(158, 157, 144, 0.73);
  text-decoration: none;
  border-bottom: 1px dashed #C5C4B5;
}

q, var{
  color: rgba(158, 157, 144, 0.73);
}

.p-wrapper hr + h1, .p-wrapper hr + h2, .p-wrapper hr + h3, .p-wrapper hr + h4, .p-wrapper hr + h5, .p-wrapper hr + h6{
  margin-top: -15px;
}
/*.p-wrapper ul + p{
  margin-top: -30px !important;
}*/
.p-wrapper > *:first-child:not(p){
  /*margin-top: -20px !important;*/
  margin-top: 22px !important;
}
.post .p-wrapper > *:first-child:not(p){
  margin-top: -20px !important;
}
h2.subtitle-page, h3.subtitle-page{
  font-size: 31px;
  border-bottom: 0px;
  line-height: 35px;
  margin-bottom: 40px;
}
h3.subtitle-page{
  font-size: 29px;
  margin-bottom: 43px;
}
ul:not(.children), ol:not(.children){
  /*width: 75%;
  margin: 0 auto;*/
  padding-left: 50px;
  text-align: left;
  font-size: 20px;
  line-height: 1.8em;
  color: #626262;
  font-weight: 300;
  
  display: block;
  margin-bottom: 25px;
}

ul b, ul strong, ol b, ol strong{
  font-weight: 400 !important;
}

ul{
  list-style-type: square;
}

ul li{
  padding-left: 10px;
}

.comments-link{
  /*padding-top: 28px;*/
  display: inline-block;
  font-size: 19px;
}

.gallery img{
  border: 0 !important;
}

.gallery dl dt{
  border-bottom: 0px;
}

.edit-link{
  font-size: 19px;
}

.top-left {
  font-size: 13px;
  font-weight: 400;
}
.top-left.copyright {
  font-size: 12px;
}
.separator-one {
  display: block;
  width: 80px;
  height: 107px;
  margin-right: auto;
  margin-left: auto;
  border-top-style: solid;
  border-top-width: 5px;
}
.logo-text {
  padding-top: 10px;
  color: black;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 7px;
  margin-top: 32px;
}

.logo-subtext {
  margin-top: 3px;
  color: black;
  font-size: 7px;
  text-align: center;
  letter-spacing: 6px;
}
.form-wrapper {
  display: block;
  width: 85%;
  max-width: 561px;
  margin-right: auto;
  margin-bottom: 87px;
  margin-left: auto;
}
.label-form {
  margin-bottom: 18px;
  color: #737373;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}
.field-form {
  height: 50px;
  margin-bottom: 34px;
  background-color: #CCCCCC;
  color: #9e9e9e;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}
.field-form.message {
  height: 190px;
  margin-bottom: 75px;
}
.submit-form {
  margin-bottom: 40px;
  padding: 16px 60px;
  border: 5px solid #444;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}
.submit-form:hover {
  background-color: #444;
  color: #ededed;
}
.submit-form.blog {
  display: inline-block;
}
.social-icon {
  width: auto;
  height: auto;
  padding-top: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-family:'Ss social', sans-serif;
  color: #444;
  text-decoration: none;
}

.social-block {
  margin-top: 52px;
  text-align: right;
}
.social-block a:last-child{
  margin-right: 0;
}

.aboutme-image {
  margin-bottom: 99px;
}
.loading-mask {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: white;
}
.footer-copyright {
  padding-top: 40px;
  text-align: center;
}
.footer[data-social="1"] .footer-copyright {
  width: 50%;
  float: left;
  text-align: left;
}
.footer-social {
  float: right;
  width: 50%;
  padding-top: 45px;
  text-align: right;
}
.footer-social a:last-child {
  margin-right: 0;
}
.image-post {
  margin-bottom: 91px;
}
.comments-block {
  display: block;
  width: 85%;
  max-width: 561px;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  text-align: left;
}
.comments-block .comment {
  margin-bottom: 71px;
  padding-top: 65px;
  border-top: 1px solid #dedede;
  position: relative;

}
.comments-block .comments-group .comment:last-child {
  border-bottom: 1px solid #dedede;
  padding-bottom: 48px;
  margin-bottom: 104px;
}
.comments-block .comments-group .comment:first-child {
}
.comments-block .comments-group .children .comment:last-child {
  border-bottom: 0px;
}
.comments-block .comments-group .children{
  list-style: none;
}
.comments-block .comments-group .children .comment{
  padding-bottom: 0px;
  margin-bottom: 63px;
}
.comment-title {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.6em;
}
.comment-title a{
  color: #444 !important;
  border-bottom: 0px !important;
}
.comment-p p {
  font-size: 21px;
}
.comment-date {
  display: inline-block;
  margin-bottom: 18px;
  color: #737373;
  font-size: 16px;
  font-weight: 300;
}
.comment-reply-link{
  font-size: 15px;
}
.comment .reply{
  display: inline-block;
  right: 0;
  top: 76px;
  position: absolute;
}
#cancel-comment-reply-link{
  font-size: 19px;
  margin-left: 31px;
  margin-bottom: 100px;
  display: inline-block;
}
#email-form{
  text-align: center;
}
.avatar-comments{
  display: inline-block;
  margin-right: 12px;
}
.avatar-comments img{
  vertical-align: bottom;
}
.logout-link{
  padding-bottom: 3px;
  position: absolute;
  right: 0;
  font-size: 19px;
}
.bloglist-sepparator {
  height: 1px;
}
.bloglist-date {
  margin-bottom: 89px;
  color: #969696;
  font-size: 17px;
  line-height: 1.6em;
  margin-top: -3px;
}
.wrapper a:not(.submit-form){
  color: #969696;
  text-decoration: none;
  border-bottom: 1px solid #969696;
}
.wrapper a:not(.submit-form):hover{
  color: #444;
  border-bottom: 1px solid #444;
}
._4columns {
  width: 25%;
}
._3columns {
  width: 32.5%;
}
._2columns {
  width: 50%;
}
._1column {
  width: 100%;
}
.p-wrapper {
  margin-bottom: 83px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.n-m-b{
  margin-bottom: 0px;
}

body.sticky .header .navbar.smaller .navmenu{
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 0px;
  visibility: visible;
  opacity: 1;
  margin-left: 0px;
}
body.sticky .header .navbar.smaller .navmenu ul{
  list-style-type: none;
}
body.sticky .header .navbar.smaller .navmenu li{
  margin-bottom: 0px;
  display: block;
  border-bottom: 0px;
}
body.sticky .header .navbar.smaller .navmenu li a{
  font-size: 28px;
  font-weight: 500;
  border: 0px;
  padding: 33px 0 33px 0;
}
body.sticky .header .navbar.smaller .navmenu a:hover{

}

.tags-icon, .categories-icon, .time-icon{
  background: url(images/blog-sprite.gif) no-repeat -5px 2px;
  width: 26px;
  padding: 0 9px;
}
.tags-icon{
  background: url(images/blog-sprite.gif) no-repeat -69px 4px;
  width: 26px;
  padding: 0 8px;
}
.categories-icon{
  background: url(images/blog-sprite.gif) no-repeat -37px 3px;
  width: 26px;
  padding: 0 8px;
}

.wrapp-title{
  width: 75%;
  margin: 0 auto;
}

.no-readmore{
  margin-bottom: -30px;
}

.w-container-menu{
  margin-left: 0;
}


.play-video-button{
  width:64px;
  height: 64px;
  border-radius: 50px;
  background-color: #222222;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: width 200ms ease, height 200ms ease;
  -o-transition: width 200ms ease, height 200ms ease;
  transition: width 200ms ease, height 200ms ease;
}
.image-portfolio .mask:hover + .play-video-button, .project-potfolio .mask:hover + .play-video-button{
  width:80px;
  height:80px;
}
.image-portfolio .mask:hover + .play-video-button:after, .project-potfolio .mask:hover + .play-video-button:after{
  top: 28px;
  left: 33px;
}
.play-video-button:after{
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: relative;
  top: 20px;
  left: 25px;
  -webkit-transition: top 200ms ease, left 200ms ease;
  -o-transition: top 200ms ease, left 200ms ease;
  transition: top 200ms ease, left 200ms ease;
}


html.w-mod-js *[data-ix="fadein-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}
html.w-mod-js *[data-ix="fadein-2"] {
  -webkit-transform: translate(0px, -108px);
  -ms-transform: translate(0px, -108px);
  -o-transform: translate(0px, -108px);
  transform: translate(0px, -108px);
}
html.w-mod-js *[data-ix="fadein-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
html.w-mod-js *[data-ix="fadein-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
html.w-mod-js *[data-ix="fadein-portfolio-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 75px);
  -ms-transform: translate(0px, 75px);
  -o-transform: translate(0px, 75px);
  transform: translate(0px, 75px);
}
html.w-mod-js *[data-ix="fadein-portfolio-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="fadein-portfolio-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}
html.w-mod-js *[data-ix="fadein-portfolio-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}
@media (max-width: 991px) {
  .nav-link {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 13px;
  }
  .body-home {
    overflow-x: visible;
    overflow-y: visible;
  }
  .portfolio-title {
    font-size: 37px;
  }
  body.sticky .footer-right{
    display: none;
  }
  body.sticky .footer.home .footer-copyright{
    padding-top: 40px !important;
    float: none !important;
  }
  body.body-home{
    height: auto;
    padding-top: 120px;
  }
  body.sticky .footer.home{
    position: relative !important;
    height: 100px !important;
    line-height: inherit !important;
  }
  .w-hidden-main{
    float: left;
    width: 100%;
  }
  body.sticky .p-wrapper p {
  }
  body.sticky .project-potfolio._3columns{
    width: 50%;
  }
  body.sticky .project-potfolio._4columns{
    width: 50%;
  }
  body.sticky .theme-images-block .image-portfolio{
    width: 100% !important;
  }

  body.sticky .wrapper .portfolio-container[data-gutter="1"] ._4columns{
    width: calc(50% - 10px);
  }
  body.sticky .wrapper .portfolio-container[data-gutter="1"] ._3columns{
    width: calc(50% - 10px);
  }
  body.sticky .portfolio-container[data-gutter="1"] ._2columns{
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }
  .section {
    padding: 32px 15px;
  }
  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .header {
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo.smaller {
    position: relative;
    width: auto;
  }
  .navbar.smaller {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    margin-top: 34px;
    margin-right: 20px;
    padding-left: 18px;
    z-index: 0;
  }
  .navlink {
    width: 100%;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    color: #444;
  }
  .navmenu {
    width: 100%;
    margin-top: 0px;
    background-color: rgba(253, 253, 249, 0.93);
    -webkit-overflow-scrolling: touch; 
    overflow-y:auto;
    margin-bottom:0px;
    height:100%;
  }

  .project-potfolio {
    width: 100%;
  }
  .project-potfolio.left {
    margin-right: 0%;
  }
  .project-potfolio.right {
    margin-left: 0%;
  }
  .portfolio-title {
    font-size: 45px;
  }
  .social-block.smaller {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 25%;
    margin-right: 20px;
  }
  .menu-botton {
    padding: 14px;
    padding-left: 0px;
    float: left;
    background: url(images/menu-icon.png) no-repeat 5px center;
    color: transparent;
    position: absolute;
    top: 0px;
  }
  .menu-botton.w--open {
    background-color: transparent;
    opacity: .5;
    color: transparent;
  }
  body.sticky .project-potfolio._3columns, body.sticky .project-potfolio._2columns, body.sticky .project-potfolio._4columns{
    width: 100%;
  }

  body.sticky .wrapper .portfolio-container[data-gutter="1"] ._4columns{
    width: 100%;
  }
  body.sticky .wrapper .portfolio-container[data-gutter="1"] ._3columns{
    width: 100%;
  }
  body.sticky .portfolio-container[data-gutter="1"] ._2columns{
    width: 100% !important;
  }

  .title-page.blog {
    font-size: 42px;
    line-height: 57px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrapper.multi-title .title-page{
    font-size: 45px;
    line-height: 71px !important;
    border-width: 4px;
  }

  body.sticky[data-sticky-header="1"]:not([data-boxed="3"]) .header{
    position: absolute;
  }
}
@media (max-width: 479px) {
  .button {
    display: block;
  }
  .section {
    padding-right: 11px;
  }
  .nav-link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header {
    position: absolute;
    height: 130px;
  }
  .navbar.smaller {
    margin: 36px auto 0px;
  }
  .navlink {
    font-size: 20px;
    line-height: 44px;
  }
  .portfolio-title {
    font-size: 34px;
  }
  .portfolio-title._3columns-title {
    font-size: 34px;
  }
  .content-grey {
    padding-top: 83px !important;
  }
  .title-page {
    margin-bottom: 89px;
    padding-bottom: 0px;
    font-size: 51px;
    line-height: 62px;
  }
  .wrapper.multi-title .title-page{
    font-size: 40px;
    line-height: 67px !important;
    border-width: 4px;
  }
  .wrapper.multi-title .content-grey{
    padding-top: 81px !important;
  }
  body.sticky .title-page:not(.blog){

  }
  .p-wrapper{
    width:85%;
  }
  .p-wrapper p{
    /*width: 85%;*/
    font-size: 22px;
    margin-left: 0; 
    margin-right: 0; 
    width: 100%;
  }
  .logo-text {
    padding-top: 0px;
  }
  .menu-botton {
    position: absolute;
    display: block;
    margin-top: 36px;
    margin-left: 115px;
    padding-left: 18px;
  }
  .navbar.smaller{
    padding-left: 0px;
  }
  .w-container-menu{
    width: 23px;
    height: 50px;
    margin-left: auto;
  }
  .menu-botton{
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 31px;
  }
  .title-page.blog {
    font-size: 36px;
    line-height: 47px;
  }
  .title-page:not(.blog) {
    /*border-bottom: 5px solid #444 !important;*/
    line-height: 1.2em !important;
  }
  .reply{
    top:30px !important;
  }
  .wrapp-title{
    width: 100%;
  }
}
.error, .success{
  font-size: 25px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 43px;
  color: red;
}
.success{
  color: rgb(0, 196, 0);
}

.wp-caption{
  max-width: 100%;
}
.wp-caption-text {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.gallery-caption{}
.bypostauthor{}
.alignright{ 
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;

 }
.alignleft{
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.aligncenter{ margin: 0 auto; }

.pag-nav{
  border-top: 1px solid #dedede;
  padding-top: 77px;
}

.pag-nav a{
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
}

.pag-nav.list-post{
  border-top: 0px;
  padding-top: 0px;
  padding-bottom: 85px;
}

.social-block, .social-icon{text-rendering: optimizeLegibility;}

.wrapper{
  padding: 0;
}

#email-form .form-submit, .comment-respond .comment-reply-title{
  display: none;
}

.submit-form.portfolio{
  margin-top: 0px;
  display: inline-block;
  margin-bottom: 108px;
}

.services-list{
  width: 75%;
  margin: 0 auto;
  color: rgba(158, 157, 144, 0.73);
  margin-bottom: 57px;
  margin-top: -18px;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.6em;
}

body.sticky .header{
  height: 120px;
  position: absolute;
  z-index: 1;
}


/* Boxed */
body.sticky[data-boxed="1"] .header, body.sticky[data-boxed="1"] .footer, body.sticky[data-boxed="1"] .wrapper,
body.sticky[data-boxed="3"] .header, body.sticky[data-boxed="3"] .footer, body.sticky[data-boxed="3"] .wrapper{
  max-width: 940px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

body.sticky[data-boxed="1"][data-boxed-width="1"] .header, body.sticky[data-boxed="1"][data-boxed-width="1"] .footer, body.sticky[data-boxed="1"][data-boxed-width="1"] .wrapper,
body.sticky[data-boxed="3"][data-boxed-width="1"] .header, body.sticky[data-boxed="3"][data-boxed-width="1"] .footer, body.sticky[data-boxed="3"][data-boxed-width="1"] .wrapper{
  max-width: 1294px;
}

body.sticky[data-boxed="1"], 
body.sticky[data-boxed="3"]{
  background-color: #F0F0EA;
}

body.sticky[data-boxed="2"] .wrapper.inner .content-grey, body.sticky[data-boxed="2"] .wrapper.inner .page-header-image,
body.sticky[data-boxed="3"] .wrapper.inner .content-grey, body.sticky[data-boxed="3"] .wrapper.inner .page-header-image{
  border: 20px solid #CCCCCC;
  border-top: 0;
  border-bottom: 0;
}

/* End Boxed */


/* Transparent & Border & Boxed */

body.sticky.transparent-header[data-boxed="3"][data-type-header="2"]:not([data-reduced-header="1"]) .header:not(.smaller){

}
body.sticky.transparent-header[data-boxed="3"]:not([data-reduced-header="1"]){
  padding-top: 140px !important;
}

body.sticky.transparent-header[data-boxed="2"]:not([data-reduced-header="1"]){
  padding-top: 120px;
}

body.sticky.transparent-header[data-boxed="3"] .header:not(.smaller){
  /*background-color: #F0F0EA;*/
  background-color: transparent;
  height: 140px;
  border-bottom: 20px solid #CCCCCC;
}

body.sticky.transparent-header[data-boxed="2"] .header:not(.smaller){
  background-color: #CCCCCC;
  height: 120px;
}


body.sticky.transparent-header[data-boxed="1"] .header:not(.smaller){
  /*background-color: #F0F0EA;*/
}

body.sticky.transparent-header[data-boxed="3"] .header:not(.smaller) .underneath-menu:not(.expanded) .underneath-top ul.navmenu:not(.child) > li{
  background-color: transparent;
}

body.sticky.transparent-header[data-boxed="3"][data-type-header="2"][data-reduced-header="1"],
body.sticky.transparent-header[data-boxed="3"][data-type-header="4"][data-reduced-header="1"]{
  padding-top: 100px;
}

body.sticky.transparent-header[data-boxed="3"][data-type-header="2"][data-reduced-header="1"] .header:not(.smaller),
body.sticky.transparent-header[data-boxed="3"][data-type-header="4"][data-reduced-header="1"] .header:not(.smaller){
  height: 100px;
}

body.sticky.transparent-header[data-boxed="2"][data-type-header="4"][data-reduced-header="1"] .header:not(.smaller),
body.sticky.transparent-header[data-boxed="2"][data-type-header="2"][data-reduced-header="1"] .header:not(.smaller){
  height: 80px;
}

body.sticky.transparent-header[data-boxed="3"][data-type-header="3"],
body.sticky.transparent-header[data-boxed="3"][data-type-header="1"],
body.sticky.transparent-header[data-boxed="2"][data-type-header="3"],
body.sticky.transparent-header[data-boxed="2"][data-type-header="1"]{
  padding-top: 120px;
}

body.sticky.transparent-header[data-boxed="3"] .header:not(.smaller){
  /*padding-left: 0;
  padding-right: 0;*/
}

body.sticky.transparent-header[data-boxed="3"] .wrapper .content-grey:first-child{
  /*margin-top: 20px;*/
}

body.sticky.transparent-header[data-boxed="3"] #menu-mask{
  /*background-color: rgba(255,255,255,.7);*/
}

body.sticky.transparent-header[data-boxed="2"] .header:not(.smaller){
  /*padding-left: 0;
  padding-right: 0;*/
}


body.sticky.transparent-header .footer{
  background-color: transparent;
}

body.sticky.transparent-header[data-reduced-header="1"]:not(.body-home) .footer{
  height: 70px;
}

body.sticky.transparent-header[data-reduced-header="1"]:not(.body-home) .footer .footer-copyright{
  padding-top: 24px;
}
body.sticky.transparent-header[data-reduced-header="1"] .footer .footer-social{
  padding-top: 27px;
}

body.sticky[data-boxed="3"] .wrapper.inner .content-grey:last-child{
  border-bottom: 20px solid #CCCCCC;
}

/* End */

body.sticky .title-page:not(.blog){
  margin-bottom: 80px;
  text-align: center;
}



body.sticky .title-page.portfolio-title-page{
  margin-top: 20px;
  margin-bottom: 142px;
}

body.sticky .wrapper.inner.multi-title .title-page.portfolio-title-page:after{
  height: 142px;
  position: relative;
}

body.sticky .wrapper.inner.multi-title .title-page.project-title-page + .services-list:before{
  content:'';
  height:100px;
  display:inline-block;
}

body.sticky .wrapper.inner.multi-title .title-page.project-title-page + .services-list{
  margin-bottom: -18px;
}

body.sticky .header .logo{
  /*margin-top: 32px;*/
  margin-top: 0;
  /*height: 120px;
  overflow: hidden;*/
  /*width: 100%;*/
}

body.sticky .header .social-block{
  margin-top: 51px;
}

body.sticky .p-wrapper p{
  display: block;
  margin: 0 auto;
  padding-bottom: 0px;
  margin-bottom: 52px;
  max-width: 100%;
}

body.sticky .content-grey{
  padding-top: 122px;
}

body.sticky .portfolio-container{
  background-color: #F7F6EF;
  overflow: hidden;
}

body.sticky .project-potfolio.left {
  margin-right: 0 !important;
}

body.sticky .project-potfolio.right {
  margin-left: 0 !important;
}

body.sticky .project-potfolio{
  margin-bottom: 0px !important;
  width: 50%;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-size: cover;

  -webkit-backface-visibility: hidden;

  -webkit-transform: perspective(999px);
  -moz-transform: perspective(999px);
  -ms-transform: perspective(999px);
  -o-transform: perspective(999px);
  transform: perspective(999px);


}


/* Portfolio Gutter */

body.sticky .project-potfolio img{
  opacity: 0;
  display: block;
}

body.sticky .project-potfolio a{
  border-bottom: 0px;
  width: 100%;
  display: block;
}

body.sticky .project-potfolio a:hover{
  border-bottom: 0px;
}

body.sticky .wrapper.vertical{
  background-color: #F7F6EF;
}

body.sticky .wrapper.vertical .portfolio-container{
  margin: 0 auto;
}

body.sticky .wrapper.vertical._940 .portfolio-container{
  max-width: 940px;
}

body.sticky .wrapper.vertical._1294 .portfolio-container{
  max-width: 1294px;
}

/* Three Columns */
    body.sticky .project-potfolio._3columns.aspectratio{
      height: 0;
      padding: 22% 0 0 0;
      overflow: hidden;
    }

    body.sticky .project-potfolio._3columns.aspectratio a{
      position: absolute;
      top: 0;
      height: 100%;
    }

    /* 4 : 3 */
      body.sticky .project-potfolio._3columns.aspectratio.ar_4_3{
        padding: 25% 0 0 0;
      }

      body.sticky .project-potfolio._3columns.aspectratio.ar_4_3.double-height,
      body.sticky .project-potfolio._3columns.aspectratio.ar_4_3.double-both{
        padding: 50% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_4_3.double-width,
      body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_4_3.double-both{
        width: 66.666%;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_4_3.double-width,
      body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_4_3.double-both{
        width: calc(66.666% - 6px);
      }
    /* */

    /* 1 : 1 */
      body.sticky .project-potfolio._3columns.aspectratio.ar_1_1{
        padding: 33.333% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.ar_1_1{
        padding: calc(33.333% - 13px) 0 0 0;
      }

      body.sticky .project-potfolio._3columns.aspectratio.ar_1_1.double-height,
      body.sticky .project-potfolio._3columns.aspectratio.ar_1_1.double-both{
        padding: 66.666% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.ar_1_1.double-height,
      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.ar_1_1.double-both{
        padding: calc(66.666% - 6px) 0 0 0;
      }

      body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_1_1.double-width,
      body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_1_1.double-both{
        width: 66.666%;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_1_1.double-width,
      body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_1_1.double-both{
        width: calc(66.666% - 6px);
      }
    /* */

    /* 3 : 2 */
      body.sticky .project-potfolio._3columns.aspectratio.ar_3_2{
        padding: 22.25% 0 0 0;
      }

      body.sticky .project-potfolio._3columns.aspectratio.ar_3_2.double-height,
      body.sticky .project-potfolio._3columns.aspectratio.ar_3_2.double-both{
        padding: 44.5% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_3_2.double-width,
      body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_3_2.double-both{
        width: 66.666%;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_3_2.double-width,
      body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_3_2.double-both{
        width: calc(66.666% - 6px);
      }
    /* */

    /* 16 : 9 */
      body.sticky .project-potfolio._3columns.aspectratio.ar_16_9{
        padding: 18.8% 0 0 0;
      }

      body.sticky .project-potfolio._3columns.aspectratio.ar_16_9.double-height,
      body.sticky .project-potfolio._3columns.aspectratio.ar_16_9.double-both{
        padding: 37.6% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_16_9.double-width,
      body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_16_9.double-both{
        width: 66.666%;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_16_9.double-width,
      body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_16_9.double-both{
        width: calc(66.666% - 6px);
      }
    /* */

    /* 3 : 1 */
      body.sticky .project-potfolio._3columns.aspectratio.ar_3_1{
        padding: 11.1% 0 0 0;
      }

      body.sticky .project-potfolio._3columns.aspectratio.ar_3_1.double-height,
      body.sticky .project-potfolio._3columns.aspectratio.ar_3_1.double-both{
        padding: 22.2% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_3_1.double-width,
      body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_3_1.double-both{
        width: 66.666%;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_3_1.double-width,
      body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_3_1.double-both{
        width: calc(66.666% - 6px);
      }
    /* */

    @media (max-width: 991px) {

      body.sticky .wrapper .project-potfolio._3columns.aspectratio.double-width,
      body.sticky .wrapper .project-potfolio._3columns.aspectratio.double-both{
        width: 100%;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.double-width,
      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.double-both{
        width: 100%;
      }

      /* 4 : 3 */
        body.sticky .project-potfolio._3columns.aspectratio.ar_4_3{
          padding: 37.5% 0 0 0;
        }

        body.sticky .project-potfolio._3columns.aspectratio.ar_4_3.double-height,
        body.sticky .project-potfolio._3columns.aspectratio.ar_4_3.double-both{
          padding: 75% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_4_3.double-width,
        body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_4_3.double-both{
          width: 100%;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_4_3.double-width,
        body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_4_3.double-both{
          width: 100%;
        }
      /* */

      /* 1 : 1 */
        body.sticky .project-potfolio._3columns.aspectratio.ar_1_1{
          padding: 50% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.ar_1_1{
          padding: calc(50% - 10px) 0 0 0;
        }

        body.sticky .project-potfolio._3columns.aspectratio.ar_1_1.double-height,
        body.sticky .project-potfolio._3columns.aspectratio.ar_1_1.double-both{
          padding: 100% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.ar_1_1.double-height,
        body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.ar_1_1.double-both{
          padding: 100% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_1_1.double-width,
        body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_1_1.double-both{
          width: 100%;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_1_1.double-width,
        body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_1_1.double-both{
          width: 100%;
        }
      /* */

      /* 3 : 2 */
        body.sticky .project-potfolio._3columns.aspectratio.ar_3_2{
          padding: 33.333% 0 0 0;
        }

        body.sticky .project-potfolio._3columns.aspectratio.ar_3_2.double-height,
        body.sticky .project-potfolio._3columns.aspectratio.ar_3_2.double-both{
          padding: 66.666% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_3_2.double-width,
        body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_3_2.double-both{
          width: 100%;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_3_2.double-width,
        body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_3_2.double-both{
          width: 100%;
        }
      /* */

      /* 16 : 9 */
        body.sticky .project-potfolio._3columns.aspectratio.ar_16_9{
          padding: 28.1% 0 0 0;
        }

        body.sticky .project-potfolio._3columns.aspectratio.ar_16_9.double-height,
        body.sticky .project-potfolio._3columns.aspectratio.ar_16_9.double-both{
          padding: 56.2% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_16_9.double-width,
        body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_16_9.double-both{
          width: 100%;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_16_9.double-width,
        body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_16_9.double-both{
          width: 100%;
        }
      /* */

      /* 3 : 1 */
        body.sticky .project-potfolio._3columns.aspectratio.ar_3_1{
          padding: 16.666% 0 0 0;
        }

        body.sticky .project-potfolio._3columns.aspectratio.ar_3_1.double-height,
        body.sticky .project-potfolio._3columns.aspectratio.ar_3_1.double-both{
          padding: 33.333% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_3_1.double-width,
        body.sticky .wrapper .portfolio-container .project-potfolio._3columns.aspectratio.ar_3_1.double-both{
          width: 100%;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_3_1.double-width,
        body.sticky .wrapper .portfolio-container[data-gutter="1"]  .project-potfolio._3columns.aspectratio.ar_3_1.double-both{
          width: 100%;
        }
      /* */
    }

    @media (max-width: 767px) {

      body.sticky .wrapper .grid-wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.double-width,
      body.sticky .wrapper .grid-wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.double-both{
        width: 100%;
      }

      /* 4 : 3 */
        body.sticky .project-potfolio._3columns.aspectratio.ar_4_3{
          padding: 75% 0 0 0;
        }
      /* */

      /* 1 : 1 */
        body.sticky .project-potfolio._3columns.aspectratio.ar_1_1{
          padding: 100% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.ar_1_1{
          padding: 100% 0 0 0;
        }

        body.sticky .project-potfolio._3columns.aspectratio.ar_1_1.double-height,
        body.sticky .project-potfolio._3columns.aspectratio.ar_1_1.double-both{
          padding: 100% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.ar_1_1.double-width,
        body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.ar_1_1.double-both{
          width: 100%;
        }
      /* */

      body.sticky .project-potfolio._3columns.aspectratio.ar_3_2{
        padding: 66.666% 0 0 0;
      }

      body.sticky .project-potfolio._3columns.aspectratio.ar_16_9{
        padding: 56.3% 0 0 0;
      }

      body.sticky .project-potfolio._3columns.aspectratio.ar_3_1{
        padding: 33.333% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.double-height{
        padding-bottom: 0;
      }
    }

    /* Double Sizes */
      body.sticky .project-potfolio._3columns.aspectratio.double-width,
      body.sticky .project-potfolio._3columns.aspectratio.double-both{
        width: 66.666%;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.double-width,
      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.double-both{
        width: calc(66.666% - 6px);
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.double-height,
      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._3columns.aspectratio.double-both{
        padding-bottom:20px;
      }

    /* End Double Sizes */

/* End Three Columns */

/* Two Columns */
    body.sticky .project-potfolio._2columns.aspectratio{
      height: 0;
      padding: 22% 0 0 0;
      overflow: hidden;
    }

    body.sticky .project-potfolio._2columns.aspectratio a{
      position: absolute;
      top: 0;
      height: 100%;
      left: 0;
      width: 100%;
      border: 0;
    }


    /* 4 : 3 */
      body.sticky .project-potfolio._2columns.aspectratio.ar_4_3{
        padding: 37.5% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_4_3{
        padding: calc(37.5% - 10px) 0 0 0;
      }

      body.sticky .project-potfolio._2columns.aspectratio.ar_4_3.double-height,
      body.sticky .project-potfolio._2columns.aspectratio.ar_4_3.double-both{
        padding: 75% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_4_3.double-height,
      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_4_3.double-both{
        padding: 75% 0 0 0;
      }
    /* */

    /* 1 : 1 */
      body.sticky .project-potfolio._2columns.aspectratio.ar_1_1{
        padding: 50% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_1_1{
        padding: calc(50% - 10px) 0 0 0;
      }

      body.sticky .project-potfolio._2columns.aspectratio.ar_1_1.double-height,
      body.sticky .project-potfolio._2columns.aspectratio.ar_1_1.double-both{
        padding: 100% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_1_1.double-height,
      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_1_1.double-both{
        padding: 100% 0 0 0;
      }
    /* */

    /* 3 : 2 */
      body.sticky .project-potfolio._2columns.aspectratio.ar_3_2{
        padding: 33.333% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_3_2{
        padding: calc(33.333% - 10px) 0 0 0;
      }

      body.sticky .project-potfolio._2columns.aspectratio.ar_3_2.double-height,
      body.sticky .project-potfolio._2columns.aspectratio.ar_3_2.double-both{
        padding: 66.666% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_3_2.double-height,
      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_3_2.double-both{
        padding: 66.666% 0 0 0;
      }
    /* */

    /* 16 : 9 */
      body.sticky .project-potfolio._2columns.aspectratio.ar_16_9{
        padding: 28.1% 0 0 0;
      }

      body.sticky .project-potfolio._2columns.aspectratio.ar_16_9.double-height,
      body.sticky .project-potfolio._2columns.aspectratio.ar_16_9.double-both{
        padding: 56.2% 0 0 0;
      }
    /* */

    /* 3 : 1 */
      body.sticky .project-potfolio._2columns.aspectratio.ar_3_1{
        padding: 16.666% 0 0 0;
      }

      body.sticky .project-potfolio._2columns.aspectratio.ar_3_1.double-height,
      body.sticky .project-potfolio._2columns.aspectratio.ar_3_1.double-both{
        padding: 33.333% 0 0 0;
      }
    /* */

    @media (max-width: 991px) {

      /* 4 : 3 */
        body.sticky .project-potfolio._2columns.aspectratio.ar_4_3{
          padding: 37.5% 0 0 0;
        }
      /* */

      /* 1 : 1 */
        body.sticky .project-potfolio._2columns.aspectratio.ar_1_1{
          padding: 50% 0 0 0;
        }

        body.sticky .project-potfolio._3columns.aspectratio.ar_1_1.double-height,
        body.sticky .project-potfolio._3columns.aspectratio.ar_1_1.double-both{
          padding: 100% 0 0 0;
        }
      /* */

      /* 3 : 2 */
        body.sticky .project-potfolio._2columns.aspectratio.ar_3_2{
          padding: 33.333% 0 0 0;
        }

        body.sticky .project-potfolio._3columns.aspectratio.ar_3_2.double-height,
        body.sticky .project-potfolio._3columns.aspectratio.ar_3_2.double-both{
          padding: 66.666% 0 0 0;
        }
      /* */

      body.sticky .project-potfolio._2columns.aspectratio.ar_16_9{
        padding: 28.1% 0 0 0;
      }

      body.sticky .project-potfolio._2columns.aspectratio.ar_3_1{
        padding: 16.666% 0 0 0;
      }

    }

    @media (max-width: 767px) {
      /* 4 : 3 */
        body.sticky .project-potfolio._2columns.aspectratio.ar_4_3{
          padding: 75% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_4_3{
          padding: 75% 0 0 0;
        }
      /* */

      /* 1 : 1  */
        body.sticky .project-potfolio._2columns.aspectratio.ar_1_1{
          padding: 100% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_1_1{
          padding: 100% 0 0 0;
        }
      /* */ 

      /* 3 : 2 */
        body.sticky .project-potfolio._2columns.aspectratio.ar_3_2{
          padding: 66.666% 0 0 0;
        }

        body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.ar_3_2{
          padding: 66.666% 0 0 0;
        }
      /* */

      body.sticky .project-potfolio._2columns.aspectratio.ar_16_9{
        padding: 56.3% 0 0 0;
      }

      body.sticky .project-potfolio._2columns.aspectratio.ar_3_1{
        padding: 33.333% 0 0 0;
      }

      body.sticky .wrapper .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.double-height{
        padding-bottom: 0;
      }
    }

    /* Double Sizes */
      body.sticky .wrapper .grid-wrapper .project-potfolio._2columns.aspectratio.double-width,
      body.sticky .wrapper .grid-wrapper .project-potfolio._2columns.aspectratio.double-both{
        width:  100%;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._2columns.aspectratio.double-height{
        padding-bottom:20px;
      }

    /* End Double Sizes */

/* End Two Columns */


/* One Column */
body.sticky .project-potfolio._1column.aspectratio{
  height: 0;
  padding: 22% 0 0 0;
  overflow: hidden;
}

body.sticky .project-potfolio._1column.aspectratio a{
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  border: 0;
}

body.sticky .project-potfolio._1column.aspectratio.ar_4_3{
  padding: 75% 0 0 0;
}

body.sticky .project-potfolio._1column.aspectratio.ar_1_1{
  padding: 100% 0 0 0;
}

body.sticky .project-potfolio._1column.aspectratio.ar_3_2{
  padding: 66.666% 0 0 0;
}

body.sticky .project-potfolio._1column.aspectratio.ar_16_9{
  padding: 56.3% 0 0 0;
}

body.sticky .project-potfolio._1column.aspectratio.ar_3_1{
  padding: 33.333% 0 0 0;
}
/* End One Column */


/* Four Columns */
    body.sticky .project-potfolio._4columns.aspectratio{
      height: 0;
      padding: 22% 0 0 0;
      overflow: hidden;
    }

    body.sticky .project-potfolio._4columns.aspectratio a{
      position: absolute;
      top: 0;
      height: 100%;
      left: 0;
      width: 100%;
      border: 0;
    }

    /* 4 : 3 */
      body.sticky .project-potfolio._4columns.aspectratio.ar_4_3{
        padding: 18.75% 0 0 0;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_4_3{
        padding: calc(18.75% - 10px) 0 0 0;
      }

      body.sticky .project-potfolio._4columns.aspectratio.ar_4_3.double-height,
      body.sticky .project-potfolio._4columns.aspectratio.ar_4_3.double-both{
        padding: 37.5% 0 0 0;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_4_3.double-height,
      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_4_3.double-both{
        padding: 37.5% 0 0 0;
      }
    /* */

    /* 1 : 1 */
      body.sticky .project-potfolio._4columns.aspectratio.ar_1_1{
        padding: 25% 0 0 0;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_1_1{
        padding: calc(25% - 15px) 0 0 0;
      }

      body.sticky .project-potfolio._4columns.aspectratio.ar_1_1.double-height,
      body.sticky .project-potfolio._4columns.aspectratio.ar_1_1.double-both{
        padding: 50% 0 0 0;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_1_1.double-height,
      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_1_1.double-both{
        padding: calc(50% - 10px) 0 0 0;
      }
    /* */

    /* 3 : 2 */
      body.sticky .project-potfolio._4columns.aspectratio.ar_3_2{
        padding: 16.666% 0 0 0;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_2{
        padding: calc(16.666% - 10px) 0 0 0;
      }

      body.sticky .project-potfolio._4columns.aspectratio.ar_3_2.double-height,
      body.sticky .project-potfolio._4columns.aspectratio.ar_3_2.double-both{
        padding: 33.333% 0 0 0;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_2.double-height,
      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_2.double-both{
        padding: calc(33.333% - 0px) 0 0 0;
      }
    /* */

    /* 16 : 9 */
      body.sticky .project-potfolio._4columns.aspectratio.ar_16_9{
        padding: 14% 0 0 0;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_16_9{
        padding: 14% 0 0 0;
      }

      body.sticky .project-potfolio._4columns.aspectratio.ar_16_9.double-height,
      body.sticky .project-potfolio._4columns.aspectratio.ar_16_9.double-both{
        padding: 28% 0 0 0;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_16_9.double-height,
      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_16_9.double-both{
        padding: calc(28% + 20px) 0 0 0;
      }
    /* */

    /* 3 : 1 */
      body.sticky .project-potfolio._4columns.aspectratio.ar_3_1{
        padding: 8.333% 0 0 0;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_1{
        padding: 8.333% 0 0 0;
      }

      body.sticky .project-potfolio._4columns.aspectratio.ar_3_1.double-height,
      body.sticky .project-potfolio._4columns.aspectratio.ar_3_1.double-both{
        padding: 16.666% 0 0 0;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_1.double-height,
      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_1.double-both{
        padding: calc(16.666% + 20px) 0 0 0;
      }
    /* */

    @media (max-width: 991px) {

      /* 4 : 3 */
        body.sticky .project-potfolio._4columns.aspectratio.ar_4_3{
          padding: 37.5% 0 0 0;
        }

        body.sticky .project-potfolio._4columns.aspectratio.ar_4_3.double-height,
        body.sticky .project-potfolio._4columns.aspectratio.ar_4_3.double-both{
          padding: 75% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_4_3{
          padding: calc(37.5% - 10px) 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_4_3.double-height,
        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_4_3.double-both{
          padding: 75% 0 0 0;
        }
      /* */

      /* 1 : 1 */

        body.sticky .project-potfolio._4columns.aspectratio.ar_1_1{
          padding: 50% 0 0 0;
        }

        body.sticky .project-potfolio._4columns.aspectratio.ar_1_1.double-height,
        body.sticky .project-potfolio._4columns.aspectratio.ar_1_1.double-both{
          padding: 100% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_1_1{
          padding: calc(50% - 10px) 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_1_1.double-height,
        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_1_1.double-both{
          padding: 100% 0 0 0;
        }

      /* */

      /* 3 : 2 */
        body.sticky .project-potfolio._4columns.aspectratio.ar_3_2{
          padding: 32.6% 0 0 0;
        }

        body.sticky .project-potfolio._4columns.aspectratio.ar_3_2.double-height,
        body.sticky .project-potfolio._4columns.aspectratio.ar_3_2.double-both{
          padding: 65.2% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_2{
          padding: 32.6% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_2.double-height,
        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_2.double-both{
          padding: calc(65.2% + 20px) 0 0 0;
        }
      /* */

      /* 16 : 9 */
        body.sticky .project-potfolio._4columns.aspectratio.ar_16_9{
          padding: 28% 0 0 0;
        }

        body.sticky .project-potfolio._4columns.aspectratio.ar_16_9.double-height,
        body.sticky .project-potfolio._4columns.aspectratio.ar_16_9.double-both{
          padding: 56% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_16_9{
          padding: 28% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_16_9.double-height,
        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_16_9.double-both{
          padding: calc(56% + 20px) 0 0 0;
        }
      /* */

      /* 3 : 1 */
        body.sticky .project-potfolio._4columns.aspectratio.ar_3_1{
          padding: 16.666% 0 0 0;
        }

        body.sticky .project-potfolio._4columns.aspectratio.ar_3_1.double-height,
        body.sticky .project-potfolio._4columns.aspectratio.ar_3_1.double-both{
          padding: 33.333% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_1{
          padding: 16.666% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_1.double-height,
        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_1.double-both{
          padding: calc(33.333% + 20px) 0 0 0;
        }

      /* */

      body.sticky .wrapper .grid-wrapper .portfolio-container .project-potfolio._4columns.aspectratio.double-width,
      body.sticky .wrapper .grid-wrapper .portfolio-container .project-potfolio._4columns.aspectratio.double-both{
        width:  100%;
      }
    }

    @media (max-width: 767px) {

      /* 4 : 3 */
        
        body.sticky .project-potfolio._4columns.aspectratio.ar_4_3{
          padding: 75% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_4_3{
          padding: 75% 0 0 0;
        }

        body.sticky .project-potfolio._4columns.aspectratio.ar_4_3.double-height,
        body.sticky .project-potfolio._4columns.aspectratio.ar_4_3.double-both{
          padding: 75% 0 0 0;
        }

      /* */

      /* 1 : 1 */
      
        body.sticky .project-potfolio._4columns.aspectratio.ar_1_1{
          padding: 100% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_1_1{
          padding: 100% 0 0 0;
        }

        body.sticky .project-potfolio._4columns.aspectratio.ar_1_1.double-height,
        body.sticky .project-potfolio._4columns.aspectratio.ar_1_1.double-both{
          padding: 100% 0 0 0;
        }

      /* */

      /* 3 : 2 */
        body.sticky .project-potfolio._4columns.aspectratio.ar_3_2{
          padding: 66.666% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_2{
          padding: 66.666% 0 0 0;
        }

        body.sticky .project-potfolio._4columns.aspectratio.ar_3_2.double-height,
        body.sticky .project-potfolio._4columns.aspectratio.ar_3_2.double-both{
          padding: 100% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_2.double-height,
        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_2.double-both{
          padding: 66.666% 0 0 0;
        }
      /* */

      /* 16 : 9 */
        body.sticky .project-potfolio._4columns.aspectratio.ar_16_9{
          padding: 56.3% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_16_9{
          padding: 56.3% 0 0 0;
        }

        body.sticky .project-potfolio._4columns.aspectratio.ar_16_9.double-height,
        body.sticky .project-potfolio._4columns.aspectratio.ar_16_9.double-both{
          padding: 100% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_16_9.double-height,
        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_16_9.double-both{
          padding: 56.3% 0 0 0;
        }
      /* */

      /* 3 : 1 */
        body.sticky .project-potfolio._4columns.aspectratio.ar_3_1{
          padding: 33.333% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_1{
          padding: 33.333% 0 0 0;
        }

        body.sticky .project-potfolio._4columns.aspectratio.ar_3_1.double-height,
        body.sticky .project-potfolio._4columns.aspectratio.ar_3_1.double-both{
          padding: 100% 0 0 0;
        }

        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_1.double-height,
        body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.ar_3_1.double-both{
          padding: 33.333% 0 0 0;
        }
      /* */

    }

    /* Double Sizes */
      body.sticky .wrapper .portfolio-container .project-potfolio._4columns.aspectratio.double-width,
      body.sticky .wrapper .portfolio-container .project-potfolio._4columns.aspectratio.double-both{
        width:  50%;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.double-height,
      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.double-both{
        padding-bottom:20px;
      }

      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.double-width,
      body.sticky .portfolio-container[data-gutter="1"] .project-potfolio._4columns.aspectratio.double-both{
        width: calc(50% - 9.5px);
      }

    /* End Double Sizes */

/* End Four Columns */



body.sticky ._3columns{
  width: 33.333%;
}

body.sticky ._2columns{
  width: 50%;
}

body.sticky ._1column{
  width: 100%;
}

body.sticky ._4columns{
  width: 25%;
}

body.sticky .portfolio-container[data-gutter="1"] ._4columns{
  width: calc(25% - 14.74px);
}

body.sticky .portfolio-container[data-gutter="1"] ._3columns{
  width: calc(33.333% - 13.333px);
}

body.sticky .portfolio-container[data-gutter="1"] ._2columns{
  width: calc(50% - 10px);
}

body.sticky .portfolio-container[data-gutter="1"] ._1column{
  width: 100%;
}

body.sticky .portfolio-container[data-gutter="1"]{
  margin: 20px;
}

body.sticky[data-color-version="1"] .portfolio-container[data-gutter="1"]{
  margin-top: 0;
  margin-bottom: 0;
}

body.sticky .content-grey.grid-wrapper{
  padding-top: 0px !important;
  overflow: hidden;
}

body.sticky .project-potfolio.middle {
margin-right: 0 !important;
margin-left: 0 !important;
}

body.sticky .home-slider .w-slide{
  background-repeat: no-repeat;
  background-size: cover;
}

body.sticky .home-slider .w-slide .mask-slide{
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: .5;
  pointer-events: none;
}


body.sticky .home-slider .w-video{
  height: 100%;
}

body.sticky[data-animation-version="1"] .image-portfolio {
margin-bottom: 0px;
opacity: 0;
}

body.sticky .p-wrapper.nocolumns p{
}

body.sticky .image-post {
  margin-bottom: 108px;
}

body.sticky .separator-one{
  height: 106px;
  clear: both;
}

body.sticky .separator-one.nop{
  height: 30px;
}

body.sticky .p-wrapper:not(.notspacing){
  margin-bottom: 55px;
  margin-top: -14px;

}

body.sticky .form-wrapper{
  margin-top: -21px;
}

body.sticky .wrapper.inner .content-grey{
  background-color: #CCC;
}


body.sticky .theme-images-block{
  background-color: #F7F6EF;
}



body.sticky .image-portfolio{
  margin-bottom: 0px !important;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  -webkit-backface-visibility: hidden;

  -webkit-transform: perspective(999px);
  -moz-transform: perspective(999px);
  -ms-transform: perspective(999px);
  -o-transform: perspective(999px);
  transform: perspective(999px);

  border-bottom: 0px;
  background-color: #444;
}



body.sticky .image-portfolio img{
  visibility: hidden;
}

body.sticky .image-portfolio a{
  border-bottom: 0px !important;
  width: 100%;
}

body.sticky .image-portfolio a.w-inline-block .mask {
  background-color: rgba(0, 0, 0, 0.6);
}

body.sticky .image-portfolio a.w-inline-block{
  border-bottom: 0px;
}

body.sticky .image-portfolio a:hover{
  border-bottom: 0px !important;
}


body.sticky .wrapper.vertical{
  background-color: #F7F6EF;
}

body.sticky .wrapper.vertical .grid-wrapper{
  /*margin: 20px;*/
}

body.sticky .wrapper.vertical .theme-images-block{
  margin: 0 auto;
}

body.sticky .wrapper.vertical._940 .theme-images-block{
  max-width: 940px;
}

body.sticky .wrapper.vertical._1294 .theme-images-block{
  max-width: 1294px;
}


body.sticky .image-portfolio.aspectratio{
  height: 0;
  padding: 22% 0 0 0;
  overflow: hidden;
}

body.sticky .image-portfolio.aspectratio a{
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  border: 0;
}

body.sticky .image-portfolio.aspectratio a:hover{
  border:0;
}

body.sticky .image-portfolio.aspectratio.ar_4_3{
  padding: 37.5% 0 0 0;
}

body.sticky .image-portfolio.aspectratio.ar_1_1{
  padding: 50% 0 0 0;
}

body.sticky .image-portfolio.aspectratio.ar_3_2{
  padding: 33.333% 0 0 0;
}

body.sticky .image-portfolio.aspectratio.ar_16_9{
  padding: 28.1% 0 0 0;
}

body.sticky .image-portfolio.aspectratio.ar_3_1{
  padding: 16.666% 0 0 0;
}

@media (max-width: 991px) {
  body.sticky .image-portfolio.aspectratio.ar_4_3{
    padding: 75% 0 0 0;
  }

  body.sticky .image-portfolio.aspectratio.ar_1_1{
    padding: 100% 0 0 0;
  }

  body.sticky .image-portfolio.aspectratio.ar_3_2{
    padding: 66.666% 0 0 0;
  }

  body.sticky .image-portfolio.aspectratio.ar_16_9{
    padding: 56.3% 0 0 0;
  }

  body.sticky .image-portfolio.aspectratio.ar_3_1{
    padding: 33.333% 0 0 0;
  }

}

body.sticky .theme-images-block[data-gutter="1"] .image-portfolio{
  width: calc(50% - 10px);
}

body.sticky .image-portfolio._1column{
  width: 100%;
}

body.sticky .image-portfolio._1column.aspectratio.ar_4_3{
  padding: 75% 0 0 0;
}

body.sticky .image-portfolio._1column.aspectratio.ar_1_1{
  padding: 100% 0 0 0;
}

body.sticky .image-portfolio._1column.aspectratio.ar_3_2{
  padding: 66.666% 0 0 0;
}

body.sticky .image-portfolio._1column.aspectratio.ar_16_9{
  padding: 56.2% 0 0 0;
}

body.sticky .image-portfolio._1column.aspectratio.ar_3_1{
  padding: 33.333% 0 0 0;
}

body.sticky .theme-images-block[data-gutter="1"] .image-portfolio._1column{
  width: 100%;
}

body.sticky .wrapper .theme-images-block[data-gutter="1"]{
  margin: 20px auto;
}


body.sticky .footer.home{
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 60px;
}

body.sticky .footer.home {
  padding-top: 0px;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  /*z-index: 10;*/
}

body.sticky .footer.home .footer-copyright {
  padding-top: 0px;
  float: left;
}

body.sticky .footer-right-back{
  position: fixed;
  right: 20px;
  height: 50px;
  bottom: -50px;
  z-index: 5;
  line-height: 66px;
  text-align: right;
}

body.sticky .footer.home .footer-right {
  float: right;
  height: 100%;
  line-height: 66px;
}

body.sticky .footer.home .footer-right a, body.sticky .footer-right-back a {
  background: url(images/sprite-controls.png) no-repeat 0px -52px;
  width: 26px;
  height: 25px;
  margin-left: 7px;
  display: inline-block;
  border-bottom: 0;
}


body.sticky .footer.home .footer-right a.bt-title, body.sticky .footer-right-back a.bt-title{
  float: left;
  background-image: none;
  width: auto;
  margin-top: 11px;
  line-height: 29px;
  font-size: 14px;
  margin-right: 9px;
  text-decoration: none;
  color: #222 !important;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;

  transform: translate(0px, 0px);
}

body.sticky .footer.home .footer-right a.bt-title.background--dark, body.sticky .footer-right-back a.bt-title.background--dark{
  color: #FDFDF7 !important;
}

body.sticky .footer.home .footer-right a.bt-title:hover, body.sticky .footer-right-back a.bt-title:hover{
  color: rgba(158, 157, 144, 0.73) !important;
  border-bottom: 1px solid rgba(158, 157, 144, 0.51);
}

body.sticky .footer.home .footer-right a.bt-full-screen{
  background-position: 0px -52px;
}

body.sticky .footer.home .footer-right a.bt-pp-screen, body.sticky .footer-right-back a.bt-pp-screen {
  background-position: -34px -52px;
}

body.sticky .footer.home .footer-right a.bt-play-screen, body.sticky .footer-right-back a.bt-play-screen {
  background-position: -138px -52px;
}

body.sticky .footer.home .footer-right a.bt-left-screen, body.sticky .footer-right-back a.bt-left-screen {
  background-position: -69px -52px;
}

body.sticky .footer.home .footer-right a.bt-right-screen, body.sticky .footer-right-back a.bt-right-screen {
  background-position: -104px -52px;
}

body.sticky .footer.home .footer-right a:hover, body.sticky .footer-right-back a:hover {
  background-position-y: 0px;
  border-bottom: 0;
}

body.sticky .footer-right-back a.bt-full-screen {
  background-position-y: 0px;
}

body.sticky .footer-right-back a.bt-full-screen:hover {
  background-position: 0px -52px;
}


body.sticky .header .navbar:not(.smaller) .navmenu {
  margin-top: 30px;
  height: 120px;
  padding-left: 21px;
  padding-right: 21px;
}

body.sticky .header .navbar.smaller .navmenu {
  padding-left: 0px;
}

body.sticky .header .navmenu a{
  clear: both;
  float: left;
  margin-bottom: 8px;
  line-height: 14px;
  height: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 11px;
}


.navlink:hover, .social-icon:hover, .navlink.w--current, .current-menu-item a {
  color: rgba(158, 157, 144, 0.73) !important;
  border-bottom: 1px solid rgba(158, 157, 144, 0.51);
}

.social-icon:hover{
  text-decoration: none;
  border-bottom: 0px;
}

.logo-text {
  letter-spacing: 6px;
}

.header-image{
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  width:100%;
  height: 338px;
  text-align: center;
}

.wrapper a:not(.submit-form){
  color: rgba(158, 157, 144, 0.73);
  text-decoration: none;
  border-bottom: 1px solid #C5C4B5;
}

.bloglist-date {
  color: rgba(158, 157, 144, 0.73);
  padding-left: 20px;
  padding-right: 20px;
}

.bloglist-date a{
  margin-left: 2px;
}

.social-post{
  padding-top: 36px;
  padding-bottom: 25px;
  margin: 0 auto;
  display: inline-block;
}

.counter-twitter { float:left; margin-right:2em; }
.counter-fb-like { float:left; margin-right:2em; }
.counter-google-one { float:left; }

.loading-mask{
  background-color: #F7F6EF;
  z-index: 9999;
}

.loading-mask .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  width: 50px;
  height: 50px;
  margin: -20px 0 0 -20px;
  border-width: 5px;
  border-style: solid;
  border-color: #444 #444 rgba(255,255,255,.5) rgba(255,255,255,.5);
  opacity: 1;
  border-radius: 25px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
}


@-webkit-keyframes spin {
    0%   {-webkit-transform: rotate(0deg)}
    100% {-webkit-transform: rotate(-360deg)}
}

@-moz-keyframes spin {
    0%   {-moz-transform: rotate(0deg)}
    100% {-moz-transform: rotate(-360deg)}
}

@-o-keyframes spin {
    0%   {-o-transform: rotate(0deg)}
    100% {-o-transform: rotate(-360deg)}
}

@keyframes spin {
    0%   {transform: rotate(0deg)}
    100% {transform: rotate(-360deg)}
}

.logo-image{
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 32px;
  height: 59px;
  background-size: contain;
}

.logo-image img{
  opacity: 0;
}

/* Transparent Header */

body.transparent-header .header{
  background-color: transparent;
}

body.transparent-header:not(.body-home){
  padding-top: 0;
}

body.transparent-header.no-header-image{
  padding-top: 120px;
}

body.transparent-header .footer.home{
  background-color: transparent;
}

body.transparent-header .swapcontrast{
  -webkit-transition: color 600ms ease;
  -o-transition: color 600ms ease;
  transition: color 600ms ease;
}

body.sticky.transparent-header .swapcontrast.background--dark,
body.sticky.transparent-header .horizontal-menu.shop .side-center ul.navmenu li a.swapcontrast.background--dark{
  color: #FDFDF7;
}

body.transparent-header .header .navmenu a.w--current.swapcontrast.background--dark, 
body.transparent-header .header .navmenu a.swapcontrast.background--dark:hover,
.social-icon.swapcontrast.background--dark:hover{
  -webkit-transition: color 0ms ease;
  -o-transition: color 0ms ease;
  transition: color 0ms ease;
  color: #B8B8B1;
}

body.transparent-header .social-icon.swapcontrast.background--dark:hover{
  border-bottom: 0px;
}

body .footer-right-back a.swapcontrast.background--dark, body.transparent-header .footer-right a.swapcontrast.background--dark {
  background-position-y: -104px !important;
}

body .footer-right-back a.bt-full-screen.swapcontrast.background--dark {
  background-position-y: -155px !important;
}

body .footer-right-back a.swapcontrast.background--dark:hover, body.transparent-header .footer-right a.swapcontrast.background--dark:hover {
  background-position-y: -155px !important;
}

body.admin-bar .header{
  margin-top: 32px;
}

.title-page.blog b, .title-page.blog strong{
  font-weight: 600 !important;
  color: #444 !important;
}

.grey-back{
  background-color: #F7F6EF;
  font-size: 21px;
  font-weight: 300;
  color: #969696;
  
}

.grey-back a{
  border-bottom: 1px solid #C5C4B5;
  color: rgba(158, 157, 144, 0.73);
}

.post-password-form label{
  font-weight: 300;
  display: inline-block;
}

.post-password-form input[type="password"]{
  display: block;
  width: 100%;
  padding: 8px 12px;
  line-height: 1.428571429;
  vertical-align: middle;
  border: 1px solid #CCC;
  height: 50px;
  margin-bottom: 34px;
  background-color: #CCCCCC;
  color: #9E9E9E;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.post-password-form input[type="submit"]{
  font-size: 15px;
  padding: 12px 24px;
  display: inline-block;
  margin-left: 2px;
  line-height: 20px;
}

.title-page-shortcode {
  display: inline-block;
  margin-bottom: 120px;
  padding-bottom: 20px;
  border-bottom: 0;
  font-size: 74px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 44px;
}

::selection {
  background: #444;
  color: #CCCCCC;
}
::-moz-selection {
  background: #444;
  color: #CCCCCC;
}