
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Sidebar
# Misc
# Sidebar
	# Main Navigation
 	# Logo
	# Web Title
	# Side Footer
# Page Transition	
# Home
	# Section 1 Carousel
	# Secttion 2 About
	# Section 3 Services
	# Section 4 Projects
	# Section 5 Testimonials
	# Section 6 Blog Preview
	# Section 7 - Contact Button
# About	
	# Section 8 - Image Screen
	# Section 9 - Text Box
	# Section 10 - Content
	# Section 11 - Services
	# Section 12 - Team
	# Section 13 - Counter
	# Section 14 - Team
# Works	
	# Section 15 - Projects Page
# Contact	
	# Section 16 - Contact Form
# Blog	
	# Section 17 - post Headline
	# Section 18 - Posts List
# Project Single	
	# Section 19 - Project Header
	# Section 20 - Project Content
# Post Single	
	# Section 21 - Post Header
	# Section 22 - Post Content
	# Section 23 - Posts Related
# FAQs
	# Section 24 - FAQs Content
# 404 Page	
	# Section 25 - 404 Content
# Footer
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body {
	height: 100%;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #4a4a4a;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
p {
	font-size: 16px;
	color: #4a4a4a;
}
a,span {
	color: #4a4a4a;
}

header {
	position: fixed;
	height: 100%;
	width: 320px;
	z-index: 9;
	left: -230px;
	background-color: #fff;
	-webkit-transform: translateX(0px);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0px);  /* IE 9 */
    transform: translateX(0px);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);

}


section {
	overflow: hidden;
	position: relative;
	font-family: 'Poppins', sans-serif;
	color: #4a4a4a;
}


/*--------------------------------------------------------------
## Misc
--------------------------------------------------------------*/
.wrap {
	height: 100%;
	width: : calc( 100% - 90px);
	margin-left: 90px;
}
.text-center { text-align: center;justify-content: center; }
.text-right { text-align: right;justify-content: right; }
.text-left { text-align: left;justify-content: left; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.nopadding {padding:0 !important;}
.nopaddingx {padding-left:0 !important;padding-right:0 !important;}
.nomargin {margin:0 !important;}
.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.centeredEl {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.active-menu {
	-webkit-transform: translateX(220px);  
    -ms-transform: translateX(220px);  
    transform: translateX(220px);  
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pull-active-menu {
	-webkit-transform: translateX(-220px);  
    -ms-transform: translateX(-220px);  
    transform: translateX(-220px);  
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
#sidebar {
	width: 80px;
	float: right;
	height: 100%;
	cursor: pointer;
}
#sidemenu {
	float: left;
	height: 100%;

}

/*--------------------------------------------------------------
## Main Navigation
--------------------------------------------------------------*/
#navigation {
	margin-top: 50%;
	padding: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li a {
	font-size: 30px;
	color: #4a4a4a;
	background-image: linear-gradient(180deg,rgba(0, 0, 0, 0) 65%,#f89f8d 0);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;

}
#navigation li a:hover {
	font-size: 30px;
	text-decoration: none;
	background-size: 0% 100%;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;

}
#navigation li .active {
	color: #777 !important;
	text-decoration: none;
}
#navigation a.back {
	background-size: 0% 0% !important;
}
#navigation .sub {
	position: absolute;
    top: 0;
    left: -220px;
    width: 220px;
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
#navigation .sub-active {
	-webkit-transform: translateX(440px);  
    -ms-transform: translateX(440px);  
    transform: translateX(440px);  
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);

}

#mainNav {
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#logo {
	width: 100%;
	padding: 30px 15px;
}		

#logo img {
	width: 100%;
}
/*--------------------------------------------------------------
## Web Title
--------------------------------------------------------------*/
#web-title {
	height: 480px;
	
}

#web-title span {
	opacity: 1; 
	transform: rotate(-90deg);
	position: absolute;
    margin: auto;
    top: 50%;
    right: 0px;
    width: 100px;
    height: 0;
    will-change: transform;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;

}
/*--------------------------------------------------------------
## Side Footer
--------------------------------------------------------------*/
#sideinfo {
	margin: 0 0 30px 30px;
	position: absolute;
	bottom: 50px;
	font-weight: 600;
}
#sideinfo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sideinfo a {
	color: #4a4a4a;
}

#sidesocial {
	margin: 0 0 30px 20px;
	position: absolute;
	bottom: 0;
}
#sidesocial .fa {
	font-size: 20px;
	color: #4a4a4a;
}
#sidesocial a {
	color: #4a4a4a;
	margin: 0 15px;
}

