/*
Name : Amazing - Multiconcept News, Magazine, Blog and eCommerce Mobile Template
Author : Ngetemplates
Author URL : https://themeforest.net/user/ngetemplates
/* --------------------------------
Table of Contents
- General
- Navbar
- Side Nav
- Slider
- Popular Post
- Post
- Single Post
- Search Result
- Author Page
- Contact
- Login 
- Register
- Error 404
- Footer   
-------------------------------- */

/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

/* ------------------------------
  General
---------------------------------*/
body {
	margin: 0;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
	background: #fff;
	background-size: cover;
	color: #787878;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	color: #fff;
	/*color: #464646;*/
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #fff;
	/*color: #464646;*/
}

p {
	margin: 5px 0;
	line-height: 22px;
}

.section {
	padding: 20px 0;
}

.section h5 {
	font-weight: 500;
	margin: 0 0 10px 0;
}

.pages {
	margin-top: 55px !important;
}

.pages-head {
	text-align: center;
	padding: 0 10px 15px 10px;
	text-transform: uppercase;
}

.pages-head h3 {
	font-size: 18px;
	font-weight: 700;
}

.bg-second {
	background: #f4f4f4;
}

.section-head {
	text-align: center;
	margin: 0 auto 15px auto;
}

.section-head h4 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search] {
	background-color: transparent;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
	height: 36px;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 0 12px;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
	font-size: 13px;
}

textarea.materialize-textarea {
	background-color: transparent;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
	height: auto;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 12px;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
	font-size: 13px;
}


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]: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: 1px solid #ccc;
  box-shadow: none;
  font-size: 13px;
}	

::-webkit-input-placeholder { 
  /*color: #111;*/
  color: #fff;
}
::-moz-placeholder { 
  color: #fff;
}
:-ms-input-placeholder { 
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}

/* ------------------------------
  Button
---------------------------------*/
.button-default {
	background: #3498db;
	color: #ffffff;
	box-shadow: none;
	margin: 10px 0 10px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: 600;
	border-radius: 4px;
	border: 1px solid #3498db;
	height: 30px;
	line-height: 29px;
}

.button-fullwidth {
	width: 100%;
	text-align: center;
}

.button-default a {
	color: #ffffff;
}

.button-default:hover {
	background: #3498db;
	opacity: 0.9;
	box-shadow: none;
}

/* ------------------------------
  Navbar
---------------------------------*/
.navbar-top {
	background: #fff;
	border-bottom: 2px solid #f0f0f0;
	height: 55px;
	width: 100%;
	padding: 5px 18px;
	border-top: 3px solid #3498db;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	position: fixed;
	z-index: 99;
}

.site-brand {
	text-align: center;
	display: inline-block;
}

.site-brand a h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
}

.site-brand a h1 span {
	color: #3498db;
}

/* ------------------------------
  Sidenav
---------------------------------*/
/* 6-1. USER ACCOUNT SIDEBAR RIGHT */

.user_login_info{
padding:0px;
}
.user_thumb{
width:100%;
margin:auto;
position:relative;
}
.user_thumb img{
display:block;
max-width:100%;
z-index:777;
}
.user_details{
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:132px;
z-index:888;
background:url(images/trans_black_gradient.png) repeat-x;
}
.user_details p{
padding:40px 0 0 10px;
text-align:left;
font-size:14px;
color:#ef7c89;
}
.user_details p span{
display:block;
font-size:22px;
padding:5px 0 0 0;
color:#ffffff;
}
.user_avatar{
z-index:999;
position:absolute;
bottom:15px;
right:15px;
width:30%;
}
.user_avatar img{
display:block;
max-width:100%;
margin:10px 0 0 0;
border-radius:50%;
}
.user-nav{
padding:20px 5% 0 5%;
}
.user-nav ul{
width:100%;
list-style:none;
padding:0px;
margin:0px;
display:block;
}
.user-nav ul li{
width:90%;
list-style:none;
padding:5px 0 10px 0;
margin:0 0 0 5%;
display:inline-block;
text-align:center;
border-bottom:1px #d6707b solid;
}
.user-nav ul li img{
display:inline-block;
max-width:12%;
float:left;
padding: 14px 0 0 0;
}
.user-nav ul li span{
display:block;
float:left;
text-align:left;
padding:5px 0 0 20px;
}
.user-nav ul li strong{
display:block;
float:right;
text-align:left;
margin:0 5px 0 0;
width:30px;
height:30px;
line-height:30px;
text-align:center;
-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;
background-color:#222222;
color:#fff;
}
.user-nav ul li a{
color:#fff;
font-size:14px;
font-weight:300;
color:#222222;
}

