/**
	Wizard - Portfolio HTML Template
 	Copyright (c) 2015, Pophonic 

	Author: Pophonic
	Profile: themeforest.net/user/pophonic
	
**/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Body and main container
2.0 Page loader
3.0 Elements
	3.1 Heading
	3.2 Divider
	3.3 Button
	3.4 Circle Button
	3.5 Blockquote
	3.6 Drop cap
	3.7 Progress bar
4.0 Sidebar navigation
	4.1 Burger menu
	4.2 Close menu
	4.3 Navigation menu
	4.4 Navigation menu Light version
5.0 Fullpage panel settings
	5.1 Top social media
	5.2 Block title
	5.3 Block title dark version
	5.4 Home full carousel
	5.5 Home box carousel
	5.6 More items link
6.0 Slide image panel
	6.1 Slider caption
	6.2 Custom navigation
7.0 Video background panel
8.0 Home about us panel
9.0 Home services panel style 1
10.0 Home services panel style 2
11.0 Home services panel style 3
12.0 Home content block panel style 1
13.0 Home content block panel style 2
14.0 Home content block panel style 3
15.0 Home portfolio panel style 1
16.0 Home portfolio panel style 2
17.0 Home portfolio panel style 3
18.0 Home blog panel
	18.1 Blog meta
19.0 Team panel
20.0 Home clients panel
21.0 Home contact us panel
22.0 Submit Form
23.0 Footer Panel
24.0 Single page CSS
	24.1 Single page team section
	24.2 Single page pagination
25.0 Featured area
26.0 Single post meta
	26.1 Portfolio post meta
	26.2 Blog post meta
27.0 Portfolio and blog post social media on title
28.0 Portfolio page
29.0 Blog page
30.0 Blog single page
	30.1 Share this
	30.2 Post pagination
	30.3 About author
	30.4 Related post
	30.5 Post comment
31.0 Page with sidebar
32.0 Sidebar widget
	32.1 Widget recent post
	32.2 Widget categories
	32.3 Widget gallery
	32.4 Widget tag cloud
33.0 Fit image to DIV
34.0 Paper ripple effect
35.0 Thumbnail hover
36.0 Animation settings
37.0 Media queries for responsive design
--------------------------------------------------------------*/




/********************************************
1.0 Body and main container
*********************************************/
body {
	font-family: 'Play', sans-serif;
	font-size: 14px;
	line-height: 1.571428;
	color: #878787;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}

.mt-10{
	margin-top:10px;
}

.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}

.container p {
	margin-left:10px;
}

.ml-10{
	margin-left:10px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-50 {
	margin-left: 40px;
}
.ml-50 {
	margin-left: 50px;
}




.container-wrapper {
	height: 100vh;
	overflow: hidden;
    overflow-y: auto;
}

.inner-wrapper {
	padding: 0 15px;
}

.box {
	margin: 0 0 30px;
}

.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.addpadding {
	padding-left: 15px !important;
	padding-right: 15px !important;
}


/********************************************
2.0 Page loader
*********************************************/
.loader-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: hidden;
	z-index: 99999;
}

.loader {
	margin: auto;
	margin-top: -30px;
	top: 50%;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.5em solid rgba(0, 0, 0, 0.1);
	border-right: 0.5em solid rgba(0, 0, 0, 0.1);
	border-bottom: 0.5em solid rgba(0, 0, 0, 0.1);
	border-left: 0.5em solid #00acc1;
	-webkit-animation: pageLoader 1.1s infinite linear;
	animation: pageLoader 1.1s infinite linear;
}

.loader, .loader:after {
	border-radius: 50%;
	width: 6em;
	height: 6em;
}

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

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


/********************************************
3.0 Elements
*********************************************/
p {
	margin: 0 0 1.5em;
}

.font-number {
	font-family: 'Open Sans', sans-serif;
}

.post-image img {
	width: 100%;
	height: auto;
}

.video-wrapper iframe {
	border: none;
}


/********************************************
3.1 Heading
*********************************************/
h1 {
	font-size: 3.42em;
	-webkit-margin-before: 0.4em;
	-webkit-margin-after: 0.4em;
}

h2 {
	font-size: 2.57em;
	-webkit-margin-before: 0.53em;
	-webkit-margin-after: 0.53em;
}

h3 {
	font-size: 2em;
	-webkit-margin-before: 0.69em;
	-webkit-margin-after: 0.69em;
}

h4 {
	font-size: 1.5em;
	-webkit-margin-before: 0.95em;
	-webkit-margin-after: 0.95em;
}

h5 {
	font-size: 1.17em;
	-webkit-margin-before: 1.2em;
	-webkit-margin-after: 1.2em;
}

h6 {
	font-size: 1em;
	-webkit-margin-before: 1.33em;
	-webkit-margin-after: 1.33em;
}


/********************************************
3.2 Divider
*********************************************/
.divider1,
.divider2,
.divider3 {
	position: relative;
	width: 100%;
	height: 1px;
	margin: 40px 0;
	background-color: rgba(224,224,224,1);
}

.divider2:before,
.divider3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 40px;
	height: 1px;
	background-color: rgba(71,71,71,1);
}

.divider3:before {
	width: 80px;
}


/********************************************
3.3 Button
*********************************************/
.element-button > div {
	margin: 10px 10px 10px 0;
}

.element-button.circle-button > div {
	margin: 10px 15px 10px 0;
}

.center {
	text-align: center;
}

.button {
	display: inline-block;
	position: relative;
	width: auto;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
}

.button a {
	display: block;
	width: 100%;
	padding: 0 30px;
	color: #fff;
}

	.button a:hover,
	.button a:focus {
		text-decoration: none;
		background-color: #0f7a8a;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		-webkit-transform-origin: bottom center;
		transform-origin: bottom center;
	}


.button.white {
	background-color: #fff;
}

.button.white a {
	color: #676767;
}

.button.grey {
	background-color: #e0e0e0;
}

.button.blue {
	background-color: #00acc1;
}

.button.green {
	background-color: #00e676;
}

.button.yellow {
	background-color: #ffee58;
}

.button.orange {
	background-color: #f9a825;
}

.button.red {
	background-color: #e53935;
}

.button.dark-grey {
	background-color: #474747;
}

.button.raised {
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.2s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.button.raised:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
	transition-delay: 0s;
}

.button.small {
	height: 35px;
	line-height: 37px;
	border-radius: 4px;
	font-size: 0.85em;
}

.button.small a {
	padding: 0 20px;
}

.button.raised.small:hover {
	box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.2);
}

.button.raised.icon a {
	padding: 0 30px 0 75px;
}

.button.raised.small.icon a {
	padding: 0 20px 0 50px;
}

.button i {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}

.button.small i {
	width: 35px;
	font-size: 18px;
	line-height: 35px;
}

.button.raised.icon > div:before,
.button.raised.icon > div:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 51px;
	width: 1px;
	background-color: #e0e0e0;
}

.button.raised.small.icon > div:before,
.button.raised.small.icon > div:after {
	left: 35px;
}

.button.raised.icon > div:after {
	left: 52px;
	background-color: #fff;
}

.button.raised.small.icon > div:after {
	left: 36px;
}

.button.raised.icon.grey > div:before {
	background-color: #bdbdbd;
}

.button.raised.icon.grey > div:after {
	background-color: #f7f7f7;
}

.button.raised.icon.blue > div:before {
	background-color: #00838f;
}

.button.raised.icon.blue > div:after {
	background-color: #4dd0e1;
}

.button.raised.icon.green > div:before {
	background-color: #00c853;
}

.button.raised.icon.green > div:after {
	background-color: #6cf6b3;
}

.button.raised.icon.yellow > div:before {
	background-color: #fdd835;
}

.button.raised.icon.yellow > div:after {
	background-color: #fff7b0;
}

.button.raised.icon.orange > div:before {
	background-color: #f57f17;
}

.button.raised.icon.orange > div:after {
	background-color: #fbc43b;
}

.button.raised.icon.red > div:before {
	background-color: #c62828;
}

.button.raised.icon.red > div:after {
	background-color: #f57f17;
}

.button.raised.icon.dark-grey > div:before {
	background-color: #212121;
}

.button.raised.icon.dark-grey > div:after {
	background-color: #777777;
}


/********************************************
3.4 Circle Button
*********************************************/
.fab {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.2s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	cursor: pointer;
}
.fab a {
	color: #fff;
	display: block;
    height: 56px;
}
.fab a:hover {
	text-decoration: none;
}
.fab i {
	font-size: 17px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fab.white {
	background-color: #fff;
}
.fab.white a {
	color: #676767;
}
.fab.grey {
	background-color: #e0e0e0;
}
.fab.light-blue {
	background-color: #4dd0e1;
}
.fab.blue {
	background-color: #00acc1;
}
.fab.green {
	background-color: #00e676;
}
.fab.yellow {
	background-color: #ffee58;
}
.fab.orange {
	background-color: #f9a825;
}
.fab.red {
	background-color: #e53935;
}
.fab.dark-grey {
	background-color: #474747;
}
.fab:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
	transition-delay: 0s;
}
.fab svg {
	border-radius: 50%;
	overflow: hidden;
}


/********************************************
3.5 Blockquote
*********************************************/
blockquote {
	font-size: 1.71em;
	color: #474747;
	line-height: 1.3636em;
	background-color: #f7f7f7;
	margin-left: 0;
	margin-right: 0;
	padding: 28px 30px;
	border-left: #00acc1 solid 5px;
}

blockquote.blockquote2 {
	position: relative;
	background-color: transparent;
	border-left: none;
	padding: 28px 30px 28px 48px;
}

blockquote.blockquote2 > span:before {
	position: absolute;
	top: 0;
	margin: 8px 0 0 -48px;
	font-family: FontAwesome;
	content: '\f10d';
	font-size: 32px;
	color: #bdbdbd;
}

blockquote.blockquote2.quoteLight > span:before {
	color: #fff !important;
}

blockquote.blockquote2 > span ~ span:before {
	content: '';
}


/********************************************
3.6 Drop cap
*********************************************/
.dropcap {
	float: left;
	color: #dfdfdf;
	font-size: 5.1428em;
	line-height: 0.82em;
	padding: 0 18px 0 0;
}


/********************************************
3.7 Progress bar
*********************************************/
.progress {
	height: 34px;
	margin-bottom: 25px;
	background-color: #f6f6f6;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress-bar {
	font-size: 12px;
	font-weight: 500;
	line-height: 34px;
	background-color: #00acc1;
	text-align: right;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-webkit-transition: width 2.50s ease !important;
	-moz-transition: width 2.50s ease !important;
	-o-transition: width 2.50s ease !important;
	transition: width 2.50s ease !important;
}

.progress-title {
	float: left;
	padding: 0 0 0 15px;
	opacity: 0;
	
	-webkit-transition: opacity 0.5s ease !important;
	-moz-transition: opacity 0.5s ease !important;
	-o-transition: opacity 0.5s ease !important;
	transition: opacity 0.5s ease !important;
	
	-webkit-transition-delay: 0.5s !important;
	-moz-transition-delay: 0.5s !important;
	-o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.progress-percentage {
	padding: 0 15px 0 0;
}


/********************************************
4.0 Sidebar navigation
*********************************************/
#main-menu {
	display: none;
}

#main-menu .nav-open {
	position: fixed;
	top: 5px !important;
	height: 48px !important;
	width: 57px;
	z-index: 9999;
}

#main-menu.left .nav-open {
	left: 5px !important;
	right: inherit !important;
}

#main-menu.right .nav-open {
	left: inherit !important;
	right: 5px !important;
}





/********************************************
4.3 Navigation menu
*********************************************/
#main-menu .sidebar-nav {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
    position: fixed;
	width: 320px;
    background: #212121;
	z-index: 99999;
}

#main-menu.left .sidebar-nav {
    top: 0;
    left: 0;
    bottom: 0;
}

#main-menu.right .sidebar-nav {
    top: 0;
    right: 0;
    bottom: 0;
}

.nav-inner-wrap {
	position: relative;
	height: 100vh;
	overflow: hidden;
    overflow-y: auto;
}

/* ===== Logo ===== */
.logo {
	height: 170px;
	padding: 50px;
	text-align: center;
}

.logo a img {
	max-width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ===== Navigation Menu ===== */
#main-menu .nav-menu {
	list-style: none;
	padding: 0;
}

#main-menu .nav-menu li {
	position: relative;
	border-top: #303030 solid 1px;
}

#main-menu .nav-menu li:last-child {
	border-bottom: #303030 solid 1px;
}

#main-menu .nav-menu li a {
	display: block;
	font-size: 1.142em;
	font-weight: 500;
	color: #878787;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 30px;
	
	-webkit-transition: color 0.65s ease-in-out;
	-moz-transition: color 0.65s ease-in-out;
	-ms-transition: color 0.65s ease-in-out;
	transition: color 0.65s ease-in-out;
}

#main-menu .nav-menu li:hover a {
	color: #fff;
}

#main-menu .nav-menu li span {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #404040;
	cursor: pointer;
	
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#main-menu .nav-menu li:hover span {
	background-color: #606060;
}

#main-menu .nav-menu li span:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	margin-right: -7px;
	background-color: #878787;
	
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#main-menu .nav-menu li span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	margin-right: -7px;
	background-color: #878787;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#main-menu .nav-menu li:hover span:before,
#main-menu .nav-menu li:hover span:after {
	background-color: #fff;
}

#main-menu .nav-menu li:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	background-color: #404040;
	z-index: -1;
	
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

#main-menu .nav-menu li:hover:after {
	width: 100%;
}

.dropdown-menu > a {
	padding: 10px 60px 10px 30px !important;
}

.dropdown-menu ul {
	list-style: none;
	padding-left: 20px;
	border-top: #303030 solid 1px;
	background-color: #1b1b1b;
}

.dropdown-menu ul li:first-child {
	border-top: none !important;
}

.dropdown-menu ul li:last-child {
	border-bottom: none !important;
}

.dropdown-menu ul li a {
	text-transform: capitalize !important;
	
	-webkit-transition: color 0.3s ease-in-out !important;
	-moz-transition: color 0.3s ease-in-out !important;
	-ms-transition: color 0.3s ease-in-out !important;
	transition: color 0.3s ease-in-out !important;
}

