/*
Theme Name: Lexxicon
Theme URI: #
Author: OceanThemes
Author URI: #
Description: Lexxicon.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: Lexxicon

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Table of Content
==================================================
  #Reset
  #Navigation
  #Primary
  #Home
  #About
  #Quotes
  #Team
  #Sep
  #Sep 2
  #Services
  #Counter
  #Work
  #Single Projects
  #Blog
  #Contact
  #Google map
  #Tooltip
  #footer
  #Media Queries
  #Post */

/* #Reset */
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.wp-caption {
  max-width: 100%;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto !important;
  display: block;
  clear: both;
  margin-top: 5px;
  width: auto !important;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
img.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
  width: auto !important;
}
.alignleft {
  margin: 5px 10px 20px 0;
  float: left;
}
img.alignright {
  margin: 5px 0 20px 20px;
  float: right;
  width: auto !important;
}
.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
.transparent {
  z-index: 1;
  display: block;
  padding: 100px 0;
  position: relative;
}
.sticky .post {
  padding: 20px;
  background: #eee;
}
#main_content .sticky .post h2 {
  font-weight: bold;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
pre,
img {
  max-width: 100%;
}
.textwidget img {
  height: auto;
  margin: 10px 0;
}
.btn {
  color: #fff;
}
.btn-default {
  color: inherit;
}
.page-check h2,.page-check h1,.page-check h3,.page-check h4,.page-check h5,.page-check h6{
	margin: 30px 0;
	text-align: left;
	letter-spacing: 2px;
}
blockquote{
	font-style: italic;
	padding-left: 35px;
}
.page-check img{
	margin-top: 15px;
	margin-bottom: 15px;
}
ol li{
	line-height: 28px;
}
.widget_calendar table,
.widget select {
  width: 100%;
}
.widget select {
  padding: 3px 5px;
}
.widget_calendar table td,
.widget_calendar table th {
  padding: 9px 6px;
  text-align: center;
  border: 1px solid #ddd;
}
.rsswidget {
  color: #fff;
}
.recentcomments > a {
  font-style: italic;
}
.attachment-post-thumbnail {
  height: auto;
}
.widget ul {
  list-style: none;
}
.widget ul ul {
  padding-left: 20px;
  text-align: left;
}
.widget_nav_menu ul {
  padding-left: 0;
  text-align: left;
}
.widget li {
  line-height: 0;
}
.widget_sensei_course_categories li {
  line-height: inherit;
}

body {
  background: #f2f2f2;
  font-family: 'Open Sans';
  font-weight:300;
  font-size: 16px;
  line-height:22px;
  color:#323232;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  -webkit-text-size-adjust: 100%;
}




/* #Navigation
================================================== */

#menu-wrap{
    position: fixed;
	padding-bottom:10px;
	width:100%;
	z-index:5000;
	top:0;
	left:0;
}

#menu-wraps{
    position: absolute;
  padding-bottom:10px;
  width:100%;
  z-index:5000;
  top:0;
  left:0;
}
#menu-wrap .container .columns,#menu-wraps .container .columns  { 
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu-back{
	background: rgba(33,33,33,0);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}


.cbp-af-header {
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	background: rgba(33,33,33,.93);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	/**/
	top:24px;
	background-size:86px 16px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo img{
  width:100px;
  height:auto;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
	margin-top:1px;
	margin-bottom:0;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child { 
	background:none; 
}
ul.slimmenu li ul li a {
    color: #000;
}
ul.slimmenu li ul li a:hover {
}
ul.slimmenu li ul li { 
	background:none;
	padding-left:0; }
	
ul.slimmenu li ul {
	background:#212121;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.logo{
	position:absolute;
	/*width:134px;
	height:25px;*/
	z-index:10000;
	top:50px;
	background-size:134px 25px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.logo img{
  width:134px;
  height:25px;
}



.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 60%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu {
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	margin-top:23px;
	margin-bottom:20px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
	background-size:15px 10px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
ul.slimmenu > li a:after { 
  content: "\f111";
  right: -10px;
  font-size: 3px;
  color: #fff;
  position: absolute;
}
ul.slimmenu > li:last-child a:after{
  content: "";
}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #fff;
    padding: 10px 0px;
	cursor:pointer;
    margin: 0px 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
ul.slimmenu li a:hover {
    color: #fff!important;
}
ul.slimmenu li:hover a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
ul.slimmenu li {
}
ul.slimmenu li:first-child {
	background:none;
}

ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
	display:none;
}
ul.slimmenu li .sub-collapser > i {
	display:none;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul a{
    font-size:10px;
}
ul.slimmenu li ul li:first-child { 
	background:none; }
ul.slimmenu li ul li {
	background:none;
	padding-left:0; }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
	text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 140%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}



/* #Primary
================================================== */ 

.section{
    position:relative;
	width:100%;
}
.full-height,.fullheight{
	height:100vh;
}
.padding-top-page{
  padding-top: 180px;
}
.padding-top-bottom{
	padding-top:10px;
	padding-bottom:10px;
}
.padding-top{
	padding-top:120px;
}
.padding-bottom{
	padding-bottom:120px;
}
.padding-top-bottom-small{
	padding-top:70px;
	padding-bottom:70px;
}
.padding-top-small{
	padding-top:70px;
}
.padding-bottom-small{
	padding-bottom:70px;
}
.padding-bottom-30{
  padding-bottom: 30px;
}
.back-dark{
	background-color:#212121;
}
.back-dark3{
	background-color:#303030;
}
.back-dark2{
	background-color:#181818;
}
.back-dark1{
	background-color:#060606;
}
.back-black{
	background-color:#000000;
}
.back-white{
	background-color:#ffffff;
}
.back-gray{
	background-color:#f9f9f9;
}

.title-text {
  position:relative;
	width:100%;
	padding-bottom:50px;
}
.title-text.page-full-width{
  padding-bottom: 0px;
}
.title-text.left p{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
}
.title-text.left.text-light p{
  color: #fff;
}
.title-text.left h3{
	text-align:left;
	padding-top:40px;
	width:100%;
	max-width:580px;
}
.title-text.left.blog-page h3{
  padding-top: 0px;
}
.title-text.left p b{
	padding-left:80px;
  position: relative;
}
.title-text.left p b:before {
  content:'';
  position:absolute;
  width:40px;
  height:1px;
  top:9px;
  left:18px;
  background-color:#646464;
} 

.title-text-app{
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 30px;
}
.title-text-app .icon {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.title-text-app .icon i{
  font-size: 49px;  
}
.title-text-app.left p {
    position: relative;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #757575;
}
.title-text-app.left p b {
    position: relative;
    padding-left: 60px;
    color: #757575;
}
.title-text-app.left p b:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    top: 9px;
    left: 18px;
    background-color: #757575;
}
.title-text-app.left h3{
  text-align: left;
  margin-top: 15px;
}
.shop-page h1{
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: #fff;
}
.shop-page p{
      font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}
.title-text.top-page-title p {
    position: relative;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
}
.title-text.top-page-title h3 {
    text-align: left;
    padding-top: 40px;
    width: 100%;
    max-width: 580px;
    color: #fff;
}
.title-text.top-page-title p span {
    position: relative;
    padding-left: 80px;
}
.title-text.top-page-title p span:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    top: 9px;
    left: 16px;
    background-color: #fff;
}
 
 
 

/* #Home
================================================== */ 

.home-carousel-wrap{ 
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden;
	z-index:2;
} 
.home-carousel-wrap.half-height{
  height:70vh;
}
#sync1 .item {
	position: relative; 
    width:100%;
    display: block;
	height:100vh;
	background-size:cover;
	background-position:center center;
} 
#sync1 .item.half-height{
  height:70vh;
}

#sync2 {
	position:absolute;
	width:42px;
	top:50%;
	margin-top:120px;
	left:50%;
	margin-left:-21px;
}
#sync2 .item{
	height:15px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	z-index:200;
	cursor:pointer;
	width:2px;
	background:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync2 .item:hover{
	height:25px;
}
#sync2 .synced .item {
	height:25px;
}
 
.home-mask{ 
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	top:0;
	left:0;
} 
.home-text{
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	z-index:10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-text h1{
	font-size: 70px;
	line-height:75px;
	color:#f8f8f8;
	font-weight:700;text-shadow: 1px 2px 1px #000;
}
.home-text.home-archi h1{
  font-size: 55px;
  line-height: 60px;
  color: #f8f8f8;
  font-weight: 300;
}
.home-text.home-text-barber h1{
  position:relative;
  font-size: 100px;
  line-height:120px;
  font-weight:700;
  color: rgba(0,0,0,0.6);
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.home-text.home-text-barber h1:hover{
  letter-spacing:4px;
}
.home-text h1.text-background{
  position:relative;
  font-size: 120px;
  line-height:140px;
  font-weight:700;
  color: #f9f9f9;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(transparent, transparent),
             url('./images/home-1.jpg') repeat;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  background-position:center center;
  background-size:cover;
  text-shadow: 2px 8px 6px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.home-text h1.text-background:hover{
  letter-spacing:4px;
}
.home-text p.text-background{
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #f9f9f9;
}
.home-text.home-medical h1{
  font-size: 67px;
  line-height:75px;
  color:#212121;
  font-weight:700;
  text-align:left;
}
.home-text.home-medical p{
  text-align: left;
}
.home-text.home-design h1{
  font-size: 62px;
  line-height:76px;
  color:#212121;
  font-weight:700;
  text-align:left;
}
.home-text.home-design h1 strong{
  position:relative;
  font-size: 36px;
  line-height:76px;
}
.home-text.home-design h1 strong:after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url('./images/freeh.svg');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:100% 100%;
}
.app-home-text h1{
  font-size: 54px;
  line-height:68px;
  color:#f8f8f8;
  font-weight:700;
  letter-spacing:2px;
  text-align:left;
}
.app-home-text p{
  color:#fff;
  text-align:left;
  width:100%;
  max-width:500px;
  font-weight:600;
  letter-spacing:1px;
  margin-top:20px;
  font-size:14px;
  line-height:22px;
}

.link-down{
	position:absolute;
	width:34px;
	height:48px;
	bottom:50px;
	left:50%;
	margin-left:-17px;
	background-image:url('./images/scrolldown.gif');
	background-size:34px 48px;
	background-position:center center;
	z-index:10;
}

.link-down.link-down-home-video{
  position:absolute;
  width:30px;
  height:36px;
  bottom:40px;
  left:50%;
  margin-left:-15px;
  background-image:url('./images/down-arrow.png');
  background-size:10px 36px;
  background-position:center center;
  background-repeat:no-repeat;
  z-index:10;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.link-down.link-down-home-video:hover{
  bottom:35px;
}

.link-down.link-down-home-medical{
  position: relative;
  width: 8px;
  height: 27px;
  float: left;
  background-image:url('./images/down-arrow-2.png');
  background-size: 8px 27px;
  background-position: center center;
  z-index: 10;
  bottom: 0px;
  left: 20px;
}
 
#shop-grid{
  position:relative;
  text-align:center;
  margin:0 auto;
  width:100%;
}
#shop-grid:after {
  content: '';
  display: block;
  clear: both;
}

.shop-item.portfolio-box-1{
  position:relative;
  float:left;
  width:50%;
  display:inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  /*margin-left:-1px;*/
  -webkit-transform: translate3d(1px,0,0);
  transform: translate3d(1px,0,0);
}
.shop-item.portfolio-box-1.col-3{
  width: 33.33%;
}
.shop-item.portfolio-box-1.col-4{
  width: 25%;
}
.portfolio-box-1 img{
  width:100%;
  display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-item.portfolio-box-1:hover img{
  -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.shop-item.portfolio-box-1 .mask{
  position:absolute;
  top:0;
  left:0;
  border:2px solid #313131;
  width:calc(100% - 36px);
  height:calc(100% - 36px);
  background-color:rgba(255,255,255,.8);
  z-index:2;
  opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-item.portfolio-box-1:hover .mask{
  opacity:1;
  border:18px double #313131;
}
.shop-item.portfolio-box-1 .product-det{
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  z-index:5;
  opacity:0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-item.portfolio-box-1:hover .product-det{
  opacity:1;
}
.shop-item.portfolio-box-1 .product-det h3{
  text-align:center;
  padding-bottom:20px;
  font-size: 38px; 
  line-height: 38px;
  color: #414141;
  position: static;
}
.shop-item.portfolio-box-1 .product-det h3 span{
    text-align: center;
    padding-bottom: 20px;
    font-size: 38px;
    line-height: 38px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}
.shop-item.portfolio-box-1 .product-det h3 del span.amount,.shop-item.portfolio-box-1 .product-det h3 del span.amount span{
  font-style: italic;
  font-size: 20px; 
  letter-spacing:3px;
  line-height: 42px;
    text-decoration: line-through;
}
.shop-item.portfolio-box-1 .product-det h6{
  text-align:center;
  letter-spacing:3px;
  font-weight:600;
  padding-bottom:20px;
}
.shop-item.portfolio-box-1 .product-det .product-links{
  position:relative;
  width:100%;
  margin:0 auto;
  text-align:center;
}
.shop-item.portfolio-box-1 .product-det .product-links a{
  display:inline-block;
  padding:12px 0;
  width:90px;
  font-family: 'Poppins', sans-serif;
  text-transform:uppercase;
  font-size: 11px;
  line-height: 11px;
  letter-spacing:2px;
  font-weight:400;
  margin:0 auto;
  text-align:center;
  color:#fff;
  background-color:#212121;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
  border: 1px solid #212121;
}



#portfolio-filter.portfolio-filter {
  position:absolute;
  z-index:40;
  top:30px;
  left:80px;
  margin-bottom:25px;
  background-color: transparent;
  box-shadow: none;
}
#portfolio-filter.shop #filter.project-filter {
  position:relative;
  width:100%;
}
#portfolio-filter.shop #filter.project-filter li {
  display: block;
  text-align: left;
}
#portfolio-filter.shop #filter.project-filter:after {
  content: '';
  display: block;
  clear: both;
}
#portfolio-filter.shop #filter.project-filter li a {
  position: relative;
  display: inline-block;
  letter-spacing:1px;
  font-weight:400;
  padding:5px 25px;
  margin-right:10px;
  margin-bottom:5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px; 
  text-align: center;
  outline: none;
  color: #fff;
  border-radius:0;
  background-color:#212121;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-det-wrap{ 
  position:relative;
  width:100%;
}
.shop-det-wrap h5{ 
  text-align:center;
  padding-bottom:20px;
}
.shop-det-wrap p{ 
  text-align:center;
}
.shop-det-wrap .shop-det-icon{ 
  position:relative;
  text-align:center;
  margin:0 auto;
  width: 48px;
  height: 48px;
  margin-bottom:20px;
  z-index:3;
}