#mobileBurger {
	display: none;
}
.hamburger-slim {
  background: transparent;
  margin: 45px auto 10px;
  position: relative;
  height: 30px;
  width: 60px;
}
.hamburger-slim:before, .hamburger-slim:after {
  background: #000;
  backface-visibility: hidden;
  content: "";
  height: 2px;
  left: 0;
  transition: 0.75s;
  width: 50px;
}
.hamburger-slim:before {
  box-shadow: #000 0 14px 0 0;
  position: absolute;
  top: 0;
}
.hamburger-slim:after {
  position: absolute;
  top: calc(100% - 2px);
}
.hamburger-slim-active:before {
  box-shadow: transparent 0 0 0 0;
  top: 50%;
  transform: rotate(225deg);
}
.hamburger-slim-active:after {
  top: 50%;
  transform: rotate(315deg);
}

.section-title-one {
	padding-bottom: 30px;
	padding-left: 20px;
}
.section-title-one h2 {
	font-size: 36px;
	font-weight: 700;
}
.section-title-one .line {
	content: " ";
    display: block;
    background-color: #f89f8d;
    width: 70px;
    height: 4px; 
    margin-bottom: 10px;  
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transform-origin: left;
}

/*--------------------------------------------------------------
## Page Transition
--------------------------------------------------------------*/
body::after, body::before {
  content: '';
  height: 50vh;
  width: 100%;
  position: fixed;
  left: 0;
  background-color: #ffffff;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.4s 0.4s;
  -moz-transition: -moz-transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s;
}
body::before {
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
body::after {
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
body.page-is-changing::after, body.page-is-changing::before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s 0s;
  -moz-transition: -moz-transform 0.4s 0s;
  transition: transform 0.4s 0s;
}


.loader {
	z-index:999;
	position: absolute;
	width: 32px;
	height: 32px;
	clear: both;
	margin: auto;
	border: 4px rgba(0, 0, 0, 0.25) solid;
	border-top: 4px black solid;
	border-radius: 50%;
	-webkit-animation: spCircRot .6s infinite linear;
	animation: spCircRot .6s infinite linear;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*--------------------------------------------------------------
## Section 1 - Home Header
--------------------------------------------------------------*/
.banner {

}
.banner {
	width: 100%;
	height: 100%;
	font-family: 'Playfair Display', serif;
}

.banner .owl-carousel, 
.banner .owl-wrapper-outer,
.banner .owl-wrapper,
.banner .owl-item {
	height: 100%;
}

.banner > .owl-carousel .item {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.banner > .owl-carousel .item img {
	position: absolute;
	width: 100%;
	z-index: 2
}
.banner .owl-buttons {
    position: absolute;
    top: 0;
    display: none;
}

.owl-carousel .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 3;
	opacity: 0;
}

.owl-carousel .content {
	z-index: 4;
	position: absolute;
	padding: 20px;
	bottom: 120px; 
}
.banner a {
	font-size: 100px;
	color: #fff;
	background-image: linear-gradient(180deg,rgba(0, 0, 0, 0) 65%,#f89f8d 0);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;
}
.banner a:hover {
	text-decoration: none;
	background-image: linear-gradient(180deg,rgba(0, 0, 0, 0) 65%,#f89f8d 0);
	background-size: 0% 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;
	color: #fff;
}
.heading {
	margin: 0;
	padding: 0;
}
.heading li {
	position: relative;
	width: 460px;
	list-style: none;
}
#home-2 .overlay {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	opacity: 0.2;
}
#home-2 .content {
	z-index: 4;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	bottom: 0;
	height: 100px;
	margin: auto;
}
#home-2 .content > h1 {
	color: #f5f5f5;
	font-weight: 700;
	font-size: 46px;
}
#home-2 .content > p {
	color: #fff;
}
#home-2 .service-box {
	padding: 20px 20px;
	z-index: 4;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #f5f5f5;
}
#home-2 .service-box h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
#home-2 .service-box p {
	font-size: 13px;
	color: #f5f5f5;
}

#home-2 .service-box .line {
	content: " ";
    display: block;
    background-color: #d41017;
    width: 35px;
    height: 2px; 
    margin-bottom: 10px;  
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transform-origin: left;
}