.side-nav a {
	font-size: 13px;
	height: 45px;
}

.side-nav li.active {
	background: #fbfbfb;
}

.side-nav-panel-left {
	float: left;
	font-size: 28px;
}

.side-nav-panel-left i {
	color: #333;
}

.side-nav-panel-right {
	float: right;
	font-size: 22px;
	position: relative;
	top: 5px;
}

.side-nav-panel-right i {
	color: #333;
	position: relative;
	right: -2px;
}

/*.side-nav-panel-right span {
	position: relative;
	background: #3498db;
	color: #fff;
	top: -6px;
	border-radius: 50%;
	padding: 1px 6px;
	font-size: 12px;
}*/

.side-nav-panel-right .panel-cart {
	padding: 20px 8px 20px 8px;
}

.side-nav-panel-right .panel-cart i {
	cursor: pointer;
	position: relative;
	top: -3px;
	font-size: 18px;
	float: right;
}

/*.side-nav-panel-right .panel-cart span {
	background: transparent;
	color: #3498db;
	font-size: 15px;
	padding: 0;
}
*/
/*.side-nav-panel-right .panel-cart img {
	width: 100%;
	height: 100%;
}*/

/*.side-nav-panel-right .panel-cart a {
	font-size: 16px;
	line-height: 10px;
	padding-left: 0;
	padding-right: 0;
}

.side-nav-panel-right .panel-cart a:hover {
	background: transparent;
}

.panel-cart .total-price {
	border-top: 1px solid #eee;
	padding-top: 20px;
	text-align: center;
}*/

.panel-cart .total-price h5 {
	font-size: 18px;
	font-weight: 600;
}

.panel-cart .total-price .button-default {
	margin-top: 15px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 2px;
	margin-right: 2px;
}

.side-nav-left {
	font-size: 22px;
	color: #313131;
}

.side-nav-panel {
	text-align: left;
}

.side-nav-panel li a {
	color: #444;
}

.side-nav-panel li {
	font-weight: 700;
	border-bottom: 1px solid #f9f9f9;
}

.side-nav-panel li:last-child {
	border-bottom: 0px solid #f5f5f5;
}

.side-nav-panel .li-top {
	padding-top: 4px;
}

.side-nav-panel .li-search {
	background: #fafafa;
	padding: 24px 16px 0;
	background: #fafafa;
}

.side-nav-panel li .search-form {
	position: relative;
	display: block;
	width: 100%;
}

.side-nav-panel li .search-form input {
	width: calc(100% - 40px);
	float: left;
	border: 1px solid #eee;
	background: #fff;
	font-weight: 400;
}

.side-nav-panel li .search-form .button {
	float: right;
	display: block;
	height: 36px;
	background: #fff;
	border: 1px solid #eee;
	font-size: 20px;
	line-height: 20px;
	width: 35px;
}

.side-nav-panel li a:hover {
	background: transparent;
}

.side-nav-panel li a i {
	margin: 0 8px 0 0;
	font-size: 16px;
	color: #333333;
	line-height: 45px;
}

.side-nav-panel-left .collapsible {
	border: 0;
}

.side-nav .collapsible-body ul li a {
	color: #333;
	margin-left: 18px;
}

.side-nav .collapsible-header {
	padding: 0;
	color: #444;
	font-size: 13px;
	font-weight: 400;
}

