/*------------------------------------------------------------------
Theme Name: DOOZY
Version:	1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. Global Styles
	2. Topbar
	3. Header  
		3.1. Header - Navmenu
	4. Footer 
	5. Main Content 
	6. 404 Styles 
	7. About Styles 
	8. Blog Styles 
	9. Sidebar Styles 
	10. Team Styles 
	11. Pricing Styles 
	12. Login / Register 
	13. FAQ Styles 
	14. Cart Styles 
	15. Contact Styles 
	16. Shop Styles 
	17. Portfolio Styles 
	18. Responsive Styles 
	
-------------------------------------------------------------------*/

/* 1. Global Styles */

body {
	font-family: Courgette;
	color: #464545;
	background: #000 url(../images/pat.png);
}

.index_1 {
	background: #fefcfd url(../images/pat2.png);
}

.body {
	overflow: hidden;
	width: 100%;
}

p {
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #464545;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Courgette;
	margin: 0;
	font-weight: 300;
}

a {
	color: #ff5969;
	transition: .3s;
}

a:hover {
	text-decoration: none;
	color: #464545;
	transition: .3s;
}

a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
	font-family: Courgette;
}

ul {
	padding: 0;
}

ul li {
	list-style: none;
}

input, textarea,
input:focus, textarea:focus {
	outline: 0;
}

button, button:hover {
	transition: .4s;
}

.space10 {
	margin-bottom: 10px;
}

.space15 {
	margin-bottom: 15px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 10px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.space100 {
	margin-bottom: 100px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* 2. Topbar */

.topbar {
	height: 5px;
	background-color: #FF5969;
}

.topbar ul {
	margin: 10px -15px;
	display: table;
	float: right;
}

.topbar ul li {
	font-size: 13px;
	color: #fff;
	float: left;
}

.topbar ul li:first-child a {
	border-left: 0px;
}

.topbar ul li:last-child a {
	border-right: 0px;
}

.topbar ul li a {
	color: #fff;
	height: 16px;
	line-height: 16px;
	padding: 0 15px;
	border-right: 1px solid #1e1e1e;
	border-left: 1px solid #4e4e4e;
}

.topbar ul li a:hover {
	color:#ff5969;
}

.topbar ul li a span {
	color: #9a9a9a;
}

.search {
	width: 425px;
	height: 44px;
	float: right;
	position: relative;
	margin-right: 20px;
}

.search input {
	width: 435px;
	height: 44px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 20px;
	font-size: 14px;
	font-style: italic;
	color: #666;
}

.search button {
	width: 44px;
	height: 44px;
	border: none;
	background: transparent;
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 45px;
	text-align: center;
	color: #929292;
	font-size: 15px;
}

.shop-cart {
	width: 220px;
	height: 44px;
	background-color: #ff5969;
	color: #fff;
	display: table;
	line-height: 42px;
	padding: 0 15px;
	float: right;
	text-align:center;
	cursor:pointer;
}

.shop-cart i {
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.shop-cart:hover {
	background: #333;
	color: #fff;
}

/* 3. Header */

.header {
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 4px #f7f7f7;
	-moz-box-shadow: 1px 2px 4px #f7f7f7;
	box-shadow: 1px 2px 4px #f7f7f7;
}

header {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

header .col-md-8 {
	padding: 7px 15px;
}

/* 3.1. Header - Navmenu */

#navmenu,
#navmenu ul,
#navmenu ul li,
#navmenu ul li a,
#navmenu #menu-button {
	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;
}

#navmenu:after,
#navmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#navmenu #menu-button {
	display: none;
}

#navmenu {
	width: auto;
	font-family: Courgette;
	position: relative;
	z-indeX: 100000;
}

#navmenu > ul > li {
	float: left;
	margin-right: 3px !important;
}

#navmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}

#navmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#navmenu.align-center ul ul {
	text-align: left;
}

#navmenu.align-right > ul > li {
	float: right;
}

#navmenu.align-right ul ul {
	text-align: right;
}

#navmenu > ul > li > a {
	padding: 27px 25px;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	font-size: 22px;
	text-transform: none;
	color: #464545;
	background: #f7f7f7;
	border-bottom: 5px solid #f1f1f1;
}

#navmenu > ul > li:hover > a,
#navmenu > ul > li.active > a {
	color: #fff;
	background: #ff5969;
	border-bottom: 5px solid #f24d5d;
	font-size: 22px;
}

#navmenu > ul > li.has-sub > a {
	padding-right: 30px;
}

#navmenu > ul > li.has-sub > a::after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 12px;
	margin-left: 8px;
}

#navmenu > ul > li.has-sub:hover > a::after {
	border-color: #009ae1;
}

#navmenu ul ul {
	position: absolute;
	left: -9999px;
}

#navmenu li:hover > ul {
	left: auto;
}

#navmenu.align-right li:hover > ul {
	right: 0;
}

#navmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#navmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#navmenu ul ul li {
	height: 0;
	-webkit-transition: height .3s ease;
	-moz-transition: height .3s ease;
	-ms-transition: height .3s ease;
	-o-transition: height .3s ease;
	transition: height .3s ease;
}

#navmenu ul li:hover > ul > li {
	height: 44px;
}

#navmenu ul ul li a {
	padding: 17px 20px;
	width: 180px;
	font-size: 12px;
	background: #333333;
	text-decoration: none;
	color: #dddddd;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#navmenu ul ul li:hover > a,
#navmenu ul ul li a:hover {
	color: #ffffff;
	background: #ff5969;
}

#navmenu ul ul li.has-sub > a::after {
	position: absolute;
	top: 23px;
	right: 15px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#navmenu.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#navmenu ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}

@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#navmenu {
	width: 100%;
}

#navmenu ul {
	width: 100%;
	display: none;
}

#navmenu.align-center > ul,
  #navmenu.align-right ul ul {
	text-align: left;
}

#navmenu ul li,
  #navmenu ul ul li,
  #navmenu ul li:hover > ul > li {
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(120, 120, 120, 0.15);
}

#navmenu ul li a,
  #navmenu ul ul li a {
	width: 100%;
}

#navmenu > ul > li:hover > a,
#navmenu > ul > li.active > a {
	border-bottom: 0px solid #f24d5d;
}

#navmenu > ul > li,
  #navmenu.align-center > ul > li,
  #navmenu.align-right > ul > li {
	float: none;
	display: block;
}

#navmenu ul ul li a {
	padding: 20px 20px 20px 30px;
	font-size: 12px;
	color: #fff !important;
	background: none;
}

#navmenu ul ul li:hover > a,
  #navmenu ul ul li a:hover {
	color: #fff !important;
}

#navmenu ul ul ul li a {
	padding-left: 40px;
}

#navmenu ul ul,
  #navmenu ul ul ul {
	position: relative;
	left: 0;
	right: auto;
	width: 100%;
	margin: 0;
}

#navmenu > ul > li.has-sub > a::after,
#navmenu ul ul li.has-sub > a::after {
	display: none;
}

#menu-line {
	display: none;
}

#navmenu #menu-button {
	display: block;
	padding: 20px;
	color: #000000;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}

#navmenu #menu-button::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 15px;
	height: 2px;
	background: #000000;
}

#navmenu #menu-button::before {
	content: '';
	position: absolute;
	top: 25px;
	right: 20px;
	display: block;
	width: 15px;
	height: 7px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#navmenu .submenu-button {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.15);
	height: 52px;
	width: 52px;
	cursor: pointer;
}

#navmenu .submenu-button::after {
	content: '';
	position: absolute;
	top: 21px;
	left: 26px;
	display: block;
	width: 1px;
	height: 11px;
	background: #000000;
	z-index: 99;
}

#navmenu .submenu-button::before {
	content: '';
	position: absolute;
	left: 21px;
	top: 26px;
	display: block;
	width: 11px;
	height: 1px;
	background: #000000;
	z-index: 99;
}

#navmenu .submenu-button.submenu-opened:after {
	display: none;
}
}

/* 4. Footer */