#home-3  {
	height: 100%;
}
#home-3 #top {
	z-index: 4;
	position: absolute;
	height: 38%;
	width: 100%;
	top: 0;
	background-color: #f5f5f5;
	transform:translateY(0%);
	transition:transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	
}
#home-3 #top .slice {
	z-index: 3;
	width: 120%;
	position: absolute;
    bottom: -100px;
    left: -10%;
    height: 200px;
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    z-index: 1;
    background-color: #f5f5f5;

}
#home-3 .content {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#home-3 #bottom {
	z-index: 4;
	position: absolute;
	height: 38%;
	width: 100%;
	bottom: 0;
	background-color: #fcf113;
	transform:translateY(0%);
	transition:transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
		
}
#home-3 #bottom .slice {
	z-index: 3;
	width: 120%;
	position: absolute;
    top: -100px;
    left: -10%;
    height: 200px;
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    z-index: 1;
    background-color: #fcf113;

}
#home-3 #bottom .content {
	width: 100%;
	height: 50%;
	z-index: 5;
	text-align: center;
}
#home-3 #top .content {
	width: 100%;
	height: 50%;
	z-index: 5;
	text-align: center;
}
#home-3 .content h2 {
	color: #4a4a4a;

}
#home-3 .content a {
	color: #4a4a4a;
	font-weight: 700;
}

#home-3-services .service-box {
	padding: 20px 20px;
	z-index: 4;
	width: 100%;
	bottom: 0;
}
#home-3-services .service-box h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
#home-3-services .service-box p {
	font-size: 13px;
}


#home-3-services .service-box .line {
	content: " ";
    display: block;
    background-color: #d41017;
    width: 35px;
    height: 2px; 
    margin-bottom: 10px;  
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transform-origin: left;
}

/*--------------------------------------------------------------
## Section 2 - About
--------------------------------------------------------------*/
.about {
	padding: 50px 20px;
	background-color: #efefef;
	font-family: 'Poppins', sans-serif;
}

.about .text-content {
	min-height: 400px;
}
.about .text-content h2 {
	font-size: 46px;
	margin-top: 0;
}

.about .carousel {
	height: 390px;
	position: relative;
}
.about .carousel .item {
	height: 380px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.about .carousel .item img {
	width: 100%;
}

.about .owl-buttons {
    width: 160px;
    bottom: -1px;
    position: absolute;
    right: -3px;
    padding: 15px 20px;
    background-color: #efefef;
}
.about .owl-buttons .owl-prev,
.about .owl-buttons .owl-next {
	background: none;
	color: #4a4a4a;
	font-size: 14px;
}
.about .owl-buttons .owl-prev {
	margin-left: 20px;
	float: left;
}
.about .owl-buttons .owl-next {
	margin-right: 20px;
	float: right;
}

/*--------------------------------------------------------------
## Section 3 - Services
--------------------------------------------------------------*/
.services {
	padding:  80px 20px;
	font-family: 'Poppins', sans-serif;
}

.services .carousel .item {
	padding: 20px;
}

.services .carousel .item:hover {
	background-color: #f89f8d;
}

.services .fa {
	font-size: 50px;
}
.services .content .line {
	content: " ";
    display: block;
    background-color: #000;
    width: 35px;
    height: 2px; 
    margin-bottom: 10px;  
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transform-origin: left;
}

.services h3 {
	font-size: 15px;
	font-weight: 600;
}
.services p {
	font-size: 12px;
}

/*--------------------------------------------------------------
## Section 4 - Projects
--------------------------------------------------------------*/
.projects {
	background-color: #efefef;
	font-family: 'Poppins', sans-serif;
}

.projects h2 {
	font-size: 66px;
}

.projects .filter .line {
	content: " ";
    display: block;
    background-color: #f89f8d;
    width: 35px;
    height: 2px; 
    margin-bottom: 10px;  
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transform-origin: left;
}
.projects .filter .line:hover {
	transform: scaleX(12)
}

.projects .filter {
	padding: 50px 50px;

}
.projects .filter ul {
	position: absolute;
	bottom: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.projects .filter li:first-child {
	padding-left: 0;
}
.projects .filter li {
	float: left;
	padding: 10px;
	cursor: pointer;
} 
.project-cat {
	margin-left: -10px;

}
.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    position: relative;
}

.projects .mix .thumb-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 230px;
}

.projects .thumb-container > img {
	position: absolute;
	width: 100%;
	transform: scale(1.2, 1.2)
}

.projects .thumb-text {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
}

