@charset "utf-8";
/* COLORS START */
a {
	color: #CCCCCC;
	text-decoration: none
}
a:hover {
	color: #6B6B6B
}
h1, h2, h3, h4, h5 {
	color: #6B6B6B;
}
.btn {
	background-color: #6B6B6B;
	color: #FFFFFF!important;
}
.btn:hover {
	background-color: #6B6B6B
}
.top_menu li:hover {
	font-weight: bold;
}
.row.content.box {
	height: 440px;
}
.padding_10 {
	margin-right: 10px;
}
.mainpage_quote_box {
	background-color: #FFFFFF;
}
.arealinks li {
	background: #6B6B6B;
}
.arealinks li:hover {
	background: #CCCCCC;
}
.box {
	border: 1px solid #6B6B6B;
}
.box a, .arealinks a, #footer a {
	color: #6B6B6B;
	text-decoration: none;
}
.product_preview:hover {
	border: 1px solid #888888;
	display: block;
	box-shadow: 0px 0px 10px #cccccc;
	transition: box-shadow 0.3s ease-in-out;
}
.product_preview a.btnorder {
	background: #f6a400;
	color: #fff;
}
.product_preview:hover a.btnorder {
	background: #f6a400;
	color: #fff;
}
.product_preview div {
	color: #646464;
}
@keyframes phone-ani {
 0% {
background-color: #6B6B6B;
}
 50% {
background-color: #ffffff;
}
 100% {
background-color: #6B6B6B;
}
}
.price_table td > span {
	color: #CCCCCC;
}
.price_table tr:nth-child(2n+1) {
	background: #6B6B6B;
	color: white;
}
/* COLORS END */

