<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
:after,
:before,
body {
	margin: 0;
	padding: 0;
}

*,
:focus {
	outline: 0;
}

.scale-hover,
a {
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

table,
th {
	background-color: #f6f6f6;
}

td,
th {
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

td,
tr {
	line-height: 18px;
}

ol,
ul {
	margin-bottom: 30px;
}

p
 {
	margin-bottom: 20px;
}

li,
ol ol,
ul ul {
	margin-bottom: 5px;
}

h1,
h2,
p {
	line-height: 30px;
}

h3,
h4 {
	line-height: 22px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
	font-family: Roboto, sans-serif;
}

ol ol ol,
ul {
	list-style-type: disc;
}

.icon-list i,
td {
	text-align: center;
}

.button-right:after,
.container:after {
	content: "";
}

*,
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
}

* {
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translate3d(1, 1, 1);
	transform: translate3d(1, 1, 1);
}

td,
th {
	vertical-align: middle;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background-color: #CCC;
	color: #000;
}

a,
blockquote,
code,
div,
fieldset,
form,
iframe,
img,
input,
label,
p,
pre,
textarea {
	display: block;
	position: relative;
}

a &gt; span,
em a,
h1 &gt; a,
h2 &gt; a,
h3 &gt; a,
h4 &gt; a,
h5 &gt; a,
h6 &gt; a,
p &gt; a,
p &gt; span,
span &gt; a,
strong a {
	display: inline;
}

input,
textarea {
	outline: 0;
	-webkit-appearance: none!important;
	border-radius: 0!important;
	-webkit-border-radius: 0 !important;
}

p {
	font-size: 16px;
}

p &gt; a {
	text-decoration: none;
	color:red;
}

p &gt; a:hover {
	text-decoration: underline;
}

a,
a:hover {
	text-decoration: none;
}

p strong {
	font-size: 16px;
	color: #1f1f1f;
}

a {
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #2980b9;
	color: white;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	width: 100%;
	clear: both;
	margin-bottom: 27px;
}

th {
	font-weight: 700;
	color: #555;
}

td {
	color: #666;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #fdfdfd;
}

tr:hover &gt; td {
	background: #fff;
}

li {
	line-height: 24px;
}

ol &gt; li:last-child,
ul &gt; li:last-child {
	margin-bottom: 0;
}

.bg-teal-light {
	background-color: #1abc9c!important;
	color: #FFF;
}

.bg-teal-dark {
	background-color: #16a085!important;
	color: #FFF;
}

.border-teal-light {
	border-bottom: solid 1px #1abc9c;
}

.border-teal-dark {
	border-bottom: solid 1px #16a085;
}

.bg-hover-teal-light:hover {
	background-color: #1abc9c!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.bg-hover-teal-dark:hover {
	background-color: #16a085!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.color-teal-light {
	color: #1abc9c;
}

.color-teal-dark {
	color: #16a085;
}

.bg-green-light {
	background-color: #2ecc71!important;
	color: #FFF;
}

.bg-green-dark {
	background-color: #2abb67!important;
	color: #FFF;
}

.border-green-light {
	border-bottom: solid 1px #2ecc71;
}

.border-green-dark {
	border-bottom: solid 1px #2abb67;
}

.bg-hover-green-light:hover {
	background-color: #2ecc71!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.bg-hover-green-dark:hover {
	background-color: #2abb67!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.color-green-light {
	color: #2ecc71;
}

.color-green-dark {
	color: #2abb67;
}

.bg-blue-light {
	background-color: #3498db!important;
	color: #FFF;
}

.bg-blue-dark {
	background-color: #2980b9!important;
	color: #FFF;
}

.border-blue-light {
	border-bottom: solid 1px #3498db;
}

.border-blue-dark {
	border-bottom: solid 1px #2980b9;
}

.bg-hover-blue-light:hover {
	background-color: #3498db!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.bg-hover-blue-dark:hover {
	background-color: #2980b9!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.color-blue-light {
	color: #3498db;
}

.color-blue-dark {
	color: #2980b9;
}

.bg-magenta-light {
	background-color: #9b59b6!important;
	color: #FFF;
}

.bg-magenta-dark {
	background-color: #8e44ad!important;
	color: #FFF;
}

.border-magenta-light {
	border-bottom: solid 1px #9b59b6;
}

.border-magenta-dark {
	border-bottom: solid 1px #8e44ad;
}

.bg-hover-magenta-light:hover {
	background-color: #9b59b6!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.bg-hover-magenta-dark:hover {
	background-color: #8e44ad!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.color-magenta-light {
	color: #9b59b6;
}

.color-magenta-dark {
	color: #8e44ad;
}

.bg-night-light {
	background-color: #34495e!important;
	color: #FFF;
}

.bg-night-dark {
	background-color: #2c3e50!important;
	color: #FFF;
}

.border-night-light {
	border-bottom: solid 1px #34495e;
}

.border-night-dark {
	border-bottom: solid 1px #2c3e50;
}

.bg-hover-night-light:hover {
	background-color: #34495e!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.bg-hover-night-dark:hover {
	background-color: #2c3e50!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.color-night-light {
	color: #34495e;
}

.color-night-dark {
	color: #2c3e50;
}

.bg-yellow-light {
	background-color: #E67E22!important;
	color: #FFF;
}

.bg-yellow-dark {
	background-color: #F27935!important;
	color: #FFF;
}

.border-yellow-light {
	border-bottom: solid 1px #E67E22;
}

.border-yellow-dark {
	border-bottom: solid 1px #F27935;
}

.bg-hover-yellow-light:hover {
	background-color: #f1c40f!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.bg-hover-yellow-dark:hover {
	background-color: #f39c12!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.color-yellow-light {
	color: #f1c40f;
}

.color-yellow-dark {
	color: #f39c12;
}

.bg-orange-light {
	background-color: #F9690E!important;
	color: #FFF;
}

.bg-orange-dark {
	background-color: #D35400!important;
	color: #FFF;
}

.border-orange-light {
	border-bottom: solid 1px #F9690E;
}

.border-orange-dark {
	border-bottom: solid 1px #D35400;
}

.bg-hover-orange-light:hover {
	background-color: #e67e22!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.bg-hover-orange-dark:hover {
	background-color: #d35400!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.color-orange-light {
	color: #e67e22;
}

.color-orange-dark {
	color: #d35400;
}

.bg-red-light {
	background-color: #e74c3c!important;
	color: #FFF;
}

.bg-red-dark {
	background-color: #c0392b!important;
	color: #FFF;
}

.border-red-light {
	border-bottom: solid 1px #e74c3c;
}

.border-red-dark {
	border-bottom: solid 1px #c0392b;
}

.bg-hover-red-light:hover {
	background-color: #e74c3c!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.bg-hover-red-dark:hover {
	background-color: #c0392b!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.color-red-light {
	color: #e74c3c;
}

.color-red-dark {
	color: #c0392b;
}

.bg-gray-light {
	background-color: #bdc3c7!important;
	color: #FFF;
}

.bg-gray-dark {
	background-color: #95a5a6!important;
	color: #FFF;
}

.border-gray-light {
	border-bottom: solid 1px #bdc3c7;
}

.border-gray-dark {
	border-bottom: solid 1px #95a5a6;
}

.bg-hover-gray-light:hover {
	background-color: #bdc3c7!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.bg-hover-gray-dark:hover {
	background-color: #95a5a6!important;
	color: #FFF!important;
	transition: all 0.2s ease;
}

.green-field:focus,
.red-field:focus,
.text-field {
	transition: all 250ms ease;
}

.color-gray-light {
	color: #bdc3c7;
}

.color-gray-dark {
	olor: #95a5a6;
}

.bg-white {
	background-color: #FFF;
}

.color-white {
	color: #FFF !important;
}

.bg-black {
	background-color: #000;
}

.color-black {
	color: #000 !important;
}

.bg-gray-dark i,
.bg-gray-light i,
.bg-green-dark i,
.bg-green-light i,
.bg-magenta-dark i,
.bg-magenta-light i,
.bg-orange-dark i,
.bg-orange-light i,
.bg-red-dark i,
.bg-red-light i,
.bg-teal-dark i,
.bg-teal-light i,
.bg-yellow-dark i,
.bg-yellow-light i {
	color: #FFF;
}

.cover-image {
	background-size: cover;
	background-position: center center;
}

.facebook-color {
	background-color: #3b5998;
	color: #FFF;
}

.instagram-color {
	background-color: #7e187a;
	color: #FFF;
}

.twitter-color {
	background-color: #4099ff;
	color: #FFF;
}

.google-color {
	background-color: #d34836;
	color: #FFF;
}

.whatsapp-color {
	background-color: #34AF23;
	color: #FFF;
}

.pinterest-color {
	background-color: #C92228;
	color: #FFF;
}

.sms-color {
	background-color: #27ae60;
	color: #FFF;
}

.mail-color {
	background-color: #3498db;
	color: #FFF;
}

.dribbble-color {
	background-color: #EA4C89;
	color: #FFF;
}

.tumblr-color {
	background-color: #2C3D52;
	color: #FFF;
}

.reddit-color {
	background-color: #369;
	color: #FFF;
}

.youtube-color {
	background-color: #D12827;
	color: #FFF;
}

.phone-color {
	background-color: #27ae60;
	color: #FFF;
}

.dribbble-color:hover,
.facebook-color:hover,
.google-color:hover,
.mail-color:hover,
.phone-color:hover,
.pinterest-color:hover,
.reddit-color:hover,
.sms-color:hover,
.tumblr-color:hover,
.twitter-color:hover,
.youtube-color:hover {
	color: #FFF;
}

.float-left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

.read-more-right {
	float: right;
	display: block;
}

.read-more-right i {
	padding-left: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1f1f1f;
	margin-bottom: 10px;
}

.sub-heading {
	color: #4c4c4c;
	font-weight: 500;
}

.font-icon-list li a,
.icon-list li a,
body {
	color: #666;
}

h1 {
	font-weight: 700;
}

h2 {
	font-weight: 500;
}
h3,
h4,
h5 

.small-heading {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 10px;
	display: block;
}

h1 {
	font-size: 24px;
}

h2 {
	/*haberortasi*/
	font-size: 18px;
	font-style: italic;
}

h3 {
	font-size: 18px;
	font-weight: 400;
}
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
	line-height: 20px;
}

body,
h6 {
	font-size: 14px;
	line-height: 30px;
}

h6 {
	font-weight: 800;
}

body {
	font-weight: 400;
}

.table-sub-title,
.table-title {
	font-family: Dosis, sans-serif;
	font-size: 12px;
}

.highlighted {
	padding: 4px 10px;
	margin-bottom: 5px;
}

.font-icon-list li,
.icon-list {
	padding-left: 0;
	list-style: none;
}

.font-icon-list li {
	margin-left: -20px;
	color: #666;
	line-height: 30px;
}

.font-icon-list i {
	margin-right: 10px;
	width: 30px;
}

.icon-list i {
	width: 20px;
	margin-left: -5px;
}

.icon-list ul {
	padding-left: 40px;
}

ol,
ul {
	padding-left: 20px;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

.table-sub-title {
	font-weight: 700;
}

.price {
	font-size: 12px;
}

.small-price {
	position: absolute;
	margin-left: 0;
	font-size: 10px;
	margin-top: -3px !important;
}

.table {
	width: 100%;
	font-size: 12px;
	text-shadow: 1px 1px 0 #fff;
	background: #eaebec;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}

.table th,
.table tr td {
	border-bottom: 1px solid #e0e0e0;
}

.table th {
	padding: 21px 25px 22px;
}

.table th:first-child,
.table tr {
	text-align: center;
	padding-left: 20px;
}

.table tr td:first-child {
	text-align: left;
	padding-left: 20px;
	border-left: 0;
}

.table tr td {
	padding: 14px;
	border-top: 1px solid #fff;
	border-left: 0 solid #e0e0e0;
}

.icon-field .text-field,
.text-icon-field .text-field {
	padding-left: 45px !important;
}

.table tr.even td {
	background: #efefef;
}

.table tr:last-child td {
	border-bottom: 0;
}

.table tr:hover td {
	background: #f8f8f8;
}

.table-heading {
	padding-top: 10px;
	padding-bottom: 15px;
}

.table-text {
	color: #6f6f6f;
}

.icon-field i:first-child {
	position: absolute;
	top: 15px;
	left: 0;
	width: 40px;
	text-align: center;
}

.text-icon-field {
	margin-bottom: 35px;
}

.text-icon-field i:first-child {
	position: absolute;
	top: 40px;
	left: 0;
	line-height: 45px;
	height: 45px;
	width: 45px;
	text-align: center;
}

.text-icon-field h6 {
	font-weight: 500;
	float: left;
}

.text-icon-field em {
	letter-spacing: 1px;
	opacity: .5;
	float: right;
	font-size: 10px;
	font-style: normal;
}

.small-text,
.text-field {
	font-size: 12px;
}

.text-field {
	width: 100%;
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.4);
	color: #666;
	border: 1px solid #cacaca;
}

.green-field:focus {
	border: 1px solid #2cc36b;
}

.red-field:focus {
	border: 1px solid #c0392b;
}

.scale-hover,
.scale-hover:hover {
	-webkit-transition: all 250ms ease;
}

label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	margin-left: 20px;
}

