/*
* @package Hypno
* @copyright (C) 2014 by Joomlastars - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author Joomlastars <stars.joomla@gmail.com>
* @authorurl <www.joomlastars.in>
*/

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
	/* 01 - RESET.CSS */
	/* 02 - PRELOADER */
	/* 03 - TYPOGRAPHY */
	/* 04 - COMMON ELEMENTS */
	/* 05 - SPACING CLASSES */
	/* 06 - NAVIGATION */
	/* 07 - SLIDER */
	/* 08 - PAGES, SECTIONS & SHORTCODES */
		/* 08.1 - INTRO */
		/* 08.2 - PROGRESS */
		/* 08.3 - CREATIVE PROCESS */
		/* 08.4 - TEAM */
		/* 08.5 - SERVICES */
		/* 08.6 - BUTTONS */
		/* 08.7 - LISTS */
		/* 08.8 - TABS */
		/* 08.9 - PORTFOLIO */
		/* 08.10 - NEWS SECTION */
	/* 09 - BLOG */
		/* 09.1 - GENERAL */
		/* 09.2 - SINGLE POST */
		/* 09.3 - PAGINATION */
	/* 10 - 404 PAGE */
	/* 11 - SIDEBAR */
		/* 11.1 - SEARCH WIDGET */
		/* 11.2 - CATEGORIES WIDET */
		/* 11.3 - TEXT WIDGET */
		/* 11.4 - LATEST NEWS WIDGET */
		/* 11.5 - TAG CLOUD */
	/* 12 - FOOTER */
	/* 13 - CONTACT */



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - RESET.CSS */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html{
	overflow-x: hidden;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - PRELOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/


body {
	display: none;
}
#jpreOverlay, #qLoverlay {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
#jpreSlide {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	text-align: center;
	width: 100%;
}
#jpreLoader, #qLloader {
	width: 448px;
	height: 69px;
	position: fixed;
	top: 43%;
	left: 50%;
	margin-left: 0px;
	margin-top: -300px;
}
#jpreBar, #qLbar {
	width: 448px;
	height: 0;
	position: absolute;
	bottom: 0;
	background: url('../images/hypno-logo.jpg') 100px 100% no-repeat;
}
#jprePercentage, #qLpercentage {
	color: #000;
	text-align: center;
	position: absolute;
	height: 30px;
	width: 100px;
	margin-top: 40px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	margin: 0;
	line-height: 1;
	color: #000;
}


h1 {
	font-weight: 400;
	font-size: 36px;
	color: #99cc00;
}

h2 {
	font-weight: 300;
	font-size: 32px;
	color: #99cc00;
}

h3 {
	font-weight: 600;
	font-size: 24px;
}

h4 {
	font-weight: 600;
	font-size: 22px;
}

h5 {
	font-weight: 600;
	font-size: 20px;
}

h6 {
	font-weight: 600;
	font-size: 18px;
}

b, strong {
	font-weight: 900;
}


body {
	font-family: Arial, sans-serif;
	color: #737373;
	font-size: 12px;
}

a {
	font-family: Arial, sans-serif;
	color: #737373;
	font-size: 12px;
}

p {
	line-height: 125%;
	padding-bottom: 20px;
	-webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.5);
}

a {
	text-decoration: none;
}

.thin {
	font-weight: 300 !important;
}