img, object, embed, video {
	max-width: 100%
}
.ie6 img {
	width: 100%
}
@font-face {
	font-family: 'open_sanslight';
	src: url(OpenSans-Light-webfont.eot);
	src: url(OpenSans-Light-webfont.eot?#iefix) format("embedded-opentype"), url(OpenSans-Light-webfont.woff) format("woff"), url(OpenSans-Light-webfont.ttf) format("truetype"), url(OpenSans-Light-webfont.svg#open_sanslight) format("svg");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: "Dancing Script";
	src: url("Dancing_Script.eot?") format("eot"), url("Dancing_Script.woff") format("woff"), url("Dancing_Script.ttf") format("truetype"), url("Dancing_Script.svg#DancingScript") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Rounded';
	src: url('GothamRounded-Light.woff2') format('woff2'), url('GothamRounded-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.clr, .clear {
	clear: both
}
.area-li li {
	text-transform: capitalize;
	float: left;
	width: 49%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none
}
[hidden] {
	display: none
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231
}
body, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
	max-width: 1768px;
	margin: 0 auto;
}
.order_by {
	float: left;
	width: 200px;
	padding-top: 27px;
	font-weight: bold;
	font-size: 16px;
	color: #4a5969;
	text-align: center;
}
.order_by::before {
	content: "";
	background-image: url(../pub/order_left.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 81px;
	display: block;
	float: left;
	margin-top: -20px;
	position: absolute;
}
.order_by::after {
	content: "";
	background-image: url(../pub/order_right.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 81px;
	display: block;
	float: right;
	margin-top: -60px;
}
.top_banner {
	background-image: url(../pub/top_banner.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.blog_title {
	background-color: #f7f7f7;
	padding: 20px
}
.blog_txt {
	border: 1px solid #f7f7f7
}
.preview {
	border-top: 1px dashed #ccc;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px
}
.date {
	background-image: url("../img/blogdate.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #6d6d77!important;
	display: block;
	font-family: open_sanslight;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 20px;
	text-transform: uppercase
}
.maipage_blogitem_title {
	font-weight: 700;
	width: auto
}
.mainpage_blogitem {
	clear: both;
	margin-bottom: 20px!important;
	padding-right: 10px
}
.maipage_blogitem_img {
	float: left;
	margin-right: 10px
}
#blog-data {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
.blogPost img {
	width: 100%;
	height: 200px;
	object-fit: cover
}
article.testimonialsList {
	border-bottom: 1px dashed #d1d1d1;
	margin: 0 0 30px;
	padding: 0 0 20px
}
article.testimonialsList ul {
	float: left;
	margin: 0;
	width: 100%
}
article.testimonialsList ul li {
	float: left;
	width: 50%
}
article.testimonialsList ul li.author {
	color: #fcb034;
	font-size: 16px;
	font-weight: 600
}
article.testimonialsList ul li.date {
	float: left;
	text-align: right
}
article.categoryList {
	float: left;
	margin: 0 15px 30px 0;
	min-height: 410px;
	width: 320px
}
article.categoryList h3 {
	color: #6d6d6d;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 15px;
	text-transform: uppercase
}
article.categoryList header a.boxLink {
	display: block;
	height: 219px;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	width: 320px
}
article.categoryList header a.boxLink span {
	background: url(../images/view-more.png) no-repeat scroll center center #000;
	bottom: -100%;
	display: block;
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	text-indent: -9999px;
	transition: bottom .4s ease-in-out 0;
	width: 100%
}
article.categoryList header a.boxLink:hover span {
	bottom: 0;
	transition: bottom .4s ease-in-out 0
}
article.categoryList header.boxLink img {
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%
}
article.categoryList p {
	color: #828282;
	font-size: 14px
}
article.categoryList a.readMore {
	background: url(../images/read-more.png) no-repeat scroll 0 0 rgba(0,0,0,0);
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	height: 38px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	transition: all .2s ease-in-out 0;
	width: 138px
}
article.categoryList a.readMore:hover {
	color: #415a68;
	text-decoration: none
}
article.blogList {
	border-bottom: 1px dashed #dadada;
	margin: 0 10px 10px 10px;
	padding: 0 0 10px;
	width: 31%
}
article.blogList header p {
	margin: 0 0 10px
}
article.blog img, article.blogList img {
	border: 1px solid #dadada;
	padding: 4px;
	width: 100%;
	height: 190px;
	object-fit: cover;
	display: block;
}
article.blog h3, article.blogList h3 {
	margin: 0 0 5px
}
article.blogList h3 a {
	color: #415a68;
	font-size: 18px;
	font-weight: 600;
	transition: all .2s ease-in-out 0
}
article.blogList h3 a:hover {
	color: #fcb034;
	text-decoration: none
}
article time {
	color: #aeaeae;
	font-size: 11px;
	font-style: italic;
	font-weight: 300
}
.blog_preview {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 1px dashed #c9e0e6;
	clear: left;
	height: 200px;
	margin-bottom: 20px;
	padding-bottom: 20px
}
.blog_preview .date, .blogdate {
	color: #8c9195;
	display: block;
	font-size: 11px;
	margin: 12px 0
}
.blog_preview .text {
	color: #484e4e!important;
	display: block;
	font-size: 13px;
	text-decoration: none
}
.blog_preview .preview {
	float: left;
	margin-left: 16px;
	width: 70%
}
.blog_preview .img {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 12px;
	float: left;
	height: 200px;
	width: 200px
}
.blogtitle {
	background: #a1d784;
	color: #fff!important;
	display: block;
	font-size: 18px;
	margin-left: -80px;
	margin-top: 22px;
	padding: 8px 12px;
	position: absolute;
	text-decoration: none
}

@media only screen and (max-width:767px) {
.blogList {
	width: 100%!important
}
}
.search_flowers_right {
	position: relative;
	float: right;
	margin-bottom: 6%;
	z-index: 999;
	margin-top: -27%;
	background: rgba(138, 155, 159, 0.8);
	padding: 30px;
	margin-right: 30px;
	width: 330px;
	padding-bottom: 20px;
	border-radius: 20px;
}
.box_right_item {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.box_right_item span {
	display: block !important;
	font-weight: normal;
	font-size: 17px;
}
.blogList img {
	max-width: 100%;
	width: 100%;
}
.price_table {
	float: left;
	width: 48%;
	margin: 1%;
}
.price_table td {
	padding: 5px 10px;
}
.price_table td > span {
	font-size: 18px;
	padding-left: 5px;
	display: block;
}
.price_table th {
	padding: 5px;
}
.ts-author-name {
	color: #6B6B6B;
	font-weight: 700;
}
.ts-review-rating, .ts-review-rating span {
	text-align: right;
	font-size: 13px;
}
.ts-review-rating img {
	vertical-align: text-bottom;
}
img.float-left {
	float: left;
	margin-right: 10px;
}
.testimonials_names {
	text-align: right;
	margin-top: 15px;
}
.testimonials_date {
	text-align: right;
	margin-right: 5%;
	font-size: 15px;
	color: #a7a7a7;
}
.ts-review-body {
	padding: 5px;
}
.testimonials_text {
	margin: 0;
	width: 50%;
	float: left;
	height: 250px;
}
.float_left {
	float: left;
	width: 50%;
}
blockquote {
	font-size: 15px;
	line-height: 20px;
}
.arrow-box {
	position: relative;
	background: #ecf0f1
}
.arrow-box:after {
	top: 100%;
	left: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(236, 240, 241, 0);
	border-top-color: #ecf0f1;
	border-width: 20px;
	margin-left: -20px
}
.shout.bordered {
	background-image: url(../pub/quotes.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 2px solid #ecf0f1;
	min-height: 20px;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 10px;
	padding-left: 100px;
	padding-right: 10px;
}
.arrow-box.bordered {
	position: relative;
	background: #fff;
	border: 0 solid #ecf0f1;
	top: -2px
}
.arrow-box.bordered:after, .arrow-box.bordered:before {
	top: 100%;
	left: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.arrow-box.bordered:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px
}
.arrow-box.bordered:before {
	border-color: rgba(236, 240, 241, 0);
	border-top-color: #ecf0f1;
	border-width: 18px;
	margin-left: -18px;
}
.top_menu {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: inline-table;
	text-align: center;
	text-transform: uppercase;
}
.top_menu li {
	float: none;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 7 - 6px);
}
.top_menu a {
	display: block;
	color: #424242 !important;
	font-size: 13px;
	text-decoration: none;
	/* vertical-align: middle; */
	line-height: 30px;
}
a:focus {
	outline: thin dotted
}
a:hover, a:active {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 10px;
	padding: 0;
	clear: both
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before, q:after {
	content: "";
	content: none
}
small {
	font-size: 85%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px
}
dd {
	margin: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
label {
	cursor: pointer
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;/* -webkit-appearance: button */
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box
}
input[type="search"] {
	/* -webkit-appearance: textfield; */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td {
	vertical-align: top
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr
}
.ir br {
	display: none
}
.hidden {
	display: none!important;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.invisible {
	visibility: hidden
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
#menu a {
	color: #000000;
	display: inline-table;
	float: none;
	font-weight: bold;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 50px;
	text-decoration: none;
}
#menu a.active {
	background-color: #6B6B6B;
	color: #FFFFFF
}
#menu a:hover {
	background-color: #6B6B6B;
	color: #FFFFFF
}
.menu_home a:hover {
	background-color: #FFFFFF!important
}
#logo {
	display: block;
	height: 0px;
	width: 230px;
	margin: 0 auto;
	text-align: center;/* padding-top: 10px; */
}
.menu_home {
	display: inline-table;
	float: none
}
#menu {
	display: none;
	float: left;
	margin-bottom: 20px;
	padding-top: 30px;
	text-align: right;
	width: 330px;
}
#header_menu {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 85%;
	max-width: none;
	padding-top: 10px;
}
#wowslider-container1 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 3px;
	z-index: 90;
	border: 3px solid #008AC3;
	text-align: left
}
* html #wowslider-container1 {
	width: 1280px
}
#wowslider-container1 .ws_images ul {
	position: relative;
	width: 10000%;
	height: auto;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible
}
#wowslider-container1 .ws_images ul li {
	width: 1%;
	line-height: 0;
	float: left;
	font-size: 0;
	padding: 0!important;
	margin: 0!important
}
#wowslider-container1 .ws_images {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
#wowslider-container1 .ws_images a {
	width: 100%;
	display: block;
	color: transparent
}
#wowslider-container1 img {
	max-width: none!important
}
#wowslider-container1 .ws_images img {
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0
}
#wowslider-container1 a {
	text-decoration: none;
	outline: none;
	border: none
}
#wowslider-container1 .ws_bullets {
	font-size: 0;
	float: left;
	position: absolute;
	z-index: 70
}
#wowslider-container1 .ws_bullets div {
	position: relative;
	float: left
}
#wowslider-container1 .wsl {
	display: none
}
#wowslider-container1 sound, #wowslider-container1 object {
	position: absolute
}
#wowslider-container1 .ws_bullets {
	padding: 5px
}
#wowslider-container1 .ws_bullets a {
	width: 9px;
	height: 9px;
	background: url(../engine1/bullet.png) left top;
	float: left;
	text-indent: -4000px;
	position: relative;
	margin-left: 4px;
	color: transparent
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover {
	background-position: 0 100%
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position: absolute;
	display: none;
	top: 50%;
	margin-top: -25px;
	z-index: 60;
	width: 31px;
	height: 50px;
	background-image: url(../engine1/arrows.png)
}
#wowslider-container1 a.ws_next {
	background-position: 100% 0;
	right: 10px
}
#wowslider-container1 a.ws_prev {
	background-position: 0 0;
	left: 10px
}
#wowslider-container1 a.ws_next:hover {
	background-position: 100% 100%
}
#wowslider-container1 a.ws_prev:hover {
	background-position: 0 100%
}
* html #wowslider-container1 a.ws_next, * html #wowslider-container1 a.ws_prev {
	display: block
}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {
	display: block
}
#wowslider-container1 .ws_playpause {
	display: none;
	width: 31px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -25px;
	z-index: 59
}
#wowslider-container1:hover .ws_playpause {
	display: block
}
#wowslider-container1 .ws_pause {
	background-image: url(../engine1/pause.png)
}
#wowslider-container1 .ws_play {
	background-image: url(../engine1/play.png)
}
#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
	background-position: 100% 100%!important
}
#wowslider-container1 .ws_bullets {
	bottom: 0;
	left: 50%
}
#wowslider-container1 .ws_bullets div {
	left: -50%
}
#wowslider-container1 .ws-title {
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	left: 110px;
	line-height: 42px;
	margin-right: 0;
	padding: 15px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 31px;
	width: 400px;
	z-index: 50
}
#wowslider-container1 .ws-title div {
	margin-top: 6px;
	font-size: 16px;
	line-height: 18px
}
#wowslider-container1 .ws_images ul {
	animation: wsBasic 12s infinite;
	-moz-animation: wsBasic 12s infinite;
	-webkit-animation: wsBasic 12s infinite
}
@keyframes wsBasic {
 0% {
 left: -0
}
 16.67% {
 left: -0
}
 33.33% {
 left: -100%
}
 50% {
 left: -100%
}
 66.67% {
 left: -200%
}
 83.33% {
 left: -200%
}
}
/* .flowers img { width: 23% !important; } */