.checkbox,
.radiobox {
	line-height: 24px;
	margin-top: 9px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

.checkbox {
	-moz-appearance: checkbox!important;
	-webkit-appearance: checkbox!important;
	appearance: checkbox !important;
}

.radiobox {
	-moz-appearance: radio!important;
	-webkit-appearance: radio!important;
	appearance: radio !important;
}

.border-image {
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	padding: 7px;
}

.responsive-image {
	max-height: 100%;
	display: block;
	width: 100%;
}

.maps {
	min-height: 300px;
}

.responsive-deco-image {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.preload-image {
	display: none;
}

.responsive-video {
	position: relative;
	min-height: 300px;
	padding-top: 30px;
	width: 100%;
	overflow: hidden;
}

.responsive-video embed,
.responsive-video iframe,
.responsive-video object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both !important;
}

.last-column {
	margin-right: 0 !important;
}

.no-bottom {
	margin-bottom: 0 !important;
}

.half-bottom {
	margin-bottom: 15px !important;
}

.half-top {
	margin-top: 15px !important;
}

.full-bottom {
	margin-bottom: 30px !important;
}

.container,
.container-fullscreen,
.content,
.decoration {
	margin-bottom: 30px;
}

.full-top {
	margin-top: 30px !important;
}

.left-padding {
	padding-left: 30px;
}

.content,
.padding-left {
	padding-left: 20px;
}

.right-padding {
	padding-right: 30px;
}

.content,
.padding-right {
	padding-right: 20px;
}

.no-border {
	border: none !important;
}

.content-fullscreen {
	margin-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}

.container:after {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.last-column:after {
	visibility: hidden!important;
	display: block!important;
	content: "" !important;
	clear: both!important;
	height: 0 !important;
}

.container {
	display: block;
}

.hide-if-mobile {
	display: none !important;
}

.hide-if-resposive {
	display: block !important;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

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

.thiner {
	font-weight: 400 !important;
}

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

.ultrabold {
	font-weight: 1000 !important;
}

.smaller-text {
	font-size: 13px;
}

.larger-text {
	font-size: 15px;
}

.large-text {
	font-size: 16px;
}

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

.left-text {
	text-align: left;
	display: block;
}

.right-text {
	text-align: right;
	display: block;
}

.center-text-mobile {
	text-align: center;
	display: block;
}

.left-text-mobile {
	text-align: left;
	display: block;
}

.right-text-mobile {
	text-align: right;
	display: block;
}

.center-text-tablet,
.left-text-tablet,
.right-text-tablet {
	text-align: left;
	display: block;
}

.space-left {
	padding-left: 10px;
}

.space-right {
	padding-right: 10px;
}

@media (min-width: 750px) {
	.hide-if-mobile {
		display: block !important;
	}

	.hide-if-responsive {
		display: none !important;
	}

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

	.center-text-mobile,
  .left-text-tablet,
  .right-text-tablet {
		text-align: left;
	}
}

.decoration {
	height: 1px;
	width: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	clear: both !important;
}

.decoration-lines div {
	height: 5px;
	width: 10%;
	float: left;
}

.deco-0 {
	background-color: #c0392b;
}

.deco-1 {
	background-color: #2ecc71;
}

.deco-2 {
	background-color: #3498db;
}

.deco-3 {
	background-color: #bdc3c7;
}

.deco-4 {
	background-color: #f1c40f;
}

.deco-5 {
	background-color: #e67e22;
}

.deco-6 {
	background-color: #9b59b6;
}

.deco-7 {
	background-color: #34495e;
}

.deco-8 {
	background-color: #16a085;
}

.deco-9 {
	background-color: #95a5a6;
}

@media (max-width: 768px) {
	.one-half {
		width: 45%;
		float: left;
		margin-right: 10%;
	}

	.one-third {
		width: 28%;
		float: left;
		margin-right: 8%;
	}

	.one-half-responsive,
  .one-third-responsive {
		width: 100%;
	}
}

@media (min-width: 767px) {
	.one-half,
  .one-half-responsive {
		width: 45%;
		float: left;
		margin-right: 10%;
	}

	.one-third,
  .one-third-responsive {
		width: 28%;
		float: left;
		margin-right: 8%;
	}

	.one-forth-responsive {
		float: left;
		width: 20%;
		margin-right: 5%;
	}

	.sidebar-left-big {
		width: 70%;
		float: left;
		margin-right: 5%;
	}

	.sidebar-right-small {
		width: 25%;
		float: right;
	}

	.sidebar-right-big {
		width: 70%;
		float: right;
	}

	.sidebar-left-small {
		width: 25%;
		float: left;
		margin-right: 5%;
	}
}

.scale-hover {
	-moz-transform: scale(1 1);
	-webkit-transform: scale(1 1);
	-o-transform: scale(1 1);
	-ms-transform: scale(1 1);
	transform: scale(1 1);
	transition: all 250ms ease;
}

.back-to-top-badge,
.scale-hover:hover {
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.scale-hover:hover {
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	transition: all 250ms ease;
}

.back-to-top-badge {
	opacity: 0;
	width: 130px;
	height: 34px;
	border-radius: 18px;
	font-size: 12px;
	position: fixed;
	z-index: 9999;
	left: 50%;
	margin-left: -65px;
	bottom: 30px;
	color: #FFF;
	text-align: center;
	line-height: 32px;
	background: #499bea;
	background: -moz-linear-gradient(top, #499bea 0, #207ce5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #499bea), color-stop(100%, #207ce5));
	background: -webkit-linear-gradient(top, #499bea 0, #207ce5 100%);
	background: -o-linear-gradient(top, #499bea 0, #207ce5 100%);
	background: -ms-linear-gradient(top, #499bea 0, #207ce5 100%);
	background: linear-gradient(to bottom, #499bea 0, #207ce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	pointer-events: none;
}

.back-to-top-badge-visible,
.share-socials-bottom a i {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.back-to-top-badge:hover {
	color: #FFF;
}

.back-to-top-badge i {
	padding-right: 20px;
	line-height: 30px;
	text-align: center;
	width: 20px;
}

.back-to-top-badge-visible {
	opacity: 1;
	pointer-events: all;
	transition: all 250ms ease;
}

@media (min-width: 768px) {
	.share-socials-bottom {
		width: 600px !important;
	}
}

.share-bottom-tap-close {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.share-bottom-tap-close-active {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.share-bottom {
	position: fixed;
	width: 100%;
	z-index: 99999;
	background-color: #f8f8f8;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px rgba(0, 0, 0, 0.08);
	bottom: 0;
	-moz-transform: translateX(0) translateY(380px);
	-webkit-transform: translateX(0) translateY(380px);
	-o-transform: translateX(0) translateY(380px);
	-ms-transform: translateX(0) translateY(380px);
	transform: translateX(0) translateY(380px);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}

.active-share-bottom {
	-moz-transform: translateX(0) translateY(0);
	-webkit-transform: translateX(0) translateY(0);
	-o-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}

.share-bottom h3 {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
	margin-left: -5px;
}

.share-socials-bottom {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.share-socials-bottom a {
	font-family: Roboto,serif;
	font-size: 13px!important;
	font-weight: 500;
	color: #1f1f1f;
	float: left;
	width: 60px;
	text-align: center;
	margin: 10px 20px;
}

.share-socials-bottom a i:hover {
	color: #FFF;
	-moz-transform: scale(1.01, 1.01);
	-webkit-transform: scale(1.01, 1.01);
	-o-transform: scale(1.01, 1.01);
	-ms-transform: scale(1.01, 1.01);
	transform: scale(1.01, 1.01);
}

.share-socials-bottom a i {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	color: #FFF;
	line-height: 60px;
	font-size: 18px;
	margin-bottom: 5px;
	-moz-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
	transition: all 250ms ease;
	opacity: 1;
}

.dropcaps-1:first-letter,
.dropcaps-2:first-letter {
	float: left;
	font-size: 50px;
	padding-top: 15px!important;
	padding-right: 15px;
	color: #1f1f1f;
}

.share-socials-bottom a i:hover,
.toggle i {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.share-socials-bottom a i:hover {
	transition: all 250ms ease;
	opacity: 1;
}

.switch-1,
.switch-1 span,
.switch-1-on,
.switch-1-on span {
	transition: all 250ms ease;
}

.dropcaps-1:first-letter {
	font-weight: 900;
}

.dropcaps-2:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-weight: 800;
}

.dropcaps-3:first-letter,
.dropcaps-4:first-letter {
	background-color: #1f1f1f;
	margin-right: 12px;
	margin-top: 5px;
	color: #FFF;
	float: left;
}

.dropcaps-3:first-letter {
	padding: 10px 15px;
	font-size: 24px;
	font-weight: 800;
}

.dropcaps-4:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-weight: 800!important;
	padding: 9px 12px;
	font-size: 32px;
}

.quote-1 .quote-text {
	font-size: 15px;
	display: block;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.7);
	text-align: center;
}

.quote-1 .quote-image {
	width: 130px!important;
	height: 130px;
	border-radius: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.quote-1 .quote-author {
	font-size: 18px;
	display: block;
	text-align: center;
	padding-top: 0;
	color: #1f1f1f;
}

.quote-1 .quote-rating {
	width: 115px;
	margin: 0 auto;
}

.quote-1 i {
	color: #f39c12;
	font-size: 16px;
	margin-right: 5px;
}

.quote-1 .quote-title {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	text-align: center;
}

.quote-2 .quote-image {
	width: 70px!important;
	height: 70px;
	border-radius: 70px;
	float: left;
	margin-right: 20px;
}

.quote-2 .quote-author {
	font-size: 16px;
	color: #1f1f1f;
	display: block;
	padding-top: 5px;
}

.quote-2 .quote-rating {
	float: left;
	display: block;
	width: 150px;
}

.quote-2 em i {
	font-size: 16px;
	color: #f39c12;
	margin-right: 5px;
}

.quote-2 .quote-text {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.7);
	padding-top: 10px;
	font-size: 15px;
	font-style: italic;
}

.quote-2 .quote-title {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	text-align: right;
	margin-top: -15px;
}

.quote-3 .fa-quote-left {
	font-size: 20px;
	display: block;
	text-align: left;
	position: absolute;
	margin-top: 10px;
}

.quote-3 p {
	margin-bottom: 0;
	padding-left: 50px;
}

.quote-3 .quote-author {
	display: block;
	text-align: right;
	color: #1f1f1f;
	margin-top: 20px;
}

.quote-4 .fa-quote-right {
	font-size: 20px;
	display: block;
	text-align: left;
	position: absolute;
	right: 0;
	margin-top: 10px;
}

.quote-4 p {
	margin-bottom: 0;
	padding-right: 50px;
}

.quote-4 .quote-author {
	display: block;
	text-align: left;
	color: #1f1f1f;
	margin-top: 20px;
}

.quote-5 {
	border-left: solid 5px #e34e47;
	padding-left: 20px;
}

.quote-5 p {
	font-style: italic;
	font-size: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.quote-5 strong {
	display: block;
	text-align: right;
	font-size: 13px;
	font-weight: 500;
	margin-top: -10px;
	padding-bottom: 0;
}

.review-1 strong {
	color: #1f1f1f;
	font-size: 28px;
	padding-right: 10px;
}

.review-1 em {
	color: #1f1f1f;
	font-weight: 600;
	font-size: 13px;
	font-style: normal;
}

.review-1 .review-stars i {
	color: #f3a01b;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
}

.review-1 .review-image {
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	border-radius: 55px;
}

.review-1 p {
	font-size: 16px;
	line-height: 36px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: -0.6px;
	color: #343434;
	margin-bottom: 10px;
}

.review-1 a {
	text-align: right;
	font-size: 13px;
	font-weight: 500;
}

.review-2 strong {
	color: #1f1f1f;
	font-size: 43px;
	line-height: 50px;
}

.review-2 em {
	position: absolute;
	top: 0;
	left: 100px;
	font-size: 10px;
	font-style: normal;
}

.review-2 p,
.review-3 p,
.review-6 h4 {
	font-style: italic;
}

.review-2 .review-stars {
	position: absolute;
	top: 20px;
	left: 100px;
}

.review-2 .review-image {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50px;
}

.review-2 .review-stars i {
	color: #f3a01b;
	font-size: 14px;
}

.review-2 p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 36px;
	font-weight: 300;
	letter-spacing: -0.6px;
	color: #343434;
	margin-bottom: 15px;
}

.review-4 h4,
.review-5 h4 {
	margin-top: 40px;
	margin-bottom: 0;
}

.review-2 a {
	text-align: right;
	font-size: 13px;
	font-weight: 500;
}

.review-3 .review-line i,
.review-3 .review-line-last i {
	width: 22px;
	text-align: center;
	float: right;
	padding-top: 10px;
}

.review-3 .review-line i {
	color: #f39c12;
}

.review-3 .review-line strong {
	color: #1f1f1f;
}

.review-3 .review-line {
	margin-bottom: 10px;
}

.review-3 .review-line-last {
	margin-bottom: 30px;
}

.review-3 .review-line-last i {
	color: #d35400;
}

.review-4 img,
.review-5 img {
	width: 60px;
	height: 60px;
	border-radius: 70px;
	top: -10px;
	position: absolute;
}

.review-3 .review-line-last strong {
	color: #1f1f1f;
}

.review-3 h4 {
	font-size: 16px;
	margin-bottom: 0;
}

.review-3 h5 {
	font-size: 12px;
	color: #666;
	font-weight: 400;
}

.review-4 h4 {
	color: #1f1f1f;
	text-align: right;
	margin-left: 80px;
}

.review-6 h4,
.review-6 strong,
.switch-2 span,
.switch-3 em,
.toggle i {
	text-align: center;
}

.review-4 .review-stars {
	float: right;
	margin-left: 80px;
	padding-bottom: 20px;
}

.review-4 .review-stars i {
	color: #f39c12;
	padding-right: 5px;
	font-size: 16px;
}

.review-4 p strong {
	display: block;
	color: #1f1f1f;
	font-size: 16px;
}

.review-5 img {
	right: 0;
}

.switch-1 em:first-child,
.switch-1 em:last-child {
	height: 30px;
	font-style: normal;
	color: #FFF;
	line-height: 30px;
}

.review-5 h4 {
	color: #1f1f1f;
}

.review-5 .review-stars {
	padding-bottom: 20px;
}

.review-5 .review-stars i {
	color: #f39c12;
	padding-right: 5px;
	font-size: 16px;
}

.review-5 p strong {
	display: block;
	color: #1f1f1f;
	font-size: 16px;
}

.review-6 h4 {
	font-weight: 300!important;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
}

.review-6 strong {
	display: block;
	color: #1f1f1f;
	font-weight: 700;
	font-size: 15px;
	padding-top: 10px;
}

.review-6 .review-stars {
	width: 149px;
	margin-left: auto;
	margin-right: auto;
}

.review-6 .review-stars i {
	color: #f39c12;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 18px;
}

.review-6 .fa-quote-right {
	display: block;
	font-size: 24px;
	padding-bottom: 10px;
}

.switch-box h4 {
	font-size: 15px;
	line-height: 29px;
	float: left;
	font-weight: 600;
	padding-top: 2px;
	margin-bottom: 5px;
}

.switch-box .switch,
.switch-box .switch-icon {
	float: right !important;
}

.switch-box-content {
	clear: both;
	display: none;
}

.switch-box-subtitle {
	display: block;
	clear: both;
	opacity: .8;
	font-size: 13px;
}

.switch-1 {
	width: 50px;
	height: 30px;
	background-color: #c0392b;
	border-radius: 30px;
	float: left;
}

.switch-1 em:first-child {
	position: absolute;
	margin-left: 11px;
	font-size: 10px;
}

.switch-1 em:last-child {
	position: absolute;
	margin-left: 33px;
	font-size: 10px;
}

.switch-1 span {
	width: 26px;
	height: 26px;
	position: absolute;
	background-color: #FFF;
	border-radius: 28px;
	margin-top: 2px;
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
}

.switch-1-on {
	background-color: #27ae60;
}

.switch-1-on span {
	transform: translateX(22px);
	-webkit-transform: translateX(22px);
}

.switch-icon em:first-child {
	font-size: 10px;
	margin-top: 2px;
	margin-left: 9px;
	line-height: 27px;
}

.switch-icon em:last-child {
	font-size: 10px;
	margin-top: 2px;
	margin-left: 32px;
	line-height: 27px;
}

.switch-2 {
	width: 58px;
	background-color: #464646;
	height: 25px;
	overflow: hidden;
}

.switch-2 span {
	margin-top: 2px;
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
	width: 30px;
	background-color: #676767;
	height: 21px;
	position: absolute;
	transition: all 250ms ease;
}

.switch-3,
.switch-3 span {
	height: 28px;
	transition: all 250ms ease;
}

.switch-2 span em {
	display: block;
	color: #FFF;
	font-style: normal;
	line-height: 25px;
	font-size: 10px!important;
	margin-top: -26px;
	transition: all 250ms ease;
}

.switch-2-on span {
	transform: translateX(26px);
	-webkit-transform: translateX(26px);
	background-color: #0e88b1;
	transition: all 250ms ease;
}

.switch-2-on span em {
	line-height: 21px;
	margin-top: 0;
	transition: all 250ms ease;
}

.switch-3 {
	border: 3px solid #cacaca;
	width: 60px;
	background-color: #27ae60;
}

.switch-3 span {
	z-index: 10;
	position: absolute;
	background-color: #cacaca;
	width: 25px;
	border-right: solid 3px #ececec;
	border-left: solid 3px #ececec;
	margin-top: -3px;
	transform: translateX(33px);
	-webkit-transform: translateX(33px);
}

.switch-3 em,
.switch-3 em:last-child {
	color: #FFF;
	font-style: normal;
	font-size: 10px;
	margin-top: -4px;
	position: absolute;
}

.switch-3-on {
	background-color: #c0392b;
	transition: all 250ms ease;
}

.switch-3-on span {
	transform: translateX(-3px);
	-webkit-transform: translateX(-3px);
	transition: all 250ms ease;
}

.switch-3 strong {
	position: absolute;
	width: 54px;
	height: 22px;
	border: 3px solid #FFF;
}

.accordion-content p,
.accordion-toggle,
.toggle {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.switch-3 em {
	margin-left: 0;
	width: 35px;
}

.switch-3 em:last-child {
	margin-left: 19px !important;
}

.accordion-toggle,
.accordion-toggle i {
	height: 60px;
	line-height: 60px;
	margin-top: 0;
}

.toggle .toggle-title {
	height: 60px;
	line-height: 60px;
	color: #1f1f1f;
	font-weight: 500;
	font-size: 15px;
	display: block;
	width: 100%;
}

.active-toggle .toggle-content {
	display: block;
}

.toggle-content {
	display: none;
	padding-top: 0;
	padding-bottom: 20px;
}

.toggle-content p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.toggle i {
	font-size: 10px!important;
	pointer-events: none;
	position: absolute;
	top: 1px;
	width: 20px;
	height: 60px;
	line-height: 60px;
	right: 0;
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: all 250ms ease;
}

.accordion-toggle i,
.rotate-toggle {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.rotate-toggle {
	color: #c0392b;
	-moz-transform: rotate(45deg) !important;
	-webkit-transform: rotate(45deg) !important;
	-o-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
	transition: all 250ms ease;
}

.accordion-toggle i {
	float: right;
	width: 60px;
	text-align: center;
	margin-right: -10px;
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: all 250ms ease;
}

.rotate-180,
.rotate-90 {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.accordion-content {
	display: none;
	padding-bottom: 10px;
}

.accordion-content.active-accordion {
	display: block;
}

.accordion-content p {
	margin-bottom: -10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
}

.accordion-toggle,
ul.tabs li {
	margin-bottom: 0;
	cursor: pointer;
}

.accordion-toggle {
	font-size: 14px;
	font-weight: 500;
}

.rotate-180 {
	-moz-transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
	-o-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
	transition: all 250ms ease;
}

.rotate-90 {
	-moz-transform: rotate(90deg) !important;
	-webkit-transform: rotate(90deg) !important;
	-o-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
	transition: all 250ms ease;
}

ul.tabs li,
ul.tabs li.active-tab {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

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

ul.tabs li {
	pointer-events: all;
	color: #1f1f1f;
	display: inline-block;
	padding: 8px 15px;
	transition: all 250ms ease;
}

ul.tabs li.active-tab {
	pointer: cursor;
	font-weight: 500;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.04);
	color: #222;
	transition: all 250ms ease;
}

.hide-map,
.no-pointer-events {
	pointer-events: none;
}

.button,
.button-cover,
.button-cover:hover,
.button-round,
.button-round:hover,
.button:hover,
.chat-input input {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.tab-content {
	display: none;
	background: rgba(0, 0, 0, 0.04);
	padding: 15px;
}

.active-tab-content {
	display: block;
}

.static-notification {
	padding: 15px;
	margin-bottom: 30px;
}

.no-dismiss p,
.tap-dismiss p {
	padding-left: 50px;
}

.static-notification h6 {
	color: #FFF;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.static-notification-icon {
	padding-right: 20px;
}

.static-notification p {
	font-size: 12px;
	margin-bottom: 0;
	color: #FFF;
}

.static-notification-close {
	color: #FFF;
	position: absolute;
	top: 5px;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.no-dismiss i,
.tap-dismiss i {
	font-size: 20px;
	height: 60px;
	top: -15px;
	line-height: 60px;
	width: 60px;
	left: -15px;
	text-align: center;
	color: #FFF;
	position: absolute;
}

.device-detected img {
	width: 100px;
	margin: 0 auto 15px;
}

.device-detected h5 {
	text-align: center;
	font-size: 18px;
}

.device-detected p {
	text-align: center;
	width: 300px;
	margin: 0 auto 30px;
}

.button,
.button-small {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 12px;
	font-size: 12px;
}

.button {
	font-weight: 500;
	letter-spacing: .6px;
	padding: 8px 18px;
}

.button-icon i {
	position: absolute;
	width: 10px;
	height: 10px;
	line-height: 10px;
	left: 15px;
	top: 50%;
	margin-top: -5px;
}

.button-icon {
	padding-left: 40px;
}

.button-small {
	padding: 5px 15px;
}

.button-center,
.button-center-large {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center;
	margin-bottom: 30px;
	display: block;
}

.button-xl {
	font-size: 16px;
	padding: 12px 30px;
}

.button-l {
	font-size: 15px;
	padding: 10px 30px;
}

.button-s {
	font-size: 13px;
	padding: 8px 20px;
}

.button-xs {
	font-size: 11px;
	padding: 6px 15px;
}

.blue-3d,
.green-3d,
.grey-3d,
.light-3d,
.magenta-3d,
.orange-3d,
.red-3d,
.teal-3d,
.yellow-3d {
	padding-top: 5px;
	padding-bottom: 5px;
}

.button-fullscreen {
	width: 100%!important;
	display: block;
	text-align: center;
}

.button-round {
	border-radius: 5px;
}

.button,
.button-cover,
.button-cover:hover,
.button-round,
.button-round:hover,
.button:hover {
	transition: all 250ms ease;
}

.teal-3d {
	border-bottom: solid 4px #117562;
}

.button-teal {
	background-color: #16a085;
	color: #FFF;
}

.button-teal:hover {
	background-color: #1abc9c;
}

.green-3d {
	border-bottom: solid 4px #1e8248;
}

.button-green {
	background-color: #27ae60;
	color: #FFF;
}

.button-green:hover {
	background-color: #2ecc71;
}

.blue-3d {
	border-bottom: solid 4px #194e70;
}

.button-blue {
	background-color: #2980b9;
	color: #FFF;
}

.button-blue:hover {
	background-color: #3498db;
}

.magenta-3d {
	border-bottom: solid 4px #602e75;
}

.button-magenta {
	background-color: #8e44ad;
	color: #FFF;
}

.button-magenta:hover {
	background-color: #9b59b6;
}

.dark-3d {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 4px #19232d;
}

.button-dark {
	background-color: #2c3e50;
	color: #FFF;
}

.button-dark:hover {
	background-color: #34495e;
}

.yellow-3d {
	border-bottom: solid 4px #ba970b;
}

.button-yellow {
	background-color: #f1c40f;
	color: #1f1f1f;
}

.button-yellow:hover {
	background-color: #f39c12;
}

.orange-3d {
	border-bottom: solid 4px #9d3e00;
}

.button-orange {
	background-color: #d35400;
	color: #FFF;
}

.button-orange:hover {
	background-color: #e67e22;
}

.red-3d {
	border-bottom: solid 4px #8a281e;
}

.button-red {
	background-color: #c0392b;
	color: #FFF;
}

.button-red:hover {
	background-color: #e74c3c;
}

.light-3d {
	border-bottom: solid 4px #868a8c;
}

.button-light {
	background-color: #bdc3c7;
	color: #1f1f1f;
}

.button-light:hover {
	background-color: #ecf0f1;
}

.grey-3d {
	border-bottom: solid 4px #474d4e;
}

.button-grey {
	background-color: #7f8c8d;
	color: #FFF;
}

.button-grey:hover {
	background-color: #95a5a6;
}

.button i {
	padding-right: 10px;
}

.button-center {
	width: 120px;
}

.button-center-large {
	width: 160px;
}

.button-right {
	float: right;
}

.button-right:after {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.social-button,
.social-button-fullscreen {
	height: 45px;
	padding-right: 30px;
	padding-left: 45px;
	margin-bottom: 10px;
	margin-right: 5px;
	line-height: 45px;
	font-size: 12px;
	font-weight: 500;
}

.button-cover {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
}

.button-cover:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.social-button {
	display: inline-block;
	width: 115px;
}

.social-button-fullscreen {
	display: block;
	width: 100%;
}

.social-ball,
.social-square {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.social-ball,
.social-ball i,
.social-button i,
.social-button-fullscreen i,
.social-square,
.social-square i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.social-button i,
.social-button-fullscreen i {
	position: absolute;
	font-size: 18px;
	left: 0;
	margin-top: 1px;
}

.social-ball {
	border-radius: 45px;
}

.blue-bubble,
.green-bubble {
	color: #FFF!important;
	border: none !important;
}

.facebook-login,
.google-login,
.twitter-login {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	text-align: center;
	transition: all 250ms ease;
}

.facebook-login:hover,
.google-login:hover,
.twitter-login:hover {
	opacity: .9;
	transition: all 250ms ease;
}

.facebook-login i,
.google-login i,
.twitter-login i {
	width: 10px;
	margin-right: 20px;
	position: absolute;
	left: 20px;
	top: 18px;
	font-size: 16px;
}

.green-bubble {
	background-color: #33c922 !important;
}

.blue-bubble {
	background-color: #0b84fe !important;
}

.speach-image {
	padding: 2px !important;
}

.speach-image img {
	border-radius: 8px;
}

.speach-left,
.speach-right {
	max-width: 75%;
	border-radius: 10px;
	background-color: #FFF;
}

.speach-left {
	float: left;
	display: inline;
	text-align: left;
	font-size: 13px;
	padding: 5px 10px;
	border: 1px solid #cacaca;
}

.speach-left-title,
.speach-right-title {
	display: block;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	font-style: normal;
}

.speach-left-title {
	width: 100%;
	font-size: 10px;
	padding-left: 5px;
}

.speach-right {
	float: right;
	text-align: right;
	text-align: left;
	font-size: 13px;
	padding: 5px 10px;
	border: 1px solid #cacaca;
}

.speach-read i,
.speach-status i {
	padding-right: 5px;
}

.speach-right-title {
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
}

.speach-status {
	font-size: 11px;
	font-weight: 500;
	float: right;
	margin-top: -25px;
	position: relative;
	display: inline;
}

.speach-status img {
	width: 15px;
	height: 15px;
	border-radius: 10px;
	float: right;
	margin-top: 7px;
	margin-left: 10px;
	display: inline;
}

.speach-read {
	float: right;
	margin-top: -25px;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
}

.chat-page {
	margin-bottom: 80px;
}

.chat-input {
	position: fixed;
	height: 60px;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	background: #eee;
	background: -moz-linear-gradient(top, #eee 0, #ccc 100%);
	background: -webkit-linear-gradient(top, #eee 0, #ccc 100%);
	background: linear-gradient(to bottom, #eee 0, #ccc 100%);
}

.chat-input a:first-child,
.chat-input a:last-child {
	background-color: #1f1f1f;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	position: absolute;
	height: 40px;
	font-size: 12px;
}

.chat-input a:first-child {
	z-index: 10;
	width: 40px;
	margin-top: 8px;
	margin-left: 8px;
}

.chat-input a:last-child {
	width: 80px;
	top: 8px;
	margin-right: 8px;
	right: 0;
}

@media (min-width: 768px) {
	.chat-input input {
		width: 95% !important;
	}
}

.chat-input input {
	color: #666;
	width: 90%;
	height: 40px;
	margin-top: 8px;
	margin-left: 22px;
	padding-left: 45px;
	font-size: 12px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 10px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 10px 3px rgba(0, 0, 0, 0.1);
	transition: all 250ms ease;
}

.gallery:after,
.portfolio-adaptive:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.calendar-hours,
.portfolio-filter-categories {
	border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.chat-input input:focus,
.portfolio-switch {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.chat-input input:focus {
	color: #1f1f1f;
	transition: all 250ms ease;
}

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

@media (min-width: 0px) and (max-width: 400px) {
	.gallery a:nth-child(3n+1),
  .gallery a:nth-child(3n+2) {
		margin-right: 1%;
		margin-bottom: 2%;
	}

	.gallery a:nth-child(3n+2),
  .gallery a:nth-child(3n+3) {
		margin-left: 1%;
		margin-bottom: 2%;
	}

	.gallery a {
		width: 32%;
		float: left;
		padding-bottom: 0;
	}

	.square-thumbs a img {
		border-radius: none;
	}

	.round-thumbs a img {
		border-radius: 300px;
	}
}

.portfolio-one .portfolio-item img,
.portfolio-two .portfolio-item img {
	padding-bottom: 20px;
}

@media (min-width: 400px) and (max-width: 768px) {
	.gallery a {
		width: 23.5%;
		float: left;
	}

	.square-thumbs a img {
		border-radius: none;
	}

	.round-thumbs a img {
		border-radius: 300px;
	}

	.gallery a:nth-child(4n+1) {
		margin-left: 0;
		margin-right: 1%;
		margin-bottom: 2%;
	}

	.gallery a:nth-child(4n+2),
  .gallery a:nth-child(4n+3) {
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 2%;
	}

	.gallery a:nth-child(4n+4) {
		margin-left: 1%;
		margin-right: 0;
		margin-bottom: 2%;
	}
}

@media (min-width: 768px) {
	.gallery a {
		width: 15%;
		float: left;
		padding-bottom: 20px;
	}

	.square-thumbs a img {
		border-radius: none;
	}

	.round-thumbs a img {
		border-radius: 300px;
	}

	.gallery a:nth-child(6n+1) {
		margin-left: 0;
		margin-right: 1%;
		margin-bottom: 1%;
	}

	.gallery a:nth-child(6n+2),
  .gallery a:nth-child(6n+3),
  .gallery a:nth-child(6n+4),
  .gallery a:nth-child(6n+5) {
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 1%;
	}

	.gallery a:nth-child(6n+6) {
		margin-left: 1%;
		margin-right: 0;
		margin-bottom: 1%;
	}

	.gallery-filter-item {
		width: 46%;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 4%;
		float: left;
	}
}

.gallery-filter-item {
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	margin-bottom: 4%;
}

@media (min-width: 1020px) {
	.gallery-filter-item {
		width: 28%;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 4%;
		float: left;
	}
}

.read-more-link {
	text-align: right;
}

.read-more-link i {
	padding-left: 20px;
}

.share-page-link {
	text-align: left;
	margin-top: -59px;
}

.share-page-link i {
	padding-right: 20px;
}

.portfolio-switch {
	transition: all 250ms ease;
}

.active-adaptive,
.portfolio-item {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.active-adaptive {
	color: #3498db!important;
	transition: all 250ms ease;
}

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

.portfolio-adaptive .portfolio-item img {
	margin-bottom: 20px;
}

.portfolio-item {
	transition: all 250ms ease;
}

.portfolio-adaptive-one .portfolio-item,
.portfolio-adaptive-two .portfolio-item {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	float: left;
}

.portfolio-adaptive-one .portfolio-item {
	width: 100%;
	transition: all 250ms ease;
}

.portfolio-adaptive-two .portfolio-item {
	width: 50%;
	transition: all 250ms ease;
}

.portfolio-adaptive-three .portfolio-item,
.selected-filter {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.portfolio-adaptive-two .portfolio-item:nth-child(2n+2) {
	padding-left: 10px !important;
}

.portfolio-adaptive-two .portfolio-item:nth-child(2n+1) {
	padding-right: 10px !important;
}

.portfolio-adaptive-three .portfolio-item {
	width: 33%;
	float: left;
	transition: all 250ms ease;
}

.portfolio-adaptive-three .portfolio-item:nth-child(3n+1) {
	padding-left: 5px!important;
	padding-right: 5px !important;
}

.portfolio-adaptive-three .portfolio-item:nth-child(3n+2) {
	padding-left: 10px !important;
}

.portfolio-adaptive-three .portfolio-item:nth-child(3n+3) {
	padding-right: 10px !important;
}

.portfolio-one .portfolio-item .portfolio-link i,
.portfolio-one .portfolio-item .portfolio-share i,
.portfolio-two .portfolio-item .portfolio-link i,
.portfolio-two .portfolio-item .portfolio-share i,
.portfolio-two .portfolio-item:nth-child(2n+1) {
	padding-right: 10px;
}

.portfolio-adaptive-controls .portfolio-switch {
	float: right;
	margin-bottom: 30px;
	margin-top: -40px;
	border-left: solid 1px rgba(0, 0, 0, 0.1);
	color: #1f1f1f;
}

.portfolio-adaptive-controls .adaptive-one {
	border-left: 0;
}

.portfolio-adaptive-controls .portfolio-switch i {
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.portfolio-one .portfolio-item:after,
.portfolio-two .portfolio-item:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: "";
	clear: both;
}

.portfolio-adaptive .portfolio-item .adaptive-more {
	font-size: 12px;
	padding-top: 10px;
}

.portfolio-adaptive .portfolio-item .adaptive-more i {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

.portfolio-one .portfolio-item em {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 5px;
	display: block;
}

.portfolio-one .portfolio-item .portfolio-link,
.portfolio-one .portfolio-item .portfolio-share {
	float: right;
	margin: 0 10px;
}

.portfolio-two .portfolio-item {
	float: left;
	width: 50%;
}

.portfolio-two .portfolio-item:nth-child(2n+0) {
	padding-left: 10px;
}

.portfolio-two .portfolio-item em {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 5px;
	display: block;
}

.portfolio-two .portfolio-item .portfolio-link,
.portfolio-two .portfolio-item .portfolio-share {
	float: right;
	margin: 0 10px;
}

.portfolio-item .overlay {
	opacity: 0.9;
}

@media (max-width: 768px) {
	.wide-text {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 768px) {
	.wide-text {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.portfolio-wide .wide-text .portfolio-close i,
.portfolio-wide .wide-text .portfolio-link i,
.portfolio-wide .wide-text .portfolio-share i {
	padding-right: 10px;
}

.portfolio-wide .portfolio-item {
	margin-bottom: 5px;
}

.portfolio-wide .wide-text {
	margin-top: 20px;
	display: none;
}

.portfolio-wide .wide-text img {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-top: 5px;
}

.portfolio-wide .wide-text .portfolio-close,
.portfolio-wide .wide-text .portfolio-link,
.portfolio-wide .wide-text .portfolio-share {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.portfolio-wide .wide-title {
	display: block;
	position: relative;
	overflow: hidden;
}

.portfolio-wide .wide-title img {
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	z-index: 1;
}

.portfolio-wide .wide-title .overlay {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.98));
	top: 0;
}

.portfolio-wide .wide-title h3 {
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 3;
	color: #FFF;
	padding-top: 35px;
	margin-bottom: 0;
}

.portfolio-wide .wide-title em {
	text-align: center;
	position: relative;
	display: block;
	z-index: 3;
	color: rgba(255, 255, 255, 0.6);
	padding-bottom: 30px;
	font-style: normal;
	font-size: 12px;
}

.portfolio-filter-wrapper {
	width: 100%;
	margin: 20px 0 0;
}

.portfolio-filter-wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	margin-bottom: 10px;
}

.portfolio-filter-categories {
	display: table;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.selected-filter {
	background-color: #27ae60;
	color: #FFF!important;
	transition: all 250ms ease;
}

.filter-category,
.page-profile-header .follow-buttons a {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.filter-category {
	display: table-cell;
	padding: 2px 10px;
	text-align: center;
	font-size: 12px;
	color: #333;
	transition: all 250ms ease;
}

.calendar,
calendar* {
	display: block;
	overflow: hidden;
}

.portfolio-filter-item img {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.portfolio-filter-item {
		width: 46%;
		margin-right: 2%;
		margin-left: 2%;
		float: left;
	}
}

@media (min-width: 1020px) {
	.portfolio-filter-item {
		width: 28%;
		margin-right: 2%;
		margin-left: 2%;
		float: left;
	}
}

.calendar-days a,
.calendar-titles a {
	width: 14.28%;
	text-align: center;
	color: #1f1f1f;
	float: left;
}

.calendar {
	margin-bottom: 30px;
}

.calendar-days,
.calendar-titles {
	padding: 0 30px;
}

.calendar-titles a {
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	font-weight: 800;
}

.calendar-titles .light-titles {
	opacity: 0.5;
}

.calendar-days {
	margin-top: -10px;
	font-size: 14px;
	margin-bottom: 30px;
}

.calendar-days a {
	height: 60px;
	line-height: 60px;
	font-weight: 700;
}

.calendar-days a:hover {
	color: #2980b9;
}

.calendar-day .light-day {
	opacity: 0.3;
}

.calendar-days i {
	position: absolute;
	font-size: 35px;
	margin-top: 12px;
	margin-left: -7px;
	z-index: -1;
}

.calendar-hour .cal-from,
.calendar-hour .cal-time,
.calendar-hour .cal-to {
	font-size: 11px;
	font-weight: 400;
	padding-left: 20px;
	position: absolute;
}

.clear-day i {
	opacity: 0;
}

.light-day {
	opacity: 0.3;
}

.light-day i {
	display: none;
}

.taken-day {
	color: #FFF !important;
}

.taken-day i {
	color: #27ae60;
}

.close-day {
	color: #FFF !important;
}

.close-day i {
	color: #c0392b;
}

.calendar-hour {
	height: 90px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.calendar-hour-clear:hover {
	background-color: rgba(39, 174, 96, 0.1);
}

.calendar-hour-taken:hover {
	background-color: rgba(192, 57, 43, 0.1);
}

.calendar-hour strong {
	color: #666;
	opacity: 0.7;
}

.calendar-hours a:last-child {
	border-bottom: none;
}

.calendar-hour .cal-time {
	margin-top: 30px;
}

.calendar-hour .cal-from {
	margin-top: 18px;
}

.calendar-hour .cal-to {
	margin-top: 40px;
}

.calendar-hour h4 {
	font-size: 14px;
	padding-left: 100px;
	padding-top: 17px;
	margin-bottom: 2px;
}

.calendar-hour em {
	font-style: normal;
	font-size: 11px;
	padding-left: 100px;
	color: #666;
}

.calendar-hour em i {
	margin-right: 10px;
}

.chart-center {
	margin-left: auto;
	margin-right: auto;
}

.chart div {
	overflow: hidden !important;
}

.chart strong {
	font-size: 13px;
	text-align: left;
	font-weight: 600;
	padding-left: 5px;
}

.chart em {
	font-size: 13px;
	text-align: right;
	font-style: normal;
	display: block;
	margin-bottom: 10px;
	margin-top: -20px;
	font-weight: 300;
	padding-right: 5px;
}

.chart-background {
	background-color: #CCC;
	width: 100%;
	display: block;
	height: 22px;
	margin-bottom: 20px;
	margin-top: -5px;
}

.blue-chart,
.green-chart,
.magenta-chart,
.red-chart,
.yellow-chart {
	margin: 3px;
	height: 16px;
	opacity: 0.9;
}

.red-chart {
	background-color: #c0392b;
}

.green-chart {
	background-color: #27ae60;
}

.yellow-chart {
	background-color: #f39c12;
}

.magenta-chart {
	background-color: #8e44ad;
}

.blue-chart {
	background-color: #2980b9;
}

.profile-picture,
.sidebar-form {
	margin-left: 20px;
}

.chart-round div {
	border-radius: 20px;
}

.p100 {
	width: 100%;
}

.p95 {
	width: 95%;
}

.p90 {
	width: 90%;
}

.p85 {
	width: 85%;
}

.p80 {
	width: 80%;
}

.p75 {
	width: 75%;
}

.p70 {
	width: 70%;
}

.p65 {
	width: 65%;
}

.p60 {
	width: 60%;
}

.p55 {
	width: 55%;
}

.p50 {
	width: 50%;
}

.p45 {
	width: 45%;
}

.p40 {
	width: 40%;
}

.p35 {
	width: 35%;
}

.p30 {
	width: 30%;
}

.p25 {
	width: 25%;
}

.p20 {
	width: 20%;
}

.p15 {
	width: 15%;
}

.p10 {
	width: 10%;
}

.p5 {
	width: 5%;
}

.p0 {
	width: 0;
}

.profile-picture {
	width: 140px;
	height: 140px;
	margin-top: -80px;
	margin-bottom: -20px;
}

.center-profile-picture {
	margin-left: auto;
	margin-right: auto;
}

.profile-header h3 {
	margin-top: -35px;
	margin-left: 185px;
	font-size: 22px;
	font-weight: 600 !important;
}

.profile-picture img {
	border: 4px solid #FFF;
	width: 140px;
	height: 140px;
}

.profile-header .profile-icon-1,
.profile-header .profile-icon-2 {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	right: 20px;
	margin-top: -20px;
	color: #FFF;
}

.profile-header .profile-icon-2 {
	right: 65px;
}

.page-profile-header {
	padding-top: 40px;
	padding-bottom: 30px;
	background-image: url(../images/pictures/1.jpg);
	background-size: cover;
}

.page-profile-header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.7;
}

.page-profile-header em,
.page-profile-header h3 {
	position: relative;
	color: #FFF;
	z-index: 4;
	text-align: center;
}

.page-profile-header .follow-buttons a {
	float: left;
	text-align: center;
	margin-top: 30px;
	color: #FFF;
	border: 2px solid rgba(255, 255, 255, 0.5);
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 25px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	opacity: .8;
	transition: all 250ms ease;
}

.cover-field input,
.page-profile-header .follow-buttons a:hover {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.page-profile-header .follow-buttons a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
	transition: all 250ms ease;
}

.page-profile-header .follow-buttons {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.page-profile-header img {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
	border: 4px solid rgba(255, 255, 255, 0.9);
}

.page-profile-header h3 {
	font-weight: 400;
	margin-bottom: 5px;
}

.page-profile .follow-buttons:after,
.page-profile-followers a:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.page-profile-header em {
	display: block;
	opacity: .7;
	font-size: 12px;
	font-style: normal;
}

.page-profile-header em i {
	padding-right: 10px;
}

.page-profile-followers a {
	width: 33%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
}

.page-profile-followers a i {
	display: block;
	font-size: 20px;
	color: #1f1f1f;
	text-align: center;
	padding-bottom: 10px;
}

.activity-item .activity-item-icon,
.user-feed .user-feed-image,
.user-item .user-item-image {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	color: #FFF;
	line-height: 45px;
	text-align: center;
	position: absolute;
}

.page-profile-followers a:nth-child(3n+1) {
	border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.page-profile-followers a:nth-child(3n+3) {
	border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.activity-item em {
	padding-left: 60px;
	font-size: 12px;
	display: block;
}

.activity-item h5 {
	padding-top: 2px;
	padding-left: 60px;
	margin-bottom: 0;
}

.activity-item p {
	font-size: 13px;
}

.user-feed em {
	padding-left: 60px;
	font-size: 11px;
	margin-bottom: 30px;
	display: block;
}

.user-feed h5 {
	font-size: 14px;
	padding-left: 60px;
	margin-bottom: 0;
}

.user-feed p {
	font-size: 13px;
}

.user-item em {
	padding-left: 60px;
	font-size: 11px;
	margin-bottom: 30px;
	display: block;
}

.user-item h5 {
	font-size: 14px;
	padding-left: 60px;
	margin-bottom: 0;
}

.user-item p {
	font-size: 13px;
}

.user-item .user-item-icon-1,
.user-item .user-item-icon-2,
.user-item .user-item-icon-3 {
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 6px;
	border-radius: 30px;
	font-size: 11px;
	text-align: center;
}

.user-item .user-item-icon-1 {
	width: 30px;
	right: 40px;
}

.user-item .user-item-icon-2 {
	width: 30px;
	right: 0;
}

.user-item .user-item-icon-3 {
	width: 70px;
	right: 0;
}

.cover-page {
	position: relative;
	background-size: cover;
	background-position: center center;
}

.cover-page .overlay {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.boxed-layout {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #1f1f1f;
}

.cover-page-content {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
}

.cover-buttons {
	z-index: 2;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
}

.cover-buttons .cover-button-left {
	float: left;
	color: rgba(255, 255, 255, 0.5);
}

.cover-buttons .cover-button-right {
	float: right;
	color: rgba(255, 255, 255, 0.5);
}

.page-error {
	width: 300px;
}

.unboxed-layout .page-error h1 {
	color: #FFF;
	font-size: 30px;
	font-weight: 600!important;
	text-align: center;
	margin-bottom: 0;
}

.unboxed-layout .page-error h4 {
	text-align: center;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 20px;
	font-weight: 400!important;
	font-size: 14px;
}

.unboxed-layout .page-error p {
	text-align: center;
	max-width: 300px;
	color: rgba(255, 255, 255, 0.7);
}

.unboxed-layout .page-error a {
	width: 70px;
	height: 70px;
	line-height: 65px;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	border-radius: 70px;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.boxed-layout {
	border-radius: 20px;
}

.boxed-layout .page-error h1 {
	color: #1f1f1f;
	font-size: 30px;
	font-weight: 600!important;
	text-align: center;
	margin-bottom: 0;
	margin-top: 20px;
}

.boxed-layout .page-error h4,
.boxed-layout .page-soon h4,
.unboxed-layout .page-soon h4 {
	font-weight: 400!important;
	text-align: center;
}

.boxed-layout .page-error h4 {
	color: #444;
	margin-bottom: 20px;
	font-size: 14px;
}

.boxed-layout .page-error p {
	color: #666;
	text-align: center;
	max-width: 300px;
	padding: 0 20px;
}

.boxed-layout .page-error a {
	width: 70px;
	height: 70px;
	line-height: 65px;
	font-size: 20px;
	margin: 0 auto 20px;
	text-align: center;
	color: #000;
	border-radius: 70px;
	border: 2px solid rgba(0, 0, 0, 0.3);
}

.page-soon {
	width: 300px;
}

.date-years,
date-years em {
	display: none;
}

.countdown-class div {
	width: 25%;
	float: left;
}

.unboxed-layout .page-soon h1 {
	font-size: 30px;
	color: #FFF;
	text-align: center;
}

.unboxed-layout .page-soon h4 {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 20px;
}

.unboxed-layout .page-soon p {
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.unboxed-layout .countdown-class {
	font-size: 24px;
	text-align: center;
	color: #FFF;
}

.unboxed-layout .countdown-class em {
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 12px;
	display: block;
	text-align: center;
	font-style: normal;
}

.boxed-layout .page-soon h1 {
	font-size: 30px;
	color: #1f1f1f;
	text-align: center;
	margin-top: 20px;
}

.boxed-layout .page-soon h4 {
	font-size: 14px;
	color: #444;
	margin-bottom: 20px;
}

.boxed-layout .page-soon p {
	color: #666;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.boxed-layout .countdown-class {
	font-size: 24px;
	text-align: center;
	color: #1f1f1f;
}

.boxed-layout .countdown-class em {
	color: rgba(0, 0, 0, 0.5) !important;
	font-size: 12px;
	display: block;
	text-align: center;
	font-style: normal;
	margin-bottom: 20px;
}

.page-login {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.page-login .page-login-logo {
	width: 125px;
	height: 100px;
	background-image: url(../images/pages-logo-dark.png);
	background-size: 125px 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.page-login .login-date input,
.page-login .login-input input,
.page-login .login-mail input,
.page-login .login-password input {
	-webkit-appearance: none;
	padding-top: 0;
	padding-bottom: 0;
	height: 45px;
	line-height: 45px;
	width: 100%;
	display: block;
	background-color: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	border-bottom: solid 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	font-size: 12px;
	padding-left: 50px;
	transition: all 250ms ease;
}

.page-login .login-date i,
.page-login .login-input i,
.page-login .login-mail i,
.page-login .login-password i {
	-webkit-appearance: none;
	position: absolute;
	z-index: 10;
	width: 20px;
	text-align: center;
	margin-top: 14px;
	margin-left: 11px;
}

.page-login .login-date input:focus,
.page-login .login-input input:focus,
.page-login .login-mail input:focus,
.page-login .login-password input:focus {
	color: #1f1f1f;
	border-bottom: solid 2px #27ae60;
	transition: all 250ms ease;
}

.page-login .login-already:hover,
.page-login .login-create:hover,
.page-login .login-forgot:hover {
	color: #2e8ece;
	transition: all 250ms ease;
}

.page-login .login-already i,
.page-login .login-create i,
.page-login .login-forgot i {
	padding-right: 10px;
	padding-left: 10px;
}

.page-login .login-already {
	text-align: center;
	font-size: 12px;
	color: #cacaca;
	margin-bottom: 20px;
	transition: all 250ms ease;
}

.page-login .login-create,
.page-login .login-forgot {
	width: 50%;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
	transition: all 250ms ease;
	font-size: 12px;
}

.page-login .login-create {
	float: right;
	text-align: right;
}

.page-login .login-forgot {
	float: left;
	text-align: left;
}

.pageapp-login {
	width: 300px;
}

@media (max-width: 331px) {
	.pageapp-login .page-login-logo {
		display: none;
		width: 102px;
		height: 81px;
		background-size: 102px 81px;
	}
}

@media (min-width: 331px) {
	.pageapp-login .pageapp-login-logo {
		width: 130px;
		height: 100px;
		background-size: 130px 100px;
	}
}

.pageapp-login .pageapp-login-logo {
	background-image: url(../images/pages-logo-light.png);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

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

.cover-field input {
	border-bottom: solid 1px rgba(255, 255, 255, 0.15);
	background-color: transparent;
	color: #FFF;
	width: 100%;
	height: 45px;
	line-height: 45px;
	line-height: 100%;
	font-size: 12px;
	padding-left: 50px;
	transition: all 250ms ease;
}

.cover-field input:focus,
.tasklist-item {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.set-today {
	line-height: 45px !important;
}

.cover-field input:focus {
	border-bottom: solid 1px #27ae60;
	transition: all 250ms ease;
}

.cover-field i {
	position: absolute;
	color: #FFF;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 45px;
	opacity: 0.5;
}

.pageapp-login-button {
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: 100%;
	font-weight: 400;
	font-size: 11px!important;
	text-align: center;
}

.pageapp-login-button i {
	position: absolute;
	left: 0;
	line-height: 40px;
	width: 40px;
	padding: 0;
	text-align: center;
	border-right: solid 1px rgba(255, 255, 255, 0.1);
	background-color: rgba(0, 0, 0, 0.1);
}

.coverpage-slider {
	margin-bottom: 0;
}

.coverpage-slider .overlay {
	background-color: rgba(0, 0, 0, 0.6);
}

.coverpage-slider .owl-dots {
	margin-top: -50px;
	position: fixed;
}

.coverpage-slider .owl-dots .active {
	opacity: 1;
}

.coverpage-slider .cover-center {
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 10;
	width: 300px;
}

.coverpage-slider .cover-left {
	top: 50%;
	left: 30px;
	position: absolute;
	z-index: 10;
}

.coverpage-slider .cover-right {
	top: 50%;
	right: 30px;
	position: absolute;
	z-index: 10;
}

.coverpage-slider .cover-slide h1 {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 10px;
}

.coverpage-slider .cover-slide h2 {
	font-size: 32px;
	line-height: 50px!important;
	font-weight: 600!important;
	padding-bottom: 10px;
}

.coverpage-slider .cover-slide h3 {
	font-size: 28px;
	padding-bottom: 10px;
}

.coverpage-slider .cover-slide h4 {
	font-size: 24px;
	padding-bottom: 10px;
}

.coverpage-slider .cover-slide h5 {
	font-size: 20px;
	padding-bottom: 10px;
}

.coverpage-slider .cover-slide h6 {
	font-size: 16px;
	padding-bottom: 10px;
}

.coverpage-slider .cover-slide h1,
.coverpage-slider .cover-slide h2,
.coverpage-slider .cover-slide h3,
.coverpage-slider .cover-slide h4,
.coverpage-slider .cover-slide h5,
.coverpage-slider .cover-slide h6 {
	color: #FFF;
}

.coverpage-slider .cover-slide p {
	font-size: 15px;
	color: #b2b2b2;
}

.coverpage-slider .cover-icon-center {
	font-size: 24px!important;
	color: #FFF;
	width: 70px;
	height: 70px;
	line-height: 68px!important;
	text-align: center;
	margin-left: auto!important;
	margin-right: auto!important;
	display: block!important;
	margin-bottom: 50px !important;
}

.coverpage-slider .cover-icon-round {
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.tasklist-item {
	height: 65px;
	line-height: 65px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-left: solid 4px #ecf0f1;
	transition: all 250ms ease;
}

.tasklist-item h5,
.tasklist-item i:first-child {
	line-height: 65px;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.tasklist-item i:first-child {
	position: absolute;
	height: 65px;
	width: 40px;
	text-align: center;
	color: rgba(0, 0, 0, 0.2);
	transition: all 250ms ease;
}

.tasklist-item h5 {
	padding-left: 50px;
	font-size: 14px;
	margin-top: 0;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	border-right: solid 1px rgba(0, 0, 0, 0.1);
	font-weight: 500;
	transition: all 250ms ease;
}

.checklist-round,
.checklist-square {
	font-size: 14px;
	font-weight: 500;
	background-size: 16px 18px;
	background-position: 0 26px;
	padding-left: 30px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
	padding-top: 20px;
}

.tasklist-completed,
.tasklist-completed i:first-child {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.tasklist-red {
	border-left: solid 4px #c0392b;
}

.tasklist-green {
	border-left: solid 4px #27ae60;
}

.tasklist-blue {
	border-left: solid 4px #2980b9;
}

.tasklist-orange {
	border-left: solid 4px #d35400;
}

.tasklist-yellow {
	border-left: solid 4px #f1c40f;
}

.tasklist-gray {
	border-left: solid 4px #666;
}

.tasklist-dark {
	border-left: solid 4px #1f1f1f;
}

.tasklist-magenta {
	border-left: solid 4px #8e44ad;
}

.tasklist-completed {
	background-color: #fafafa;
	transition: all 250ms ease;
}

.tasklist-completed i:first-child {
	color: #27ae60!important;
	transition: all 250ms ease;
}

.checklist-square,
.tasklist-completed h5 {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.tasklist-completed h5 {
	color: rgba(0, 0, 0, 0.5);
	transition: all 250ms ease;
}

.checklist-square {
	background-image: url(../images/framework/checkbox.png);
	background-repeat: no-repeat;
	color: #1f1f1f;
	transition: all 250ms ease;
}

.checklist-round,
.checklist-square-selected {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.checklist-square-selected:hover {
	text-decoration: line-through !important;
}

.checklist-square-selected {
	background-image: url(../images/framework/checkboxc.png);
	text-decoration: line-through;
	color: rgba(0, 0, 0, 0.3);
	transition: all 250ms ease;
}

.checklist-round {
	background-image: url(../images/framework/radio.png);
	background-repeat: no-repeat;
	color: #1f1f1f;
	transition: all 250ms ease;
}

.reminder-check-round,
.reminder-check-square {
	background-repeat: no-repeat;
	background-size: 16px 18px;
	background-position: 10px 40px;
}

.checklist-round-selected:hover {
	text-decoration: line-through !important;
}

.checklist-round-selected {
	background-image: url(../images/framework/radioc.png);
	text-decoration: line-through;
	color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.reminder-check-square {
	background-image: url(../images/framework/checkbox.png);
}

.reminder-check-round {
	background-image: url(../images/framework/radio.png);
}

.reminder i {
	padding-right: 10px;
}

.reminder-check-square-selected {
	background-image: url(../images/framework/checkboxc.png);
}

.reminder-check-round-selected {
	background-image: url(../images/framework/radioc.png);
}

.reminder-check-round-selected em,
.reminder-check-round-selected strong,
.reminder-check-square-selected em,
.reminder-check-square-selected strong {
	opacity: .3;
	transition: all 0.2s ease;
}

.reminder em,
.reminder strong {
	padding-left: 50px;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	display: block;
}

.reminder strong {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: -4px;
	color: #1f1f1f;
	transition: all 250ms ease;
}

.reminder em {
	font-style: normal;
	font-size: 12px;
	transition: all 250ms ease;
}

.map-fullscreen .overlay,
.pageapp-timeline-1 .timeline-icon i {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.reminder {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
	padding-top: 20px;
}

.pageapp-timeline-1 {
	overflow: hidden;
	margin-top: -20px;
}

.pageapp-timeline-1 .timeline-decoration {
	width: 1px;
	height: 10000px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	left: 50%;
	margin-left: -1px;
	top: 0;
}

.pageapp-timeline-1 p {
	margin-bottom: 5px;
}

.pageapp-timeline-1 .timeline-event,
.pageapp-timeline-1 .timeline-image,
.pageapp-timeline-1 .timeline-quote,
.pageapp-timeline-1 .timeline-text,
.pageapp-timeline-1 .timeline-video {
	background-color: #FFF;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pageapp-timeline-1 .timeline-icon {
	padding-top: 20px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	background-color: #FFF;
}

.pageapp-timeline-1 .timeline-icon i {
	font-size: 18px;
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	line-height: 60px;
	text-align: center;
	border-radius: 60px;
	color: #1f1f1f;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	background-color: #FFF;
	transition: all 250ms ease;
}

.pageapp-timeline-1 .gallery img,
.pageapp-timeline-1 .responsive-image {
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 3px;
	margin-bottom: 10px;
}

.pageapp-timeline-1 .timeline-event .event-link i,
.pageapp-timeline-1 .timeline-event .event-maps i {
	padding-right: 10px;
}

.pageapp-timeline-1 .timeline-event .event-link {
	font-size: 12px;
	text-align: center;
}

.pageapp-timeline-1 .timeline-event .event-maps {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}

.pageapp-timeline-1 .timeline-event .gallery a {
	padding-bottom: 0;
}

.pageapp-timeline-2 {
	margin-top: 30px;
}

.pageapp-timeline-2 .timeline-item {
	position: relative;
	z-index: 10 !important;
}

.pageapp-timeline-2 .timeline-decoration {
	position: absolute;
	width: 1px;
	height: 96%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.1);
	margin-left: 25px;
}

.pageapp-timeline-2 .timeline-icon {
	position: relative;
	z-index: 9;
	width: 70px;
	height: 100%;
	float: left;
}

.pageapp-timeline-2 .timeline-text {
	display: inline-block;
	padding-left: 70px;
	margin-top: -48px;
	min-height: 100px;
	width: 100%;
}

.pageapp-timeline-2 .timeline-text .subtitle {
	font-size: 11px;
	font-style: normal;
	display: block;
	margin-top: -10px;
	color: #e34e47;
	margin-bottom: 20px;
}

.pageapp-timeline-2 .timeline-text p {
	margin-top: -10px;
}

.pageapp-timeline-2 .timeline-icon i {
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 50px;
	background-color: #FFF;
	color: #1f1f1f;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	font-size: 17px;
	line-height: 50px;
	text-align: center;
}

.pageapp-timeline-2 .timeline-quote .title {
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: -10px;
}

.pageapp-timeline-2 .timeline-quote .subtitle {
	display: block;
	text-align: right;
}

@media (min-width: 768px) {
	.pageapp-timeline-2 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.pageapp-timeline-2 .timeline-decoration {
		position: absolute;
		width: 1px;
		height: 96%;
		z-index: 2;
		background-color: rgba(0, 0, 0, 0.1);
		margin-left: 32px;
	}

	.pageapp-timeline-2 .timeline-icon {
		width: 150px;
		height: 100%;
		float: left;
		display: inline;
	}

	.pageapp-timeline-2 .timeline-text {
		display: inline-block;
		padding-left: 100px;
		margin-top: -52px;
	}

	.pageapp-timeline-2 .timeline-icon i {
		cursor: pointer;
		margin-left: auto;
		margin-right: auto;
		width: 65px;
		height: 65px;
		background-color: #FFF;
		color: #1f1f1f;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 65px;
		font-size: 17px;
		line-height: 65px;
		text-align: center;
	}

	.pageapp-timeline-2 .timeline-quote .title {
		font-size: 14px;
		line-height: 30px;
		font-weight: 300;
		margin-bottom: 20px;
		margin-top: -3px;
	}
}

.single-item .owl-controls,
.store-slider .owl-controls {
	display: none;
}

@media (min-width: 768px) {
	.store-slider {
		padding-left: 30px!important;
		padding-right: 30px!important;
		padding-top: 30px;
	}
}

.store-slider-item-description {
	padding-left: 20px;
	padding-right: 20px;
}

.store-slider-item-description h3 {
	margin-top: 20px;
	margin-bottom: -5px;
}

.store-slider-item-description h4 {
	float: right;
	margin-top: -22px;
	font-size: 16px;
	margin-bottom: 0;
}

.store-slider-item-description h6 {
	float: right;
	font-weight: 400;
	font-size: 12px;
	text-decoration: line-through;
	margin-top: -5px;
	color: #e85242;
}

.store-slider-category {
	display: inline-block;
	font-size: 10px;
	margin-top: -15px;
	margin-bottom: 10px;
	color: #777;
	font-style: italic;
}

.store-item .discount,
.store-item .offer {
	position: absolute;
	margin-top: -29px;
	right: 0;
}

.store-slider-buttons {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

.store-slider-buttons a {
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

.store-item {
	width: 48%;
	float: left;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.store-item {
		width: 23%;
		margin-left: 1%!important;
		margin-right: 1% !important;
	}
}

.store-items img {
	display: block;
	width: 100%;
}

.store-item:nth-last-child(even) {
	margin-left: 4%;
}

.store-item strong {
	display: block;
	color: #1f1f1f;
	font-weight: 500;
	padding-top: 5px;
}

.store-item em {
	display: block;
	color: #666;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

.store-item .discount {
	text-decoration: line-through;
	color: #e74c3c;
}

.store-item .offer {
	color: #27ae60;
}

.store-item-button-1,
.store-item-button-2,
.store-item-button-3 {
	position: absolute;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-top: -35px;
	color: #FFF;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	right: 0;
}

.store-item .offer i {
	padding-right: 10px;
}

.store-item-button-2 {
	margin-right: 45px;
}

.store-item-button-3 {
	margin-right: 90px;
}

@media (max-width: 330px) {
	.store-item-list em,
  .store-item-list strong {
		position: relative!important;
		padding-left: 0 !important;
	}

	.store-item-list a,
  .store-item-list a img {
		width: 100% !important;
	}

	.store-item-list strong {
		float: none !important;
	}

	.store-item-list em {
		top: 0!important;
		display: block;
	}

	.store-item-list u {
		position: absolute;
		top: 30px;
	}
}

@media (min-width: 768px) {
	.store-item-list a {
		width: 50%;
		float: left;
	}

	.store-item-list a em {
		padding-right: 30px;
	}

	.store-strip {
		width: 49.3%;
		float: left;
		margin-left: 5px;
	}
}

.store-item-list,
.store-item-list a {
	margin-bottom: 30px;
}

.store-item-list a img {
	width: 130px;
}

.store-item-list a strong {
	color: #1f1f1f;
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	top: 0;
	padding-left: 150px;
}

.store-item-list a em {
	position: absolute;
	top: 29px;
	padding-left: 150px;
	color: #666;
}

.store-item-list a u {
	position: absolute;
	margin-top: -30px;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 11px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	font-weight: 600;
}

.product-slider .owl-controls {
	display: none;
}

.store-product-heading h1,
.store-product-heading h2 {
	font-weight: 500;
	margin-bottom: 0;
}

.store-product-heading h2 {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 20px;
}

.badge-news,
.cart-content .cart-item,
.thumb-layout a {
	margin-bottom: 30px;
}

.thumb-layout {
	background: #fffae6;
    height: 80px;
    margin-bottom: 10px;
	border: solid 1px lightgray;
}

.store-product-heading h4 {
	font-size: 13px;
	margin-bottom: 30px;
	font-weight: 400;
	color: #666;
}

.store-product-heading p {
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.store-product-heading-buttons {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.store-product-heading .button-top {
	position: absolute;
	top: 0;
	right: 0;
}

.store-product-heading-buttons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	float: left;
	color: #FFF;
}

.cart-content .cart-item-image img {
	width: 90px;
	display: block;
}

@media (min-width: 768px) {
	.cart-content .cart-item {
		width: 45%;
		float: left;
		margin-left: 2%;
		margin-right: 2%;
	}
}

.cart-content .cart-item-subtitle,
.cart-content .cart-item-title {
	left: 101px;
	padding-right: 101px;
	width: 100%;
	text-align: left;
	position: absolute;
}

.cart-content .cart-item-total {
	position: absolute;
	font-size: 18px;
	top: 26px;
	right: 0;
	color: #1f1f1f;
	font-weight: 600;
}

.cart-content .cart-item-remove {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	line-height: 60px;
	color: #e74c3c;
}

.cart-content .cart-item-title {
	top: 7px;
	font-weight: 600;
	font-size: 15px;
	color: #1f1f1f;
}

.cart-content .cart-item-subtitle {
	top: 30px;
	font-weight: 500;
	font-size: 13px;
}

.cart-content .cart-item-text {
	position: absolute;
	top: 3px;
	right: 0;
	font-weight: 400;
	text-align: left;
	font-size: 12px;
	color: #666;
}

.bad-qty {
	color: #e34e47;
	background-color: #FFF;
}

.cart-content .cart-item-input {
	position: absolute;
	right: 0;
	width: 40px;
	height: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	top: 5px;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.shipping-address-field em {
	color: #e74c3c;
}

.shipping-address-field strong {
	display: block;
	padding-bottom: 10px;
	color: #1f1f1f;
}

.shipping-address-field-half {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.shipping-address-field input,
.shipping-address-field select {
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 10px;
	padding-right: 10px;
	line-height: 100%;
	margin-bottom: 20px;
	transition: all 250ms ease;
	color: #7f8c8d;
}

.shipping-address-field input:focus,
.shipping-address-field select:focus {
	color: #1f1f1f;
	border: 1px solid #27ae60;
	transition: all 250ms ease;
}

.pay-icons a {
	width: 60px;
	display: inline-block;
	margin-right: 20px;
}

.checkout-total strong {
	display: block;
	line-height: 40px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	color: #1f1f1f;
}

.checkout-total strong em {
	display: block;
	text-align: right;
	width: 100%;
	margin-top: -40px;
	color: #666;
	font-style: normal;
	font-weight: 500;
}

.home-tabs a,
.sitemap-box a i {
	text-align: center;
	transition: all 250ms ease;
}

.checkout-total .strong {
	font-size: 15px;
	font-weight: 800;
}

.checkout-total .strong em {
	color: #1f1f1f;
}

.store-history h6 {
	float: left;
	width: 40%;
}

.store-history p {
	float: left;
	width: 60%;
	padding-left: 10px;
	margin-bottom: 0;
}

.store-history:after {
	visibility: hidden!important;
	display: block!important;
	content: "" !important;
	clear: both!important;
	height: 0 !important;
}

@media (max-width: 340px) {
	.sitemap-box a {
		font-size: 11px !important;
	}
}

.sitemap-box {
	margin-bottom: 30px !important;
}

.sitemap-box a {
	line-height: 40px;
	font-size: 14px;
	width: 50%;
	float: left;
	margin-bottom: 15px;
	color: #1f1f1f;
}

@media (min-width: 768px) {
	.sitemap-box a {
		width: 25%;
	}
}

.sitemap-box a i {
	font-size: 14px;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	margin-right: 10px;
}

.news-slider h3 {
	width: 100%;
	position: absolute;
	bottom: -10px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	padding: 40px 20px 10px;
}

.active-home-tab,
.home-tabs a:hover {
	color: #1f1f1f!important;
	border-bottom: solid 3px #e74c3c!important;
	transition: all 250ms ease;
}

.home-tabs a {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 500;
	width: 33.3%;
	float: left;
	border-bottom: solid 3px #ecf0f1;
}

.thumb-layout-page a {
	display: none;
}

.thumb-layout img {
	width: 95px;
	position: absolute;
	height: 60px;
	margin-top: 10px;
    margin-left: 5px;
}

.thumb-layout strong {
	display: block;
	padding-left: 110px;
	padding-top: 4px;
	*font-size: 15px;
	color: #1f1f1f;
	line-height: 22px;
	*padding-bottom: 10px;
	max-height: 65px;
	overflow: hidden;
}

.thumb-layout em {
	padding-left: 110px;
	display: block;
	color: #666;
	font-style: normal;
	line-height: 20px;
}

#tab-2,
#tab-3,
.card-large-layout-page .card-large-layout,
.card-small-layout-page a {
	display: none;
}

.badge-news {
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 0;
}

.badge-news h2 {
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 800!important;
	font-size: 18px;
	font-family: Raleway, sans-serif;
	line-height: 26px;
	padding-bottom: 18px;
	color: #FFF;
}

.badge-news em {
	position: absolute;
	z-index: 10;
	right: 0;
	padding: 5px 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
}

.badge-news p {
	color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size:16px;
}

.card-large-layout strong,
.card-small-layout strong {
	height: 105px;
	background-color: #FFF;
	padding-top: 15px;
	font-weight: 700;
	line-height: 24px;
}

.badge-read {
	*float: right;
	padding-right: 30px;
}

.badge-share {
	float: left;
	padding-left: 30px;
	padding-right: 10px;
}

.badge-favorite {
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}

.card-large-layout em,
.card-large-layout strong,
.card-small-layout em,
.card-small-layout strong {
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
}

.card-small-layout {
	margin-bottom: 5px;
	*height : 310px;
}

.card-small-layout strong {
	*width: 235px;
	*bottom: 0;
	font-size: 18px;
	color: #1f1f1f;
}

.card-small-layout em {
	font-size: 10px;
	font-style: normal;
	bottom: 5px;
	color: #666;
}

.card-small-layout u {
	text-decoration: none;
	color: #2980b9;
}

.card-large-layout {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.thumb-layout a {
		width: 50%;
		float: left;
		padding-right: 20px;
		margin-bottom: 50px;
	}

	.card-large-layout,
  .card-small-layout {
		width: 49%;
		float: left;
		margin-right: 2px;
		margin-left: 5px;
	}
}

.card-large-layout strong {
	width: 235px;
	bottom: 0;
	font-size: 14px;
	color: #1f1f1f;
}

.card-large-layout em {
	font-size: 10px;
	font-style: normal;
	bottom: 5px;
	color: #666;
}

.card-large-layout u {
	text-decoration: none;
	color: #2980b9;
}

.card-large-layout p {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	line-height: 24px;	
}

.text-slider,
.text-slider p {
	padding-left: 10px;
	padding-right: 10px;
}

.text-slider {
	background-color: #000;
	padding-top: 4px;
	height: 40px;
	line-height: 40px;
	*margin-top: -30px;
	margin-bottom: 0 !important;
}

.text-slider p {
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 10px;
	color: #FFF;
	font-size: 14px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.cover-news,
.coverpage-slider .cover-news {
	position: absolute;
	bottom: 0;
	z-index: 10;
	padding-left: 30px;
	padding-right: 30px;
}

@media (min-width: 760px) {
	.cover-news {
		width: 350px;
	}
}

.cover-news h4 {
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 0;
	font-size: 24px;
}

.cover-news h5 {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.4);
}

.cover-news h5 a {
	color: #3498db !important;
}

.coverpage-news .owl-controls {
	transform: scale(0.5, 0.5);
	opacity: 0.5;
}

.cover-news .button-more-cover {
	width: 100px;
	height: 40px;
	margin-bottom: 50px;
	line-height: 40px;
	float: left;
}

.cover-news .button-love-cover,
.cover-news .button-share-cover {
	float: left;
	width: 40px;
	height: 40px;
	margin-bottom: 50px;
	line-height: 40px;
	text-align: center;
}

@media (min-width: 760px) {
	.coverpage-slider .cover-news {
		width: 350px;
	}
}

.coverpage-slider .cover-news h4 {
	font-weight: 400;
	line-height: 30px!important;
	margin-bottom: 0;
	font-size: 20px !important;
}

.coverpage-slider .cover-news h5 {
	font-size: 12px!important;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.4) !important;
}

.coverpage-slider .cover-news h5 a {
	color: #3498db !important;
}

.coverpage-slider .cover-screen {
	background-size: cover;
	background-position: center center;
}

.news-article-share a {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 15px;
}

.news-article-share a i {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.news-article-small-text {
	font-size: 12px;
}

.news-article-large-text {
	height: 45px;
	overflow: hidden;
}

.news-article-large-text img {
	position: absolute;
	width: 45px;
	height: 45px;
}

.profile-categories a em,
.sidebar-recommend a em {
	right: 15px;
	height: 23px;
	position: absolute;
	font-style: normal;
}

.news-article-large-text a {
	font-weight: 600;
}

.news-article-large-text em:nth-child(2) {
	font-style: normal;
	font-size: 12px;
	padding-left: 60px;
	line-height: 15px;
	display: block;
}

.news-article-large-text em:nth-child(3) {
	font-style: normal;
	font-size: 12px;
	padding-left: 60px;
	line-height: 15px;
}

.news-article-overlay-text {
	font-size: 12px;
	position: absolute;
	width: 100%;
	z-index: 9999;
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.8);
	text-align: left;
	margin-top: -40px;
	padding: 5px 20px;
}

.news-article-overlay-text a {
	color: #FFF;
	font-weight: 500;
}

.thumb-layout a u {
	display: block!important;
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

.thumb-layout a u i:last-child {
	padding-left: 10px;
	padding-right: 5px;
}

.profile-categories a {
	line-height: 50px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
	color: #666;
	font-size: 12px;
}

.profile-categories a em {
	width: 23px;
	line-height: 23px;
	border-radius: 23px;
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
	color: #fFFFFF;
}

.profile-categories a:last-child {
	border: none !important;
}

.sidebar-user {
	border-top: solid 1px rgba(0, 0, 0, 0.06);
}

.sidebar-user img {
	width: 200px;
	border-radius: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.sidebar-user h3 {
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
}

.sidebar-user p a {
	display: block;
	text-align: center;
	font-size: 10px;
}

.sidebar-user p {
	text-align: center;
	font-size: 12px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 10px;
}

.sidebar-articles a {
	margin-bottom: 1px;
}

.sidebar-articles strong {
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
	line-height: 20px;
	padding: 40px 20px 20px;
}

.sidebar-recommend a {
	line-height: 50px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
	padding-left: 20px;
	padding-right: 20px;
	color: #666;
	font-size: 12px;
}

.sidebar-recommend a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.sidebar-recommend a em {
	width: 50px;
	line-height: 23px;
	border-radius: 23px;
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
}

.sidebar-recommend a:last-child {
	border: none !important;
}

@media (min-width: 768px) {
	.page-blog {
		width: 60%;
		float: left;
	}

	.page-blog-sidebar {
		width: 35%;
		float: left;
		margin-left: 5%;
	}
}

.page-blog-list img,
.page-blog-list p {
	margin-bottom: 20px;
}

.page-blog-list .page-blog-list-by {
	width: 200px;
}

.page-blog-list .page-blog-list-by img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	margin-top: 4px;
}

.page-blog-list .page-blog-list-by strong {
	padding-left: 55px;
	font-size: 12px;
	font-weight: 500;
	display: inline;
}

.page-blog-list .page-blog-list-by strong a {
	display: inline;
}

.page-blog-list .page-blog-list-by em {
	padding-left: 55px;
	font-size: 11px;
	margin-top: -11px;
	display: block;
	opacity: .5;
	margin-bottom: 20px;
	clear: both;
}

.page-blog-list .page-blog-tags {
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
}

.page-blog-list-more i,
.page-blog-list-share i {
	float: right;
	width: 40px;
	margin-top: -66px;
	line-height: 40px;
	color: #FFF;
	border-radius: 40px;
	transition: all .2s ease;
	font-size: 12px;
	text-align: center;
	height: 40px;
}

.page-blog-list .page-blog-tags a {
	display: inline;
}

.page-blog-list-more i {
	background-color: #2980b9;
}

.page-blog-list-more i:hover {
	background-color: #3498db;
	transition: all 0.2s ease;
}

.page-blog-list-share i {
	margin-right: 55px;
	background-color: #27ae60;
}

.page-blog-list-share i:hover {
	background-color: #2ecc71;
	transition: all 0.2s ease;
}

.blog-sidebar-search i {
	position: absolute;
	top: 12px;
}

.blog-sidebar-search input {
	height: 40px;
	width: 100%;
	background-color: transparent;
	font-size: 12px;
	border-bottom: solid 2px rgba(0, 0, 0, 0.2);
	padding-left: 30px;
	transition: all 0.2s ease;
}

.blog-sidebar-search input:focus {
	border-bottom: solid 2px #27ae60;
	transition: all 0.2s ease;
}

.blog-sidebar-text p {
	font-size: 12px;
	margin-bottom: 20px;
}

.blog-sidebar-recent-projects a {
	width: 30%;
	float: left;
	overflow: hidden;
	margin-right: 3%;
	margin-bottom: 3%;
}

.blog-sidebar-recent-projects a img {
	display: block;
	width: 100%;
}

.blog-sidebar-recent-posts a:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.blog-sidebar-recent-posts a {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.blog-sidebar-recent-posts strong {
	display: block;
	color: #1f1f1f;
}

.blog-sidebar-recent-posts em {
	display: block;
	font-size: 10px;
	margin-top: -10px;
	color: rgba(0, 0, 0, 0.5);
	font-style: normal;
	font-weight: 600;
}

.blog-sidebar-recent-posts i {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 44px;
	text-align: center;
	font-size: 20px;
	color: #1f1f1f;
}

.blog-sidebar-categories a:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.blog-sidebar-categories a {
	font-size: 12px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	padding-top: 5px;
	padding-bottom: 5px;
	color: #1f1f1f;
	font-weight: 500;
}

.blog-sidebar-categories a em {
	font-size: 10px;
	background-color: #e74c3c;
	color: #FFF;
	margin-left: 10px;
	font-style: normal;
	border-radius: 3px;
	padding: 2px 6px;
}

.blog-sidebar-categories a i {
	position: absolute;
	right: 0;
	top: 18px;
}

.blog-post-comment-nested {
	padding-left: 50px;
}

.blog-post-comment em {
	display: block;
	font-size: 12px;
}

.blog-post-comment strong {
	font-size: 15px;
	color: #1f1f1f;
}

.blog-post-comment .blog-post-comment-reply {
	text-align: right;
	width: 40px;
	float: right;
	margin-top: -25px;
	font-size: 12px;
}

.blog-post-comment-add strong {
	display: block;
}

.blog-post-comment-add em {
	display: block;
	text-align: right;
	font-size: 10px;
	margin-top: -30px;
}

.blog-post-comment-add input:focus {
	border-bottom: solid 2px #27ae60;
	transition: all 0.2s ease;
}

.blog-post-comment-add input,
.blog-post-comment-add textarea {
	font-size: 12px;
	display: block;
	border-bottom: solid 2px rgba(0, 0, 0, 0.1);
	transition: all .2s ease;
	width: 100%;
	padding-left: 20px;
}

.blog-post-comment-add input {
	height: 40px;
	margin-bottom: 20px;
}

.blog-post-comment-add textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: visible;
	line-height: 30px;
	max-height: 10000px;
}

.blog-post-comment-add textarea:focus {
	border-bottom: solid 2px #27ae60;
	transition: all 0.2s ease;
}

.map-fullscreen {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	cursor: pointer;
}

.map-fullscreen .overlay {
	opacity: .7;
	background-color: #000000 !important;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: all 250ms ease;
}

.contactField,
.contactTextarea {
	background-color: rgba(255, 255, 255, 0.4);
}

.map-fullscreen .deactivate-map,
.map-fullscreen .map-text {
	position: absolute;
	opacity: 1;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.map-fullscreen .deactivate-map {
	z-index: 10;
	font-size: 13px;
	height: 60px;
	bottom: 0;
	margin-bottom: 0!important;
	line-height: 60px;
	padding: 0;
	transition: all 250ms ease;
}

.map-fullscreen .map-text {
	z-index: 99;
	width: 280px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -140px;
	transition: all 250ms ease;
}

.map-fullscreen .map-text h3 {
	font-size: 24px;
	color: #FFF;
	text-align: center;
}

.map-fullscreen .map-text p {
	color: #FFF;
	text-align: center;
	font-size: 13px;
	opacity: .6;
	padding-top: 0;
}

.hide-map {
	opacity: 0!important;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.contactEmailField span,
.contactMessageTextarea span,
.contactNameField span {
	float: right;
	opacity: 0.2;
}

.contactField {
	font-size: 12px;
	color: #666;
	border: 1px solid #cacaca;
	transition: all 0.2s ease;
}

.contactField:focus {
	border: 1px solid #27ae60;
	transition: all 0.2s ease;
}

.contactTextarea {
	font-size: 12px;
	border: 1px solid #cacaca;
	color: #666;
	transition: all 0.2s ease;
}

.contactTextarea:focus {
	border: 1px solid #27ae60;
	transition: all 0.2s ease;
}

.contactSubmitButton {
	line-height: 19px!important;
	display: block!important;
	height: 36px!important;
	margin-right: 4px;
	width: 100%;
}

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

.contactNameField {
	padding-bottom: 5px;
	font-size: 12px;
}

.contactEmailField {
	padding-bottom: 5px;
	font-size: 12px;
}

.contactMessageTextarea {
	padding-bottom: 5px;
	font-size: 12px;
}

.formFieldWrap {
	margin-top: -5px;
}

#contactNameField {
	text-transform: capitalize;
}

.contactField,
.contactTextarea {
	min-width: 100%;
	display: block;
	box-sizing: border-box;
}

.buttonWrap {
	line-height: 20px;
	padding-bottom: 24px;
	min-width: 43%;
	display: inline-block;
}

.formSubmitButtonErrorsWrap a {
	width: 25%;
	text-align: center;
	padding: 8px 10px !important;
}

.contact-call i,
.contact-facebook i,
.contact-mail i,
.contact-text i,
.contact-twitter i {
	width: 12px;
	margin-right: 20px;
}

.contactFormButton #contactSubmitButton {
	height: 45px!important;
	line-height: 30px!important;
	font-size: 13px;
	font-weight: 400;
	font-family: Roboto, sans-serif;
}

.formValidationError {
	height: 40px;
	line-height: 40px;
	padding-top: 5px;
	margin-bottom: 20px;
}

.contactField {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.contactTextarea {
	margin-bottom: 20px;
	line-height: 18px;
	height: 80px;
	padding: 9px 12px;
}

.contact-call,
.contact-facebook,
.contact-mail,
.contact-text,
.contact-twitter {
	height: 25px;
	display: block;
}

.contact-call {
	color: #666;
	margin-bottom: 5px;
}

.contact-call i {
	color: #1f1f1f;
}

.contact-text {
	color: #666;
	margin-bottom: 5px;
}

.contact-text i {
	color: #1f1f1f;
}

.contact-mail {
	color: #666;
	margin-bottom: 5px;
}

.contact-mail i {
	color: #1f1f1f;
}

.contact-facebook {
	color: #666;
	margin-bottom: 5px;
}

.contact-facebook i {
	color: #1f1f1f;
}

.contact-twitter {
	color: #666;
}

.contact-twitter i {
	color: #1f1f1f;
}

.owl-item {
	transform: translate3d(0, 0, 0) !important;
}

.slider-wrapper {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	overflow: hidden;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 250ms ease-in-out;
	-moz-transition: height 250ms ease-in-out;
	-ms-transition: height 250ms ease-in-out;
	-o-transition: height 250ms ease-in-out;
	transition: height 250ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	padding-bottom:10px;
	padding-top:10px;
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-dots {
	*display: inline-block !important;
}

.owl-dot {
	background-color: #bdc3c7;
	margin-top: 5px;
	border-radius: 13px;
	height: 14px;
	width: 14px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.owl-dots .active {
	background-color: #7f8c8d !important;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	-ms-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 250ms ease;
	-moz-transition: scale 250ms ease;
	-ms-transition: scale 250ms ease;
	-o-transition: scale 250ms ease;
	transition: scale 250ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	-ms-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.homepage-slider .slider-caption {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
}

.homepage-slider .slider-caption h3 {
	color: #FFF;
	margin-bottom: 0;
	font-weight: 400 !important;
}

.homepage-slider .slider-caption p {
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 20px;
}

.next-slide,
.prev-slide {
	position: absolute;
	margin-top: -25px;
	color: inherit!important;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 24px;
	z-index: 999;
	top: 50%;
	text-align: center;
}

.next-slide {
	right: 0;
}

.prev-slide {
	left: 0;
}

.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.justified-gallery &gt; a,
.justified-gallery &gt; div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	opacity: 0;
}

.justified-gallery &gt; a &gt; a &gt; img,
.justified-gallery &gt; a &gt; img,
.justified-gallery &gt; div &gt; a &gt; img,
.justified-gallery &gt; div &gt; img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: none;
}

.justified-gallery .caption {
	display: none !important;
}

#swipebox-slider,
.gallery-fix {
	left: 0;
	display: none;
	height: 100%;
	width: 100%;
	top: 0;
}

.gallery-fix {
	background-color: rgba(255, 255, 255, 0);
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99999 !important;
}

.swipebox {
	overflow: hidden !important;
}

.swipebox div {
	overflow: visible !important;
}

#swipebox-overlay img {
	border: none !important;
}

#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999!important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#swipebox-slider {
	white-space: nowrap;
	position: absolute;
}

#swipebox-slider .slide {
	background: url(../images/gallery/loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}

#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#swipebox-slider .slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}

#swipebox-action.visible-bars {
	bottom: 0;
}

#swipebox-action.force-visible-bars {
	bottom: 0 !important;
}

#swipebox-caption.visible-bars {
	top: 0;
}

#swipebox-caption.force-visible-bars {
	top: 0 !important;
}

#swipebox-action #swipebox-close,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-prev {
	background-image: url(../images/framework/icons.png);
	background-repeat: no-repeat;
	border: none!important;
	text-decoration: none!important;
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
}

#swipebox-action #swipebox-close {
	background-position: 15px 12px;
	left: 50%;
	margin-left: -25px;
	margin-top: -20px;
	padding-bottom: 30px !important;
}

#swipebox-action #swipebox-prev {
	background-position: -32px 13px;
	right: 100px;
	top: 100%;
	position: fixed;
	left: 10px;
	margin-top: -70px;
}

#swipebox-action #swipebox-next {
	background-position: -78px 13px;
	top: 100%;
	position: fixed;
	right: 10px;
	margin-top: -70px;
}

#swipebox-action #swipebox-next.disabled,
#swipebox-action #swipebox-prev.disabled {
	opacity: 0.3;
}

#swipebox-slider.rightSpring {
	-moz-animation: rightSpring .3s;
	-webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
	-moz-animation: leftSpring .3s;
	-webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
	0%,
  100% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}
}

@-moz-keyframes leftSpring {
	0%,
  100% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}
}

@-webkit-keyframes rightSpring {
	0%,
  100% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}
}

@-webkit-keyframes leftSpring {
	0%,
  100% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}
}

#swipebox-overlay {
	background: #0d0d0d;
	opacity: 1;
}

#swipebox-action,
#swipebox-caption {
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%;
	background-color: #0d0d0d;
	opacity: 1;
	bottom: 0;
}

#swipebox-caption {
	text-align: center;
	padding-top: 10px;
	top: 0;
	color: #FFF;
	font-size: 13px;
	line-height: 50px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
}

::-webkit-scrollbar {
	*display: none;
}

body,
html {
	overflow-x: hidden;
}

.sidebar-left,
.sidebar-right,
.submenu {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.body-background {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.sidebar-background .sidebar-scroll {
	top: 0!important;
	height: 100%!important;
	margin-top: 0 !important;
}

.header-clear-large {
	height: 62px;
}

.header-clear {
	height: 60px;
}

#page-content,
.active-sidebar-box,
.active-submenu,
.body-left,
.body-right,
.footer-fixed,
.header-clear,
.header-clear-large,
.header-fixed,
.hide-clear,
.menu-item,
.sidebar-left,
.sidebar-left .submenu,
.sidebar-left-fix,
.sidebar-right,
.sidebar-right .submenu,
.sidebar-right-fix {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

#page-content {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
}

#page-content-scroll {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -19px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.sidebar-tap-close {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
}

.sidebar-left,
.sidebar-right {
	position: fixed;
	z-index: 9999999;
	top: 0;
	bottom: 0;
}

.active-tap-close {
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.sidebar-left {
	overflow: hidden;
	left: 0;
	-webkit-overflow-scrolling: touch;
}

.sidebar-right {
	overflow: hidden;
	right: 0;
	-webkit-overflow-scrolling: touch;
	-moz-transform: translateX(500px);
	-webkit-transform: translateX(500px);
	-o-transform: translateX(500px);
	-ms-transform: translateX(500px);
	transform: translateX(500px);
}

.sidebar-left,
.sidebar-right {
	-webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
}

.sidebar-scroll {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.sidebar-left {
	-moz-transform: translateX(-500px);
	-webkit-transform: translateX(-500px);
	-o-transform: translateX(-500px);
	-ms-transform: translateX(-500px);
	transform: translateX(-500px);
}

.active-sidebar-box {
	-moz-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
	-o-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.sidebar-decoration {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05);
	margin-top: 35px;
	margin-bottom: 0;
}

.sidebar-menu {
	position: relative;
	z-index: 1;
	border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.sidebar-divider {
	cursor: pointer;
	margin-bottom: 0;
	margin-top: -1px;
	padding-bottom: 0;
	padding-top: 4px;
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
	*text-transform: uppercase;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
	*background-color: rgba(0, 0, 0, 0.02);
	background-color: rgba(46, 44, 44, 0.13);
	height:40px;
}

.sidebar-divider i {
	float: right;
	height: 30px;
	line-height: 30px;
	padding-right: 26px;
	color: #c0392b;
}

.submenu .menu-item {
	font-size: 13px !important;
}

.submenu .menu-item i:first-child {
	font-size: 14px!important;
	color: #1f1f1f!important;
	line-height: 32px;
}

.menu-item .fa-mobile {
	margin-top: 2px;
	font-size: 200% !important;
}

.active-item,
.active-submenu-visit {
	font-weight: 700!important;
	font-size: 13px !important;
}

.active-item {
	color: #000000 !important;
	background-color: rgba(255, 255, 255, 0.02);
}

.active-submenu-visit {
	color: #ffffff !important;
}

.active-submenu-visit i:nth-child(2) {
	color: #f39c12 !important;
}

.active-submenu-history i:nth-child(2) {
	color: #27ae60!important;
	opacity: 1 !important;
}

.close-sidebar .fa-circle,
.close-submenu .fa-angle-left,
.close-submenu .fa-circle {
	color: #c0392b!important;
	opacity: 1 !important;
}

.active-item .fa-circle {
	color: #27ae60!important;
	opacity: 1 !important;
}

.menu-item {
	font-size: 13px;
	line-height: 35px;
	padding-left: 25px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.8);
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
	border-top: solid 1px rgba(255, 255, 255, 0.05);
}

.menu-item i:first-child {
	color: #FFF!important;
	position: absolute;
	font-size: 13px;
	font-weight: 200!important;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	left: 12px;
	margin-top: 15px;
	border-radius: 40px;
}

.menu-item:hover,
.sidebar-header a:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

.menu-item .fa-circle {
	opacity: .4;
	font-size: 6px;
	position: absolute;
	right: 27px;
	height: 60px;
	line-height: 70px;
}

.menu-item .fa-plus {
	opacity: .4;
	font-size: 10px;
	position: absolute;
	text-align: center;
	top: 1px;
	right: -5px;
	width: 70px;
	height: 60px;
	line-height: 73px;
}

.menu-item .fa-angle-left,
.menu-item .fa-angle-right {
	font-size: 14px;
	position: absolute;
	text-align: center;
	right: -5px;
	width: 70px;
	height: 60px;
	line-height: 68px;
}

.menu-item .fa-angle-right {
	opacity: .9;
	top: 0;
}

.menu-item .fa-angle-left {
	opacity: 1!important;
	top: 1px;
}

.header-fixed,
.sidebar-left,
.sidebar-right,
.submenu {
	background-color: #FFF;
}

.submenu {
	z-index: 9999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	transition: all 250ms ease;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden !important;
}

.stop-scroll {
	overflow: hidden !important;
}

.active-submenu {
	-moz-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
	-o-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.sidebar-copyright {
	font-size: 12px;
	font-style: normal;
	padding-left: 30px;
	opacity: .6;
	font-weight: 500;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidebar-form p {
	margin-top: 20px;
	font-size: 12px;
}

.sidebar-form .button {
	letter-spacing: normal;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.sidebar-form em {
	font-size: 12px;
	font-style: normal;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	padding: 0 !important;
}

.sidebar-form .contactField {
	font-family: Roboto, sans-serif;
	height: 40px!important;
	line-height: 40px!important;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.08);
	margin-bottom: 20px;
}

.sidebar-form .contactField:hover {
	color: #1f1f1f;
}

.sidebar-form .contactField:focus {
	color: #1f1f1f;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 1px #2cc36b !important;
}

.sidebar-form .contactTextarea {
	height: 40px;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08) !important;
	margin-bottom: 40px;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.formSuccessMessageWrap,
.sidebar-form .formValidationError {
	font-size: 11px!important;
	text-align: center;
	margin-bottom: 20px;
}

.sidebar-form .contactTextarea:hover {
	color: #FFF;
}

.sidebar-form .contactTextarea:focus {
	font-family: Roboto, sans-serif;
	color: #1f1f1f;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 1px #2cc36b!important;
	height: 100px;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.sidebar-form .formValidationError {
	background-color: #c0392b;
	color: #1f1f1f;
	line-height: 30px !important;
}

.formSuccessMessageWrap {
	background-color: #27ae60;
	color: #1f1f1f;
}

.paylasimdugmesi {
	margin: 0 5px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    height: 44px;
    line-height: 35px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.paylasimkutusu {
	/*haberortasi*/
	position: fixed;
    background: #bdc3c7c4;
    color: #fff;
    bottom: 0px;
	height: 50px;
    width: 100%;
	padding: 5px;
}	</pre></body></html>