.dropdown-menu ul li,
.dropdown-menu ul ul {
	border-top: #303030 solid 1px !important;
}

.dropdown-menu ul ul ul {
	padding: 0;
}

.dropdown-menu:hover ul li a,
.dropdown-menu.active ul li a {
	color: #878787 !important;
}

.dropdown-menu > ul > li:hover > a {
	color: #fff !important;
}

.dropdown-menu:hover ul li span {
	background-color: #404040 !important;
}

.dropdown-menu > ul > li:hover > span {
	background-color: #606060 !important;
}

.dropdown-menu:hover ul li span:before,
.dropdown-menu:hover ul li span:after {
	background-color: #878787 !important;
}

.dropdown-menu > ul > li:hover > span:before,
.dropdown-menu > ul > li:hover > span:after {
	background-color: #fff !important;
}

#main-menu .nav-menu li.active a {
	color: #fff;
}

#main-menu .nav-menu li.active:after {
	width: 100%;
}

#main-menu .nav-menu li.active > span {
	background-color: #606060 !important;
}

#main-menu .nav-menu li.active > span:before,
#main-menu .nav-menu li.active > span:after {
	background-color: #fff !important;
}


/********************************************
4.4 Navigation menu Light version
*********************************************/
#main-menu.light .sidebar-nav {
    background: #fff;
}

#main-menu.light .menu-close .menu1,
#main-menu.light .menu-close .menu2 {
	background-color: #e7e7e7;
}

#main-menu.light .menu-close:hover .menu1,
#main-menu.light .menu-close:hover .menu2 {
	background-color: #474747;
}

#main-menu.light .nav-menu li a {
	color: #474747;
}

#main-menu.light .nav-menu li:hover a {
	color: #00acc1;
}

#main-menu.light .nav-menu li span {
	background-color: #f0f0f0;
}

#main-menu.light .nav-menu li:hover span {
	background-color: #e0e0e0;
}

#main-menu.light .nav-menu li span:before,
#main-menu.light .nav-menu li span:after {
	background-color: #b7b7b7;
}

#main-menu.light .nav-menu li:hover span:before,
#main-menu.light .nav-menu li:hover span:after {
	background-color: #00acc1;
}

#main-menu.light .nav-menu li:after {
	background-color: #f0f0f0;
}

#main-menu.light .nav-menu li {
	border-top: #e7e7e7 solid 1px;
}

#main-menu.light .nav-menu li:last-child {
	border-bottom: #e7e7e7 solid 1px;
}

#main-menu.light .dropdown-menu ul {
	border-top: #e7e7e7 solid 1px;
	background-color: #fff;
}

#main-menu.light .dropdown-menu ul li,
#main-menu.light .dropdown-menu ul ul {
	border-top: #e7e7e7 solid 1px !important;
}

#main-menu.light .dropdown-menu ul li:first-child {
	border-top: none !important;
}

#main-menu.light .dropdown-menu:hover ul li a,
#main-menu.light .dropdown-menu.active ul li a {
	color: #474747 !important;
}

#main-menu.light .dropdown-menu > ul > li:hover > a {
	color: #00acc1 !important;
}

#main-menu.light .dropdown-menu:hover ul li span {
	background-color: #f0f0f0 !important;
}

#main-menu.light .dropdown-menu > ul > li:hover > span {
	background-color: #e0e0e0 !important;
}

#main-menu.light .dropdown-menu:hover ul li span:before,
#main-menu.light .dropdown-menu:hover ul li span:after {
	background-color: #b7b7b7 !important;
}

#main-menu.light .dropdown-menu > ul > li:hover > span:before,
#main-menu.light .dropdown-menu > ul > li:hover > span:after {
	background-color: #00acc1 !important;
}

#main-menu.light .nav-menu li.active a {
	color: #00acc1;
}

#main-menu.light .nav-menu li.active > span {
	background-color: #e0e0e0 !important;
}

#main-menu.light .nav-menu li.active > span:before,
#main-menu.light .nav-menu li.active > span:after {
	background-color: #00acc1 !important;
}


/********************************************
5.0 Fullpage panel settings
*********************************************/
#fullpage.normalScroll {
    overflow: hidden;
}

#fullpage .section,
#fullpage .section .slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	min-height: 100vh;
}
#fullpage .sectionx {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	min-height: 60vh;
}
	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 1;
	}