#wowslider-container1 {
	border: 0 none
}
#services {
	display: block;
	margin: 0 auto;
	max-width: 940px;
	text-align: center;
	width: auto;
}
#int_service_item {
	color: #6D6D6D;
	float: left;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 300px;
}
.read_more {
	background-image: url(../img/read_more.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px
}
.c_input {
	float: left;
	width: 49%;
	margin: 0 2% 0 0
}
.c_input:nth-child(even) {
	margin: 0
}
.c_input_home {
	width: 100%
}
.postcode-input {
	width: 100%!important
}
/* .btn {
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	width: 100%!important;
	float: none!important;
	transition: .3s
} */
textarea {
	border: 1px solid #754C29;
	border-radius: 3px;
	color: #1e3d69;
	height: 150px;
	padding: 5px;
	width: 100%!important;
	display: inline!important;
	box-sizing: border-box
}
.textarea-home {
	width: 100%!important
}
input[type="text"] {
	border: 1px solid #754C29;
	border-radius: 3px;
	color: #1e3d69;
	height: 30px;
	padding-left: 5px;
	width: 100%;
	margin: 0 0 15px;
	box-sizing: border-box
}
.messege-send-text {
	padding: 10px 0;
	color: #32CD32
}
.error {
	color: #FF0000
}
.read_more a {
	color: #36ADFD;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase
}
#int_service_item strong {
	color: #6E6E6E;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase
}
#row1 {
	padding-bottom: 20px;
	width: auto;
}
#row2 {
	margin: 0 auto;
	width: 85%;
	padding-left: 10px;
}
#footer_wrapper {
	margin: 0 auto;
	text-align: center;
	width: 85%;
	padding-top: 20px;
}
#services span {
	border-bottom: 1px solid #4F4F4F;
	color: #4F4F4F;
	display: block;
	font-family: "open_sanslight";
	font-size: 26px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	width: 100%
}
#service_item {
	color: #555555!important;
	display: inline-block;
	float: none;
	font-family: open_sanslight;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 150px;
	text-align: center;
	vertical-align: top;
	width: 156px
}
#rcalendarIcon {
	background: url(/images/sCalendar.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 24px;
	margin-left: 218px;
	margin-top: -49px;
	position: absolute;
	width: 24px
}
.mainpage_big_title {
	color: #555555;
	font-family: "open_sanslight";
	font-size: 25px;
	padding-bottom: 20px;
	text-transform: uppercase
}
.mainpage_big_title strong {
	color: #3CAEFA
}
.mainpage_title {
	color: #6B6B6B;
	display: block;
	font-family: "open_sanslight";
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase
}
.title {
	color: #2EA8F5;
	display: block;
	font-size: 23px;
	margin-bottom: 20px;
	text-transform: uppercase
}
.title_18 {
	color: #2EA8F5;
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase
}
.blog_title {
	background-color: #F7F7F7;
	padding: 20px
}
.blog_txt {
	border: 1px solid #F7F7F7
}
.preview {
	border-top: 1px dashed #CCCCCC;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px
}
.date {
	background-image: url(../img/blogdate.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #6D6D77;
	display: block;
	font-family: "open_sanslight";
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
	text-transform: uppercase
}
.mainpage_title a {
	color: #3CAEFA;
	display: block;
	font-family: "open_sanslight";
	font-size: 23px;
	margin-bottom: 20px;
	text-align: center
}
#row1_left {
	float: left;
	padding-top: 0px;
	width: 100%;
}
#row1_right {
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 290px;
	float: right;
}
#row2_left_left {
	float: left;
	width: 50%;
}
#row2_left_right {
	float: left;
	width: 50%;
}
#footer {
	color: #fff;
	margin-bottom: 0;
	background-color: #282828;
	margin-top: 20px;
	padding-bottom: 20px;
	width: auto
}
#footer_left {
	float: left;
	width: auto;
	margin-top: 20px;
}
#footer_right {
	float: left;
	width: 320px;
	margin-top: 0px;
}
#footer_left a {
	border-right: 1px solid #5B5B5B;
	color: #5B5B5B;
	white-space: nowrap;
	display: block;
	float: left;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: normal;
}
#footer_left a:last-child {
	border: 0 none
}
#footer_left a:hover {
	color: #FFFFFF
}
#row2_left {
	float: left;
	width: 640px;
}
#row2_right {
	float: left;
	width: 300px
}
#row1_left span {
	width: auto;
	margin: 0 auto;
	display: inline;
}
#rows_wrapper {
	margin: 0 auto;
	width: 85%;
}
#scroller a {
	color: #555555!important;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 48px;
	margin-bottom: 20px;
	padding-top: 148px;
	text-align: center;
	width: 156px
}
#scroller a:hover {
	color: #3CAEFA
}
.mainpage_quote_box {
	width: auto;
	display: block;
	margin: 0 auto;
}
.mainpage_quote_box img {
	margin-bottom: 10px
}
.mainpage_quote_box input {
	border: 1px solid #D1D1D1;
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 96%
}
#quote_ipostcode_from {
	width: 110px!important
}
#quote_ipostcode_to {
	width: 110px!important
}
.mainpage_quote_box select {
	border: 1px solid #D1D1D1;
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 96%
}
#quote_g_form input {
	border: 1px solid #D1D1D1;
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 96%
}
#quote_g_form select {
	border: 1px solid #D1D1D1;
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 96%
}
.jqtransform input {
	border: 1px solid #D1D1D1;
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 96%!important
}
.jqtransform select {
	border: 1px solid #D1D1D1;
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 96%!important
}
.jqtransform textarea {
	border: 1px solid #D1D1D1;
	color: #BABABA;
	height: 45px;
	margin-bottom: 17px;
	width: 98%!important
}
#quoteform {
	width: 100%
}
#quoteform td {
	width: 48%
}
#move_date {
	float: none!important
}
#mainpage_quote_box_mobile {
	display: none;
	background-color: #F6F6F6;
	margin: 0 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	text-align: center;
	width: auto
}
#mainpage_quote_box_mobile input {
	border: 1px solid #D1D1D1;
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 245px
}
.btn {
	border: 0 none!important;
	font-family: open_sanslight;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase
}
.maipage_blogitem_title {
	font-weight: bold;
	width: auto
}
.mainpage_blogitem {
	clear: both;
	margin-bottom: 20px!important;
	padding-right: 10px
}
.maipage_blogitem_img {
	float: left;
	margin-right: 10px
}
#Testimonials {
	color: #000000;
	height: 140px;
	overflow: hidden
}
.main_page_testimonials_txt {
	font-size: 16px;
	font-style: italic;
	padding-right: 10px
}
#mainpage_connections a {
	display: block;
	float: left;
	text-align: center;
	width: 50px
}
#mainpage_banners a {
	display: inline-block;
	float: none;
	margin-bottom: 10px;
	margin-right: 10px
}
#mainpage_banners {
	width: 300px;
	display: block;
	text-align: center;
}
.main_page_testimonials_signature {
	color: #37ADFA;
	font-size: 16px;
	font-weight: bold
}
#header_pic_call_us {
	display: none;
	margin: 0 auto;
	width: 940px;
	z-index: 9999;
}
#header_pic_call_us_img {
	background-image: url('../img/call_us.png');
	background-repeat: no-repeat;
	height: 115px;
	margin-left: 635px;
	margin-top: -25px;
	position: absolute;
	width: 307px;
	z-index: 999;
}
#header_pic_call_us_int {
	display: block;
	margin: 0 auto;
	width: 940px;
	z-index: 9999
}
#header_pic_call_us_img_int {
	display: block;
	background-image: url(../img/call_us.png);
	background-repeat: no-repeat;
	height: 95px;
	margin-left: 591px;
	margin-top: 41px;
	position: absolute;
	width: 307px;
	z-index: 999
}
.tel {
	color: #424242;
	font-size: 29px;
	font-style: italic;
	font-weight: bold;
	margin-left: 718px;
	position: relative;
	width: 210px;
	z-index: 9999;
	padding-top: 25px;
}
.tel a {
	color: #6B6B6B;
	display: block;
	font-size: 29px;
	font-style: italic;
	font-weight: bold;
	line-height: 80px;
	margin-top: -22px;
	text-decoration: none;
}
.tel_int {
	display: block;
	color: #424242;
	font-size: 29px;
	font-style: italic;
	font-weight: bold;
	margin-left: 673px;
	margin-top: 90px;
	position: absolute;
	width: 210px;
	z-index: 9999
}
.tel_int a {
	color: #424242;
	font-size: 29px;
	font-style: italic;
	font-weight: bold
}
.mobile_navigation {
	display: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #999999;
	max-width: none;
	padding: 0;
	position: relative;
	z-index: 9999;
	margin: 0 5px;
}
.no-js .mobile_navigation {
	display: block
}
.mobile_navigation li {
	float: left
}
.mobile_navigation li a {
	border-bottom: 1px solid #999999;
	color: #999999;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 20px
}
.mobile_navigation li a:hover {
	background: none repeat scroll 0 0 #37AEFA
}
.navheader {
	font-size: 12px;
	padding: 10px 5px 10px 10px
}
.navheader img {
	margin-right: 10px
}
.slide-trigger {
	display: block;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	color: #3CAEFA;
	cursor: pointer;
	display: none;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px
}
.slide-trigger span {
	background-image: url(../img/dropdown-arrows.png);
	background-position: 0 -14px;
	display: block;
	float: right;
	height: 14px;
	margin-top: 3px;
	width: 32px
}
#mainpage_banners img {
	margin-bottom: 10px;
	max-width: 100%
}
.mainpage_blogitem img {
	float: left;
	margin-right: 10px
}
#main_wrapper {
	margin: 0 auto;
	width: 85%;
}
#left_colum {
	display: block;
	float: left;
	width: 300px;
}
.left_menu_title {
	background-color: #2EA8F5;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase
}
.left_menu_menu_items a {
	background-image: url(../img/menu_bullet.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid #D6D6D6;
	color: #303030;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	margin-top: -1px;
	padding-left: 30px;
	text-align: left
}
.left_menu_menu_items a:hover {
	background-color: #D6D6D6
}
.sel {
	background-color: #D6D6D6;
	position: relative;
	z-index: -1
}
.active {
	background-color: #D6D6D6;
	position: relative
}
.int_header_title {
	display: block;
	color: #FFFFFF;
	font-family: "open_sanslight";
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	margin: 33px auto 0;
	position: absolute;
}
.int_title {
	color: #2EA8F5;
	font-family: "open_sanslight";
	font-size: 25px;
	font-weight: bold
}
#content_wrapper {
	padding-left: 20px;
	padding-right: 20px
}
#maincolumn {
	float: left;
	width: 640px;
}
#int_service_item img {
	width: 95%
}
#mainContent {
	color: #6D6D6D
}
#page_last {
	margin-bottom: 97px
}
#ifooter {
	border: 1px dashed #CCCCCC;
	margin: 20px auto 0;
	max-width: 940px;
	padding: 15px;
	text-align: center;
	width: auto
}
#ifooter img {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px
}
.testimonials_box {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px dashed #C8E1E8;
	margin-bottom: 20px;
	padding: 20px
}
.testimonials_signature {
	color: #3A3A3A;
	font-weight: bold;
	margin-top: 6px
}
.testimonials_date {
	float: right
}
#contacttb {
	width: 100%
}
#contacttb input {
	border: 1px solid #D1D1D1;
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	margin-right: 20px;
	width: 96%!important
}
#calendarIcon {
	margin-left: 218px!important;
	margin-top: -35px!important
}
#contacttb textarea {
	border: 1px solid #D1D1D1;
	color: #BABABA;
	height: 45px;
	margin-bottom: 17px;
	width: 98%!important
}
#quoteform a {
	margin-left: -28px;
	margin-top: 10px;
	position: absolute
}
.blog_preview .img {
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
	display: block;
	float: left;
	height: 150px;
	margin-right: 15px;
	width: 150px
}
.blog_preview {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 410px;
	width: 33%;
	float: left;
}
#quoteform select {
	font-size: 13px!important
}
.bold {
	font-weight: 700
}
#page_last {
	margin-bottom: 97px
}
#fb_1 {
	color: #FFFFFF;
	text-align: left
}
#fb_1 span {
	background-image: url(../img/floating_b1.png);
	display: block;
	float: left;
	height: 99px;
	margin-right: 15px;
	margin-top: -26px;
	width: 74px
}
#fb_2 span {
	background-image: url(../img/floating_b2.png);
	display: block;
	float: left;
	height: 76px;
	margin-right: 10px;
	margin-top: -14px;
	width: 94px
}
#fb_2 {
	color: #FFFFFF;
	text-align: left
}
#fb_3 {
	color: #FFFFFF;
	font-size: 16px!important;
	font-size: 14px!important;
	padding-left: 41px;
	text-align: left
}
#floating_bar_girl {
	position: absolute;
	right: 60px
}
#floating_bar_girl_pic {
	background-image: url(../img/call_girl.png);
	background-repeat: no-repeat;
	bottom: 3px;
	height: 132px;
	position: absolute;
	right: 9px;
	width: 69px
}
#fb_3 strong {
	background-image: url(../img/floating_b3_stars.png);
	display: block;
	height: 58px;
	margin-top: -11px;
	width: 228px
}
#fb_4 strong {
	font-size: 18px!important;
	padding-left: 15px
}
#fb_4 span {
	font-size: 26px;
	padding-left: 14px
}
.textImage {
	background-color: #FFFFFF;
	border: 1px solid #528830;
	border-radius: 12px;
	float: left;
	margin: 5px;
	padding: 5px
}
.inner4 a {
	display: none
}
#move_date {
	background-image: url(/images/sCalendar.gif);
	background-position: 96% center;
	background-repeat: no-repeat
}
#wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: 220px;
	margin: 0 auto;
	overflow: auto;
	z-index: 1;
	width: 85%;
}
#service_item ul {
	display: block;
	float: left;
	height: 100px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%
}
#scroller li {
	background-color: #FAFAFA;
	display: block;
	float: left;
	font-size: 14px;
	height: 145px;
	padding: 0 10px;
	width: 156px
}
.services_title {
	border-bottom: 1px solid #4F4F4F;
	color: #4F4F4F;
	display: none;
	font-family: "open_sanslight";
	font-size: 26px;
	margin: 0 auto;
	padding: 10px 20px;
	text-transform: uppercase;
	width: 85%;
}
.arealinks {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	column-count: 4;
	column-gap: 5px;
}
.arealinks li {
	break-inside: avoid-column;
	margin-bottom: 5px;
	border-radius: 20px;
}
.arealinks li:nth-child(3n+1) {
	clear: both;
}
.arealinks li a {
	color: white;
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;/* letter-spacing: 2px; */
}
#searchform {
	width: 90%;
	margin: 10px auto;
	max-width: 400px;
}
#searchquery {
	margin: 0;
	float: left;
	width: calc(100% - 150px);
	border-radius: 0px;
	border-right: none;
	border-color: #c9c9c9;
	height: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#searchform .btn {
	width: 150px !important;
	float: left !important;
	height: 30px;
	line-height: 10px;
	border-radius: 0px;
	font-size: 12px;
	letter-spacing: 3px;
	height: 40px;
}
#search_flowers {
	width: 100%;
	float: left;
	position: absolute;
	max-width: 530px;
	padding-left: 50px;
	text-shadow: 1px 1px 1px #fff;
}
#search_flowers > div {
	overflow: hidden;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: 100%;
}
#search_flowers p, #search_flowers h1 {
	font-family: Gotham Rounded;
	margin: 0 auto;
	display: block;
	font-size: 30px;
	color: #fff;
	padding-top: 60px;
	margin-bottom: 40px;
	text-shadow: 0px 0px 5px #6b6b6b;
	text-transform: uppercase;
}
.subitems {
	background-image: url(../pub/subitems.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 35px;
	font-size: 15px;
	color: #4a5969;
	font-weight: bold;
}
.subitems a {
	color: inherit;
}
#search_flowers p.small {
	font-size: 17px;
	padding: 0;
	color: black;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: 400;
}
.service_right, .service_left {
	display: none
}
.service_left {
	background-image: url(../img/services_l_bg.png);
	height: 200px;
	margin-top: 0;
	position: absolute;
	width: 70px;
	z-index: 999
}
.service_right {
	background-image: url(../img/services_r_bg.png);
	float: right;
	height: 200px;
	margin-top: -220px;
	position: relative;
	width: 70px;
	z-index: 999
}
.mobile-nav {
	display: none;
}
.mobile_menu {
	display: none;
}
#header_pic_call_us_tablet {
	display: block;
	float: right;
	width: 230px;
	text-align: right;
}
.tel_tablet {
	font-style: italic;
	float: right;
	padding-top: 13px;
	font-size: 18px;
	color: #4a5969;
}
.tel_tablet a {
	display: block;
	font-size: 30px;
	color: #88a8b0;
	font-weight: bold;
}
#header_pic_call_us_img_mobile {
	height: 95px;
}
#scroller {
	float: left;
	min-width: 940px;
	width: 85%;
	padding: 0;
}
.logo img {
	height: 75px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
.box {
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
}
.contBar {
	float: left;
	width: 50%;
	text-align: center;
}
.product_preview img {
	width: 100%;
	height: auto;
	max-width: 364px;
}
.product_preview a.btnorder {
	/* font-weight: bold; */
	padding: 5px 12px 3px;
	text-transform: uppercase;
	margin-top: 8px;
	display: inline-block;
	font-size: 13px;
	line-height: 21px;/* letter-spacing: 2px; */
}
.product_preview a.btnorder span {
	font-size: 23px !important;
	display: initial !important;
	padding-top: 0px !important;
	margin: 0 !important;
}
.product_preview .name {
	padding: 0 10px;
	line-height: 17px;
	font-size: 1rem !important;
	font-weight: 600;
	height: 35px;
}
.product_preview {
	width: calc(25% - 22px);
	flex: 0 0 auto;
	height: auto;
	margin: 10px;
	padding-bottom: 15px;
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}
.product_preview div {
	margin-top: 6px;
}
/* .product_preview_info:after {
	content: "Free delivery";
	color: #4fad53;
} */
.product_preview .price {
	font-size: 24px;
	font-weight: bold;
}
.price:before {
	content: "\00A3";
}
/* .product_preview .order_now {
	padding-top: 16px;
	width: 100%;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
	bottom: 20px;
	bottom: 10px;
}
.product_preview:hover .order_now {
	visibility: visible;
	opacity: 1;
}
.product_preview:hover .product_preview_info {
	visibility: hidden;
} */
.mainpage_quote_box.flowers {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.product_preview a.btnorder::before {
	/* content: 'order now'; */
	content: 'view';
}
.tel_phone {
	display: none;
}
.big_box:before {
	content: '';
	background: none;
	margin: 0;
	padding: 0;
}
.social li {
	display: inline-block;
}
.social {
	text-align: center;
}
.social img {
	width: 40px;
}
.breadcrumbs {
	text-transform: capitalize;
}

@media only screen and (max-width: 1350px) {
}

@media only screen and (max-width: 1200px) {
.search_flowers_right {
	zoom: 90%;
}
}

@media only screen and (max-width: 1000px) {
#search_flowers {
	display: none;
}
.search_flowers_right {
	display: none;
}
.arealinks {
	column-count: 3;
}
}

@media only screen and (max-width: 600px) {
.top_banner {
	display: none;
}
.order_by {
	display: none;
}
.footer_right {
	display: none;
}
.footer_left {
	width: 100%;
}
/* .box {
	display: none;
} */
.product_preview {
	padding-bottom: 0px;
}
.top_menu li {
	width: 45%;
	text-align: center;
	border: 1px solid #4a5969;
	margin: 5px;
}
.top_menu {
	margin-top: 115px;
}
#search_flowers {
	display: none;
}
#search_flowers > div {
	background: rgba(255, 255, 255, 0.75);
}
#search_flowers h1 {
	font-size: 25px;
}
.product_preview {
	width: calc(50% - 13px);
	margin: 5px;
	float: left;
}
.product_preview .order_now {
	visibility: visible;
	opacity: 1;
	position: relative;
}
.product_preview:hover .product_preview_info {
	visibility: visible;
}
.product_preview div {
	margin: 0;
}
/* .product_preview a.btnorder::before { */
        /* content: 'choose options'; */
    /* } */