.side-nav .collapsible-header.active {
	border-bottom: 1px solid #f3f3f3;
}

.side-nav .collapsible-header:hover {
	background: transparent;
}

.side-nav .collapsible-header.active {
	background: #fbfbfb;
}

.collapsible-header i {
	width: auto;
	font-size: 16px;
	color: #333;
	margin-left: 17px;
}

.collapsible-header span i {
	float: right;
	color: #666;
	font-size: 16px;
}


/* ------------------------------
  Slider
---------------------------------*/
.slider {
	margin-top: 54px;
	height: 260px !important;
}

.slider .slides {
	height: 260px !important;
}

.slider-content {
	margin: 10px auto;
	top: 40% !important;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	position: relative;
	flex-shrink: 0;
	padding-left: 18px;
	padding-right: 18px;
}

.slider .slides li img {
	width: 100%;
	height: 100%;
}

.slider .slides li::before {
	background-color: #000;
	opacity: 0.6;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider-content h2 {
	line-height: 25px;
}

.slider-content h2 a {
	font-weight: 700;
	margin-bottom: 8px;
	letter-spacing: 1px;
	color: #fefefe;
	font-size: 20px;
}

.slider-content h4 {
	font-size: 18px;
	color: #ffffff;
}


.slider-content .button-default {
	margin: 20px 0;
	line-height: 27px;
}

.slider .indicators {
	position: relative;
	bottom: 35px;
	z-index: 95;
	text-align: right;
	padding-right: 13px;
}

.slider .indicators .indicator-item {
	z-index: 1000;
	height: 9px;
	width: 9px;
	background: #cccccc;
	margin: 0 5px;
	border-radius: 0;
}

.slider .indicators .indicator-item.active {
	background: #ffffff;
}

/* ------------------------------
	popular post
---------------------------------*/
.popular-post .item {
	margin: 2px 6px 2px 5px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.popular-post .item .date {
	font-size: 12px;
}

.popular-post .item h3 {
	line-height: 20px;
	margin-bottom: 5px;
}

.popular-post .item h3 a {
	font-weight: 600;
	font-size: 14px;
}

.popular-post .item img {
	width: 100%;
	height: 100%;
	padding: 10px;
}

.popular-post .price {
	color: #3498db;
	font-size: 18px;
}

.popular-post .price span {
	text-decoration: line-through;
	color: #787878;
}

.popular-post ul {
	padding: 0;
	margin: 10px 0 15px 0;
}

.popular-post ul li {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 2px 6px;
	margin: 0 2px;
}

.popular-post .item .category {
	font-size: 12px;
	color: #3498db;
}

.popular-post .owl-pagination {
	display: none;
}

.popular-post .owl-theme .owl-controls .owl-buttons .owl-prev {
	position: relative;
}

.popular-post .owl-theme .owl-controls .owl-buttons div {
	background: transparent;
}

.popular-post .owl-theme .owl-controls .owl-buttons .owl-prev:before {
	position: absolute;
	content: "\f104";
	font-family: FontAwesome;
	color: #444;
	width: 25px;
	height: 25px;
	border: 1px solid #ddd;
	text-align: center;
	padding: 2px 0;
	background: #fff;
	z-index: 1;
}

.popular-post .owl-theme .owl-controls .owl-buttons {
	position: relative;
}

.popular-post .owl-theme .owl-controls .owl-buttons:after {
	border-bottom: 1px solid #dedede;
	position: absolute;
	content: "";
	height: 1px;
	top: 17px;
	left: 0;
	right: 0
}

.popular-post .owl-theme .owl-controls .owl-buttons .owl-next {
	position: relative;
}

.popular-post .owl-theme .owl-controls .owl-buttons div {
	background: transparent;
	padding: 0;
	opacity: 1;
}

.popular-post .owl-theme .owl-controls .owl-buttons .owl-next:before {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	color: #444;
	width: 25px;
	height: 25px;
	border: 1px solid #ddd;
	text-align: center;
	padding: 2px 0;
	background: #fff;
	z-index: 1;
}

/* ------------------------------
	promo
---------------------------------*/
.section-promo {
	padding-bottom: 20px;
}

.promo {
	color: #fff;
	padding: 15px;
	background: linear-gradient(rgb(6, 6, 6),rgba(6, 6, 6, 0.47)), url(../img/promo.jpg) center no-repeat;
	background-size: cover;
}

.promo h4 {
	color: #fff;
}


/* ------------------------------
	post
---------------------------------*/
.post .post-head ul {
	padding: 0 0 4px 0;
	margin: 0;
	border-bottom: 1px solid #dedede;
}

.post .post-head ul li {
	display: inline-block;
}

.post .post-head ul .post-right {
	float: right;
}

.post .post-head h4 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
}

.post .select-wrapper {
    position: relative;
    top: -23px;
    font-weight: bold;
}

.post .select-wrapper input.select-dropdown {
	width: 110px;
	display: inline;
	text-align: right;
	padding: 0 20px 4px 0;
	color: #555;
	border-bottom: 0;
}

.post .dropdown-content {
	width: auto !important;
	box-shadow: none !important; 
	border: 1px solid #ddd;
}

.post .dropdown-content li {
	min-height: auto;
}

.post .dropdown-content li > a, .dropdown-content li > span {
	font-size: 10px;
	font-weight: 600;
	color: #444;
	padding: 6px 16px;
}

.post .select-wrapper span.caret {
	color: #fff;
	position: relative;
	top: 0;
}

.post .select-wrapper span.caret:after {
	position: absolute;
	content: "\f0c9";
	font-family: FontAwesome;
	color: #555;
	right: -110px;
	top: -7px;
	font-size: 16px;
}

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

.clear-both {
	clear: both;
}

.post .post-content {
	position: relative;
	top: -33px;
	margin-bottom: -33px;
}

.post .content h3 {
	line-height: 15px;
	margin-bottom: 5px;
}

.post .content h3 a {
	font-weight: 600;
	font-size: 15px;
}

.post .content .category {
	color: #3498db;
	font-size: 12px;
}

.post .content .date {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}

.post .top-post {
	margin-bottom: 16px;
}

.post .top-post h3 {
	line-height: 20px;
	margin-bottom: 5px;
}

.post .top-post h3 a {
	font-weight: 600;
	font-size: 18px;
}

.post .top-post .category {
	color: #3498db;
	font-size: 12px;
}

.post .top-post .date {
	font-size: 12px;
	color: #999;
	margin-top: 2px;
}

.post .no-mb {
	margin-bottom: 0;
}

.pagination-blog {
	padding: 0 0 30px 0;
	text-align: center;
	top: -10px;
	position: relative;
	margin-bottom: -18px;
}

.pagination-blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
        margin-top: 30px;
}

