/*
	Template Name: Patrick
	Description: Clean & Minimalist Mobile Template
	Author: Wakeen Web
	
	Version: 1.2
*/

/*==============================================================
>>> TABLE OF CONTENTS:
================================================================
1. Import
2. Normalize
3. Global
	3.1. Helper class
	3.2. Components
4. Clearings
5. Links
6. Forms
7. Content, Navbar & Sidebar
	7.1. Content container
	7.2. Fixed Navbar
	7.3. Left Sidebar
		7.3.1. Main menu
8. Dashboard
	8.1. Plain dashboard
	8.2. Account dashboard
	8.3. News dashboard
	8.4. Shop dashboard
9. Blog
	9.1. Blog list
	9.2. Blog small list
	9.3. Blog inside
10. Shop
	10.1. Product list
	10.2. Product Small List
	10.3. Shop inside
	10.4. Cart
11. Pages
	11.1. FAQ
	11.2. Not Found
	11.3. Search result
	11.4. Portfolio
12. Apps
	12.1. Calendar
	12.2. Chat
	12.3. Login & Signup
13. Footer
--------------------------------------------------------------*/

/*==============================================================
1. Import
==============================================================*/

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('../../assets/plugins/materialize/css/materialize.min.css');
@import url('../../assets/plugins/slick/css/slick.css');
@import url('../../assets/plugins/animate.css/keyframe.css');
@import url('../../assets/plugins/swipebox/css/swipebox.min.css');
@import url('../../assets/plugins/themify/themify-icons.css');
@import url('../../assets/plugins/font-awesome/css/font-awesome.min.css');

/*==============================================================
2. Normalize
==============================================================*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background:url(assets/pictures/bgradient.gif);
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
  border-radius: 50%;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	max-width: 100%;
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	height:auto;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline:0;
	background-image: none;
}

/*==============================================================
3. Global
==============================================================*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background-color: #fff;
	line-height: 1.5;
	font-size: 16px;
	color: rgba(0,0,0,0.8);
}
body::-webkit-scrollbar { 
    display: none; 
}

h1,h2,h3,h4,h5,h6 {font-weight:500;margin:0;padding:0;}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:24px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}

ul,ol {
	padding-left:15px;
}
ul li {
	list-style-type: disc;
}
ul li,
ol li {
	list-style-position: inside;
}

address {
	font-style:normal;
	margin-bottom:20px;
}

td, th {
	padding: 7px 5px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

blockquote {
	border-left: 5px solid #2D9FC4;
	background-color: #EDF5F7;
	padding: 10px 10px 10px 1.5rem;
}
blockquote cite {
	display:block;
	font-style:normal;
	font-weight:700;
	font-size:15px;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

embed,
iframe,
object {
	width: 100%;
	border:0;
}

.content-container {
	position: relative;
	min-height: 400px;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
	-webkit-transition: padding-top ease .3s;
    -moz-transition: padding-top ease .3s;
    transition: padding-top ease .3s;
}

.widget-title {
	font-weight: 700;
	font-size: 18px;
	color: rgba(0,0,0,.8);
	/*color: #2AB3B5;*/
	margin: 0 0 15px 0;
}

.block {
	display: block;
}
button.block{
	width: 100%;
}

.fb-share {
	background-color: #3b5998 !important;
}
.twitter-share {
	background-color: #55acee !important;
}
.gplus-share {
	background-color: #dd4b39 !important;
}
.top-navbar,
.top-navbar.with-tabs .tabs-wrapper {
	border-bottom: 1px solid #ddd;
}

.event-item,
.numbered-post li,
.additional-list li,
.custom-collection .collection-item,
.blog-item,
.blog-small-list .item,
.product-small-list .item,
.cart-item li:not(.cart-nav),
.faq .collapsible li.active,
.faq .collapsible li .collapsible-header,
.web-result .search-item,
.calendar_schedule li,
.comment-list > li,
.comment-list_child li:not(:last-child),
.tabs,
.custom-collection.outside-icon .collection-item .caption {
	border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 600px) {
	.container {
		width: calc(100% - 20px);
	}
}

@media only screen and (max-width: 320px) {
	.container {
		width: 95%;
	}
}


/*--------------------------------------------------------------
3.1. Helper class
--------------------------------------------------------------*/
.m-1 {margin: 0.25rem!important;}
.m-2 {margin: 0.5rem!important;}
.m-3 {margin: 1rem!important;}
.m-4 {margin: 1.5rem!important;}
.m-5 {margin: 3rem!important;}
.mr-1 {margin-right: 0.25rem!important;}
.mr-2 {margin-right: 0.5rem!important;}
.mr-3 {margin-right: 1rem!important;}
.mr-4 {margin-right: 1.5rem!important;}
.mr-5 {margin-right: 3rem!important;}
.ml-1 {margin-left: 0.25rem!important;}
.ml-2 {margin-left: 0.5rem!important;}
.ml-3 {margin-left: 1rem!important;}
.ml-4 {margin-left: 1.5rem!important;}
.ml-5 {margin-left: 3rem!important;}
.mb-1 {margin-bottom: 0.25rem!important;}
.mb-2 {margin-bottom: 0.5rem!important;}
.mb-3 {margin-bottom: 1rem!important;}
.mb-4 {margin-bottom: 1.5rem!important;}
.mb-5 {margin-bottom: 3rem!important;}
.mt-1 {margin-top: 0.25rem!important;}
.mt-2 {margin-top: 0.5rem!important;}
.mt-3 {margin-top: 1rem!important;}
.mt-4 {margin-top: 1.5rem!important;}
.mt-5 {margin-top: 3rem!important;}
.no-mb {margin-bottom: 0!important;}

.p-1 {padding: 0.25rem!important;}
.p-2 {padding: 0.5rem!important;}
.p-3 {padding: 1rem!important;}
.p-4 {padding: 1.5rem!important;}
.p-5 {padding: 3rem!important;}
.pr-1 {padding-right: 0.25rem!important;}
.pr-2 {padding-right: 0.5rem!important;}
.pr-3 {padding-right: 1rem!important;}
.pr-4 {padding-right: 1.5rem!important;}
.pr-5 {padding-right: 3rem!important;}
.pl-1 {padding-left: 0.25rem!important;}
.pl-2 {padding-left: 0.5rem!important;}
.pl-3 {padding-left: 1rem!important;}
.pl-4 {padding-left: 1.5rem!important;}
.pl-5 {padding-left: 3rem!important;}
.pb-1 {padding-bottom: 0.25rem!important;}
.pb-2 {padding-bottom: 0.5rem!important;}
.pb-3 {padding-bottom: 1rem!important;}
.pb-4 {padding-bottom: 1.5rem!important;}
.pb-5 {padding-bottom: 3rem!important;}
.pt-1 {padding-top: 0.25rem!important;}
.pt-2 {padding-top: 0.5rem!important;}
.pt-3 {padding-top: 1rem!important;}
.pt-4 {padding-top: 1.5rem!important;}
.pt-5 {padding-top: 3rem!important;}