/* .box {
	height: 100px;
} */
.big_box {
	height: auto;
}
/* .box::before {
	content: 'Click to read more...';
	text-align: center;
	display: block;
	background: #6B6B6B;
	color: white;
	padding: 10px;
	width: 150px;
	margin: 0 auto 10px;
	cursor: pointer;
} */
.big_box:before {
	content: '';
	background: none;
	margin: 0;
	padding: 0;
}
#footer_left {
	display: none;
}
.mobile-nav {
	display: block;
}
.mobile-nav .collapse {
	position: absolute;
	z-index: 1000;
	padding: 0;
	margin: 0;
	color: #222;
	height: 0;
	left: 0;
	text-align: center;
	background-color: #f2bb3e;
	overflow: hidden;
	border-radius: 3px;
	width: 100%;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.mobile-nav .collapse a {
	color: #222;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #fff;
}
.mobile-nav .collapse .active {
	background-color: #415a68;
	color: #f2bb3e;
}
.mobile-nav .collapse.in {
	height: auto;
}
.mobile-nav .mobile-navigation {
	margin: 0;
	padding: 0;
	/* background-color: #6B6B6B; */
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
}
.top-menu-link, .top-menu-link:visited {
	display: inline-block;
	color: #fff;
	padding: 7px 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}
.selected {
	color: #222;
	background-color: #f2bb3e;
}
#search-menu-item-container.collapse {
	right: 0;
}
.mobile-navigation .float-left {
	width: 50%;
	float: left;
}
.mobile-navigation .float-right {
	float: right;
	width: 50%;
	list-style: none;
}
.mobile-navigation > ul {
	margin: 0;
	padding: 0;
}
.mobile-navigation .channel-column {
	margin: 0;
	padding: 0;
}
.mobile-nav .mobile-navigation {
	display: block;
	width: 32px;
	margin-top: 10px;
	margin-left: 5px;
}
#nav, .services {
	display: none;
}
#menu {
	display: none
}
.arealinks li {
	text-align: center;
	margin: 5px 0 0;
	width: 100%;
	height: auto;
}
.int_header_title {
	display: none
}
.tel_int {
	display: none
}
#header_pic_call_us_int {
	display: none
}
#header_pic_call_us_img_int {
	display: none
}
.mobile_menu {
	display: block
}
#row1_left {
	float: none;
	width: auto;
	margin: 0 5px;
}
.c_input {
	float: none;
	width: 100%;
	margin: 0
}
.postcodebox {
	display: none
}
.mainpage_quote_box {
	display: block
}
#mainpage_quote_box_mobile {
	display: block
}
#header_pic_call_us {
	display: none
}
/* #header_pic_call_us_tablet {
	width: auto;
	margin: 0 auto;
	z-index: 9999;
	position: absolute;
	right: 10px;
	top: 12px;
} */
/* #header_pic_call_us_img_mobile {
	display: none;
} */