footer {
	background: #363636;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

footer .col-md-7 {
	width: 65%;
}

footer .col-md-5 {
	width: 35%;
}

.f-widget {
	margin-bottom: 55px;
}

.f-widget h5 {
	margin: 0 0 29px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.f-widget a, .f-widget p {
	color: #b3b3b3;
}

.f-widget p {
	margin-bottom: 13px;
}

.f-widget a:hover {
	color: #ff5969;
}

.f-links li {
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}

.f-links li:last-child {
	margin-bottom: 0;
}

.f-links li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 0;
	color: #ff5969;
	font-size: 18px;
}

.f-widget .f-info p i {
	width: 30px;
	display: inline-block;
}

.newsletter {
	position: relative;
}

.newsletter input {
	width: 100%;
	height: 40px;
	background-color: #fff;
	padding: 5px 65px 5px 20px;
	border: none;
}

.newsletter button {
	width: 47px;
	height: 40px;
	background-color: #ff5969;
	border: none;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.f-social li {
	float: left;
	margin-right: 7px;
}

.f-social li a {
	font-size: 22px;
}

.footer-bottom-wrap {
	background: url(../images/sep.png) repeat-x top right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.footer-bottom p {
	margin-top: 12px;
	color: #525252;
}

.payment {
	display: table;
	float: right;
	margin-right: -3px;
}

.payment li {
	float: left;
}

.payment li img {
	opacity: 0.6;
	transition: .4s;
}

.payment li img:hover {
	opacity: 1;
	transition: .4s;
}

/* 5. Main Content */

.main-content {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px #f0f0f0;
	-moz-box-shadow: 0 0 10px #f0f0f0;
	box-shadow: 0 0 10px #f0f0f0;
	width: 1230px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}

.bcrumbs {
	height: 28px;
	border: solid 1px #dfdfdf;
	overflow: hidden;
	display: table;
	border-radius: 2px;
}

.bcrumbs li {
	float: left;
}

.bcrumbs li a {
	height: 28px;
	border-right: 1px solid #dfdfdf;
	font-size: 16px;
	color: #595959;
	padding: 3px 13px 0;
	display: table;
}

.bcrumbs li span {
	background: #eeeeee;
	padding: 0 25px;
	height: 28px;
	color: #464545;
	font-size: 13px;
	display: table;
	line-height: 27px;
}

/* 6. 404 Styles */

.error-content h4 {
	font-family: Courgette;
	font-size: 24px;
	color: #464545;
	text-align: center;
	font-weight: 400;
	margin: 0 0 55px;
}

.error-content img {
	display: table;
	margin: 0 auto;
}

.error-content p {
	font-size: 24px;
	color: #464545;
	line-height: 40px;
	text-align: center;
	padding: 45px 20% 70px;
}

.error-content p a {
	color: #ff5969;
}

/* 7. About Styles */

.about h4 {
	font-family: Courgette;
	font-size: 24px;
	color: #ff5969;
	margin: 0 0 25px;
	font-weight: 400;
	background: none !important;
}

.about p {
	font-size: 15px;
	color: #464545;
	line-height: 30px;
	margin-bottom: 28px;
}

.about .col-md-8 {
	padding-left: 25px;
}

.about-content {
	padding-bottom: 75px;
}

.about-content h4 {
	background: url(../images/sep2.png) repeat-x right;
	margin: 0 0 40px;
}

.about-content h4 span {
	background: #fff;
	padding-right: 18px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
}

.about-info {
	padding: 0 10px;
	margin-bottom: 7px;
}

.ai-info {
	background: #f7f7f7;
	padding: 22px;
}

.ai-info i {
	width: 67px;
	height: 67px;
	-webkit-border-radius: 33px 34px 34px 33px/33px 33px 34px 34px;
	-moz-border-radius: 33px 34px 34px 33px/33px 33px 34px 34px;
	border-radius: 33px 34px 34px 33px/33px 33px 34px 34px;
	background-color: #ff5969;
	margin: 0 auto;
	margin-bottom: 20px;
	display: table;
}

.ai-info h5 {
	font-size: 15px;
	font-weight: bold;
	color: #464545;
	text-align: center;
	margin: 0 0 20px;
}

.ai-info i img {
	display: table;
	margin: 16px auto;
}

.ai-info p {
	text-align: center;
	line-height: 30px;
}

.about-slider {
	margin: 0 -10px;
}

.about-slider .slick-prev, .sblog-slider .slick-prev {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	padding: 0;
	top: -60px;
	right: 25px;
	left: auto;
	height: 20px;
	border: medium none;
	width: 25px;
}

.about-slider .slick-prev:after, .sblog-slider .slick-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.about-slider .slick-prev:before, .sblog-slider .slick-prev:before {
	display: none;
}

.about-slider .slick-next, .sblog-slider .slick-next {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	top: -60px;
	right: 0px;
	left: auto;
	width: 25px;
	border: none;
	height: 20px;
}

.about-slider .slick-next:after, .sblog-slider .slick-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.about-slider .slick-prev:hover:after, .sblog-slider .slick-prev:hover:after  ,
.about-slider .slick-next:hover:after, .sblog-slider .slick-next:hover:after {
	color: #ff5969;
}

.about-slider .slick-next:before, .sblog-slider .slick-next:before {
	display: none;
}

.about-news ul {
	margin-right: -25px;
}

.about-news li {
	width: 33.33333%;
	float: left;
}

.about-news li .date {
	font-size: 18px;
	color: #FF5969;
	float: left;
	line-height: 18px;
}

.about-news li .date span {
	font-size: 60px;
	display: block;
	margin-top: 23px;
}

.an-inner {
	margin-left: 75px;
	padding-right: 25px;
}

.an-inner h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 15px;
}

.an-inner h5 a {
	color: #464545;
}

.rmore {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #5DD6E4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 2px;
	margin-left: 7px;
}

.rmore:hover {
	background: #ff5969;
	color: #fff;
}

.about-news {
	padding-right: 0;
	width: 69%;
}

.subscribe {
	width: 31%;
	padding-left: 45px;
}

.subscribe input {
	width: 100%;
	height: 43px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 20px;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.subscribe button {
	background: #5dd6e4;
	padding: 0 20px;
	line-height: 43px;
	color: #fff;
	float: right;
	border: none;
}

.subscribe button:hover {
	background: #ff5969;
	color: #fff;
}

/* 8. Blog Styles */

.blog-content {
}

article h4 a {
	font-size: 24px;
	color: #464545;
}

article h4 a:hover {
	color: #ff5969;
}

.blog-content article .blog-thumb {
	width: 268px;
	float: left;
	transition: .4s;
}

.blog-content .blog-excerpt {
	margin-left: 305px;
}

.blog-excerpt p {
	font-size: 14px;
	color: #464545;
	line-height: 28px;
	margin-top: -8px;
	margin-bottom: 18px;
}

.bmore {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 23px;
	display: table;
	font-size: 15px;
}

.bmore:hover {
	background-color: #ff5969;
	color: #fff !important;
}

.post-meta {
	margin: 20px 0 55px;
	;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	height: 43px;
	line-height: 41px;
	color: #595959;
	padding: 0 10px;
}

.post-meta a {
	color: #595959;
}

.post-meta a:hover {
	color: #ff5969;
}

.post-meta i {
	color: #e7e7e7;
	margin-right: 8px;
}

.post-meta span {
	margin-right: 27px;
}

/* 9. Sidebar Styles */

aside .side-widget {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #F5F5F5;
	display: block;
}

aside .side-widget h5 {
	height: 51px;
	background-color: #ff5969;
	line-height: 51px;
	color: #fff;
	text-align: center;
	margin: 0 0 25px;
	font-size: 24px;
	text-transform: none;
	color: #fff;
	font-weight: 400;
	font-family: Courgette;
}

.side-list {
	margin: 0;
}

.side-list li {
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}

.side-list li:last-child {
	margin-bottom: 0;
}

.side-list li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 8px;
	color: #ff5969;
	font-size: 18px;
}

.side-list li a {
	color: #464545;
}

.side-list li a span {
	color: #c8c8c8;
}

.side-widget.cat, .side-last {
	border-bottom: none !important;
}

.side-widget h6 {
	font-weight: 400;
	color: #595959;
	font-size: 14px;
	margin: 0;
	padding: 0 0 15px 5px;
}

.side-search {
	position: relative;
}

.side-search input {
	height: 39px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 55px 5px 15px;
	color: #555;
	width: 100%;
	border-radius: 2px;
	font-size: 14px;
}

.side-search button {
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 40px;
	text-align: center;
	color: #929292;
	font-size: 15px;
}

.side-search button:hover {
	background-color: #ff5969;
	color: #fff;
}

.pposts img {
	border-bottom: 3px solid #f0f0f0;
	margin-bottom: 20px;
}

.pp-date i {
	color: #f2f2f2;
	margin-right: 10px;
}

.pposts h4 {
	margin: 8px 0 8px;
	padding: 0;
}

.pposts h4 a {
	font-size: 15px;
	font-weight: bold;
	color: #464545;
	text-transform: uppercase;
	line-height: 30px;
	font-family: Noto Sans;
}

.side-widget p {
	font-size: 14px;
	color: #464545;
	line-height: 28px;
	margin-top: -8px;
	margin-bottom: 18px;
}

.side-logreg input {
	height: 39px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 55px 5px 15px;
	color: #555;
	width: 100%;
	border-radius: 2px;
	font-size: 14px;
	margin-bottom: 10px;
}

.side-logreg button {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 23px;
	display: table;
	border: none;
	margin: 10px 0;
	font-size: 15px;
}

.side-logreg button:hover {
	background-color: #ff5969;
	color: #fff;
}

.login a {
	margin-top: 15px;
	padding-left: 30px;
	position: relative;
	color: #464545;
	display: block;
}

.login a:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 8px;
	color: #ff5969;
	font-size: 18px;
}

.poll-head {
	line-height: 24px;
	margin-bottom: 25px;
	padding-left: 5px;
	color: #464545;
}

.poll form {
	padding-left: 5px;
}

.poll form button {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 35px;
	display: table;
	border: none;
	font-size: 16px;
}

.poll form button:hover {
	background-color: #ff5969;
	color: #fff;
}

.side-widget a:hover {
	color: #ff5969;
}

input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr {
	padding-left: 21px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	color: #464545;
}

input[type=radio].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox + label.css-label.chk {
	background-position: 0 -16px;
}

label.css-label {
	background-image: url(../images/rbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.css-label1 em {
	color: #c7c7c7;
	font-style: normal;
}

.page_nav {
	height: 38px;
	display: table;
	margin: 0 auto 20px;
}

.page_nav li {
	float: left;
	border: 1px solid #ededed;
	border-right: none;
}

.page_nav li:last-child {
	border-right: 1px solid #ededed;
}

.page_nav li a {
	line-height: 38px;
	color: #464545;
	font-size: 14px;
	padding: 0 15px;
	display: table;
}

.page_nav li a:hover , .page_nav li.active a {
	background: #f9f9f9;
}

.blog-content2 .post-meta {
	margin: 17px 0 22px;
	;
	border-top: none;
	border-bottom: 1px solid #f5f5f5;
	height: 43px;
	line-height: 41px;
	color: #595959;
	padding: 0 10px;
}

.blog-content2 article {
	margin-bottom: 40px;
}

.blog-content2 article:hover img.blog-thumb {
	border: 3px solid #ff5969;
}

.blog-excerpt p a {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #5DD6E4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 2px;
	margin-left: 7px;
	line-height: 23px;
}

.blog-excerpt p a:hover {
	background: #ff5969;
}

.blog-thumb {
	position: relative;
}

.blog-thumb img {
	width: 100%;
}

.blog-thumb:after {
	content: "";
	border: 3px solid #ff5969;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
}

article:hover .blog-thumb:after {
	content: "";
	opacity: 1;
	transition: .4s;
}

.article-head {
	margin-bottom: 20px;
}

.article-head .ah-date {
	width: 70px;
	height: 70px;
	background-color: #5dd6e4;
	text-align: center;
	font-family: Courgette;
	color: #fff;
	font-size: 26px;
	line-height: 28px;
	padding-top: 10px;
	float: left;
}

.article-head .ah-date span {
	display: block;
	font-size: 16px;
}

.ah-inner {
	margin-left: 85px;
}

.article-head h4 {
	margin: 5px 0 0;
}

.ah-inner .post-meta {
	border: none;
	margin: 0;
	padding: 0;
}

.ah-inner .post-meta span {
	margin-right: 17px;
}

.blog-content3 .blog-thumb {
	width: 386px !important;
}

.blog-content3 .blog-excerpt {
	margin-left: 415px !important;
}

.blog-content3 article {
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
	display: table;
}

.last-post {
	padding-bottom: 0px !important;
	margin-bottom: 55px !important;
	border-bottom: none !important;
	display: table;
}

.bc4-date {
	font-family: Courgette;
	font-size: 18px;
	color: #464545;
	line-height: 30px;
	float: left;
}

.bc4-date span {
	font-size: 120px;
	color: #464545;
	display: block;
	margin-top: 40px;
}

.bc4-inner {
	margin-left: 180px;
}

.bc4-inner h4 {
	margin: 30px 0 0;
}

.bc4-inner .post-meta {
	border: none;
	margin: 10px 0;
	padding: 0;
}

.bc4-inner .post-meta span {
	margin-right: 17px;
}

.blog-content4 article {
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
	display: block;
}

.blog-mason article {
	background: #f7f7f7;
	margin-bottom: 22px;
}

.bm-inner {
	padding: 25px;
	position: relative;
}

.bm-inner h4 {
	margin: 0 0 20px;
	font-family: Courgette;
	font-weight: 400;
}

.bm-inner h4 a {
	color: #464545;
	font-size: 18px;
	color: #464545;
	padding: 0;
}

.bm-inner p {
	color: #464545;
	margin-bottom: 20px;
	line-height: 28px;
}

.bm-meta {
	color: #464545;
}

.bm-meta span {
	margin-right: 16px;
}

.bm-meta i {
	margin-right: 7px;
}

.bm-inner p a {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #363636;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 2px;
	margin-left: 7px;
	line-height: 23px;
}

.cat-alt {
	position: absolute;
	top: -40px;
	left: 0;
}

.cat-alt a {
	height: 40px;
	background-color: #5dd6e4;
	line-height: 40px;
	padding: 0 20px;
	display: table;
	color: #fff;
	font-size: 15px;
}

.bm-inner p a:hover {
	background: #ff5969;
}

.blog-mason .row {
	margin: 0 -12px;
}

.blog-mason .col-md-4 {
	padding: 0 12px;
}

.blog-mason article:hover {
	background: #363636;
	transition: .4s;
	cursor: pointer;
}

.blog-mason article:hover h4 a {
	color: #fff;
	transition: .4s;
}

.blog-mason article:hover p {
	color: #fff;
	transition: .4s;
}

.blog-mason article:hover .bm-meta span {
	color: #fff;
	transition: .4s;
}

.blog-mason article:hover p a {
	background: #ffffff;
	color: #363636;
	transition: .4s;
}

.blog-mason article:hover h4 a:hover {
	color: #ff5969;
	transition: .4s;
}

.blog-mason article:hover p a:hover {
	color: #fff;
	background: #ff5969;
	transition: .4s;
}

.lmore {
	height: 46px;
	background-color: #ff5969;
	padding: 0 20px;
	line-height: 46px;
	display: table;
	margin: 40px auto 0;
	color: #fff;
	font-size: 16px;
	padding-left: 50px;
	position: relative;
}

.lmore i {
	position: absolute;
	top: 13px;
	left: 20px;
	font-size: 21px;
}

.lmore:hover {
	color: #fff;
	background: #5DD6E4;
}

.bs-meta {
	margin: 30px 0 40px;
	padding-top: 15px;
	border-top: 1px solid #ededed;
}

.bs-meta i {
	color: #e8e8e8;
	margin-right: 7px;
	position: relative;
	top: 2px;
}

.bs-meta span a {
	color: #464545;
}

.bs-comments {
	border: 1px solid #ededed;
	padding: 25px;
}

.bs-comments h5 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
	margin: 0;
}

.bsc-content li {
	margin-top: 20px;
	border-top: 1px solid #ededed;
	padding-top: 20px;
	margin-bottom: -9px;
}

.bsc-content li .comment-author {
	font-size: 15px;
	color: #464545;
}

.ratings {
	margin-left: 10px;
}

.star {
	position: relative;
	top: 2px;
	margin-right: 7px;
}

.star a {
	font-size: 20px;
	color: #ff5969;
}

.star a.no {
	color: #d3d3d3;
}

.ratings em {
	color: #c0c0c0;
	font-style: normal;
}

.comment-date {
	margin: 5px 0 20px;
}

.bsc-content li p {
	margin-bottom: 5px;
}

.count {
	width: 56px;
	height: 56px;
	background: url(../images/count.png) no-repeat;
	float: left;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
	left: -5px;
}

.cf-info {
	margin-left: 60px;
}

.cf-info h6 {
	font-size: 14px;
	font-weight: bold;
	color: #464545;
	margin-bottom: 10px;
}

.cf-info p {
	font-size: 14px;
	color: #464545;
	margin: 0 0 12px;
}

.cf-info p span {
	display: table;
	float: right;
}

.cf-info form textarea {
	height: 174px;
	background-color: #fff;
	border: solid 1px #f2f2f2;
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
}

.star-ratings {
	margin: -5px 0 35px;
}

.star-ratings a {
	font-size: 0px;
	color: #ff5969;
	display: inline-block;
	position: relative;
	width: 17px;
	height: 17px;
}

.star-ratings a:before {
	content: "\f005";
	font-family: FontAwesome;
	position: absolute;
	color: #ff5969;
	top: 0;
	font-size: 18px;
}

.star-ratings a:hover ~ a:before {
	content: "\f005";
	position: absolute;
	font-family: FontAwesome;
	color: #d2d2d2;
	top: 0;
}

.comment-form input {
	width: 100%;
	height: 43px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 20px;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

.comment-form input:focus, .comment-form textarea:focus {
	border: 1px solid #ff5969;
	color: #ff5969;
}

.comment-form label {
	font-size: 14px;
	color: #464545;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 5px;
}

.comment-form button {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 40px;
	display: table;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	border: none;
}

.comment-form button:hover {
	background-color: #ff5969;
}

.blog-single article {
	border-bottom: none !important;
}

#index {
	background: #fff;
}

#index .main-content {
	box-shadow: none;
}

.shots-slider {
	width: 150%;
	left: -25%;
	margin: 0;
	position: relative;
}

.shots-slider div img {
	opacity: 1;
	transition: .4s;
}

.shots-slider div img:hover {
	opacity: 0.7;
	transition: .4s;
}

.shots-slider .slick-slide {
	opacity: 1 !important;
}

.shots-slider .slick-prev {
	width: 56px;
	height: 56px;
	background: url(../images/prev.png) no-repeat center center;
	border: none;
	position: absolute;
	font-size: 0px;
	top: 50%;
	margin-top: -35px;
	left: 17%;
	margin-left: 10px;
}

.shots-slider .slick-prev:after {
	content: " ";
	width: 56px;
	height: 56px;
	border: none;
	content: "\f104";
	font-family: FontAwesome;
	color: #595959;
	font-size: 22px;
}

.shots-slider .slick-next {
	width: 56px;
	height: 56px;
	background: url(../images/prev.png) no-repeat center center;
	border: none;
	position: absolute;
	font-size: 0px;
	top: 50%;
	margin-top: -35px;
	right: 17%;
	margin-right: 10px;
}

.shots-slider .slick-next:after {
	content: " ";
	width: 56px;
	height: 56px;
	border: none;
	content: "\f105";
	font-family: FontAwesome;
	color: #595959;
	font-size: 22px;
}

.shots-slider .slick-prev:hover ,
.shots-slider .slick-next:hover {
	background: url(../images/count.png) no-repeat center center;
}

.shots-slider .slick-prev:hover:after ,
.shots-slider .slick-next:hover:after {
	color: #fff;
}

.blog-quote {
	background: #ff5969;
	padding: 20px 35px 1px;
}

.blog-quote p {
	font-family: Courgette;
	font-size: 21px;
	color: #fff;
	line-height: 33px;
	margin-bottom: -5px;
}

.blog-quote .post-meta span {
	color: #fff;
}

.blog-quote .post-meta span i {
	color: #ffa1aa;
}

.blog-quote .post-meta span a {
	color: #fff;
}

.blog-quote .post-meta span a:hover {
	color: #363636;
}

.blog-content-home .bc4-inner {
	margin-left: 150px !important;
}

#blog-slider .owl-page span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0;
	margin-left: 6px;
	opacity: 1;
	border-radius: 20px;
	background: #595959;
}

#blog-slider .owl-page.active span {
	background: #ff5969;
}

#blog-slider .owl-pagination {
	position: absolute;
	bottom: 18px;
	right: 24px;
}

#blog-slider .item img {
	width: 100%;
}

#quote-content h5, #pricing-content h5, #team h5, #faq-content h5, #checkout-content h5, .cart-main h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	border-bottom: 1px solid #f6f6f6;
	font-weight: 400;
	text-align: center;
	margin: 0 0 37px;
	padding-bottom: 23px;
}

#quote-content p {
	line-height: 34px;
	font-size: 16px;
	font-style: italic;
	color: #464545;
	text-align: center;
	margin: 0 auto 45px;
}

.q-ico {
	display: table;
	margin: 0 auto 45px;
}

.quote-slider {
	padding: 0 100px;
}

.quote-content {
	cursor: pointer;
}

.quote-content img {
	float: left;
	border: 3px solid transparent;
	border-radius: 50%;
	transition: .4s;
}

.quote-content:hover img {
	border-color: #ff5969;
	transition: .4s;
}

.quote-content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #454545;
	margin: 40px 0 0 140px;
	transition: .4s;
}

.quote-content h3 span {
	font-size: 15px;
	color: #c0c0c0;
	display: block;
	font-weight: 400;
	margin: 7px 0 0;
}

.quote-content:hover h3 {
	color: #ff5969;
	transition: .4s;
}

.quote-slider .slick-next {
	position: absolute;
	font-size: 0px;
	padding: 0 !important;
	top: 50%;
	margin-top: -13px;
	right: 0px;
	left: auto;
	border: none;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #5dd6e4;
}

.quote-slider .slick-next:after ,
.quote-slider .slick-prev:after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	font-size: 19px;
	width: 9px;
	height: 100%;
	color: #FFF;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	display: table;
	left: 0;
}

.quote-slider .slick-prev:after {
	content: "\f104";
}

.quote-slider .slick-prev {
	position: absolute;
	font-size: 0px;
	padding: 0 !important;
	top: 50%;
	margin-top: -13px;
	left: 0px;
	right: auto;
	border: none;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #5dd6e4;
}

.quote-slider .slick-prev:hover ,
.quote-slider .slick-next:hover {
	background: #ff5969;
}

/* 10. Team Styles */

#team-content h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	border-bottom: 1px solid #f6f6f6;
	font-weight: 400;
	text-align: center;
	margin: 0 0 37px;
	padding-bottom: 23px;
}

.staff-info {
	margin-top: 50px;
}

.staff-info h3 {
	color: #464545;
	font-size: 30px;
	font-weight: 400;
	margin-top: 12px;
}

.staff-info h3 span {
	display: block;
	font-size: 16px;
	margin: 38px 0 0;
	position: relative;
}

.staff-info h3 span:after {
	content: "";
	background: #ff5969;
	height: 3px;
	width: 49px;
	position: absolute;
	left: 0;
	top: -19px;
}

.staff-info em {
	font-family: Courgette;
	font-size: 24px;
	color: #464545;
	font-style: normal;
	margin: 42px 0 38px;
	display: table;
}

.staff-info p {
	font-size: 16px;
	line-height: 30px;
}

.team-social li {
	float: left;
	margin-right: 10px;
}

.team-social li a {
	color: #464545;
	font-size: 18px;
}