.projects .thumb-text .content {
	z-index: 3;
	position: absolute;
	margin: auto;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 80px;
}
.projects .thumb-text .content h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 700;
}
.projects .thumb-text .content span {
	color: #fff;
	font-size: 12px;
}
.projects .thumb-text .overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	position: absolute;
}
.projects .home-3 .thumb-container {
	height: 400px;
}
.projects .home-3 .thumb-container img {
	transform: scale(1.1)
}
.projects .home-3 .thumb-container img:hover {
	transform: scale(1.3)
}
.projects .home-3 .thumb-container .thumb-text {
	transform: translateY(0%) !important;
}
.projects .home-3 .thumb-container .thumb-text .content{
	height: 100%;
	text-align: left;
	padding:20px;
}
.projects .home-3 .thumb-container .thumb-text .content p {
	color: #f5f5f5;
	font-size: 12px;
	width: 320px
}

.projects .home-3 .line {
	margin-top: 10px;
	content: " ";
    display: block;
    background-color: #d41017;
    width: 35px;
    height: 2px; 
    margin-bottom: 10px;  
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transform-origin: left;
}

#home-3-projects-header {
	background-color: #fcf113;;
}

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/*--------------------------------------------------------------
## Section 5 - Testimonials
--------------------------------------------------------------*/
.testimonials {
	padding: 80px 20px;
	font-family: 'Poppins', sans-serif;
	background-color: #fff;
}

.testimonials .item {
	padding: 20px;
}

.testimonials .content h2,
.testimonials .carousel h2 {
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 10px 0px;
    position: relative;
}
.testimonials .content h3,
.testimonials .carousel h3 {
	font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
}
.testimonials .content .line,
.testimonials .carousel .line {
	content: " ";
    display: block;
    background-color: #000;
    width: 35px;
    height: 2px; 
    margin-bottom: 10px;  
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transform-origin: left;
}
.testimonials .content .owl-buttons,
.testimonials .carousel .owl-buttons {
	display: none;
}
/*--------------------------------------------------------------
## Section 6 - Blog Preview
--------------------------------------------------------------*/
.blog-preview {
	padding: 80px 10px;
	font-family: 'Poppins', sans-serif;
}

.blog-preview .post-media,
.post-item .post-media {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.blog-preview .post-meta,
.post-item .post-meta {
	padding-bottom: 10px;
}
.blog-preview .post-meta-item,
.post-item .post-meta-item {
	float: left;
	padding-right: 20px;
} 
.blog-preview .post-media img,
.post-item .post-media img {
	position: absolute;
	overflow: hidden;
	width: 100%;
	/* transform: scale(1.5); */
}
.blog-preview .post-body,
.post-item .post-body {
	padding: 15px;
	background-color: #fff;
	height: 220px;
}
.blog-preview .post-body h3,
.post-item  .post-body h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #4a4a4a;
}

.blog-preview .post-body h3:hover,
.post-item  .post-body h3:hover {
	
}
.blog-preview .post-body a,
.post-item  .post-body a,
#blog-1-post-headline a {
	text-decoration: none;
}
.blog-preview .post-body p,
.post-item .post-body p {
	
}
.blog-preview .post-footer,
.post-item .post-footer {
	border-top: 1px solid #f5f5f5;
	padding: 15px;
	background-color: #fff;
}
.blog-preview .post-footer .fa,
.post-item .post-footer .fa {
	font-size: 17px;
}
.paginate {
	padding-top: 20px;
}
.page-link {
	padding: 15px 50px;
	background-color: #fff;
	color: #4a4a4a;
	font-weight: 700;
	margin: 20px 0;
	background-image: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,#fcf113 0);
	background-size: 0% 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;

}
.page-link:hover {
	text-decoration: none;
	color: #4a4a4a;
	background-image: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,#fcf113 0);
	background-color: #fff;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;
}
.prev-page {	
	background-position: right top;
}
.next-page {
	background-position: left top;
}

/*--------------------------------------------------------------
## Section 7 - Contact Button
--------------------------------------------------------------*/
.contact {
	padding:  120px 20px;
	background-color: #efefef;
	background-image: url(../images/contact-bg.jpg);
}
.contact p {
	font-size: 36px;
	color: #fff;
	font-family: 'Playfair Display', serif;
}
.contact .btn_ {
	color: #fff;
}

/*--------------------------------------------------------------
## Section 8 - Image Screen
--------------------------------------------------------------*/