.thick {
	font-weight: 600 !important;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - COMMON ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/


.dark-background {
	background: #1e1f20;
}

.dark-background h1, .dark-background h2, .dark-background h3, .dark-background h4, .dark-background h5, .dark-background h6, .dark-background p, .dark-background {
	color: #fff;
}
.highlight {
	-webkit-text-stroke: 0px;
}

.highlight-dark {
	color: #1e1f20;
	-webkit-text-stroke: 0px;
}

.italic {
	font-style: italic;
}

.colored {
	display: inline-block;
	padding: 0 5px;
	color: #fff !important;
	-webkit-text-stroke: 0px;
}

.colored-dark {
	display: inline-block;
	padding: 0 5px;
	background: #1e1f20;
	color: #fff !important;
	-webkit-text-stroke: 0px;
}

.dropcap {
	-webkit-text-stroke: 0px;
	float: left;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 3px;
}

.dropcap-dark {
	-webkit-text-stroke: 0px;
	float: left;
	color: #1e1f20;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 3px;
}

.dropcap-bg {
	-webkit-text-stroke: 0px;
	float: left;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	width: 38px;
	text-align: center;
	height: 38px;
	margin-top: 4px;
	margin-bottom: 1px;
	margin-right: 10px;
}

.dropcap-bg-dark {
	-webkit-text-stroke: 0px;
	float: left;
	color: #fff;
	display: inline-block;
	background: #1e1f20;
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	width: 38px;
	text-align: center;
	height: 38px;
	margin-top: 4px;
	margin-bottom: 1px;
	margin-right: 10px;
}

.dropcap-bg-round {
	-webkit-text-stroke: 0px;
	float: left;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	width: 38px;
	text-align: center;
	height: 38px;
	margin-top: 4px;
	margin-bottom: 1px;
	margin-right: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.dropcap-bg-round-dark {
	-webkit-text-stroke: 0px;
	float: left;
	color: #fff;
	display: inline-block;
	background: #1e1f20;
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	width: 38px;
	text-align: center;
	height: 38px;
	margin-top: 4px;
	margin-bottom: 1px;
	margin-right: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

blockquote {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
blockquote p {
	-webkit-text-stroke: 0px;
}

blockquote.quote-bg-color {
	background: #f8f8f8;
}

blockquote:hover {
	background: #f8f8f8;
}

blockquote.quote-bg-color:hover {
	background: transparent;;
}

.blockquote-dark {
	border-left: 5px solid #1e1f20;
}

.blockquote-reverse.dark, blockquote.pull-right.dark {
	border-right: 5px solid #1e1f20;
}

blockquote {
	padding: 10px 20px !important;
	margin: 0 0 20px !important;
	font-size: 16px !important;
}

blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #aaa;
}


.soundcloud{
	width:100%;
}
.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.right {
	float: right;
	clear: both;
}
.left {
	float: left;
	clear: both;
}

body {
	background: #fff;
}


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



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SPACING CLASSES */
/*-------------------------------------------------------------------------------------------------------------------------------*/


.margin-left-10 {
	margin-left: 10px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-left-50 {
	margin-left: 50px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-right-30 {
	margin-right: 30px !important;
}

.margin-right-50 {
	margin-right: 50px !important;
}


.margin-bottom-50 {
	margin-bottom: 50px;
}

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

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}


.margin-top-30 {
	margin-top: 30px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-100 {
	margin-top: 100px;
}


.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.padding-50 {
	padding: 50px;
}

.padding-top-200 {
	padding-top: 200px;
}

.padding-top-180 {
	padding-top: 180px;
}

.padding-top-170 {
	padding-top: 170px;
}
.padding-top-150 {
	padding-top: 150px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-top-80 {
	padding-top: 10px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-30 {
	padding-top: 30px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-5 {
	padding-top: 5px;
}

.padding-bottom-200 {
	padding-bottom: 200px;
}

.padding-bottom-150 {
	padding-bottom: 150px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-40 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-bottom-0 {
	padding-bottom: 0px;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.dropdown-menu {
	background: #fff;
}

.dropdown-menu > li, .dropdown-menu .dropdown-menu > li {
	display: block;
	background: url(../images/bullet.png) no-repeat 20px center;
	padding: 20px;
	padding-left: 40px;
	border-bottom: 1px solid #dcdedf;
	-webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.3);
	position: relative;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.dropdown-menu > li:last-child, .dropdown-menu .dropdown-menu > li:last-child {
	border-bottom: none;
}

.dropdown-menu > li:hover > ul li, .dropdown-menu > li > ul li:hover > ul li {
	color: #000;
	background: url(../images/bullet.png) no-repeat 20px center;
}

.dropdown-menu > li:hover > ul li a, .dropdown-menu > li > ul li:hover > ul li a {
	color: #000;
}

.dropdown-menu > li:hover, .dropdown-menu > li > ul li:hover, .dropdown-menu > li > ul li > ul li:hover {
	color: #fff;
	background: url(../images/bullet-white.png) no-repeat 25px center #1e1f20;
}

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

.dropdown-menu > li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: -1px;
	left: 0;
	background: transparent;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.dropdown-menu > li:hover:before {
	background: #1e1f20;
}

.dropdown-menu .dropdown-menu:before, .dropdown-menu:before {
	position: absolute;
	width: 100%;
	height: 3px;
	background: #1e1f20;
	display: block;
	content: '';
	left: 0;
	top: -3px;
}

.dropdown-menu .dropdown-menu {
	top: 0;
	left: 100% !important;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 992px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

@media (max-width: 992px) {
	.dropdown-menu .dropdown-menu:before, .dropdown-menu:before {
		display: none;
	}

	.dropdown-menu > li, .dropdown-menu .dropdown-menu > li, .dropdown-menu .dropdown-menu > li > ul li {
		display: block;
		background: none #fff;
		padding: 5px;
		padding-left: 40px;
		border-bottom: 1px solid #dcdedf;
		-webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.3);
		position: relative;
	}

	.dropdown-menu > li:hover > ul li, .dropdown-menu > li > ul li:hover > ul li {
		background: none #fff;
	}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px;
	}

	.dropdown-toggle {
		padding-bottom: 10px;
	}

	.dropdown-menu > li:hover, .dropdown-menu > li > ul li:hover, .dropdown-menu > li > ul li > ul li:hover, .dropdown-menu > li > ul li > ul li > ul li:hover {
		display: block;
		background: none #fff;
		padding: 5px;
		padding-left: 40px;
		border-bottom: 1px solid #dcdedf;
		-webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.3);
		position: relative;
	}

	.dropdown-menu > li:hover a, .dropdown-menu > li > ul li:hover a, .dropdown-menu > li > ul li > ul li:hover a {
		color: #000;
	}

	.nav-collapse {
		overflow-y: auto;
	}

}


.logo {
	margin-right: 60px;
}
.logo img {
	vertical-align: middle;
}
.logo:after {
	position: absolute;
	width: 1px;
	height: 38px;
	content: '';
	background: #e6e6e7;
	margin-top: 35px;
	margin-left: 30px;
}

.navbar {
	padding: 0 100px;
	margin: 0 auto;
	top: 0px;
	min-height: 100px;
	z-index: 899;
	background: #fff;
	margin-bottom: 0 !important;
}

@media (min-width: 992px) {
	.navbar {
		position: fixed;
	}

	.header, .page-header, .standalone-portfolio {
		margin-top: 150px;
	}
}

@media (max-width: 992px) {
	.navbar {
		position: relative;
	}
	.header, .page-header, .standalone-portfolio {
		margin-top: 0px;
	}
}

.navbar-nav.nav {
	margin-top: 25px;
}
.header {
	width: 100%;
	height: auto;
	max-height: 700px;
}

@media (max-width: 767px) {
	.navbar {
		padding: 0;
	}
}

.navbar-default .navbar-toggle {
	border-color: #b6b6b6;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.navbar-header {
	line-height: 100px;
}

.navbar-header.name {
	line-height: 1;
	margin-top: 31px;
	font-family: "Roboto", sans-serif;
}
.upper-name, .lower-name {
	display: block;
	height: 22px;
	line-height: 1;
	margin: 0;
}

.upper-name {
	font-size: 20px;
	font-weight: bold;
}

.lower-name {
	font-size: 11px;
	color: #b6b6b6;
}

.navbar-nav a {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.navbar-panel {
	margin-top: 35px;
	float: right;
	font-size: 18px;
	padding-left: 35px;
}

.navbar-panel a {
	color: #cbcbcb;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

.navbar-panel a:hover {
	color: #fff;
}

.navbar-nav .active a {
	background: none;
}

.navbar-nav a:hover {
}

@media (max-width: 991px) {
	.navbar-header.name {
		display: none;
	}

	.navbar {
		background: #fff;
	}
}

@media (max-width: 1200px) {
	.navbar {
		padding: 0 20px;
	}

	.navbar-panel {
		display: none;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

iframe {
	border: 0;
}

.hypno_caption1 {
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	color: #fff;
	font-weight: 100;
}

.hypno_caption2 {
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}

.hypno_caption3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
}

.hypno_caption4 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.tp-loader {
	background: none !important;
	background-color: transparent !important;
	margin: 0 !important;
	top: 0;
	left: 0;
	z-index: 0 !important;
	position: absolute;
	width: 0px;
	height: 0px !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

section {
	position: relative;
}

.section-separator {
	position: absolute;
	bottom: -30px;
	z-index: 2;
	width: 100%;
}

@media (max-width: 992px) {
	.sm-centered {
		text-align: center;
	}

	.xs-center {
		float: none;
		text-align: center;
	}
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - PAGES, SECTIONS & SHORTCODES */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 08.1 - INTRO */
/*---------------------------------------------------------------*/



#intro {
	background-color: #939598;
}

#intro h1, #intro h2, #intro h3, #intro h4, #intro h5, #intro h6 {
	display: inline-block;
	color: #fff;
}

.social-icons a {
	font-size: 20px;
}

.social-icons i {

}
.social-icons a {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
}

.social-icons.white a:hover {
	background-color: #fff;
	color: #1e1f20;
}

.social-icons.white a {
	color: #fff;
}


/*---------------------------------------------------------------*/
/* 08.2 - PROGRESS */
/*---------------------------------------------------------------*/


.progress-description h3 {
	padding-bottom: 10px;
}
.progress-description span {
	font-size: 11px;
	color: #adadad;
	padding-bottom: 20px;
	display: block;
}

.skill-chart {

	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.chart, .chart-dark {
	position: relative;
	display: inline-block;
	width: 125px;
	height: 125px;
	text-align: center;
	background: transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.chart canvas, .chart-dark canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.chart h1, .chart-dark h1 {
	display: inline-block;
	line-height: 120px;
	z-index: 2;
	font-weight: 300;
	font-size: 40px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.progress-bar h3 {
	-webkit-text-stroke: 0px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}



/*---------------------------------------------------------------*/
/* 08.3 - CREATIVE PROCESS */
/*---------------------------------------------------------------*/


.steps {
	margin: 0 auto;
	text-align: center;
}
.step, .step-dark {
	width: 80px;
	display: inline-block;
	position: relative;
	margin-right: 90px;
}

.step-dark:hover .step-icon {
	background: #1e1f20;
	color: #fff;
}

.step:hover .step-icon {
	color: #fff;
}

.step-dark:hover b {
	color: #1e1f20;
}


.step:after, .step-dark:after {
	font-family: "FontAwesome";
	color: #f4f4f4;
	width: 90px;
	display: inline-block;
	margin-top: 10px;
	height: auto;
	position: absolute;
	top: 0;
	left: 80px;
	content: "\f178";
	text-align: center;
	font-size: 28px;
}

.step:last-child, .step-dark:last-child {
	margin-right: 0px;
}
.step:last-child:after, .step-dark:last-child:after {
	display: none;
}

.step-icon {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #f4f4f4;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.step-dark .step-icon {
	color: #1e1f20;
}

.step b, .step-dark b {
	padding-top: 30px;
	display: block;
	font-size: 13px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.step-description {
	padding: 0 5px;
}


/*---------------------------------------------------------------*/
/* 08.4 - TEAM */
/*---------------------------------------------------------------*/


#team {
	background-color: #1e1f20;
}

.team-carousel.light, .team-carousel.light h1, .team-carousel.light h4 {
	color: #fff;
}

.team h1, .team h4 {
	font-size: 42px;
}

.team-description-light {
	text-align: right;
	border-right: 1px solid #a0a0a0;
	padding-right: 35px;
}

.team-description-dark {
	text-align: right;
	border-left: 1px solid #ccc;
	padding-right: 35px;
}

.team-social-light, .team-social-dark {
	padding-right: 35px;
}
.team-social-light a {
	display: inline-block;
	padding-left: 12px;
	color: #a7a7a7;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.team-social-dark a {
	display: inline-block;
	padding-left: 12px;
	color: #1e1f20;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.team-social-light a:hover, .team-social-light a:hover {
	background: #1e1f20;
	color: #fff;
}

.team-carousel .owl-controls {
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
}

.team-carousel .owl-controls .owl-prev {
	left: 50px;
	position: absolute;
}

.team-carousel .owl-controls .owl-next {
	right: 50px;
	position: absolute;
}

@media (max-width: 991px) {
	.team-carousel .owl-controls .owl-prev {
		top: 170px;
		left: 0px;
	}

	.team-carousel .owl-controls .owl-next {
		top: 170px;
		right: 0px;
	}
}
.team-carousel .owl-controls .owl-buttons div {

	background: transparent !important;
}

.owl-theme .owl-controls .owl-page span {
	margin: 10px 2px !important;
}


/*---------------------------------------------------------------*/
/* 08.5 - SERVICES */
/*---------------------------------------------------------------*/


.service:hover .service-icon, .service2:hover .service-icon {
	color: #fff;
}

.service-icon {

	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #f4f4f4;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.service4 .service-icon {

	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
}
.service4:hover .service-icon, .service3:hover .service-icon {
	background: transparent;
}

.service2, .service3 {
	text-align: center;
}

.service3 .service-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	color: #fff;
}


/*---------------------------------------------------------------*/
/* 08.6 - BUTTONS */
/*---------------------------------------------------------------*/

.button {

	display: inline-block;
	padding: 20px;
	padding-right: 50px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.button.small {
	padding: 12px;
	font-size: 12px;
	padding-right: 50px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button.small:after {
	top: 12px;
	bottom: 12px;
	right: 20px;
	width: 10px;
}

.button:after {
	font-family: FontAwesome;
	content: "\f178";
	font-weight: normal;
	position: absolute;
	display: block;
	width: 20px;
	padding-top: 1px;
	border-left: 1px solid rgba(0,0,0,0.3);
	color: rgba(0,0,0,0.3);
	padding-left: 10px;
	height: auto;
	top: 20px;
	bottom: 20px;
	right: 20px;
}

.button.shopping:after {
	content: "\f07a";
}
.button.arrow:after {
	content: "\f061";
}

.button.resize:after {
	content: "\f0b2";
}

.button.forward:after {
	content: "\f064";
}
.button.check:after {
	content: "\f05d";
}

.button.color {
	color: #fff;
}

.button.darkgrey {
	color: #fff;
	background: #1e1f20;
}

.button.darkgrey:after {
	color: rgba(255,255,255,0.3);
	border-left: 1px solid rgba(255,255,255,0.3);
}

.button.transparent {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid;
	transition: border .4s ease-in-out;
	-webkit-transition: border .4s ease-in-out;
	-moz-transition: border .4s ease-in-out;
	-ms-transition: border .4s ease-in-out;
	-o-transition: border .4s ease-in-out;
}
.button.transparent.white {
	color: #fff;
}

.button.transparent.white:after {
	border-left: 1px solid #fff;
	color: #fff;
}

.button.grey {
	color: #000;
	border: 1px solid #e3e3e3;
}

.button:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	transition: background .4s ease-in-out;
	-webkit-transition: background .4s ease-in-out;
	-moz-transition: background .4s ease-in-out;
	-ms-transition: background .4s ease-in-out;
	-o-transition: background .4s ease-in-out;
}

.button.grey:hover:before {
	background: rgba(0,0,0,0.01);
}

.button.transparent:hover {
	border: 1px solid transparent;
}
.button.transparent:hover:before {
	background: transparent;
}

.button.color:hover:before {
	background: rgba(255,255,255,0.1);
}

.button:active {
	top: 2px;
}



/*---------------------------------------------------------------*/
/* 08.7 - LISTS */
/*---------------------------------------------------------------*/

.bullet-list li {
	display: block;
	background: url(../images/bullet.png) no-repeat 20px center;
	padding: 5px;
	padding-left: 50px;
	position: relative;
}

.item-list li {
	display: block;
	padding: 5px;
	padding-left: 50px;
	position: relative;
}

.item-list li:before {
	color: #1e1f20;
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -32px;
	width: 32px;
}

.item-list.circlearrow li:before {
	content: '\f0a9';
}

.item-list.arrow li:before {
	content: '\f061';
}

.item-list.chevron li:before {
	content: '\f054';
}

.item-list.check li:before {
	content: '\f00c';
}

.item-list.check-square li:before {
	content: '\f046';
}

.item-list.check-circle li:before {
	content: '\f058';
}

.item-list.xclose li:before {
	content: '\f00d';
}

.item-list.forward li:before {
	content: '\f064';
}

.item-list.toggles li:before {
	content: '\f152';
}

.item-list.times li:before {
	content: '\f057';
}

.item-list.play li:before {
	content: '\f16a';
}



/*---------------------------------------------------------------*/
/* 08.8 - TABS */
/*---------------------------------------------------------------*/


.tab-pane p {
	padding-top: 20px;
	-webkit-text-stroke: 0px;
}

.nav-tabs li a:hover {
	
	color: #fff;
}
.nav-tabs > li > a {
	border: none;
}
.nav-tabs .active {

}

.nav-tabs {
	border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

	border: none;
	color: #fff;
}
.nav-tabs.dark > li.active > a, .nav-tabs.dark > li.active > a:hover, .nav-tabs.dark > li.active > a:focus {
	background: #1e1f20;
}
.nav-tabs.dark li a:hover {
	background: #1e1f20;
}

.nav-tabs li a {
	font-weight: 900;
	font-size: 13px;
	color: #000;
}

.panel-default {
	border: none;
}

.panel-default > .panel-heading {
	color: #fff;
	border: none;
}
.panel-default.dark > .panel-heading {
	background-color: #1e1f20;
}
.panel-default > .panel-heading a {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
}
.panel-group .panel-heading+ .panel-collapse > .panel-body {
	border: none;
}

.panel-body {
	padding: 20px 0;
}

.panel-body p {
	padding-bottom: 0;
}
.panel-heading {
	padding: 18px;
}
.panel-group .panel, .panel-heading {
	border-radius: 0px;
}



/*---------------------------------------------------------------*/
/* 08.9 - PORTFOLIO */
/*---------------------------------------------------------------*/

.heading {
	font-size: 52px;
}
.portfolio-buttons {
	float: right;
}

@media (max-width: 991px) {
	.portfolio-buttons, .heading {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
}

.portfolio-buttons li {
	display: inline-block;
}

@media (max-width: 767px) {

	.portfolio-buttons li {
		display: block;
	}
}

.portfolio-buttons a {
	display: block;
	padding: 10px 18px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	color: #000;
	font-size: 15px;
}

.portfolio-buttons .active a, .portfolio-buttons a:hover {
	background: #1e1f20;
	color: #fff;
}

.portfolio-picture {
	width: 100%;
	height: 270px;
	overflow: hidden;
	position: relative;
	background: no-repeat;
	background-position: 50% 50%;
	background-size: cover !important;
}

@media (min-width: 768px) {
	.portfolio-standalone {
		width: 250px !important;
	}
}
@media (min-width: 992px) {
	.portfolio-standalone {
		width: 323px !important;
	}
}
@media (min-width: 1200px) {
	.portfolio-standalone {
		width: 390px !important;
	}
}

.portfolio-description {
	overflow: hidden;
	height: 270px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0 40px;
}

.portfolio {
	padding: 15px;
}
.portfolio-picture:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: transparent;
	left: 0;
	top: 0;
	position: absolute;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.portfolio-item:hover .portfolio-picture:after {
	background: rgba(255,255,255,0.86);
}

.portfolio-description i {
	display: block;
	padding-bottom: 10px;
	color: #ccc;
	font-size: 18px;
}

.portfolio-description h2 {
	font-size: 24px;
	font-weight: bold;
	text-transform: lowercase;
	margin-bottom: 40px;
	position: relative;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}



.portfolio-description h2:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	background: #9d9d9d;
	left: 0;
	bottom: -20px;
}

.portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	top: 0;
	display: none;
	z-index: 2;
	line-height: 270px;
}

.portfolio-item:hover .portfolio-hover {
	display: block;
}

.portfolio-hover a {
	padding: 10px;
	color: #000;
	font-size: 20px;
	-webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.2);
}

.portfolio-carousel .owl-controls {
	position: absolute;
	left: 0;
	top: 250px;
	width: 100%;
}

.portfolio-carousel .owl-controls .owl-prev {
	left: -100px;
	position: absolute;
}

.portfolio-carousel .owl-controls .owl-next {
	right: -100px;
	position: absolute;
}

@media (max-width: 991px) {
	.portfolio-carousel .owl-controls .owl-prev {
		display: none !important;
	}

	.portfolio-carousel .owl-controls .owl-next {
		display: none !important;
	}
}


@media (max-width: 1200px) {
	.portfolio-carousel .owl-controls .owl-prev {
	left: -30px;
}

.portfolio-carousel .owl-controls .owl-next {
	right: -30px;
}
	
}

.portfolio-carousel .owl-controls .owl-buttons div {

	background: transparent !important;
	opacity: 1 !important;
}

.spacer-background {
	background: #1e1f20;
	padding: 15px;
}

.spacer-background h2 {
	color: #fff;
}

.spacer {
	display: block;
	position: absolute;
	bottom: -30px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 2;
}

#single-home-container #ajaxContainer {
	padding-top: 50px;
}

.portfolio-item-navigation-ajax {
	display: none;
}

#single-home-container .portfolio-item-navigation-ajax {
	display: block;
}

.portfolio-item {
	width: 100%;
}

/* single portfolio */

.prev-item {
	padding-right: 10px;
}

.next-item {
	padding-left: 10px;
}

.exit-item {
	display: inline-block;
	background: #1e1f20;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 7px 10px 8px 9px;
}

.singleportfolio {
	padding-bottom: 50px;
}

.portfolio-title {
	font-size: 36px;
	padding-bottom: 30px;
}


/*---------------------------------------------------------------*/
/* 08.10 - NEWS SECTION */
/*---------------------------------------------------------------*/


#news {
	background: #f8f8f8;
}

.news {
	background: #fff;
	transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
}

.item:hover .news {
	background: transparent;
}

.post-title {
	line-height: 125%;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	line-height: 125%;
	display: block;
	padding-bottom: 15px;
	transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
}

.post-title:hover, .post-title:active, .post-title:visited {
	font-size: 18px;
}

.post-info {

	display: block;
	font-size: 11px;
}

@media (min-width: 767px) {
	.info-item {
		display: inline-block;
	}

}
@media (max-width: 767px) {
	.info-item {
		display: block;
		margin-bottom: 12px;
	}

	.info-item:last-child {
		margin-bottom: 0px;
	}
	.post-info-bar {
		margin-top: 5px;
	}
}

.post-info i {
	color: #000;
	font-size: 14px;
}

.post-info .fa-pencil-square {
	padding-right: 8px;
}
.post-info .fa-calendar {
	padding: 0 8px;
}

.mansonry {
	-moz-column-width: 18em !important;
	-webkit-column-width: 18em !important;
	-moz-column-gap: 1em !important;
	-webkit-column-gap: 1em !important;
	margin-left: -5px !important;
	margin-right: -5px !important;
}

.item {
	display: inline-block;
	width: 100%;
}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 09.1 - BLOG - GENERAL */
/*---------------------------------------------------------------*/


.post-image {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.post iframe, .post .fluid-width-video-wrapper, .post .flexslider {
	margin-bottom: 30px;
}

.post-left i {
	display: block;
	font-size: 40px;
	color: #000;
	padding-bottom: 20px;
}

.post-left .month {
	display: block;
	color: #000;
	font-size: 18px;
}
.post-left .day {
	display: block;
	color: #000;
	font-size: 48px;
}

.post-title-big {
	font-size: 36px;
	color: #000;
	display: block;
}

.post-info-bar {
	padding-top: 20px;
	padding-bottom: 30px;
}
.post-info-bar span {
	font-size: 12px;
	padding-right: 15px;
	-webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.5);
}

.post-info-bar a {
	font-size: 12px;
	-webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.5);
}
.post-info-bar i {
	padding-right: 10px;
	font-size: 14px;
	color: #000;
}

.readmore {
	float: right;
	display: block;
	padding-top: 5px;
	padding-bottom: 30px;
}

.post {
	border-bottom: 1px solid #dcdedf;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.post:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.flex-direction-nav li .flex-next, .flex-direction-nav li .flex-prev {
	background-color: #1e1f20 !important;
}



/*---------------------------------------------------------------*/
/* 09.2 - BLOG - SINGLE POST */
/*---------------------------------------------------------------*/



.singlepost iframe, .singlepost .fluid-width-video-wrapper, .singlepost .flexslider, .singlepost .imagepost {
	margin-bottom: 30px;
}

.singlepost blockquote {
	margin-bottom: 40px !important;
}

.single-tags {
	padding: 20px 0;
}

.single-tags a {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.single-tags i {
	color: #000000;
	padding-right: 15px;
}

.singlepost {
	border-bottom: 1px solid #dcdedf;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.comments-headline {
	display: block;
	padding-bottom: 30px;
	font-size: 24px;
}

.comments {
	padding-bottom: 80px;
}

.comments li {
	clear: both;
}
.comments li ul {
	padding-left: 200px;
}

.comments img {
	margin-right: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	float: left;
}

.comment-name {
	display: block;
	padding-bottom: 15px;
	padding-top: 10px;
}
.comment-name .name {
	color: #000;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
	text-transform: uppercase;
}

.comment-name .reply {
	display: inline-block;
	color: #bcbcbc;
}

.comment-date {
	display: block;
	padding-bottom: 15px;
	color: #bcbcbc;
	font-size: 11px;
}
.comments li {
	border-bottom: 1px solid #dcdedf;
	min-height: 110px;
	padding-bottom: 30px;
	padding-top: 10px;
}

.comment-reply {
	border-bottom: 0px solid #dcdedf !important;
	padding-bottom: 10px !important;
}

.comment-form input {
	margin-bottom: 25px;
}

.comment-form .sub {
	border: 0px !important;
}

.comment-form {
	margin-bottom: 40px;
}



/*---------------------------------------------------------------*/
/* 09.3 - BLOG - PAGINATION */
/*---------------------------------------------------------------*/


#news .pagination {
	text-align: center;
	margin: 0px;
	padding-bottom: 50px;
}
.pagination {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pagination a {
	display: inline-block;
	margin-right: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 7px 10px;
	font-weight: bold;
	border: 1px solid #dcdedf;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.pagination a:hover, .pagination a.active {
	color: #fff;
	background: #1e1f20;
	border: 1px solid #1e1f20;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - 404 PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.error-page h1 {
	display: block;
	padding-bottom: 80px;
}

.error-page h4 {
	display: block;
	padding-bottom: 80px;
	font-size: 24px;
}

.error-page .return-home i {
	color: #000;
	font-size: 36px;
	padding-bottom: 80px;
}

.error {
	overflow: hidden;
}
.error-shadow {
	display: block;
	z-index: -1;
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	top: -50px;
}

.error-shadow h1 {
	color: #f7f7f7;
	font-size: 600px;
}

@media (max-width: 992px) {
	.error-shadow {
		top: -50px;
	}
	.error-shadow h1 {
		font-size: 300px;
	}
}

@media (max-width: 767px) {
	.error-shadow {
		top: 0px;
	}
	.error-shadow h1 {
		font-size: 200px;
	}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - SIDEBAR */
/*-------------------------------------------------------------------------------------------------------------------------------*/


.widget {
	padding-bottom: 50px;
}

.widget h2 {
	font-size: 36px;
	padding-bottom: 30px;
}

/*---------------------------------------------------------------*/
/* 11.1 - SEARCH WIDGET */
/*---------------------------------------------------------------*/


.form-group {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.form-control {
	width: 100%;
}

.search-button {
	z-index: 2;
	background: #1e1f20;
	height: 50px;
	width: 40px;
	border-radius: 0 4px 4px 0;
	color: #fff;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	line-height: 10px;
	color: #b6b6b6;
	background-color: transparent;
	border: 1px solid #dcdedf;
	border-radius: 4px;
}
.form-control:focus {
	border-color: #c0c0c0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*---------------------------------------------------------------*/
/* 11.2 - CATEGORIES WIDET */
/*---------------------------------------------------------------*/

.category-list li {
	display: block;
	background: url(../images/bullet.png) no-repeat 20px center;
	padding: 15px;
	padding-left: 50px;
	border-bottom: 1px solid #dcdedf;
	-webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.3);
	position: relative;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.category-list li:hover {
	color: #fff;
	border-bottom: 1px solid #1e1f20;
	background: url(../images/bullet-white.png) no-repeat 25px center #1e1f20;
}

.category-list li:hover a {
	color: #fff;
}

.category-list li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: -1px;
	left: 0;
	background: transparent;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.category-list li:hover:before {
	background: #1e1f20;
}


/*---------------------------------------------------------------*/
/* 11.3 - TEXT WIDGET */
/*---------------------------------------------------------------*/


.text-widget p {
	-webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.3);
}


/*---------------------------------------------------------------*/
/* 11.4 - LATEST NEWS WIDGET */
/*---------------------------------------------------------------*/


.latest-news-list .latest-news {
	width: 100%;
	height: 125px;
	overflow: hidden;
	position: relative;
	background: no-repeat;
	background-position: 50% 50%;
	background-size: cover !important;
	margin-bottom: 20px;
	display: block;
}

.news-list-hover {
	opacity: 0;
	background: rgba(255,255,255,0.97);
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 30px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.news-list-hover h3 {
	font-size: 18px;
	display: block;
	padding-bottom: 20px;
	font-size: 18px;
	color: #000;
}
.news-list-hover i {
	font-size: 18px;
	color: #000;
}

.latest-news.odd:hover .news-list-hover {
	opacity: 1;
}
.latest-news.even:hover .news-list-hover {
	opacity: 1;
}


/*---------------------------------------------------------------*/
/* 11.5 - TAG CLOUD */
/*---------------------------------------------------------------*/


.tag-cloud li {
	display: inline-block;
	padding-right: 3px;
	padding-bottom: 6px;
}
.tag-cloud li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 12px 18px;
	border: 1px solid #dcdedf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.tag-cloud li a:hover {
	color: #fff;
	background: #1e1f20;
	border: 1px solid #1e1f20;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.social-widget {
	color: #000;
	font-size: 48px;
	display: block!important;
}

.lower-footer {
	background: #1e1f20;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.map{
	width:100%;
	height:400px;
}

.contact-information i{
	color: #000;
	padding-right: 15px;
}

.contact-information span{
	display:block;
	padding-bottom:25px;
}

#submit_btn{
	border:0;
}

/*-----------------------------------------------------------------------------------*/
/*	STYLE SWITCHER
/*-----------------------------------------------------------------------------------*/

#switch, #switcher{
	-webkit-transition: left 0.5s;
    transition: left 0.5s;
	
}

#switch{
	z-index:9999;
	position:fixed;
	top:200px;
	left:-5px;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
	background: #fcfcfc;
	width:40px;
	height: 40px;
	line-height:40px;
	text-align:center;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius:  0px 5px 5px 0px;
}

#switch.active{
	left:200px;
}

#switch i{
	font-size:20px;
	width:40px;
	height: 40px;
	line-height:40px;
	display:block;
}

#switcher{
	left:-205px;
}

#switch.active + #switcher {
    left: 0px;
}

#switcher{
	width:200px;
	background: #fff;
	position:fixed;
	top:200px;
	z-index:9998;
	box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
	border:1px solid rgba(0,0,0,0.1);
	
	-webkit-border-radius: 0px 0px 5px 0px;
	-moz-border-radius: 0px 0px 5px 0px;
	border-radius:  0px 0px 5px 0px;
}

#switcher .options{
	padding:20px;
	margin: 0 auto;
	
}

#switcher .head{
	font-weight: 700;
	display:block;
	margin-bottom: 20px;
	font-size:14px;
}

#switcher .foot{

	display:block;
	margin-top: 20px;
	font-size:10px;
}
#switcher .options li{
	display:inline-block;
	margin-right: 2px;
	width:30px;
	height: 30px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	overflow:hidden;
	
}
#switcher .options li a{
	display:block;
	width:30px;
	height: 30px;
}