/* #About
================================================== */

.about-wrap{ 
	position:relative;
	width:100%;
}
.about-wrap h5{ 
	text-align:left;
	padding-left:100px;
	padding-bottom:20px;
}
.about-wrap p{ 
	text-align:left;
	padding-left:100px;
}
.about-wrap .about-icon{ 
	position:absolute;
	top:0;
	left:0;
	width: 64px;
	height: 64px;
	z-index:3;
}
.about-wrap.align-center{ 
  position:relative;
  width:100%;
  text-align: center;
}
.about-wrap.align-center h5{ 
  text-align:center;
  padding-left:0;
  padding-bottom:20px;
}
.about-wrap.align-center p{ 
  text-align:center;
  padding-left:0;
}
.about-wrap.align-center .about-icon{ 
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  z-index: 3;
  padding-bottom: 20px;
}
.about-wrap .about-icon i{
  font-size: 48px;
  line-height: 1;
}
.about-wrap .about-icon.normal i{
  font-size: 32px;
  line-height: 1;
}
.about-wrap .about-icon img{
  display: block;
  width:50px;
  height:auto;
}
svg * {
  fill: none;
  stroke: currentColor;
}

/* #Quotes
================================================== */ 

#owl-sep-1 {
	position:relative;
	width:100%;
	max-width: 1320px;
	margin:0 auto;
	display:block;
}
#owl-sep-1 .item{
	position:relative;
	width:100%;
	margin-left:0 auto;
	z-index:2;
	display:block;
}
.quote{
	position:relative;
	padding-left:96px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	padding-bottom:60px;
	background-image:url('./images/qu.png');
	background-repeat:no-repeat;
	background-position: 0 10px;
	background-size: 18px 11px;
}
.quote.small{
  padding-bottom: 20px;
}
.quote h4{
	text-align:left;
	font-style: italic;
	color:#c8c8c8;
	font-weight:300;
	width:100%;
	max-width:830px;
}
.quote h4.small{
  font-size: 20px;
  line-height: 28px;
}
.quote:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:14px;
	left:34px;
	background-color:#f9f9f9;
} 
#owl-sep-1.owl-theme .owl-controls{
	position:absolute;
	left:25px;
	text-align: left;
	bottom:0;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span{
	background:#fff;
	border-radius:0;
	width:2px;
	height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span:hover{
	height:15px;
}
#owl-sep-1.owl-theme .owl-controls .owl-page.active span {
	height:22px;
}