.team-social li a:hover {
	color: #ff5969;
}

.staff-thumb {
	display: table;
	position: relative;
}

.staff-thumb img {
	width: 100%;
}

.staff-thumb:after {
	content: "";
	border: 3px solid #ff5969;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
}

.staff-info:hover .staff-thumb:after {
	content: "";
	opacity: 1;
	transition: .4s;
}

#sblog-slider h6 {
	background: url(../images/sep2.png) repeat-x right;
	margin: 0 0 40px;
}

#sblog-slider h6 span {
	background: #fff;
	padding-right: 18px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
}

.sblog-slider {
	margin: 0 -11px;
}

.sblog-info {
	padding: 0 11px;
}

.sblog-info p {
	font-size: 15px;
	color: #464545;
	line-height: 28px;
	margin-bottom: 0px;
}

.sblog-info p a {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #5DD6E4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: -1px;
	margin-left: 7px;
	line-height: 23px;
}

.sblog-info p a:hover {
	background: #ff5969;
}

.sbi-info {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.sbi-info img {
	transition: .4s;
}

.sblog-info:hover .sbi-info img {
	transform: scale(1.15);
	transition: .4s;
}

.sbs-date {
	display: table;
	margin: 13px 0;
}

.sbs-date i {
	color: #e7e7e7;
	margin-right: 8px;
}

/* 11. Pricing Styles */

.pricing-table {
	margin-top: -10px;
}

.pricing-table h4 {
	height: 80px;
	line-height: 75px;
	border-bottom: 5px solid #3b3b3b;
	background: #484848;
	font-family: Courgette;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	position: relative;
}

.pricing-table h4 span {
	background: url(../images/pricing.png) no-repeat;
	width: 73px;
	height: 73px;
	position: absolute;
	top: -26px;
	right: -15px;
}

.pt-inner {
	padding: 18px 18px 37px;
	background: #f7f7f7;
	width: 96%;
	margin: 0 auto;
}

.pt-list {
	display: table;
	margin: 5px auto 25px;
}

.pt-list li {
	margin-bottom: 13px;
	padding-left: 25px;
	position: relative;
	font-size: 16px;
}

.pt-list li:last-child {
	margin-bottom: 0;
}

.pt-list li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -1px;
	left: 0;
	color: #ff5969;
	font-size: 18px;
}

.sep {
	border-top: 3px solid #ededed;
	border-bottom: 3px solid #ededed;
	height: 9px;
	display: table;
	width: 100%;
}

.plan-price {
	font-family: Courgette;
	font-size: 60px;
	color: #464545;
	display: table;
	margin: -11px auto 0;
	padding: 25px 0;
}

.plan-price span {
	font-family: Noto Sans;
	font-size: 16px;
	color: #464545;
	text-align: right;
	display: block;
	margin: -10px 0 0;
}

.buy-btn {
	height: 55px;
	background-color: #ff5969;
	line-height: 55px;
	padding: 0 50px 0 30px;
	color: #fff;
	font-size: 16px;
	display: table;
	margin: 7px auto 0;
	position: relative;
	transition: .4s;
}

.buy-btn:after {
	content: "\f105";
	font-family: FontAwesome;
	width: 46px;
	height: 46px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	background-color: #f7f7f7;
	color: #FF5969;
	display: table;
	line-height: 45px;
	position: absolute;
	top: 5px;
	right: -24px;
	font-size: 22px;
	padding-left: 17px;
	transition: .4s;
}

.buy-btn i {
	font-size: 18px;
	margin-right: 8px;
}

.buy-btn:hover {
	background: #5DD6E4;
	color: #fff;
	transition: .4s;
}

.buy-btn:hover:after {
	color: #5DD6E4;
	transition: .4s;
}

#pricing-content .row {
	margin: 0 -20px;
}

#pricing-content .col-md-4 {
	padding: 0 20px;
}

.team {
	margin: 0 -10px;
}

.team .col-md-3 {
	padding: 0 10px;
}

.team-info {
	cursor: pointer;
}

.team-info h4 {
	color: #464545;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	position: relative;
}

.team-info h4 span {
	display: block;
	font-weight: 400;
	font-size: 15px;
	margin: 30px 0 0;
	position: relative;
}

.team-info h4 span:after {
	content: "";
	background: #ff5969;
	height: 3px;
	width: 49px;
	position: absolute;
	left: 0;
	top: -19px;
}

.team-info h4 a {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #5DD6E4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 0px;
	margin-top: 10px;
	line-height: 23px;
	display: table;
}

.team-info h4 a:hover {
	background: #ff5969;
}

.ti-thumb {
	position: relative;
}

.ti-thumb img {
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

.team-info:hover .ti-thumb img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.ti-thumb:after {
	content: "";
	border: 3px solid #ff5969;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	transition: .4s;
}

.team-info:hover .ti-thumb:after {
	content: "";
	border: 3px solid #5dd6e4;
	transition: .4s;
}

.team-sub h6 {
	line-height: 34px;
	font-family: Courgette;
	font-size: 22px;
	color: #464545;
	font-weight: 400;
	text-align: center;
	padding: 0 10%;
	margin: 0 0 60px;
}

.team-sub h6 span {
	color: #ff5969;
}

.team-sub p {
	font-size: 14px;
	line-height: 30px;
}

/* 12. Login / Register */

.logreg-info {
	background: #fe6270 url(../images/pat1.png);
	padding: 35px;
}

.logreg-info h5 {
	font-family: Courgette;
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 1px 2px #ed4756;
	font-weight: 400;
	margin: 0;
}

.logreg-info ul {
	margin: 30px 0 0px;
}

.logreg-info li {
	margin-bottom: 22px;
	padding-left: 30px;
	position: relative;
	color: #fff;
}

.logreg-info li:last-child {
	margin-bottom: 0;
}

.logreg-info li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 0;
	color: #fff;
	font-size: 18px;
}

#logreg-content .row {
	margin: 0 -2px;
}

#logreg-content .col-md-5 {
	width: 43%;
	padding: 0 2px;
}

#logreg-content .col-md-7 {
	width: 57%;
	padding: 0 2px;
}

.logreg-form {
	background: #F7F7F7;
	padding: 30px 40px 50px;
	position: relative;
	height: 530px;
}

.logreg-form h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	font-weight: 400;
}

.logreg-form h5 em {
	padding-left: 15px;
}

.logreg-form h5 span {
	float: right;
	font-family: Noto Sans;
	font-size: 15px;
	color: #464545;
	font-weight: 400;
	position: relative;
	top: 16px;
}

.logreg-form h5 span a {
	color: #464545;
	border-bottom: 1px solid #464545;
}

.logreg-form h5 span a:hover {
	color: #ff6270;
	border-bottom: 1px solid #ff6270;
}

.login-form label {
	font-weight: 400;
	color: #464545;
	margin: 30px 0 20px;
}

.login-form label span {
	color: #ff5969;
}

.login-form input, .checkout-form input {
	height: 44px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 3px #ececec;
	-moz-box-shadow: 1px 1px 3px #ececec;
	box-shadow: 1px 1px 3px #ececec;
	border: solid 1px #ff5969;
	width: 100%;
	line-height: 44px;
	padding: 5px 15px;
	font-size: 14px;
	border: 1px solid #fff;
}

.checkout-form textarea {
	height: 90px;
	background-color: #fff;
	width: 100%;
	padding: 15px 15px;
	font-size: 14px;
	border: 1px solid #fff;
}

.login-form input:focus, .checkout-form input:focus, .checkout-form textarea focus {
	border: 1px solid #ff5969;
	color: #ff5969;
}

.login-form button,.checkout-form button, .payment-method button {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 38px;
	display: table;
	border: none;
	margin: 10px 0;
	font-size: 15px;
	text-transform: uppercase;
}

.logreg-form button:hover {
	background: #ff5969 !important;
	color: #fff;
	transition: .4s;
}

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox + label.css-label1 {
	padding-left: 25px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
	font-weight: 400;
}

input[type=checkbox].css-checkbox:checked + label.css-label1 {
	background-position: 0 -16px;
}

label.css-label1 {
	background-image: url(../../../../../www.csscheckbox.com/checkboxes/u/csscheckbox_5516e6ccfb77bf2b57a1b3f2af97e0c1.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cbox {
	display: table;
	float: right;
	margin: 10px 0 12px;
}

.register-form {
	height: auto;
}

.cbox1 {
	width: 100%;
	margin-bottom: 25px;
}

.register-form h6 {
	font-family: Noto Sans;
	font-size: 15px;
	font-weight: bold;
	color: #464545;
	text-transform: uppercase;
	margin: 25px 0 8px;
}

.register-form button {
	font-size: 18px;
	padding: 0 30px;
}

.register-form button span {
	font-weight: 600;
}

.register-form h5 {
	margin-bottom: 15px;
}

.register-form p span {
	color: #fe6270;
}

.register-form p {
	margin-bottom: 15px;
}

.register-form form {
	margin-top: -18px;
}

div.selectBox {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: left;
	line-height: 44px;
	clear: both;
	color: #888;
	width: 100%;
	cursor: pointer;
	z-index: 9999;
}

span.selected {
	width: 100%;
	text-indent: 15px;
	border-right: none;
	overflow: hidden;
	height: 44px;
	background-color: transparent;
	border: solid 1px #ff5969;
	width: 100%;
	line-height: 44px;
	font-size: 14px;
	border: 1px solid #fff;
	color: #bfbfbf;
}

span.selectArrow {
	width: 42px;
	height: 42px;
	line-height: 42px;
	position: absolute !important;
	top: 1px;
	right: 1px;
	text-align: center;
	font-size: 8px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #595959;
	z-index:-1;
}

span.selectArrow i {
	color: #595959;
}

span.selectArrow, span.selected {
	position: relative;
	float: left;
	height: 44px;
}

div.selectOptions {
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	overflow: hidden;
	display: none;
	background-color: #fff;
	width: 100%;
	font-size: 14px;
	z-index: 9999;
	border: 1px solid #e7e7e7;
	border-top: none;
}

span.selectOption {
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 5px 15px;
}

span.selectOption:hover {
	color: #fff;
	background: #fe6270;
}

/* 13. FAQ Styles */

#faq-content ul {
	margin-top: -10px;
}

#faq-content ul li {
	border-bottom: 1px solid #f6f6f6;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#faq-content ul li h4 {
	font-size: 15px;
	font-weight: bold;
	color: #464545;
	padding: 20px 0;
	padding-left: 75px;
	margin: 0 0 10px;
	position: relative;
}

#faq-content ul li h4:after {
	content: "Q?";
	font-family: Courgette;
	font-size: 44px;
	color: #ff5969;
	position: absolute;
	top: 0;
	left: 0;
}

#faq-content ul li p {
	font-size: 15px;
	line-height: 30px;
	padding-top: 0px;
	padding-left: 75px;
	position: relative;
	margin: 0;
}

#faq-content ul li p:after {
	content: "A.";
	font-family: Courgette;
	font-size: 44px;
	color: #ff5969;
	position: absolute;
	top: 5px;
	left: 0;
}

/* 14. Cart Styles */

#checkout-content h4 {
	font-size: 15px;
	font-weight: bold;
	color: #464545;
	margin: -15px 0 15px;
}

.checkout-form input,
.checkout-form span.selected {
	box-shadow: none;
	border: 1px solid #e7e7e7;
}

span.selected {
	border: 1px solid #e7e7e7;
}

span.selected.active {
	border: 1px solid #ff596a;
}

.checkout-form label {
	font-weight: 400;
	color: #464545;
	margin: 20px 0 15px;
	font-size: 15px;
}

.checkout-form button {
	padding: 0 35px;
}

.ma-content h4 {
	width: 100%;
	height: 45px;
	background-color: #363636;
	line-height: 45px;
	padding: 0 18px 0 28px;
	font-weight: 400 !important;
	font-size: 15px;
	text-transform: uppercase;
	color: #fefefe !important;
	margin: 0 !important;
}

.ma-content h4 span {
	float: right;
	text-transform: none;
}

.ma-content h4 span a {
	color: #fefefe !important;
	border-bottom: 1px solid #fefefe;
	position: relative;
	top: -3px;
}

.ma-inner {
	background: #f7f7f7;
	padding: 23px;
	height: 455px;
}

.ma-inner h6 {
	font-weight: 400;
	border-bottom: 2px solid #ededed;
	padding: 0 0 12px;
	font-size: 15px;
	margin: 0 0 12px !important;
	padding-left: 4px;
	color: #464545;
	line-height: 24px;
}

.ma-inner p {
	padding-left: 4px;
	margin: 0 0 5px;
	color: #464545;
}

.ma-inner p span {
	font-weight: 700;
}

.ma-block {
	background: #ededed;
	line-height: 43px;
	height: 43px;
	padding: 0 20px;
	color: #595959;
	margin: 19px 0 27px !important;
}

.ma-block1 {
	background: none repeat scroll 0% 0% #EDEDED;
	line-height: 21px;
	height: 66px;
	padding: 12px 20px;
	color: #595959;
	margin: 19px 0px 27px !important;
}

.ma-block a {
	color: #595959;
	position: relative;
	top: 12px;
	border-bottom: 1px solid #595959;
	float: right;
	line-height: 16px;
}

.ma-block1 a {
	color: #595959;
	position: relative;
	top: -16px;
	border-bottom: 1px solid #595959;
	float: right;
	line-height: 16px;
}

#ma-content .col-md-4, #ma-content1 .col-md-4  {
	padding: 0 8px;
}

#ma-content ,
#ma-content1 {
	margin: 0 -4px;
	margin-top: 25px;
}

.ma-content h4 span a:hover {
	color: #dc7c8a !important;
	border-bottom: 1px solid #dc7c8a;
}

.ma-content a:hover {
	color: #dc7c8a;
	border-bottom: 1px solid #dc7c8a;
}

.quantity input {
	width: 98px;
	height: 39px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 15px;
	color: #555;
	margin-left: 0;
	margin-right: 5px;
}

.quantity input.qty:focus {
	border: 1px solid #ff5969;
}

#minus1, #add1 {
	width: 39px !important;
	color: #595959;
	float: right;
	margin-left: 5px;
	margin-right: 0px;
}

#minus1:hover, #add1:hover {
	border-color: #595959;
}

.cart-table {
	width: 100%;
	margin-bottom: 25px;
}

.cart-table thead {
	height: 44px;
	background-color: #f7f7f7;
	font-size: 15px;
	color: #464545;
}

.cart-table thead tr th {
	font-weight: 400;
	line-height: 44px;
}

.cart-table thead tr th:nth-child(1) {
	text-align: center;
}

.cart-table tbody tr td {
	padding: 23px 0;
	border-bottom: 1px solid #f0f0f0;
}

.cart-table tbody tr td img {
	float: left;
}

.cart-table tbody tr td h4 {
	font-size: 15px !important;
	color: #464545 !important;
	font-weight: 400 !important;
	margin: 31px 0px 0px 155px !important;
	line-height: 24px !important;
}

.cart-table tbody tr td:nth-child(1) {
	width: 48%;
	padding-right: 55px;
}

.cart-table tbody tr td:nth-child(2) {
	width: 15%;
}

.cart-table tbody tr td:nth-child(3) {
	width: 20%;
}

.cart-table tbody tr td:nth-child(4) {
	width: 17%;
	line-height: 61px;
}

.quantity {
	display: table;
}

.closeit {
	height: 61px;
	width: 61px;
	background: url(../images/close.png) no-repeat;
	text-align: center;
	line-height: 61px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	float: right;
}

.coupon-form {
	width: 387px;
	position: relative;
}

.coupon-form input {
	color: #000;
	width: 387px;
	height: 47px;
	background-color: #fff;
	border: solid 1px #f0f0f0;
	padding: 5px 15px;
}

.coupon-form input:focus {
	border-color: #ff596a;
}