.text-muted {
	color: #999;
}
.line {height:1px;background:#eee;margin-bottom:20px;}
.text-center {text-align:center;}
.font-weight-bold {font-weight: 700;}
.semibold {font-weight: 500;}
.font-weight-normal {font-weight: 700;}
.font-italic {font-style: italic;}

.no-padding-top {padding-top: 0 !important;}
.no-padding-bottom {padding-bottom: 0 !important;}
.no-mt {margin-top: 0 !important;}
.no-top {top: 0 !important;}

.pagination {
	padding:0;
	font-size: 0;
	margin-top: 30px;
	text-align: center;
}
.pagination li {
	border-radius: 0;
	line-height: 35px;
	margin-right: 1px;
	background-color: #ffffff;
}
.pagination li i {
	font-size: 16px;
}
.pagination li a {
	text-decoration: none;
	color: #444;
	line-height: 28px;
}
.pagination li {
	border-radius: 50%;
	background-color: transparent;
}
.pagination li.active {
	background-color: #2D9FC4;
}
.pagination li.disabled a {
	color: #ccc;
}

.load-more {
	display: block;
	border-radius: 5px;
	border: 1px solid #eee;
	color: #000;
	text-align: center;
	padding: 8px 15px;
	font-weight: 700;
	text-decoration: none;
	margin-top: 30px;
}

/*--------------------------------------------------------------
3.2. Components
--------------------------------------------------------------*/

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.06);
}

/*--------------------------------------------------------------
Modals
--------------------------------------------------------------*/
.modal {
	outline: 0;
	background-color: #fff;
}

/*--------------------------------------------------------------
Dropdown
--------------------------------------------------------------*/
.dropdown-content {
	min-width: 200px;
}
.dropdown-content li > a,
.dropdown-content li > span {
	color: rgba(0,0,0,0.87);
}
.dropdown-content li > a > i {
	color: rgba(0,0,0,0.3);
}

/*--------------------------------------------------------------
Datepickers
--------------------------------------------------------------*/
.datepicker-date-display,
.timepicker-digital-display {
	background-color: #2D9FC4;
}
.timepicker-canvas line {
	stroke: #2D9FC4;
}
.timepicker-canvas-bg {
	fill: #2D9FC4;
}

/*--------------------------------------------------------------
Switches / Range
--------------------------------------------------------------*/
.switch label input[type=checkbox]:checked + .lever:after {
	background-color: #2D9FC4;
}

input[type=range] + .thumb {
	background-color: #2D9FC4;
}
input[type=range] + .thumb .value {
	color: #2D9FC4;
}


/*--------------------------------------------------------------
Misc helpers
--------------------------------------------------------------*/
.misc_helpers th {
	padding-top: 0;
}

/*--------------------------------------------------------------
Icons
--------------------------------------------------------------*/
.com-icons .caption {
	display: block;
	font-size: 80%;
}
#fontawesome .fa,
#themify span {
	margin-right: 10px;
}

/*--------------------------------------------------------------
Tabs
--------------------------------------------------------------*/
.tabs {
	padding: 0;
}
.tabs .tab a {
	font-size: 16px;
	font-weight: 500;
}
.tabs .tab a,
.tabs .tab a:hover {
	text-transform: none;
	color: #aaa;
}
.tabs .tab a.active {
	color: rgba(0,0,0,.8);
}
.tabs .indicator {
	background-color: rgb(55,216,218);
}
.tabs .tab a:focus, 
.tabs .tab a:focus.active {
	background-color: transparent;
}

.tabs-content {
	padding-top: 20px;
}

@media only screen and (max-width: 992px) {
	.tabs .tab {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
}
@media only screen and (max-width: 601px) {
	.tabs .tab {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

/*--------------------------------------------------------------
Collection
--------------------------------------------------------------*/

.collection {
	border: 0;
	border-radius: 0;
}
.collection .collection-item {
	background-color: #25252f;
	border-bottom: 1px solid #33333d;
}

.custom-collection {
	position: relative;
}
.custom-collection .collection-heading {
	color: #999;
}
.custom-collection .collection-item {
	position: relative;
	display: block;
	padding: 10px 0;
}
.custom-collection.outside-icon .collection-item {
	border: 0;
	padding: 10px 0 0 0;
}
.custom-collection .collection-item .icon {
	position: absolute;
	left: 0;
	top: 17px;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	line-height: 2;
	background-color: #999;
}
.custom-collection .collection-item .date {
	position: absolute;
	right: 0;
	top: 12px;
	color: #777;
	font-size: 12px;
}
.custom-collection .collection-item .icon img {
	width: 100%;
}
.custom-collection.circle-icon .collection-item .icon {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 2.6;
	color: #fff;
	top: 10px;
	overflow: hidden;
}
.custom-collection .collection-item .arrow {
	position: absolute;
	right: 15px;
	top: 20px;
	color: #bbb;
	font-size: 67%;
}
.custom-collection .collection-item .caption {
	margin-left: 45px;
	width: calc(100% - 45px);
	padding-right: 15px;
	min-height: 40px;
}
.custom-collection.circle-icon .collection-item .caption {
	margin-left: 55px;
	width: calc(100% - 55px);
}
.custom-collection.outside-icon .collection-item .caption {
	padding-bottom: 10px;
}
.custom-collection.no-border .collection-item,
.custom-collection.outside-icon.no-border .collection-item .caption {
	border: 0;
}
.custom-collection .collection-item .caption .title {
	color: rgba(0,0,0,.8);
	width: calc(100% - 50px);
	font-weight: 500;
}
.custom-collection .collection-item .caption .desc {
	color: rgba(0,0,0,.4);
	font-size: 15px;
	margin: 0;
}

/*==============================================================
4. Clearings
==============================================================*/
.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after {
	clear: both;
}

.home-cards:after,
.event-item:after,
.numbered-post li:after,
.comment-list:after,
.port-nav-container:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}

.home-slider .item,
.home-featured-products .item,
.thumb-gallery .item {
	outline: 0;
}

/*==============================================================
5. Links
==============================================================*/
a {
	color: #23B0DE;
	text-decoration:none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color:none;
	text-decoration:none;
}

a:focus {
	outline: 0;
	text-decoration:none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration:none;
}
/*--------------------------*/


/*==============================================================
6. Forms
==============================================================*/

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
	font-size: 16px;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #2AB3B5;
    -webkit-box-shadow: 0 1px 0 0 #2AB3B5;
    box-shadow: 0 1px 0 0 #2AB3B5;
}

.input-field .prefix {
	color: rgba(0,0,0,.25);
}

/* Checkboxes & radio */
[type="checkbox"]:checked + span:not(.lever):before {
	border-right: 2px solid #2D9FC4;
	border-bottom: 2px solid #2D9FC4;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
	border: 2px solid #2D9FC4;
	background-color: #2D9FC4;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
	background-color: #2D9FC4;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
	border: 2px solid #2D9FC4;
}

.btn, .btn-large, .btn-small, .btn-floating {
	background-color: #2D9FC4;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
	background-color: #5DBAD9;
}
.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
	background-color: #5DBAD9;
}
.btn, .btn-large, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat {
	font-size: 16px;
}

.btn, .btn-large, .btn-small, .btn-flat {
	border-radius: 3px;
	text-transform: none;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-floating {
	border-radius: 50%;
}
.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}


/*==============================================================
7. Content, Navbar & Sidebar
==============================================================*/
/*--------------------------------------------------------------
7.1. Content container
--------------------------------------------------------------*/
#page {
	position: relative;
}

.single-app {
	position: relative;
	height: 100vh;
}

.center-element {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.center-element .logo {
	text-align: center;
	font-weight: 300;
	margin: 0 0 30px 0;
	font-size: 30px;
}
.center-element .logo span {
	font-weight: 700;
}

.page-title {
	padding-bottom: 20px;
	margin-bottom: 30px;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	line-height: .5;
}
.page-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 1px;
	border-radius: 20px;
	background-color: rgba(0,0,0,.5);
}