#image-screen {
	width: 100%;
	height: 400px;
	font-family: 'Playfair Display', serif;
}
.parallax { 
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*--------------------------------------------------------------
## Section 9 - Text Box
--------------------------------------------------------------*/
.text-box-one {
	padding: 50px 50px;
	background-color: #f5f5f5;
}
.text-box-1 {
	position: relative;
}
.text-box-1 h2 {
	font-size: 18px;
	font-weight: 700;
}
.text-box-1 p {
	font-size: 36px;
	font-family: "Playfair Display", serif;
}

.text-box-two {
	padding: 80px 20px;
	background-color: #f5f5f5;
}
.text-box-2 {
	position: relative;
}
.text-box-2 h2 {
	font-size: 18px;
}
.text-box-2 p {
	font-size: 26px;
}
/*--------------------------------------------------------------
## Section 10 - Content
--------------------------------------------------------------*/
.content-view {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.content-view .content-left {
	float: left;
	background-color: #fff;
	padding: 80px 50px;
	width: 45%;
	z-index: 2;
	position: relative;
}
.content-view .content-top {
	float: left;
	padding: 80px 0px 0;
	width: 100%;
	height: 50%;
	z-index: 2;
	position: relative;
}
.content-view .content-bottom {
	float: left;
	padding: 20px 20px 80px;
	width: 100%;
	z-index: 2;
	position: absolute;
	bottom: 0;
}
.content-view .text {
	z-index: 3;
	position: relative;
}
.content-view .content-left .slice {
	position: absolute;
    top: -30px;
    left: 52%;
    width: 300px;
    height: 1040px;
    background: #fff;
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    z-index: 1;
}
.content-view .content-top .slice {
	position: absolute;
    bottom: -100px;
    left: -10%;
    width: 120%;
    height: 300px;
    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    z-index: 1;
}
.content-view .content-bottom .slice {
	position: absolute;
    top: -100px;
    left: -10%;
    width: 120%;
    height: 300px;
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    z-index: 1;
}
.content-view .content-image-bottom {
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	width: 300px;
	text-align: center;
	bottom: 10%;
	height: 100px;
}
#home-2-about .centeredEl {
	width: 200px;
	text-align: center;
	margin-top: 50px;
}
#home-2-about .centeredEl img {
	width: 100%;
}
#home-2-about {
	height: 900px;
}
#home-2-about .content-top,
#home-3-about .content-top,
.content-view .content-top .slice {
	background: #f5f5f5;
}
#home-2-testimonials {
	height: 900px;
	background-color: #f5f5f5;
	padding: 0;
}
#home-2-testimonials .content-top,
#home-2-testimonials .content-top .slice {
	background: #f5f5f5;
}

#home-2-contact {
	height: 700px;
	background-color: #f5f5f5;
	padding: 0;
}
#home-2-contact .centeredEl {
	width: 150px;
	height: 100px;
	margin-top: 50px;
}
#home-2-contact .centeredEl a {
	font-size: 26px;
}
#home-2-contact .content-top,
#home-2-contact .content-top .slice {
	background: #f5f5f5;
}

#home-3-about {
	height: 700px;
}
#home-3-about .centeredEl {
	margin-top: 100px;
	width: 100px;
}
#home-3-services {
	height: 900px;
}
#home-3-services .content-bottom,
#home-3-services .content-bottom .slice {
	background-color: #f5f5f5;
}
/*--------------------------------------------------------------
## Section 11 - Services
--------------------------------------------------------------*/
.services-two .item {
	padding: 20px;
}
.services-two .item:hover {
	background-color: #fcf113;
}
/*--------------------------------------------------------------
## Section 12 - Team
--------------------------------------------------------------*/
.team {}

.team .thumb-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 380px;
}

.team .thumb-container > img {
	position: absolute;
	width: 100%;
	transform: scale(1.2);
}

