/* Table of Content
[Master Stylesheet]
Project:		Tulip
Version:		1.0
Author:			CrunchPress
Primary use:	Tulip
[Color codes]
Background:	#ffffff (white)
Content:	#666666 (grey)
Header h1:	#222222 (dark grey)
Header h2:	#222222 (dark gre)
Footer:		#ffffff (white)
[Typography]
Body:				font:14px/14px 'Lato', sans-serif;
Headers:			font:15px/15px 'Droid Serif', serif;
Input, textarea:	font:14px/14px 'Lato', sans-serif;
Sidebar heading:	font:18px/18px 'Droid Serif', serif;
/** Table of Content
- 	Wrapper    	  					Line 	000  	-	000
-	HEADER							Line	000		-	000
-	BANNER							Line	000		-	000
-	NAVIGATION						Line	000		-	000
-	WELCOME MESSAGE SECTION			Line	000		-	000
-	SERVICES SECTION				Line	000		-	000
-	FLOWERS COLLECTION				Line	000		-	000
-	BLOG SECTION					Line	000		-	000
-	FOOTER							Line	000		-	000
-	FOOTER SECTION 1				Line	000		-	000
-	FOOTER SECTION 2				Line	000		-	000
-	FOOTER SECTION 3				Line	000		-	000
-	PAGINATION						Line	000		-	000
-	CONTACT SECTION					Line	000		-	000
-	SINGUP SECTION					Line	000		-	000
-	SIDEBAR							Line	000		-	000
-	PRODUCT DETAIL SECTION			Line	000		-	000
-	SERVICES SECTION				Line	000		-	000
-	ABOUT TABS						Line	000		-	000
-	STAFF SECTION					Line	000		-	000
End of Table of Conten*/
body {
	margin: 0;
	padding: 0;
	font: 400 14px 'Lato', sans-serif;
}
/*==================================WRAPPER START=========================================*/
#wrapper {
	float: left;
	width: 100%;
}
.tp-style-1 a.btn-style-1 {
	font: 700 16px/16px 'Droid Serif', serif;
	color: #fff;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 3px;
	text-decoration: none;
	box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	position: relative;
	z-index: 11;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.tp-style-1 a.btn-style-1:hover {
	color: #fff !important;
	box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.1);
}
.tp-style-1 a.btn-style-1:hover:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	opacity: 1;
}
.tp-style-1 a.btn-style-1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0;
	background-color: rgba(0,0,0,0.2);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform: scaleY(0.6);
	-webkit-transform: scaleY(0.6);
	-moz-transform: scaleY(0.6);
	border-radius:3px;
}
.btn-row {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}
.tp-style-1 h1 {
	font: 700 44px/44px 'Droid Serif', serif;
	color: #333;
	margin: 0 0 25px 0;
}
.tp-style-1 h2 {
	font: 700 36px/36px 'Droid Serif', serif;
	color: #222;
	text-align: center;
	margin: 0 0 25px 0;
}
.tp-style-1 h4 {
	font: 400 20px/20px 'Droid Serif', serif;
	color: #222;
	text-align: center;
	margin: 0 0 25px 0;
}
.tp-style-1 h4 a {
	text-decoration: none;
	color: #222;
}
.tp-style-1 p {
	font: 400 14px/22px 'Lato', sans-serif;
	color: #666;
	margin: 0;
}
/*=================================HEADER START==========================================*/
#header {
	position: absolute;
	width: 100%;
	z-index: 99;
}
.top-bar {
	float: right;
	padding: 30px 0 24px 0;
}
.top-bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
.top-bar img {
    width:40px;
}
.top-bar ul li {
	float: left;
	padding: 0 0 0 30px;
	font: 400 16px/16px 'Lato', sans-serif;
	color: #fff;
	line-height:40px;
}
.top-bar ul li .fa {
	padding: 0 6px 0 0;
}
.top-bar ul li a {
	font: 400 16px/16px 'Lato', sans-serif;
	color: #fff;
	text-decoration: none;
}
.drop-box {
	float: right;
	margin: 0 0 0 20px;
}
.drop-box button {
	padding: 0;
	background: none;
	padding: 0;
	border: 0;
}
.top-bar .drop-box li {
	padding: 0 29px;
	width: 100%;
}
.top-bar .drop-box li:first-child {
	padding: 20px 29px 0 29px;
}
.drop-box .dropdown-menu {
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	font-size: inherit;
	left: inherit;
	right: 0;
	margin: 10px 0 0 0;
	min-width: 248px;
	padding: 0 0 0 0;
	text-align: inherit;
	top: 100%;
}
.top-bar .drop-box li:hover {
	background: #f0f0f0;
}
.login-col {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.login-col a.round {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto 10px;
	font-size: 26px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
	border-radius: 100%;
}
.login-col a.round:hover {
	box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
}
.login-col a.btn-login {
	float: left;
	font: 700 16px/16px 'Droid Serif', serif;
	color: #fff;
	width: 100%;
	border-radius: 3px;
	padding: 13px 0;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.3);
}
/*============================================NAVIGATION START===========================================*/
.navigation {
	float: left;
	width: 100%;
}
.navigation .holder {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.navigation .navbar-inverse .navbar-collapse, .navigation .navbar-inverse .navbar-form {
	background: none;
	border: 0;
}
.navigation .navbar-collapse {
	padding: 0;
}
.navigation .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navigation .navbar {
	border-radius: 0;
}
.navigation .navbar {
	border: 0;
	margin-bottom: 0;
	min-height: inherit;
}
a.logo {
	//position: absolute;
	//margin: -10px 0 0 0;
	//border-top: 3px solid;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	//left:0;
}
#nav {
	float: right;
	padding: 0;
	margin: 0 15px 0 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
}
#nav li:first-child {
	background: none;
}
#nav li a {
	font: 700 15px/16px 'Droid Serif', serif;
	color: #222;
	text-decoration: none;
	padding: 28px 13px;
	display: block;
	position: relative;
	z-index: 20;
}
#nav li a .fa {
	padding: 0 0 0 3px;
	color: #666;
}
#nav li:hover > a {
	color: #fff;
}
#nav li a:hover .fa {
	color: #fff;
}
#nav li ul li a:hover, #nav li ul li:hover > a {
	text-decoration: none;
	color: #fff;
}
#nav li ul {
	position: absolute;
	left: inherit;
	right: 0;
	top: 72px;
	width: 220px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0;
	display: none;
	list-style: none;
	z-index: 10;
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 220px;
	padding: 0;
}
#nav li ul li {
	float: none;
	width: auto;
	background: none;
}
#nav li ul li a {
	background: none;
	font: 400 14px/14px 'Droid Serif', serif;
	color: #666;
	text-align: left;
	padding: 12px 10px;
	display: block;
}
.navigation .navbar-inverse .navbar-nav > .active > a, .navigation .navbar-inverse .navbar-nav > .active > a:hover, .navigation .navbar-inverse .navbar-nav > .active > a:focus{
	color:#fff !important;
}
/*============================================NAVIGATION END===========================================*/
.search-box {
	float: right;
	width: 47px;
	position: relative;
	z-index: 999;
	margin: 0 10px 0 0; display:none;
}
.search-box:hover .sb-icon-search {
}
.search-box .fa {
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
}
.main {
	max-width: 800px;
}
.column {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	position: relative;
}
.top-cart {
	float: right;
	width: 47px;
	height: 72px;
	font-size: 16px;
	color: #fff;
	line-height: 72px;
	text-align: center;
}
.top-cart:hover {
	background: #e84c3d;
}
.top-cart button {
	background: none;
	border: 0;
	padding: 0;
	position: relative;
}
.top-cart button span {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 16px;
	right: -9px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	font: 400 12px/16px 'Lato', sans-serif;
	background: #78506e;
}
.top-cart .dropdown-menu {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	font-size: inherit;
	left: inherit;
	right: 0;
	margin: 0 0 0;
	min-width: 358px;
	padding: 0;
	text-align: justify;
	top: 100%;
}
.top-cart .cart-box {
	float: left;
	width: 100%;
	padding: 18px 19px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.top-cart .cart-box strong.title {
	display: block;
	font: italic 700 14px/14px 'Droid Serif', serif;
	color: #888;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.top-cart .cart-box strong.title a {
	text-decoration: none;
}
.top-cart .cart-box .cart-row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.top-cart .cart-box .cart-row .thumb {
	float: left;
	margin: 0 15px 0 0;
}
.top-cart .cart-box .cart-row .text-box {
	overflow: hidden;
}
.top-cart .cart-box .cart-row .text-box a {
	font: 400 20px/28px 'Droid Serif', serif;
	color: #222;
	text-decoration: none;
	display: block;
	padding: 0 0 18px 0;
}
.top-cart .cart-box .cart-row .text-box strong.amount {
	display: block;
	font: 400 16px/16px 'Droid Serif', serif;
}
.top-cart .cart-box .cart-row a.close {
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	float: right;
	font-size: 12px;
	opacity: 1;
}
.top-cart .cart-box strong.subtotal {
	display: block;
	font: 700 16px/16px 'Droid Serif', serif;
	color: #222;
	clear: both;
	padding: 0 0 10px 0;
}
.top-cart .cart-box a.btn-checkout {
	font: 700 16px/16px 'Droid Serif', serif;
	color: #fff;
	display: inline-block;
	padding: 15px 58px;
	border-radius: 3px;
	text-decoration: none;
	box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
}
/*=================================HEADER END==========================================*/
/*=======================================BANNER START====================================*/
#banner {
	float: left;
	width: 100%;
	background: #000;
	position: relative;
}
#banner img {
	width: 100%;
	display: block;
}
#banner .caption {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 37px;
}
#banner .caption .inner-box {
	width: 820px;
	margin: 0 auto;
	display: block;
}
#banner .caption .inner-box .holder {
	width: 435px;
	float: left;
	margin: 0 0 0 80px;
}
#banner .caption .inner-box .holder h1 {
	font-size: 41px;
	text-shadow: 0 7px 4px rgba(0,0,0,0.2);
	margin: 0 0 10px 0;
}
#banner .caption .inner-box .holder em {
	font-size: 36px;
	padding: 0 0 10px 0;
	text-shadow: 0 7px 4px rgba(0,0,0,0.2);
}
#banner .caption .inner-box .holder .shap {
	display: block;
	width: 100%;
}
#banner .caption .inner-box .holder .shap img {
	width: auto;
	text-align: center;
	margin: 0 auto;
}
#banner .caption .inner-box .holder em:before, #banner .caption .inner-box .holder em:after {
	content: '';
	display: none;
}
#banner .caption .inner-box em {
	font: italic 700 40px/40px 'Droid Serif', serif;
	color: #fff;
	display: block;
	text-align: center;
	position: relative;
	padding: 0;
}
#banner .caption .inner-box em:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	background: url(../theme/icons/before-icon.png) no-repeat left top;
	width: 99px;
	height: 37px;
}
#banner .caption .inner-box em:after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	background: url(../theme/icons/after-icon.png) no-repeat left top;
	width: 99px;
	height: 37px;
}
#banner .caption .inner-box h1 {
	font: 700 60px 'Droid Serif', serif;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 0 0 0;
}
#banner .caption .inner-box p {
	font: 400 15px/28px 'Droid Serif', serif;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 0 20px 0;
}
#banner .caption .inner-box a.btn-more {
	background: #fff;
	font: 700 16px/16px 'Droid Serif', serif;
	color: #222;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 3px;
	text-decoration: none;
	box-shadow: inset 0px -4px 0px 0px #ccc;
	-moz-box-shadow: inset 0px -4px 0px 0px #ccc;
	-webkit-box-shadow: inset 0px -4px 0px 0px #ccc;
	margin: 0 0 0 15px;
	position: relative;
	z-index: 11;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#banner .caption .inner-box a.btn-more:hover {
	color: #fff;
	border-radius: 3px;
	box-shadow: inset 0px -4px 0px 0px #ccc;
	-moz-box-shadow: inset 0px -4px 0px 0px #ccc;
	-webkit-box-shadow: inset 0px -4px 0px 0px #ccc;
}
#banner .caption .inner-box a.btn-more:hover:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	opacity: 1;
	border-radius: 3px;
}
#banner .caption .inner-box a.btn-more:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform: scaleY(0.6);
	-webkit-transform: scaleY(0.6);
	-moz-transform: scaleY(0.6);
}
#banner .owl-buttons {
	bottom: 0;
	position: absolute;
	width: 100%;
}
#banner .owl-next {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
}
#banner .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 60px;
	color: #fff;
	text-indent: -50px;
	display: block;
	position: relative;
	z-index: 99;
}
#banner .owl-next:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 128px solid;
	border-left: 274px solid transparent;
}
#banner .owl-buttons:after {
	background: #fff none repeat scroll 0 0;
	bottom: 54px;
	content: "";
	height: 10px;
	position: absolute;
	right: -13px;
	transform: rotate(-25.1deg);
	-moz-transform: rotate(-25.1deg);
	-webkit-transform: rotate(-25.1deg);
	width: 339px;
}
#banner .owl-prev {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0;
}
#banner .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 60px;
	color: #fff;
	text-indent: 50px;
	display: block;
	position: relative;
	z-index: 99;
}
#banner .owl-prev:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 128px solid;
	border-right: 274px solid transparent;
}
#banner .owl-buttons:before {
	background: #fff none repeat scroll 0 0;
	bottom: 58px;
	content: "";
	height: 10px;
	position: absolute;
	left: -20px;
	transform: rotate(25.1deg);
	-moz-transform: rotate(25.1deg);
	-webkit-transform: rotate(25.1deg);
	width: 339px;
}
#banner .owl-next:hover:after {
	border-bottom: 128px solid #e84c3d;
}
#banner .owl-prev:hover:after {
	border-bottom: 128px solid #e84c3d;
}
/*=======================================BANNER END====================================*/
#main {
	float: left;
	width: 100%;
}
/*==========================================WELCOME MESSAGE SECTION START===================================*/
.welcome-message {
	float: left;
	width: 100%;
	padding: 80px 0 0 0;
}
.welcome-message .owl-buttons {
	display: none;
}
.welcome-message .text-box {
	float: left;
	width: 100%;
}
.welcome-message .text-box h2 {
	margin: 0 0 10px 0;
	text-align: left;
}
.welcome-message .text-box strong {
	font: 700 44px/56px 'Droid Serif', serif;
	color: #222;
	display: block;
	padding: 0 0 20px 0;
}
.welcome-message .text-box blockquote {
	border: 0;
	padding: 0 25px 0 40px;
	margin: 25px 0;
	font: italic 700 16px/22px 'Droid Serif', serif;
	color: #e84c3d;
}
.welcome-message .text-box a.btn-style-1 {
	background: #fff;
	box-shadow: none;
	border: 1px solid;
}
.welcome-message .text-box a.btn-style-1:hover {
	border: 1px solid rgba(0,0,0,0);
}
.welcome-message .frame {
	float: left;
	border-left: 10px solid #222 !important;
	border-bottom: 10px solid #222 !important;
	border-top: 10px solid;
	border-right: 10px solid;
	margin-bottom: 60px;
	position: relative;
}
.welcome-message .frame .thumb-1 {
	float: left;
	background: #000;
	box-shadow: 7px 7px 0 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 7px 7px 0 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 7px 7px 0 0 rgba(0,0,0,0.3);
}
.welcome-message .frame .thumb-1:hover img {
	opacity: 0.6;
}
.welcome-message .frame .thumb-2:hover img {
	opacity: 0.6;
}
.welcome-message .frame .thumb-2 {
	position: absolute;
	right: 30px;
	background: #000;
	bottom: -60px;
	box-shadow: 7px 7px 0 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 7px 7px 0 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 7px 7px 0 0 rgba(0,0,0,0.3);
	z-index: 9;
}
.welcome-message .frame .thumb-2:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	width: 10px;
	height: 257px;
	background: #fff;
}
.welcome-message .frame .thumb-2:after {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	width: 100%;
	height: 10px;
	background: #fff;
}
.text-carousel {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.text-carousel .item img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
/*==========================================WELCOME MESSAGE SECTION END===================================*/
/*=====================================SERVICES SECTION START=========================================*/
.services-section {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	background-color: #F2F1EF;
	padding: 60px 0 0 0;
}
.services-outer {
	background: #f5f5f5;
	float: left;
	width: 100%;
	padding-bottom: 209px;
}
.heading-row {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.services-outer .heading-row h2 {
	color: #000;
}
.heading-row h2 {
	position: relative;
}
.heading-row h2:before {
	content: '';
	background: url(../theme/icons/heading-icon-1.png) no-repeat center bottom;
	width: 145px;
	height: 25px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	margin: auto;
}
.heading-row:hover h2:before {
	content: '';
	width: 225px;
	background: url(../theme/icons/heading-icon-1-hover.png) no-repeat center bottom;
}
.services-section .heading-row h2:before {
	background: url(../theme/icons/heading-icon-2.png) no-repeat center bottom;
}
.services-section .box {
	float: left;
	width: 100%;
	padding: 9px;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.services-section .box .thumb {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	position: relative;
}
.services-section .box .thumb img {
	display: block;
	width: 100%;
}
.services-section .box .thumb:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	opacity: 1;
}
.services-section .box .thumb:hover:after {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
.services-section .box .thumb:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transition: all 0.5s ease-in;
}
.services-section .box .thumb:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transition: all 0.5s ease-in;
}
.services-section .box .text-box {
	float: left;
	width: 100%;
	text-align: center;
}
.services-section .box .text-box em {
	font: italic 700 14px/14px 'Droid Serif', serif;
	display: block;
	padding: 0 0 14px 0;
}
.services-section .box .text-box h4 {
	margin: 0 0 14px 0;
}
.services-section .box .text-box strong.price {
	font: italic 700 16px/16px 'Droid Serif', serif;
	color: #222;
	display: block;
	padding:0 0 10px 0;
}
#services .item {
	margin: 0 15px;
}
#services .owl-buttons {
	display: block;
	text-align: center;
}
#services .owl-next {
	display: inline-block;
	font-size: 0;
	right: -69px;
	bottom: 21px;
	position: relative;
}
#services .owl-next:before {
	content: "\f178";
	font-family: FontAwesome;
	display: block;
	font-size: 20px;
	line-height: 20px;
}
#services .owl-prev {
	display: inline-block;
	font-size: 0;
	left: -69px;
	bottom: 21px;
	position: relative;
}
#services .owl-prev:before {
	content: "\f177";
	font-family: FontAwesome;
	display: block;
	font-size: 20px;
	line-height: 20px;
}
#services .owl-pagination {
	display: block;
	text-align: center;
	margin: 30px 0 0 0;
}
#services .owl-page {
	display: inline-block;
	margin: 0 8px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #999;
	border: 3px solid rgba(0,0,0,0);
}
#services .owl-page.active {
	background: none;
	border: 3px solid;
}
/*=====================================SERVICES SECTION END=========================================*/
/*=====================================FLOWERS COLLECTION START========================================*/
.flowers-collection {
	float: left;
	width: 100%;
	padding: 70px 0 0 0;
}
.flowers-box {
	float: left;
	width: 100%;
	background: #fff;
	padding: 9px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 30px;
	min-height: 370px;
}
.flowers-box .thumb {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	position: relative;
	overflow: hidden;
}
.flowers-box .thumb .caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 47px;
	margin: auto;
	text-align: center;
}
.flowers-box .thumb .caption a {
	display: inline-block;
	height: 47px;
	width: 60px;
	border-radius: 3px;
	font-size: 20px;
	line-height: 47px;
	color: #fff;
	margin: 0 3px;
}
.flowers-box .thumb .caption a.zoom {
	left: -100%;
	position: relative;
}
.flowers-box .thumb .caption a.basket {
	right: -100%;
	position: relative;
}
.flowers-box .thumb .caption a:hover {
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.3);
}
.flowers-box .thumb img {
	display: block;
	width: 100%;
}
.flowers-box .text-box {
	float: left;
	width: 100%;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.flowers-box .text-box em {
	font: italic 700 14px/14px 'Droid Serif', serif;
	display: block;
	padding: 0 0 10px 0;
}
.flowers-box .text-box h4 {
	text-align: left;
	margin: 0 0 10px 0;
}
.flowers-box .text-box span.cut {
	font: 400 16px/16px 'Droid Serif', serif;
	float: left;
	text-decoration: line-through;
	color: #888;
	padding: 0 0 10px 0;
}
.flowers-box .text-box span.cut {
	font: 400 16px/16px 'Droid Serif', serif;
	float: left;
	text-decoration: line-through;
	color: #888;
	padding: 0 10px 0 0;
}
.tp-style-1 .flowers-box .text-box strong.price {
	font: 700 16px/16px 'Droid Serif', serif;
	float: left;
	padding: 0;
}
.flowers-box .text-box a.like {
	float: right;
	font-size: 16px;
	color: #78506e;
}
.flowers-box .text-box a.like .fa-heart {
	position: relative;
	right: -100%;
}
.flowers-box:hover .thumb img {
	opacity: 0.4;
}
.flowers-box:hover .caption a.zoom {
	left: 0;
}
.flowers-box:hover .caption a.basket {
	right: 0;
}
.flowers-box:hover a.like .fa-heart {
	right: 0;
}
.flowers-box:hover a.like .fa-heart-o {
	opacity: 0;
	visibility: hidden;
}
.flowers-box:hover h4 a {
}
/*=====================================FLOWERS COLLECTION END========================================*/
/*====================================GALLERY COLLECTION START=========================================*/
.gallery-collection {
	float: left;
	width: 100%;
	padding: 70px 0 40px 0;
}
.filter-gallery {
	float: left;
	width: 100%;
	margin: 0;
}
.filter-gallery .filter-box {
	float: left;
	width: 100%;
}
.filter-gallery .filter-box .frame {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 0;
}
.filter-gallery .filter-box .frame a.zoom {
	border-radius: 3px;
	background: #fff;
	display: inline-block;
	font-size: 20px;
	height: 47px;
	line-height: 47px;
	margin: 0 3px;
	width: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
.filter-gallery .filter-box .frame:hover a.zoom {
	opacity: 1;
	visibility: visible;
}
.filter-gallery .filter-box .frame img {
	display: block;
	width: 100%;
	height: auto;
}
.filter-gallery ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	position: relative;
}
.loop-entry {
	float: left;
}
.filter-masonary .filter-box .frame {
	margin: 0;
}
.filter-gallery-metro-1 .isotope .item {
	height: auto;
	width: 25%;
	list-style: none;
	margin-bottom: 30px;
	padding: 0 15px;
}
.filter-gallery-metro-1 .isotope .item.width2 {
	width: 49.9%;
}
.filter-gallery-metro-1 .isotope .item.height2 {
	height: 630px;
	padding: 0 15px;
}
.filter-gallery-metro-1 .isotope .item.height2 img {
	height: 630px;
}
.filter-gallery-metro-2 .isotope .item {
	height: 300px;
	width: 33.33333333%;
	list-style: none;
	margin-bottom: 0;
}
.filter-gallery-metro-2 .isotope .item.width2 {
	width: 66.66666667%;
}
.filter-gallery-metro-2 .isotope .item.height2 {
	height: 300px;
}
.filter-gallery-metro-2 .isotope .item.width1 {
	width: 100%;
}
.filter-gallery-metro-2 .isotope .item.height1 {
	height: 300px;
}
.filter-gallery-metro-2 .isotope .item.height3 {
	height: 300px;
}
.filter-gallery-metro-1.gallery-grid.gallery {
	float: left;
	width: 100%;
}
.filter-nav-box {
	float: left;
	width: 100%;
	padding: 90px 0 110px 0;
	background: #f1f1f1;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/*====================================GALLERY COLLECTION END=========================================*/
/*====================================BLOG SECTION START=========================================*/
.blog-section {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
.post-box {
	float: left;
	width: 100%;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fff;
}
.post-box .thumb {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	position: relative;
	overflow: hidden;
}
.post-box .frame {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.post-box .thumb:hover:before, .post-box .thumb:hover:after {
	width: 100%;
}
.post-box .thumb:before {
	content: '';
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	left: -3px;
	top: 0;
	height: 100%;
	width: 1%;
	transition: all 0.5s ease-in;
	z-index: 99;
	opacity: 1;
}
.post-box .thumb:after {
	content: '';
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	right: -3px;
	top: 0;
	height: 100%;
	width: 1%;
	transition: all 0.5s ease-in;
	z-index: 99;
	opacity: 1;
}
.post-box .thumb img {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s ease-in;
}
.post-box .thumb:hover img {
	transform: scale(1.3);
}
.post-box .text-box {
	float: left;
	width: 100%;
	padding: 0 10px;
	padding-bottom: 10px;
}
.post-box .text-box .round {
	width: 54px;
	height: 54px;
	border: 3px solid #fff;
	border-radius: 100%;
	float: left;
	margin: -42px 15px 0 0;
	overflow: hidden;
	z-index: 99;
	position: relative;
}
.post-box .text-box .round img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.date-row {
	overflow: hidden;
}
.post-box .text-box a.date {
	font: 400 14px/14px 'Lato', sans-serif;
	color: #888;
	text-decoration: none;
	float: left;
	padding: 0 10px 15px 0;
}
.post-box .text-box a.date .fa {
	padding: 0 6px 0 0;
}
.post-box .text-box h4 {
	text-align: left;
	clear: both;
	margin: 0 0 10px 0;
}
.post-box .text-box p {
	margin: 0 0 10px 0;
}
.post-box .text-box a.read-more {
	float: left;
	font: italic 700 14px/14px 'Droid Serif', serif;
	text-decoration: none;
}
.post-box:hover .text-box a.read-more {
	color: #78506e;
}
/*====================================BLOG SECTION END=========================================*/
/*========================================TESTIMONIALS SECTION START==================================*/
.testimonials {
	float: left;
	width: 100%;
	padding: 70px 0;
	background-image: url(../theme/testimonials-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
}
.testimonials h2 {
	color: #fff;
}
.testimonials .heading-row h2:before {
	background: url(../theme/icons/heading-icon-2.png) no-repeat left bottom;
}
.testimonials .holder {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.testimonials .holder em {
	display: block;
	font: italic 700 25px/36px 'Lato', sans-serif;
	color: #fff;
	text-align: center;
	padding: 0 0 40px 0;
}
.testimonials .outer {
	margin: 0 auto;
	width: 300px;
}
.testimonials .holder .thumb {
	float: left;
	width: 69px;
	height: 69px;
	border: 3px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 20px 0 0;
}
.testimonials .holder .thumb img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.testimonials .holder strong.name {
	font: 400 20px/20px 'Droid Serif', serif;
	color: #fff;
	float: left;
	padding: 25px 0 0 0;
}
.testimonials .holder strong.name em {
	font: italic 14px/14px 'Lato', sans-serif;
	padding: 0;
	float: none;
	display: inline-block;
}
.testimonials-style-2 {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.testimonials-style-2 .box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 9px 30px 30px 9px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.testimonials-style-2 .box:hover:before {
	border-top: 152px solid #78506e;
}
.owl-carousel .owl-item {
	position: relative;
}
.testimonials-style-2 .box .outer {
	float: left;
	margin: 0 65px 0 0;
}
.testimonials-style-2 .box .round {
	float: left;
	width: 80px;
	height: 80px;
	border: 5px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	margin: 33px 0 32px 32px;
}
.testimonials-style-2 .box .round img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.testimonials-style-2 .box:before {
	content: '';
	position: absolute;
	left: 9px;
	width: 0;
	height: 0;
	border-top: 152px solid;
	border-right: 155px solid transparent;
}
.testimonials-style-2 .box strong.name {
	display: block;
	font: 400 20px/20px 'Droid Serif', serif;
	color: #222;
	clear: both;
	padding: 18px 0 8px 0;
}
.testimonials-style-2 .box em {
	display: block;
	font: italic 400 14px/14px 'Lato', sans-serif;
	color: #666;
	clear: both;
}
.testimonials-style-2 .box .text-box {
	font: italic 300 25px/36px 'Lato', sans-serif;
	color: #666;
	overflow: hidden;
	float: left;
	padding: 20px 0 0 0;
}
#testimonials-style-2 .item {
	margin: 0 15px;
}
#testimonials-style-2 .owl-pagination {
	text-align: center;
	display: block;
	margin: 60px 0 0 0;
}
#testimonials-style-2 .owl-page {
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background: #999;
	display: inline-block;
	border: 3px solid rgba(0,0,0,0);
	margin: 0 3px;
}
#testimonials-style-2 .owl-page.active {
	border: 3px solid;
	background: none;
}
/*========================================TESTIMONIALS SECTION END==================================*/
/*=============================================FOOTER START============================================*/
#footer {
	float: left;
	width: 100%;
}
/*=========================================FOOTER SECTION 1 START========================================*/
.footer-section-1 {
	float: left;
	width: 100%
}
.footer-section-1 .container-fluid {
	padding: 0;
}
.footer-section-1 .col-md-6 {
	padding: 0;
}
.footer-section-1 .map-box {
	float: left;
	width: 100%;
}
.footer-section-1 .map-box .map_canvas {
	height: 544px;
	width: 100%;
}
.footer-section-1 .contact-info {
	float: left;
	width: 100%;
	height: 100%;
	background-image: url(../theme/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}
.footer-section-1 .contact-info address {
	float: right;
	width: 100%;
	margin: -1px 0 0 0;
	text-align: center;
	padding: 41px 70px 43px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.footer-section-1 .contact-info address b.title {
	font: 400 20px/20px 'Droid Serif', serif;
	color: #fff;
	padding: 0 0 15px 0;
	display: block;
}
.footer-section-1 .contact-info address:first-child {
	border-bottom: 0;
}
.footer-section-1 .contact-info address strong {
	font: 400 16px/28px 'Droid Serif', serif;
	color: #fff;
	display: block;
}
.footer-section-1 .contact-info address a {
	font: 400 16px/28px 'Droid Serif', serif;
	color: #fff;
	text-decoration: none;
	display: block;
}
.footer-section-1 .contact-info address ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.footer-section-1 .contact-info address ul li {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 10px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 3px;
}
.footer-section-1 .contact-info address ul li:first-child {
	margin: 0;
}
.footer-section-1 .contact-info address ul li a {
	text-align: center;
	font-size: 16px;
	color: #78506e;
	text-align: center;
	display: block;
	line-height: 40px;
}
/*=========================================FOOTER SECTION 1 END========================================*/
/*==========================================FOOTER SECTION 2 START====================================*/
.subscribe-section {
	float: left;
	width: 100%;
	padding: 30px 0;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.subscribe-section h4 {
	margin: 15px 0 0 0;
}
.subscribe-section input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	background: #fafafa;
	border-radius: 3px;
	height: 50px;
	padding: 0 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.subscribe-section button[type="submit"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 0;
	border-radius: 3px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 28px;
}
.subscribe-section button[type="submit"]:hover {
	background: #78506e;
}
/*==========================================FOOTER SECTION 2 END====================================*/
/*==========================================FOOTER SECTION 3 START====================================*/
.footer-section-3 {
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
}
strong.footer-logo {
	display: block;
	text-align: center;
	margin: 0 auto 30px;
	font-size: 30px;
}
.footer-menu {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.footer-menu ul li {
	display: inline-block;
	padding: 0 14px;
}
.footer-menu ul li a {
	font: 700 16px/16px 'Droid Serif', serif;
	color: #222;
	text-decoration: none;
}
/*==========================================FOOTER SECTION 3 END====================================*/
.copy-rights {
	float: left;
	width: 100%;
	padding: 30px 0 40px 0;
}
.copy-rights strong.copyrights {
	display: block;
	text-align: center;
	font: 400 14px/14px 'Lato', sans-serif;
	color: #888;
}
.copy-rights strong.copyrights a {
	text-decoration: none;
	color: #888;
}
/*=============================================FOOTER END============================================*/
/*=========================================INNER BANNER START=========================================*/
#inner-banner {
	float: left;
	width: 100%;
	padding: 212px 0 60px 0;
	background: #000 url(../theme/headers/inner-banner-1.jpg) no-repeat left top;
}
#inner-banner.inner-banner-bg-2 {
	background: #000 url(../theme/headers/inner-banner-2.png) no-repeat left top;
}
#inner-banner.inner-banner-bg-3 {
	background: #000 url(../theme/headers/inner-banner-3.png) no-repeat left top;
}
#inner-banner.inner-banner-bg-4 {
	background: #000 url(../theme/headers/inner-banner-4.png) no-repeat left top;
}
#inner-banner.inner-banner-bg-5 {
	background: url(../theme/headers/inner-banner-5.png) no-repeat left top;
}
#inner-banner .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 10px 0 0 0;
	float: right;
}
#inner-banner .breadcrumb li {
	font: italic 400 14px/14px 'Droid Serif', serif;
	color: #333;
	padding: 0;
}
#inner-banner .breadcrumb li a {
	font: italic 400 14px/14px 'Droid Serif', serif;
	color: #333;
	text-decoration: none;
	padding: 0;
}
#inner-banner .breadcrumb > li + li:before {
	color: #333;
}
/*=========================================INNER BANNER END=========================================*/
/*=========================================GALLERY START===========================================*/
.gallery-section {
	float: left;
	width: 100%;
	padding: 30px 0 60px 0;
}
.gallery-section ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.gallery-section ul li {
	margin-top: 30px;
	float: left;
}
.gallery-section .box {
	float: left;
	width: 100%;
}
.gallery-section .box .thumb {
	float: left;
	width: 100%;
	position: relative;
}
.gallery-section .box .thumb a.zoom {
	border-radius: 3px;
	background: #fff;
	display: inline-block;
	font-size: 20px;
	height: 47px;
	line-height: 47px;
	margin: 0 3px;
	width: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
.gallery-section .box .thumb:hover a.zoom {
	opacity: 1;
	visibility: visible;
}
.gallery-section .box .thumb img {
	display: block;
	width: 100%;
}
.gallery-section .box .thumb:hover:before {
	transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	opacity: 1;
}
.gallery-section .box .thumb:hover:after {
	opacity: 1;
	transform: scaleY(0);
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
}
.gallery-section .box .thumb:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition: all 0.5s ease-in;
}
.gallery-section .box .thumb:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
/*=========================================GALLERY END===========================================*/
/*==================================PAGINATION START=====================================*/
.pagination-box {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
.pagination-box .pagination {
	border-radius: 0;
	display: block;
	margin: 0;
	text-align: center;
	padding-left: 0;
}
.pagination-box .pagination > li {
	display: inline-block;
	float: none;
	margin: 0 6px;
	width: auto;
	position: relative;
}
.pagination-box .pagination > li:first-child:before {
	content: '';
	width: 13px;
	height: 20px;
	background: #fff;
	position: absolute;
	right: -96px;
	top: 0;
	z-index: 9;
}
.pagination-box .pagination > li:last-child:before {
	background: #fff;
	content: "";
	height: 9px;
	position: absolute;
	right: -76px;
	top: 0;
	width: 8px;
	z-index: 9;
}
.pagination-box .pagination > li:last-child:after {
	background: #fff;
	content: "";
	height: 12px;
	left: -84px;
	position: absolute;
	top: 0;
	width: 21px;
	z-index: 9;
}
.pagination-box .pagination > li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 54px;
	height: 1px;
	background: #ccc;
}
.pagination-box .pagination > li:after {
	content: '';
	position: absolute;
	right: -11px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	background: #ccc;
}
.pagination-box .pagination > li:first-child > a, .pagination-box .pagination > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 0;
	margin-left: 0;
	font: 700 14px/14px 'Droid Serif', serif;
	color: #666;
}
.pagination-box .pagination > li:last-child > a, .pagination-box .pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border: 0;
	font: 700 14px/14px 'Droid Serif', serif;
	color: #666;
}
.pagination-box .pagination > li > a:hover, .pagination-box .pagination > li > span:hover, .pagination-box .pagination > li > a:focus, .pagination-box .pagination > li > span:focus {
	border-color: transparent;
	color: #fff;
	z-index: 2;
}
.pagination-box .pagination > li:first-child > a:hover {
	background: none;
}
.pagination-box .pagination > li:last-child > a:hover {
	background: none;
}
.pagination-box .pagination > li > a, .pagination-box .pagination > li > span {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #337ab7;
	float: left;
	margin-left: 0;
	padding: 11px 14px;
	font: 400 14px/14px 'Droid Serif', serif;
	color: #666;
}
.pagination-box .pagination > li.active a {
	border: 1px solid rgba(0,0,0,0);
	color: #fff;
}
/*==================================PAGINATION END=====================================*/
.occasion .pagination-box {
	margin: 10px 0 57px 0;
}
/*===========================================CONTACT SECTION START===========================================*/
.contact-page {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.contact-page h4 {
	text-align: left;
}
.contact-page input[type="text"] {
        display: block;
	float: left;
	width: 100%;
	height: 50px;
	background: #fafafa;
	padding: 0 14px;
	margin-bottom: 30px;
	border-radius: 3px;
	border: 1px solid #ccc;
	/* box-sizing: border-box; */
	/* -moz-box-sizing: border-box; */
	/* -webkit-box-sizing: border-box; */
	/* font: 400 14px/14px 'Lato', sans-serif; */
	color: #666;
}
.contact-page textarea {
	float: left;
	width: 100%;
	resize: none;
	height: 230px;
	margin-bottom: 30px;
	background: #fafafa;
	padding: 14px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 14px/14px 'Lato', sans-serif;
	color: #666;
}
.contact-page input[type="submit"] {
	display: inline-block;
	padding: 16px 113px;
	border-radius: 3px;
	font: 700 16px/16px 'Droid Serif', serif;
	color: #fff;
	border: 0;
	margin: 0 0 60px 0;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
}
.contact-page input[type="submit"]:hover {
	background: #78506e;
}
.address-row {
	float: left;
	width: 100%;
}
.address-row .box {
	float: left;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	padding: 30px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.address-row .box h4 {
	text-align: center;
	margin: 0 0 15px 0;
}
.address-row .box p {
	font: 400 16px/28px 'Droid Serif', serif;
	color: #666;
	display: block;
}
.address-row .box a {
	font: 400 16px/28px 'Droid Serif', serif;
	color: #666;
	text-decoration: none;
	display: block;
}
/*===========================================CONTACT SECTION END===========================================*/
/*===========================================SINGUP SECTION START============================================*/
.signup-section {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.signup-section .holder {
	margin: 0 auto;
	background: url(../theme/singup-bg.jpg) no-repeat left top;
	width: 750px;
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 60px 29px;
}
.form-box {
	float: right;
	width: 330px;
}
.form-box h4 {
	text-align: left;
}
.form-box input[type="text"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 15px;
	margin: 0 0 30px 0;
	background: #fafafa;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form-box input[type="password"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 15px;
	margin: 0 0 20px 0;
	background: #fafafa;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form-box input[type="submit"] {
	float: left;
	width: 100%;
	height: 50px;
	font: 700 16px/16px 'Droid Serif', serif;
	color: #fff;
	border: 0;
	border-radius: 3px;
	margin: 0 0 20px 0;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
}
.form-box input[type="submit"]:hover {
	background: #78506e;
}
.remember-row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 28px;
	margin-bottom: 30px;
}
.outtaHere {
	position: absolute;
	left: -3000px;
}
.checkboxArea, .checkboxAreaChecked {
	float: left;
	width: 20px !important;
	height: 20px;
	overflow: hidden;
	margin: 0 10px 0 0;
	background: url(../theme/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {
	background-position: 0 -20px;
}
.remember-row label {
	font: 400 14px/19px 'Lato', sans-serif;
	color: #666;
	float: left;
}
.remember-row a.terms {
	font: italic 400 14px/19px 'Lato', sans-serif;
	color: #666;
	float: right;
	text-decoration: underline;
}
.remember-row a.terms:hover {
	text-decoration: none;
}
.form-box strong {
	font: 400 16px/16px 'Droid Serif', serif;
	color: #222;
	display: block;
	text-align: center;
}
.form-box strong a {
	text-decoration: none;
	font-weight: 700;
}
.form-box strong a:hover {
	color: #78506e;
}
.tp-style-1 .login {
	background: url(../theme/login-bg.jpg) no-repeat 9px 9px;
}
/*===========================================SINGUP SECTION END============================================*/
.blog .post-box {
	margin-bottom: 30px;
}
.blog {
	padding: 60px 0;
}
.blog .pagination-box {
	margin: 10px 0 0 0;
}
.blog-medium {
	padding: 60px 0;
}
.blog-medium .post-box .thumb {
	width: auto;
	margin: 0 30px 0 0;
}
.blog-medium .post-box .text-box {
	float: none;
	width: auto;
	overflow: hidden;
	padding: 0 30px 0 0;
}
.blog-medium .post-box .text-box .round {
	margin: 15px 15px 10px 0;
}
.blog-medium .post-box .date-row {
	padding: 35px 0 0 0;
}
.blog-medium .post-box .text-box h4 {
	margin: 0 0 15px 0;
	line-height: 25px;
}
.blog-medium .post-box .text-box p {
	margin: 0 0 15px 0;
}
.blog-medium .post-box {
	margin-bottom: 30px;
}
.blog-medium .pagination-box {
	margin: 10px 0 0 0;
}
.blog-detail {
	padding: 60px 0;
}
.blog-detail .post-box {
	padding: 0;
	border: 0;
}
.blog-detail .post-box blockquote {
	font: italic 700 16px/26px 'Droid Serif', serif;
	color: #e84c3d;
	padding: 0 120px 0 97px;
	border: 0;
	margin: 10px 0 30px 0;
}
.blog-detail .post-box p {
	margin: 0 0 25px 0;
}
.divider {
	float: left;
	width: 100%;
}
.divider img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.blog-detail .contact-page input[type="submit"] {
	float: right;
	padding: 17px 40px;
	margin: 0;
}
.blog-detail .contact-page {
	padding: 60px 0 0 0;
}
.blog-detail .contact-page h2 {
	text-align: left;
}
/*==============================================SIDEBAR START=========================================*/
.sidebar {
	float: left;
	width: 100%;
}
.sidebar .box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.sidebar .box h4 {
	text-align: left;
	margin: 0 0 20px 0;
}
.sidebar .box form {
	position: relative;
}
.sidebar .box input[type="text"] {
	float: left;
	width: 100%;
	height: 50px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #fafafa;
	padding: 0 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 14px/14px 'Lato', sans-serif;
	color: #666;
	overflow: hidden;
}
.sidebar .box button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 47px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border: 0;
	padding: 0;
	border-radius: 0 3px 3px 0;
}
.recent-post {
	float: left;
	width: 100%;
}
.recent-post ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.recent-post ul li {
	display: block;
	overflow: hidden;
	padding: 15px 0;
	border-top: 1px solid #ccc;
}
.recent-post ul li:first-child {
	padding: 0 0 15px 0;
	border: 0;
}
.recent-post ul li:last-child {
	padding: 15px 0 0 0;
}
.recent-post .thumb {
	float: left;
	margin: 0 15px 0 0;
	overflow: hidden;
	background: #000;
}
.recent-post .text-box {
	overflow: hidden;
}
.recent-post .text-box a {
	display: block;
	font: 700 14px/22px 'Droid Serif', serif;
	color: #444;
	text-decoration: none;
	padding: 0 0 5px 0;
}
.recent-post .text-box span {
	font: 400 14px/14px 'Lato', sans-serif;
	color: #888;
	display: block;
}
.recent-post .text-box span .fa {
	padding: 0 6px 0 0;
}
.recent-post ul li:hover .thumb img {
	opacity: 0.5;
}
.archives {
	float: left;
	width: 100%;
}
.archives ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.archives ul li {
	display: block;
	padding: 15px 0;
	border-top: 1px solid #ccc;
}
.archives ul li:first-child {
	border: 0;
	padding: 0 0 15px 0;
}
.archives ul li:last-child {
	padding: 15px 0 0 0;
}
.archives ul li a {
	font: 700 14px/14px 'Droid Serif', serif;
	color: #444;
	text-decoration: none;
}
.archives ul li:hover a {
	padding: 0 0 0 10px;
}
/*==============================================SIDEBAR END=========================================*/
.filter-row {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.selector {
	float: left;
	min-width: 71%;
	position: relative;
}
.selector select {
	line-height: 43px;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.full-width {
	width: 100%;
}
select {
	height: 43px;
	padding: 8px 0 8px 8px;
}
input.input-text, select, textarea, span.custom-select {
	background: #fff;
	border: medium none;
	line-height: normal;
}
select option {
	padding: 2px 10px;
}
.selector span.custom-select {
	display: inline-block;
	line-height: 43px;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	font: italic 700 14px/42px 'Droid Serif', serif;
	color: #888;
}
.selector span.custom-select:after {
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #888;
	content: "";
	position: absolute;
	right: 9px;
	top: 15px;
}
.selector span.custom-select:before {
	background: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}
.filter-row label {
	font: 700 16px/42px 'Droid Serif', serif;
	color: #222;
	float: left;
	margin: 0 5px 0 0;
	width: 71px;
}
/*============================================PRODUCT DETAIL SECTION START=======================================*/
.product-detail {
	float: left;
	width: 100%;
	padding: 60px 0 30px 0;
}
.product-detail .frame {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 9px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product-detail .frame img {
	display: block;
	width: 100%;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.product-detail .frame:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.product-detail .text-box {
	float: left;
	width: 100%;
	border: 0;
	padding: 0 10px;
}
.product-detail .text-box h2 {
	text-align: left;
}
.product-detail .text-box strong.cut {
	font: 400 20px/20px 'Droid Serif', serif;
	color: #888;
	text-decoration: line-through;
	float: left;
	padding: 0 12px 0 0;
}
.product-detail .text-box strong.price {
	font: 700 20px/20px 'Droid Serif', serif;
	float: left;
	padding: 0 0 20px 0;
}
.review-box {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.review-box strong.title {
	float: right;
	font: 400 16px/16px 'Droid Serif', serif;
	color: #222;
	padding: 0 4px 0 0;
}
.review-box b {
	float: left;
	font: 400 16px/16px 'Droid Serif', serif;
	color: #222;
	padding: 3px 4px 0 0;
}
.review-box b span {
	font-weight: 700;
}
.review-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
.product-detail .text-box .review-box ul li {
	float: left;
	padding: 0 3px 0 0;
}
.review-box ul li a {
	display: block;
	font-size: 16px;
	text-decoration: none;
}
.product-detail .text-box .review-box ul li a .fa {
	padding: 0;
}
.product-detail .text-box p {
	clear: both;
	margin: 0 0 23px 0;
}
.product-detail .text-box ul {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
}
.product-detail .text-box ul li {
	padding: 0 0 10px 0;
	overflow: hidden;
	font: 400 14px/14px 'Droid Serif', serif;
	color: #666;
}
.product-detail .text-box ul li .fa {
	padding: 0 18px 0 0;
	font-size: 14px;
}
.quantity-box {
	float: left;
	width: 100%;
}
.quantity-box .quantity {
	float: left;
	margin: 0;
}
.quantity-box .quantity form {
	margin: 0;
}
.quantity-box form div {
	margin: 0 20px 0 0;
	overflow: hidden;
	width: 118px;
	float: left;
	border: 1px solid #ccc;
}
#main .quantity-box .quantity input[type="text"] {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0;
	border-top: 0;
	border-radius: 0;
	color: #666;
	box-shadow: none;
	font: 700 18px/16px 'Droid Serif', serif;
	height: 45px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 56px;
}
.quantity-box .button {
	background-color: #fff;
	background-image: url("../theme/plus.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	height: 45px;
	margin: 0;
	position: relative;
	text-align: center;
	text-indent: -9999px;
	width: 28px;
	border: 0;
}
.quantity-box .dec {
	background-image: url("../theme/minus.png");
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#main .button-box-3 {
	float: left;
	position: relative;
	border: 0;
	margin: 0;
	width: auto;
}
#main .button-box-3 input[type="submit"] {
	float: left;
	border: 0;
	margin: 0;
	padding: 15px 49px;
	font: 700 16px/16px 'Droid Serif', serif;
	color: #fff;
	border-radius: 3px;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
}
#main .button-box-3 input[type="submit"]:hover {
	background: #78506e;
}
.product-detail-row {
	float: left;
	width: 100%;
	margin-bottom: 110px;
}
.description-row {
	float: left;
	width: 100%;
}
.description-row .nav-tabs {
	border-bottom: 1px solid #ccc;
	margin-bottom: 23px;
}
.description-row .nav-tabs > li > a {
	border: 0;
	border-radius: 0;
	line-height: normal;
	margin-right: 0;
}
.description-row .nav-tabs > li {
	margin: 0;
}
.description-row .nav > li > a {
	display: block;
	padding: 15px 25px;
	position: relative;
	font: 400 20px/20px 'Droid Serif', serif;
	color: #222;
	outline: none;
}
.description-row .nav-tabs > li.active > a, .description-row .nav-tabs > li.active > a:hover, .description-row .nav-tabs > li.active > a:focus {
	background-color: #fff;
	border: 0;
	border-bottom: 5px solid #78506e;
	color: #222;
	cursor: default;
}
.description-row .nav-tabs > li > a:hover {
	border-bottom: 5px solid #78506e;
}
.description-row .nav > li > a:hover, .description-row .nav > li > a:focus {
	border-bottom: 5px solid #78506e;
}
.review-row {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
.review-row .thumb {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	padding: 0;
	margin: 0 15px 0 0;
}
.review-row .tex-box {
	overflow: hidden;
}
.review-row .thumb img {
	display: block;
	width: 100%;
}
.review-row strong.name {
	font: 400 16px/16px 'Droid Serif', serif;
	color: #222;
	display: block;
	padding: 0 20px 10px 0;
}
.review-row .tex-box a {
	color: #999;
	display: block;
	font: 400 14px/14px 'Droid Serif', serif;
	padding: 0 0 12px;
	text-decoration: none;
}
.review-row .tex-box a .fa {
	padding: 0 6px 0 0;
}
.comment-form {
	float: left;
	width: 100%;
}
.comment-form input[type="text"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fafafa;
	font: 400 14px 'Lato', sans-serif;
	color: #666;
	padding: 0 15px;
	margin-bottom: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.comment-form textarea {
	float: left;
	width: 100%;
	height: 210px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 25px;
	background: #fafafa;
	font: 400 14px 'Lato', sans-serif;
	color: #666;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	resize: none;
}
.comment-form input[type="submit"] {
	float: right;
	padding: 14px 25px;
	border: 0;
	border-radius: 3px;
	font: 700 16px/16px 'Droid Serif', serif;
	color: #fff;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
}
.comment-form input[type="submit"]:hover {
	background: #78506e;
}
.comment-form .review-star {
	float: left;
	margin: -25px 0 0 0;
}
.comment-form .review-star ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.comment-form .review-star ul li {
	float: left;
	padding: 0 5px 0 0;
}
.comment-form .review-star ul li a {
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}
.review-star strong.title {
	color: #222;
	float: left;
	font: 600 14px/18px 'Droid Serif', serif;
	padding: 0 10px 0 0;
}
/*============================================PRODUCT DETAIL SECTION END=======================================*/
/*===========================================SERVICES SECTION START===========================================*/
.services-page {
	float: left;
	width: 100%;
	padding: 0px 0 0 0;
}
.services-page-services {
    padding: 80px 0 0 0;
}
.services-page ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}
.services-page ul li {
	float: left;
	width: 100%;
	padding: 0 0 100px;
}
.services-page ul li:hover .thumb {
    margin: -90px 30px 0 0;
}
.date-col.pull-left {
	border-radius: 3px 0 0 3px;
}
.services-page .box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 25px;
}
.services-page .box .thumb {
	float: left;
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
	margin: -60px 30px 0 0;
	position: relative;
}
.services-page .box .thumb strong.price {
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 30px;
	width: 170px;
	height: 46px;
	font: 700 16px/46px 'Droid Serif', serif;
	color: #fff;
	padding: 0 0 0 20px;
	border-radius: 0 2px 2px 0;
}
.services-page .box .thumb strong.price:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #ac2a24 transparent transparent;
}
.services-page .box .thumb img {
	display: block;
	width: 100%;
}
.services-page .box .text-box {
	overflow: hidden;
	float: left;
	width: 58%;
}
.services-page .box .text-box em {
	font: italic 700 14px/14px 'Droid Serif', serif;
	display: block;
	padding: 0 0 14px 0;
}
.services-page .box .text-box h4 {
	text-align: left;
}
.date-col {
	width: 98px;
	height: 71px;
	text-align: center;
	font: italic 700 44px/70px 'Droid Serif', serif;
	color: #fff;
	float: right;
	margin: 30px 0 0 0;
	border-radius: 0 3px 3px 0;
}
.services-page .box .thumb:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	opacity: 1;
}
.services-page .box .thumb:hover:after {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
.services-page .box .thumb::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transition: all 0.5s ease-in 0s;
    width: 100%;
}
.services-page .box .thumb::after {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: scaleY(0);
    transition: all 0.5s ease-in 0s;
    width: 100%;
}
.services-page .align-right .box .thumb {
	float: right;
	margin: -70px 30px 0 0;
}
.services-page .box .text-box a.btn-booking {
	float: left;
	padding: 11px 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 -3px 0 #ccc;
	-moz-box-shadow: inset 0 -3px 0 #ccc;
	-webkit-box-shadow: inset 0 -3px 0 #ccc;
	font: italic 700 14px/14px 'Droid Serif', serif;
	color: #222;
	text-decoration: none;
}
.services-page .box .text-box p {
	margin: 0 0 20px 0;
}
.services-page ul li:hover .text-box a.btn-booking {
	color: #fff;
	box-shadow: none;
	border: 1px solid rgba(0,0,0,0);
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
	border-radius: 3px;
}
.call-section {
	float: left;
	width: 100%;
	background-image: url(../theme/call-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
	background-size: 100%;
	background-color: #000;
	padding: 80px 0;
}
.call-section .holder {
	width: 800px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.call-section .holder strong.title {
	font: italic 700 44px/60px 'Droid Serif', serif;
	color: #fff;
	display: block;
	text-align: center;
	padding: 0 0 25px 0;
}
.call-section a.contact-btn {
	font: 700 16px/16px 'Droid Serif', serif;
	color: #222;
	margin: 0 0 0 15px;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 3px;
	background: #fff;
	text-decoration: none;
	box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	position: relative;
	z-index: 11;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.call-section a.contact-btn:hover {
	color: #fff;
	box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.3);
}
.call-section a.contact-btn:hover:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	opacity: 1;
}
.call-section a.contact-btn:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform: scaleY(0.6);
	-webkit-transform: scaleY(0.6);
	-moz-transform: scaleY(0.6);
	border-radius: 3px;
}
/*===========================================SERVICES SECTION END===========================================*/
/*==============================ABOUT TABS SECTION START=======================================*/
.about-tab {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.about-tab .nav-tabs {
	border: 1px solid #ccc;
	padding: 5px;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.about-tab .nav-tabs > li {
	margin: 0;
	float: none;
	display: inline-block;
}
.about-tab .nav-tabs > li > a {
	border: 0;
	border-radius: 0;
	line-height: normal;
	margin: 0 1px;
}
.about-tab .nav > li > a {
	display: block;
	padding: 19px 62px;
	background: #f5f5f5;
	position: relative;
	font: 400 15px/15px 'Droid Serif', serif;
	color: #222;
	outline: none;
	position: relative;
}
.about-tab .nav-tabs > li.active > a, .about-tab .nav-tabs > li.active > a:hover, .about-tab .nav-tabs > li.active > a:focus {
	border: 0;
	color: #fff;
}
.about-tab .nav-tabs > li.active > a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	margin: auto;
	width: 0;
	height: 0;
	z-index: 9;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: transparent transparent transparent;
}
.about-tab .nav-tabs > li > a:hover {
	border: 0;
}
.about-tab .nav > li > a:hover, .about-tab .nav > li > a:focus {
	color: #fff;
}
.tab-content {
	float: left;
	width: 100%;
	padding-bottom: 0;
}
.description-row .tab-content {
	padding-bottom: 30px;
}
.services-page .align-right .box .text-box {
	padding-bottom: 40px;
}
.description-row h2 {
	text-align: left;
}
.tab-content .frame {
	float: left;
	width: 100%;
	border: 10px solid;
	padding: 10px;
	position: relative;
}
.tab-content .frame:hover img {
	opacity: 0.8;
}
.tab-content .frame img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 9;
}
.tab-content .frame:before {
	background: #fff;
	content: "";
	height: 75px;
	left: -34px;
	position: absolute;
	top: -20px;
	transform: rotate(-45deg);
	width: 96px;
}
.tab-content .frame:after {
	border-bottom: 12px solid;
	content: "";
	left: -23px;
	position: absolute;
	top: 25px;
	transform: rotate(131deg);
	-moz-transform: rotate(131deg);
	-webkit-transform: rotate(131deg);
	width: 98px;
}
.shape {
	position: relative;
	float: left;
	width: 100%;
}
.tp-style-1 .shape:hover:before {
	content: '';
	border-bottom: 14px solid #78506e;
}
.tp-style-1 .shape:hover .frame:after {
	border-bottom: 12px solid #78506e;
}
.shape:hover .frame {
	border: 10px solid #78506e;
}
.tab-content .shape:after {
	background: #fff;
	content: "";
	height: 75px;
	right: -30px;
	position: absolute;
	bottom: -20px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 96px;
}
.tab-content .shape:before {
	border-bottom: 14px solid;
	bottom: 32px;
	content: "";
	position: absolute;
	right: -11px;
	transform: rotate(134deg);
	-moz-transform: rotate(134deg);
	-webkit-transform: rotate(134deg);
	width: 98px;
	z-index: 9;
}
.tab-content .text-box {
	float: left;
	width: 100%;
}
.tab-content .text-box h4 {
	text-align: left;
}
.tab-content .text-box p {
	margin: 0 0 30px 0;
}
.tab-content .text-box em {
	font: italic 400 16px/22px 'Droid Serif', serif;
	color: #222;
	display: block;
	padding: 0 0 25px 0;
}
.tab-content .text-box ul {
	padding: 0 0 25px 0;
	margin: 0;
	list-style: none;
}
.tab-content .text-box ul li {
	padding: 0 0 5px 0;
	display: block;
	overflow: hidden;
	font: 400 14px/22px 'Lato', sans-serif;
	color: #666;
}
.tab-content .text-box ul li .fa {
	padding: 0 6px 0 0;
}
/*==============================ABOUT TABS SECTION END=======================================*/
/*==================================STAFF SECTION START===================================*/
.staff-section {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.staff-section .box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.staff-section .box .thumb {
	float: left;
	width: 100%;
	background: #000;
}
.staff-section .box .thumb img {
	display: block;
	width: 100%;
}
.staff-section .box .text-box {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9;
}
.staff-section .box .text-box h4 {
	margin: 0 0 10px 0;
}
.staff-section .box .text-box:before {
	background-color: #fff;
	bottom: 27px;
	content: "";
	height: 71px;
	left: -11px;
	opacity: 1;
	position: absolute;
	transform: rotate(13deg);
	-moz-transform: rotate(13deg);
	-webkit-transform: rotate(13deg);
	width: 206px;
	z-index: -1;
}
.staff-section .box .text-box strong {
	font: italic 700 14px/14px 'Droid Serif', serif;
	display: block;
	text-align: center;
	padding: 0 0 10px 0;
}
.staff-section .box:hover .thumb img {
	opacity: 0.5;
}
.staff-section .box:hover .text-box:before {
	opacity: 0;
}
.staff-section .box:hover .thumb {
	margin-bottom: 20px;
}
/*==================================STAFF SECTION END===================================*/
.error-page {
	padding: 60px 0;
}
.error-page p {
	font: 400 16px/22px 'Lato', sans-serif;
	color: #666;
	text-align: center;
	display: block;
}
/*==================================WRAPPER END=========================================*/
#nav li a, .login-col a.round, .top-bar .drop-box li, #banner .owl-next:after, #banner .owl-prev:after, .sb-icon-search, .top-cart, .flowers-box .thumb .caption a, .flowers-box .thumb img, .flowers-box .text-box a.like .fa-heart, .flowers-box .text-box a.like .fa-heart-o, .flowers-box .text-box h4 a, .post-box .text-box h4 a, .post-box .text-box a.read-more, .subscribe-section button[type="submit"], .copy-rights strong.copyrights a, .footer-menu ul li a, .pagination-box .pagination > li a, .contact-page input[type="submit"], .address-row .box a, .address-row .box, .form-box input[type="submit"], .remember-row a.terms, .form-box strong a, .recent-post .thumb img, .recent-post .text-box a, .archives ul li a, .product-detail .frame img, .services-page .box, .services-page .box .thumb, .services-page .box .text-box h4 a, .services-page .box .text-box a.btn-booking, .about-tab .nav > li > a, .staff-section .box .thumb img, .staff-section .box .text-box:before, .staff-section .box .thumb, .welcome-message .frame .thumb-1 img, .welcome-message .frame .thumb-2 img, .footer-section-1 .contact-info address ul li a, .heading-row h2:before, .tab-content .shape:before, .tab-content .frame:after, .tab-content .frame, .tab-content .frame img, #main .button-box-3 input[type="submit"], .comment-form input[type="submit"], .testimonials-style-2 .box:before, .filter-gallery .filter-box .frame a.zoom, .gallery-section .box .thumb a.zoom {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.FONTS {
	font-family: 'Lato', sans-serif;
	font-family: 'Droid Serif', serif;
}
/*==================================Css=========================================*/
a:focus{outline:none;}
.other-page-header {position: static !important;}
.services-page .box .text-box.textbox-1width {
  width: 77%;
}
.top-bar.top-header-other ul li {
  color: #333;
}
.top-bar.top-header-other a {
  color: #333;
}
.services-page.trucsPage .box .text-box {
  float: left;
  overflow: hidden;
  width: 57%;
}
.services-page .pages-pagination{width:100%;}
.services-page .pages-pagination ul li{width:auto; padding:0;}
.services-page .pages-pagination::after {
  clear: both;
  content: "";
  display: block;
}
.pages-pagination .pagination > li > a, .pagination > li > span {
  background-color: #fff;
  border: medium none;
  color: #000;
  padding: 5px 10px;
}
.pages-pagination .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{color:#A6B73F; background: none;}
.pages-pagination ul.pagination {
 	list-style: outside none none;
    margin: 0;
    padding: 0;
	text-align:center;
}
.pages-pagination ul.pagination li{ float:none; display:inline-block; }
.services-page .pages-pagination {
    clear: both;
    text-align: center;
    width: 100%;
}
.map iframe {
  margin-top: 20px;
}
.cat_overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
}
.cat_overlay p {
    text-align:center;
    width:100%;
    position:absolute;
    z-index: 2;
    top:0px;
    font-family: 'Droid Serif', serif;
    color:white;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
}
.cat_overlay h4 {
    width:100%;
    position:absolute;
    z-index: 2;
    bottom:-25px;
    font-family: 'Droid Serif', serif;
    color:white;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
}
@media (max-width: 993px) {
    .input-wrapper {
	display:block;
	clear: both;
    }
}
.input-wrapper .errorlist > li {
    color:red;
    list-style-type: none;
}
.messages {
    text-align: center;
    font: 700 19px 'Droid Serif', serif;
    font-weight: bold;
}
.messages li {
    list-style-type: none;
}
.messages li.error {
   color:red;
}
.messages li.success {
   color:darkgreen;
}
.input-field {
    border:1px solid red;
}