#row2_right {
	display: none
}
/* #header_menu {
	top: 0;
	width: 100%;
	position: fixed;
	background: white;
	z-index: 999;
	height: 90px;
	box-shadow: 0px 1px 1px #ccc;
} */
#menu a {
	float: none;
	font-size: 16px;
	line-height: 50px
}
#logo {
	display: block;
	width: inherit;
	margin: 0 auto;
	text-align: center;
}
#contacttb td {
	float: left;
	width: 100%
}
table {
	width: 100%
}
#quoteform tr td {
	float: left;
	width: 100%
}
#services {
	display: block;
	text-align: center;
	width: auto
}
#service_item {
	display: inline-block;
	float: none;
	padding-left: 10px;
	padding-right: 10px
}
#rows_wrapper {
	width: auto
}
#row1_left span {
	margin: 0 5px;
	width: 98%
}
.mainpage_big_title {
	font-size: 16px!important
}
.mainpage_quote_box {
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
	padding: 0px;
}
#row2 {
	width: auto
}
#row2_left_left {
	width: 98%
}
#row2_left_right {
	width: 98%
}
.mainpage_blogitem_txt {
	width: auto
}
#row2_left {
	margin: 0 auto
}
#row2_right {
	display: block;
	margin: 0 auto;
	width: auto
}
#mainpage_banners {
	border-top: 1px solid #999999;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	width: auto
}
#mainpage_banners a {
	display: inline;
	float: none;
	margin-bottom: 10px;
	margin-right: 10px
}
#footer_wrapper {
	text-align: center;
	width: auto
}
#footer_left a {
	border: 0 none;
	display: block;
	float: none;
	font-size: 25px;
	line-height: 50px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap
}
#footer_right {
	float: none;
	margin: 0 auto;
	width: auto
}
#maincolumn {
	float: none;
	width: auto
}
#main_wrapper {
	width: auto
}
#left_colum {
	display: none
}
#footer {
	margin-bottom: 0
}
.big_pic {
	height: auto;
	width: 98%
}
#wrapper {
	width: 100%
}
#scroller {
	padding-left: 10px;
	padding-right: 10px
}
.services_title {
	width: auto
}
.service_left {
	background-image: url(../img/services_l_bg.png);
	height: 200px;
	margin-top: 0;
	position: absolute;
	width: 70px;
	z-index: 999
}
.service_right {
	background-image: url(../img/services_r_bg.png);
	float: right;
	height: 200px;
	margin-top: -220px;
	position: relative;
	width: 70px;
	z-index: 999
}
#search_flowers {
	padding-top: 13px;
	width: 100%;
}
}