.team .thumb-text {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.team .thumb-text .content {
	z-index: 3;
	position: absolute;
	margin: auto;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
}
.team .thumb-text .content h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 700;
}
.team .thumb-text .content span {
	color: #fff;
	font-size: 12px;
}
.team .thumb-text .overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	position: absolute;
}
/*--------------------------------------------------------------
## Section 13 - Counter
--------------------------------------------------------------*/
.counters {
	padding: 80px 20px;
	font-family: 'Playfair Display', serif;
	background-color: #f5f5f5;
}
.counters .item {
	text-align: center;
}
.counters h3 {
	font-size: 40px;
}
.counters p {
	font-size: 18px;
}
/*--------------------------------------------------------------
## Section 14 - Reach Us
--------------------------------------------------------------*/
.reach-us {
	padding: 120px 20px;
	background-color: #f89f8d;
	font-family: "Playfair Display", serif;
}
.reach-us h3 {
	font-size: 42px;
	color: #f5f5f5;
	font-weight: 700;
}
.reach-us p {
	font-size: 18px;
	color: #f5f5f5;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Section 15 - Projects Page
--------------------------------------------------------------*/
.projects-page {
	padding: 50px 20px;
}

#works-page-1 .mix  .thumb-container {
	height: 280px;
}
#works-page-2 .mix  .thumb-container {
	height: 240px;
}
#works-page-3 .mix  .thumb-container {
	height: 240px;
}
#works-page-4 .mix  .thumb-container {
	height: 200px;
}
#works-page-5 .mix  .thumb-container {
	height: 200px;
}
#works-page-3 .project-cat,
#works-page-4 .project-cat,
#works-page-5 .project-cat {
	margin-left: 0px;
}

#works-page-1 .mix {
	height: 360px;
}
#works-page-5 .mix {
	height: 290px;
}

.projects-page .mix .thumb-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.projects-page h4 {
	margin-bottom: 0px;
	font-weight:700;
	font-size: 15px;
}
.projects-page a,.projects-page a:hover {
	color: #4a4a4a;
	text-decoration: none;
}
.projects-page span {
	font-size: 13px;
}
.projects-page .filter {
	display: flex;

}
.projects-page .project-cat {
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
	margin: 0px auto 40px;
}
.projects-page .project-cat li {
	float: left;
	margin: 0 20px;
}

.projects-page .thumb-container > img,
.works-hover-1 .thumb-container > img {
	position: absolute;
	width: 100%;
	/* transform: scale(1.2, 1.2); */
	-webkit-transition: transform .4s ease;
	transition: transform .4s ease;
	z-index: 2;
}
.projects-page .thumb-container > img:hover,
.works-hover-1 .thumb-container > img:hover {
	transform: scale(1.3, 1.3);
	-webkit-transition: transform .2s ease;
	transition: transform .5s ease;
}
.projects-page .thumb-text {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
}

#works-page-2 .content,
.works-hover-2 .content {
	z-index: 3;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	text-align: left;
	padding: 10px;
	background-color: #000;
	opacity: 0.9;
	bottom: 0px;
	transform: translateY(70px); 
	-webkit-transition: transform .5s ease;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.projects-page .content h4 {
	color: #fff;
}
.projects-page .content span {
	color: #fff;
}
.projects-page .thumb-text .overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	position: absolute;
}

.project-cat li {
	cursor: pointer;
}
#works-page-3 .project-cat {
	margin-left: 0;
}
/*--------------------------------------------------------------
## Section 16 - Contact Form
--------------------------------------------------------------*/
.contact-form {
	padding: 80px 0;
}
.contact-form label {
	color: #4a4a4a;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	padding: 15px 20px;
    box-shadow: none;
    color: #4a4a4a;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.contact-form button {
	color: #4a4a4a;
	box-shadow: none;
	border-radius: 0px;
	width: 100px;
	-webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

/*--------------------------------------------------------------
## Section 17 - Post Headline
--------------------------------------------------------------*/
#blog-1-post-headline {
	padding: 50px 0;
	background-color: #f5f5f5;
}
#blog-1-post-headline article {
	height: 500px;
	padding: 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#blog-1-post-headline .content {
	background-image: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,#f89f8d 0);
	background-color: #fff;
	background-size: 0% 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;
	padding: 30px;
	margin: 30px 50px;
	width: 40%;
}
#blog-1-post-headline .content:hover {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;
	
}
#blog-1-post-headline span {
	font-weight: 700;
}
#blog-1-post-headline h2 {
	font-family: Playfair Display;
	font-size: 46px;
	color: #4a4a4a;
}
#blog-1-post-headline p {
	font-size: 16px;
}
/*--------------------------------------------------------------
## Section 18 - Posts List
--------------------------------------------------------------*/

.post-item {
	padding: 0px 0 80px;
	background-color: #f5f5f5;
}
.post-pre-item {
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
## Section 19 - Project Header
--------------------------------------------------------------*/
.project-header-paralax { 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#project-header {
	height: 450px;
	font-family: "Playfair Display", serif;
}
#project-header .title {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100px;
	margin: auto;
	left: 0;
	right: 0;
}
#project-header .title h1 {
	color: #fff;
}
#project-header .title span {
	color: #fff;
}
/*--------------------------------------------------------------
## Section 20 - Project Content
--------------------------------------------------------------*/