#color-grey{
	background: #cbcbcb;
}

#color-red{
	background: #c60315;
}

#color-green{
	background: #82d431;
}

#color-pink{
	background: #c42d60;
}


@media only screen and (max-width: 767px) {
	#switcher, #switch{
		display:none;	
	}
}


/* New Css */

.dropdown-menu > li:hover > a {
    color: #fff!important;
}
.dropdown-menu a
  {
	  color:#000!important;
  }
.lower-footer
 {
	 text-align:center;
 }
.copyright
 {
	color: #fff;
    font-size: 10px;
    font-weight: 300;
	margin: 20px 0 0;
    text-transform: uppercase;
	float:left;
	width:100%;
	padding-bottom: 0;
 }

/* ----------- BG Patterns ----------- */


.bg-patterns1 {
	width: 40px;
	height: 35px;
	background: #eee url(../images/elements/pattern1.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns2 {
	width: 40px;
	height: 35px;
	background: #eee url(../images/elements/pattern2.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns3 {
	width: 40px;
	height: 35px;
	background: #eee url(../images/elements/pattern3.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns4 {
	width: 40px;
	height: 35px;
	background: #eee url(../images/elements/pattern4.png) no-repeat center top;
	float: left;
	cursor: pointer;
}

/*-------------------------------------------------*/
/* =  Layouts
/*-------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.wrapper_boxed {
	margin: auto;
	width: 100%;
}
.wrapper_boxed .site_wrapper {
	margin: 0 auto;
	width: 92%;
	background: #fff!important;
}
.wrapper_boxed .sticky {
	width: 92%!important;
	margin: 0 auto;
}

/* page title */
.page-header {
	padding: 5px 0px;
	background: #fff url(../images/lines-bg.png) repeat left top;
	border-bottom: 1px solid #f0f0f0;
	margin: 20px 20px 20px 0px;
}
.page-header .title {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px;
}
.page-header .pagenation {
	float: left;
	width: 100%;
	font-size: 12px;
	text-align: left;
	color: #999;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.page-header .pagenation i {
	color: #727272;
	margin: 0px 2px 0px 2px;
}
.page-header .pagenation a {
	padding: 0px 0px 0px 0px;
	color: #999;
}
.page-header .pagenation a:hover {
	color: #000;
}
.breadcrumb > li {
    float: left;
    width: auto;
}