@media print {
* {
	background: transparent!important;
	color: black!important;
	text-shadow: none!important;
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid;
}
}

/*New*/

@media (max-width: 992px) {
.testimonials_text {
	width: 100%;
	height: auto;
}
}
.footer-margin-gdpr {
	margin-bottom: 150px;
	display: none
}
.gdpr-overlay {
	background: rgba(0,0,0,.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	bottom: 0;
	z-index: 99999;
	overflow-y: scroll;
	color: #404040
}
.gdpr-msg button, .gdpr-popup button {
	padding: 0;
	border: none;
	font: inherit;
	font-size: 14px;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
	display: block;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: none;
	box-shadow: none
}
.gdpr-msg button:focus, .gdpr-popup button:focus {
	outline: 0
}
.gdpr-popup {
	background: #88a8b0;
	width: 610px;
	top: 50%;
	margin-top: -215px;
	left: 50%;
	margin-left: -300px;
	position: absolute
}
.gdpr-popup .upper {
	position: relative;
	padding: 10px 50px 10px 0
}
.gdpr-popup .upper-left {
	width: 210px;
	padding-left: 30px
}
.gdpr-popup .upper-left img {
	width: 105px;
	height: auto
}
.gdpr-popup .upper-right {
	padding-left: 10px
}
.gdpr-popup .upper-right h2 {
	color: #fff;
	font-size: 20px
}
.gdpr-popup .upper-left, .gdpr-popup .upper-right {
	display: inline-block;
	vertical-align: middle
}
.gdpr-close, .gdpr-msg .close-btn {
	position: absolute;
	right: 6px;
	top: 7px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 0
}
.gdpr-close:after, .gdpr-msg .close-btn:after {
	content: 'x';
	color: #fff;
	font-size: 35px;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px
}
.gdpr-popup .bottomer {
	text-align: right;
	padding: 13px 15px
}
.gdpr-opts {
	background: #fff;
	position: relative
}
.gdpr-opts .opt-title {
	cursor: pointer;
	width: 210px;
	padding: 16px 10px;
	padding-left: 29px;
	position: relative;
	font-size: 13px;
	color: #4f4f4f;
	border: solid 1px #c8c8c8;
	background: #f2f2f2;
	margin-bottom: -1px;
	line-height: 130%;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
.gdpr-opts .opt-title a {
	color: #4f4f4f;
	font-family: inherit;
	display: block;
	padding: 16px 0;
	margin: -16px 0
}
.gdpr-opts .opt-title .gdpr-i-function, .gdpr-opts .opt-title .gdpr-i-graph, .gdpr-opts .opt-title .gdpr-i-info, .gdpr-opts .opt-title .gdpr-i-more, .gdpr-opts .opt-title .gdpr-i-target, .gdpr-opts .opt-title .gdpr-i-tick {
	position: absolute;
	top: 17px;
	left: 9px
}
.gdpr-opts .opt-title.current {
	border: solid 1px transparent;
	background: 0 0
}
.gdpr-opts .opt-content {
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	padding: 15px 15px 0 20px;
	font-size: 13px
}
.gdpr-opts .opt-content h3 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 130%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: 700
}
.gdpr-opts .opt-content h4 {
	margin-bottom: 13px;
	margin-bottom: 7px;
	line-height: 130%;
	padding-top: 3px;
	padding-bottom: 3px
}
.gdpr-opts .opt-content ul {
	padding-bottom: 15px;
	padding-left: 10px;
	list-style: none
}
.gdpr-opts .opt-content ul li {
	position: relative
}
.gdpr-opts .opt-content ul li:before {
	content: '';
	display: block;
	background: #404040;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 7px
}
.gdpr-opts .opt-content.current {
	visibility: visible;
	opacity: 1
}
a.more-info {
	float: right
}
.gdpr-opts .opt-content a {
	color: #404040;
	text-decoration: underline
}
.gdpr-popup button.on-off {
	color: #999;
	font-size: 15px;
	text-transform: capitalize;
	padding-right: 47px;
	position: absolute;
	right: 20px;
	top: 13px;
	width: 110px;
	text-align: right
}
.gdpr-popup button.on-off:before {
	content: '';
	display: block;
	height: 18px;
	background: #999;
	width: 36px;
	border-radius: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
.gdpr-popup button.on-off:after {
	content: '';
	display: block;
	height: 16px;
	width: 16px;
	background: #fff;
	right: 19px;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
.gdpr-popup button.on-off.active {
	color: #43c232
}
.gdpr-popup button.on-off.active:before {
	background: #43c232
}
.gdpr-popup button.on-off.active:after {
	right: 1px
}
.gdpr-popup .always-active {
	color: #43c232;
	font-size: 15px;
	width: 110px;
	position: absolute;
	right: 20px;
	top: 13px;
	text-align: right
}
.gdpr-popup .has-opts h3 {
	padding-right: 110px
}
.gdpr-msg {
	background: #88a8b0;
	color: #fff;
	display: none;
	z-index: 99999;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	line-height: 140%;
	min-height: inherit;
	padding-top: 30px;
	padding-bottom: 30px
}
.gdpr-msg .container {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	display: block;
	padding: 0;
	clear: both;
}
.gdpr-msg .close-btn {
	top: 50%;
	margin-top: -22px
}
.gdpr-msg .left-part, .gdpr-msg .right-part {
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle
}
.gdpr-msg .left-part {
	width: 60%;
}
.gdpr-msg .right-part {
	width: 30%
}
.gdpr-msg .right-part {
	padding-right: 40px;
	text-align: center
}
.gdpr-msg .cookie-settings {
	text-decoration: underline;
	position: relative;
	margin: 0 10px 10px;
	color: #fff
}
.gdpr-msg .cookie-settings:after, .gdpr-msg .cookie-settings:before {
	content: '';
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	position: absolute;
	left: -9px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
.gdpr-msg .cookie-settings:hover:after, .gdpr-msg .cookie-settings:hover:before {
	background: #c4e2f7;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
.gdpr-msg .cookie-settings:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 3px
}
.gdpr-msg .cookie-settings:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px
}
.gdpr-msg .cookie-settings:focus, .gdpr-msg .cookie-settings:hover {
	color: #c4e2f7
}
.gdpr-msg a {
	text-decoration: underline;
	color: #fff;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
.gdpr-msg a:active, .gdpr-msg a:focus, .gdpr-msg a:hover {
	color: #c4e2f7
}
.gdpr-msg .accept-btn, .gdpr-popup .save-all {
	background: #fff;
	color: #88a8b0;
	padding: 8px 15px;
	border-radius: 3px;
	position: relative
}
.gdpr-msg .accept-btn {
	padding-left: 28px
}
.gdpr-msg-close .gdpr-i-tick {
	left: 10px;
	top: 10px
}
.gdpr-i-tick {
	background-size: 100%;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	background-position: 0 -28px
}
.gdpr-i-info {
	background-size: 100%;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	background-position: 0 -14px
}
.gdpr-i-graph {
	background-size: 100%;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	background-position: 0 -42px
}
.gdpr-i-target {
	background-size: 100%;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	background-position: 0 0
}
.gdpr-i-more {
	background-size: 100%;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	background-position: 0 -71px
}
.gdpr-i-function {
	background-size: 100%;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	background-position: 0 -56px
}

@media only screen and (max-width:767px) {
.gdpr-msg .left-part, .gdpr-msg .right-part {
	width: 100%
}
.gdpr-msg .right-part {
	padding-right: 15px;
	margin-top: 15px
}
.gdpr-msg .left-part {
	padding-right: 30px
}
.gdpr-msg .close-btn {
	right: 0;
	top: 0
}
.gdpr-msg .close-btn:after {
	font-size: 36px
}
.gdpr-opts .opt-content, .gdpr-opts .opt-title {
	position: relative;
	width: 100%
}
.gdpr-opts .opt-content.current {
	display: block
}
.gdpr-opts .opt-content {
	opacity: 1;
	visibility: visible;
	padding-left: 15px;
	display: none
}
.gdpr-opts .opt-title {
	padding: 11px 35px 11px 15px
}
.gdpr-opts .opt-title:after, .gdpr-opts .opt-title:before {
	content: '';
	width: 2px;
	height: 9px;
	background: #8c8c8c;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
.gdpr-opts .opt-title:after {
	-webkit-transform: rotate(90eg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.gdpr-opts .opt-title.current:before {
	-webkit-transform: rotate(90eg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.gdpr-popup .upper {
	padding-right: 0
}
.gdpr-popup .upper-left {
	padding-bottom: 5px
}
.gdpr-popup .upper-right {
	padding: 0 15px;
	background: #fff;
	width: 100%;
	border-bottom: solid 1px #c8c8c8;
	z-index: 2;
	position: relative;
	margin-bottom: -1px;
	padding: 11px 15px
}
.gdpr-popup .upper-right h2 {
	text-align: left;
	color: #4f4f4f;
	font-size: 15px
}
.gdpr-popup .upper {
	padding-bottom: 0
}
.gdpr-close:after {
	font-size: 36px
}
.gdpr-close {
	right: -2px;
	top: -4px
}
.gdpr-popup .upper-left {
	padding-left: 15px
}
.gdpr-opts .opt-title.current {
	border: solid 1px #c8c8c8
}
.gdpr-popup {
	width: 92%;
	margin: 20px auto;
	position: relative;
	left: auto;
	top: auto
}
.gdpr-opts .opt-title {
	padding-left: 28px
}
.gdpr-opts .opt-title .gdpr-i-function, .gdpr-opts .opt-title .gdpr-i-graph, .gdpr-opts .opt-title .gdpr-i-info, .gdpr-opts .opt-title .gdpr-i-more, .gdpr-opts .opt-title .gdpr-i-target, .gdpr-opts .opt-title .gdpr-i-tick {
	top: 12px
}
}
.pagination a {
	display: inline-block;
	padding: 3px 8px;
}
.pagination a.active {
	background: #ccc;
	font-weight: bold;
}
.blogList a {
	display: block;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.blogList p {
	font-size: 12px;
	font-style: italic;
}
.blogList img {
	width: 100%;
}
.authorInfo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 30px;
}
.authorInfo img {
	width: 80px;
	border-radius: 100%;
	margin-right: 20px;
}
.blog_title {
	background-color: #f7f7f7;
	padding: 20px
}
.blog_txt {
	border: 1px solid #f7f7f7
}
.preview {
	border-top: 1px dashed #ccc;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px
}
.date {
	background-image: url("../img/blogdate.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #6d6d77!important;
	display: block;
	font-family: open_sanslight;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 20px;
	text-transform: uppercase
}
.maipage_blogitem_title {
	font-weight: 700;
	width: auto
}
.mainpage_blogitem {
	clear: both;
	margin-bottom: 20px!important;
	padding-right: 10px
}
.maipage_blogitem_img {
	float: left;
	margin-right: 10px
}
#blog-data {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
.blogPost img {
	width: 100%;
	height: 200px;
	object-fit: cover
}
article.testimonialsList {
	border-bottom: 1px dashed #d1d1d1;
	margin: 0 0 30px;
	padding: 0 0 20px
}
article.testimonialsList ul {
	float: left;
	margin: 0;
	width: 100%
}
article.testimonialsList ul li {
	float: left;
	width: 50%
}
article.testimonialsList ul li.author {
	color: #fcb034;
	font-size: 16px;
	font-weight: 600
}
article.testimonialsList ul li.date {
	float: left;
	text-align: right
}
article.categoryList {
	float: left;
	margin: 0 15px 30px 0;
	min-height: 410px;
	width: 320px
}
article.categoryList h3 {
	color: #6d6d6d;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 15px;
	text-transform: uppercase
}
article.categoryList header a.boxLink {
	display: block;
	height: 219px;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	width: 320px
}
article.categoryList header a.boxLink span {
	background: url(../images/view-more.png) no-repeat scroll center center #000;
	bottom: -100%;
	display: block;
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	text-indent: -9999px;
	transition: bottom .4s ease-in-out 0;
	width: 100%
}
article.categoryList header a.boxLink:hover span {
	bottom: 0;
	transition: bottom .4s ease-in-out 0
}
article.categoryList header.boxLink img {
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%
}
article.categoryList p {
	color: #828282;
	font-size: 14px
}
article.categoryList a.readMore {
	background: url(../images/read-more.png) no-repeat scroll 0 0 rgba(0,0,0,0);
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	height: 38px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	transition: all .2s ease-in-out 0;
	width: 138px
}
article.categoryList a.readMore:hover {
	color: #415a68;
	text-decoration: none
}
article.blogList {
	border-bottom: 1px dashed #dadada;
	margin: 0 10px 10px 10px;
	padding: 0 0 10px;
	width: 47%
}
article.blogList header p {
	margin: 0 0 10px
}
article.blog img, article.blogList img {
	border: 1px solid #dadada;
	padding: 4px;
	width: 100%;
	height: 190px;
	object-fit: cover
}
article.blog h3, article.blogList h3 {
	margin: 0 0 5px
}
article.blogList h3 a {
	color: #415a68;
	font-size: 18px;
	font-weight: 600;
	transition: all .2s ease-in-out 0
}
article.blogList h3 a:hover {
	color: #fcb034;
	text-decoration: none
}
article time {
	color: #aeaeae;
	font-size: 11px;
	font-style: italic;
	font-weight: 300
}
.blog_preview {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 1px dashed #c9e0e6;
	clear: left;
	height: 200px;
	margin-bottom: 20px;
	padding-bottom: 20px
}
.blog_preview .date, .blogdate {
	color: #8c9195;
	display: block;
	font-size: 11px;
	margin: 12px 0
}
.blog_preview .text {
	color: #484e4e!important;
	display: block;
	font-size: 13px;
	text-decoration: none
}
.blog_preview .preview {
	float: left;
	margin-left: 16px;
	width: 70%
}
.blog_preview .img {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 12px;
	float: left;
	height: 200px;
	width: 200px
}
.blogtitle {
	background: #a1d784;
	color: #fff!important;
	display: block;
	font-size: 18px;
	margin-left: -80px;
	margin-top: 22px;
	padding: 8px 12px;
	position: absolute;
	text-decoration: none
}
.pagination a {
	display: inline-block;
	padding: 3px 8px
}
.pagination a.active {
	background: #ccc;
	font-weight: 700
}
.blogList a {
	display: block;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px
}
.blogList p {
	font-size: 12px;
	font-style: italic
}
.blogList img {
	width: 100%
}
.authorInfo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 30px
}
.authorInfo img {
	width: 80px;
	border-radius: 100%;
	margin-right: 20px
}
.box {
	padding: 20px;
}

@media only screen and (max-width:767px) {
.blogList {
	width: 100%!important
}
}
.box {
	border-radius: 20px;
}
#footer_wrapper a {
	color: white;
}
#footer_wrapper a:hover {
	color: rgb(168, 160, 160);
}
#testimonials, .testimonials-boxes {
	display: flex;
	flex-wrap: wrap;
}
.testimonials_text {
	flex: 0 0 auto;
	width: calc(50% - 22px);
	display: flex;
	flex-direction: column;
	height: unset;
	min-height: 220px;
	margin: 0 0 1rem;
}
.shout {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
}
.btn {
	font-weight: 400;
	border-width: 1px;
	font-style: normal;
	margin: 0.6rem 0.6rem;
	padding: 0.8rem 2rem;
	white-space: normal;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	word-break: break-word;
}
.btn-color {
	background-color: #C6DBE0 !important;
}
a.btn {
	line-height: 20px;
	transform-style: preserve-3d !important;
	transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.mbr-section-btn .btn {
	border-radius: 100px !important;
	font-weight: 600 !important;
}
.btn:hover {
	background-color: #6B6B6B;
}
a.btn:hover {
	background-color: #6B6B6B !important;
	transform: translate3d(0px, -4px, 0.01px) !important;
	transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
	transition-behavior: normal, normal, normal, normal, normal !important;
	transition-duration: 350ms, 300ms, 300ms, 300ms, 300ms !important;
	transition-timing-function: ease, ease, ease, ease, ease !important;
	transition-delay: 0s, 0s, 0s, 0s, 0s !important;
	transition-property: color, transform, border, background-color, -webkit-transform !important;
}
.top_banner {
	border-radius: 20px;
	background-origin: border-box;
	background-size: cover;
	min-height: 250px;
	background-position: center center;
}
span[itemprop="aggregateRating"] {
	margin: 0 !important;
}
#footer {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.menu-container {
	margin-top: 20px;
}
.bottom_menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	text-decoration: none;
}
.bottom_menu li a {
	color: #000;
	text-decoration: none;
}
.bottom_menu li {
	padding: 0.7rem 0.6rem;
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}
.bottom_menu li:hover {
	outline: 1px solid #888888;
	border-radius: 20px;
	transform: scale(1.02);
	box-shadow: 0px 0px 10px #cccccc;
}
.price_table tr:first-child th:first-child {
	border-radius: 10px;
}
.price_table tr:nth-child(odd) td:first-child {
	border-radius: 10px 0 0 10px;
}
.price_table tr:nth-child(odd) td:last-child {
	border-radius: 0 10px 10px 0;
}
#amzjffsend {
	border-radius: 100px;
}
#amzjffsend:hover {
	background-color: #CCCCCC;
}

@media (max-width: 991px) {
.testimonials_text {
	width: 100%;
}
.product_preview {
	width: calc(33% - 22px);
	flex-grow: 1;
}
.bottom_menu {
	justify-content: center;
}
.bottom_menu li {
	flex: 39%;
	text-align: center;
}
.bottom_menu li:last-child {
	flex-grow: 0;
}
}

@media (max-width: 768px) {
.top_banner {
	margin-top: 7rem;
}
#header_pic_call_us_tablet {
	width: auto;
	margin: 0 auto;
	z-index: 9999;
	position: absolute;
	right: 10px;
	top: 12px;
}
.tel_phone {
	display: block;
	-webkit-animation: phone-ani 2s infinite;
	-moz-animation: phone-ani 2s infinite;
	-o-animation: phone-ani 2s infinite;
	animation: phone-ani 2s infinite;
}
#header_pic_call_us_img_mobile {
	display: none;
}
#header_menu {
	top: 0;
	width: 100%;
	position: fixed;
	background: white;
	z-index: 999;
	height: 90px;
	box-shadow: 0px 1px 1px #ccc;
}
.product_preview:last-child:nth-child(odd):not(:only-child) {
	flex-grow: 0.25;
}
.product_preview {
	width: calc(34% - 22px);
	flex-grow: 1;
}
}