#project-content {
	padding: 40px 0 80px;
	font-family: "Poppins", serif;
	background-color: #f5f5f5;
} 
#project-content .meta {
	padding-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
}
#project-content .meta label {
	color:#9b9b9b;
	font-weight: 400;
}
#project-content .content {
	padding: 50px 0;
}
/*--------------------------------------------------------------
## Section 21 - Posts Header
--------------------------------------------------------------*/
#post .post-header {
	height: 450px;
	padding: 100px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#post .post-header h1 {
	color: #fff;
	font-size: 56px;
	font-family: "Playfair Display", serif;
	width: 66%;		
}
#post .post-header span {
	color: #fff;
	font-size: 20px;
    font-weight: 700;
}
/*--------------------------------------------------------------
## Section 22 - Posts Content
--------------------------------------------------------------*/
#post #post-content {
	padding: 80px 0;
	font-family: "Playfair Display";
}
#post #post-content img {
	width: 100%;
}
#post .social {
	width: 80px;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}
#post .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#post .social li {
	margin-bottom: 15px;
}
#post .social a {
	font-size: 22px;
	color: #9b9b9b;
}
#post .social a:hover {
	color: #4a4a4a;
}
#post .social label {
	font-size: 14px;
	color: #9b9b9b;
}

#post article {
	padding: 50px;
	background-color: #fed100;
}
#post article .post-meta-item {
	float: left;
	margin-right: 20px;
}
#post article span {
	font-weight: 700;
}
#post article h3 {
	font-size: 46px;
	color: #4a4a4a;
	font-family: "Playfair Display", serif;
}
#post article p {
	font-size: 16px;
	color: #4a4a4a;
}

/*--------------------------------------------------------------
## Section 23 - Posts Related
--------------------------------------------------------------*/

#post #post-related {
	padding: 80px 0;
	background-color: #f5f5f5;	
}
#post #post-related h2 {
	margin-bottom: 50px;
}
#post #post-related a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Section 24 - FAQs Content
--------------------------------------------------------------*/
#faqs {
	padding: 80px 0px;
	background-color: #f5f5f5;
	font-family: "Poppins", serif;

}
#faqs .row {
	margin-bottom: 30px;
}
#faqs h2 {
	font-size: 60px;
}
/*--------------------------------------------------------------
## Section 25 - 404 Content
--------------------------------------------------------------*/
#p404 {
	padding: 100px 0;
	font-family: "Poppins", serif;

}
#p404 h2{
	background-color: #f5f5f5;
	font-size: 150px;
    font-weight: 700;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
	background-color: #333;
	font-family: 'Poppins', serif;
}

.footer-top {
	padding:  50px 0;
}
.footer-top .footer-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}
.footer-top .footer-col a {
	color: #fff;
}
.footer-top .footer-col h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
.footer-top .footer-col p {
	font-size: 14px;
}
.footer-top .footer-col .line {
	content: " ";
    display: block;
    background-color: #f89f8d;
    width: 35px;
    height: 2px; 
    margin-bottom: 10px;  
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transform-origin: left;
}

.btn_ {
	font-weight: 700;
	padding: 10px 25px 10px 25px;
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-shadow: none;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    color: #4a4a4a;
    opacity: 0.95;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,#f89f8d 0);
	background-size: 0% 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;
}
.btn_:hover {
	text-decoration: none;
	color: #4a4a4a;
	background-size: 100% 100%;
}
.footer-top p {
	color: #fff;
}
.footer-bottom {
	padding: 20px;
	background-color: #222;
}
.footer-bottom p {
	color: #fff;
	margin: 0;
	font-size: 12px;
}