.coupon-form button {
	background: #ff5969;
	padding: 0 32px;
	line-height: 47px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

.coupon-form button:hover {
	background: #5DD6E4;
	color: #fff;
}

.btn-1 {
	height: 55px;
	background-color: #ff5969;
	line-height: 55px;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	displaY: inline-block;
	margin-right: 5px;
	position: relative;
	transition: .4s;
}

.btn-1:hover {
	background: #5DD6E4;
	color: #fff;
	transition: .4s;
}

.btn-2 {
	background-color: #5DD6E4;
}

.btn-2:hover {
	background: #ff5969;
}

.cart-bottom .col-md-5 {
	padding-left: 0;
}

.cart-bottom ul {
	margin-top: 40px;
}

.cart-bottom ul li {
	margin-bottom: 20px;
	font-size: 15px;
}

.cart-bottom ul li span {
	float: right;
}

.cart-bottom ul li:nth-child(3) {
	font-weight: bold;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 25px 0;
}

.cart-bottom ul li:nth-child(3) span {
	font-size: 20px;
}

.btn-1 {
	background-color: #ff5969 !important;
	border: none;
}

.btn-1:hover {
	background-color: #5DD6E4 !important;
}

.cart-wishlist tbody tr:nth-child(2) td {
	border-bottom: none;
}

.cart-wishlist tbody tr td:nth-child(1) {
	width: 48%;
	padding-right: 55px;
}

.cart-wishlist tbody tr td:nth-child(2) {
	width: 22%;
}

.cart-wishlist tbody tr td:nth-child(3) {
	width: 17%;
}

.cart-wishlist tbody tr td:nth-child(4) {
	width: 13%;
	line-height: 61px;
}

.cbox2 {
	margin-bottom: 10px;
}

.margin-10 {
	margin: 10px 0 0 !important;
}

.payment-method input[type=radio].css-checkbox + label.css-label, .payment-method input[type=radio].css-checkbox + label.css-label.clr {
	font-size: 15px;
	font-weight: bold;
	color: #ff5969;
	padding-left: 30px;
}

.payment-method p {
	padding-left: 30px;
	margin-top: 15px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.payment-method button:hover, .checkout-form button:hover {
	background: #ff596a;
	color: #fff;
}

.p-method3 {
	display: table;
	position: relative;
	padding-right: 75px;
}

.p-method3 img {
	position: absolute;
	right: 0;
	top: -10px;
}

.no-border {
	border: none !important;
}

.no-margin-btm {
	margin-bottom: 0px !important;
}

/* 15. Contact Styles */

.gmap {
	padding: 0px;
	height: 490px;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map {
	display: block;
	width: 100%;
	height: 490px;
	margin: 0 auto;
}

#map.large {
	height: 490px;
}

#map img {
	max-width: none !important;
	height: auto;
}

.c-form-content h3 {
	font-family: Courgette;
	font-size: 24px;
	color: #ff5969;
	margin: 0 0 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
	font-weight: 400;
}

.c-form-content h6 {
	font-size: 14px;
	margin: 0 0 20px;
}

.c-form label {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}

.c-form input,.c-form textarea {
	width: 100%;
	max-width: 410px;
	height: 43px;
	background-color: transparent;
	border: solid 1px #f2f2f2;
	padding: 5px 20px;
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
	display: table;
}

.c-form input:focus ,.c-form textarea:focus {
	border: 1px solid #ff5969;
}

.c-form textarea {
	height: 182px;
	padding: 20px;
	max-width: 100%;
}

.c-form label {
	font-size: 14px;
	color: #464545;
	font-weight: 400;
	margin-bottom: 18px;
	margin-top: 5px;
}

.c-form button {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 40px;
	display: table;
	font-size: 18px;
	text-transform: uppercase;
	border: none;
	margin-top: 22px;
}

.c-form button:hover {
	background-color: #ff5969;
}

.c-form-main {
	padding-left: 25px;
}

.statusMessage,.successmessage,.errormessage {
	display: none;
	margin: auto;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.1);
	margin: 0 auto 15px;
	padding: 20px;
	border-radius: 5px;
}

.statusMessage p {
	margin: 0;
	color: #888;
}

.successmessage p {
	margin: 0;
	color: #888;
}

.success-ico {
	background: url(../images/success.png);
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -3px;
}

.error-ico {
	background: url(../images/error.png);
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -3px;
}

.errormessage p {
	margin: 0;
	color: #888;
}

/* 16. Shop Styles */

.shop-banner img {
	padding: 2px 15px 15px;
	border: 1px solid #eeeeee;
	float: left;
	width: 205px;
}

.sb-info {
	margin-left: 225px;
	position: relative;
	top: -15px;
}

.sb-info h3 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	font-weight: 400;
	margin: 0px 0 25px;
}

.fw-sort em {
	font-size: 14px;
	color: #464545;
	float: left;
	line-height: 42px;
	margin-right: 15px;
	font-style: normal;
}

.filter-wrap {
	display: table;
	width: 100%;
}

.fw-sort .selectBox, .fw-percount .selectBox {
	width: 268px;
	height: 41px;
	box-shadow: none !important;
	line-height: 41px;
}

.fw-percount .selectBox {
	width: 64px;
	height: 41px;
}

.fw-sort .selected, .fw-percount .selected, .shop-aside .selected {
	box-shadow: none !important;
	line-height: 41px;
	background: transparent;
	height: 41px;
	color: #c0c0c0;
}

.fw-sort, .fw-percount {
	display: table;
	float: left;
	margin-right: 25px;
}

.fw-sort .selectArrow {
	height: 39px;
	line-height: 39px;
}

.fw-percount .selectArrow {
	width: 31px;
	height: 42px;
	line-height: 39px;
}

.fw-percount small {
	font-size: 14px;
	color: #464545;
	float: left;
	line-height: 42px;
	margin-right: 12px;
	font-style: normal;
}

.fw-percount em {
	font-size: 14px;
	color: #bebebe;
	float: right;
	line-height: 42px;
	margin-left: 15px;
	font-style: normal;
}

.fw-grid {
	float: right;
}

.fw-grid a {
	margin-left: 12px;
	font-size: 30px;
	color: #e8e8e8;
}

.fw-grid a.active, .fw-grid a:hover {
	color: #ff5969;
}

.filter-info {
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
	margin: 14px 0 33px;
}

.filter-wrap-bottom {
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	padding: 24px 0 19px;
}

.shop-nav {
	border-bottom: 1px solid #F2F2F2;
	display: table;
	width: 100%;
	padding: 24px 0 20px;
}

.shop-nav .page_nav {
	float: left;
	margin-top: 6px;
	margin-bottom: 0;
}

.shop-nav a.sn-btn {
	height: 55px;
	background-color: #5dd6e4;
	line-height: 55px;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	display: table;
	margin: 0;
	position: relative;
	transition: .4s;
	float: right;
}

.shop-nav a.sn-btn:hover {
	background: #ff596a;
	color: #fff;
}

.shop-info .col-md-4 {
	margin-bottom: 55px;
	padding: 0 2px;
}

.product-info {
	width: 270px;
	height: 447px;
	background-color: rgba(250,250,250,0.5);
	border-bottom: 3px solid rgba(242,242,242,.7);
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.product-info:before {
	content: "";
	border: 3px solid #5dd6e4;
	width: 100%;
	height: 447px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 111;
	opacity: 0;
	transition: .4s;
}

.product-info:hover:before {
	content: "";
	opacity: 1;
	transition: .4s;
}

.product-price {
	font-family: Courgette;
	font-size: 30px;
	color: #5dd6e4;
	display: table;
	margin: 0 auto;
	padding: 20px 0 10px;
}

.product-price span {
	font-size: 18px;
	text-decoration: line-through;
	color: #d6d6d6;
	margin-left: 0px;
}

.product-info h4 {
	position: relative;
	z-index: 999;
}

.product-info h4 a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
	text-align: center;
	padding: 0px 20px;
	display: table;
	width: 100%;
}

.shop-btn {
	height: 55px;
	line-height: 55px;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 16px;
	display: table;
	margin: 25px auto 0;
	position: relative;
	transition: .4s;
	z-index: 999;
	background: url(../images/slider-btn.png) no-repeat right;
}

.shop-btn i {
	font-size: 18px;
	margin-right: 8px;
}

.product-info:hover {
	cursor: pointer;
}

.product-info:hover .shop-btn {
	background: url(../images/slider-btn-hr.png) no-repeat right !important;
	color: #fff;
	transition: .4s;
}

.product-info:hover .shop-btn:after {
	color: #5DD6E4;
	transition: .4s;
}

.shop-info .row {
	margin: 0 -7px;
}

.product-info img {
	width: 100%;
}

.product-thumb {
	position: relative;
}

.product-thumb img {
	position: relative;
}

.product-thumb a {
	height: 36px;
	background-color: #5dd6e4;
	color: #fff;
	line-height: 36px;
	padding: 0 15px;
	display: table;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
	z-index: 999;
	width: 105px;
}

.product-thumb a:hover {
	background: #ff5969;
}

.product-info:hover .product-thumb a {
	opacity: 1;
	transition: .4s;
}

.shop-list .product-info {
	width: 100%;
	height: auto;
	background-color: rgba(250, 250, 250, 0.5);
	border-bottom: 3px solid rgba(242, 242, 242, 0.7);
	margin: 0px auto 30px;
	position: relative;
	z-index: 999;
}

.shop-list .product-thumb {
	width: 268px;
	float: left;
}

.shop-list .pi-inner {
	margin-left: 300px;
	padding: 30px 30px 30px 0px;
}

.shop-list .pi-inner h4 {
	text-align: left;
	margin: 0px 0px 17px -21px !important;
	display: table;
	padding: 0;
	float: none;
}

.shop-list .product-price span {
	color: #ccc;
}

.shop-list .product-price {
	display: table;
	margin: -4px 0 0;
	padding: 0px 0px 10px;
}

.shop-list .shop-btn {
	margin: 0 0 -6px;
}

.shop-list .product-info:before {
	content: "";
	height: 102%;
}

.shop-list .row {
	margin: 0px -15px;
}

.shop-list {
	margin-bottom: 17px;
}

.product-single-nav {
	float: left;
}

.product-single-nav li {
	margin-bottom: 8px;
	cursor: pointer;
}

#product-single {
	margin-left: 125px;
}

.product-single .col-md-7 {
	padding-right: 28px;
	width: 54.3333%;
}

.product-single .col-md-5 {
	padding-left: 0px;
	width: 45.6666%;
}

.product-single h4 {
	font-family: Courgette;
	font-size: 26px;
	color: #464545;
	margin: 0 0 20px;
	font-weight: 400;
}

.ps-ratings {
	margin: 0;
}

.ps-ratings em a {
	color: #464545;
	border-bottom: 1px solid #464545;
	margin-left: 18px;
	position: relative;
	top: -3px;
}

.product-single .product-price {
	margin: 0 0 15px;
}

.ps-size h6,
.ps-width h6,
.ps-color h6,
.ps-quantity h6 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
	margin: 0 0 15px;
}

.ps-size .selectBox {
	width: 178px;
	height: 41px;
	box-shadow: none !important;
	line-height: 41px;
}

.ps-size .selected {
	box-shadow: none !important;
	line-height: 41px;
	background: transparent;
	height: 41px;
	color: #c0c0c0;
	border: 1px solid #ededed;
}

.ps-size .selectArrow {
	height: 39px;
	line-height: 39px;
}

.ps-size {
	margin-bottom: 15px;
}

.ps-size h6 a {
	color: #bebebe;
	border-bottom: 1px solid #bebebe;
	margin-left: 22px;
	position: relative;
	top: -3px;
	text-transform: none;
	font-weight: 400;
}

.ps-width {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.ps-width li {
	float: left;
	margin-right: 7px;
}

.ps-width li a {
	width: 43px;
	height: 39px;
	background-color: #f2f2f2;
	color: #464545;
	text-transform: uppercase;
	display: table;
	text-align: center;
	line-height: 39px;
}

.ps-width li.active a {
	background-color: #ff5969;
	color: #fff;
}

.ps-color ul li {
	float: left;
	margin-right: 7px;
}

.ps-color ul li a {
	width: 38px;
	height: 39px;
	background-color: #ffc9e0;
	display: table;
}

.ps-color ul li:nth-child(1) a {
	background-color: #ffc9e0;
}

.ps-color ul li:nth-child(2) a {
	background-color: #d3f2c6;
}

.ps-color ul li:nth-child(3) a {
	background-color: #eef1c3;
}

.ps-color ul li:nth-child(4) a {
	background-color: #dbcbf2;
}

.ps-color ul li:nth-child(5) a {
	background-color: #dbdbdb;
}

.ps-color, .ps-quantity {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.ps-quantity {
	margin-bottom: 25px;
}

.addcart {
	height: 55px;
	line-height: 55px;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin: 7px 41px 0px 0px;
	position: relative;
	transition: .4s;
	background: url(../images/slider-btn.png) no-repeat right;
}

.addcart i {
	font-size: 18px;
	margin-right: 8px;
}

.addcart:hover {
	background: url(../images/slider-btn-hr.png) no-repeat right !important;
	color: #fff;
	transition: .4s;
}

.addcart:hover:after {
	color: #5DD6E4;
	transition: .4s;
}

.addwishlist {
	color: #464545;
}

.addwishlist i {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	background-color: #464545;
	display: inline-block;
	color: #fff;
	line-height: 37px;
	text-align: center;
	margin-right: 7px;
}

#tabs-container {
	border: 1px solid #ededed;
	padding: 25px;
	display: table;
	width: 100%;
}

.tabs-menu {
	float: left;
	clear: both;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ededed;
}

.tabs-menu li {
	float: left;
	margin-right: 30px;
}

.tabs-menu li.current {
	position: relative;
	z-index: 5;
}

.tabs-menu li a {
	padding: 0 0 15px 0;
	display: table;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #dadada;
}

.tabs-menu .current a {
	color: #464545;
}

.tab {
	float: left;
	width: auto;
}

.tab-content {
	width: 100%;
	display: none;
	padding: 5px 0 0;
}

#tab-1 {
	display: block;
}

.ps-inner {
	padding-left: 35px;
	margin-bottom: 47px;
}

.tab-content p {
	font-size: 15px;
}

.tab-content p span {
	color: #bebebe;
}

.tab-content p em {
	height: 31px;
	background-color: #5dd6e4;
	line-height: 31px;
	padding: 0 15px;
	color: #fff;
	font-style: normal;
	display: inline-block;
	margin-left: 15px;
}

.product-details li {
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}

.product-details li:last-child {
	margin-bottom: 0;
}

.product-details li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -2px;
	left: 0;
	color: #ff5969;
	font-size: 18px;
}

.tab-content .bs-comments {
	border: medium none;
	padding: 0px;
	margin-top: -35px;
}

.tab-content .bsc-content li:first-child {
	border-top: none;
}

.tab-content .bsc-content h5 {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
}

#portfolio-content h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	margin: 0 0 25px;
	text-align: center;
	font-weight: 400;
}

/* 17. Portfolio Styles */

.folio-filter {
	display: table;
	margin: 0 auto;
}

.folio-filter li {
	display: inline-block;
	margin: 0 1px;
}

.folio-filter li a {
	height: 37px;
	color: #464545;
	font-weight: 400;
	font-size: 15px;
	line-height: 37px;
	padding: 0 25px;
	display: table;
	background: #f7f7f7;
}

.folio-filter li a:hover, .folio-filter li a.selected {
	color: #fff;
	background: #ff5969;
	opacity: 1;
	transition: .4s;
}

.folio-thumb img {
	border: 1px solid #ffffff;
	width: 100%;
}

.folio-thumb {
	position: relative;
}

.folio-thumb:after {
	content: "";
	border: 3px solid #ff5969;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
}

.folio-item:hover .folio-thumb:after {
	content: "";
	opacity: 1;
	transition: .4s;
}

.folio-item h4 {
	margin: 25px 0 15px;
	font-weight: 400;
}

.folio-item h4 a {
	font-family: Courgette;
	font-size: 24px;
	color: #464545;
}