/*--------------------------------------------------------------
7.2. Fixed Navbar
--------------------------------------------------------------*/
.top-navbar {
	background-color: #fff;
	position: relative;
	z-index: 99;
	width: 100%;
}
.top-navbar.with-tabs,
.top-navbar.with-tabs .tabs {
	border: 0;
}
.top-navbar .row {
	margin-bottom: 0;
}
.top-navbar .front-navigation {
	padding: 22px 0 29px 0;
	-webkit-transition: padding ease .3s;
    -moz-transition: padding ease .3s;
    transition: padding ease .3s;
}
.top-navbar.with-tabs .front-navigation {
	padding: 24px 0 12px 0;
}
.top-navbar.fly,
.top-navbar.with-tabs .tabs-wrapper.fly {
	width: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
}
.top-navbar.fly .front-navigation {
	padding: 11px 0 18px 0;
}
.top-navbar .site-title {
	max-width:calc(100% - 100px);
}
.top-navbar .site-title h1,
.top-navbar .site-title h2 {
	margin: 0;
	color: #000;
}
.top-navbar .site-title h1 {
	font-size: 28px;
	font-weight: 300;
	line-height: .8;
}
.top-navbar .site-title h1 span {
	font-weight: 700;
}
.top-navbar .top-navbar-left {
	float: left;
}
.top-navbar .top-navbar-left a {
	font-size: 18px;
	padding: 2px 15px 0 0;
	font-weight: normal;
	display: inline-block;
	color: rgba(0,0,0,.7);
}
.top-navbar .top-navbar-left.back-navigation a {
	color: rgba(255,255,255,.6);
}
.top-navbar .top-navbar-left.back-navigation a .icon {
	color: #BCE7F5;
	font-size: 16px;
	margin-right: 5px;
}
.top-navbar .top-navbar-right {
	float: right;
	font-size: 16px;
	/*padding-right: 0.75rem;*/
}
.top-navbar .top-navbar-right a {
	font-size: 18px;
	padding: 2px 0 0 15px;
	display:inline-block;
	color: rgba(0,0,0,.4);
	position: relative;
}

.top-navbar .dropdown-content {
    background-color: #fff;
    margin: 56px 0 0 0;
    display: none;
    min-width: 170px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
	list-style: none;
	padding: 0;
}
.top-navbar .dropdown-content li {
	list-style: none;
	min-height: auto;
	line-height: auto;
	padding: 0 8px;
}
.top-navbar .dropdown-content li a {
	font-size: 16px;
	line-height: auto;
	text-decoration: none;
	color: #000;
}
.top-navbar .dropdown-content li a i.fa {
	display: inline-block;
	width: 23px;
	color: #999;
}

.top-navbar .front-navigation.hide {
	display: none;
}

.top-navbar .searchbar {
	display: none;
	padding: 25px 0 24px 0;
	-webkit-transition: padding ease .3s;
    -moz-transition: padding ease .3s;
    transition: padding ease .3s;
}
.top-navbar.with-tabs .searchbar {
	padding: 27px 0 15px 0;
}
.top-navbar.fly .searchbar {
	padding: 14px 0 13px 0;
}
.top-navbar .searchbar.show {
	display: block;
	position: relative;
}
.top-navbar .searchbar .input-field {
	margin: 0;
	width: calc(100% - 30px);
	position: relative;
}
.top-navbar .searchbar .input-field input {
	margin: 0;
	padding-bottom: 0;
	padding-left: 30px;
	box-sizing: border-box;
	height: auto;
	border: 0px;
	color: rgba(0,0,0,.8);
}
.top-navbar .searchbar .input-field:before {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.6;
	color: rgba(0,0,0,.3);
	font-family: 'themify';
	content: "\e610";
}
.top-navbar .searchbar input[type="text"]::-webkit-input-placeholder {
	color: rgba(0,0,0,.1)!important;
}
.top-navbar .searchbar input[type="text"]:-moz-placeholder {
	color: rgba(0,0,0,.1)!important;
}
.top-navbar .searchbar input[type="text"]::-moz-placeholder {
	color: rgba(0,0,0,.1)!important;
}
.top-navbar .searchbar input[type="text"]:-ms-input-placeholder {
	color: rgba(0,0,0,.1)!important;
}
.top-navbar .searchbar .input-field input[type=text]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(188,231,245,.5);
    box-shadow: 0 0 0 0 rgba(188,231,245,.5);
}
.top-navbar .searchbar .search-close {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 0 0 0;
	cursor: pointer;
	color: #FC5D5D;
	line-height: 1.7;
}
.top-navbar.with-tabs .searchbar .search-close {
	top: 40px;
}

/*--------------------------------------------------------------
7.3. Left Sidebar
--------------------------------------------------------------*/
.sidenav {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16), 0 0 0 0 rgba(0, 0, 0, 0.12);
	width: 250px;
	height: 100%;
	padding-bottom: 20px;
}
#slide-out-left {
	color: #fff;
	background-color: #fff;
}
#slide-out-left li:hover,
#slide-out-left li.active {
  background-color: transparent;
}
.top-left-nav {
	box-sizing:border-box;
	text-align: center;
	position: relative;
}

.top-left-nav .profile-cover {
	z-index: 10;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	line-height: 0;
}
.top-left-nav .profile-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px 25px 15px;
	z-index: 50;
	width: 100%;
	background: linear-gradient(transparent, rgba(0,0,0,.5));
}

.top-left-nav .pic-thumb {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
}
.top-left-nav .pic-thumb img {
	width: 100%;
}
.top-left-nav .dropdown-trigger {
	width: 100%;
	text-decoration: none;
	position: relative;
	display: block;
}
.top-left-nav .dropdown-trigger .profile-name {
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: .8;
}
.top-left-nav .dropdown-trigger .desc {
	font-size: 80%;
	display: block;
	color: rgba(255,255,255,.7);
}
.top-left-nav .dropdown-trigger .icon {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 70%;
	color: rgba(255,255,255,.5);
}
.top-left-nav .dropdown-content {
    background-color: #fff;
    margin: 24px 0 0 0;
    display: none;
    min-width: 170px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
	list-style: none;
	padding: 0;
}
.top-left-nav .dropdown-content li {
	list-style: none;
	min-height: auto;
	line-height: auto;
	padding: 0;
}
.top-left-nav .dropdown-content li a {
	font-size: 16px;
	position: relative;
	line-height: none;
	text-decoration: none;
	color: #000;
	padding: 0 16px 0 40px;
}
.top-left-nav .dropdown-content li a:hover {
	background-color: transparent;
}
.top-left-nav .dropdown-content li a i.material-icons {
	font-size: 17px;
	color: #999;
	position: absolute;
	left: 10px;
	top: 0;
}