.pagination-blog ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	margin: 4px;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
}

.pagination-blog ul .active {
	border-color: #3498db;
	background: #3498db;
	color: #fff;
}

.pagination-blog ul .active a {
	color: #fff;
}

.post .post-content .content {
	text-align: center;
	border: 1px solid #ddd;
}

.post .post-content .content .price {
	color: #3498db;
	font-size: 18px;
}

.post .post-content .content .price span {
	text-decoration: line-through;
	color: #787878;
}

.post .post-content .content ul {
	padding: 0;
	margin: 10px 0 15px 0;
}

.post .post-content .content ul li {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 2px 6px;
	margin: 0 2px;
}

/* ------------------------------
  About us
---------------------------------*/
.about-us {
	margin: 0;
}

.about-us img {
	width: 100%;
	height: 100%;
	margin-bottom: 8px;
}

/* ------------------------------
  Blog 
---------------------------------*/
.blog img {
	width: 100%;
	height: 100%;
}

.blog .category {
	font-size: 12px;
	color: #3498db;
}
.blog h3 a {
	font-size: 16px;
}

/* ------------------------------
  Single post
---------------------------------*/
.single-post img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.single-post .date {
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
	margin-bottom: 12px;
}

.single-post h3 {
	line-height: 20px;
	margin: 5px 0 8px 0;
	font-weight: 600;
	font-size: 18px;
}