.mouse-scroll {
	position: absolute;
	bottom: 85px;
	z-index: 5;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mouse-scroll-button {
	position: absolute;
	/*bottom: 85px;*/
	z-index: 5;
	left: 20%;
	margin-top:15%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vertical-top .fp-tableCell {
	vertical-align: top;
}

.fp-tableCell .slimScrollBar,
.fp-tableCell .slimScrollRail {
	width: 7px !important;
}


/********************************************
5.1 Top Menu Orta
*********************************************/

@media (min-width: 1200px) {
	.none {
		display: none;
	}
}
	/*.lang-media {
		position: fixed;
		top: 10px;
		right: 30px;
	}*/

		.lang-media ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

			.lang-media ul li {
				width: 44px;
				height: 44px;
				float: left;
			}

				.lang-media ul li a {
					display: block;
					font-size: 17px;
					text-align: center;
					line-height: 44px;
					color: #fff;
					border-radius: 2px;
					background-color: transparent;
					-webkit-transition: all 0.3s ease-in-out;
					-moz-transition: all 0.3s ease-in-out;
					-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
				}

					.lang-media ul li a:hover {
						color: #474747;
						background-color: #fff;
					}

	.dropbtn {
		background-color: transparent;
		color: white;
		padding: 6px 20px;
		font-size: 20px;
		border: none;
		cursor: pointer;
	}

	.dropdown {
		position: relative;
		display: inline-block;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: transparent;
		min-width: 40px;
		/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
		z-index: 1;
	}

		.dropdown-content a {
			color: black;
			padding: 3px 16px 3px 15px;
			text-decoration: none;
			display: block;
		}

			.dropdown-content a:hover {
				background-color: #f1f1f1
			}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #000000;
	}

	.back-to-top {
		position: fixed;
		right: 2rem;
		bottom: 2rem;
		/*border-radius: 100%;*/
		/*background: #141c38;*/
		/*padding: 1.0rem;*/
		border: none;
		cursor: pointer;
		opacity: 100%;
		transition: opacity 0.5s;
	}

		.back-to-top:hover {
			opacity: 60%;
		}

	.hidden {
		opacity: 0%;
	}

	.back-to-top-icon {
		width: 1rem;
		height: 1rem;
		color: #7ac9f9;
	}

	.progress-bar-top {
		height: 5px;
		background: white;
		position: fixed;
		top: 0;
		left: 0;
	}

	.Menu-Orta-Bck-Add {
		background: black;
		transition: top 0.3s;
	}

	.back-to-menu {
		background-color: black;
		
	}

	.Menu-Orta-Bck {
		background: none;
		transition: top 0.3s;
	}


	.Menu-Orta {
		position: fixed;
		top: 0px;
		/*left: 20%;*/
		z-index: 5;
		display: block;
		/*background: rgb(60 57 57 / 50%);*/
		/*background: black;*/
		width: 100%;
		padding: 8px;
		/*transition: top 0.3s;*/
	}

		.Menu-Orta .NelitLogo ul li div {
			opacity: 1;
		}

		.Menu-Orta .NelitLogo div ul li div img {
			/*	height: 50px;
				width: auto;
				margin-left: -155px;*/
		}

		.Menu-Orta ul {
			list-style: none;
			padding: 0;
			/*margin: 0;
			margin-left: 6%;*/
			/*margin: auto auto;*/
			margin: 0px auto;
			text-align: center;
		}

			.Menu-Orta ul li {
				/*float: left;*/
				/*padding: 0 0 0 2%;*/
				padding: 5px;
				display: inline-block
			}

				.Menu-Orta ul li a {
					display: block;
					font-size: 15px;
					text-align: center;
					line-height: 44px;
					color: #fff;
					border-radius: 2px;
					background-color: transparent;
					text-decoration: none;
					-webkit-transition: all 0.3s ease-in-out;
					-moz-transition: all 0.3s ease-in-out;
					-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
				}

					.Menu-Orta ul li a:after {
						display: block;
						content: "";
						height: 2px;
						width: 0%;
						background-color: #fff;
						transition: width .3s ease-in-out;
					}

					.Menu-Orta ul li a:hover:after {
						width: 100%;
					}

.social-media {
	position: fixed;
	top: 10px;
	right: 30px;
	/*z-index: 5;*/
}

	.social-media ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		.social-media ul li {
			width: 44px;
			height: 44px;
			float: left;
		}

			.social-media ul li a {
				display: block;
				font-size: 17px;
				text-align: center;
				line-height: 44px;
				color: #fff;
				border-radius: 2px;
				background-color: transparent;
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}

				.social-media ul li a:hover {
					color: #474747;
					background-color: #fff;
				}


	@media (min-width: 480px) and (max-width: 1199px) {
				
		.lang-media {
			position: fixed;
			top: 10px;
			right: 30px;
		}

			.lang-media ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}

				.lang-media ul li {
					width: 44px;
					height: 44px;
					float: left;
				}

					.lang-media ul li a {
						display: block;
						font-size: 17px;
						text-align: center;
						line-height: 44px;
						color: #fff;
						border-radius: 2px;
						background-color: transparent;
						-webkit-transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-ms-transition: all 0.3s ease-in-out;
						transition: all 0.3s ease-in-out;
					}

						.lang-media ul li a:hover {
							color: #474747;
							background-color: #fff;
						}

		.Menu-Orta {
			overflow: hidden;
			height: 0;
			width: 0;
		}

		.social-media {
			top: 5px;
			position: fixed;
		}

		.Menu-Orta-Bck {
			background: none;
			padding: 0;
			/*-webkit-transition: width 3s, height 5s;
		transition: width 2s, height 5s;
		transition-timing-function: ease-in;*/
		}

		.social-media {
			position: fixed;
			top: 10px;
			right: 30px;
			/*z-index: 5;*/
		}

			.social-media ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}

				.social-media ul li {
					width: 44px;
					height: 44px;
					float: left;
				}

					.social-media ul li a {
						display: block;
						font-size: 17px;
						text-align: center;
						line-height: 44px;
						color: #fff;
						border-radius: 2px;
						background-color: transparent;
						-webkit-transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-ms-transition: all 0.3s ease-in-out;
						transition: all 0.3s ease-in-out;
					}

						.social-media ul li a:hover {
							color: #474747;
							background-color: #fff;
						}

		/********************************************
4.1 Burger menu
*********************************************/
		#main-menu.left .burger-wrap {
			margin: 10px 0 0 10px;
		}

		#main-menu.right .burger-wrap {
			margin: 10px 10px 0 0;
		}

		.menu-burger {
			width: 40px;
			height: 22px;
			overflow: hidden;
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
			-ms-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}

			.menu-burger:hover {
				height: 38px;
				margin-top: -8px;
				-webkit-transition: all 0.3s linear;
				-webkit-transform: rotate(360deg);
				-moz-transition: all 0.3s linear;
				-moz-transform: rotate(360deg);
				-ms-transition: all 0.3s linear;
				-ms-transform: rotate(360deg);
				transition: all 0.3s linear;
				transform: rotate(360deg);
				cursor: pointer;
			}

			.menu-burger .menu1 {
				width: 40px;
				height: 4px;
				margin-bottom: 5px;
				-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
				-ms-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}

			.menu-burger:hover .menu1 {
				-webkit-transition: all 0.3s linear;
				-webkit-transform: rotate(-45deg);
				-moz-transition: all 0.3s linear;
				-moz-transform: rotate(-45deg);
				-ms-transition: all 0.3s linear;
				-ms-transform: rotate(-45deg);
				transition: all 0.3s linear;
				transform: rotate(-45deg);
				width: 25px;
				margin-left: -2px;
				margin-top: 8px;
				margin-bottom: 5px;
			}

			.menu-burger .menu2 {
				width: 40px;
				height: 4px;
			}

			.menu-burger:hover .menu2 {
				border-radius: 4px;
			}

			.menu-burger .menu3 {
				width: 40px;
				height: 4px;
				margin-top: 5px;
				-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
				-ms-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}

			.menu-burger:hover .menu3 {
				-webkit-transition: all 0.3s linear;
				-webkit-transform: rotate(45deg);
				-moz-transition: all 0.3s linear;
				-moz-transform: rotate(45deg);
				-ms-transition: all 0.3s linear;
				-ms-transform: rotate(45deg);
				transition: all 0.3s linear;
				transform: rotate(45deg);
				width: 25px;
				margin-left: -2px;
				margin-top: 5px;
			}

		#main-menu.right .menu-burger:hover .menu1 {
			-webkit-transition: all 0.3s linear;
			-webkit-transform: rotate(45deg);
			-moz-transition: all 0.3s linear;
			-moz-transform: rotate(45deg);
			-ms-transition: all 0.3s linear;
			-ms-transform: rotate(45deg);
			transition: all 0.3s linear;
			transform: rotate(45deg);
			margin-left: 17px;
		}

		#main-menu.right .menu-burger:hover .menu3 {
			-webkit-transition: all 0.3s linear;
			-webkit-transform: rotate(-45deg);
			-moz-transition: all 0.3s linear;
			-moz-transform: rotate(-45deg);
			-ms-transition: all 0.3s linear;
			-ms-transform: rotate(-45deg);
			transition: all 0.3s linear;
			transform: rotate(-45deg);
			margin-left: 17px;
		}

		/* ===== Dark Burger ===== */
		.nav-open .midnightHeader.default .menu-burger .menu1,
		.nav-open .midnightHeader.default .menu-burger .menu2,
		.nav-open .midnightHeader.default .menu-burger .menu3 {
			background-color: #fff;
		}

		.nav-open .midnightHeader.darkColor .menu-burger .menu1,
		.nav-open .midnightHeader.darkColor .menu-burger .menu2,
		.nav-open .midnightHeader.darkColor .menu-burger .menu3 {
			background-color: #474747;
		}

		/********************************************
4.2 Close menu
*********************************************/
		#main-menu .nav-close {
			position: absolute;
			top: 0;
			left: 0;
		}

		#main-menu.right .nav-close {
			left: inherit;
			right: 0;
		}

		.menu-close {
			height: 30px;
			margin: 20px 0 0 20px;
			overflow: hidden;
		}

		#main-menu.right .menu-close {
			margin: 20px 20px 0 0;
		}

		.menu-close .menu1 {
			width: 30px;
			height: 4px;
			margin-top: 13px;
			background-color: #878787;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			-webkit-transition: background-color 0.2s ease-in-out;
			-moz-transition: background-color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
		}

		.menu-close .menu2 {
			width: 30px;
			height: 4px;
			margin-top: -4px;
			background-color: #878787;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transition: background-color 0.2s ease-in-out;
			-moz-transition: background-color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
		}

		.menu-close:hover .menu1,
		.menu-close:hover .menu2 {
			background-color: #fff;
		}

		.back-to-menu {
			background-color: none;
			
		}
	}

	@media (min-width: 0px) and (max-width: 479px) {

			
		.lang-media {
			position: fixed;
			top: 0px;
			right: 10px;
		}

			.lang-media ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}

				.lang-media ul li {
					width: 44px;
					height: 44px;
					float: left;
				}

					.lang-media ul li a {
						display: block;
						font-size: 17px;
						text-align: center;
						line-height: 44px;
						color: #fff;
						border-radius: 2px;
						background-color: transparent;
						-webkit-transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-ms-transition: all 0.3s ease-in-out;
						transition: all 0.3s ease-in-out;
					}

						.lang-media ul li a:hover {
							color: #474747;
							background-color: #fff;
						}

		.Menu-Orta {
			overflow: hidden;
			height: 0;
			width: 0;
		}

		.social-media {
			position: fixed;
			top: 10px;
			right: 30px;
			/*z-index: 5;*/
		}

			.social-media ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}

				.social-media ul li {
					width: 44px;
					height: 44px;
					float: left;
				}

					.social-media ul li a {
						display: block;
						font-size: 17px;
						text-align: center;
						line-height: 44px;
						color: #fff;
						border-radius: 2px;
						background-color: transparent;
						-webkit-transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-ms-transition: all 0.3s ease-in-out;
						transition: all 0.3s ease-in-out;
					}

						.social-media ul li a:hover {
							color: #474747;
							background-color: #fff;
						}

		.Menu-Orta-Bck {
			background: none;
			padding: 0;
			/*-webkit-transition: width 3s, height 5s;
		transition: width 2s, height 5s;
		transition-timing-function: ease-in;*/
		}
		/********************************************
4.1 Burger menu
*********************************************/
		#main-menu.left .burger-wrap {
			margin: 10px 0 0 10px;
		}

		#main-menu.right .burger-wrap {
			margin: 10px 10px 0 0;
		}

		.menu-burger {
			width: 40px;
			height: 22px;
			overflow: hidden;
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
			-ms-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}

			.menu-burger:hover {
				height: 38px;
				margin-top: -8px;
				-webkit-transition: all 0.3s linear;
				-webkit-transform: rotate(360deg);
				-moz-transition: all 0.3s linear;
				-moz-transform: rotate(360deg);
				-ms-transition: all 0.3s linear;
				-ms-transform: rotate(360deg);
				transition: all 0.3s linear;
				transform: rotate(360deg);
				cursor: pointer;
			}

			.menu-burger .menu1 {
				width: 40px;
				height: 4px;
				margin-bottom: 5px;
				-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
				-ms-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}

			.menu-burger:hover .menu1 {
				-webkit-transition: all 0.3s linear;
				-webkit-transform: rotate(-45deg);
				-moz-transition: all 0.3s linear;
				-moz-transform: rotate(-45deg);
				-ms-transition: all 0.3s linear;
				-ms-transform: rotate(-45deg);
				transition: all 0.3s linear;
				transform: rotate(-45deg);
				width: 25px;
				margin-left: -2px;
				margin-top: 8px;
				margin-bottom: 5px;
			}

			.menu-burger .menu2 {
				width: 40px;
				height: 4px;
			}

			.menu-burger:hover .menu2 {
				border-radius: 4px;
			}

			.menu-burger .menu3 {
				width: 40px;
				height: 4px;
				margin-top: 5px;
				-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
				-ms-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}

			.menu-burger:hover .menu3 {
				-webkit-transition: all 0.3s linear;
				-webkit-transform: rotate(45deg);
				-moz-transition: all 0.3s linear;
				-moz-transform: rotate(45deg);
				-ms-transition: all 0.3s linear;
				-ms-transform: rotate(45deg);
				transition: all 0.3s linear;
				transform: rotate(45deg);
				width: 25px;
				margin-left: -2px;
				margin-top: 5px;
			}

		#main-menu.right .menu-burger:hover .menu1 {
			-webkit-transition: all 0.3s linear;
			-webkit-transform: rotate(45deg);
			-moz-transition: all 0.3s linear;
			-moz-transform: rotate(45deg);
			-ms-transition: all 0.3s linear;
			-ms-transform: rotate(45deg);
			transition: all 0.3s linear;
			transform: rotate(45deg);
			margin-left: 17px;
		}

		#main-menu.right .menu-burger:hover .menu3 {
			-webkit-transition: all 0.3s linear;
			-webkit-transform: rotate(-45deg);
			-moz-transition: all 0.3s linear;
			-moz-transform: rotate(-45deg);
			-ms-transition: all 0.3s linear;
			-ms-transform: rotate(-45deg);
			transition: all 0.3s linear;
			transform: rotate(-45deg);
			margin-left: 17px;
		}

		/* ===== Dark Burger ===== */
		.nav-open .midnightHeader.default .menu-burger .menu1,
		.nav-open .midnightHeader.default .menu-burger .menu2,
		.nav-open .midnightHeader.default .menu-burger .menu3 {
			background-color: #fff;
		}

		.nav-open .midnightHeader.darkColor .menu-burger .menu1,
		.nav-open .midnightHeader.darkColor .menu-burger .menu2,
		.nav-open .midnightHeader.darkColor .menu-burger .menu3 {
			background-color: #474747;
		}

		/********************************************
4.2 Close menu
*********************************************/
		#main-menu .nav-close {
			position: absolute;
			top: 0;
			left: 0;
		}

		#main-menu.right .nav-close {
			left: inherit;
			right: 0;
		}

		.menu-close {
			height: 30px;
			margin: 20px 0 0 20px;
			overflow: hidden;
		}

		#main-menu.right .menu-close {
			margin: 20px 20px 0 0;
		}

		.menu-close .menu1 {
			width: 30px;
			height: 4px;
			margin-top: 13px;
			background-color: #878787;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			-webkit-transition: background-color 0.2s ease-in-out;
			-moz-transition: background-color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
		}

		.menu-close .menu2 {
			width: 30px;
			height: 4px;
			margin-top: -4px;
			background-color: #878787;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transition: background-color 0.2s ease-in-out;
			-moz-transition: background-color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
		}

		.menu-close:hover .menu1,
		.menu-close:hover .menu2 {
			background-color: #fff;
		}
	}





	#back-to-top, .drop-msg {
		width: 45px;
		opacity: .5;
		height: 45px;
		line-height: 45px;
		z-index: 100;
		display: block;
		position: fixed;
		cursor: pointer;
		right: 20px;
		bottom: 60px;
		border-radius: 7px;
		border-width: 1px;
		border-style: solid;
		text-align: center;
		color: #777;
		background: #fff;
		border-color: #ddd;
		-webkit-transition: transform .8s cubic-bezier(.77,0,.2,1) !important;
		-moz-transition: transform .8s cubic-bezier(.77,0,.2,1) !important;
		transition: transform .8s cubic-bezier(.77,0,.2,1) !important;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	#back-to-top {
		right: 75px
	}

		#back-to-top.dark, .drop-msg.dark {
			color: #fff !important;
			background: #252525;
			border-color: #343434
		}

	.drop-msg + #back-to-top {
		bottom: 70px
	}

	#back-to-top:hover, .drop-msg:hover {
		opacity: 1
	}

	#back-to-top:not(.modal-hiding).qfm-time, .drop-msg:not(.modal-hiding).qfm-time {
		-webkit-transform: translateY(-60px);
		-moz-transform: translateY(-60px);
		-ms-transform: translateY(-60px);
		transform: translateY(-60px)
	}

	@media only screen and (max-width:480px) {
		#back-to-top, .drop-msg {
			width: 45px;
			height: 45px;
			line-height: 45px;
			right: 10px;
			bottom: 60px
		}

			.drop-msg + #back-to-top {
				bottom: 65px
			}
	}

	/********************************************
5.1 Top social media
*********************************************/



	/********************************************
5.2 Block title
*********************************************/
	.block-title {
		position: relative;
		display: table;
		width: 100%;
		margin: 48px 0px;
		overflow: hidden;
		z-index: 2;
	}

		.block-title h1 {
			display: table-cell;
			margin: 0;
			font-size: 2.1428em;
			font-weight: 800;
			text-transform: uppercase;
			/*color: #474747;*/
			line-height: 1.2em;
			padding: 0 10px;
			white-space: nowrap;
		}

	.line-before,
	.line-after {
		position: relative;
		display: table-cell;
	}

		.line-before:before {
			position: absolute;
			content: '';
			width: 100%;
			height: 1px;
			left: 0;
			bottom: 7px;
			background-color: rgba(224,224,224,1);
		}

		.line-before:after {
			position: absolute;
			content: '';
			width: 30px;
			height: 1px;
			right: 0;
			bottom: 7px;
			background-color: rgba(71,71,71,1);
		}

		.line-after:before {
			position: absolute;
			content: '';
			width: 100%;
			height: 1px;
			left: 0;
			bottom: 7px;
			background-color: rgba(224,224,224,1);
		}

		.line-after:after {
			position: absolute;
			content: '';
			width: 30px;
			height: 1px;
			left: 0;
			bottom: 7px;
			background-color: rgba(71,71,71,1);
		}


	/********************************************
5.3 Block title dark version
*********************************************/
	.dark .block-title h1 {
		color: #fff;
	}

	.dark .line-before:before,
	.dark .line-after:before {
		background-color: rgba(255,255,255,0.4);
	}

	.dark .line-before:after,
	.dark .line-after:after {
		background-color: rgba(255,255,255,1);
	}


	/********************************************
5.4 Home full carousel
*********************************************/
	.full-carousel-wrapper.owl-theme .owl-controls {
		margin-top: 0;
	}

	.full-carousel-wrapper .carousel-item {
		min-height: 100vh;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.full-carousel-wrapper .carousel-inner {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 50%;
		z-index: 2;
	}

	.carousel-block-title h1 {
		font-size: 2.5714em;
		font-weight: 800;
		color: #474747;
		text-transform: uppercase;
		line-height: 1.2em;
		padding: 0 30px;
		margin: 0;
	}

	.carousel-block-title div {
		position: relative;
		width: 10px;
		height: 10px;
		top: 28px;
		left: 50%;
		margin-left: -5px;
		border-radius: 50%;
		background-color: rgba(33,33,33,0.5);
	}

		.carousel-block-title div:before,
		.carousel-block-title div:after {
			position: absolute;
			content: '';
			width: 10px;
			height: 10px;
			top: 0;
			border-radius: 50%;
			background-color: rgba(33,33,33,0.5);
		}

	.dark .carousel-block-title h1 {
		color: #fff;
	}

	.dark .carousel-block-title div,
	.dark .carousel-block-title div:before,
	.dark .carousel-block-title div:after {
		background-color: rgba(255,255,255,0.5);
	}

	.carousel-block-title div:before {
		left: 0;
		margin-left: -20px;
	}

	.carousel-block-title div:after {
		right: 0;
		margin-right: -20px;
	}

	.carousel-nav {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 2;
	}

		.carousel-nav .btn {
			width: 47px;
			height: 47px;
			text-align: center;
			background-color: #212121;
			font-size: 18px;
			line-height: 47px;
			color: #a7a7a7;
			cursor: pointer;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

			.carousel-nav .btn:hover {
				color: #fff;
				background-color: #474747;
			}

			.carousel-nav .btn.prev {
				float: left;
			}

			.carousel-nav .btn.next {
				float: right;
			}


	/********************************************
5.5 Home box carousel
*********************************************/
	.box-carousel-wrapper {
		margin-bottom: 20px;
	}

		.box-carousel-wrapper .carousel-item {
			padding: 15px 15px 0 15px;
		}

		.box-carousel-wrapper .carousel-inner {
			margin-bottom: 20px;
			background-color: rgba(255,255,255,0.9);
			-webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
			-ms-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
			-o-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
		}

		.box-carousel-wrapper .carousel-item figure {
			overflow: hidden;
		}

			.box-carousel-wrapper .carousel-item figure img {
				width: 100%;
				height: auto;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
			}

		.box-carousel-wrapper .carousel-item:hover figure img {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1);
		}

		.box-carousel-wrapper .content-block-detail {
			position: relative;
			padding: 36px 25px;
		}

			.box-carousel-wrapper .content-block-detail .fab {
				position: absolute;
				top: 0;
				right: 25px;
				margin-top: -28px;
			}

			.box-carousel-wrapper .content-block-detail h3 {
				position: relative;
				font-size: 1.2857em;
				font-weight: 500;
				color: #474747;
				line-height: 1.3em;
				margin: 0 0 20px;
				padding: 0 0 18px;
				border-bottom: rgba(215,215,215,1) solid 1px;
			}

				.box-carousel-wrapper .content-block-detail h3:before {
					position: absolute;
					content: '';
					left: 0;
					bottom: 0;
					margin-bottom: -1px;
					width: 40px;
					height: 1px;
					background-color: rgba(71,71,71,1);
				}


	/********************************************
5.6 More items link
*********************************************/
	.more-item-link {
		width: 100%;
		height: 61px;
		left: 0;
		bottom: 0;
		text-align: center;
		padding: 21px 20px;
		background-color: rgba(33,33,33,0.5);
		z-index: 2;
	}

		.more-item-link a {
			font-weight: 500;
			color: #fff;
			text-transform: uppercase;
			-webkit-transition: color 0.2s ease-in-out;
			-moz-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}

			.more-item-link a:hover {
				text-decoration: none;
				color: #4dd0e1;
			}


	/********************************************
6.0 Slide image panel
*********************************************/
	.slider-panel-wrapper .slides li {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.flex-caption {
		position: relative;
		text-align: center;
		/*padding: 80px*/
		z-index: 2;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-animation: slideIn;
		-moz-animation: slideIn;
		-o-animation: slideIn;
		animation: slideIn;
		-webkit-animation-duration: 1.6s;
		-moz-animation-duration: 1.6s;
		-o-animation-duration: 1.6s;
		animation-duration: 1.6s;
	}

	/* Alternate Caption CSS */
	@-webkit-keyframes slideIn {
		0% {
			margin-top: -80px;
			opacity: 0;
		}

		100% {
			margin-top: 0px;
			opacity: 1;
		}
	}

	@-moz-keyframes slideIn {
		0% {
			margin-top: -80px;
			opacity: 0;
		}

		100% {
			margin-top: 0px;
			opacity: 1;
		}
	}

	@-o-keyframes slideIn {
		0% {
			margin-top: -80px;
			opacity: 0;
		}

		100% {
			margin-top: 0px;
			opacity: 1;
		}
	}

	@keyframes slideIn {
		0% {
			margin-top: -80px;
			opacity: 0;
		}

		100% {
			margin-top: 0px;
			opacity: 1;
		}
	}


	/********************************************
6.1 Slider caption
*********************************************/
	.slide-extralarge-title {
		font-size: 3em;
		font-weight: 700;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		line-height: 1em;
		margin: 0;
		margin-bottom: 2.4vw;
	}

.slide-large-title {
	font-size: 3em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	margin-bottom: 2.2vw;
}

	.slide-small-title {
		font-size: 2.4vw;
		font-weight: 700;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		line-height: 3vw;
		margin: 0;
		margin-bottom: 2.1vw;
	}

	.slide-description-large {
		font-size: 2em;
		font-weight: 400;
		color: #fff;
		text-align: center;
		line-height: 2em;
		margin: 0;
		margin-bottom: 2.1vw;
	}

	.slide-description-small {
		font-size: 1.4vw;
		font-weight: 400;
		color: #fff;
		text-align: center;
		line-height: 1.95vw;
		margin: 0;
		margin-bottom: 2.05vw;
	}

	.slide-layer-object {
		width: 11vw;
		max-width: 100%;
		margin: auto;
		margin-bottom: 3.05vw;
		text-align: center;
	}

		.slide-layer-object img {
			width: 100%;
			height: auto;
		}


	/********************************************
6.2 Custom navigation
*********************************************/
	.slide-nav {
		position: absolute;
		top: 50%;
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		z-index: 5;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

		.slide-nav a {
			position: absolute;
			width: 60px;
			height: 60px;
			display: block;
			top: 50%;
			margin-top: -30px;
			text-decoration: none;
			z-index: 10;
			cursor: pointer;
			border-radius: 50%;
			background-color: rgba(0,0,0,0.7);
			-webkit-transition: background-color 0.3s ease-in-out;
			-moz-transition: background-color 0.3s ease-in-out;
			-ms-transition: background-color 0.3s ease-in-out;
			transition: background-color 0.3s ease-in-out;
		}

			.slide-nav a:hover {
				background-color: rgba(0,0,0,0.9);
			}

	.slider-panel .slide-nav .slide-prev,
	.page-header-featured .slide-nav .slide-prev {
		left: 20px;
	}

	.slider-panel .slide-nav .slide-next,
	.page-header-featured .slide-nav .slide-next {
		right: 20px;
	}

	.slide-nav a i {
		font-size: 50px;
		color: #878787;
		-webkit-transition: color 0.3s ease-in-out;
		-moz-transition: color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.slide-nav a:hover i {
		color: #fff;
	}

	.slide-nav .slide-prev i {
		margin: 3px 0px 0px 18px;
	}

	.slide-nav .slide-next i {
		margin: 3px 0px 0px 24px;
	}


	/********************************************
7.0 Video background panel
*********************************************/
	.video-caption {
		position: absolute;
		width: 100%;
		top: 50%;
		text-align: center;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.myVideo {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

		.myVideo > video {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

	@media (min-aspect-ratio: 16/9) {
		.myVideo > video {
			height: 300%;
			top: -100%;
		}
	}

	@media (max-aspect-ratio: 16/9) {
		.myVideo > video {
			width: 300%;
			left: -100%;
		}
	}

	@supports (object-fit: cover) {
		.myVideo > video {
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}

	/* solves problem with overflowing video in Mac with Chrome */
	.video-background {
		overflow: hidden;
	}

	/* hide the native controls */
	video::-webkit-media-controls {
		display: none !important;
	}


	/********************************************
8.0 Home about us panel
*********************************************/
	.about-us-panel .container {
		position: relative;
		text-align: center;
		padding: 60px 15px;
		z-index: 2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.about-us-panel blockquote {
		margin: 0;
		text-transform: uppercase;
	}

	.about-us-description {
		font-size: 1.285em;
		line-height: 1.4em;
	}

	.about-us-element figure {
		width: 146px;
		height: 146px;
		margin: auto;
	}

		.about-us-element figure img {
			border-radius: 50%;
		}

	.about-us-element i {
		font-size: 100px;
	}

	/* ===== About Us Panel Dark Version ===== */
	.about-us-panel.dark .about-us-element i,
	.about-us-panel.dark blockquote.blockquote2 {
		color: #fff;
	}

		.about-us-panel.dark blockquote.blockquote2 > span:before {
			color: #878787;
		}


	/********************************************
9.0 Home services panel style 1
*********************************************/
	/* ===== Grid 5 Columns ===== */
	.col-xs-5ths,
	.col-sm-5ths,
	.col-md-5ths,
	.col-lg-5ths {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-5ths {
		width: 20%;
		float: left;
	}

	@media (min-width: 768px) {
		.col-sm-5ths {
			width: 20%;
			float: left;
		}
	}

	@media (min-width: 992px) {
		.col-md-5ths {
			width: 20%;
			float: left;
		}
	}

	@media (min-width: 1200px) {
		.col-lg-5ths {
			width: 20%;
			float: left;
		}
	}
	/*END*/

	.services-panel1 .container {
		position: relative;
		text-align: center;
		padding: 60px 15px;
		z-index: 2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.services-panel1 .block-title {
		margin: 0 0 48px;
	}

	.services-panel1 .service-box {
		padding: 20px;
		background-color: transparent;
		-webkit-transition: background-color 0.2s ease-in-out;
		-moz-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

		.services-panel1 .service-box:hover {
			background-color: #4dd0e1;
			;
		}

		.services-panel1 .service-box a {
			color: #878787;
			text-decoration: none;
			-webkit-transition: color 0.2s ease-in-out;
			-moz-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}

		.services-panel1 .service-box:hover a {
			color: #fff;
		}

	.services-panel1 .box-icon {
		height: 110px;
	}

	.services-panel1 .service-box i {
		font-size: 70px;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.services-panel1 .service-box h3 {
		font-size: 1.2857em;
		font-weight: 700;
		line-height: 1.4em;
		color: #474747;
		-webkit-transition: color 0.2s ease-in-out;
		-moz-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}

	.services-panel1 .service-box:hover h3 {
		color: #fff;
	}

	/* ===== Services Panel Style 1 Dark Version ===== */
	.services-panel1.dark .service-box a,
	.services-panel1.dark .service-box h3 {
		color: #fff;
	}


	/********************************************
10.0 Home services panel style 2
*********************************************/
	.services-panel2 .container {
		position: relative;
		text-align: center;
		padding: 60px 15px 10px 15px;
		z-index: 2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.services-panel2 .block-title {
		margin: 0 0 80px;
	}

	.services-panel2 .service-box {
		display: table;
		margin: 0 0 50px;
	}

	.services-panel2 .box-icon {
		display: table-cell;
		vertical-align: top;
		width: 75px;
	}

		.services-panel2 .box-icon a {
			color: #fff;
		}

	.services-panel2 .service-box .service-icon {
		position: relative;
		width: 75px;
		height: 75px;
		border-radius: 50%;
		border: #979797 solid 2px;
		background-color: #bdbdbd;
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}

	.services-panel2 .service-box:hover .service-icon {
		border: none;
		background-color: transparent;
	}

	.services-panel2 .service-box .service-icon i {
		font-size: 28px;
		position: relative;
		z-index: 2;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.services-panel2 .service-box .icon-hover {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #00acc1;
		border-radius: 50%;
		z-index: 1;
		top: 0;
		opacity: 0;
		-webkit-transform: scale3d(0, 0, 0);
		-ms-transform: scale3d(0, 0, 0);
		transform: scale3d(0, 0, 0);
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}

	.services-panel2 .service-box:hover .icon-hover {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	.services-panel2 .service-detail {
		display: table-cell;
		vertical-align: top;
		text-align: left;
		padding: 0 0 0 20px;
	}

		.services-panel2 .service-detail h3 {
			position: relative;
			font-size: 1.2857em;
			font-weight: 700;
			line-height: 1.4em;
			padding: 0 0 17px;
			margin: 0 0 20px;
			border-bottom: 1px solid rgba(224,224,224,1);
		}

			.services-panel2 .service-detail h3:before {
				position: absolute;
				content: '';
				left: 0;
				bottom: 0;
				width: 40px;
				height: 1px;
				margin-bottom: -1px;
				background-color: rgba(71,71,71,1);
			}

			.services-panel2 .service-detail h3 a {
				color: #474747;
				-webkit-transition: color 0.2s ease-in-out;
				-moz-transition: color 0.2s ease-in-out;
				-ms-transition: color 0.2s ease-in-out;
				-o-transition: color 0.2s ease-in-out;
				transition: color 0.2s ease-in-out;
			}

				.services-panel2 .service-detail h3 a:hover {
					text-decoration: none;
					color: #00acc1;
				}

	.services-panel2 .item-list-description {
		margin: 1em 0;
	}

	/* ===== Services Panel Style 2 Dark Version ===== */
	.services-panel2.dark .service-box .service-icon {
		border: rgba(255,255,255,0.2) solid 2px;
		background-color: rgba(255,255,255,0.2);
	}

	.services-panel2.dark .service-box:hover .service-icon {
		border: none;
		background-color: transparent;
	}

	.services-panel2.dark .service-detail h3 {
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}

		.services-panel2.dark .service-detail h3:before {
			background-color: rgba(255,255,255,0.8);
		}

		.services-panel2.dark .service-detail h3 a {
			color: #fff;
		}

			.services-panel2.dark .service-detail h3 a:hover {
				color: #00acc1;
			}

	.services-panel2.dark .item-list-description {
		color: #a7a7a7;
	}


	/********************************************
11.0 Home services panel style 3
*********************************************/
	.services-panel3 .carousel-block-title h1 {
		padding: 0 30px;
	}

	.services-panel3 .service-item {
		padding: 50px 40px;
	}

		.services-panel3 .service-item .box-icon {
			height: 28vh;
			font-size: 18vh;
			margin: -20px 0 0;
		}

		.services-panel3 .service-item a .box-icon {
			color: #878787;
		}

		.services-panel3 .service-item h2 {
			margin: 0 0 20px;
			font-size: 1.7142em;
			font-weight: 600;
			line-height: 1.3em;
			color: #474747;
		}

		.services-panel3 .service-item .item-list-description {
			margin: 0 0 30px;
		}

		.services-panel3 .service-item .button {
			margin: 0;
		}

		/* ===== Services Panel Style 3 Dark Version ===== */
		.services-panel3 .service-item.dark a .box-icon,
		.services-panel3 .service-item.dark h2 {
			color: #fff;
		}


	/********************************************
12.0 Home content block panel style 1
*********************************************/
	.content-block1 .container {
		position: relative;
		padding: 60px 15px 0px 15px;
		z-index: 2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.content-block1 .block-title {
		margin: 0 0 43px;
	}

	.content-block1 .carousel-inner figure {
		background-color: #979797;
	}


	/********************************************
13.0 Home content block panel style 2
*********************************************/
	.content-block2 .carousel-item {
		position: relative;
		overflow: hidden;
	}

	.content-block2 .block-thumb-wrap {
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}

	.content-block2 .content-block-thumb {
		height: 50vh;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

		.content-block2 .content-block-thumb:hover {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1);
		}

	.content-block2 .content-block-detail {
		height: 50vh;
		padding: 25px;
		overflow: hidden;
	}

		.content-block2 .content-block-detail h3 {
			position: relative;
			font-size: 1.2857em;
			font-weight: 500;
			line-height: 1.4em;
			color: #474747;
			text-transform: uppercase;
			margin: 0 0 30px;
			padding: 0 0 19px;
			border-bottom: rgba(224,224,224,1) solid 1px;
		}

			.content-block2 .content-block-detail h3:before {
				position: absolute;
				content: '';
				left: 0;
				bottom: 0;
				margin-bottom: -1px;
				width: 40px;
				height: 1px;
				background-color: rgba(71,71,71,1);
			}

		.content-block2 .content-block-detail .item-list-description {
			margin: 0 0 30px;
		}

		.content-block2 .content-block-detail .read-more {
			position: relative;
			float: left;
			color: #474747;
			text-decoration: none;
			padding: 0 17px 0 0;
			-webkit-transition: color 0.2s ease-in-out;
			-moz-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			-o-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}

			.content-block2 .content-block-detail .read-more:hover {
				color: #4dd0e1;
			}

			.content-block2 .content-block-detail .read-more:after {
				position: absolute;
				font-family: FontAwesome;
				content: '\f105';
				color: #878787;
				font-size: 20px;
				top: 0;
				right: 0;
				margin-top: -6px;
				-webkit-transition: color 0.2s ease-in-out;
				-moz-transition: color 0.2s ease-in-out;
				-ms-transition: color 0.2s ease-in-out;
				-o-transition: color 0.2s ease-in-out;
				transition: color 0.2s ease-in-out;
			}

			.content-block2 .content-block-detail .read-more:hover:after {
				color: #4dd0e1;
			}

	.content-block2 .carousel-item.dark .content-block-detail h3 {
		color: #fff;
		border-bottom: rgba(255,255,255,0.4) solid 1px;
	}

		.content-block2 .carousel-item.dark .content-block-detail h3:before {
			background-color: rgba(255,255,255,1);
		}

	.content-block2 .carousel-item.dark .content-block-detail .item-list-description {
		color: #a7a7a7;
	}

	.content-block2 .carousel-item.dark .content-block-detail .read-more {
		color: #fff;
		-webkit-transition: color 0.2s ease-in-out;
		-moz-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}

		.content-block2 .carousel-item.dark .content-block-detail .read-more:hover {
			color: #4dd0e1;
		}

		.content-block2 .carousel-item.dark .content-block-detail .read-more:after {
			color: #fff;
			-webkit-transition: color 0.2s ease-in-out;
			-moz-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			-o-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}

		.content-block2 .carousel-item.dark .content-block-detail .read-more:hover:after {
			color: #4dd0e1;
		}

	.top-triangle {
		position: absolute;
		top: 50%;
		left: 0;
		width: 0;
		height: 0;
		margin-top: -40px;
		border-style: solid;
		border-top-width: 0;
		border-right-width: 0;
		border-bottom-width: 40px;
		border-left-width: 100vw;
		border-top-color: transparent;
		border-right-color: transparent;
		border-left-color: transparent;
	}

	@media (min-width: 720px) {
		.top-triangle {
			border-left-width: 50vw;
		}
	}

	@media (min-width: 960px) {
		.top-triangle {
			border-left-width: 34vw;
		}
	}

	@media (min-width: 1200px) {
		.top-triangle {
			border-left-width: 25.5vw;
		}
	}


	/********************************************
14.0 Home content block panel style 3
*********************************************/
	.content-block3 .container-fluid {
		position: relative;
		z-index: 2;
	}

	.content-block3 .image-block {
		padding: 0;
	}

		.content-block3 .image-block img {
			width: 100%;
			height: auto;
		}

	.content-block3 .img-height {
		min-height: 100vw;
	}

	.content-block3.text-left .text-block,
	.content-block3.text-right .text-block {
		padding: 60px 30px;
	}

	.content-block3 .text-block h2 {
		position: relative;
		font-size: 2.1428em;
		font-weight: 400;
		line-height: 1.4em;
		color: #474747;
		text-transform: uppercase;
		padding: 0 0 15px;
		margin: 0 0 50px;
		border-bottom: rgba(224,224,224,1) solid 1px;
	}

		.content-block3 .text-block h2:before {
			position: absolute;
			content: '';
			left: 0;
			bottom: 0;
			margin-bottom: -1px;
			width: 80px;
			height: 1px;
			background-color: rgba(71,71,71,1);
		}

	.content-block3.text-left .text-block h2,
	.content-block3.text-left .text-block p {
		text-align: right;
	}

		.content-block3.text-left .text-block h2:before {
			left: inherit;
			right: 0;
		}

	.content-block3.text-left .text-block .button {
		float: right;
	}

	.content-block3.dark .text-block h2 {
		color: #fff;
		border-bottom: rgba(255,255,255,0.4) solid 1px;
	}

		.content-block3.dark .text-block h2:before {
			background-color: rgba(255,255,255,1);
		}


	/********************************************
15.0 Home portfolio panel style 1
*********************************************/
	.portfolio-panel1 .container {
		padding: 70px 15px 0px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.portfolio-panel1 .block-title {
		margin: 0 0 34px;
	}

	/* ===== Portfolio Items ===== */
	.portfolio-item {
		position: relative;
		margin: 0 0 61px;
		z-index: 3;
	}

	.normalScroll .portfolio-panel1 .portfolio-item {
		margin: 0;
	}

	.megafolio-container {
		width: 100%;
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.portfolio-filter {
		position: relative;
		text-align: center;
		margin: 0 0 45px;
		z-index: 2;
	}

		.portfolio-filter ul {
			margin: 0;
			padding: 0;
		}

		.portfolio-filter li.filter {
			position: relative;
			display: inline;
			max-width: inherit;
			font-size: 1em;
			font-weight: 500;
			color: #474747;
			padding: 0 18px;
			background-color: transparent;
			-webkit-transition: color 0.2s ease-in-out;
			-moz-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			-o-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}

			.portfolio-filter li.filter:hover,
			.portfolio-filter li.filter.selected {
				color: #00acc1;
			}

			.portfolio-filter li.filter:after {
				position: absolute;
				content: '';
				top: 0;
				right: 0;
				width: 11px;
				height: 17px;
				margin-top: -1px;
				margin-right: -8px;
				background: url(../images/filter-breadcrumb.png) no-repeat;
			}

			.portfolio-filter li.filter:last-child:after {
				background: none;
			}

	.portfolio-item .mega-hover {
		background-color: rgba(0,172,193,0.85);
	}

	.portfolio-item .mega-hovertitle {
		font-family: 'Raleway', sans-serif;
		font-size: 1.2857em;
		font-weight: 700;
		line-height: 1.2em;
		text-transform: uppercase;
		padding: 0px 0px 8px;
		left: 20%;
		bottom: 40%;
	}

		.portfolio-item .mega-hovertitle .mega-hoversubtitle {
			color: #fff;
			font-size: 0.7777em;
			line-height: 13px;
			font-weight: 500;
			text-transform: none;
			margin-top: 11px;
		}

	@media (min-width: 640px) {
		.portfolio-item .mega-hovertitle,
		.portfolio-item .mega-hovertitle .mega-hoversubtitle {
			font-size: 1em;
		}
	}

	@media (min-width: 1200px) {
		.portfolio-item .mega-hovertitle {
			font-size: 1.2857em;
		}

			.portfolio-item .mega-hovertitle .mega-hoversubtitle {
				font-size: 0.7777em;
			}
	}

	.portfolio-item .mega-hoverlink,
	.portfolio-item .mega-hoverview {
		margin-top: 20px;
		background: none;
		border: rgba(255,255,255,1) solid 2px;
		border-radius: 50%;
	}

		.portfolio-item .mega-hoverlink i,
		.portfolio-item .mega-hoverview i {
			color: #fff;
			font-size: 16px;
			-webkit-transition: color 0.3s ease-in-out;
			-moz-transition: color 0.3s ease-in-out;
			-ms-transition: color 0.3s ease-in-out;
			-o-transition: color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out;
		}

		.portfolio-item .mega-hoverlink i {
			line-height: 30px;
		}

		.portfolio-item .mega-hoverview i {
			line-height: 28px;
		}

	.portfolio-item .mega-hover:hover .mega-hoverlink:hover,
	.portfolio-item .mega-hover:hover .mega-hoverview:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		background-color: #212121;
		border: rgba(255,255,255,0) solid 2px;
	}

	.portfolio-item .mega-hoverlink:hover i,
	.portfolio-item .mega-hoverview:hover i {
		color: #00acc1;
	}

	.dark .portfolio-filter li.filter {
		color: #a7a7a7;
	}

		.dark .portfolio-filter li.filter:hover,
		.dark .portfolio-filter li.filter.selected {
			color: #00acc1;
		}

		.dark .portfolio-filter li.filter:after {
			background: url(../images/filter-breadcrumb-dark.png) no-repeat;
		}

		.dark .portfolio-filter li.filter:last-child:after {
			background: none;
		}
	/* END */

	.portfolio-panel1 .more-item-link {
		position: relative;
	}


	/********************************************
16.0 Home portfolio panel style 2
*********************************************/
	.portfolio-panel2 .carousel-item a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: #fff;
	}

	.portfolio-panel2 .carousel-item .portfolio-detail {
		position: absolute;
		width: 100%;
		bottom: -100%;
		text-align: center;
		padding: 40px 30px;
		background-color: rgba(17,17,17,0.9);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.portfolio-panel2 .carousel-item:hover .portfolio-detail {
		bottom: 0;
	}

	.portfolio-panel2 .portfolio-detail h3 {
		font-size: 1.2857em;
		line-height: 1.4em;
		text-transform: uppercase;
		margin: 0 0 5px;
	}

	.portfolio-panel2 .portfolio-category {
		font-weight: 700;
	}

		.portfolio-panel2 .portfolio-category span {
			font-weight: 400;
			color: #878787;
			margin-left: 3px;
		}


	/********************************************
17.0 Home portfolio panel style 3
*********************************************/
	.portfolio-panel3 .container {
		padding: 60px 15px 0px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.portfolio-panel3 .block-title {
		margin: 0 0 58px;
	}

	.portfolio-panel3 .portfolio-tabs-wrapper {
		position: relative;
		background-color: rgba(255,255,255,0.8);
		z-index: 2;
		margin: 0 0 61px;
	}

	.portfolio-panel3 .portfolio-tabs-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.portfolio-panel3 .portfolio-tabs-list li {
			position: relative;
			width: 33.3333%;
			float: left;
		}

			.portfolio-panel3 .portfolio-tabs-list li img {
				width: 100%;
				height: auto;
			}

	.portfolio-panel3 .portfolio-tabs {
		margin-top: 100vw;
	}

	.portfolio-panel3 .portfolio-tabs-detail {
		padding: 60px 40px;
		background-color: #fff;
	}

	/* === Only Chrome === */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.normalScroll .portfolio-panel3 .portfolio-tabs-img {
			margin-top: -17px;
		}
	}
	/* === END === */

	/* === Only Firefox === */
	@-moz-document url-prefix() {
		.normalScroll .portfolio-panel3 .portfolio-tabs-img {
			margin-top: -17px;
		}
	}
	/* === END === */

	.portfolio-panel3 .portfolio-tabs-img img {
		width: 100%;
		height: auto;
	}

	.portfolio-panel3 .portfolio-tabs-list li .thumbnail-hover {
		background-color: rgba(33,33,33,0.3);
		opacity: 0;
		-webkit-transition: opacity 0.2s ease-in-out;
		-moz-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		-o-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}

	.portfolio-panel3 .portfolio-tabs-list li:hover .thumbnail-hover,
	.portfolio-panel3 .portfolio-tabs-list li a.tabulous_active .thumbnail-hover {
		opacity: 1;
	}

	.portfolio-panel3 .portfolio-tabs-detail h2 {
		position: relative;
		font-size: 2.1428em;
		font-weight: 400;
		text-transform: uppercase;
		color: #474747;
		line-height: 1.3em;
		margin: 0 0 46px;
		padding: 0 0 16px;
		border-bottom: rgba(224,224,224,1) solid 1px;
	}

		.portfolio-panel3 .portfolio-tabs-detail h2:before {
			position: absolute;
			content: '';
			left: 0;
			bottom: 0;
			width: 40px;
			height: 1px;
			margin-bottom: -1px;
			background-color: rgba(71,71,71,1);
		}

	.portfolio-panel3 .portfolio-tabs-detail .item-list-description {
		margin: 0 0 34px;
	}

	.portfolio-tabs-wrapper.dark .portfolio-tabs-detail h2 {
		color: #fff;
		border-bottom: rgba(255,255,255,0.4) solid 1px;
	}

		.portfolio-tabs-wrapper.dark .portfolio-tabs-detail h2:before {
			background-color: rgba(255,255,255,1);
		}


	/********************************************
18.0 Home blog panel
*********************************************/
	.home-blog-panel .container {
		position: relative;
		padding: 60px 15px 0px 15px;
		z-index: 2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.home-blog-panel .block-title {
		margin: 0 0 43px;
	}

	.home-blog-panel .owl-dots {
		margin-bottom: 25px;
	}


	/********************************************
18.1 Blog meta
*********************************************/
	.blog-meta {
		padding: 15px 25px;
		background-color: #474747;
	}

		.blog-meta ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.blog-meta ul li {
				position: relative;
				display: inline;
				margin-right: 23px;
			}

				.blog-meta ul li:last-child {
					margin-right: 0px;
				}

				.blog-meta ul li:before {
					font-family: FontAwesome;
					color: #e0e0e0;
					margin-right: 6px;
				}

				.blog-meta ul li:first-child:before {
					content: '\f017';
				}

				.blog-meta ul li:nth-child(2):before {
					content: '\f14b';
				}

				.blog-meta ul li:last-child:before {
					content: '\f086';
				}

				.blog-meta ul li:after {
					position: absolute;
					content: '';
					top: 0;
					right: 0;
					width: 9px;
					height: 13px;
					margin: 1px -17px 0 0;
					background: url(../images/post-meta-nav.png) no-repeat;
				}

				.blog-meta ul li:last-child:after {
					display: none;
				}

				.blog-meta ul li a {
					color: #e0e0e0;
					-webkit-transition: color 0.2s ease-in-out;
					-moz-transition: color 0.2s ease-in-out;
					-ms-transition: color 0.2s ease-in-out;
					-o-transition: color 0.2s ease-in-out;
					transition: color 0.2s ease-in-out;
				}

					.blog-meta ul li a:hover {
						text-decoration: none;
						color: #fff;
					}


	/********************************************
19.0 Team panel
*********************************************/
	.home-team-panel .container {
		position: relative;
		padding: 60px 15px 0px 15px;
		z-index: 2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.home-team-panel .block-title {
		margin: 0 0 43px;
	}

	.home-team-panel .carousel-item:hover figure img,
	.page-team .carousel-item:hover figure img {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	.home-team-panel .content-block-detail,
	.page-team .content-block-detail {
		text-align: center;
		padding: 50px 25px 30px 25px;
	}

		.home-team-panel .content-block-detail .fab,
		.page-team .content-block-detail .fab {
			left: 50%;
			right: inherit;
			margin-left: -28px;
		}

		.home-team-panel .content-block-detail h3:before,
		.page-team .content-block-detail h3:before {
			left: 50%;
			margin-left: -20px;
		}

	.home-team-panel .item-list-description,
	.page-team .item-list-description {
		margin: 0 0 30px;
	}

	.team-social-media {
		display: table;
		margin: 0 auto;
	}

		.team-social-media ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.team-social-media ul li {
				float: left;
				margin: 0 2px;
			}

				.team-social-media ul li a {
					display: block;
					width: 25px;
					height: 25px;
					color: #878787;
					-webkit-transition: color 0.2s ease-in-out;
					-moz-transition: color 0.2s ease-in-out;
					-ms-transition: color 0.2s ease-in-out;
					-o-transition: color 0.2s ease-in-out;
					transition: color 0.2s ease-in-out;
				}

					.team-social-media ul li a:hover {
						color: #474747;
					}

		.team-social-media i {
			font-size: 17px;
		}


	/********************************************
20.0 Home clients panel
*********************************************/
	.home-client-panel .container {
		position: relative;
		padding: 60px 15px 30px 15px;
		z-index: 2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.home-client-panel .block-title {
		margin: 0 0 58px;
	}

	.client-logo img {
		width: 100%;
		height: auto;
	}


	/********************************************
21.0 Home contact us panel
*********************************************/
	.home-contact-panel .container {
		position: relative;
		padding: 60px 15px 30px 15px;
		z-index: 2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.home-contact-panel .block-title {
		margin: 0 0 58px;
	}

	.contact-info {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.contact-info li {
			display: table;
			width: 100%;
			margin: 0 0 30px;
		}

			.contact-info li:last-child {
				margin: 0;
			}

	.contact-info-icon {
		display: table-cell;
		vertical-align: top;
		width: 50px;
	}

		.contact-info-icon span {
			display: block;
			width: 50px;
			height: 50px;
			text-align: center;
			line-height: 54px;
			border-radius: 50%;
			background-color: rgba(189,189,189,1);
		}

		.contact-info-icon i {
			font-size: 22px;
			color: #fff;
		}

	.contact-info-text {
		display: table-cell;
		vertical-align: top;
		padding: 4px 0 0 20px;
		font-size: 1.1428em;
		line-height: 1.4em;
	}

	.contact-info-wrapper .button {
		float: right;
	}

	.box.contact-form-wrapper {
		margin: 0 0 60px;
	}

	.dark .contact-info-icon span {
		background-color: rgba(255,255,255,0.4);
	}

	.dark .contact-info-text,
	.dark .contact-description {
		color: #fff;
	}


	/********************************************
22.0 Submit Form
*********************************************/
	.submit-form input ~ label,
	.submit-form textarea ~ label,
	.submit-form input ~ label,
	.submit-form textarea ~ label {
		font-size: 1em;
		color: #878787;
		padding: 15px 10px;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.submit-form input:focus ~ label,
	.submit-form textarea:focus ~ label,
	.submit-form input:valid ~ label,
	.submit-form textarea:valid ~ label {
		font-size: 0.7857em;
		color: #00acc1;
		top: -2.25rem;
	}

	.text-input {
		width: 100%;
		position: relative;
	}

	.submit-form input,
	.submit-form textarea {
		padding: 1rem 1rem;
		border: 0;
		border-bottom: #777777 solid 1px;
		width: 100%;
		font-size: 1em;
		background-color: transparent;
	}

	.submit-form input {
		height: 50px;
	}

	.submit-form textarea {
		min-height: 13em;
	}

		.submit-form input ~ span,
		.submit-form textarea ~ span {
			display: block;
			width: 0;
			height: 3px;
			background: #00acc1;
			position: absolute;
			bottom: 0;
			left: 0;
			-webkit-transition: width 0.3s ease;
			-moz-transition: width 0.3s ease;
			-ms-transition: width 0.3s ease;
			-o-transition: width 0.3s ease;
			transition: width 0.3s ease;
		}

		.submit-form textarea ~ span {
			-webkit-margin-after: 4px;
		}

		.submit-form input:focus ~ span,
		.submit-form textarea:focus ~ span {
			width: 100%;
		}

		.submit-form input:focus,
		.submit-form textarea:focus {
			outline: 0;
		}

	.submit-form .button {
		float: right;
		color: #fff;
		-webkit-margin-before: -4px;
	}

		.submit-form .button.white {
			color: #676767;
		}

		.submit-form .button input {
			height: auto;
			padding: 0 30px;
			border: none !important;
			text-transform: uppercase;
			background-color: transparent;
		}

	#reply_message {
		text-align: right;
		margin: 25px 0 0;
	}

		#reply_message span:before {
			font-family: FontAwesome;
			content: '\f00c';
			padding: 0 8px 0 0;
		}

	.loading {
		display: none;
		width: 50px;
		height: 50px;
		float: right;
		text-align: center;
		margin: -4px 5px 0 0;
	}

		.loading i {
			font-size: 20px;
			line-height: 50px;
		}

	.dark .submit-form input ~ label,
	.dark .submit-form textarea ~ label,
	.dark .submit-form input ~ label,
	.dark .submit-form textarea ~ label,
	.dark .submit-form input:focus ~ label,
	.dark .submit-form textarea:focus ~ label,
	.dark .submit-form input:valid ~ label,
	.dark .submit-form textarea:valid ~ label,
	.dark #reply_message,
	.dark .loading i {
		color: #fff;
	}

	.dark .submit-form input,
	.dark .submit-form textarea {
		color: #fff;
		border-bottom: #fff solid 1px;
	}

		.dark .submit-form input ~ span,
		.dark .submit-form textarea ~ span {
			background: #fff;
		}


	/********************************************
23.0 Footer Panel
*********************************************/
	.footer-panel .container {
		position: relative;
		text-align: center;
		padding: 60px 15px;
		z-index: 2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

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

	.footer-description {
		font-size: 1.7142em;
		text-transform: uppercase;
		color: #474747;
		line-height: 1.4em;
	}

	.footer-subdescription {
		font-size: 1.2857em;
		line-height: 1.4em;
	}

	.footer-panel .social-media {
		position: relative;
		top: inherit;
		right: inherit;
		margin: 0 0 15px;
		overflow: hidden;
	}

		.footer-panel .social-media ul {
			display: table;
			margin: 0 auto;
		}

			.footer-panel .social-media ul li a,
			.page-footer .social-media ul li a {
				color: #878787;
			}

				.footer-panel .social-media ul li a:hover,
				.page-footer .social-media ul li a:hover {
					color: #474747;
				}

	.copyright {
		font-size: 0.8571em;
		color: #474747;
	}

		.copyright a {
			color: #a7a7a7;
			-webkit-transition: color 0.2s ease-in-out;
			-moz-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			-o-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}

			.copyright a:hover {
				text-decoration: none;
				color: #474747;
			}

	.dark .footer-description {
		color: #fff;
	}

	.footer-panel.dark .social-media ul li a,
	.page-footer.dark .social-media ul li a {
		color: #fff;
	}

		.footer-panel.dark .social-media ul li a:hover,
		.page-footer.dark .social-media ul li a:hover {
			color: #474747;
		}

	.dark .copyright {
		color: #878787;
	}

		.dark .copyright a {
			color: #bdbdbd;
		}

			.dark .copyright a:hover {
				color: #fff;
			}


	/********************************************
24.0 Single page CSS
*********************************************/
	.fullpageDisable {
		display: none;
	}

	.page-header,
	.page-footer {
		position: relative;
		display: table;
		width: 100%;
		height: 100vh;
		min-height: 100vh;
		text-align: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
	}

	.fit-screen-wrap {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		z-index: 2;
	}

	.page-header-wrap,
	.page-footer-wrap {
		padding: 60px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	h2.featured-area-title {
		font-size: 2.1428em;
		font-weight: 400;
		color: #fff;
		line-height: 1.4em;
		text-transform: uppercase;
		margin: 0;
	}

	.featured-area-subtitle {
		font-size: 1em;
		color: #fff;
		line-height: 1.4em;
	}

	.page-content > .container {
		padding: 65px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	h1.page-title {
		position: relative;
		font-size: 2.1428em;
		font-weight: 400;
		color: #474747;
		text-transform: uppercase;
		line-height: 1.4em;
		margin: 0 0 46px;
		padding: 0 0 8px;
		border-bottom: rgba(224,224,224,1) solid 1px;
	}

		h1.page-title:before,
		.page-subtitle:before {
			position: absolute;
			content: '';
			left: 0;
			bottom: 0;
			margin-bottom: -1px;
			width: 80px;
			height: 1px;
			background-color: rgba(71,71,71,1);
		}

	.page-subtitle {
		position: relative;
		font-size: 2.1428em;
		font-weight: 400;
		color: #474747;
		text-transform: uppercase;
		margin: 0 0 40px;
		padding: 0 0 7px;
		border-bottom: rgba(224,224,224,1) solid 1px;
	}

	.page-footer .social-media {
		position: relative;
		top: inherit;
		right: inherit;
		margin: 0 0 15px;
		overflow: hidden;
	}

		.page-footer .social-media ul {
			display: table;
			margin: 0 auto;
		}


	/********************************************
24.1 Single page team section
*********************************************/
	.page-team {
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

		.page-team > .container {
			text-align: center;
			position: relative;
			z-index: 2;
		}

	.page-team-wrap {
		padding: 60px 0px 30px 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.page-team .page-subtitle:before {
		left: 50%;
		margin-left: -40px;
	}

	.page-team.dark .page-subtitle {
		color: #fff;
		border-bottom: rgba(255,255,255,0.4) solid 1px;
	}

		.page-team.dark .page-subtitle:before {
			background-color: rgba(255,255,255,1);
		}


	/********************************************
24.2 Single page pagination
*********************************************/
	.pagination-wrapper {
		background-color: rgba(33,33,33,0.5);
	}

		.pagination-wrapper.small-devices {
			display: block;
		}

		.pagination-wrapper.desktop-display {
			display: none;
		}

		.pagination-wrapper.small-devices .container {
			position: relative;
		}

			.pagination-wrapper.small-devices .container:before,
			.pagination-wrapper.small-devices .container:after {
				position: absolute;
				content: '';
				top: 0;
				width: 100%;
				min-height: 88px;
				background-color: rgba(33,33,33,0.5);
			}

			.pagination-wrapper.small-devices .container:before {
				right: 100%;
			}

			.pagination-wrapper.small-devices .container:after {
				left: 100%;
			}

		.pagination-wrapper .container {
			text-align: center;
			padding: 30px 15px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

	.pagination ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.pagination ul li {
			position: relative;
			font-family: 'Open Sans', sans-serif;
			display: inline;
			font-size: 1.2857em;
			font-weight: 700;
			margin: 0 16px;
		}

			.pagination ul li:after {
				position: absolute;
				top: 0;
				right: 0;
				content: '';
				width: 11px;
				height: 17px;
				margin-top: 4px;
				margin-right: -24px;
				background: url(../images/pagination-nav.png) no-repeat;
			}

			.pagination ul li:last-child:after {
				background: none;
			}

			.pagination ul li a {
				color: #fff;
				padding: 0px 1px;
				border-bottom: rgba(255,255,255,0) solid 1px;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
			}

				.pagination ul li a:hover,
				.pagination ul li.pagination-active a {
					text-decoration: none;
					border-bottom: rgba(255,255,255,1) solid 1px;
				}


	/********************************************
25.0 Featured area
*********************************************/
	.page-header-featured {
		position: relative;
		min-height: 100vh;
	}

	.featured-area .slides li {
		position: relative;
		height: 100vh;
	}

		.featured-area .slides li figure {
			position: absolute;
			width: 100%;
			height: 100%;
		}

	.overlay-title {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		background-color: rgba(33,33,33,0.7);
		z-index: 2;
	}

		.overlay-title .container {
			padding: 40px 15px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		.overlay-title h1 {
			position: relative;
			font-size: 2.1428em;
			font-weight: 400;
			color: #fff;
			line-height: 1.4em;
			text-transform: uppercase;
			margin: 0 0 20px;
			padding: 0 0 15px;
			border-bottom: rgba(255,255,255,0.4) solid 1px;
		}

			.overlay-title h1:before {
				position: absolute;
				content: '';
				width: 80px;
				height: 1px;
				left: 0;
				bottom: 0;
				margin-bottom: -1px;
				background-color: #fff;
			}


	/********************************************
26.0 Single post meta
*********************************************/
	.single-post-meta {
		display: none;
		margin: 0 0 20px;
	}

		.single-post-meta ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.single-post-meta ul li {
				position: relative;
				display: inline;
				color: #fff;
				text-transform: uppercase;
				margin-right: 37px;
				padding: 0 0 0 21px;
				white-space: nowrap;
			}

				.single-post-meta ul li:last-child {
					margin-right: 0;
				}

				.single-post-meta ul li:before {
					position: absolute;
					font-family: FontAwesome;
					line-height: 14px;
					text-align: center;
					top: 0;
					left: 0;
					width: 14px;
					height: 14px;
				}

				.single-post-meta ul li:after {
					position: absolute;
					content: '';
					top: 0;
					right: 0;
					width: 9px;
					height: 14px;
					margin-right: -21px;
					background: url(../images/single-post-meta-nav.png) no-repeat;
				}

				.single-post-meta ul li:last-child:after {
					background: none;
				}

				.single-post-meta ul li a {
					color: #a7a7a7;
					text-decoration: none;
					-webkit-transition: color 0.2s ease-in-out;
					-moz-transition: color 0.2s ease-in-out;
					-ms-transition: color 0.2s ease-in-out;
					-o-transition: color 0.2s ease-in-out;
					transition: color 0.2s ease-in-out;
				}

					.single-post-meta ul li a:hover {
						color: #00acc1;
					}

				.single-post-meta ul li > span {
					display: none;
				}


		/********************************************
26.1 Portfolio post meta
*********************************************/
		.single-post-meta.portfolio-post ul li:first-child:before {
			content: '\f007';
		}

		.single-post-meta.portfolio-post ul li:nth-child(2):before {
			content: '\f14b';
		}

		.single-post-meta.portfolio-post ul li:nth-child(3):before {
			content: '\f017';
		}

		.single-post-meta.portfolio-post ul li:nth-child(4):before {
			content: '\f155';
		}


		/********************************************
26.2 Blog post meta
*********************************************/
		.single-post-meta.blog-post ul li:first-child:before {
			content: '\f017';
		}

		.single-post-meta.blog-post ul li:nth-child(2):before {
			content: '\f14b';
		}

		.single-post-meta.blog-post ul li:nth-child(3):before {
			content: '\f007';
		}

		.single-post-meta.blog-post ul li:nth-child(4):before {
			content: '\f086';
		}


	/****************************************************
27.0 Portfolio and blog post social media on title
*****************************************************/
	.post-social-media {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.post-social-media li {
			float: left;
		}

			.post-social-media li a {
				display: block;
				width: 25px;
				height: 25px;
				text-align: center;
				line-height: 26px;
				margin-left: 5px;
				border-radius: 4px;
				color: #e0e0e0;
				background-color: rgba(255,255,255,0.3);
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
			}

			.post-social-media li:first-child a {
				margin-left: 0;
			}

				.post-social-media li:first-child a:hover {
					color: #fff;
					background-color: #00acc1;
				}

			.post-social-media li:nth-child(2) a:hover {
				color: #fff;
				background-color: #4dd0e1;
			}

			.post-social-media li:nth-child(3) a:hover {
				color: #fff;
				background-color: #ef5350;
			}

			.post-social-media li:nth-child(4) a:hover {
				color: #fff;
				background-color: #c62828;
			}

			.post-social-media li:last-child a:hover {
				color: #fff;
				background-color: #00838f;
			}


	/********************************************
28.0 Portfolio page
*********************************************/
	.portfolio-page .portfolio-item {
		margin: 0;
	}

	.portfolio-page .block-title {
		margin: 70px 0px 34px 0px;
	}

	.page-content.portfolio-single > .container {
		padding: 65px 15px 50px 15px;
	}

	.related-work {
		position: relative;
	}

		.related-work .owl-controls {
			display: none;
		}

	.related-work-thumb {
		position: relative;
		height: 200px;
	}

		.related-work-thumb figure {
			position: absolute;
			width: 100%;
			height: 100%;
			z-index: 1;
		}

		.related-work-thumb .mega-hover {
			background-color: rgba(0,172,193,0.85);
			border-radius: 0px;
			z-index: 2;
		}

		.related-work-thumb .mega-hovertitle {
			font-family: 'Raleway', sans-serif;
			text-transform: uppercase;
			padding: 0 0 5px;
		}

			.related-work-thumb .mega-hovertitle .mega-hoversubtitle {
				color: #fff;
				text-transform: none;
			}

		.related-work-thumb .mega-hoverlink,
		.related-work-thumb .mega-hoverview {
			margin-top: 10px;
			background: none;
			border: rgba(255,255,255,1) solid 2px;
			border-radius: 50%;
		}

			.related-work-thumb .mega-hoverlink i,
			.related-work-thumb .mega-hoverview i {
				color: #fff;
				font-size: 16px;
				-webkit-transition: color 0.3s ease-in-out;
				-moz-transition: color 0.3s ease-in-out;
				-ms-transition: color 0.3s ease-in-out;
				-o-transition: color 0.3s ease-in-out;
				transition: color 0.3s ease-in-out;
			}

			.related-work-thumb .mega-hoverlink i {
				line-height: 30px;
			}

			.related-work-thumb .mega-hoverview i {
				line-height: 28px;
			}

		.related-work-thumb .mega-hover:hover .mega-hoverlink:hover,
		.related-work-thumb .mega-hover:hover .mega-hoverview:hover {
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
			background-color: #212121;
			border: rgba(255,255,255,0) solid 2px;
		}

		.related-work-thumb .mega-hoverlink:hover i,
		.related-work-thumb .mega-hoverview:hover i {
			color: #00acc1;
		}


	/********************************************
29.0 Blog page
*********************************************/
	.blog-entry {
		margin: 0 0 64px;
	}

		.blog-entry:last-child {
			margin: 0;
		}

	.blog-entry-thumbnail {
		position: relative;
		margin: 0 0 25px;
		overflow: hidden;
		cursor: pointer;
	}

		.blog-entry-thumbnail figure {
			position: relative;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

		.blog-entry-thumbnail:hover figure {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1);
		}

		.blog-entry-thumbnail figure .thumbnail-hover {
			opacity: 0;
			-webkit-transition: opacity 0.3s ease-in-out;
			-moz-transition: opacity 0.3s ease-in-out;
			-ms-transition: opacity 0.3s ease-in-out;
			-o-transition: opacity 0.3s ease-in-out;
			transition: opacity 0.3s ease-in-out;
		}

		.blog-entry-thumbnail:hover figure .thumbnail-hover {
			opacity: 0.8;
		}

		.blog-entry-thumbnail img {
			width: 100%;
			height: auto;
		}

	.blog-entry-title {
		display: block;
		width: 100%;
		margin: 0 0 34px;
	}

	.post-date {
		display: none;
	}

	.date-wrap {
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		width: 76px;
		height: 76px;
		padding: 10px 0;
		background-color: #00acc1;
		border-bottom: #00838f solid 3px;
	}

		.date-wrap span {
			display: block;
			font-family: 'Open Sans', sans-serif;
			font-size: 2.1428em;
			line-height: 1.12em;
		}

	.post-title {
		display: block;
		padding: 0;
	}

		.post-title h2 {
			position: relative;
			font-size: 1.7142em;
			font-weight: 400;
			color: #474747;
			line-height: 1.3em;
			margin: -3px 0px 10px 0px;
			padding: 0 0 11px;
			border-bottom: rgba(224,224,224,1) solid 1px;
		}

			.post-title h2:after {
				position: absolute;
				content: '';
				left: 0;
				bottom: 0;
				width: 80px;
				height: 1px;
				margin-bottom: -1px;
				background-color: rgba(71,71,71,1);
			}

	.blog-entry .blog-meta {
		padding: 0;
		background-color: transparent;
	}

		.blog-entry .blog-meta ul li {
			font-size: 0.8571em;
			margin-right: 30px;
		}

			.blog-entry .blog-meta ul li:before {
				font-size: 14px;
				color: #c7c7c7;
				margin-right: 6px;
			}

			.blog-entry .blog-meta ul li:first-child:before {
				content: '\f017';
			}

			.blog-entry .blog-meta ul li:nth-child(2):before {
				content: '\f14b';
			}

			.blog-entry .blog-meta ul li:nth-child(3):before {
				content: '\f007';
			}

			.blog-entry .blog-meta ul li:last-child:before {
				content: '\f086';
			}

			.blog-entry .blog-meta ul li:after {
				width: 9px;
				height: 13px;
				margin: 0 -20px 0 0;
				background: url(../images/post-meta-nav-light.png) no-repeat;
			}

			.blog-entry .blog-meta ul li a {
				color: #878787;
			}

				.blog-entry .blog-meta ul li a:hover {
					color: #00acc1;
				}


	/********************************************
30.0 Blog single page
*********************************************/
	.post-subtitle {
		position: relative;
		font-size: 1.7142em;
		font-weight: 400;
		color: #474747;
		line-height: 1.4em;
		text-transform: uppercase;
		margin: 0 0 40px;
		padding: 0 0 12px;
		border-bottom: rgba(224,224,224,1) solid 1px;
	}

		.post-subtitle:after {
			position: absolute;
			content: '';
			left: 0;
			bottom: 0;
			margin-bottom: -1px;
			width: 80px;
			height: 1px;
			background-color: rgba(71,71,71,1);
		}


	/********************************************
30.1 Share this
*********************************************/
	.post-share-bottom {
		margin: 0 0 36px;
	}

		.post-share-bottom h4 {
			font-size: 1em;
			font-weight: 600;
			color: #474747;
			line-height: 1.4em;
			text-transform: uppercase;
			margin: -23px 0px 13px 0px;
		}

		.post-share-bottom ul {
			list-style: none;
			margin: 0;
			padding: 0;
			overflow: hidden;
		}

			.post-share-bottom ul li {
				float: left;
				margin: 0px 10px 10px 0px;
				border-radius: 3px;
				overflow: hidden;
				-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
				-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
				box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
			}

				.post-share-bottom ul li:last-child {
					margin-right: 0;
				}

				.post-share-bottom ul li a {
					display: block;
					height: 35px;
					line-height: 36px;
					text-align: center;
					color: #878787;
					padding: 0 15px;
					background-color: #f7f7f7;
					-webkit-transition: all 0.2s ease-in-out;
					-moz-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
				}

					.post-share-bottom ul li a:hover {
						color: #fff;
						background-color: #00acc1;
						text-decoration: none;
					}

				.post-share-bottom ul li i {
					font-size: 16px;
					margin-right: 8px;
				}


	/********************************************
30.2 Post pagination
*********************************************/
	.post-pagination {
		margin-bottom: 24px;
	}

		.post-pagination span {
			position: relative;
			display: block;
			text-transform: uppercase;
		}

			.post-pagination span:before {
				position: absolute;
				font-family: FontAwesome;
				content: '';
				text-align: center;
				font-size: 9px;
				font-weight: 400;
				line-height: 16px;
				top: 0;
				width: 16px;
				height: 16px;
				color: #00acc1;
				background-color: #e5e5e5;
				border-radius: 3px;
			}

		.post-pagination .prev-post span {
			padding-left: 25px;
		}

		.post-pagination .next-post span {
			padding-right: 25px;
		}

		.post-pagination .prev-post span:before {
			content: '\f053';
			left: 0;
		}

		.post-pagination .next-post span:before {
			content: '\f054';
			right: 0;
		}

	/* === Only Firefox === */
	@-moz-document url-prefix() {
		.post-pagination span:before {
			line-height: 15px;
		}
	}
	/* ===== END ===== */

	.post-pagination h4 {
		font-size: 1em;
		margin: 1px 0 0;
	}

		.post-pagination h4 a {
			color: #474747;
			-webkit-transition: color 0.2s ease-in-out;
			-moz-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			-o-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}

			.post-pagination h4 a:hover {
				color: #00acc1;
				text-decoration: none;
			}

	.post-pagination .prev-post {
		text-align: left;
	}

	.post-pagination .next-post {
		text-align: right;
	}


	/********************************************
30.3 About author
*********************************************/
	.post-author {
		width: 100%;
		margin-bottom: 52px;
		padding: 30px 30px 0px 30px;
		background-color: #f7f7f7;
	}

	.post-author-avatar figure {
		width: 124px;
		height: 124px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

		.post-author-avatar figure img {
			width: 100%;
			height: auto;
			border-radius: 50%;
		}

	.post-author-detail {
		overflow: hidden;
	}

		.post-author-detail h4 {
			position: relative;
			font-size: 1.7142em;
			font-weight: 400;
			color: #474747;
			line-height: 1.4em;
			text-transform: uppercase;
			margin: 0 0 16px;
			padding: 0 0 12px;
			border-bottom: rgba(224,224,224,1) solid 1px;
		}

			.post-author-detail h4:after {
				position: absolute;
				content: '';
				left: 0;
				bottom: 0;
				margin-bottom: -1px;
				width: 80px;
				height: 1px;
				background-color: rgba(71,71,71,1);
			}

	.author-description {
		margin-bottom: 30px;
	}


	/********************************************
30.4 Related post
*********************************************/
	.related-post {
		margin: 0 0 15px;
	}

	.related-post-thumbnail {
		position: relative;
		margin: 0 0 22px;
		overflow: hidden;
		cursor: pointer;
	}

		.related-post-thumbnail figure {
			position: relative;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

		.related-post-thumbnail:hover figure {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1);
		}

		.related-post-thumbnail figure .thumbnail-hover {
			opacity: 0;
			-webkit-transition: opacity 0.3s ease-in-out;
			-moz-transition: opacity 0.3s ease-in-out;
			-ms-transition: opacity 0.3s ease-in-out;
			-o-transition: opacity 0.3s ease-in-out;
			transition: opacity 0.3s ease-in-out;
		}

		.related-post-thumbnail:hover figure .thumbnail-hover {
			opacity: 0.8;
		}

		.related-post-thumbnail img {
			width: 100%;
			height: auto;
		}

	.related-post-title {
		font-size: 1em;
		line-height: 1.4em;
		margin: 0 0 9px;
	}

		.related-post-title a {
			color: #474747;
			-webkit-transition: color 0.2s ease-in-out;
			-moz-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			-o-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}

			.related-post-title a:hover {
				color: #00acc1;
				text-decoration: none;
			}


	/********************************************
30.5 Post comment
*********************************************/
	.post-comment {
		margin: 0 0 52px;
	}

		.post-comment .post-subtitle span {
			margin-left: 5px;
		}

	.comment-list,
	.comment-list ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.comment-list li {
			margin-bottom: 30px;
		}

		.comment-list > li:last-child {
			margin-bottom: 0;
		}

		.comment-list ul {
			margin-top: 30px;
		}

	.comment-avatar {
		margin: 0 0 30px;
	}

		.comment-avatar figure {
			width: 100px;
			height: 100px;
			margin-left: auto;
			margin-right: auto;
		}

			.comment-avatar figure img {
				width: 100%;
				height: auto;
				border-radius: 50%;
			}

	.comment-detail {
		position: relative;
		background-color: #f7f7f7;
		padding: 30px;
		border-radius: 3px;
	}

		.comment-detail:before {
			position: absolute;
			content: '';
			top: 0;
			left: 50%;
			width: 0;
			height: 0;
			margin-top: -10px;
			margin-left: -10px;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-bottom: 10px solid #f7f7f7;
		}

	.comment-name {
		font-weight: 700;
		color: #474747;
		margin: 0 0 10px;
	}

	.comment-date {
		font-size: 0.8571em;
		color: #a7a7a7;
		font-weight: 400;
		margin: 0 0 0 6px;
	}

	.comment-description {
		margin: 0 0 20px;
	}

	.comment-reply {
		font-weight: 700;
		color: #00acc1;
		-webkit-transition: color 0.2s ease-in-out;
		-moz-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}

		.comment-reply:hover {
			color: #474747;
			text-decoration: none;
		}


	/********************************************
31.0 Page with sidebar
*********************************************/
	.content-wrapper {
		padding: 80px 0;
	}

	.sidebar-wrapper {
		position: relative;
		padding: 80px 0;
		background-color: #f7f7f7;
	}

		.sidebar-wrapper:before,
		.sidebar-wrapper:after {
			position: absolute;
			content: '';
			top: 0;
			bottom: 0;
			width: 100%;
			background-color: #f7f7f7;
		}

	.box-divider {
		position: relative;
		height: 1px;
		background-color: #e0e0e0;
	}

		.box-divider:before,
		.box-divider:after {
			position: absolute;
			content: '';
			width: 100%;
			height: 1px;
			background-color: #e0e0e0;
		}

		.sidebar-wrapper:before,
		.box-divider:before {
			right: 100%;
		}

		.sidebar-wrapper:after,
		.box-divider:after {
			left: 100%;
		}


	/********************************************
32.0 Sidebar widget
*********************************************/
	aside.widget {
		margin-bottom: 65px;
	}

		aside.widget:last-child {
			margin-bottom: 0px;
		}

	.sidebar-title {
		position: relative;
		font-size: 1.7142em;
		font-weight: 400;
		color: #474747;
		line-height: 1.4em;
		text-transform: uppercase;
		margin: -8px 0px 40px 0px;
		padding: 0 0 12px;
		border-bottom: rgba(224,224,224,1) solid 1px;
		;
	}

		.sidebar-title:after {
			position: absolute;
			content: '';
			left: 0;
			bottom: 0;
			margin-bottom: -1px;
			width: 40px;
			height: 1px;
			background-color: rgba(71,71,71,1);
		}


	/********************************************
32.1 Widget recent post
*********************************************/
	.recent-wrap {
		display: table;
		width: 100%;
		margin-bottom: 30px;
	}

		.recent-wrap:last-child {
			margin-bottom: 0;
		}

	.recent-post-thumb {
		display: table-cell;
		vertical-align: top;
		width: 84px;
	}

		.recent-post-thumb figure {
			position: relative;
			width: 84px;
			height: 84px;
			overflow: hidden;
		}

			.recent-post-thumb figure .thumbnail-hover {
				opacity: 0;
				-webkit-transition: opacity 0.3s ease-in-out;
				-moz-transition: opacity 0.3s ease-in-out;
				-ms-transition: opacity 0.3s ease-in-out;
				-o-transition: opacity 0.3s ease-in-out;
				transition: opacity 0.3s ease-in-out;
			}

			.recent-post-thumb figure:hover .thumbnail-hover {
				opacity: 0.8;
			}

	.recent-post-detail {
		display: table-cell;
		vertical-align: top;
		padding: 0 0 0 20px;
	}

		.recent-post-detail h4 {
			font-size: 1em;
			margin: 0 0 8px;
		}

			.recent-post-detail h4 a {
				color: #474747;
				-webkit-transition: color 0.2s ease-in-out;
				-moz-transition: color 0.2s ease-in-out;
				-ms-transition: color 0.2s ease-in-out;
				-o-transition: color 0.2s ease-in-out;
				transition: color 0.2s ease-in-out;
			}

				.recent-post-detail h4 a:hover {
					color: #00acc1;
					text-decoration: none;
				}


	/********************************************
32.2 Widget categories
*********************************************/
	.widget_categories ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.widget_categories ul li {
			position: relative;
			font-weight: 700;
			margin: 0 0 10px;
			padding: 0 0 0 30px;
		}

			.widget_categories ul li:before {
				position: absolute;
				font-family: FontAwesome;
				content: '\f054';
				font-size: 9px;
				font-weight: 400;
				text-align: center;
				line-height: 16px;
				top: 0;
				left: 0;
				width: 16px;
				height: 16px;
				margin: 1px 0 0 0;
				color: #00acc1;
				background-color: #e5e5e5;
				border-radius: 3px;
			}

	/* === Only Firefox === */
	@-moz-document url-prefix() {
		.widget_categories ul li:before {
			line-height: 15px;
		}
	}
	/* ===== END ===== */

	.widget_categories ul li a {
		color: #474747;
		-webkit-transition: color 0.2s ease-in-out;
		-moz-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}

		.widget_categories ul li a:hover {
			color: #00acc1;
			text-decoration: none;
		}

	.widget_categories ul ul {
		padding: 10px 0 0 0;
	}

		.widget_categories ul ul li {
			font-weight: 400;
			padding: 0 0 0 25px;
		}

			.widget_categories ul ul li:before {
				content: '\f068';
				background-color: transparent;
			}


	/********************************************
32.3 Widget gallery
*********************************************/
	.widget_gallery ul {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

		.widget_gallery ul li {
			width: 33.3333%;
			float: left;
		}

			.widget_gallery ul li figure {
				position: relative;
			}

	.widget_gallery figure img {
		width: 100%;
		height: auto;
	}

	.widget_gallery figure .thumbnail-hover {
		opacity: 0;
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.widget_gallery figure:hover .thumbnail-hover {
		opacity: 0.8;
	}


	/********************************************
32.4 Widget tag cloud
*********************************************/
	.widget_tag_cloud .tagcloud {
		overflow: hidden;
	}

		.widget_tag_cloud .tagcloud a {
			font-size: 0.8571em;
			font-weight: 700;
			color: #fff;
			text-decoration: none;
			float: left;
			margin: 0px 5px 5px 0px;
			white-space: nowrap;
			background-color: #00acc1;
			padding: 0px 15px;
			border-radius: 2px;
			line-height: 36px;
			-webkit-transition: background-color 0.5s ease-in-out;
			-moz-transition: background-color 0.5s ease-in-out;
			-ms-transition: background-color 0.5s ease-in-out;
			-o-transition: background-color 0.5s ease-in-out;
			transition: background-color 0.5s ease-in-out;
		}

			.widget_tag_cloud .tagcloud a:hover {
				background-color: #4dd0e1;
				-webkit-transition: background-color 0.2s ease-in-out;
				-moz-transition: background-color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out;
				-o-transition: background-color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out;
			}


	/********************************************
33.0 Fit image to DIV
*********************************************/
	.fit-img {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}


	/********************************************
34.0 Paper ripple effect
*********************************************/
	svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	circle {
		fill: rgba(255,255,255,0.3);
	}

	.button.white circle,
	.fab.white circle {
		fill: rgba(224,224,224,0.3);
	}


	/********************************************
35.0 Thumbnail hover
*********************************************/
	.thumbnail-hover {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(33,33,33,0.3);
	}


	/********************************************
36.0 Animation settings
*********************************************/
	.animate-fadeIn {
		/*opacity: 0;*/
	}

	.animate-fadeInUp {
		position: relative;
		top: 60px;
		opacity: 0;
	}

	.animate-fadeInDown {
		position: relative;
		top: -60px;
		opacity: 0;
	}

	.animate-fadeInLeft {
		position: relative;
		left: -60px;
		opacity: 0;
	}

	.animate-fadeInRight {
		position: relative;
		left: 60px;
		opacity: 0;
	}


	/********************************************
37.0 Media queries for responsive design
*********************************************/
	@media (min-width: 480px) {
		.about-us-element i {
			font-size: 170px;
		}

		.carousel-block-title h1 {
			font-size: 3.5714em;
		}

		.services-panel3 .carousel-block-title h1 {
			padding: 0 40px;
		}

		.services-panel3 .service-item .box-icon {
			margin: 0;
		}

		.services-panel3 .service-item .item-list-description {
			margin: 0 0 40px;
		}

		.content-block2 .content-block-detail {
			padding: 45px 30px;
		}

			.content-block2 .content-block-detail .read-more {
				float: right;
			}

		.content-block3.text-left .text-block,
		.content-block3.text-right .text-block {
			padding: 60px 50px;
		}

		.portfolio-panel3 .portfolio-tabs-detail .item-list-description {
			margin: 0 0 44px;
		}

		h2.featured-area-title,
		h1.page-title,
		.overlay-title h1 {
			font-size: 2.8571em;
		}

		.featured-area-subtitle {
			font-size: 1.2857em;
		}

		.post-author {
			display: table;
		}

		.post-author-avatar {
			display: table-cell;
			vertical-align: top;
			width: 124px;
		}

		.post-author-detail {
			display: table-cell;
			vertical-align: top;
			padding: 0 0 0 30px;
		}
	}

	@media (min-width: 768px) {
		#main-menu .nav-open {
			height: 57px !important;
			width: 66px;
		}

		#main-menu.left .burger-wrap {
			margin: 19px 0 0 19px;
		}

		#main-menu.right .burger-wrap {
			margin: 19px 19px 0 0;
		}

		.block-title h1 {
			font-size: 3.4285em;
			padding: 0 15px;
		}

		.line-before:before,
		.line-before:after,
		.line-after:before,
		.line-after:after {
			bottom: 12px;
		}

		.line-before:after,
		.line-after:after {
			width: 40px;
		}

		.slider-panel .slide-nav .slide-prev,
		.page-header-featured .slide-nav .slide-prev {
			left: 30px;
		}

		.slider-panel .slide-nav .slide-next,
		.page-header-featured .slide-nav .slide-next {
			right: 30px;
		}

		h2.featured-area-title,
		h1.page-title {
			font-size: 3.4285em;
		}

		.overlay-title h1 {
			font-size: 3.4285em;
			padding: 0 0 8px;
		}

		.featured-area-subtitle {
			font-size: 1.7142em;
		}

		.single-post-meta {
			display: block;
		}

			.single-post-meta ul li a {
				margin: 0 0 0 5px;
			}

			.single-post-meta ul li > span {
				display: inline-block;
			}

		.widget_gallery ul li {
			width: 16.6666%;
		}

		.blog-entry-title {
			display: table;
		}

		.post-date {
			display: table-cell;
			vertical-align: top;
			width: 76px;
		}

		.post-title {
			display: table-cell;
			vertical-align: top;
			padding: 0 0 0 20px;
		}

			.post-title h2 {
				font-size: 2.1428em;
			}

		.blog-entry .blog-meta ul li:first-child {
			display: none;
		}

		.comment-wrapper {
			display: table;
			width: 100%;
		}

		.comment-avatar {
			display: table-cell;
			vertical-align: top;
			width: 130px;
			margin: 0;
		}

			.comment-avatar figure {
				margin-left: inherit;
				margin-right: inherit;
			}

		.comment-detail {
			display: table-cell;
			vertical-align: top;
			padding: 30px 30px 7px 30px;
		}

			.comment-detail:before {
				left: 0;
				margin-top: 30px;
				margin-left: -20px;
				border-top: 10px solid transparent;
				border-bottom: 10px solid transparent;
				border-right: 10px solid #f7f7f7;
			}

		.comment-name {
			margin: 0px 70px 10px 0px;
		}

		.comment-reply {
			position: absolute;
			top: 30px;
			right: 30px;
		}

		.comment-list > li > ul {
			margin-left: 130px;
		}
	}

	@media (min-width: 992px) {
		#main-menu .nav-open {
			height: 63px !important;
			width: 72px;
		}

		#main-menu.left .burger-wrap {
			margin: 20px 0 0 25px;
		}

		#main-menu.right .burger-wrap {
			margin: 25px 25px 0 0;
		}

		.services-panel3 .service-item .box-icon {
			margin: 0 0 40px;
		}

		.services-panel3 .service-item .item-list-description {
			margin: 0 0 60px;
		}

		.services-panel3 .service-item .button {
			margin: 0 0 40px;
		}

		.content-block3 .content-height,
		.content-block3 .img-height {
			min-height: 100vh;
		}

		.content-block3.text-left .text-block {
			padding: 80px 50px 80px 80px;
		}

		.content-block3.text-right .text-block {
			padding: 80px 80px 80px 50px;
		}

		.portfolio-panel3 .portfolio-tabs-wrapper {
			height: 33.3333vw;
			overflow: hidden;
		}

		/* === Only Chrome === */
		@media screen and (-webkit-min-device-pixel-ratio:0) {
			.normalScroll .portfolio-panel3 .portfolio-tabs-wrapper {
				height: 32.9795vw;
			}
		}
		/* === END === */

		/* === Only Firefox === */
		@-moz-document url-prefix() {
			.normalScroll .portfolio-panel3 .portfolio-tabs-wrapper {
				height: 32.9355vw;
			}
		}
		/* === END === */

		.portfolio-panel3 .portfolio-tabs-list {
			width: 33.3333%;
			float: left;
		}

		.portfolio-panel3 .portfolio-detail-wrapper {
			width: 66.6666%;
			float: right;
		}

		.portfolio-panel3 .portfolio-tabs {
			width: 66.6666%;
			display: table;
			margin-top: 0;
		}

		.portfolio-panel3 .portfolio-tabs-img {
			display: table-cell;
			vertical-align: top;
			width: 50%;
		}

		.portfolio-panel3 .portfolio-tabs-detail {
			display: table-cell;
			vertical-align: top;
			width: 50%;
			padding: 62px 40px;
		}

		.contact-info-wrapper {
			padding: 0 0 0 15px;
		}

		.box.contact-form-wrapper {
			margin: 0 0 30px;
		}

		.overlay-title h1 {
			margin: 0 0 16px;
		}

		.single-post-meta {
			float: left;
			width: calc(100% - 170px);
			margin: 0;
		}

		.post-social-media {
			float: right;
		}

		.page-sidebar-wrapper {
			width: 100%;
			display: table;
		}

		.content-wrapper,
		.sidebar-wrapper {
			display: table-cell;
			vertical-align: top;
		}

		.content-wrapper {
			width: 68%;
			padding: 80px 15px 80px 0px;
		}

		.sidebar-wrapper {
			width: 32%;
			padding: 80px 0px 80px 15px;
			-webkit-box-shadow: inset 1px 0px 1px 0px rgba(0,0,0,0.1);
			-moz-box-shadow: inset 1px 0px 1px 0px rgba(0,0,0,0.1);
			box-shadow: inset 1px 0px 1px 0px rgba(0,0,0,0.1);
		}

			.sidebar-wrapper:before,
			.box-divider {
				display: none;
			}

			.sidebar-wrapper:after {
				width: 9999px;
			}

		.widget_gallery ul li {
			width: 33.3333%;
		}

		.pagination-wrapper.small-devices {
			display: none;
		}

		.pagination-wrapper.desktop-display {
			display: block;
		}
	}

	@media (min-width: 1200px) {



		.slider-panel .slide-nav .slide-prev,
		.page-header-featured .slide-nav .slide-prev {
			left: -60px;
			opacity: 0;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}

		.slider-panel .slide-nav .slide-next,
		.page-header-featured .slide-nav .slide-next {
			right: -60px;
			opacity: 0;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}

		.slider-panel:hover .slide-nav .slide-prev,
		.page-header-featured:hover .slide-nav .slide-prev {
			left: 60px;
			opacity: 1;
		}

		.slider-panel:hover .slide-nav .slide-next,
		.page-header-featured:hover .slide-nav .slide-next {
			right: 60px;
			opacity: 1;
		}

		.contact-info-wrapper {
			padding: 0 0 0 30px;
		}
	}