/*--------------------------------------------------------------
7.3.1. Main menu
--------------------------------------------------------------*/
#main-menu,
#main-menu ul,
#main-menu ul li,
#main-menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main-menu {
	width: 100%;
	color: #ffffff;
}
#main-menu ul ul {
	display: none;
	background-color: #f7f7f7;
}
#main-menu ul ul.expand {
	display: block;
}
#main-menu > ul > li {
	border-bottom: 1px solid #eee;
}
#main-menu > ul > li.header {
	padding: 20px 30px 10px 30px;
	font-size: 80%;
	font-weight: 500;
	color: rgba(0,0,0,.6);
	text-transform: uppercase;
}
#main-menu ul li a {
	height: auto;
}
#main-menu > ul > li > a {
	padding: 10px 30px 10px 30px;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
	color: rgba(0,0,0,.8);
	font-size: 16px;
}
#main-menu ul li a:hover {
	background-color: transparent;
}
#main-menu > ul > li > a .icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 5px;
	line-height: 1.6;
	background-color: #999;
	color: #fff;
	margin-right: 1rem;
}
#main-menu > ul > li.active ul li.active a,
#main-menu > ul > li.active > a {
	background-color: #eee;
}
#main-menu > ul > li.open > a {
	border-bottom: 0px solid #eee;
	background-color: #f7f7f7;
}
#main-menu > ul > li > a:hover > span::after,
#main-menu > ul > li.active > a > span::after,
#main-menu > ul > li.open > a > span::after {
	border-color: #eeeeee;
}
#main-menu ul ul li a {
	cursor: pointer;
	padding: 10px 20px 10px 73px;
	z-index: 1;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: rgba(0,0,0,.8);
}
#main-menu ul ul li:first-child > a {
	box-shadow: none;
}
#main-menu ul ul ul li a {
	padding: 5px 10px 5px 70px;
}
#main-menu > ul > li > ul > li:last-child > a,
#main-menu > ul > li > ul > li.last > a {
	border-bottom: 0;
}
#main-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
	border-bottom: 0;
}
#main-menu ul ul li.has-sub > a::after {
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#main-menu ul li.has-sub a .arrow-icon {
	display: inline-block;
	float: right;
	font-size: 9px;
	line-height: 3;
	color: rgba(0,0,0,.4);
}
#main-menu > ul > li.open > a > .arrow-icon,
#main-menu ul ul li.open > a > .arrow-icon {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#main-menu ul ul li.active > a::after,
#main-menu ul ul li.open > a::after,
#main-menu ul ul li > a:hover::after {
	border-color: #ffffff;
}