.single-post .category {
	font-size: 12px;
	color: #3498db;
}

.share-post {
	margin: 15px 0 25px;
}

.share-post ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.share-post ul li {
	display: inline-block;
	text-align: center;
	border: 1px solid #777;
	height: 35px;
	width: 35px;
	margin: auto;
	border-radius: 50%;
	line-height: 32px;
	margin: 0 3px;
	font-size: 18px;
}

.share-post ul li .fa-facebook {
	color: #3b5998;
}

.share-post ul li .fa-twitter {
	color: #00aced;
}

.share-post ul li .fa-google {
	color: #dd4b39;
}

.share-post ul li .fa-linkedin {
	color: #007bb6;
}

.comment img {
	border-radius: 50%;
}

.comment h5 {
	line-height: 20px;
	margin: 5px 0 15px 0;
	font-weight: 600;
	font-size: 17px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.comment-form .comment-head {
	margin-bottom: 20px;
}

.comment-form .comment-head h5 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 17px;
}

.comment-form .input-field {
	margin-top: 0;
}

.comment-form input, 
.comment-form textarea {
}

.comment-form .form-button .button-default {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: capitalize;
}

/* ------------------------------
  Single Productf
---------------------------------*/
.single-product img {
	width: 100%;
	height: 100%;
}