.breadcrumb .divider {
    color: #727272;
    margin: 0 4px;
}
.breadcrumb .active > span {
    color: #000;
    font-size: 15px;
}
.dropdown .dropdown > a, 
.dropdown .dropdown .dropdown > a, 
.dropdown .dropdown .dropdown .dropdown > a{
padding-right:20px;
position:relative;
}
.dropdown ul .dropdown > a:after, 
.dropdown ul .dropdown ul .dropdown > a:after, 
.dropdown ul .dropdown ul .dropdown ul .dropdown > a:after{
display:block;
width:5px;
height:100%;
right:0;
top:0;
content:'';
position: absolute;
content: "\f0da";
font-family: "FontAwesome";
}



.pagination ul li {
    float: left;
}

/* Search page */

#searchForm h1 {
	color: #010000;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 12px;
	padding: 0;
	text-transform: uppercase;
}
#searchForm .col-6 {
	width: 50%;
}
#searchForm .col {
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 15px;
}
#searchForm section {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
#searchForm fieldset {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	padding: 25px 0 5px;
}
#searchForm header {
	border-bottom: 1px solid #E3E3E3;
	color: #272727;
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 13px;
	padding: 0 0 9px;
	text-transform: uppercase;
}
#searchForm .inputbox {
	background-color: transparent;
    border: 1px solid #dcdedf;
    border-radius: 4px;
    color: #b6b6b6;
    display: block;
    font-size: 10px;
    height: 50px;
    line-height: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    width: 100%;
}
#searchForm .col-4 {
	width: 33.33%;
}
#searchForm .col-8 {
	width: 66.67%;
}
.search .result-title {
	padding: 10px 0px;
}
.search .highlight {
	background-color: #cbcbcb;
	color: #fff;
}
.search .result-title a {
	color: #cbcbcb;
}
.search .chzn-single {
	width: 300px!important;
}
.search .chzn-container .chzn-drop {
	width: 310px!important;
}
#searchForm .input input:focus, #searchForm .select select:focus, #searchForm .textarea textarea:focus, #searchForm .radio input:focus + i, #searchForm .checkbox input:focus + i, #searchForm .toggle input:focus + i {
	border-color: #c0c0c0;
    box-shadow: none;
    outline: 0 none;
}
.search-results {
	border-top: 2px solid #E3E3E3;
	float: left;
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
}
.search-page-content {
	background: #fff;
	width: 100%;
	float: right;
}
#searchForm .row {
	margin: 0;
}
#searchForm > h1 {
	margin: 0;
}