.folio-item p {
	line-height: 28px;
	margin: 0 0 50px;
}

.home-banners {
	padding: 55px 0;
}

.banner {
	padding: 25px 20px;
	border: 4px solid #FFF;
}

.banner1 {
	background: #ff5969;
}

.banner2 {
	background: #5dd6e4;
}

.banner3 {
	background: #363636;
}

.hb-main {
	border: 4px solid #ff5969;
}

.hb-main2 {
	border: 4px solid #5dd6e4;
}

.hb-main3 {
	border: 4px solid #363636;
}

.banner h4 {
	font-family: Courgette;
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.banner h5 {
	font-size: 18px;
	font-style: italic;
	color: #fff;
	font-weight: 400;
	margin: 10px 0 25px;
	text-align: center;
}

.banner a {
	background: #ffffff;
	height: 48px;
	text-align: center;
	padding: 0 20px;
	line-height: 44px;
	border: 2px solid #fff;
	display: table;
	margin: 0 auto;
	font-size: 15px;
	color: #545353;
}

.banner a:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.hb-ico1 {
	width: 81px;
	height: 81px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(../images/ico/8.png) no-repeat center 70%;
	background-color: #ff5969;
	margin: -37px auto;
	position: relative;
	z-index: -1;
}

.hb-ico2 {
	width: 81px;
	height: 81px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(../images/ico/9.png) no-repeat center 70%;
	background-color: #5dd6e4;
	margin: -37px auto;
	position: relative;
	z-index: -1;
}

.hb-ico3 {
	width: 81px;
	height: 81px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(../images/ico/10.png) no-repeat center 70%;
	background-color: #363636;
	margin: -37px auto;
	position: relative;
	z-index: -1;
}

.home-welcome h4 {
	font-family: Courgette;
	font-size: 45px;
	font-weight: 400;
	text-align: center;
	margin: 60px 0 40px;
	background: url(../images/sep3.png) repeat-x center;
}

.home-welcome h4 span {
	background: #fff;
	padding: 0 35px;
	display: table;
	margin: 0 auto;
}

.home-welcome p {
	line-height: 30px;
	text-align: center;
}

.btn-s2 {
	height: 55px;
	line-height: 55px;
	padding: 0 55px 0 35px;
	color: #fff;
	font-size: 18px;
	display: table;
	margin: 25px auto 0;
	position: relative;
	background: url(../images/slider-btn.png) no-repeat right;
	transition: .4s;
}

.btn-s2:hover {
	background: url(../images/slider-btn-hr.png) no-repeat right !important;
	color: #fff !important;
	transition: .4s;
}

.home-services {
	padding: 55px 0;
}

.hs-inner {
	width: 100%;
	height: 273px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px #f0f0f0;
	-moz-box-shadow: 0 0 10px #f0f0f0;
	box-shadow: 0 0 10px #f0f0f0;
	padding: 25px 30px 35px;
}

.hs-inner img {
	display: table;
	margin: 0 auto;
}

.hs-inner h4 {
	text-align: center;
	margin: 20px 0 25px;
	font-family: Courgette;
	font-size: 24px;
	color: #363636;
	font-weight: 400;
}

.hs-inner p {
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	margin: 0;
}

.home-welcome2 {
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	background: #ffe3e6 url(../images/pat3.png);
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.home-welcome2 .btn-s2 {
	font-family: Courgette;
	font-size: 20px;
	padding: 0 45px 0 25px;
	overflow:hidden;
}

.home-welcome2 h4 {
	font-family: Courgette;
	font-size: 36px;
	color: #ff5969;
	font-weight: 300;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.home-welcome2 p {
	font-size: 15px;
	line-height: 30px;
	margin: 0;
}

p.text-medium {
	font-size: 18px;
	line-height: 30px;
}

.home-info {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.home-info h5 {
	font-family: Courgette;
	font-size: 30px;
	color: #363636;
	font-weight: 400;
	margin: 0 0 30px;
}

.home-info h4 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff5969;
	margin: 25px 0 18px;
}

.home-info h4 a {
	color: #ff5969;
}

.home-info h4 a:hover {
	color: #5cd6e3;
}

.home-info .btn-s2 {
	font-family: Courgette;
	font-size: 20px;
	padding: 0 45px 0 25px;
}

.sidebar {
	border: 3px solid #f5f5f5;
	display: block;
	width: 100%;
	padding: 22px 15px;
}

.side-widget1 h6 {
	font-family: Courgette;
	font-size: 30px;
	color: #464545;
	font-weight: 400;
	text-align: center;
	margin-top: 15px;
}

.side-widget1 h6 span {
	font-family: Noto Sans;
	font-size: 18px;
	color: #464545;
	display: block;
	margin-bottom: 12px;
}

.ss-social {
	margin: 40px auto 40px;
	display: table;
}

.ss-social li {
	float: left;
}

.ss-social li:nth-child(2) {
	margin-top: -10px;
}

.ss-social li:nth-child(4) {
	margin-top: -10px;
}

.ss-social li a {
	width: 56px;
	height: 56px;
	background: url(../images/count.png) no-repeat;
	color: #fff;
	line-height: 56px;
	text-align: center;
	display: table;
}

.ss-social li a:hover {
	background: url(../images/count-hr.png) no-repeat;
	color: #fff;
}

.text-center {
	text-align: center;
}

.side-head {
	font-family: Courgette;
	font-size: 24px !important;
	color: #464545;
	font-weight: 400;
	margin-bottom: 12px !important;
}

.pins {
	margin: 0 -3px;
}

.pins li {
	width: 50%;
	float: left;
	padding: 0 3px 6px 3px;
}

.lposts li img {
	float: left;
}

.lpost-inner {
	margin-left: 85px;
}

.lpost-inner a:hover {
	color:#5cd6e3;
}

.lpost-inner h4 {
	margin-bottom: 12px;
}

.lpost-inner p {
	font-size: 13px;
	color: #464545;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 18px;
}

.lposts ul li {
	margin-bottom: 15px;
	display: table;
}

.lposts ul li:last-child {
	margin-bottom: 0;
}

.tags-list li {
	float: left;
	margin-right: 5px;
	line-height: 15px;
	display: inline-block;
	height: 31px;
}

.tags-list li a {
	font-size: 18px;
	color: #464545;
	font-weight: 400;
}

.tags-list li.tl-big a {
	font-size: 24px;
}

.tags-list li.tl-small a {
	font-size: 14px;
}

.slick-slide {
	opacity: 0 !important;
	transition:.4s;
}

.slick-active {
	opacity: 1 !important;
	transition:.4s;
}

.slick-list {
	overflow: visible;
}

.shop-featured h5 {
	background: url("../images/sep2.png") repeat-x scroll right center transparent;
	margin: 0px 0px 40px;
}

.shop-featured h5 span {
	background: none repeat scroll 0% 0% #FFF;
	padding-right: 18px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
}

.shop-featured .product-price {
	margin: 0 auto !important;
}

.shop-featured .product-info h4 a {
	font-family: Noto Sans;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
	text-align: center;
	padding: 0px 20px;
	display: table;
	width: 100%;
}

.shop-slider1,
.shop-slider2,
.shop-slider3 {
	margin: 0 -10px;
}

.shop-featured .slick-prev {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	padding: 0;
	top: -60px;
	right: 25px;
	left: auto;
	height: 20px;
	border: medium none;
	width: 25px;
}

.shop-featured .slick-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.shop-featured .slick-prev:before {
	display: none;
}

.shop-featured .slick-next {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	top: -60px;
	right: 0px;
	left: auto;
	width: 25px;
	border: none;
	height: 20px;
}

.shop-featured .slick-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.shop-featured .slick-next:before {
	display: none;
}

.shop-featured .slick-prev:hover:after,
.shop-featured .slick-next:hover:after {
	color: #ff5969;
}

.topbar2 {
	border-bottom: 1px solid #f6f6f6;
	padding: 10px 0;
}

.topbar2 .selectBox {
	width: auto;
	height: 41px;
	box-shadow: none !important;
	line-height: 41px;
	display: table;
}

.topbar2 ul {
	position: relative;
	left: -15px;
}

.topbar2 ul li:nth-child(1) .selectBox {
	width: 120px;
}

.topbar2 ul li:nth-child(2) .selectBox {
	width: 50px;
}

.topbar2 ul li:nth-child(3) .selectBox {
	width: 60px;
}

.topbar2 .selected {
	box-shadow: none !important;
	line-height: 41px;
	background: transparent;
	height: 41px;
	color: #464545;
	font-size: 13px;
	border: 1px solid transparent;
}

.topbar2 .selectArrow {
	width: 31px;
	height: 42px;
	line-height: 39px;
}

.topbar2 li {
	float: left;
	background: url(../images/sep4.png) no-repeat right center;
}

.topbar2 li:last-child {
	background: none;
}

.topbar2 li p {
	font-size: 13px;
	padding-left: 15px;
	margin-top: 8px;
}

.t2-cart {
	float: right;
	margin-top: -7px;
}

.shop-cart2-i {
	width: 42px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #ff5969;
	font-size: 19px;
	margin-right: 10px;
}

.t2-cart span {
	font-size: 13px;
	cursor:pointer;
}

.t2-cart span a em {
	font-style:normal;
}

.t2-cart span a {
color:#464545;
}

.t2-cart span a:hover {
color:#FF5969;
}

.t2-search {
	position: relative;
	width: 206px;
	float: right;
	margin-top: -7px;
	margin-right: 11px;
}

.t2-search input {
	height: 36px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 55px 5px 15px;
	color: #555;
	width: 100%;
	font-size: 13px;
}

.t2-search input:focus {
	border: 1px solid #ff5969;
	color: #ff5969;
}

.t2-search button {
	width: 36px;
	height: 36px;
	border: none;
	background: transparent;
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 36px;
	text-align: center;
	color: #929292;
	font-size: 15px;
}

.t2-search button:hover {
	background-color: #ff5969;
	color: #fff;
}

.header3 {
	box-shadow: none;
}

.header3 .img-centered {
	display: table;
	margin: -19px auto;
}

.header2 #navmenu > ul > li > a,
.header3 #navmenu > ul > li > a {
	padding: 26px 25px;
	text-decoration: none;
	transition: color 0.2s ease 0s;
	font-size: 14px;
	text-transform: uppercase;
	color: #464545;
	background: transparent !important;
	border-bottom: none !important;
}

.header2 #navmenu > ul > li > a {
	padding: 23px 25px;
}

.header2 #navmenu > ul > li:first-child > a {
	padding-left: 0;
}

.header3 #navmenu {
	display: table;
	margin: 0 auto;
}

.header3 .nav-main {
	border-top: 1px solid #f6f6f6;
}

.header2 {
	background: #fff url(../images/sep5.png) repeat-x top right;
}

.h3-info1 {
	border-bottom: 1px dotted #d6dcdc;
	padding-bottom: 30px;
	display: table;
	width: 100%;
}

.h3-info1 ul {
	display: table;
	float: left;
}

.h3-info1 ul li {
	float: left;
	padding-left: 50px;
	font-size: 14px;
	text-transform: uppercase;
	color: #464545;
	font-style: normal;
	position: relative;
	padding-right: 15px;
	border-right: 1px solid #f1f1f1;
	margin-right: 15px;
}

.h3-info1 ul li span {
	font-size: 13px;
	color: #b4b4b4;
	text-transform: none;
	display: block;
}

.h3-info1 ul li i {
	position: absolute;
	top: 0;
	left: 0;
}

.h31-cart .shop-cart1 {
	padding: 0 15px 0 62px;
	border: 1px solid #e2e2e2;
	height: 47px;
	width: 184px;
	line-height: 45px;
	font-size: 14px;
	color: #9a9a9a;
	float: right;
	position: relative;
}

.h31-cart .shop-cart1:after {
	content: "";
	width: 55px;
	height: 47px;
	background: url(../images/ico/17.png) no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
}

.h31-cart .shop-cart1 {
	color:#464545;
	cursor:pointer;
}

.h31-cart .shop-cart1:hover {
	color:#FF5969;
}

.h31-cart ul li {
	padding-left:0;
}

.h31-cart ul li span {
	display:inline-block;
}

.h3-info2 {
	padding: 25px 0;
	border-bottom: 1px solid #d7d7d7;
}

.h3-info2 ul {
	margin-top: -8px;
}

.h3-info2 ul li {
	float: left;
	font-size: 13px;
	padding-right: 10px;
	margin-right: 10px;
	background: url(../images/sep6.png) no-repeat right center;
}

.h3-info2 ul li:first-child ,
.h3-info2 ul li:last-child {
	background: none;
}

.h3-info2 ul li p {
	margin: -3px 0 0;
	font-size: 13px;
	padding-right: 15px;
}

.h3-info2 ul li p a {
	color: #ff596a;
}

.h3-info2 ul li p a:hover {
	color: #363636;
}

.h3-info2 ul li a {
	color: #454545;
}

.h3-info2 ul li a:hover {
	color: #ff596a;
}

.h3-info3 {
	border-bottom: 1px solid #EDEDED;
	display: table;
	width: 100%;
}

.h3-info3 nav {
	display: table;
	float: left;
}

.h3-info3 .t2-search {
	position: relative;
	width: 206px;
	float: right;
	margin-top: 14px;
	margin-right: 0px;
}

.header2 header {
	padding: 35px 0px 22px;
}

.header2 .logo img {
	margin-top: 40px;
}

.magazine-slider {
	margin: 0;
}

.mag-info {
	position: relative;
}

.mi-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px 50px 15px 22px;
	background: rgba(0,0,0,0.5);
}

.mi-inner h5 {
	margin: 0;
	font-family: Courgette;
	font-size: 26px;
	color: #fff;
	font-weight: 400;
}

.mi-inner h5 a {
	color:#fff;
}

.mi-inner h5 a:hover {
	color:#ff5969;
}

.mi-inner p {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.magazine-slider .slick-prev,
.magazine-slider .slick-next {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #ff5969;
	border: none;
	position: relative;
	font-size: 0px;
	transition: .4s;
}

.magazine-slider .slick-next {
	display: inline-block;
	position: absolute;
	bottom: 38px;
	right: 20px;
}

.magazine-slider .slick-prev {
	display: inline-block;
	position: absolute;
	bottom: 38px;
	right: 52px;
}

.magazine-slider .slick-prev:after {
	content: "\f104";
	font-family: "FontAwesome";
	position: absolute;
	font-size: 21px;
	color: #FFF;
	top: -2px;
	left: 0;
	padding: 0 0 0 8px;
}

.magazine-slider .slick-next:after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	font-size: 21px;
	color: #FFF;
	top: -2px;
	left: 0;
	padding: 0 0 0 9px;
}

.magazine-slider .slick-prev:hover,
.magazine-slider .slick-next:hover {
	background-color: #5DD6E4;
	transition: .4s;
}

.sblog-slider2 {
	margin-bottom: 110px;
}

.sblog-slider2 .slick-prev {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	padding: 0;
	top: -80px;
	right: 32px;
	left: auto;
	height: 20px;
	border: medium none;
	width: 25px;
}

.sblog-slider2 .slick-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.sblog-slider2 .slick-prev:before {
	display: none;
}

.sblog-slider2 .slick-next {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	top: -80px;
	right: 7px;
	left: auto;
	width: 25px;
	border: none;
	height: 20px;
}

.sblog-slider2 .slick-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.sblog-slider2 .slick-next:before {
	display: none;
}

.sblog-slider2 .sbs-date {
	color: #ff5969;
}

.sblog-slider2 .sbs-date i {
	color: #ff5969;
}

#lnews-slider h6 {
	background: url("../images/sep2.png") repeat-x scroll right center transparent;
	margin: 0px 0px 30px;
}

#lnews-slider h6 span {
	background: none repeat scroll 0% 0% #FFF;
	padding-right: 18px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
}

.lnews-slider .slick-prev {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	padding: 0;
	top: -50px;
	right: 25px;
	left: auto;
	height: 20px;
	border: medium none;
	width: 25px;
}