.single-product h3 {
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.single-product .price {
	color: #3498db;
	font-size: 20px;
}

.single-product .price span {
	text-decoration: line-through;
	color: #787878;
}

.single-product .comment {
	margin-top: 20px;
}

/* ------------------------------
  Cart
---------------------------------*/
.cart .content {
	border: 1px solid #ddd;
	padding: 20px 15px 5px;
}

.cart .content img {
	width: 100%;
	height: 100%;
}

.cart .content h5 {
	font-size: 15px;
	color: #565656;
	font-weight: 400;
}

.cart .content input {
	width: 34px;
}

.cart .content h5 i {
	cursor: pointer;
}

.cart .content .divider {
	height: 1px;
	background: #ccc;
	margin-bottom: 25px;
}

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

.cart .total h5 {
	font-size: 15px;
	color: #565656;
	font-weight: 400;
}

.cart .total .row {
	margin-bottom: 10px;
}

.cart .total .col.s5 {
	text-align: right;
}

.cart .button-default {
	margin-top: 10px;
}

/* ------------------------------
  Checkout
---------------------------------*/
.checkout .collapsible-header {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.checkout .collapsible {
	box-shadow: none;
	border-color: #ddd;
}

.checkout-content h5 {
	font-weight: 500;
	color: #555;
	font-size: 18px;
	margin-bottom: 0 !important;
}

.checkout-content .collapsible-body {
	padding: 18px;
}

.checkout-content .collapsible-body p {
	padding: 0;
}

.checkout-content h6 {
	font-weight: 500;
	color: #555;
	font-size: 16px;
	margin-bottom: 10px;
}

.checkout-content .checkout-radio {
	margin: 1px 0 10px 0;
}

.checkout-radio span {
	color: #454545;
	font-weight: 500;
}

.checkout-login {
	margin-top: 20px;
	border-top: 1px dotted #ddd;
	padding-top: 30px;
}

.checkout-login h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.checkout-login h6 span {
	font-weight: 600;
	color: #555;
	font-size: 18px;
}

.checkout-login p {
	margin: 5px 0 30px;
}

.checkout .input-field {
	margin-top: 0;
}

.checkout-login .button-default {
	margin-bottom: 0;
}

.billing-information h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.shipping-information h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.cart-details h5 {
	font-size: 14px;
}

.payment-mode ul {
	margin-left: 35px;
}

.payment-mode ul li {
	display: inline-block;
}

.payment-mode .button-default {
	margin-top: 20px;
}

.order-review .cart-product img {
	width: 100%;
	height: 100%;
}

.order-review .divider {
	height: 15px;
	background: transparent;
	width: 100%;
}

.order-review .cart-product a {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.order-review .cart-product span {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.order-review input {
	width: 34px;
}

.order-review .row {
	margin-bottom: 0;
}

.final-price {
	margin-top: 20px;
}

.final-price h5 {
	font-weight: 600;
}

.final-price span {
	font-weight: 500;
}

/* ------------------------------
  Search Result
---------------------------------*/
.search-result .search-form {
	position: relative;
	width: 100%;
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}


.search-result .title-result {
	margin-bottom: 12px;
}

.search-result .title-result h5 {
	margin-bottom: 0;
}

.search-result .title-result p {
	margin-bottom: 0;
}

.search-result h5 {
	font-weight: 600;
	font-size: 18px;
}

.search-result h5 a {
	color: #3498db;
}

.search-result .search-form input {
	width: calc(100% - 40px);
	float: left;
}

.search-result .search-form .button {
	float: right;
	height: 36px;
	width: 36px;
	background: #fff;
	border: 1px solid #ddd;
}

.search-result img {
	width: 100%;
	height: 100%;
}

.search-result h3 {
	line-height: 15px;
	margin-bottom: 5px;
}

.search-result h3 a {
	font-weight: 600;
	font-size: 15px;
}

.search-result .category {
	color: #3498db;
	font-size: 12px;
}

.search-result .date {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}

/* ------------------------------
  Author Page
---------------------------------*/
.author-page h5 {
	font-weight: 600;
	font-size: 18px;
}

.author-profile {
	border-bottom: 1px solid #eee;
	margin-bottom: 23px;
}

.author-page img {
	width: 100%;
	height: 100%;
}

.author-page h3 {
	line-height: 15px;
	margin-bottom: 5px;
}

.author-page h3 a {
	font-weight: 600;
	font-size: 15px;
}

.author-page .category {
	color: #3498db;
	font-size: 12px;
}

.author-page .date {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}

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

.author-profile ul li {
	display: inline-block;
	text-align: center;
	border: 1px solid #777;
	height: 25px;
	width: 25px;
	margin: auto;
	border-radius: 50%;
	line-height: 25px;
	margin: 0 2px;
	font-size: 14px;
}

.author-profile ul li .fa-facebook {
	color: #3b5998;
}

.author-profile ul li .fa-twitter {
	color: #00aced;
}

.author-profile ul li .fa-google {
	color: #dd4b39;
}

.author-profile ul li .fa-linkedin {
	color: #007bb6;
}

/* ------------------------------
  Contact, Login, Register
---------------------------------*/
.contact-us input, 
.contact-us textarea,
.login input, 
.login textarea,
.register input, 
.register textarea {
	border: 1px solid #ddd;
}

.login .input-field,
.register .input-field {
	margin-top: 0;
}

.login h6 {
	font-size: 13px;
	font-weight: 600;
}

.register h6 {
	font-size: 13px;
	font-weight: 600;
}

.register h6 a {
	color: #3498db;
}

.contact-us .button-default {
	margin-top: 10px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.login .button-default {
	margin-top: 25px;
	text-transform: capitalize;
}

.register .button-default {
	margin-top: 25px;
	text-transform: capitalize;
}

/* ------------------------------
  Error 404
---------------------------------*/
.error404 {
	text-align: center;
}

.error404 h4 {
	padding-top: 28px;
	display: inline-block;
	letter-spacing: 2px;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border-radius: 50%;
	border: 3px solid #444;
	font-size: 30px;
}

.error404 h5 {
	line-height: 20px;
	margin: 5px 0 8px 0;
	font-weight: 600;
	font-size: 18px;
}

/*loader custom color*/
.spinner4 {
	background: #3498db;
}

/* ------------------------------
  Footer
---------------------------------*/
.footer {
	/*background: #111111;*/
	/*background: #3498db;
	padding: 35px 0;*/
	background: #3498db;
    padding-top: 11px;
    padding-bottom: 40px;
}

.about-us-foot {
	text-align: center;
	color: #eee;
}

.about-us-foot span {
	color: #3498db;
}

.about-us-foot h6 {
	color: #ffffff;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.social-media {
	text-align: center;
	margin: 16px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #222222;
}

.social-media a {
	margin: 0 3px;
}

.social-media a i {
	text-align: center;
	color: #ffffff;
	border: 1px solid #ffffff;
	height: 30px;
	width: 30px;
	margin: auto;
	border-radius: 50%;
	line-height: 29px;
}

.comment img {
	border-radius: 50%;
}

.copyright {
	text-align: center;
	padding: 20px 0 0 0;
}

.copyright span {
	color: #eeeeee;
	text-align: center;
}

/*product detail page*/

.product .entry {
    position: relative;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    background: #fff;
}
.product .entry img {
    width: 100%;
    height: 100%}
.rating .active {
    color: #fecd2d;
}
.product .entry h5 {
    font-size: 18px;
}
.product .entry h6, .product .entry .rating, .product .entry .price {
    margin-top: 6px;
}
.product .entry .price h5 {
    color: #f57c00;
}
.product-btn {
    background: #f2f2f2;
    border: 0;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 8px;
}
.product-btn i {
    background: #f57c00;
    padding: 8px 7px 10px;
    color: #fff;
}
.product-btn span {
    color: #555;
    font-weight: 500;
    padding: 0 4px 0 3px;
    position: relative;
    top: 1px;
}
.product .pagination {
    text-align: center;
}
.product .pagination li.active {
    background: #f57c00;
}
@media (max-width: 350px) {
    .product .entry {
    padding: 2px;
}
.product-btn span {
    padding: 0 6px 0 4px;
}
}.product-details .entry {
    position: relative;
}
.product-details .entry img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 5px;
}
.product-details .entry .tabs {
    height: auto;
}
.product-details .entry .tabs a.active {
    border: 1px solid #f57c00;
}
.product-details .entry .tabs a {
    border: 1px solid #ddd;
}
.product-details .entry .tabs img {
    border: 0;
}
.product-details .entry .tabs .indicator {
    height: 0;
    background: transparent;
}
.product-details .entry .tabs .tab {
    height: auto;
}
.product-details .details .button {
    margin-top: 20px;
}
.product-details .desc-review {
    margin-top: 30px;
}
.product-details .desc-review .tabs {
    height: 30px;
}
.product-details .desc-review .tabs .indicator {
    background: #f57c00;
}
.product-details .desc-review .tab {
    height: 30px;
    text-transform: none;
}
.review .comment .content .entry {
    overflow: hidden;
    margin-bottom: 22px;
}
.review .comment .content p {
    margin: 8px 0;
}
.review .comment .content img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
    border-radius: 50%}
.review .comment .content {
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
}
.review .post-review {
    margin-top: 20px;
}
.review .post-review h6 {
    margin-bottom: 15px;
}

.team_count{
    padding: 6px 15px;
    margin-left: 30px;
    background-color: #3498db;
    border-radius: 12px;
}
.pro_detail{
    padding: 6px 15px;
    margin-left: 20px;
    border-radius: 12px;
}

.member_id{
	margin: 2px;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: 0.5px;
    transition: .2s ease-out;
    border-radius: 2px;
    display: inline-block;
    height: 35px;
    line-height: 36px;
    outline: 0;
    padding: 0px 0.5rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.footer_bottom{
	background-color: #000;
    padding-top: 2px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer-icon{
	margin: 5px 0 0 !important;
    padding-bottom: 5px !important;
}
.footer-icon a{
	margin: 0 15px !important;
}
.footer-icon a i{
	font-size: 20px !important;
	border: 1px solid #000 !important;
}
.edit_picture{
	outline-width: 0;
    padding: 10px;
    background: #9e9e9e;
    border-radius: 50%;
    color: #000;
}