/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1025px) {
	header {
		left: -320px;
	}

	.active-menu {
		-webkit-transform: translateX(310px);  /* Chrome, Opera 15+, Safari 3.1+ */
	    -ms-transform: translateX(310px);  /* IE 9 */
	    transform: translateX(310px);  /* Firefox 16+, IE 10+, Opera */

	    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	}
	#logo {
		margin-left: 70px;
		
	    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	
	}
	.burgerMenu {
		display: none;
	}
	#mobileBurger {
	    position: absolute;
	    z-index: 1000;
	    right: -50px;
	    height: 90px;
	    width: 60px;
	    display: block;
	    top: 50px;
	    cursor: pointer;
	}

	.hamburger-slim {
		margin: 30px 20px 10px;
	}

	.hamburger-slim:before, .hamburger-slim:after {
		width: 35px;
		background: #000;
		height: 5px;
	}
	.hamburger-slim:before {
	}

	.wrap {
		margin-left: 0;
		width: 100%;
	}
	.team .thumb-container {
		height: 350px;
	}
	.projects .mix .thumb-container {
		height: 200px;
	}
	.blog-preview .post-media, .post-item .post-media {
		height: 200px;
	}
	#works-page-1 .mix  .thumb-container {
		height: 250px;
	}
	#works-page-2 .mix  .thumb-container {
		height: 240px;
	}
	#works-page-3 .mix  .thumb-container {
		height: 240px;
	}
	#works-page-4 .mix  .thumb-container {
		height: 200px;
	}
	#works-page-5 .mix  .thumb-container {
		height: 180px;
	}
	#works-page-3 .project-cat,
	#works-page-4 .project-cat,
	#works-page-5 .project-cat {
		margin-left: 0px;
	}

	#works-page-1 .mix {
		height: 360px;
	}
	#works-page-5 .mix {
		height: 290px;
	}
}

@media only screen and (max-width: 1050px) {
	.banner > .owl-carousel  .item img {
		width: auto;
		height: 100%;
		position: absolute;
	}
	.content-view .content-top .slice {
		bottom: -200px;
	}
	.content-view .content {
		width: 100%;
		padding: 30px 50px;
	}

	.projects .home-3 .thumb-container {
		height: 280px;
	}
	#blog-1-post-headline .content {
		width: 60%;
		margin: 10px 20px;
		padding: 20px;
	}
}

@media screen and ( max-height: 600px ){
	#navigation {
		margin-top: 0;
	}
	#sideinfo {
		display: none;
	}

}

@media only screen and (max-width: 751px) {
	
	.banner {

	}
	.banner a {
		font-size: 50px;
	}
	.banner .owl-carousel .item {
		position: relative;
	}
	
	.text-box-1 p {
		font-size: 26px;
	}
	.about .text-content h2,
	.section-title-one h2 {
		font-size: 26px;
	}
	.about .carousel .item {
		height: 180px;
	}
	.about .carousel {
		height: 200px;
	}
	.about .owl-buttons {
		padding: 15px 10px;
		width: 120px;
	}

	.content-view .content-left {
		width: 90%;
	}
	
	.content-view .content-left .slice {
		display: none;
	}
	.btn_ {
		font-size: 10px;
	}
	.about .text-content {
		min-height: 0;
	}
	.projects h2 {
		font-size: 36px;
	}
	.projects-page .mix .thumb-container {
		height: 200px;
	}
	.projects-page .mix {
		height:280px;
	}
	.projects-page .project-cat li {
		width: 30%;
	}
	.services, .testimonials {
		padding: 30px 0;
	}
	.services .carousel .item {
		padding-bottom: 40px;
	}
	.mix,
	.gap {
	    width: calc(100%/1 - (((2 - 1) * 1rem) / 1));
	}
	.blog-preview .post-pre-item {
		margin-bottom: 20px;
	}
	.team .thumb-container {
		height: 250px;
	}
	.counters p {
		font-size: 16px;
	}
	.counters {
		padding: 50px 20px;
	}
	.contact {
		padding: 80px 0;
	}
	#post .post-header h1 {
		font-size: 30px;
	}
	#post #post-content {
		padding: 50px 0;
	}
	#post .social {
		display: none;
	}
	#post #post-related h2 {
		font-size: 20px;
	}
	#post #post-related {
		padding: 30px 0;
	}
	#post #post-related .post-body {
		margin-bottom: 20px;
	}
	#post article h3 {
		font-size: 28px;
	}
	#blog-1-post-headline {
		padding: 20px 0;
	}

	#blog-1-post-headline .content {
		width: 80%;
		margin: 10px 20px;
		padding: 20px;
	}
	#blog-1-post-headline h2 {
		font-size: 28px;
	}

	#home-2 .content {
		padding: 20px 20px;
		top: -150px;
	}
	#home-3 #bottom .content {
		height: 100%
	}

	#home-2-about {
		height: 1000px;
	}

	#p404 h2 {
		font-size: 46px;
		padding: 20px;
	}
	
}