.lnews-slider .slick-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.lnews-slider .slick-prev:before {
	display: none;
}

.lnews-slider .slick-next {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	top: -50px;
	right: 0px;
	left: auto;
	width: 25px;
	border: none;
	height: 20px;
}

.lnews-slider .slick-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.lnews-slider .slick-prev:hover:after ,
.lnews-slider .slick-next:hover:after {
	color: #ff5969;
}

.lnews-slider .slick-next:before {
	display: none;
}

.lnews-thumb img {
	float: left;
}

.lnews-thumb h4 {
	font-family: Courgette;
	font-size: 20px;
	color: #ff5969;
	font-weight: 400;
	line-height: 26px;
	margin-left: 170px;
	padding-top: 16px;
}

.lnews-slider {
	margin: 0 -15px;
}

.lnews-info {
	padding: 0 15px;
}

.lnews-info li {
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}

.lnews-info li:last-child {
	margin-bottom: 0;
}

.lnews-info li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 0;
	color: #ff5969;
	font-size: 18px;
}

.lnews-info li a {
	color:#464545;
}

.lnews-info li a:hover {
	color:#ff5969;
}

.ln-more {
	font-family: Courgette;
	font-size: 16px;
	color: #ff5969;
	margin: 15px 0;
	display: table;
}

.lnews-wrap {
	padding-bottom: 35px;
	border-bottom: 1px solid #f6f6f6;
	margin-bottom: 30px;
}

.lnews-wrap .col-md-8 {
	padding-right: 45px;
}

.m-posts {
	background: #f7f7f7;
	padding: 35px 30px 30px;
	-webkit-box-shadow: 0 5px #f1f1f1;
	-moz-box-shadow: 0 5px #f1f1f1;
	box-shadow: 0 5px #f1f1f1;
}

.m-posts h5 {
	font-family: Courgette;
	font-size: 28px;
	color: #464545;
	font-weight: 400;
	margin: -10px 0 35px;
}

.m-link {
	font-family: Courgette;
	font-size: 20px;
	color: #464545;
}

.m-link:hover {
    color: #ff5969;
}

.m-posts li {
	margin-bottom: 30px;
}

.m-posts li img {
	float: left;
}

.mp-inner {
	margin-left: 113px;
}

.mp-inner h4 {
	font-size: 14px;
	font-weight: bold;
	color: #ff5969;
	margin: 0 0 6px;
}

.mp-inner h4 a {
	color: #ff5969;
}

.mp-inner h4 a:hover {
	color: #5cd6e3;
}

.mp-inner p {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
}

.mp-inner p a {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #5DD6E4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 0px;
	margin-left: 7px;
	line-height: 23px;
}

.mp-inner p a:hover {
	background: #ff5969;
}

.mw-info1 h4 {
	margin: 0 0 15px;
	font-family: Courgette;
	font-size: 24px;
	color: #5dd6e4;
	font-weight: 400;
}

.mw-info1 li {
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}

.mw-info1 li:last-child {
	margin-bottom: 0;
}

.mw-info1 li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 0;
	color: #ff5969;
	font-size: 18px;
}

.mw-info2 h5 {
	margin: 0 0 15px;
	font-family: Courgette;
	font-size: 24px;
	color: #464545;
	font-weight: 400;
	padding-left: 40px;
	position: relative;
}

.mw-info2 h5 img {
	position: absolute;
	top: 0;
	left: 0;
}

.mw-info-ad ul {
	margin: 0 -5px;
}

.mw-info-ad li {
	width: 50%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

.f-link {
	font-family: Courgette;
	font-size: 20px;
	color: #FF5969;
}

.f-articles h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	font-weight: 400;
	margin: 0 0 22px;
}

.f-articles ul li {
	border-bottom: 1px solid #f6f6f6;
	margin-bottom: 8px;
	padding-bottom: 9px;
}

.f-articles ul li:last-child {
	border-bottom: none;
}

.f-articles ul li h4 {
	margin: 0 0 5px;
	font-weight: 400;
}

.f-articles ul li h4 a {
	font-size: 16px;
	color: #464545;
	line-height: 24px;
}

.f-articles ul li h4 a:hover {
	color: #FF5969;
}

.f-articles ul li p {
	font-size: 14px;
	font-style: italic;
	color: #cccbcb;
	margin: 0;
}

.home-events {
	padding: 25px 0;
}

.home-events h3 {
	font-family: Courgette;
	font-size: 50px;
	color: #ff5969;
	font-weight: 400;
	text-align: center;
	margin: 0 0 45px;
	padding-bottom: 45px;
	background: url(../images/sep2.png) repeat-x bottom right;
}

.home-events h3 span {
	font-size: 28px;
	color: #363636;
	transform: rotate(-12deg);
	display: inline-block;
	position: relative;
	top: -5px;
}

.event-info h4 {
	font-family: Courgette;
	font-size: 32px;
	color: #363636;
	font-weight: 400;
	margin: 0 0 35px;
}

.event-info h4 span {
	display: block;
	font-size: 15px;
	color: #979797;
	font-family: Noto Sans;
	margin-top: 9px;
}

.ei-date {
	background: url(../images/date.png);
	width: 76px;
	height: 76px;
	color: #fff;
	float: left;
	font-size: 22px;
	font-family: Courgette;
	text-align: center;
	line-height: 16px;
	padding-top: 24px;
}

.ei-date span {
	display: block;
	font-size: 15px;
}

.event-info ul {
	padding-right: 90px;
}

.event-info li {
	display: table;
	margin-bottom: 30px;
	width: 100%;
}

.ei-inner {
	margin-left: 95px;
}

.ei-inner p {
	margin: 0;
}

.ei-inner h5 {
	font-family: Courgette;
	font-size: 20px;
	color: #ff5969;
	font-weight: 400;
	margin: 10px 0 7px;
}

.he-main {
	width: 100%;
	padding: 0 65px;
}

.home-pricing {
	padding: 90px 0;
	background: #f7f7f7;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.home-pricing h4 {
	font-family: Courgette;
	font-size: 50px;
	color: #ff5969;
	margin: 0 0 40px;
	padding-bottom: 40px;
	background: url(../images/sep2.png) repeat-x bottom right;
	font-weight: 400;
	text-align: center;
	position: relative;
}

.home-pricing h5 span {
	background: url(../images/pricing.png) no-repeat;
	width: 73px;
	height: 73px;
	display: table;
	position: absolute;
	right: -30px;
	top: -26px;
}

.home-plan {
	background:#fff;
}

.home-plan h5 {
	background: url(../images/plan-bg.png) repeat-x right;
	text-align: center;
	line-height: 80px;
	font-family: Courgette;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	position: relative;
}

.home-plan .hp-ico {
	width: 106px;
	height: 106px;
	-webkit-border-radius: 53px;
	-moz-border-radius: 53px;
	border-radius: 53px;
	background-color: #f0f0f0;
	display: table;
	margin: 20px auto 30px;
	padding: 19px 0;
}

.home-plan .hp-ico img {
	display: table;
	margin: 0 auto;
}

.hp-price {
	background: url(../images/plan-bg2.png) no-repeat center top;
	font-family: Courgette;
	font-size: 40px;
	color: #595959;
	text-align: center;
	padding: 21px 15px;
}

.hp-price span {
	font-size: 18px;
}

.home-plan ul {
	display: table;
	margin: 10px auto 15px;
}

.home-plan ul li {
	font-size: 15px;
	color: #595959;
	margin: 10px 0;
}

.home-plan ul li span {
	font-weight: bold;
	color: #ff5969;
}

.hp-btn {
	background: url(../images/plan-bg1.png) repeat-x right;
	text-align: center;
	line-height: 76px;
	font-family: Courgette;
	font-size: 24px;
	color: #FFF;
	font-weight: 400;
	display: table;
	width: 100%;
	padding-top: 10px;
}

.hp-btn:hover {
	background: url(../images/plan-bg1-hr.png) repeat-x right;
	color: #fff !important;
}

.home-pricing .row {
	margin: 0 -25px;
}

.home-pricing .col-md-4 {
	padding: 0 25px;
}

#element-content h2 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	border-bottom: 1px solid #f6f6f6;
	font-weight: 400;
	text-align: center;
	margin: 0 0 37px;
	padding-bottom: 23px;
}

.alert {
	border-radius: 0px;
	color: #1f1f1f;
	font-size: 14px;
}

.alert-general {
	background-color: #f5f5f5;
	border-color: #d4d4d4;
}

.alert-success {
	background-color: #e4fac1;
	border-color: #a3d94c;
}

.alert-danger {
	background-color: #ffcdcd;
	border-color: #ff3333;
}

.alert-warning {
	background-color: #ffefd0;
	border-color: #e6b960;
}

.alert button span {
	font-size: 16px;
}

.alert-help {
	background-color: #d4f4ff;
	border-color: #98d5ec;
}

.alert-info {
	background-color: #fafcd4;
	border-color: #d9d864;
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -1px;
	right: -25px;
	color: inherit;
}

.alert-ico {
	padding-left: 60px;
	position: relative;
}

.alert-ico i {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 32px;
}

#element-content h3 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 25px;
}

.progress {
	height: 25px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.progress-s3 .progress-bar {
	width: 0%;
	transition: .8s;
}

.progress-bar {
	background-color: #1f1f1f;
}

.color1 {
	background-color: #239fdc;
}

.color2 {
	background-color: #5f208f;
}

.color3 {
	background-color: #d72524;
}

.color4 {
	background-color: #278f20;
}

.color5 {
	background-color: #525252;
}

.color6 {
	background-color: #f07d0c;
}

.color7 {
	background-color: #ae8300;
}

.progress-s3 .progress-bar span {
	color: #1F1F1F;
	background: #fff;
	border-radius: 2px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 7px 0;
	position: relative;
	top: 4px;
	float: left;
	left: 4px;
	line-height: 17px;
}

.progress-s3 .progress-bar em {
	float: right;
	position: relative;
	right: 5px;
	top: 2px;
	font-style: normal;
}

.progress-s4 {
	height: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: none;
}

.progress-s4 .progress-bar {
	height: 5px;
	margin-top: 19px;
	width: 0%;
	transition: .5s;
}

.progress-s4 .progress-bar span {
	color: #1F1F1F;
	background: none repeat scroll 0% 0% #FFF;
	border-radius: 0;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0;
	position: relative;
	top: -20px;
	float: left;
	left: 0;
	line-height: 17px;
}

.progress-s4 .progress-bar em {
	float: right;
	position: relative;
	right: 0;
	top: -19px;
	font-style: normal;
	padding: 0 5px;
	border: 1px solid #f0f0f0;
	color: #9e9e9e;
	font-size: 10px;
	line-height: 15px;
	border-radius: 4px;
}

.offer-badge {
	width: 61px;
	height: 61px;
	background: url(../images/close.png) no-repeat;
	color: #fff;
	text-align: center;
	line-height: 61px;
	position: absolute;
	z-index: 999;
	right: -19px;
	top: -22px;
	letter-spacing: -0.06em;
}

.product-thumb .offer-badge {
	font-family: Courgette;
	font-size: 15px;
	color: #fff;
}

.shop-aside .side-list li span {
	color: #c7c7c7;
}

.side-p {
	margin: 0px !important;
	color: #C7C7C7 !important;
}

.special-banner {
	border: 1px solid #ededed;
	padding: 20px;
	position: relative;
	padding-right: 14px;
}

.special-banner img {
	float: left;
}

.sb-inner {
	margin-left: 97px;
}

.sb-inner h6 {
	line-height: 24px;
	margin: 29px 0 -10px;
}

.sb-inner h6 a {
	color: #464545;
}

.sb-inner .product-price {
	font-size: 20px;
	color: #ff5969;
	margin: 0;
	padding: 0;
}

.sb-inner .product-price span {
	font-size: 15px;
}

.sb-badge {
	line-height: 36px;
	position: absolute;
	background: #ff5969;
	padding: 0 20px;
	color: #fff;
	top: -1px;
	right: -1px;
}

.s_range {
	margin-top: 25px;
	display: table;
	width: 100%;
	margin-bottom: -20px;
}

.range_v {
	margin-top: 30px;
}

.range_v span {
	font-size: 14px;
	color: #5b5b5b;
	float: left;
	margin-right: 0px;
	line-height: 23px;
}

.range_v input {
	display: table;
	float: left;
	width: 40px;
	font-size: 14px;
	color: #464545;
	margin-right: 0;
	background: transparent;
	border: 0px none;
	outline: 0px none;
	text-align: center;
}

.filter-btn {
	padding: 0px;
	font-size: 14px;
	color: #464545;
	float: right;
	margin-top: -3px;
	line-height: 40px;
	background: #5dd6e4;
	padding: 0 30px;
	color: #fff;
}

.filter-btn:hover {
	background: #ff5969;
	color: #fff !important;
}

.range_v {
	margin-top: 30px;
	position: relative;
	top: 9px;
}

.range_v span {
	float: left;
}

.range_sep {
	display: table;
	float: left;
	padding: 0 8px;
}

.home-team {
	background: url(../images/xtra/4.png) no-repeat center top fixed;
	background-size: auto 100%;
	height: 694px;
	position: relative;
	z-index: 888;
	overflow:hidden;
}

.home-team:after {
	content: "";
	background: #ff5969;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.ht-head {
	background: #ff5969;
	height: 694px;
}

.team-home li {
	width: 50%;
	float: left;
	cursor: pointer;
}

.home-team .col-md-5 {
	width: 45%;
}

.home-team .col-md-7 {
	width: 55%;
}

.team-home {
	padding: 70px 0;
}

.team-home li h4 {
	font-family: Courgette;
	font-size: 20px;
	color: #3D3D3D;
	font-weight: 400;
	text-align: center;
	margin: 18px auto 45px;
}

.th-thumb {
	width: 215px;
	display: table;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
}

.th-thumb img {
	background: transition;
	padding: 4px;
	border-radius: 50%;
	transition: .3s;
}

.team-home li:hover .th-thumb img {
	background: #ff5969;
	transition: .3s;
}

.th-thumb a {
	width: 46px;
	height: 46px;
	background: transparent;
	color: #363636;
	display: table;
	line-height: 45px;
	text-align: center;
	font-size: 25px;
	border-radius: 50%;
	position: absolute;
	bottom: 21px;
	right: 23px;
}

.team-home li:hover .th-thumb a {
	background: #fcfcfc;
	transition: .3s;
	color: #ff5969;
}

.ht-inner h3 {
	font-family: Courgette;
	font-size: 90px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.ht-inner h3 span {
	font-size: 40px;
	display: inline-block;
	transform: rotate(-12deg);
	margin-right: 7px;
	position: relative;
	top: -14px;
}

.ht-inner img {
	display: table;
	margin: 20px auto 25px;
}

.ht-inner p {
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 20px;
}

.ht-inner p b {
	font-size: 16px;
}

.ht-inner {
	display: table;
	padding: 11px 8% 0px;
	height: 356px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -178px;
}

.home-lblog {
	padding: 100px 0;
}

.home-lblog h3 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	font-weight: 400;
	text-align: center;
	margin: -7px 0 0;
}

#hlblog {
	margin: 50px 0;
}

#hlblog li {
	padding: 0 55px;
}

#hlblog li img {
	width: 306px;
	float: left;
}

#hlblog li .hlb-inner {
	margin-left: 365px;
}

#hlblog h4 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #363636;
	margin: 55px 0 20px;
}

#hlblog p {
	font-size: 15px;
	line-height: 24px;
	color: #363636;
	margin: 0 0 5px;
}

.hlb-nav {
	display: table;
	margin: 0 auto;
}

.hlb-nav li {
	float: left;
	cursor: pointer;
}

.hlb-nav li span {
	font-family: Courgette;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	width: 56px;
	height: 56px;
	display: table;
	background: url(../images/ico/26.png) no-repeat;
	text-align: center;
	line-height: 56px;
	transition: .3s;
}

.hlb-nav li:nth-child(2) {
	position: relative;
	top: -12px;
}