.pull-left.item-image {
	display: none;
}

/* Edit icon */

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"], [class*=" icon-"] {
 display: inline-block;
 width: 14px;
 height: 14px;
 *margin-right: .3em;
 line-height: 14px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled, [class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-apply:before, .icon-edit:before, .icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.btn.jmodedit {
	z-index: 99999;
}

.alert-message
 {
	background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
 }
.alert-message .close {
    position: relative;
	float:right;
}

/* COLOR-GREY.CSS */

.highlight {
	color: #cbcbcb;
}

.colored {
	background: #cbcbcb;
}

.dropcap {
	color: #cbcbcb;
}

.dropcap-bg {
	background: #cbcbcb;
}

.dropcap-bg-round {
	background: #cbcbcb;
}

blockquote {
	border-left: 5px solid #cbcbcb;
}

.blockquote-reverse, blockquote.pull-right {
	border-right: 5px solid #cbcbcb;
}
.upper-name {
	color: #1e1f20;
}

.navbar-panel a:hover {
	background: #cbcbcb;
}

.navbar-nav .active a {
	color: #cbcbcb;
}

.navbar-nav a:hover {
	color: #cbcbcb;
}

.progress-bar h3.hover {
	
}
.progress-bar.hover h1 {
	color: #cbcbcb;
}

.step:hover .step-icon {
	background: #1e1f20;
}

.step:hover b {
	color: #000000;
}

.step-icon {
	color: #1e1f20;
}

.service:hover .service-icon, .service2:hover .service-icon {
	background: #cbcbcb;
}

.service-icon {
	color: #cbcbcb;
}

.service4 .service-icon {
	background: #cbcbcb;
}
.service4:hover .service-icon, .service3:hover .service-icon {
	color: #cbcbcb;
}



.service3 .service-icon {
	background: #cbcbcb;
}

.button.color {
	background: #cbcbcb;
}

.portfolio-item:hover .portfolio-description h2 {
	
}

.item:hover .post-title {
	color: #cbcbcb;
}


.nav-tabs li a:hover {
	background: #cbcbcb;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #cbcbcb;
}

.panel-default > .panel-heading {
	background-color: #cbcbcb;
}

#scrollToTop:hover {
    background: none repeat scroll 0 0 #cbcbcb!important;
}
.search .highlight {
	background-color: #cbcbcb;
	color: #fff;
}
.search .result-title a {
	color: #cbcbcb;
}