@media screen and (max-width:700px) {
.arealinks {
	column-count: 2 !important;
}
}

@media only screen and (max-width: 600px) {
.product_preview:last-child:nth-child(odd):not(:only-child) {
	flex-grow: 0;
}
.mainpage_quote_box {
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
	padding: 5px;
}
.menu-container {
	margin-top: 100px;
}
.product_preview {
	width: calc(50% - 13px);
	margin: 5px;
	float: left;
}
.price_table {
	width: 98%;
}
}

@media screen and (max-width:500px) {
.arealinks {
	column-count: 1 !important;
}
}

@media only screen and (max-width: 400px) {
.product_preview {
	width: calc(100% - 13px);
}
.bottom_menu li {
	flex: 100%;
}
}
.why-choose-us {
	background-image: url(../../../pub/icon2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	background-color: #bed7dc;
	border: 2px solid #fff;
	border-radius: 20px;
}
.why-choose-us ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	max-width: 1220px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.why-choose-us li {
	width: 50%;
	line-height: 20px;
	list-style: none;
}
.why-choose-us h2 {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.why-choose-us li strong {
	color: #4a5969;
}

@media (max-width: 768px) {
.why-choose-us li {
	width: 100%;
}
.why-choose-us ul {
	padding: 10px;
}
}