.hlb-nav li:hover span, .hlb-nav li.flex-active span {
	color: #fff;
	background: url(../images/ico/25.png) no-repeat;
	transition: .3s;
}

.home-upevent {
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #f3f3f3;
	-moz-box-shadow: 0 0 5px #f3f3f3;
	box-shadow: 0 0 5px #f3f3f3;
	padding: 0px 0 0;
}

.home-upevent .countdown {
	margin: 0 -22px;
}

.home-upevent .countdown em {
	font-family: Courgette;
	font-size: 80px;
	text-transform: uppercase;
	color: #fff;
	font-style: normal;
	width: 140px;
	height: 140px;
	background-color: #363636;
	-webkit-box-shadow: inset 0 -5px #272727;
	-moz-box-shadow: inset 0 -5px #272727;
	box-shadow: inset 0 -5px #272727;
	line-height: 140px;
	text-align: center;
	display: table;
}

.countdown span {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #363636;
	padding-top: 12px;
}

.countdown div {
	width: 140px;
	float: left;
	margin: 0 22px;
}

.home-upevent h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	font-weight: 400;
	margin: 80px 0 40px;
}

.event-details {
	margin-bottom: 100px;
}

.event-details .btn-s2 {
	font-family: Courgette;
	float: right;
	margin-top: 42px;
	margin-right: 58px;
}

.event-details h4 {
	font-family: Courgette;
	font-size: 24px;
	color: #ff5969;
	font-weight: 400;
	margin: 40px 0 10px;
}

.ed-meta span {
	color: #363636;
	font-size: 15px;
	margin-right: 30px;
}

.ed-meta span i {
	color: #ff5969;
	font-size: 18px;
	margin-right: 7px;
}

.ed-inner {
	display: table;
	float: left;
}

.home-upevent img {
	position: relative;
	right: 25px;
}

.home-gallery {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.home-gallery .container {
	width: 100%;
	padding: 0px;
}

.folio-thumb1 {
	position: relative;
	overflow: hidden;
}

.home-gallery .folio-item {
	width: 25%;
	float: left;
	cursor: pointer;
}

.folio-overlay {
	background: #ff5969;
	padding: 30px 30px 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	bottom: -100%;
	width: 100%;
	transition: .5s;
}

.home-gallery .folio-item:hover .folio-overlay {
	bottom: 0;
	transition: .5s;
}

.folio-overlay:after {
	width: 56px;
	height: 56px;
	background: url(../images/zoom.png) no-repeat;
	content: "";
	position: absolute;
	top: -25px;
	right: 20px;
}

.folio-overlay h4 {
	margin: 0 0 12px;
	font-family: Courgette;
	font-size: 24px;
	color: #464545;
	color: #fff;
}

.folio-overlay p {
	color: #fff;
	margin: 0;
	font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home-contact {
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}

.home-contact h5 {
	font-size: 30px;
	color: #ff5969;
	font-weight: 400;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-family: Courgette;
}

.home-contact li {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

.home-contact li:after {
	position: absolute;
	top: -1px;
}

.hc-form input, .hc-form textarea {
	background: transparent;
	height: 47px;
	border: none;
	border-bottom: 1px solid #ff5969;
	padding: 5px 0px;
	width: 100%;
	margin-bottom: 50px;
	color: #000;
}

.hc-form textarea {
	height: 120px;
	margin-bottom: 65px;
}

.hc-form button {
	border: none;
	font-family: Courgette;
	padding: 0 45px 0 30px;
	font-size: 20px;
	margin: 0;
}

.hc-form button.btn-s2:after {
	padding-left: 0px;
}

.footer2 {
	padding: 0;
}

.footer2 p {
	color: #808080;
	margin: 16px 0;
}

.f3-widget p span, .footer4 p span {
	color: #fff;
}

.f2-social {
	margin: 0px;
	float: right;
	position: relative;
	top: -25px;
}

.f2-social li a {
	font-size: 16px;
}

#slider {
	position: relative;
	width: 100%;
}

.tp-banner .btn-s2 {
	font-size: 18px;
	background: url(../images/slider-btn.png) no-repeat right;
	width: 213px;
	height: 55px;
	padding: 0;
	padding-left: 35px;
}

.tp-banner .btn-s2:hover {
	background: url(../images/slider-btn-hr.png) no-repeat right !important;
}

.tp-banner .btn-s2:after {
	display: none;
}

.tp-bullets {
	z-index: 1000;
	position: absolute;
	opacity: 1 !important;
	transition: .4s;
	bottom: 50px !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
	display: table;
	width: 170px;
}

.tp-bullets .bullet {
	width: 56px;
	height: 56px;
	display: table;
	background: url(../images/ico/26.png) no-repeat;
	text-align: center;
	line-height: 56px;
	transition: .3s;
	float: left;
	position: relative;
	cursor: pointer;
}

.tp-bullets .bullet:hover, 
.tp-bullets .bullet.selected {
	background: url(../images/ico/25.png) no-repeat;
	transition: .4s;
}

.index_1 .tp-bullets .bullet:hover, 
.index_1 .tp-bullets .bullet.selected {
	background: url(../images/ico/25-1.png) no-repeat;
	transition: .4s;
}

.tp-bullets .bullet:after {
	content: "1";
	font-family: Courgette;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	line-height: 56px;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.tp-bullets .bullet:nth-child(2) {
	position: relative;
	top: -12px;
}

.tp-bullets .bullet:nth-child(2):after {
	content: "2";
}

.tp-bullets .bullet:nth-child(3):after {
	content: "3";
}

.tp-bullets .bullet:nth-child(4):after {
	content: "4";
}

.tp-bullets .bullet:nth-child(5):after {
	content: "5";
}

.hlb-nav li:hover span, .hlb-nav li.flex-active span {
	color: #fff;
	background: url(../images/ico/25.png) no-repeat;
	transition: .3s;
}

.index_1 .tp-bullets .bullet:hover:after ,
.index_1 .tp-bullets .bullet.selected:after {
	color: #363636 !important;
}

.mag-content {
	padding: 40px 40px !important;
	background: #fff;
}

.magazine-slider .slick-list {
	overflow: hidden;
}

.magazine-slider .slick-slide {
	display: block !important;
	opacity: 1 !important;
}

.mag-info img {
	width: 100%;
}

.shots-slider img {
	width: 100%;
}

.newsletter1 input {
	border: 1px solid #ededed;
}

.newsletter1 input:focus {
	border: 1px solid #ff5969;
	color: #ff5969;
}

.tweet, .query {
}

.tweet .tweet_list,
.query .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.tweet .tweet_list .awesome,
.tweet .tweet_list .epic,
.query .tweet_list .awesome,
.query .tweet_list .epic {
	text-transform: uppercase;
}

.tweet .tweet_list li,
.query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px;
	margin-bottom: 27px;
	line-height: 24px;
	padding-left: 26px;
	position: relative;
}

.tweet .tweet_list li:last-child,
.query .tweet_list li:last-child {
	margin-bottom: 0;
}

.tweet .tweet_list li:after, 
.query .tweet_list li:after {
	content: "\f099";
	font-family: 'FontAwesome';
	color: #ff5969;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 19px;
}

.tweet .tweet_list li:last-child,
.query .tweet_list li:last-child {
	border-bottom: none;
}

.tweet .tweet_list li a,
.query .tweet_list li a {
	text-decoration: none;
	color: #ff5969;
}

.tweet .tweet_list li a:hover,
.query .tweet_list li a:hover {
	border-bottom: 1px dotted #999;
}

.tweet .tweet_list .tweet_avatar,
.query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}

.tweet .tweet_list .tweet_avatar img,
.query .tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.tweet .tweet_list .tweet_time a {
	font-size: 14px;
	color: #ff5969;
}

.tweet .tweet_list .tweet_text {
	color: #464545;
	font-size: 14px;
}

.main-shop-content {
	background-color: #FFF;
	box-shadow: 0px 0px 10px #F0F0F0;
	padding: 0 0 80px !important;
	width: 1230px;
	overflow: hidden;
}

.footer3 {
	background: #363636;
	position: relative;
}

.footer3:after {
	width: 100%;
	height: 12px;
	content: "";
	background: url(../images/footer3.png) repeat-x left;
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
}

.footer3 .f3-widget {
	margin-bottom: 30px;
}

.footer3 .f3-widget h5 {
	margin: 0 0 25px;
	font-family: Courgette;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}

.f3-widget p, .f3-widget li a {
	color: #b4b4b4;
	line-height: 26px;
}

.f3-widget li a:hover {
	color: #ff5969;
}

.footer3 .col-md-4 {
	width: auto;
	margin-right: 74px;
}

.footer3 .col-md-4.last-widget {
	margin-right: 0px !important;
}

.footer3 .footer-bottom p {
	text-align: center;
}

.footer3 .footer-bottom-wrap {
	padding: 25px 0px 45px;
}

.f3-social {
	display: table;
	margin: 5px auto 35px;
}

.f3-social li {
	float: left;
	margin: 0 3px;
}

.f3-social li a {
	display: table;
	width: 45px;
	height: 45px;
	border: solid 1px #b4b4b4;
	background: transparent;
	transition: .3s;
	text-align: center;
	line-height: 43px;
	font-size: 20px;
	color: #fff;
}

.f3-social li a:hover {
	border: solid 1px #ff5969;
	background: #ff5969;
	transition: .3s;
	color: #fff;
}

.footer4 h5 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 22px;
}

.footer4 p, .footer4 .f4-links li a {
	color: #b4b4b4;
	line-height: 26px;
}

.footer4 .f4-links li a:hover {
	color: #ff5969;
}

.footer2-2 {
	padding: 0 15px 20px;
}

.footer2-2 .col-md-3 {
	width: auto;
	padding-left: 0px;
}

.footer2-2 .col-md-3:nth-child(1) {
	margin-right: 6%;
	background: url(../images/sep.png) repeat-x left top;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
}

.footer2-2 .col-md-3:nth-child(2) ,
.footer2-2 .col-md-3:nth-child(3) ,
.footer2-2 .col-md-3:nth-child(4) ,
.footer2-2 .col-md-3:nth-child(5) {
	padding-right: 6%;
	background: url(../images/sep.png) repeat-x left top;
	padding-top: 30px;
}

.footer2-2 .col-md-3:nth-child(5) {
	padding-right: 0;
	margin: 0;
}

.footer4 .footer-bottom-wrap {
	padding: 20px 0;
}

.footer4 .footer-bottom-wrap p {
	color: #4e4e4e;
	text-align: center;
}

.call-us {
	background: url(../images/ico/31.png) no-repeat left center;
	line-height: 35px;
	color: #b4b4b4;
	display: table;
	padding-left: 42px;
	margin-top: 15px;
}

.remodal h6 {
	text-align: left;
}

.remodal .ps-size {
	margin-bottom: 15px;
	display: table;
}

.remodal .product-single h4 {
	text-align: left;
}

.remodal .ps-ratings {
	margin: 0px;
	display: table;
}

.remodal .ps-btn {
	display: table;
	margin-bottom: -40px;
}

.remodal .product-single .col-md-7 {
	width: 58.3%;
}

.remodal .product-single .col-md-5 {
	width: 41.7%;
}

.topbar2-main {
	background: #fff;
}

.slick-prev,
.slick-next {
	outline:0;
}

.cart-main {
	position: relative;
	display: inline-block;
	float: right;
}

#cart-main {
	width: 320px;
	position: absolute;
	top: 44px;
	border: 1px solid #e4e4e4;
	padding: 30px;
	right: 0;
	background: #fff;
	z-index: 100010;
	display: none;
}

#cart-main ul {
}

#cart-main ul li {
	list-style: none;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
	position: relative;
}

#cart-main ul li img {
	width: 70px;
	float: left;
}

#cart-main .description {
	margin-left: 85px;
	padding-right: 20px;
}

#cart-main .description a {
	font-family: Noto Sans;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
	margin: 0px 0 8px;
	display: table;
}

#cart-main .description a:hover {
	color: #FF5969;
}

#cart-main .position p {
	margin: 0;
}

.bottom a {
	height: 48px;
	background-color: #5DD6E4;
	line-height: 48px;
	color: #FFF;
	text-align: center;
	padding: 0px 25px;
	display: table;
	border: medium none;
	margin: 10px 0px 0;
	font-size: 15px;
	text-transform: uppercase;
	float: right;
}

.bottom a i {
	margin-left: 5px;
}

.bottom a:hover {
	background: #FF5969;
	color: #fff;
}

#cart-main .position .sign {
	margin: 0 8px;
}

#cart-main .position input {
	width: 40px;
	border: 1px solid #e4e4e4;
	text-align: center;
	color: #666;
}

#cart-main .total {
	float: right;
	margin: -5px 0 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}

#cart-main .description .closeit {
	width: 30px;
	height: 30px;
	background-size: 100%;
	line-height: 28px;
	position: absolute;
	top: 0;
	right: -10px;
}

/* 18. Responsive Styles */

@media only screen and (min-width: 768px) and (max-width: 1250px)   {

.main-content {
	background-color: #FFF;
	box-shadow: 0px 0px 10px #F0F0F0;
	padding: 40px 60px;
	width: 90%;
}

.main-shop-content {
    width: 100%;
    margin: 0 auto;
}

}

@media only screen and (min-width: 100px) and (max-width: 350px)   {
#cart-main {
    width: 95%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1050px)   {

#navmenu {
	z-indeX: 1000;
}

.index_1 .tp-caption {
	display:none;
}

#navmenu > ul > li > a {
    padding: 27px 15px;
}

.index_1 .search {
    width: 240px;
    position: relative;
    margin-right: 20px;
    margin-top: 0px;
}

.index_1 .search input {
	width:100%;
}

.hs-inner h4 {
    font-size: 20px;
}

.hs-inner p {
    font-size: 12px;
    line-height: 21px;
}

.home-team .col-md-7,
.home-team .col-md-5 {
    width: 100%;
}

.home-team:after {
	display:none;
}

.team-home {
    padding: 70px 0px;
    display: table;
    width: 70%;
    margin: 0 auto;
}

.event-info ul {
    padding-right: 15px;
}

.home-pricing .row {
	margin:0 -10px;
}

.home-pricing .col-md-4 {
	padding:0 10px;
}

#hlblog li img {
    width: 250px;
    float: left;
}

#hlblog li .hlb-inner {
    margin-left: 295px;
}

.home-upevent .countdown em {
	font-size: 60px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: table;
}

.countdown div {
	width: 100px;
	float: left;
	margin: 0 10px;
}

.home-upevent .countdown {
	margin: 0 -10px;
}

.home-gallery .folio-item {
    width: 50%;
	float:left;
}

#blog-content .col-md-9 {
	width:60%;
}

#blog-content .col-md-3 {
	width:40%;
}

.ss-social li a ,
.ss-social li a:hover {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-size: cover;
}

.f-articles ul li h4 a {
    font-size: 14px;
    line-height: 21px;
}

.f-articles h5 {
    font-size: 23px;
}

.lnews-thumb img {
    float: none;
}

.lnews-thumb h4 {
    margin-left: 0;
}

.m-posts li img {
    float: none;
}

.mp-inner {
    margin-left: 0;
    margin-top: 16px;
}

.m-posts {
    padding: 35px 15px 30px;
}

.m-posts h5 {
    font-size: 25px;
}

.mw-info2 h5 {
    font-size: 19px;
}

.f-widget a, .f-widget p {
    font-size: 10px;
}

.topbar2 li:last-child {
    display: none;
}

.header2 #navmenu > ul > li > a, .header3 #navmenu > ul > li > a {
    padding: 26px 20px;
}

.tp-caption .btn-s2 {
	display:none;
}

.main-shop-content {
    width: 100%;
    margin: 0 auto;
}

.remodal-close {
    position: absolute;
    top: 12px;
    right: 12px;
}

.f3-widget p, .f3-widget li a {
    color: #B4B4B4;
    line-height: 26px;
    font-size: 11px;
}

.footer3 .col-md-4 {
    margin-right: -4px;
}