/*==============================================================
8. Dashboard
==============================================================*/
.home-widget {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.home-widget .row {
	margin-bottom: 0;
}

.home-slider.news .item .entry-thumb,
.home-slider.shop .item .entry-thumb {
	border-radius: 0;
}


/*--------------------------------------------------------------
8.1. Plain dashboard
--------------------------------------------------------------*/
.home-slider.flat {
	position: relative;
	display: none;
}
.home-slider.flat.slick-initialized {
	display: block;
}
.home-slider.flat .item {
	height: 250px;
	background-color: #999;
	position: relative;
}
.home-slider.flat .post-caption {
	width: 100%;
	z-index: 30;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-slider.flat .post-caption .row {
	margin-bottom: 0;
}
.home-slider.flat .post-caption .title {
	color: #fff;
	font-size: 25px;
	margin: 0 0 10px 0;
	font-weight: 300;
}
.home-slider.flat .post-caption .desc {
	color: rgba(255,255,255,.75);
	font-size: 90%;
	margin: 0;
}
.home-slider.flat .slick-dots {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 10px;
	left: 50%;
	padding: 0;
	margin: 0;
}
.home-slider.flat .slick-dots li {
	display: inline-block;
	margin: 0 1px;
}
.home-slider.flat .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 50%;
	color: transparent;
	border: 0;
	background-color: rgba(255,255,255,.5);
}
.home-slider.flat .slick-dots li.slick-active button {
	background-color: rgba(255,255,255, 1);
}

.advantages {
	text-align: center;
}
.advantages.row .col:not(:nth-last-child(-n+2)) {
	margin-bottom: 15px;
}
.advantages .icon {
	font-size: 35px;
}
.advantages .title {
	font-size: 17px;
	margin: 0 0 5px 0;
	font-weight: 500;
}
.advantages .desc {
	margin: 0;
	font-size: 13px;
	color: #999;
}

.shortcut-filter.tabs {
	border-bottom: 0;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	overflow: hidden;
    height: auto;
    width: 100% !important;
	box-sizing: border-box;
}
.shortcut-filter.tabs .tab {
    line-height: normal;
    height: auto;
}
.shortcut-filter.tabs .tab a {
	text-decoration: none;
	color: #ccc;
	padding: 0 24px 5px;
    display: inline-block;
    width: auto;
	font-size: 16px;
    text-overflow: none;
}
.shortcut-filter .tab a.active {
	color: #000;
}
.shortcut-filter.tabs .indicator {
	display: none;
}

.home-icon-filters .portfolio-grid {
	width: calc(100% + 4px);
	margin-left: -2px;
}
.home-icon-filters .portfolio-grid a {
	display: block;
	float: left;
	width: calc(33.33333% - 2px);
	margin-left: 1px;
	margin-right: 1px;
	overflow: hidden;
	max-height: 300px;
}
.home-icon-filters .portfolio-grid a:not(:nth-last-child(-n+3)) {
	margin-bottom: 2px;
}
.home-icon-filters .portfolio-grid .mix-target {
	display: none;
}
.home-icon-filters .portfolio-grid a .icon-shortcut {
	text-align: center;
	padding: 20px 0;
	background-color: #ccc;
	color: #fff;
}
.home-icon-filters .portfolio-grid a .icon-shortcut .icon {
	font-size: 25px;
	color: #fff;
}
.home-icon-filters .portfolio-grid a .icon-shortcut .caption {
	padding: 0 5px;
	display: block;
}

@media only screen and (min-width: 601px) {
	.home-icon-filters .portfolio-grid a {
		width: calc(25% - 4px);
	}
}
@media only screen and (min-width: 601px) {
	.home-icon-filters .portfolio-grid a:not(:nth-last-child(-n+3)) {
		margin-bottom: 0;
	}
	.home-icon-filters .portfolio-grid a:not(:nth-last-child(-n+4)) {
		margin-bottom: 4px;
	}
}
@media only screen and (min-width: 993px) {
	.advantages.row .col:not(:nth-last-child(-n+2)),
	.advantages.row .col,
	.home-icon-filters .portfolio-grid a:not(:nth-last-child(-n+3)) {
		margin-bottom: 0;
	}
	.home-icon-filters .portfolio-grid a:not(:nth-last-child(-n+5)) {
		margin-bottom: 4px;
	}
	
	.home-slider.flat .item {
		height: 350px;
	}
	.home-icon-filters .portfolio-grid a {
		width: calc(20% - 4px);
	}
	.home-icon-filters .portfolio-grid a .icon-shortcut {
		padding: 32px 0;
		font-size: 100%;
	}
	.home-icon-filters .portfolio-grid a .icon-shortcut .icon {
		font-size: 30px;
	}
}

/*--------------------------------------------------------------
8.2. Account dashboard
--------------------------------------------------------------*/
.header-account {
	background-color: #f7f7f7;
	padding: 20px 0;
}
.profile-widget {
}
.profile-widget .thumb {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.profile-widget .profile-caption {
	margin-left: 120px;
	width: calc(100% - 120px);
	min-height: 100px;
}
.profile-widget .profile-caption .name {
	margin-bottom: 15px;
}
.profile-widget .profile-caption .profile-nav {
	min-height: 35px;
	margin-bottom: 10px;
}
.profile-widget .profile-caption .profile-nav:after {
	content: "";
	clear: both;
}
.profile-widget .profile-caption .profile-nav .item {
	float: left;
	width: 60px;
	line-height: 1;
}
.profile-widget .profile-caption .profile-nav .item .val {
	display: block;
	font-weight: 500;
	font-size: 17px;
}
.profile-widget .profile-caption .profile-nav .item .val-desc {
	font-size: 80%;
	color: rgba(0,0,0,.5);
}
.profile-widget .profile-caption .profile-desc {
	margin: 0;
	font-size: 90%;
	color: rgba(0,0,0,.6);
}

.home-cards .card-item {
	float: left;
	width: calc(50% - 2px);
	margin-left: 1px;
	margin-right: 1px;
	text-align: center;
	padding: 30px 0;
	border-radius: 5px;
	position: relative;
}
.home-cards .card-item:not(:nth-last-child(-n+2)) {
	margin-bottom: 2px;
}
.home-cards .card-item .numbers {
	font-size: 32px;
	font-weight: 500;
	display: block;
	line-height: .9;
	color: #fff;
}
.home-cards .card-item .desc {
	font-size: 90%;
	color: rgba(255,255,255,.8);
}
.home-cards .card-item .icon {
	position: absolute;
	font-size: 55px;
	line-height: 0;
	color: rgba(255,255,255,.2);
	left: 10px;
	bottom: 0;
}

.event-item {
	padding: 10px 0;
}
.event-item .date {
	float: left;
	width: 60px;
	text-align: center;
}
.event-item .date .day {
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
}
.event-item .date .month {
	font-size: 90%;
}
.event-item .event-caption {
	width: calc(100% - 80px);
	margin-left: 80px;
}
.event-item .event-caption .event-name {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.event-item .event-caption .time,
.event-item .event-caption .location {
	font-size: 85%;
	color: #999;
}
.event-item .event-caption .time {
	margin-bottom: 3px;
}
.event-item .event-caption .icon {
	margin-right: 10px;
}

@media only screen and (min-width: 993px) {
	.home-cards .card-item {
		width: calc(25% - 2px);
		text-align: center;
		padding: 50px 0;
		border-radius: 5px;
		position: relative;
	}
	.home-cards .card-item,
	.home-cards .card-item:not(:nth-last-child(-n+2)) {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
8.3. News dashboard
--------------------------------------------------------------*/
.home-slider.news {
	position: relative;
	display: none;
}
.home-slider.news.slick-initialized {
	display: block;
}
.home-slider.news .item .post-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	line-height: 1.5;
	padding: 60px 0 30px 0;
	background: linear-gradient(transparent, rgba(0,0,0,.9));
}
.home-slider.news .item .post-caption .entry-title {
	font-weight: 700;
	font-size: 20px;
	display: block;
	line-height: 1.1;
	margin-bottom: 7px;
}
.home-slider.news .item .post-caption .entry-title a {
	color: rgba(255,255,255,1);
}
.home-slider.news .item .entry-meta {
	color: rgba(255,255,255,.7);
}
.home-slider.news .slick-arrow {
	position: absolute;
	z-index: 30;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
}
.home-slider.news .prev-arr {
	left: 20px;
}
.home-slider.news .next-arr {
	right: 20px;
}

.numbered-post {
	margin: 0;
}
.numbered-post li {
	padding: 10px 0;
}
.numbered-post li .number {
	float: left;
	width: 30px;
	font-size: 30px;
	font-weight: 700;
	color: #ddd;
	line-height: 1;
}
.numbered-post li .post-main {
	width: calc(100% - 110px);
	margin-left: 35px;
}
.numbered-post li .post-main .entry-title {
	margin-bottom: 7px;
}
.numbered-post li .entry-thumb {
	float: right;
	width: 75px;
}

.additional-list {
	margin: 0;
}
.additional-list li {
	padding: 10px 0;
}
.additional-list li .entry-title {
	margin-bottom: 7px;
}
.additional-list li .entry-title a {
	color: rgba(0,0,0,.8);
}
.media-widget .blog-item {
	margin-bottom: 15px;
}

@media only screen and (min-width: 600px) {
	.home-slider.news .slick-arrow {
		font-size: 26px;
	}
}

/*--------------------------------------------------------------
8.4. Shop dashboard
--------------------------------------------------------------*/
.home-slider.shop {
	position: relative;
	display: none;
}
.home-slider.shop.slick-initialized {
	display: block;
}
.home-slider.shop .item .post-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 50px 30px 40px 30px;
	line-height: 1.5;
	text-align: center;
	background: linear-gradient(transparent, rgba(0,0,0,.9));
}
.home-slider.shop .item .post-caption .title {
	font-weight: 300;
	font-size: 27px;
	display: block;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	color: #fff;
}
.home-slider.shop .item .post-caption .desc {
	margin: 0;
	color: rgba(255,255,255,.7);
	font-size: 14px;
}
.home-slider.shop .slick-dots {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	left: 50%;
	padding: 0;
	margin: 0;
}
.home-slider.shop .slick-dots li {
	display: inline-block;
	margin: 0 1px;
	padding: 0;
	height: 8px;
}
.home-slider.shop .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 50%;
	color: transparent;
	border: 0;
	background-color: rgba(255,255,255,.5);
}
.home-slider.shop .slick-dots li.slick-active button {
	background-color: rgba(255,255,255, 1);
}
.shop-category .col:not(:nth-last-child(-n+3)) {
	margin-bottom: 15px;
}
.shop-category .icon {
	display: block;
	text-align: center;
	color: #fff;
	background-color: #ccc;
	padding: 10px;
	line-height: 2;
	border-radius: 5px;
	font-size: 30px;
	margin-bottom: 5px;
}
.shop-category .caption {
	text-align: center;
	font-size: 14px;
}
.shop-category .caption a {
	color: rgba(0,0,0,.8);
}

.home-featured-products.row,
.home-featured-products.product-list .item {
	margin-bottom: 0;
}
.home-featured-products .slick-arrow {
	position: absolute;
	z-index: 30;
	top: 60px;
	color: #000;
	cursor: pointer;
}
.home-featured-products .slick-arrow.slick-disabled {
	opacity: .3;
}
.home-featured-products .prev-arr {
	left: 12px;
}
.home-featured-products .next-arr {
	right: 12px;
}

@media only screen and (min-width: 601px) {
	.shop-category .col:not(:nth-last-child(-n+2)) {
		margin-bottom: 15px;
	}
	.home-featured-products .slick-arrow {
		-webkit-transform: translateY( calc(-50% - 54px) );
		-ms-transform: translateY( calc(-50% - 54px) );
		transform: translateY( calc(-50% - 54px) );
		top: 50%;
	}
}
@media only screen and (min-width: 992px) {
	.shop-category .col:not(:nth-last-child(-n+2)) {
		margin-bottom: 0;
	}
	.shop-category .col {
		margin-bottom: 0;
	}
}

/*==============================================================
9. Blog
==============================================================*/

.entry-meta {
	font-size: 12px;
	color: #aaa;
}
.entry-meta .meta {
	display: inline-block;
	margin-right: 15px;
}
.entry-meta .meta .icon {
	display: inline-block;
	margin-right: 3px;
}

.entry-thumb .post-format-badge {
	position: absolute;
	border: 2px solid rgba(255,255,255,1);
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	z-index: 20;
}
.entry-cat {
	margin-bottom: 3px;
}
.entry-cat a {
	display: inline-block;
	margin-right: 5px;
	color: #2D9FC4;
	font-size: 85%;
}
.entry-thumb {
	margin: 0;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	line-height: 0;
}
.entry-thumb img {
	width: 100%;
}
.entry-title a {
	color: rgba(0,0,0,.8);
}

/*--------------------------------------------------------------
9.1. Blog list
--------------------------------------------------------------*/
.blog-item {
	padding: 20px 0;
}
.blog-item .blog-content {
	padding: 15px;
}
.blog-item .entry-header {
	margin: 0 0 15px 0;
}
.blog-item .entry-thumb {
	margin-bottom: 15px;
}
.blog-item.bottom-caption .entry-header {
	margin: 0;
}
.blog-item .entry-title {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 7px 0;
}
.blog-item .entry-thumb .post-format-badge {
	width: 50px;
	height: 50px;
	line-height: 2;
	font-size: 22px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}
.blog-item .entry-content,
.blog-item .entry-excerpt {
	margin-bottom: 15px;
}
.blog-item .entry-excerpt {
	color: #666;
	font-size: 14px;
}
.blog-item .read-more {
	color: #555;
	font-weight: 500;
}

@media only screen and (min-width: 800px) {
	.blog-item .entry-thumb .post-format-badge {
		width: 90px;
		height: 90px;
		line-height: 2.35;
		font-size: 35px;
	}
}

/*--------------------------------------------------------------
9.2. Blog small list
--------------------------------------------------------------*/
.blog-small-list {
	padding: 0;
	margin: 0;
}
.blog-small-list li {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	position: relative;
	min-height: 105px
}
.blog-small-list li:first-child {
	padding: 0 0 15px 0;
	min-height: 90px
}
.blog-small-list li .entry-thumb {
	width: 115px;
	max-height: 75px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 15px;
}
.blog-small-list li:first-child .entry-thumb {
	top: 0;
}
.blog-small-list li .entry-thumb img {
	width: 100%;
}
.blog-small-list li .entry-thumb .post-format-badge {
    width: 30px;
    height: 30px;
    line-height: 1.7;
    font-size: 15px;
    left: 5px;
    bottom: 5px;
    border-width: 1px;
}
.blog-small-list li .post-content {
	padding-left: 135px;
}
.blog-small-list li .post-content .entry-title {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 7px;
}

/*--------------------------------------------------------------
9.3. Blog inside
--------------------------------------------------------------*/

.blog-inside-header {
	padding: 20px 0 0 0;
}
.blog-inside-header .entry-title {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
}

.entry-thumb {
	width: 100%;
}
.entry-content p {
	margin: 0;
	margin-bottom: 20px;
}
.entry-thumb.inside-page {
	border-radius: 0;
	margin-bottom: 20px;
}
.blog .entry-footer {
}
.blog .entry-footer .tags,
.blog .entry-footer .share {
	margin-bottom: 20px;
}
.blog .entry-footer .tags .caption,
.blog .entry-footer .share .caption {
	color: #999;
	display: block;
}
.blog .entry-footer .tags a {
	background-color: #eee;
	color: #777;
	padding: 1px 5px 3px;
	display: inline-block;
	line-height: 1.5;
	border-radius: 5px;
	font-size: 80%;
}
.blog .entry-footer .share a {
	display: inline-block;
	background-color: #ccc;
	color: #fff;
	border-radius: 5px;
	padding: 3px 12px 6px;
}
.blog .entry-footer .share a .icon {
	margin-right: 7px;
}
.blog .entry-footer .share a.facebook {
	background-color: #3b5998 !important;
}
.blog .entry-footer .share a.twitter {
	background-color: #55acee !important;
}
.blog .entry-footer .share a.linkedin {
	background-color: #0077b5 !important;
}
.blog .blog-author {
	background-color: #E6EFF2;
	padding: 15px;
	position: relative;
	margin-bottom: 30px;
}
.blog .blog-author .avatar {
	position: absolute;
	top: 16px;
	left: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 0;
}
.blog .blog-author .avatar img {
	width: 100%;
}
.blog .blog-author .author-ctn {
	padding-left: 80px;
	min-height: 62px;
}
.blog .blog-author .author-ctn .author-name {
	margin: 0 0 10px 0;
}
.blog .blog-author .author-ctn .desc {
	color: #5E7F8A;
	font-size: 90%;
	margin: 0;
}

.thumb-gallery {
	position: relative;
	margin-bottom: 20px;
}
.thumb-gallery img {
	width: 100%
}
.thumb-gallery .slick-arrow {
	color: #fff;
	position: absolute;
	z-index: 30;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shop .thumb-gallery .slick-arrow {
	color: rgba(0,0,0,.5);
}
.thumb-gallery .prev-arr {
	left: 30px;
}
.thumb-gallery .next-arr {
	right: 30px;
}
.shop .thumb-gallery .prev-arr {
	left: 10px;
}
.shop .thumb-gallery .next-arr {
	right: 10px;
}
.thumb-gallery .slick-dots {
	display: none !important;
}

.thumb-video {
	position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.thumb-video iframe.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comment-form,
.comments {
	margin-bottom: 30px;
}

.comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.comment-list_child {
	padding: 0 0 0 30px;
	margin: 15px 0 0 0;
	list-style: none;
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #E6EFF2;
}
.comment-list > li {
	padding: 15px 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.comment-list li.has_child {
	padding: 15px 0 0 0;
}
.comment-list_child li {
	padding: 15px 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.comment-list li .user-pic,
.comment-list_child li .user-pic {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.comment-list li .user-pic img,
.comment-list_child li .user-pic img {
	width: 100%;
}
.comment-list li .comment-content,
.comment-list_child li .comment-content {
	float: right;
	width: calc(100% - 65px);
}
.comment-list li .comment-content p {
	margin: 0;
}
.comment-list li .comment-content .user-name,
.comment-list_child li .comment-content .user-name {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}
.comment-list li .comment-content .comment-meta,
.comment-list_child li .comment-content .comment-meta {
	margin:0 0 10px 0;
	color: #999;
	font-size: 12px;
}

/*==============================================================
10. Shop
==============================================================*/
.product-rating {
	font-size: 11px;
	color: #ccc;
}
.product-rating i.fa.active {
	color: #EBE305;
}
.product-price {
	font-size: 13px;
	font-weight: 500;
}
.product-price-before {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-decoration: line-through;
	color: #aaa;
}

/*--------------------------------------------------------------
10.1. Product List
--------------------------------------------------------------*/
.product-list .item {
	margin-bottom: 20px;
}
/*
.product-list .item .product-ctn {
	padding: 5px 10px 5px 0;
}*/
.product-list .item .product-ctn .product-name a {
	text-decoration: none;
}
.product-list .item .product-ctn .product-name a {
	color: rgba(0,0,0,0.87);
}
.product-list .item .entry-thumb {
	margin-bottom: 5px;
}
.product-list .item .entry-thumb .product-rating {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 1px 3px;
}

/*--------------------------------------------------------------
10.2. Product Small List
--------------------------------------------------------------*/
.product-small-list {
	margin: 0;
	padding: 0;
}
.product-small-list li {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	position: relative;
	min-height: 145px
}
.product-small-list li:first-child {
	padding: 0 0 15px 0;
	min-height: 130px
}
.product-small-list li .entry-thumb {
	width: 115px;
	max-height: 115px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 15px;
}
.product-small-list li:first-child .entry-thumb {
	top: 0;
}
.product-small-list li .entry-thumb img {
	width: 100%;
}
.product-small-list li .entry-thumb .post-format-badge {
    width: 30px;
    height: 30px;
    line-height: 1.7;
    font-size: 15px;
    left: 5px;
    bottom: 5px;
    border-width: 1px;
}
.product-small-list li .product-ctn {
	padding-left: 135px;
}
.product-small-list li .product-ctn .product-name a {
	color: rgba(0,0,0,.8);
}
.product-small-list .btn {
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 13px;
}

/*--------------------------------------------------------------
10.3. Shop inside
--------------------------------------------------------------*/
.shop .entry-title {
	font-weight: 700;
	margin-bottom: 20px;
}
.shop .product-meta {
	margin-bottom: 5px;
}
.shop .product-meta .availability.in-stock {
    color: #50B52B;
}

.shop .thumb-gallery .item img {
	width: 100%;
}
.shop .thumb-gallery {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
}
.shop .thumb-gallery .item {
	overflow: hidden;
	position: relative;
}
.shop .thumb-gallery .slick-dots {
	display: block !important;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	left: 50%;
	padding: 0;
	margin: 0;
}
.shop .thumb-gallery .slick-dots li {
	display: inline-block;
	margin: 0 1px;
}
.shop .thumb-gallery .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.1);
	color: transparent;
	border: 0;
	padding: 0;
}
.shop .thumb-gallery .slick-dots li.slick-active button {
	background-color: rgba(0,0,0,.5);
}

.breadcrumbs {
	padding: 0 0 5px 0;
	font-size: 13px;
}
.breadcrumbs a {
	text-decoration: none;
	padding-right: 13px;
	margin-right: 7px;
	display: inline-block;
	position: relative;
	color: #999;
}
.breadcrumbs a:not(.active):after {
	font-family: 'fontawesome';
	content: "\f105";
	position: absolute;
	right: 0;
}
.breadcrumbs a.active {
	color: rgba(0,0,0,0.87);
}

.product-review-list {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
.product-review-list li {
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}
.product-review-list li .review-idty {
	float:left;
	width: 80px;
}
.product-review-list li .review-ctn {
	width: calc(100% - 95px);
	margin: 0 0 0 95px;
	min-height: 60px;
}
.product-review-list li .name {
	margin:0 0 5px 0;
	font-weight: 500;
}
.product-review-list li .product-rating {
	font-size: 10px;
	color: #eee;
}
.product-review-list li .product-rating i.fa.active {
	color: #EBE305;
}

/*--------------------------------------------------------------
10.4. Cart
--------------------------------------------------------------*/
.cart-item {
	list-style: none;
	margin:0 0 20px 0;
	padding: 0;
}
.cart-item li {
	padding: 15px 0;
}
.cart-item li.cart-nav {
	background: #fff;
	padding: 10px 0;
	border-bottom: 2px solid #eee;
}
.cart-item li.cart-nav a {
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #999;
	font-size: 15px;
}
.cart-item li .thumb {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
.cart-item li .thumb img {
	width: 100%;
}
.cart-item li .cart-detail {
	margin-left: 60px;
	margin-right: 30px;
	line-height: 28px;
}
.cart-item li .cart-detail .product-name,
.cart-item li .cart-detail .product-name a {
	font-size: 16px;
	text-decoration: none;
	color: #000;
	color: rgba(0,0,0,0.87);
}
.cart-item li .cart-detail .price span,
.cart-item li .cart-detail .qty span {
	color: #999;
	font-size: 13px;
	display: inline-block;
	margin-right: 7px;
}
.cart-item li .cart-detail .qty input[type="number"] {
	display: inline-block;
	width: 30px;
	height: auto;
	border: none;
	border: 1px solid #eee;
	margin:0;
	padding-left:3px;
	font-size: 16px;
}
.cart-item li .cart-delete {
	float: right;
}
.cart-item li .cart-delete a {
	color: #ccc;
	text-decoration: none;
}
.cart-shipping {
	margin:0 0 15px 0;
}
.cart-action {
	background-color: #f7f7f7;
}
.cart-action .subtotal .title,
.cart-action .total .title {
	width: 65%;
	display: inline-block;
	text-align: right;
}
.cart-action .subtotal .price,
.cart-action .total .price {
	width: calc(35% - 10px);
	display: inline-block;
	text-align: right;
}
.cart-action .subtotal {
	padding: 5px 10px;
}
.cart-action .total {
	background-color: #f7f7f7;
	font-size: 20px;
	padding: 10px;
	margin: 5px 0;
	font-weight: 500;
	margin: 1px 0;
}


/*==============================================================
11. Pages
==============================================================*/

/*--------------------------------------------------------------
11.1. FAQ
--------------------------------------------------------------*/
.faq .collapsible {
	list-style:none;
	padding: 0;
	margin: 0;
	border-top: 0 solid #ddd;
    border-right: 0 solid #ddd;
    border-left: 0 solid #ddd;
	box-shadow: none;
}
.faq .collapsible li {
	list-style: none;
	margin: 0;
	background-color: #fff;
}
.faq .collapsible li .icon {
	float: left;
	width: 30px;
	margin-top: 10px;
	color: rgba(0,0,0,.4);
}
.faq .collapsible li.active .icon {
	color: rgba(0,0,0,.8);
}
.faq .collapsible li .collapsible-header {
    display: block;
    cursor: pointer;
    background-color: transparent;
	padding: 10px 10px 10px 0;
	width: calc(100% - 35px);
	margin-left: 35px;
	font-weight: 500;
	color: rgba(0,0,0,.4);
	position: relative;
}
.faq .collapsible li.active .collapsible-header {
	border-bottom: 0;
	color: rgba(0,0,0,.8);
}
.faq .collapsible li .collapsible-header span.fa {
	position: absolute;
	right: 0;
	top: 12px;
}
.faq .collapsible .active span.fa {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.faq .collapsible li .collapsible-body {
    display: none;
    border-bottom: 0;
    box-sizing: border-box;
	padding: 0;
	width: calc(100% - 35px);
	margin-left: 35px;
}
.faq .collapsible li .collapsible-body p {
    margin: 0;
    padding: 0 0 20px 0;
}

/*--------------------------------------------------------------
11.2. Not Found
--------------------------------------------------------------*/
.not-found {
	text-align: center;
}
.not-found .heading {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	font-size: 5em;
	color: rgba(0,0,0,.8);
}
.not-found .subheading {
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 18px;
}
.not-found p {
	font-size: 13px;
}

/*--------------------------------------------------------------
11.3. Search result
--------------------------------------------------------------*/
.web-result .search-item {
	padding: 15px 0;
}
.web-result .search-item .item-header {
	margin-bottom: 10px;
	line-height: 1.2;
}
.web-result .search-item .item-header .title a {
	color: rgba(0,0,0,.8);
	font-weight: 500;
	margin: 0;
}
.web-result .search-item .item-header .url a {
	font-size: 80%;
	color: #66BB6A;
}
.web-result .search-item .item-excerpt {
	font-size: 14px;
	color: #999;
}

/*--------------------------------------------------------------
11.4. Portfolio
--------------------------------------------------------------*/
.port-nav-container .port-nav {
	float: right;
	width: 70px;
	background-color: #eee;
	text-align: center;
}
.port-nav-container .port-nav a {
	color: rgba(0,0,0,.3);
	display: inline-block;
	padding: 12px 6px;
}
.port-nav-container .port-nav a.active {
	color: rgba(0,0,0,.8);
}
.port-nav-container .port-tabs {
	width: calc(100% - 70px);
}

.portfolio .portfolio-grid {
	width: calc(100% + 3px);
}
.portfolio .portfolio-list {
	width: 100%;
}
.portfolio .portfolio-grid a {
	display: inline-block;
	width: calc(50% - 3px);
	overflow: hidden;
	max-height: 300px;
	line-height: 0;
	margin-bottom: -2px;
}
.portfolio .portfolio-list a {
	display: block;
	width: 100%;
}
.portfolio .portfolio-grid a img,
.portfolio .portfolio-list a img {
	width: 100%;
}
.portfolio .portfolio-grid .mix-target,
.portfolio .portfolio-list .mix-target {
	display: none;
}


/*==============================================================
12. Apps
==============================================================*/

/*--------------------------------------------------------------
12.1. Calendar
--------------------------------------------------------------*/
.calendar {
	color: rgba(0,0,0,.8);
	background-color: #f7f7f7;
	padding: 20px 0;
}
.calendar .fulldate {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}
.calendar .fulldate .month {
	font-weight: 500;
}
.calendar .fulldate .date {
	display: none;
}
.calendar .fulldate .year {
	font-weight: 300;
}
.calendar table {
	text-align: center;
}
.calendar table thead {
	border-bottom: none;
	font-weight: 500;
}
.calendar table tr {
	border-bottom: 0 solid #fff;
}
.calendar table td {
	padding: 3px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.calendar table td span {
	height: 37px;
	width: 37px;
	line-height: 2.4;
	border-radius: 50%;
	display: block;
	margin: 0 auto
}
.calendar table td:hover span {
	background-color: #3EB1D6;
	color: rgba(255,255,255,.9);
}
.calendar table td.prev-month {
	color: rgba(0,0,0,.4);
}
.calendar table td.current-date span {
	font-weight: 700;
	color: #fff;
	background: #2D9FC4;
}
.calendar_schedule {
	padding: 0;
	margin: 0;
	list-style: none;
}
.calendar_schedule li {
	padding: 15px 0;
}
.calendar_schedule li .schedule-name {
	font-size: 16px;
	margin:0;
}
.calendar_schedule li .schedule-time {
	color: #999;
	font-size: 14px;
}
.calendar_schedule li .schedule-time .icon {
	display: inline-block;
	margin:0 10px 0 0;
}
.calendar_schedule li .schedule-icon {
	float: right;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	background: #ddd;
	margin-left: 5px;
}
.calendar_schedule li .schedule-icon img {
	width: 100%;
}
@media only screen and (min-width: 601px) {	
	.calendar {
		padding: 20px 0;
	}
	.calendar .fulldate {
		background-color: #fff;
		padding: 75px 0;
		margin-bottom: 0;
		border-radius: 5px;
	}
	.calendar .fulldate .month,
	.calendar .fulldate .date,
	.calendar .fulldate .year {
		display: block;
	}
	.calendar .fulldate .month {
		line-height: .5;
	}
	.calendar .fulldate .date {
		font-size: 4em;
		line-height: .9em;
	}
}

/*--------------------------------------------------------------
12.2. Chat
--------------------------------------------------------------*/
.chat {
	padding:0;
	margin:10px 0 60px 0;
	list-style: none;
}
.chat > li {
	margin: 0 0 25px 0;
}
.chat .tl-date {
	text-align: center;
	color: #999;
}
.chat .opponent .pic,
.chat .self .pic {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.chat .opponent .pic {
	float: left;
	margin: 0 15px 0 0;
}
.chat .self .pic {
	float: right;
}
.chat .opponent .pic img,
.chat .self .pic img {
	width: 100%;
}
.chat .opponent .message,
.chat .self .message,
.chat .self .messages,
.chat .opponent .messages {
	padding: 10px;
	width: calc(100% - 65px);
	border-radius: 10px;
}
.chat .opponent .message,
.chat .opponent .messages {
	background: #fff;
	margin:0 0 0 65px;
	border: 1px solid #E6EFF2;
}
.chat .self .message,
.chat .self .messages {
	background: #E6EFF2;
	margin: 0;
}
.chat .self .messages,
.chat .opponent .messages {
	padding: 0;
	list-style: none;
}
.chat .self .messages > li,
.chat .opponent .messages > li {
	padding: 10px;
}
.chat .opponent .messages > li:not(:last-child) {
	border-bottom: 1px solid #E6EFF2;
}
.chat .self .messages > li:not(:last-child) {
	border-bottom: 1px solid #C5E1EB;
}
.chat .self .messages img,
.chat .opponent .messages img,
.chat .self .message img,
.chat .opponent .message img {
	width: 100%;
}
.chat .latest-seen {
	font-size: 12px;
	color: #999;
	padding: 2px 0;
	margin: 0 0 0 65px;
	display: block;
}
.chat-msg-form {
	background-color: #2D9FC4;
	padding: 15px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.chat-msg-form .container {
	width: 100%;
}
@media only screen and (min-width: 601px) {
	.chat-msg-form .container {
		width: 85%;
	}
}
@media only screen and (min-width: 993px) {
	.chat-msg-form .container {
		width: 70%;
	}
}
.chat-msg-form .row {
	margin-bottom: 0;
}
.chat-msg-form span {
	display: inline-block;
}
.chat-msg-form span.img-icon {
	text-align: center;
	width: 40px;
	color: #E6EFF2;
}
.chat-msg-form span.input-form {
	width: calc(100% - 100px);
}
.chat-msg-form span.input-form input {
	background: #fff;
	margin: 0;
	border-bottom: none;
	padding: 5px;
	height: auto;
	box-sizing: border-box;
}
.chat-msg-form span.input-form input:focus {
	border-bottom: none;
	box-shadow: none;
}
.chat-msg-form span.send-button {
	width: 50px;
	text-align: center;
}
.chat-msg-form span.send-button button {
	background: transparent;
	border: transparent;
	font-weight: 700;
	color: #fff;
}

/*--------------------------------------------------------------
12.3. Login & Signup
--------------------------------------------------------------*/
.login-box {
	background-color: #fff;
	max-width: 500px;
	margin: 0 auto;
}
.login-box .additional-text {
	color: #999;
	font-size: 14px;
	margin-bottom: 0;
}
.login-box .check [type="checkbox"]+span:not(.lever):before,
.login-box .check [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
	left: 7px;
}
.login-box .check [type="checkbox"]+span:not(.lever) {
	padding-left: 45px;
}
.login-box .check [type="checkbox"]:not(checked)+span:not(.lever):before,
.login-box .check [type="checkbox"]:not(checked):not(.filled-in)+span:not(.lever):after {
	border: 2px solid rgba(0,0,0,.25);
}
.login-box .check [type="checkbox"]:checked+span:not(.lever):before {
	border-right: 2px solid #2D9FC4;
    border-bottom: 2px solid #2D9FC4;
	border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

/*==============================================================
13. Footer
==============================================================*/
.footer {
	background: #f7f7f7;
	color: rgba(0,0,0,.6);
	text-align: center;
	padding: 30px 20px;
}
.footer .ft-header {
	border-bottom: 1px solid rgba(0,0,0,.06);
	padding: 0 15px 15px 15px;
	margin-bottom: 15px;
}
.footer .ft-header .title {
	color: rgba(0,0,0,.8);
	margin: 0 0 5px;
	font-weight: 300;
}
.footer .ft-header .title span {
	font-weight: 700;
}
.footer .ft-header .desc {
	margin: 0;
	font-size: 90%;
}
.footer .socmed a {
	color: rgba(0,0,0,.8);
	background-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 1.9;
	display: inline-block;
	margin: 0 1px;
}
.footer .copyright {
	font-size: 85%;
}
.footer .ft-menu a {
	font-size: 97%;
	margin-right: 6px;
	text-decoration: underline;
}
#to-top {
	position: fixed;
	right: 20px;
	bottom: 30px;
	width: 35px;
	height: 35px;
	line-height: 2.3;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	cursor: pointer;
	background:rgba(0,0,0,0.3);
	color: #fff;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	z-index: 111;
	border-radius: 50%;
}