.owl-sep-2 {
  position:relative;
  width:100%;
  max-width:900px;
  display:block;
}
.owl-sep-2 .item{
  position:relative;
  width:100%;
  margin-left:0 auto;
  z-index:2;
  display:block;
}
.owl-sep-2 .quote{
  position:relative;
  padding-left:40px;
  margin:0 auto;
  overflow:hidden;
  display:block;
  padding-bottom:50px;
  background-image:url('./images/qu.png');
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size: 18px 11px;
}
.owl-sep-2 .quote:before{
  content:none;
}
.owl-sep-2 .quote h4{
  text-align:left;
  font-style: italic;
  font-size: 22px; 
  line-height: 34px;
  color:#fff;
  letter-spacing:2px;
  font-weight:300;
  width:100%;
}
.owl-sep-2.owl-theme .owl-controls{
  position:absolute;
  left:0;
  text-align: left;
  bottom:0;
  z-index:100;
  width:100%;
  z-index:20;
}
.owl-sep-2.owl-theme .owl-controls .owl-page span{
  background:#f9f9f9;
  border-radius:50%;
  width:5px;
  height:5px;
  margin-right:10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.owl-sep-2.owl-theme .owl-controls .owl-page span:hover{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.owl-sep-2.owl-theme .owl-controls .owl-page.active span {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

/* #Team
================================================== */

.team-wrap{ 
	position:relative;
	width:100%;
}
.team-wrap h6{ 
	text-align:left;
	padding-bottom:20px;
}
.team-wrap p{ 
	text-align:left;
	padding-bottom:25px;
}
.team-wrap img{ 
	width:100%;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team-wrap.fst img:hover{
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
}
.team-wrap.snd img:hover{
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}
.team-wrap.trd img:hover{
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

.social-team{ 
	position:relative;
	display:block;
	padding-bottom:30px;
}
.list-social-team li {
    padding:0; 
	margin:0;
    list-style: none;
	text-align:left; 
	width:20px;
	height:20px;
    display: inline-block;
	cursor:pointer;
	border-radius:50%;
	margin-right:4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-team li.icon-team a {
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height:20px;
	text-align:left; 
	width:20px;
	color:#212121;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.text-light .list-social-team li.icon-team a{
  color: #fff;
}
.list-social-team li:hover{
}
.list-social-team li:hover.icon-team a{
}



/* #Sep
================================================== */

.parallax-1 {
	background: url('./images/parallax-1.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}
.parallax-comingsoon{
  background-image: url('./images/cmsoon.jpg');
  background-size: cover;
}
@media only screen and (min-width: 1930px) { .parallax-1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.dark-over-sep{ 
	position:absolute;
	background:#212121;
	opacity:.5;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:0;
	top:0;
	left:0;
} 
 
/* #Counter
================================================== */

.counter-wrap{ 
	position:relative;
	width:100%;
} 
.counter-wrap.custom-font .counter-numb{
  font-family: 'Parisienne', cursive;
}
.z-bigger{ 
	z-index:20;
} 
.z-low{ 
	z-index:1;
} 
.counter-wrap h6{
	text-align:center;
	color:#fff;
} 
.counter-wrap p{
	text-align:center;
	font-size:50px;
	line-height:50px;
	padding-bottom:12px;
}
 
/* #Work
================================================== */

.work-wrap{ 
	position:relative;
	width:100%;
}
.work-wrap img{ 
	width:100%;
	display:block;
}

.translate-left{
    position:relative;
	padding:30px;
	padding-bottom:45px;
	margin-top:70px;
	display:block;
	background:rgba(255,255,255,.85);
	z-index:3;
	-webkit-transform: translateX(-120px);
	-moz-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	-o-transform: translateX(-120px);
	transform: translateX(-120px);
}
.description-title-text {
    position:relative;
	width:100%;
	padding-bottom:30px;
}
.description-title-text.left p{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
}
.description-title-text p i:nth-last-child(2){
  display: none;
}
.description-title-text.left p span{
	position:relative;
	padding-left:80px;
}
.description-title-text.left p span:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:10px;
	left:16px;
	background-color:#646464;
} 
.des-programs-author {
    position:relative;
	width:100%;
}
.des-programs-author.left h6 p{
	text-align:left;
	width:100%;
	font-weight:300;
	color:#b2b2b2;
	font-style: italic;
  padding: 0px;
}
.des-programs-author.left p{
	padding-top:5px;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	text-align:left;
	width:100%;
	font-weight:500;
	color:#7b7b7b;
	padding-bottom:30px;
}
.des-programs-author.left p span{
	font-weight:300;
}
.des-programs-author.left .link{
	position:relative;
	overflow:hidden;
	display:block;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	line-height:13px;
	letter-spacing:2px;
	text-align:left;
	padding-bottom:7px;
	float:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.des-programs-author.left .link:hover{
	color:#b2b2b2;
}
.des-programs-author.left .link:before {
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.des-programs-author.left .link:hover:before {
	left:-2px;
}


.translate-right{
    position:relative;
	padding:30px;
	padding-bottom:45px;
	margin-top:70px;
	display:block;
	background:rgba(255,255,255,.85);
	z-index:20;
	-webkit-transform: translateX(120px);
	-moz-transform: translateX(120px);
	-ms-transform: translateX(120px);
	-o-transform: translateX(120px);
	transform: translateX(120px);
}
.description-title-text.right p{
	position:relative;
	text-align:right;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
}
.description-title-text.right p span{
	position:relative;
	padding-left:80px;
}
.description-title-text.right p span:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:10px;
	left:16px;
	background-color:#646464;
} 
.des-programs-author {
    position:relative;
	width:100%;
}
.des-programs-author.right h6 p{
	text-align:right;
	width:100%;
	font-weight:300;
	color:#b2b2b2;
	font-style: italic;
  padding: 0;
}
.des-programs-author.right p{
	padding-top:5px;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	text-align:right;
	width:100%;
	font-weight:500;
	color:#7b7b7b;
	padding-bottom:30px;
}
.des-programs-author.right p span{
	font-weight:300;
}
.des-programs-author.right .link{
	position:relative;
	overflow:hidden;
	display:block;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	line-height:13px;
	letter-spacing:2px;
	text-align:right;
	padding-bottom:7px;
	float:right;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.des-programs-author.right .link:hover{
	color:#b2b2b2;
}
.des-programs-author.right .link:before {
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.des-programs-author.right .link:hover:before {
	left:-2px;
} 
.container .columns.float-right {
	float:right;
}


.portfolio-bottom-link{
	position:relative;
  z-index: 21;
	overflow:hidden;
	display:block;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	line-height:30px;
	letter-spacing:2px;
	text-align:center;
	padding-top:80px;
	color:#fff;
	padding-bottom:80px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-bottom-link b{
  font-family: 'Parisienne', cursive;
  font-size: 56px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 300;
}
.portfolio-bottom-link:before {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	top:0;
	left:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.portfolio-bottom-link:after {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	right:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.portfolio-bottom-link:hover:before {
	left:0;
}  
.portfolio-bottom-link:hover:after {
	right:0;
} 



/* #Ajax Projects Expander Styles
================================================== */

	.relative{
		position: relative;
	}
	.portfolio{
		width:100%;
		height: auto;
		margin:0 auto;
		max-width: 1320px;
	}	
	.expander-wrap {
		position:relative;
		display: none;
		text-align: center;
	}

	#expander-wrap{
		position: relative;
		width:100%;
		max-width:1320px;
		margin:0 auto;
		overflow: hidden;
	}


/* Expander Item Controls */

	.project-controls{
		position: relative;
		width:100%;
		height: auto;
		top:50px;
		max-width: 1320px;
		margin:0 auto;
	}
	.expander-inner{
		position: relative;
	}
	.cls-btn{
		width:100%;
		padding: 0;
		margin: 0 auto;
		display: block;
		height: auto;
	}
	.expander-wrap .cls-btn .close {
		position:relative;
		display: inline-block;
		color:#000;
		top:0;
		margin-top:60px;
		margin-bottom:20px;
		width:50px;
		height:50px;
		background-image:url('./images/close.png');
		background-repeat:no-repeat;
		background-position:center center;
		background-size: 40px 40px;
		text-align:center;
		cursor: pointer;
		float:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
  .text-light .expander-wrap .cls-btn .close{
    background-image:url('./images/close-light.png');
  }
	.expander-close:hover {
		cursor:pointer;
	}
	.expander-wrap .cls-btn .close:hover {
		background-size: 35px 35px;
	}
	
/* #Single Projects
================================================== */	

.owl-portfolio-slider{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.owl-portfolio-slider .item{
	position:relative;
	width:100%;
}
.owl-portfolio-slider .item img{
	width:100%;
	display:block;
	height:auto;
}
.owl-portfolio-slider.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:30px;
	z-index:100;
	width:100%;
	z-index:20;
}
.owl-portfolio-slider.owl-theme .owl-controls .owl-page span{
	background:#000;
	border-radius:0;
	width:2px;
	height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.owl-portfolio-slider.owl-theme .owl-controls .owl-page span:hover{
	height:12px;
}
.owl-portfolio-slider.owl-theme .owl-controls .owl-page.active span {
	height:20px;
}
.project-page img{
	width:100%;
	display:block;
	height:auto;
}
.project-page h6{
	text-align:left;
	margin-bottom:20px;
}
.project-page p{
	text-align:left;
	margin-bottom:45px;
}
.project-page p:last-child{
	margin-bottom:0;
}
.project-page a{
	color:#000;
	text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.project-page a:hover{
}

/* Video Hover Image */	

.video-wrapper, figure.vimeo, figure.youtube {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}	
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
figure.youtube a img, figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width:none;
}	
figure.vimeo a:after, figure.youtube a:after {
	content:"";
	width:60px;
	height:60px;
	background:#fff;
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
	background:#212121;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
}	
figure.vimeo a:before, figure.youtube a:before {
	content:"";
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #414141;
	z-index:10;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-3px;
	margin-top:-7px;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:before, figure.youtube:hover a:before {
	border-left: 10px solid #fff;
}	
figure.vimeo a:hover img, figure.youtube a:hover img {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(1.03) rotate(1deg);
	transform: scale(1.03) rotate(1deg);
}	
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
	a -webkit-transform: scale(1);
	transform: scale(1);
}

/* #Sep 2
================================================== */

.parallax-2 {
	background: url('../images/parallax-2.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


/* #Logos
================================================== */

#owl-logos{
	position:relative;
	width:calc(100% - 30px);
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	padding-bottom:70px;
}
#owl-logos.padding-bottom-0{
  padding-bottom: 0px;
}
#owl-logos .item{
	position:relative;
	margin-left:15px;
	margin-right:15px;
	overflow:hidden;
	text-align:center;
}
#owl-logos .item img{
	width:80px;
	display:block;
	margin:0 auto;
	text-align:center;
}
#owl-logos.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:0;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-logos.owl-theme .owl-controls .owl-page span{
	background:#fff;
	border-radius:0;
	width:2px;
	height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-logos.owl-theme .owl-controls .owl-page span:hover{
	height:12px;
}
#owl-logos.owl-theme .owl-controls .owl-page.active span {
	height:20px;
}

 

/* #Services
================================================== */
 
.services-wrap { 
	position:relative;
	padding:40px;
} 
.services-wrap h5{ 
	text-align:left;
	padding-bottom:20px;
}
.services-wrap h5 span{ 
	padding-right:10px;
	font-size:18px;
	font-family: 'et-line';
}

.pricing-wrap{ 
	position:relative;
	width:100%;
} 
.pricing-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.pricing-plan{ 
	position:relative;
	width:33.33333%;
	float:left;
	display:inline-block;
	padding:50px;
	padding-bottom:140px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.col-2 .pricing-plan{
  width: 50%;
}
.col-4 .pricing-plan{
  width:25%;
}
.pricing-plan:before {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	top:0;
	left:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.pricing-plan:after {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	right:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-plan.dark:after,.pricing-plan.dark:before {
  background:rgba(21,21,21,.014);
}
.pricing-plan:hover:before {
	left:0;
}  
.pricing-plan:hover:after {
	right:0;
}
.pricing-plan .top{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#fff;
	padding-bottom:40px;
}
.pricing-plan.dark .top{
  color: #212121;
}
.pricing-plan .top b{
	padding-left:80px;
}
.pricing-plan .top:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:7px;
	left:34px;
	background-color:#fff;
} 
.pricing-plan.dark .top:before {
  background-color : #212121;
}
.pricing-plan .price{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	font-size: 38px; 
	line-height: 38px;
	color:#fff;
	padding-bottom:40px;
}
.pricing-plan.dark .price{
  color:#212121;
}
.pricing-plan .price .small{
	font-size: 20px; 
	line-height: 46px;
}   
.pricing-plan .price .small-text{
	font-size: 14px; 
	line-height: 46px;
	font-style: italic;
}  
.pricing-plan .price b{
	vertical-align: super;
	font-size: 20px;
} 
.pricing-plan ul li{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing:1px;
	color:#ccc;
	padding-bottom:12px;
}
.pricing-plan.dark ul li{
  color: #656565;
}
.pricing-plan .button{
	position:absolute;
	left:50px;
	bottom:50px;
	z-index:4;
	cursor:pointer;
	text-align:center;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing:2px;
	color:#fff;
	width:70px;
	border-radius:3px;
	padding-top:8px;
	padding-bottom:8px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-plan .button:hover{
	background:#fff;
	color:#212121;
}



@media only screen and (min-width: 1930px) { .parallax-3 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
.services-bottom-link{
	position:relative;
	overflow:hidden;
	display:block;
	z-index:10;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	line-height:22px;
	letter-spacing:2px;
	text-align:center;
	padding-top:80px;
	color:#fff;
	padding-bottom:80px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.services-bottom-link:before {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	top:0;
	left:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.services-bottom-link:after {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	right:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.services-bottom-link:hover:before {
	left:0;
}  
.services-bottom-link:hover:after {
	right:0;
} 


/* #Blog
================================================== */
 

.journal-wrap { 
	position:relative;
	width:100%;
}  
.journal-wrap:after {
  content: '';
  display: block;
  clear: both;
} 
.journal-wrap img { 
	width:70%;
	display:block;
} 
.journal-det { 
	position:absolute;
	width:70%;
	top:50px;
	right:0;
	z-index:3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:30px;
	display:block;
	background:rgba(255,255,255,.85);
} 
.journal-det.dark,.journal-det-right.dark{
  background:rgba(21,21,21,.85);
}
.journal-det.dark h6,.journal-det-right.dark h5,
.journal-det.dark h5,.journal-det-right.dark h6{
  color : #dbdbdb;
}
.journal-det h6{ 
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: 11px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
	padding-bottom:3px;
}
.journal-det h6 span{
	position:relative;
	padding-left:60px;
}
.journal-det h6 span:before {
	content:'';
	position:absolute;
	width:20px;
	height:1px;
	top:8px;
	left:16px;
	background-color:#646464;
} 
.journal-det h5{ 
	position:relative;
	text-align:left;
	padding-bottom:20px;
} 
.journal-det .link{
	position:relative;
	overflow:hidden;
	display:block;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:2px;
	text-align:left;
	float:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.journal-det .link:hover{
	color:#b2b2b2;
}
.journal-det .link:before {
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.journal-det .link:hover:before {
	left:-2px;
}


.journal-wrap-right { 
	position:relative;
	width:100%;
}  
.journal-wrap-right:after {
  content: '';
  display: block;
  clear: both;
} 
.journal-wrap-right img { 
	width:70%;
	display:block;
	float:right;
}  
.journal-det-right { 
	position:absolute;
	width:70%;
	top:50px;
	left:0;
	z-index:3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:30px;
	display:block;
	background:rgba(255,255,255,.85);
} 
.journal-det-right h6{ 
	position:relative;
	text-align:right;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: 11px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
	padding-bottom:3px;
}
.journal-det-right h6 span{
	position:relative;
	padding-left:60px;
}
.journal-det-right h6 span:before {
	content:'';
	position:absolute;
	width:20px;
	height:1px;
	top:8px;
	left:16px;
	background-color:#646464;
} 
.journal-det-right h5{ 
	position:relative;
	text-align:right;
	padding-bottom:20px;
} 
.journal-det-right .link{
	position:relative;
	overflow:hidden;
	display:block;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:2px;
	text-align:right;
	float:right;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.journal-det-right .link:hover{
	color:#b2b2b2;
}
.journal-det-right .link:before {
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.journal-det-right .link:hover:before {
	left:-2px;
}

 
/* #Contact
================================================== */
 
.contact-det-wrap{ 
	position:relative;
	width:100%;
	display:block;
}  
.contact-det-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.contact-det{ 
	position:relative;
	width:33.3333%;
	display:inline-block;
	float:left;
	padding:70px;
	z-index:3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px -15px 18px rgba(0,0,0,.2);
	/*-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);*/
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.col-2 .contact-det{
  width:50%;
}
.col-4 .contact-det{
  width: 25%;
}
.contact-det:hover{
	z-index:4; 
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}
.contact-det p{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#fff;
	padding-bottom:30px;
}
.contact-det h6{
	text-align:left;
	padding-top:6px;
	font-style: italic;
	width:100%;
	font-weight:300;
	color:#f1f1f1;
	letter-spacing:1px;
  line-height: 30px;
}
.contact-det p b{
	padding-left:80px;
}
.contact-det p:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:7px;
	left:34px;
	background-color:#fff;
} 

/* #Google map
================================================== */

#google-container {
	position: relative;
	width: 100%;
    height:500px;
}
#cd-google-map {
	position: relative;
}
#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	opacity:.7;
	background-image: url("./images/cd-icon-controller.svg");
	z-index:3;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}
#cd-google-map address{
  position: absolute;
  bottom: 0;
  background: #000;
  padding: 20px;
  color: #fff;
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 50px;
	margin-bottom: 1px;
	z-index:3;
}
#cd-zoom-out {
	background-position: 50% -32px;
	z-index:3;
} 

a.button--size-s{
  margin-right: 30px;
  padding: 16px 35px;
  text-align: center;
  background: #000;
  letter-spacing: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  text-transform: none;
  border-radius: 30px;
  min-width: 20px;
  max-width: 180px;
  display: inline-block;
  webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
a.button-video{
  position: relative;
  letter-spacing: 2px;
}
a.button-video:before{
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 3;
  content: '\f144';
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 26px;
  -webkit-transition: color 0.3s, text-shadow 0.3s;
  transition: color 0.3s, text-shadow 0.3s;
}
a.button-video.button--size-s:hover{
  background : transparent!important;
}

.button-effect {
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 0 auto;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	cursor:pointer;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button-effect:focus {
	outline: none;
}
.button-effect > span {
	vertical-align: middle;
}
.button--moema {
	padding: 16px 30px;
	border-radius: 50px;
	text-align:center;
	background:#fff;
	letter-spacing:2px;
	color: #000;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
	transition: background-color 0.3s 0s, color 0.3s 0s;
	color:#fff;
	-webkit-animation: anim-moema-1 0.6s forwards;
	animation: anim-moema-1 0.6s forwards;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.6s 0.5s forwards;
	animation: anim-moema-2 0.6s 0.5s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
} 
 
.title-text-button-app a.button-app {
    position: relative;
    float: left;
    display: inline-block;
    margin-top: 40px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #212121;
    padding-right: 32px;
    -webkit-transition: color 0.3s, padding-right 0.3s;
    transition: color 0.3s, padding-right 0.3s;
}
.title-text-button-app a.button-app:after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    content: '\f178';
    color: #212121;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.title-text-button-app a.button-app:hover {
    padding-right: 42px;
}
 
/* #footer
================================================== */

.footer h1,.footer h2,.footer h3,.footer h4,.footer h5, .footer h6 ,.footer p,.footer .widget ul li a,.footer .widget ul li span,.footer .widget .textwidget{
  color: #f4f4f4;
}
.footer .widget ul li{
    border-top: 1px solid rgba(225,225,225,.2);
}
.footer .widget ul li:last-child{
  border-bottom: 1px solid rgba(225,225,225,.2);
}
.footer-top{
	position:relative;
}  
.footer-top:after {
  content: '';
  display: block;
  clear: both;
}
.footer-top img{
	width:120px;
	display:block;
}
.overflow-hidden{
	overflow:hidden;
}
.social-footer{ 
	position:relative;
	display:block;
	float:right;
}
.list-social-footer li {
    padding:0; 
	margin:0;
    list-style: none;
	text-align:center; 
	width:30px;
	height:30px;
    display: inline-block;
	cursor:pointer;
	background:#323232;
	border-radius:50%;
	margin-left:4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-footer li.icon-footer a {
	font-family: 'FontAwesome';
	font-size: 13px;
	line-height:30px;
	width:30px;
	color:#fff;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-footer li:hover{
}
.list-social-footer li:hover.icon-footer a{
}


.footer-line{
	position:relative;
	width:100%;
	height:1px;
}
.arrow-up-footer {
	position:relative;
	width:30px;
	height:30px;
	margin:0 auto;
	text-align:center;
	background-image:url('./images/up-arrow.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 22px 12px;
  cursor: pointer;
}
.left-footer p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	color: #f4f4f4;
	letter-spacing:1px;
}
.right-footer p{
	text-align:right;
	font-size:12px;
	line-height:20px;
	color: #f4f4f4;
	letter-spacing:1px;
}


/* #Tooltip
================================================== */

	.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
	.tipper .tipper-content { background: rgba(20, 20, 20, 0.85);font-weight:400;letter-spacing:1px;box-shadow: 0 0 25px rgba(0,0,0,0.5);text-transform:uppercase; border-radius: 3px; color: #fff; display: block; float: left; font-family: 'Open Sans'; font-size: 9px; margin: 0; padding: 6px 20px; position: relative; white-space: nowrap; }
	.tipper .tipper-caret { background: url('../images/tipper-icon.png') no-repeat; display: block; height: 11px;  position: absolute; width: 100%; }

	.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

	.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

	.tipper.top .tipper-caret,
	.tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

	.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

	.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }
 
/* #Media Queries
================================================== */

@media only screen and (max-width: 1320px) {
#owl-sep-1.owl-theme .owl-controls .owl-page span{
	display:none;
}
}

@media only screen and (max-width: 1200px) {

.home-text h1.text-background {
    font-size: 60px;
    line-height: 65px;
}
.home-text.home-text-barber h1{
  font-size: 60px;
  line-height:65px;
} 
.home-text.home-design h1{
  font-size: 46px;
  line-height:56px;
}
.home-text.home-design h1 strong{
  font-size: 26px;
  line-height:56px;
}
.logo{
	left:10px;
	top:30px;
	background-size:80px 15px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	left:10px;
	top:30px;
	background-size:80px 15px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo img{
  width:80px;
  height:15px;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
	background:none;
}
ul.slimmenu li a: {
    border-bottom:none;
}
ul.slimmenu li a:hover {
    border:none;
	background:none;
}
ul.slimmenu li {
	background:none;
}
ul.slimmenu li > ul {
    width: 100%;
	text-align:right;
}

.home-text h1,.home-text.home-archi h1{
	font-size: 60px;
	line-height:65px;
} 
.quote{
	padding-left:0;
	padding-bottom:0;
	background-image:none;
}
.quote:before {
	display:none;
} 

.translate-right,
.translate-left{
	padding:0;
	padding-bottom:45px;
	margin-top:20px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.journal-wrap img,
.journal-wrap-right img { 
	width:100%;
	float:none;
}  
.journal-det,
.journal-det-right { 
	position:relative;
	width:100%;
	top:auto;
	right:auto;
	left:auto;
	padding:0;
	padding-top:30px;
	padding-bottom:40px;
	background:none;
	text-align:left;
  border: 0px!important;
}
 .journal-det-right h6{ 
	text-align:left;
}
.journal-det-right h5{ 
	text-align:left;
} 
.journal-det-right .link{
	text-align:left;
	float:left;
}
.contact-det-wrap{ 
	padding-top:120px;
	padding-bottom:50px;
} 
.contact-det{ 
  width:100%;
  padding:40px;
  box-shadow: 0px -15px 18px rgba(0,0,0,0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.contact-det:hover{
  z-index:4; 
    -webkit-transform: scale(1.05) translateY(0);
       -moz-transform: scale(1.05) translateY(0);
        -ms-transform: scale(1.05) translateY(0);
         -o-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
}
.col-2 .contact-det{
  width:100%;
}
.col-4 .contact-det{
  width: 100%;
}

}

@media only screen and (max-width: 1000px) {
#portfolio-filter.portfolio-filter {
  left: 30px;
}
.title-text.left h3{
	font-size: 22px; 
	line-height: 28px;
}
.title-text-app h3{
  font-size: 22px; 
  line-height: 28px;
}
.shop-page h1{
  font-size: 35px;
  line-height: 38px;
}
.about-wrap h5{ 
	padding-left:70px;
}
.about-wrap p{ 
	padding-left:70px;
}
.about-wrap .about-icon{ 
	font-size:24px;
	line-height:24px;
}
.app-home-text h1{
  font-size: 34px;
  line-height:44px;
}
.app-home-text p{
  font-size:12px;
  line-height:20px;
}

}

@media only screen and (max-width: 800px) {
.home-text h1,
.home-text.home-text-barber h1,
.home-text.home-archi h1{
	font-size: 40px;
	line-height:45px;
}
.home-text h1.text-background {
    font-size: 40px;
    line-height: 45px;
}
.home-text.home-design h1{
  font-size: 36px;
  line-height:46px;
}
.home-text.home-design h1 strong{
  font-size: 20px;
  line-height:46px;
}
.quote h4{
	font-size: 18px;
	line-height: 24px;
}
.pricing-plan, .col-2 .pricing-plan, .col-4 .pricing-plan{ 
	width:100%;
}
#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    height: 22px;
    line-height: 22px;
    font-size: 22px;
}

}
@media only screen and (min-width: 800px) and (max-width: 992px) {
  .pricing-plan .top:before{
    left: 20px;
  }
  .pricing-plan .top b {
    padding-left: 50px;
  }
  .pricing-plan .price{
    font-size: 30px;
  }
  .pricing-plan .price .small-super{
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
.home-text h1,
.home-text.hometext-barber h1,
.home-text.home-archi h1{
	font-size: 25px;
	line-height:30px;
}
.shop-page h1{
  font-size: 25px;
  line-height: 30px;
}
.app-home-text h1{
  font-size: 30px;
  line-height:40px;
}
.app-home-text p{
  font-size:12px;
  line-height:17px;
}
.home-text h1.text-background {
    font-size: 25px;
    line-height: 30px;
}
.home-text.home-design h1{
  font-size: 26px;
  line-height:36px;
}
.home-text.home-design h1 strong{
  font-size: 14px;
  line-height:36px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  }

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}  
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{ 
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}  
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{ 
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}

@media only screen and (max-width: 319px) {
.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}  
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{ 
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}
@media only screen and (max-width: 1199px) {
  ul.slimmenu > li a:after{
    content: none;
  }
  .menu-back{
    background: rgba(33,33,33);
  }
  #menu-wrap {
    position: absolute;
  }
  .logo img{
    width: 100px;
    height: 18px;
  }
  #menu-wrap{
    padding-bottom: 0;
  }
  ul.slimmenu li a{
    border-bottom: 0px;
  }
}

.blog-box-2{
  margin-bottom: 70px;
}
.blog-box-2 img{
  width:100%;
}
.blog-box-2 h3{
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  clear: both;
}
.blog-box-2 h3 a.blog-title{  
  width: 100%;
  max-width: 580px;
  font-size: 30px;
  line-height: 38px;
  color: #414141;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  transition: 0.4s;
} 
.blog-box-2 h3 a.blog-title:hover{
  color: #cfa144;
  transition: 0.4s;
}
.blog-box-2 .subtext {
  text-align: left;
  color: #747474;
  font-family: 'Playfair Display', serif;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 10px;
}
.blog-pages-wrap-box  .blog-box-2 .subtext a{
  color: #000;
  transition: 0.4s;
  font-weight: 600;
}

.subtext > span {
  display: inline-block;
  margin-right: 15px;
}
.subtext > span > span{
  display: inline-block;
  margin-right: 5px;
}

.blog-box-2 p{
  margin-bottom: 10px;
}
.blog-pages-wrap-box  .blog-box-2 .link-to-post .link{
  position: relative;
  overflow: hidden;
  display: block;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #cfa144;
  margin-bottom: 50px;
  float: left;
}
.blog-pages-wrap-box  .blog-box-2 .link-to-post .link:hover{
  color:#b2b2b2;
}
.blog-pages-wrap-box  .blog-box-2 .link-to-post .link:before {
  background-color: #cfa144;
  content:'';
  position:absolute;
  width:100%;
  height:2px;
  bottom:0;
  left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.blog-pages-wrap-box  .blog-box-2 .link-to-post .link:hover:before {
  left:-2px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.sidebar{
  position:relative;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
}


.sidebar .widget{
  padding-top: 50px;
}
.sidebar .widget:first-child{
  padding-top: 0px;
}

.sidebar input{
  width:100%;
  padding-left:20px;
  padding-right:20px;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  letter-spacing:1px;
  font-size: 12px;
  line-height:22px;
  padding-top: 15px;
  padding-bottom: 15px;
  background:#fbfbfb;
  border:none;
  color: #737373;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.sidebar input:active { 
  color: #fff;
  outline: none !important;
}
.sidebar input:hover {  
  color: #737373;
  outline: none !important;
}
.sidebar input:focus {
  color: #fff;   
  outline: none !important;
}

.sidebar input:-ms-input-placeholder  {
  font-size: 10px;
  text-transform:uppercase;
  -webkit-transition:  color 0.3s;
  transition:  color 0.3s;
}
.sidebar input::-moz-placeholder  {
  font-size: 10px;
  text-transform:uppercase;
  -webkit-transition:  color 0.3s;
  transition:  color 0.3s;
}
.sidebar input:-moz-placeholder  {
  font-size: 10px;
  text-transform:uppercase;
  -webkit-transition:  color 0.3s;
  transition:  color 0.3s;
}
.sidebar input::-webkit-input-placeholder  {
  font-size: 10px;
  text-transform:uppercase;
  -webkit-transition:  color 0.3s;
  transition:  color 0.3s;
}
.sidebar input:active:-ms-input-placeholder  {
  color: #fff;
}
.sidebar input:active::-moz-placeholder  {
  color: #fff;
}
.sidebar input:active:-moz-placeholder  {
  color: #fff;
}
.sidebar input:active::-webkit-input-placeholder  {
  color: #fff;
}
.sidebar input:focus:-ms-input-placeholder  {
  color: #fff;
}
.sidebar input:focus::-moz-placeholder  {
  color: #fff;
}
.sidebar input:focus:-moz-placeholder  {
  color: #fff;
}
.sidebar input:focus::-webkit-input-placeholder  {
  color: #fff;
}

.separator-sidebar{ 
  position:relative;
  width:100%;
  padding-top:50px;
}

.sidebar h6{ 
  text-align:left;
  padding-bottom:20px;
}

.widget_recent_entries ul{ 
  position:relative;
  width:100%;
  overflow:hidden;
  text-align:left;
}
.widget ul li{
  position:relative;
  display:block;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height:21px;
  text-align:left;
  text-transform:uppercase;
  padding-top:10px;
  padding-bottom:10px;
  border-top:1px solid rgba(0,0,0,.1);
  letter-spacing:1px;  
  font-weight:400;
  
}
.widget ul li a{
  color:#323232;
  -webkit-transition: padding-left 0.3s, color 0.3s;
  transition: padding-left 0.3s, color 0.3s;
}
.widget ul li:last-child{
  border-bottom:1px solid rgba(0,0,0,.1);
}
.widget ul li a:hover {
  padding-left:10px;
}

.widget.widget_calendar caption{
  font-size: 15px;
  color: #414141;
  font-weight: bold;
  margin-bottom: 15px;
}
.widget.widget_calendar table th{
  font-size: 13px;
  font-weight: bold;
}
.widget.widget_calendar table td{
  font-size: 14px;
  font-weight: 400;
}
.widget.widget_tag_cloud ul {
  position:relative;
  width:100%;
  overflow:hidden;
  text-align:left;
}
.widget.widget_tag_cloud ul li{
  display:inline-block;
  border: 0px;
  font-family: 'Poppins', sans-serif;
  padding-top: 0;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.widget.widget_tag_cloud ul li a{
  position:relative;
  padding:8px 20px;
  background: #212121;
  font-size:11px!important;
  letter-spacing:1px;
  text-transform: none;
  border-radius:2px;
  color:#fff;
  font-family: 'Poppins', sans-serif;
  font-weight:400;   
  -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.widget.widget_tag_cloud ul li a:hover{
  color: #fff;
}

/* #Post
================================================== */

.owl-post-slider{
  position:relative;
  width:100%;
  margin:0 auto;
  text-align:center;
}
.owl-post-slider .item{
  position:relative;
  width:100%;
}
.owl-post-slider .item img{
  width:100%;
  display:block;
  height:auto;
}
.owl-post-slider.owl-theme .owl-controls{
  position:absolute;
  left:0;
  text-align: center;
  bottom:30px;
  z-index:100;
  width:100%;
  z-index:20;
}
.owl-post-slider.owl-theme .owl-controls .owl-page span{
  background:#fff;
  border-radius:0;
  width:2px;
  height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.owl-post-slider.owl-theme .owl-controls .owl-page span:hover{
  height:12px;
}
.owl-post-slider.owl-theme .owl-controls .owl-page.active span {
  height:20px;
}
.tags-wrap{ 
  position:relative;
  width:100%;
  display:block;
  padding-top:30px;
  padding-bottom:30px;
}  
.tags-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.tags-wrap a{ 
  position:relative;
  display:inline-block;
  float:left;
  padding:8px 20px;
  background: #212121;
  font-size:11px;
  letter-spacing:1px;
  line-height:11px;
  border-radius:2px;
  color:#fff;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  margin-right:2px;
  margin-bottom:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.post {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 30px;
} 
.post p {
    padding-bottom: 20px;
}
.gu-box.margin-gu {
    margin-top: 10px;
    margin-bottom: 30px;
}
.gu-box {
    position: relative;
    width: 100%;
    border-left: 2px solid #bababa;
}
.gu-box p {
    color: #000;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-style: italic;
}
.gu-box span {
    color: #999999;
    padding-left: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 20px;
}
.content-comm{
  position:relative;
  width:100%;
  margin-top:20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom:11px;
  overflow:hidden;
  margin-bottom:5px;
  padding-bottom:25px;
  border-bottom:1px solid rgba(0,0,0,.1);
}
.content-comm.sub-comm{
  position:relative;
  width:calc(100% - 50px);
  margin-left:50px;
}
.content-comm:after {
  content: '';
  display: block;
  clear: both;
}
.content-comm img {
  display: block;
  float:left;
  width:100px;
  height:auto;
  margin-right:25px;
  margin-bottom:25px;
}
.content-comm p {
  text-align:left;
  padding-bottom:25px;
}
.name-aut-replay{
  position:absolute;
  bottom:20px;
  right:0;
  text-align:right;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:11px;
  line-height:11px;
  font-weight:400;  
}
.name-aut-replay a{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;   
}
.name-aut-replay a:hover{
  color:#212121;
}
.comments{
  position:relative;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  margin-top:30px;
}
.comments input{
  position:relative;
  width:calc(100% - 40px);
  padding-left:20px;
  padding-right:20px;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  letter-spacing:1px;
  font-size: 12px;
  line-height:24px;
  padding-bottom: 15px;
  background:transparent;
  border:none;
  color: #737373;
  margin-bottom:20px;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea {
  width:calc(100% - 40px);
  padding-left:20px;
  padding-right:20px;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  letter-spacing:1px;
  font-size: 12px;
  line-height:24px;
  background:transparent;
  height:70px;
  border:none;
  color: #737373;
  margin-bottom:20px;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea,
.comments input { 
  border-bottom:1px solid rgba(100,100,100,.2);
}
.comments textarea:active,
.comments input:active {  
  color: #101010;
}
.comments textarea:active,
.comments input:hover { 
  color: #101010;
}
.comments textarea:focus,
.comments input:focus {  
    outline: none !important;
}
.comments input:-ms-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments input::-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments input:-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments input::-webkit-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments textarea:-ms-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments textarea::-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments textarea:-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments textarea::-webkit-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments button {
  background:#efefef;
  color:#212121;
  font-size:14px;
  padding: 13px 30px;
  max-width:140px;
}
.comments button:hover {
  color:#fff;
}
.comments button:focus,
.comments button:active {
  border:none;
  outline:none;
}
p.form-submit{
  text-align: center;
}
p.form-submit input.submit{
  background: #efefef;
  color: #212121;
  font-size: 14px;
  padding: 13px 30px;
  max-width: 145px;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  line-height: normal;
  border: 0;
}
p.form-submit input.submit:hover{
  color:#fff;
}
p.logged-in-as{
  margin-bottom: 20px;
}
p.logged-in-as a:first-child{
  color:#414141;
}

.comment-respond h3.comment-reply-title{
  margin-top: 30px;
}
.comment-respond h3.comment-reply-title small a{
  float: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  line-height: 25px;
  font-weight: 400;
}
.comment-respond form p textarea{
  outline: 0;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 24px;
    background: transparent;
    height: 70px;
    border: none;
    color: #737373;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(100,100,100,.2);
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}

/* Pagination */
nav[role="navigation"] {
    text-align: center;
    padding-top: 50px;
}
.cd-pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 .2em;
}
.cd-pagination li.button-pag {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  font-size: 11px;
  letter-spacing:2px;
  font-weight:600;
}
.cd-pagination a {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  color:#000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cd-pagination a:hover {
  background-color: #000;
  border: 1px solid #000;
  color:#fff;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color:#fff;
  pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .button-pag:first-of-type a::before {
  content: '\00ab';
}
.cd-pagination .button-pag:last-of-type a::after {
  content: ' \00bb';
}
.cd-pagination .current {
  /* selected number */
  color: #ffffff;
  pointer-events: none;
}
.cd-pagination.animated-buttons span{
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
  }
}

/* -------------------------------- 

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
  width: auto;
  max-width: none;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6;
}
.cd-pagination.no-space:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.no-space li {
  margin: 0;
  float: left;
  border-right: 1px solid #e6e6e6;
}
.cd-pagination.no-space li:last-of-type {
  border-right: none;
}
.cd-pagination.no-space a, .cd-pagination.no-space span {
  float: left;
  border-radius: 0;
  border: none;
}
.cd-pagination.no-space li:first-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
  border-radius: 0 0.25em 0.25em 0;
}

/* -------------------------------- 

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.move-buttons .button-pag:first-of-type {
  float: left;
}
.cd-pagination.move-buttons .button-pag:last-of-type {
  float: right;
}

.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
  float: none;
}

/* -------------------------------- 

custom icons - customize the small arrow inside the next and prev buttons 

-------------------------------- */
.cd-pagination.custom-icons .button-pag a {
  position: relative;
}
.cd-pagination.custom-icons .button-pag:first-of-type a {
  padding-left: 2.4em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a {
  padding-right: 2.4em;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before,
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
  content: '';
  position: absolute;
  display: inline-block;
  /* set size for custom icons */
  width: 16px;
  height: 16px;
  top: 50%;
  /* set margin-top = icon height/2 */
  margin-top: -8px;
  background: transparent url("./images/cd-icon-arrow-1.svg") no-repeat center center;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before {
  left: .8em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
  right: .8em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* -------------------------------- 

custom buttons - replace prev and next buttons text with a custom icon 

-------------------------------- */
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
  vertical-align: middle;
}
.cd-pagination.custom-buttons .button-pag a {
  /* set custom width */
  width: 40px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: #000;
  background-image: url("./images/cd-icon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-pagination.custom-buttons .button-pag:last-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cd-pagination.custom-buttons .button-pag:last-of-type a:active {
  -webkit-transform: scale(0.9) rotate(180deg);
  -moz-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  -o-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg);
}

.cd-pagination.no-space.custom-buttons .button-pag:last-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}

/* -------------------------------- 

animated buttons - animate the text inside prev and next buttons 

-------------------------------- */
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
  padding: 0 1.2em;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.cd-pagination.animated-buttons .button-pag a {
  position: relative;
  padding: 0 2em;
}
.cd-pagination.animated-buttons .button-pag:first-of-type a::before,
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.cd-pagination.animated-buttons i {
  display: block;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-pagination.animated-buttons .button-pag a:hover i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-pagination.animated-buttons .button-pag:first-of-type a:hover::before {
  -webkit-transform: translateX(-50%) translateY(-50px);
  -moz-transform: translateX(-50%) translateY(-50px);
  -ms-transform: translateX(-50%) translateY(-50px);
  -o-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px);
}

.cd-pagination.animated-buttons .button-pag:last-of-type a:hover::after {
  -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
  transform: translateX(-50%) rotate(180deg) translateY(50px);
}
.button--moema {
  padding: 16px 30px;
  border-radius: 50px;
  text-align:center;
  background:#fff;
  letter-spacing:2px;
  color: #000;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button--moema::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
  -webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
  transition: background-color 0.3s 0s, color 0.3s 0s;
  color:#fff;
  -webkit-animation: anim-moema-1 0.6s forwards;
  animation: anim-moema-1 0.6s forwards;
}
.button--moema:hover::before {
  -webkit-animation: anim-moema-2 0.6s 0.5s forwards;
  animation: anim-moema-2 0.6s 0.5s forwards;
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
} 

.vc_column_container>.vc_column-inner {
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 0!important;
}

/*.container .row .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
}*/
.wpb_row.vc_row-o-full-height {
    min-height: 100vh;
}
.row{
  width:100%;
}
.container .container{width:100%;}
.wpb_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpb_row.vc_row-flex .container,.wpb_row.vc_row-flex .row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.wpb_row.vc_row-o-equal-height .vc_column_container {
    -moz-box-align: stretch;
    align-items: stretch;
}
.wpb_row.vc_row-flex .vc_column_container {
    display: flex;
}
.wpb_row.vc_row-o-columns-middle .vc_column_container .vc_column-inner {
    -moz-box-pack: center;
    justify-content: center;
}
.wpb_row.vc_row-flex .vc_column_container .vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.wpb_row.vc_row-o-columns-bottom .vc_column_container .vc_column-inner {
    -moz-box-pack: end;
    justify-content: flex-end;
}
.wpb_row.vc_row-o-content-top .vc_column_container .vc_column-inner {
    -moz-box-pack: start;
    justify-content: flex-start;
}

.wpb_revslider_element{
  margin-bottom: 0!important;
}

section{
  position: relative;
}
.parallax-row{  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.parallax-subheader{ 
  background: url(./images/type.png) repeat fixed; 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-size: cover!important;
}
.parallax-title-top{  
  background: url(./images/type.png) repeat fixed;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.parallax-shop-page{  
  background: url(./images/hero-project.jpg) repeat fixed;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.parallax-row.cover{
  background-size: cover!important;
}
@media only screen and (min-width: 1930px) { .parallax-row,.parallax-subheader,.parallax-title-top,.parallax-shop-page { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
  .parallax-row,.parallax-subheader,.parallax-title-top,.parallax-shop-page { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
  .parallax-row,.parallax-subheader,.parallax-title-top,.parallax-shop-page { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
  border-bottom: 1px solid rgba(100,100,100,.2)!important;
  position: relative;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 15px;
    background: transparent;
    border: none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
    outline: none;
}
.wpcf7-form-control-wrap input.text-light,
.wpcf7-form-control-wrap textarea.text-light{
  border-bottom: 1px solid rgba(255,255,255,.3)!important;
}
.wpcf7-form-control-wrap input.text-light,
.wpcf7-form-control-wrap textarea.text-light{
  color: #fff;
}
.wpcf7-form-control-wrap textarea{
  height:100px;
}
img.ajax-loader{display: none;}
div.wpcf7-validation-errors{
  border:none!important;
  text-align: center;
}
.wpcf7 .button-contact {
  background:#323232;
  color:#fff;
  font-size:14px;
  padding: 13px 30px;
  max-width:140px;
}
.form-submit .button-contact {
  background:#efefef;
  color:#212121;
  font-size:14px;
  padding: 10px 30px;
  max-width:140px;
  border:0;
}
.wpcf7 .button-contact.btn-dark,.form-submit .button-contact.btn-dark{
  color: #fff;
  background: #212121;
}
.wpcf7 .button-contact:hover,.form-submit .button-contact:hover {
  color:#fff;
}
.wpcf7 .button-contact:focus,
.wpcf7 .button-contact:active,
.form-submit .button-contact:focus,
.form-submit .button-contact:active {
  border:none;
  outline:none;
}
.wpcf7 input.text-light:-ms-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 input.text-light::-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 input.text-light:-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 input.text-light::-webkit-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 textarea.text-light:-ms-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 textarea.text-light::-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 textarea.text-light:-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 textarea.text-light::-webkit-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
div.wpcf7-mail-sent-ok{
  border: none!important;
}
.half-height {
    height: 70vh;
}
/* #Portfolio
================================================== */

#projects-grid{
  position:relative;
  text-align:center;
  margin:0 auto;
  width:100%;
  max-width:100%;
  overflow:hidden;
}
#projects-grid.margin-on-side{
  width:calc(100% - 40px);
  max-width:calc(100% - 40px);
}
#projects-grid:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-box-1{
  position:relative;
  float:left;
  width:33.3333333333%;
  display:inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  margin-left:-1px;
  -webkit-transform: translate3d(1px,0,0);
  transform: translate3d(1px,0,0);
}
.portfolio-box-1.col-2{
  width:50%;
}
.portfolio-box-1.col-4{
  width:25%;
}
.portfolio-box-1.col-5{
  width:20%;
}
.projects-grid-2 .portfolio-box-1.col-2{
  width:calc(50% - 50px);
}
.projects-grid-2 .portfolio-box-1.col-4{
  width:calc(25% - 50px);
}
.projects-grid-2 .portfolio-box-1.col-5{
  width:calc(20% - 50px);
}
.portfolio-box-1 .mask{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:#212121;
  opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box-1:hover .mask{
  opacity:.9;
}
.portfolio-box-1 h3{
  position:absolute;
  left:25px;
  bottom:40px;
  font-family: 'Poppins', sans-serif;
  letter-spacing:1px;
  font-weight:500;
  font-size: 18px; 
  line-height: 24px;
  text-align:left;
  z-index:3;
  letter-spacing:-1px;
  color:#fff;
  opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-1:hover h3{
  left:40px;
  opacity:1;
}
.portfolio-box-1 h3 span{
  font-weight:300;
  font-size: 10px;
  letter-spacing:2px;
}
.portfolio-box-1 img{
  width:100%;
  display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-1:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


#portfolio-filter {
  position:absolute;
  text-align: center;
  z-index:20;
  top:30px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius:30px;
  background-color:#212121;
  box-shadow:0 0 15px 7px rgba(12,12,12,.2);
}
#filter {
  position:relative;
  width:100%;
  text-align: center;
}
#filter li {
  display: inline-block;
  text-align: center;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter li .current {
background: #212121!important;
    color: #fff!important;
}
#filter li a:hover {
	background: #212121!important;
    color: #fff!important;
}
ul.slimmenu li a.mPS2id-highlight{
 color: #fff!important;
}
ul.slimmenu li a.mPS2id-highlight:before{
 color: #fff!important;
 content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#portfolio-filter.portfolio-filter-3 {
  position:relative;
  top: 0px;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0px;
}
.portfolio-filter-3 #filter {
  position:relative;
  width:100%;
}
.portfolio-filter-3 #filter li {
  display: inline-block;
  text-align: center;
}
.portfolio-filter-3 #filter:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-filter-3 #filter li a {
  position: relative;
  display: inline-block;
  letter-spacing:1px;
  font-weight:700;
  padding:5px 20px;
  margin-right:10px;
  margin-bottom:5px;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px; 
  text-align: center;
  outline: none;
  color: #212121;
  border-radius:3px;
  text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}

@media only screen and (max-width: 992px) { 
  #portfolio-filter {
    position: relative;
    border-radius: 0;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}
}


/* #Freelance parallax
================================================== */

.parallax-freelance {
  background-size: cover!important;
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0;
  bottom: 0;
  z-index: 1;
  width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-freelance { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
  .parallax-freelance { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
  .parallax-freelance { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
.home-text p {
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
  letter-spacing: 1px;
}
.home-text.home-text-carousel p{
  margin-bottom: 20px;
  margin-top: 0px;
}
.home-text p span {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
}
.text-light, 
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p{
  color: #fff;
}
.text-dark, 
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p{
  color: #212121;
}
.counter-wrap.freelance-num p {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    top: 50%;
    margin-top: -40px;
    height: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    padding-bottom: 0;
    opacity: 0.4;
}
.counter-wrap.freelance-num h6 {
    text-align: center;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    letter-spacing: 2px;
    font-weight: 400;
}
.counter-wrap.freelance-num.text-dark h6{
  color: #212121;
  font-weight: 500;
}
/* #Home HTML Video
================================================== */
video#video_background { 
  position: absolute;
  top:50%;
  left:50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#video-wrap{ 
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.home-text h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #f8f8f8;
    text-transform: uppercase;
}
.home-text p {
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
    letter-spacing: 2px;
}
.home-text p span {
    padding: 6px 25px;
    border-radius: 2px;
}
.portfolio-box-1 .mask-g{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:#212121;
  background-image:url('./images/more.png');
  background-position:center center;
  background-repeat:no-repeat;
  background-size:30px 30px;
  opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box-1:hover .mask-g{
  opacity:.9;
}
#projects-grid.full-width-small{
  width:100%;
  max-width:1320px;
}
#projects-grid.translate-gallery{
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  z-index:18;
  box-shadow: 0px -15px 18px rgba(0,0,0,.2);
}
#portfolio-filter.gallery-version {
  top:-115px;
}
/* #Skills
================================================== */

.pro-bar-container {
  position:relative;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 2px;
  background: #212121;
  margin-bottom:34px;
}
.pro-bar-container:last-child{
  margin-bottom: 0px;
}
.skills-name{
  font-family: 'Poppins', sans-serif;
  position:relative;
  width:100%;
  text-align:left;
  padding-bottom:5px;
  font-weight:300;
  font-size: 13px;
  letter-spacing:2px;
  color:#fff;
}
.skills-name span{
  font-weight:300;
  color:#dbdbdb;
  padding-left:3px;
  float:right;
}
.pro-bar {
  position:relative;
  height: 2px;
  overflow:hidden;
}
  .pro-bar.bar-100  { width: 100%; }
  .pro-bar.bar-99   { width: 99%;  }
  .pro-bar.bar-98   { width: 98%;  }
  .pro-bar.bar-97   { width: 97%;  }
  .pro-bar.bar-96   { width: 96%;  }
  .pro-bar.bar-95   { width: 95%;  }
  .pro-bar.bar-94   { width: 94%;  }
  .pro-bar.bar-93   { width: 93%;  }
  .pro-bar.bar-92   { width: 92%;  }
  .pro-bar.bar-91   { width: 91%;  }
  .pro-bar.bar-90   { width: 90%;  }
  .pro-bar.bar-89   { width: 89%;  }
  .pro-bar.bar-88   { width: 88%;  }
  .pro-bar.bar-87   { width: 87%;  }
  .pro-bar.bar-86   { width: 86%;  }
  .pro-bar.bar-85   { width: 85%;  }
  .pro-bar.bar-84   { width: 84%;  }
  .pro-bar.bar-83   { width: 83%;  }
  .pro-bar.bar-82   { width: 82%;  }
  .pro-bar.bar-81   { width: 81%;  }
  .pro-bar.bar-80   { width: 80%;  }
  .pro-bar.bar-79   { width: 79%;  }
  .pro-bar.bar-78   { width: 78%;  }
  .pro-bar.bar-77   { width: 77%;  }
  .pro-bar.bar-76   { width: 76%;  }
  .pro-bar.bar-75   { width: 75%;  }
  .pro-bar.bar-74   { width: 74%;  }
  .pro-bar.bar-73   { width: 73%;  }
  .pro-bar.bar-72   { width: 72%;  }
  .pro-bar.bar-71   { width: 71%;  }
  .pro-bar.bar-70   { width: 70%;  }
  .pro-bar.bar-69   { width: 69%;  }
  .pro-bar.bar-68   { width: 68%;  }
  .pro-bar.bar-67   { width: 67%;  }
  .pro-bar.bar-66   { width: 66%;  }
  .pro-bar.bar-65   { width: 65%;  }
  .pro-bar.bar-64   { width: 64%;  }
  .pro-bar.bar-63   { width: 63%;  }
  .pro-bar.bar-62   { width: 62%;  }
  .pro-bar.bar-61   { width: 61%;  }
  .pro-bar.bar-60   { width: 60%;  }
  .pro-bar.bar-59   { width: 59%;  }
  .pro-bar.bar-58   { width: 58%;  }
  .pro-bar.bar-57   { width: 57%;  }
  .pro-bar.bar-56   { width: 56%;  }
  .pro-bar.bar-55   { width: 55%;  }
  .pro-bar.bar-54   { width: 54%;  }
  .pro-bar.bar-53   { width: 53%;  }
  .pro-bar.bar-52   { width: 52%;  }
  .pro-bar.bar-51   { width: 51%;  }
  .pro-bar.bar-50   { width: 50%;  }
  .pro-bar.bar-49   { width: 49%;  }
  .pro-bar.bar-48   { width: 48%;  }
  .pro-bar.bar-47   { width: 47%;  }
  .pro-bar.bar-46   { width: 46%;  }
  .pro-bar.bar-45   { width: 45%;  }
  .pro-bar.bar-44   { width: 44%;  }
  .pro-bar.bar-43   { width: 43%;  }
  .pro-bar.bar-42   { width: 42%;  }
  .pro-bar.bar-41   { width: 41%;  }
  .pro-bar.bar-40   { width: 40%;  }
  .pro-bar.bar-39   { width: 39%;  }
  .pro-bar.bar-38   { width: 38%;  }
  .pro-bar.bar-37   { width: 37%;  }
  .pro-bar.bar-36   { width: 36%;  }
  .pro-bar.bar-35   { width: 35%;  }
  .pro-bar.bar-34   { width: 34%;  }
  .pro-bar.bar-33   { width: 33%;  }
  .pro-bar.bar-32   { width: 32%;  }
  .pro-bar.bar-31   { width: 31%;  }
  .pro-bar.bar-30   { width: 30%;  }
  .pro-bar.bar-29   { width: 29%;  }
  .pro-bar.bar-28   { width: 28%;  }
  .pro-bar.bar-27   { width: 27%;  }
  .pro-bar.bar-26   { width: 26%;  }
  .pro-bar.bar-25   { width: 25%;  }
  .pro-bar.bar-24   { width: 24%;  }
  .pro-bar.bar-23   { width: 23%;  }
  .pro-bar.bar-22   { width: 22%;  }
  .pro-bar.bar-21   { width: 21%;  }
  .pro-bar.bar-20   { width: 20%;  }
  .pro-bar.bar-19   { width: 19%;  }
  .pro-bar.bar-18   { width: 18%;  }
  .pro-bar.bar-17   { width: 17%;  }
  .pro-bar.bar-16   { width: 16%;  }
  .pro-bar.bar-15   { width: 15%;  }
  .pro-bar.bar-14   { width: 14%;  }
  .pro-bar.bar-13   { width: 13%;  }
  .pro-bar.bar-12   { width: 12%;  }
  .pro-bar.bar-11   { width: 11%;  }
  .pro-bar.bar-10   { width: 10%;  }
  .pro-bar.bar-9    { width: 9%;   }
  .pro-bar.bar-8    { width: 8%;   }
  .pro-bar.bar-7    { width: 7%;   }
  .pro-bar.bar-6    { width: 6%;   }
  .pro-bar.bar-5    { width: 5%;   }
  .pro-bar.bar-4    { width: 4%;   }
  .pro-bar.bar-3    { width: 3%;   }
  .pro-bar.bar-2    { width: 2%;   }
  .pro-bar.bar-1    { width: 1%;   }
  .pro-bar.bar-0    { width: 0%;   }
  .float-left{float: left;}

.services-wrap-feature { 
  position:relative;
  padding:40px;
} 
.services-wrap-feature h5{ 
  text-align:left;
  padding-bottom:20px;
}
.services-wrap-feature h5 span{ 
  padding-right:10px;
  font-size:18px;
}
.button-effect.button--moema.button-meal{
  line-height: 22px;
}
.wellcome-meal{ 
  position:relative;
  width:100%;
  max-width:400px;
}
.wellcome-meal h3{ 
  text-align:left;
  color:#f9f9f9;
  padding-bottom:20px;
  font-weight:300;
}
.wellcome-meal h3 b{ 
  font-family: 'Parisienne', cursive;
  font-size: 34px;
  line-height:28px;
}
.wellcome-meal p{ 
  text-align:left;
  color:#fff;
  padding-bottom:40px;
}
.wellcome-meal .button-effect {
  min-width: 110px;
  max-width: 110px;
  display: block;
  letter-spacing:2px;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  cursor:pointer;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.wellcome-meal .button-effect:focus {
  outline: none;
}
.wellcome-meal .button-effect > span {
  vertical-align: middle;
}
.wellcome-meal .button--moema {
  padding: 7px 18px;
  border-radius: 3px;
  text-align:center;
  background:#fff;
  letter-spacing:2px;
  font-size:12px;
  font-weight:600;
  color:#212121;
  float:left;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.wellcome-meal .button--moema::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  background: inherit;
  border-radius: 3px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.wellcome-meal .button--moema:hover {
  -webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
  transition: background-color 0.3s 0s, color 0.3s 0s;
  color:#fff;
  -webkit-animation: anim-moema-1 0.6s forwards;
  animation: anim-moema-1 0.6s forwards;
}
.wellcome-meal .button--moema:hover::before {
  -webkit-animation: anim-moema-2 0.6s 0.5s forwards;
  animation: anim-moema-2 0.6s 0.5s forwards;
}
.menu-wrap{ 
  position:relative;
  width:100%;
}  
.menu-wrap:after {
  content: '';
  display: block;
  clear: both;
} 
.menu-wrap h4{ 
  text-align:left;
  padding-bottom:20px;
}  
.menu-wrap h4.margin-menu{ 
  margin-top:13px;
}
.menu-wrap h6{ 
  position:relative;
  text-align:left;
  width:100%;
  font-weight:500;
    text-transform: lowercase;
}   
.menu-wrap h6 span{ 
  float:right;
}   
.menu-wrap h6 span.dots{
  position:absolute;
  float:none;
  top:23px;
  left:-1px;
  right:-1px;
  z-index:1;
  margin:0;
  border:0;
  height:2px;
  display:block;
  background-position:bottom;
  background-size:6px 2px;
  background-repeat:repeat-x
} 
.menu-wrap p{ 
  padding-top:8px;
  text-align:left;
  font-style: italic;
  font-weight:400;
  font-size:13px;
  line-height:19px;
  padding-bottom:18px;
    text-transform: lowercase;
}
/* #About
================================================== */

.top-call-action{
    position:relative;
  width:100%;
  margin:0 auto;
  text-align:center;
}
.top-call-action:after {
  content: '';
  display: block;
  clear: both;
}
.top-call-action h6{
  margin:0 auto;
  text-align:center;
  font-weight:500;
  margin-right:25px;
  color:#bebebe;
  display:inline-block;
}
.top-call-action .link{
    position:relative;
  display:inline-block;
  margin:0 auto;
  font-family: 'FontAwesome';
  text-align:center;
  font-weight:300;
  color:#fff;
  border-radius: 10px/40px;
  width:70px;
  height:32px;
  font-size:14px;
  line-height:32px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.top-call-action .link:hover{
    background-color:#000;
}
.line {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: rgba(0,0,0,.08);
    display: block;
}
.process{
    position:relative;
  width:100%;
  margin:0 auto;
  text-align:center;
}
.process h6{
    text-align:center;
  padding-bottom:20px;
}
.process h6 b{
  font-family: 'FontAwesome';
  padding-left:25px;
  padding-right:25px;
  font-size:14px;
  font-weight:300;
}
.process p{
  margin:0 auto;
  text-align:center;
  width:100%;
  max-width:850px;
}
.home-video {
  position:relative;
  width:100%;
  max-width:650px;
  margin:0 auto;
  text-align:center;  
  outline: 6px double #51504e;
  -webkit-box-shadow: 0 0 60px #51504e;
        box-shadow: 0 0 60px #51504e;
}
.big-text-top {
  margin-top:30px;
  font-size: 16px;
  line-height:26px;
  font-weight:500;
  text-transform:uppercase;
  color: #dbdbdb;
  text-align:center;
  letter-spacing:5px;
    text-shadow: 3px 3px 0px rgba(112,112,112,.2);
}
.big-text-top b {
  font-size: 40px;
  line-height:50px;
  color: #fff;
  font-weight:700;
  letter-spacing:2px;
  text-shadow: 6px 6px 0px rgba(112,112,112,.3);
}
#owl-home .item {
    position: relative;
    width: 100%;
    display: block;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}
#owl-home.owl-theme .owl-controls{
  position:absolute;
  left:30px;
  text-align: center;
  top:50%;
  z-index:100;
  width:8px;
  z-index:20;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#owl-home.owl-theme .owl-controls .owl-page span{
  background:#212121;
  border-radius:50%;
  width:4px;
  height:4px;
  display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-home.owl-theme .owl-controls .owl-page span:hover{
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
#owl-home.owl-theme .owl-controls .owl-page.active span {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
.home-link{
  position:absolute;
  width:100%;
  bottom:30px;
  left:0;
  z-index:10;
}
.services-wrap.services-box .icon-ser{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  opacity: .2;
}
.services-wrap.services-box .icon-ser i{
  font-size: 90px;
}

/* #Portfolio
================================================== */

#projects-grid.projects-grid-2{
  position:relative;
  text-align:center;
  margin:0 auto;
  width:calc(100% - 50px);
  overflow:hidden;
  padding-top:20px;
  padding-bottom:25px;
  display:block;
}
#projects-grid.projects-grid-2:after {
  content: '';
  display: block;
  clear: both;
}
.projects-grid-2 .portfolio-box-1{
  position:relative;
  float:left;
  margin:25px;
  width:calc(33.33% - 50px);
  display:inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  margin-left:24px;
  -webkit-transform: translate3d(1px,0,0);
  transform: translate3d(1px,0,0);
  box-shadow:0 0 1px 1px rgba(12,12,12,.05);
}
.projects-grid-2 .portfolio-box-1.box-port-half{
  width:calc(50% - 50px);
  margin-left:22px;
  -webkit-transform: translate3d(3px,0,0);
  transform: translate3d(3px,0,0);
}
.projects-grid-2 .portfolio-box-1 .mask{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:#212121;
  background-image:url('./images/more.png');
  background-position:center center;
  background-repeat:no-repeat;
  background-size:30px 30px;
  opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.projects-grid-2 .portfolio-box-1:hover .mask{
  opacity:.9;
}
.projects-grid-2 .portfolio-box-1 h3{
  position:absolute;
  left:25px;
  bottom:40px;
  font-family: 'Poppins', sans-serif;
  letter-spacing:1px;
  font-weight:500;
  font-size: 18px; 
  line-height: 24px;
  text-align:left;
  z-index:3;
  letter-spacing:-1px;
  color:#fff;
  opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.projects-grid-2 .portfolio-box-1:hover h3{
  left:40px;
  opacity:1;
}
.projects-grid-2 .portfolio-box-1 h3 span{
  font-weight:300;
  font-size: 10px;
  letter-spacing:2px;
}
.projects-grid-2 .portfolio-box-1 img{
  width:100%;
  display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.projects-grid-2 .portfolio-box-1:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


#portfolio-filter.portfolio-filter-2 {
  position:absolute;
  text-align: center;
  z-index:20;
  top:60px;
  left:50%;
  padding:4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius:3px;
  background-color:rgba(255,255,255,.9);
  box-shadow:0 0 3px 1px rgba(12,12,12,.1);
}
#filter {
  position:relative;
  width:100%;
  text-align: center;
}
#filter li {
  display: inline-block;
  text-align: center;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-filter-2  #filter li a {
  position: relative;
  display: inline-block;
  letter-spacing:1px;
  font-weight:400;
  padding:5px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px; 
  text-align: center;
  outline: none;
  color: #212121;
  border-radius:3px;
  background-color:#f9f9f9;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-filter-2  #filter li .current {
  color: #fff;
}
.portfolio-filter-2  #filter li a:hover {
  color: #fff;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
} 
.home-text.home-design{
  position:absolute;
  width:100%;
  top:50%;
  left:0;
  z-index:10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* #letters
================================================== */

.cd-title {
  position: relative;
}
.cd-title h1 {
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 2px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #fff;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

.margin-bottom-25{
  margin-bottom: 25px;
}
.con-soc-links{
  position:relative;
  width:100%;
  text-align:center;
  margin:0 auto;
  overflow:hidden;
}
.con-soc-links a{
  display:inline-block;
  color:#fff;
  font-family: 'Poppins', sans-serif;
  font-weight:300;
  text-align:center;
  letter-spacing:2px;
  font-style: italic; 
  padding-bottom:14px;
  padding-top:4px;
  font-size: 16px; 
  line-height: 20px;
  overflow:hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.con-soc-links a:hover {
    font-size:11px;
    border-radius: 3px;
    padding: 6px 20px;
}
.con-soc-links a span{
  position:relative;
  padding-left:25px;
  padding-right:25px;
}
.con-soc-links a span:before{
  position:absolute;
  content:'';
  bottom:-20px;
  border-radius:3px;
  left:0;
  width:100%;
  height:2px;
  z-index:-1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.con-soc-links a:hover span:before{
  bottom:-7px;
  height:30px;
}
.font-weight-700{
  font-weight: 700;
}
.letter-spacing-3{
  letter-spacing: 3px;
}

/* #Showcase
================================================== */

.case-study-wrapper {
  position:absolute;
  width:100%;
  max-width:500px;
  top:50%;
  left:50%;
  z-index:10;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.case-study-wrapper li {
  list-style:none;
  display:block;
  padding-bottom:30px;
  text-align:center;
  margin:0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.case-study-wrapper li a {
  color:#f9f9f9;
  text-align:center;
  display:block;
  font-size:26px;
  padding:0;
  margin:0;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  line-height:22px;
  letter-spacing:2px;
  color:#f9f9f9;
}
.case-study-wrapper li a span {
  font-size:11px;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  padding:0;
  margin:0;
  line-height:11px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#999;
} 
.case-study-wrapper li a:hover {
  color:#f9f9f9;
}
.case-study-wrapper:hover li {
  opacity:0.2;
} 
.case-study-wrapper:hover li:hover {
  opacity:1;
}

.dark-over-portfolio{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:5;
  background-color:#212121;
  opacity:.8;
}
  
.case-study-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin:0;
  z-index:2;
} 
.case-study-images li {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:center center;
  background-repeat:no-repeat;
  top: 0;
  left: 0;
  overflow: hidden;
  list-style:none;
  opacity:0;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.case-study-images li.show {
  opacity:1;
} 

.next-pre-background{
  background-color: #181818;
}
.project-next-prev{
  position:relative;
  width:100%;
  overflow:hidden;
  z-index: 5;
}
.project-next-prev:after {
  content: '';
  display: block;
  clear: both;
}
.project-prev{
  position:relative;
  width:50%;
  display:inline-block;
  height:350px;
  float:left;
  background:url('./images/project-left.svg')no-repeat center center;
  background-size:120px 120px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-prev .text,
.project-next .text{
  position:absolute;
  letter-spacing:3px;
  font-family: 'Poppins', sans-serif;
  width:100%;
  left:0;
  top:120%;
  margin-top:-28px;
  font-size:20px;
  line-height:28px;
  text-align:center;
  color:#fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-prev:hover .text,
.project-next:hover .text{
  top:50%;
}
.project-prev .text span,
.project-next .text span{
  font-family: 'Open Sans', sans-serif;
  font-weight:600;
  font-size: 10px;
  color:#b5b5b5;
  line-height:28px;
  letter-spacing:2px;
  text-transform: uppercase;
}

.project-prev:hover{
  background-position:center -100%;
}
.project-next{
  position:relative;
  width:50%;
  display:inline-block;
  height:350px;
  float:right;
  background:url('./images/project-right.svg')no-repeat center center;
  background-size:120px 120px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-next:hover{
  background-position:center -100%;
}
.tp-dottedoverlay.twoxtwo{
  background:#212121;
  opacity: .7;
}
.fade-elements{
  opacity: 0.99;
}
.img-from-bottom {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.img-from-bottom.wpb_single_image img {
    width: 100%;
    max-width: 950px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.vc_item img{
  width:100%;
  height:auto;
}
.owl-gallery {
    position: relative;
    margin-top: 25px;
    width: calc(100% - 50px);
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding-bottom: 70px;
}
.owl-gallery .item {
    position: relative;
    overflow: hidden;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
}
.owl-gallery .item .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 5px;
    z-index: 5;
    cursor: pointer;
    background-image: url(./images/more.png);
    background-color: rgba(11,11,11,.9);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    opacity: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.owl-gallery .item .mask:hover{
  opacity:1;
}
.owl-gallery.owl-theme .owl-controls{
  text-align: center;
  width:100%;
  z-index:20;
  position: absolute;
  bottom: 0px;
}
.owl-gallery.owl-theme .owl-controls .owl-page span{
  background:#000;
  border-radius:0;
  width:2px;
  height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.owl-gallery.owl-theme .owl-controls .owl-page.active span {
  height:20px;
}
/* #FAQ
================================================== */


.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  margin-bottom:2px;
}
.smk_accordion .accordion_in .acc_head {
  position: relative;
  padding: 15px;
  text-align:left;
  background:#fafafa;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  font-size: 14px;
  line-height:20px;
  color: #414141;
  letter-spacing:1px;
  display: block;
  cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover {
  color:#fff;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  color:#fff;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  background: url('./images/acc1.png')no-repeat center center;
  background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover .acc_icon_expand {
  background: url('./images/acc2.png')no-repeat center center;
  background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url('./images/acc3.png')no-repeat center center;
  background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_content {
  color:#606060;
  padding:30px;
  background:#f2f2f2;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}

.product-det .star-rating{
  display: none;
}
.product-det .price del{
  display: block;
}
.product-det .price ins{
  text-decoration:  none;
}
.shop-item.portfolio-box-1 .product-det h3 span.amount{
  font-weight: 400;
  letter-spacing: 0px;
}
.shop-item.portfolio-box-1 .product-det h3 ins span.amount,.shop-item.portfolio-box-1 .product-det h3 ins span.amount span{
    text-align: center;
    padding-bottom: 20px;
    font-size: 38px;
    line-height: 38px;
    font-style: normal;
    font-weight: 400;
    text-decoration:  none;
}
.woocommerce-review-link,.posted_in a{
  color: #414141;
  -webkit-transition : all 0.3s ease-out;
  -moz-transition : all 0.3s ease-out;
  -o-transition :all 0.3s ease-out;
  transition : all 0.3s ease-out;
}

.cart-slide-out{ 
  position:fixed;
  right:0;
  top:170px;
  z-index:300;
      padding: 14px 18px;
  background-color:#212121;
  color:#fff;
  cursor:pointer;
}
.cart-slide-out img{ 
  width:25%;
  height:auto;
  float: right!important;
}
.cart-slide-out .cart-slide-out-item{ 
  position:absolute;
  cursor: default;
  top:45px;
  right:-270px;
  width:240px;
  padding:20px 20px 20px 10px;
  z-index:301;
  background:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cart-slide-out-item p.total{
  color: #414141;
  margin: 5px 0;
}
.cart-slide-out-item p.buttons a{
  float: left;
    width: 35%;
    font-size: 13px;
    padding: 12px 15px;
    text-align: center;
}
.cart-slide-out-item p.buttons a:hover{
  color: #fff;
}
.cart-slide-out-item p.buttons a:last-child{
  float:right;
}
.cart-slide-out-item ul li.mini_cart_item{
  padding:4px 0;
  clear: both;
}
.cart-slide-out-item ul li.empty{
  color:#414141;
  text-align: center;
}
.woocommerce a.remove:hover{
  background:transparent!important;
}
.cart-slide-out-item ul li.mini_cart_item a{
  color: #414141;
      font-weight: bold;
    font-size: 13px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.cart-slide-out-item ul li.mini_cart_item:before{
  content: " ";
    display: table;
}
.cart-slide-out-item ul li.mini_cart_item a.remove{
  position: absolute;
  line-height: 3;
  margin-left: 0;
}
.cart-slide-out-item ul li.mini_cart_item .quantity{
  color:#414141;
  display: block;
}
.product-detail a, .product-detail span.quantity {
    margin-left: 20px;
}
.cart-slide-out:hover .cart-slide-out-item{ 
  right:0;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item{ 
  position:relative;
  padding:30px;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item:after {
  content: '';
  display: block;
  clear: both;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item img{ 
  width:80px;
  display:block;
  margin-right:20px;
  margin-bottom:20px;
  float:left;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item h6{ 
  text-align:left;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item p{ 
  text-align:left;
  font-size:11px;
  font-weight:500;
  letter-spacing:3px;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item .subtotal{ 
  position:relative;
  width:100%;
  color: #414141;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight:500;
  text-align:left;
  padding-top:10px; 
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid rgba(31,31,31,.1);
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item .subtotal span{ 
  float:right;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a{ 
  color: #414141;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing:2px;
  font-weight:600;
  text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a:after{ 
  font-family: 'FontAwesome';
  content: '\f178 ';
  padding-left:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a:hover:after{ 
  padding-left:16px;
}
.border-grey{
  border: 1px solid rgba(225,225,225,.2);
}

.hero-wrap-pages-cs,.hero-wrap-pages{
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 50%;
  webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-wrap-pages h2{
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
}
.hero-wrap-pages p{
  color: #fff;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 2px;
}
.hero-wrap-pages-cs h2{
      letter-spacing: 2px;
    font-weight: 900;
    color: #fff;
    text-transform: none;
    font-size: 45px;
}
.hero-wrap-pages-cs p{
  font-size: 17px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #f8f8f8;
    margin-top: 15px;
}
ul.countdown {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}
ul.countdown li {
    display: inline-block;
}
ul.countdown li span {
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    color: #fff;
}
ul.countdown li.seperator {
    font-size: 40px;
    width: 40px;
    text-align: center;
    line-height: 90px;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 600;
}
ul.cs_socials{
  margin-top: 40px;
}
ul.cs_socials li{
  display: inline-block;
  padding: 0 10px;
}
ul.cs_socials li i{
  font-size: 20px;
  color: #fff;
  -webkit-transition : all 0.3s ease-out;
  -moz-transition : all 0.3s ease-out;
  -o-transition :all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.container .container{
  width: 100%;
}

@media only screen and (max-width: 768px) { 
  .portfolio-box-1,.portfolio-box-1.col-2,.portfolio-box-1.col-4,.portfolio-box-1.col-5{
    width:50%;
  } 
  .projects-grid-2 .portfolio-box-1{margin: 10px;}
  .projects-grid-2 .portfolio-box-1,
  .projects-grid-2 .portfolio-box-1.col-2,
  .projects-grid-2 .portfolio-box-1.col-4,
  .projects-grid-2 .portfolio-box-1.col-5{
    width:calc(50% - 20px);
  } 
  #portfolio-filter.portfolio-filter-2{
    position: relative;
    top: 0px;
  }
  .shop-item.portfolio-box-1.col-3,
  .shop-item.portfolio-box-1.col-4{
    width:50%;
  }
  ul.countdown li span {
    font-size: 35px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
  }
  ul.countdown li.seperator {
    font-size: 25px;
    width: 18px;
    line-height: 65px;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
 .portfolio-box-1,.portfolio-box-1.col-2,.portfolio-box-1.col-4,.portfolio-box-1.col-5{
    width:100%;
  } 
  .projects-grid-2 .portfolio-box-1,
  .projects-grid-2 .portfolio-box-1.col-2,
  .projects-grid-2 .portfolio-box-1.col-4,
  .projects-grid-2 .portfolio-box-1.col-5{
    width:calc(100% - 20px);
  }
  .shop-item.portfolio-box-1.col-3,
  .shop-item.portfolio-box-1.col-4{
    width:100%;
  }
  a.button-video{
    margin-top: 30px;
    margin-left: 0px;
  } 
  .hero-wrap-pages-cs h2{font-size: 25px;}
  .hero-wrap-pages-cs p{font-size: 14px;}
  ul.countdown li span{font-size: 25px;line-height: 35px;}
  ul.countdown li.seperator{font-size: 15px;width:5px;line-height: 40px;}
  ul.cs_socials li i{font-size: 15px;}

}
.icon-about img{
  filter: hue-rotate(-49deg) saturate(68%) brightness(90%);
}