.blog-content-home .bc4-inner {
    margin-left: 115px !important;
}

.shop-list .product-thumb {
	width: 100%;
	float: none;
}

.shop-list .pi-inner {
	margin-left: 0;
	padding: 30px 30px 30px 30px;
}

.shop-list .product-info:before {
	content: "";
	height: 100.5%;
}

.shop-info .col-md-4 {
	margin-bottom: 55px;
	padding: 0px 2px;
	width: 50%;
	float: left;
}

.product-info {
	width: 100%;
}

.shop-btn {
	padding: 0px 35px 0px 20px;
}

.tabs-menu li {
	float: left;
	margin-right: 10px;
}

.addwishlist {
	display: table;
	margin-top: 20px;
}

.search {
	margin-right: 0px;
	margin-top: 20px;
}

.main-content {
	background-color: #FFF;
	box-shadow: 0px 0px 10px #F0F0F0;
	padding: 40px 60px;
	width: 90%;
}

.error-content p {
	padding: 45px 10% 70px;
}

.f-widget span p i {
	width: 20px;
	display: inline-block;
}

.f-widget span p i img {
	width: 14px;
}

.f-widget a, .f-widget p {
	color: #B3B3B3;
	font-size: 11px;
}

.f-links li:after {
	top: -1px;
}

.f-widget h5 {
	font-size: 13px;
}

.payment {
	margin-top: 10px;
}

.ai-info {
	padding: 22px 10px;
	height: 355px;
}

.ai-info p {
	text-align: center;
	line-height: 26px;
	font-size: 13px;
}

.ai-info h5 {
	font-size: 13px;
	line-height: 20px;
}

.about-news li .date {
	font-size: 18px;
	float: none;
}

.an-inner {
	margin-left: 0px;
	padding-right: 17px;
	padding-top: 39px;
}

.an-inner p {
	font-size: 13px;
}

.subscribe {
	padding-left: 15px;
}

.subscribe p {
	font-size: 13px;
}

.bc4-date span {
	font-size: 87px;
}

.bc4-inner {
	margin-left: 115px;
}

.side-list li {
	font-size: 11px;
}

.bmore {
	padding: 0px 19px;
	color: #fff !important;
}

.bsc-content li .comment-author {
	font-size: 13px;
	color: #464545;
}

.star a {
	font-size: 14px;
	color: #FF5969;
}

.ratings {
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.ratings em {
	font-size: 11px;
}

.cf-info p {
	font-size: 12px;
}

.blog-content article .blog-thumb {
	float: none;
}

.blog-content .blog-excerpt {
	margin-left: 0;
	margin-top: 27px;
}

.post-meta span:nth-child(3),
.post-meta span:nth-child(4),
.post-meta span:nth-child(5) {
	display: none;
}

input.css-checkbox[type="radio"] + label.css-label, input.css-checkbox[type="radio"] + label.css-label.clr {
	font-size: 11px;
}

.cart-table tbody tr td:nth-child(1) {
	width: 35%;
	padding-right: 0px;
}

.cart-table tbody tr td:nth-child(3) {
	width: 28%;
}

.quantity input {
	width: 40px;
	height: 39px;
}

.coupon-form {
	width: 312px;
	position: relative;
}

.coupon-form input {
	color: #000;
	width: 100%;
}

.dual-btns a {
	height: 47px;
	line-height: 47px;
	padding: 0px 13px;
	font-size: 10px;
}

.logreg-form h5 span {
	font-size: 11px;
	top: 21px;
}

.ma-inner p {
	padding-left: 4px;
	margin: 0px 0px -2px;
	color: #464545;
	font-size: 12px;
}

.ma-block {
	line-height: 17px;
	height: 67px;
	padding: 15px 20px;
	margin: 15px 0px 15px !important;
}

.ma-block a {
	position: relative;
	top: -9px;
}

.ma-inner {
	background: none repeat scroll 0% 0% #F7F7F7;
	padding: 23px;
	height: 495px;
}

#pricing-content .col-md-4 {
	padding: 0px 10px;
}

#pricing-content .row {
	margin: 0px -10px;
}

.pricing-table h4 {
	font-size: 23px;
}

.pt-list li {
	font-size: 13px;
}

.plan-price {
	font-family: Courgette;
	font-size: 38px;
}

.buy-btn {
	padding: 0px 28px 0px 16px;
	font-size: 12px;
	display: table;
	margin: 7px auto 0px;
}

.pt-inner {
	height: 425px;
}

}

@media only screen and (max-width: 767px)  {

#navmenu {
	z-indeX: 1000;
}

.remodal .product-single .col-md-7 ,
.remodal .product-single .col-md-5 {
	width: 100%;
}

.remodal .product-single-nav {
	width: 100%;
}

.remodal .product-single-nav li img {
	display: table;
	margin: 0 auto;
}

.home-welcome2 h4 {
	font-size: 54px;
}

.home-welcome2 img {
	margin-top: 40px;
}

.home-info {
	padding: 80px 0px 110px;
}

.home-team:after {
	display: none;
}

.home-team .col-md-5 ,
.home-team .col-md-7 {
	width: 100%;
}

.team-home {
	padding: 70px 0px;
	display: table;
}

.team-home li {
	width: 100%;
}

.home-team {
	width: 100%;
	display: table;
	height: auto;
}

.ht-inner {
	position: relative;
	margin: 0;
}

.he-main {
	width: 100%;
	padding: 0px 15px;
}

.event-info ul {
	padding-right: 0px;
}

#hlblog li img {
	width: 100%;
	float: none;
}

#hlblog li .hlb-inner {
	margin-left: 0;
	padding-top: 15px;
}

#hlblog h4 {
	margin: 35px 0px 20px;
	line-height: 24px;
}

#hlblog li {
	padding: 0px 0px;
}

.ht-head {
	height: auto;
}

.countdown div {
	display: table;
}

.countdown span {
	margin-bottom: 20px;
}

.ed-meta span {
	font-size: 12px;
	margin-right: 11px;
}

#sblog-slider h6 {
	position: relative;
	top: 29px;
}

.lnews-thumb img {
	float: none;
}

.lnews-thumb h4 {
	margin-left: 0px;
}

.m-posts li img {
	float: none;
}

.mp-inner {
	margin-left: 0;
	margin-top: 15px;
}

.mw-info2 {
	margin-top: 50px;
}

.tp-banner .btn-s2 {
	display: none;
}

.tp-bullets {
	display: none;
}

.home-banners .col-md-4 {
	margin-bottom: 60px;
}

.shop-btn {
	padding: 0px 35px 0px 15px;
}

.index_2 .header2 .logo img {
	display: table;
	margin: 0 auto 20px;
}

.h3-info1 ul li {
	float: left;
	padding-left: 50px;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 21px;
	margin-left: 30px;
}

.h31-cart {
	display: table;
	margin: 0 auto;
	float: none;
}

.h3-info2 {
	padding: 25px 0px;
	border-bottom: 1px solid #D7D7D7;
	display: none;
}

.h3-info3 .t2-search {
	display: none;
}

.h3-info3 nav {
	display: table;
	float: left;
	width: 100%;
}

.t2-cart ,
.t2-search {
	display: none;
}

.topbar2 li p {
	display: none;
}

.topbar2 ul {
	position: relative;
	left: 0;
	display: table;
	margin: 0 auto;
}

.home-upevent img {
	position: relative;
	right: 0;
	width: 100%;
	margin-top: -50px;
}

.home-gallery .folio-item {
	width: 100%;
}

.hc-form button {
	margin-bottom: 50px;
}

.f2-social {
	margin: 0 auto;
	float: none;
	position: relative;
	top: 0;
	display: table;
	padding: 10px 0 20px;
}

.mi-inner {
	display: none;
}

.home-info h5 {
	margin: 30px 0px 30px;
}

.index_1 .tp-caption {
	display: none;
}

.quote-slider {
	padding: 0px 10px;
}

.shop-list .product-thumb {
	width: 100%;
	float: none;
}

.shop-list .pi-inner {
	margin-left: 0;
	padding: 30px 30px 30px 30px;
}

.shop-list .product-info:before {
	content: "";
	height: 100.5%;
}

.staff-info em {
	font-family: Courgette;
	font-size: 21px;
}

.staff-info .col-md-6 {
	display: table;
}

.staff-thumb {
	margin-top: 40px;
}

.product-info {
	width: 100%;
}

.shop-nav a.sn-btn {
	height: 55px;
	line-height: 55px;
	padding: 0px 30px;
	font-size: 16px;
	display: table;
	margin: 12px 0 0;
	float: left;
	width: 100%;
	text-align: center;
}

.fw-grid {
	float: none;
	display: table;
	margin: 0 auto;
}

.fw-sort, .fw-percount {
	display: table;
	float: left;
	margin-right: 0px;
}

.fw-sort .selectBox {
	width: 170px;
	font-size: 11px;
}

.fw-sort .selected, .fw-percount .selected {
	font-size: 12px;
}

.fw-percount {
	padding-left: 15px;
}

.shop-banner img {
	float: none;
}

.sb-info {
	margin-left: 0;
	position: relative;
	top: 0;
	margin-top: 20px;
}

.tab-content p {
	font-size: 13px;
}

.tabs-menu li a {
	font-size: 11px;
}

.tabs-menu li {
	float: left;
	margin-right: 15px;
}

.product-single-nav li {
	margin-bottom: 8px;
	cursor: pointer;
	width: 25%;
	float: left;
}

.product-single .col-md-7 {
	padding-right: 15px;
	width: 100%;
}

.product-single-nav {
	float: none;
	display: table;
}

.product-single .col-md-5 {
	padding-left: 0px;
	width: 100%;
	padding-top: 26px;
}

.ps-inner {
	padding-left: 15px;
	margin-bottom: 47px;
}

.addwishlist {
	color: #464545;
	margin-top: 16px;
	display: table;
}

#product-single {
	margin-left: 0;
	display: block;
}

.pricing-table {
	margin-top: -10px;
	margin-bottom: 45px;
}

.folio-filter li {
	font-size: 12px;
	padding: 3px;
	float: none !important;
	display: table;
	margin: 0 auto;
}

.ma-inner {
	height: auto;
	margin-bottom: 25px;
}

.logreg-form {
	height: auto;
	display: table;
}

.logreg-form h5 span {
	float: none;
	font-size: 11px;
	top: 0px;
	display: block;
	margin-top: 13px;
}

.logreg-form h5 span a {
	position: relative;
	top: -2px;
}

.blog-content-home .bc4-inner {
	margin-left: 0px !important;
}

#logreg-content .col-md-5 ,
#logreg-content .col-md-7 {
	width: 100%;
	padding: 0px 2px;
}

#faq-content ul li h4 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 20px 75px;
	margin: 0px 0px 10px;
	position: relative;
	line-height: 23px;
}

.c-form-content {
	margin-top: 30px;
}

.cart-table tbody tr td h4 {
	margin: -6px 0px 0px 136px !important;
}

.cart-table thead tr th:nth-child(2) ,
.cart-table thead tr th:nth-child(3) ,
.cart-table thead tr th:nth-child(4) {
	display: none;
}

.cart-table tbody tr td:nth-child(1) {
	padding-right: 35px;
}

.coupon-form {
	width: 100%;
	position: relative;
}

.coupon-form input {
	color: #000;
	width: 100%;
}

.cart-bottom .col-md-5 {
	padding-left: 15px;
}

.dual-btns a {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.cart-table tbody tr td {
	padding: 23px 0px;
	border-bottom: 1px solid #F0F0F0;
	width: 100% !important;
	display: block;
}

.bm-meta span {
	margin-right: 11px;
	font-size: 11px;
}

.bm-inner p {
	font-size: 13px;
}

#navmenu ul {
	width: 100%;
	display: none;
	position: absolute;
}

.blog-content3 article {
	display: block;
}

article h4 a {
	font-size: 22px;
	color: #464545;
}

.blog-content3 .post-meta {
	display: none;
}

.blog-content3 .blog-thumb {
	width: 100% !important;
}

.blog-content3 .blog-excerpt {
	margin-left: 0 !important;
}

.topbar .container, header .container {
	width: 100%;
}

.blog-content2 article h4 {
	margin-bottom: 40px;
}

.ratings {
	margin-left: 0px;
	display: table;
	margin-bottom: 20px;
}

.cf-info h6 {
	font-size: 13px;
	line-height: 20px;
}

.cf-info p span {
	display: none;
}

.blog-content article .blog-thumb {
	width: 100%;
	float: none;
	margin-top: 20px;
}

.blog-content .blog-excerpt {
	margin-left: 0;
	padding-top: 30px;
}

.post-meta span:nth-child(3),
.post-meta span:nth-child(4),
.post-meta span:nth-child(5),
.post-meta span:nth-child(6) {
	display: none;
}

.post-meta span {
	margin-right: 13px;
}

.star a {
	font-size: 16px;
	color: #FF5969;
}

.bc4-date {
	float: none;
}

.bc4-inner {
	margin-left: 0px;
	margin-top: 70px;
}

.bc4-inner h4 {
	margin: 20px 0 0 !important;
	font-size: 11px;
}

.topbar ul {
	margin: 10px auto;
	display: table;
	float: none;
}

.shop-cart {
	font-size: 0px;
}

.shop-cart span {
	font-size: 14px;
}

.shop-cart {
	font-size: 0px;
	width: auto;
}

header .col-md-4 {
	width: 65%;
	float: left;
}

header .col-md-8 {
	width: 35%;
	float: left;
}

.search {
	display: none;
}

#navmenu #menu-button {
	padding: 15px 20px;
	color: #fff;
	background: #222;
	border-radius: 6px;
}

#navmenu #menu-button:after {
	background: #fff;
	top: 15px;
}

#navmenu #menu-button:before {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	top: 20px;
}

.shop-cart {
	margin-top: -3px;
}

header {
	padding: 30px 0px;
}

#navmenu ul {
	width: 100%;
	display: none;
	background: #222;
	margin-top: -5px;
}

#navmenu > ul > li > a {
	padding: 20px 25px;
	color: #fff;
	background: none;
	border-bottom: none;
}

#navmenu .submenu-button {
	border-left: none;
}

#navmenu .submenu-button:before {
	content: "";
	background: #fff;
	left: 22px;
	top: 26px;
	width: 10px;
	height: 2px;
}

#navmenu .submenu-button:after {
	content: "";
	position: absolute;
	top: 22px;
	left: 26px;
	display: block;
	width: 2px;
	height: 10px;
	background: #fff;
	z-index: 99;
}

#navmenu ul ul li a {
	color: #fff;
}

#navmenu ul ul li:hover > a,
  #navmenu ul ul li a:hover {
	color: #FF5969;
}

#navmenu > ul > li > a {
	font-size: 13px;
}

.main-content {
	background-color: #FFF;
	box-shadow: 0px 0px 10px #F0F0F0;
	padding: 35px 40px;
	width: 90%;
}

.error-content p {
	font-size: 21px;
	color: #464545;
	line-height: 35px;
	text-align: center;
	padding: 45px 0 50px;
}

.container {
	width: 90%;
	max-width: 350px;
}

footer .col-md-7 {
	width: 100%;
}

footer .col-md-5 {
	width: 100%;
}

.footer-bottom-wrap {
	margin: 35px auto 0;
}

.footer-bottom p {
	margin-top: 5px;
	color: #525252;
	text-align: center;
	margin-bottom: 20px;
}

.payment {
	display: table;
	float: none;
	margin: 0 auto;
}

.about-content h4 {
	margin: 0px 0px 30px;
}

.about h4 {
	background: none;
	margin: 20px 0 25px;
}

.about-slider .slick-prev, .sblog-slider .slick-prev {
	top: -50px;
}

.about-slider .slick-next, .sblog-slider .slick-next {
	top: -50px;
}

.about-news {
	padding-right: 0px;
	width: 95%;
}

.about-news li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.subscribe {
	width: 100%;
	padding-left: 15px;
	display: table;
}

}
