@charset "utf-8";
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
}
.clr { clear: both }
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
}
.tel_tablet img {
	width: 135px;
	margin-top: 40px;
}
.ts-author-name {
    color: #2bb673;
    font-weight: 700;
}
.ts-review-rating, .ts-review-rating span {
    text-align: center;
	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 {
    /* border-bottom: 1px solid #2bb673; */
    margin: 0;
}
.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:#fff;border:2px solid #ecf0f1;min-height:20px;padding:5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
.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;
	background-color: #F6A400;
	vertical-align: middle;
	margin: 0 5px 10px 0px;
	padding: 5px;
}
.top_menu li:hover { background-color: #2bb673; }
.top_menu a {
	display: table-cell;
	/* width: 100px; */
	color: #fff !important;
	/* font-weight: bold; */
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	/* height: 50px; */
	height: 30px;
}
a {
	color: #F6A400;
	text-decoration: none
}
a:visited { color: #3CAEFA }
a:hover { color: #2bb673 }
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 }
@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 }
@page {
margin:.5cm
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 { page-break-after: avoid }
}
#menu a {
	/* border-radius: 5px; */
	color: #000000;
	display: inline-table;
	float: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px
}
#menu a.active {
	background-color: #2bb673;
	color: #FFFFFF
}
#menu a:hover {
	background-color: #2bb673;
	color: #FFFFFF
}
.menu_home a:hover { background-color: #FFFFFF!important }
#logo {
	display: block;
	height: 60px;
	margin-top: 12px
}
.menu_home {
	display: inline-table;
	float: none
}
#menu {
	padding-top: 33px;
	width: 640px
}
#header_menu {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 940px
}
#header_pic {
	margin-bottom: 20px;
	margin-top: 10px;
	min-height: 100px
}
#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%
}
}
@-moz-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;
	width: 940px
}
#int_service_item {
	color: #6D6D6D;
	float: left;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: auto
}
.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 {
	background-color: #5a8a8a;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	width: 100%!important;
	float: none!important;
	transition: .3s
}
.btn:hover { background-color: #2bb673 }
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: 940px
}
#footer_wrapper {
	margin: 0 auto;
	padding-top: 10px;
	width: 940px
}
#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: #2bb673;
	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: auto
}
#row1_right {
	float: left;
	padding-top: 10px;
	width: auto
}
#row2_left_left {
	float: left;
	width: 300px
}
#row2_left_right {
	float: left;
	width: 300px
}
#footer {
	background-color: #282828;
	margin-bottom: 60px;
	margin-top: 20px;
	padding-bottom: 20px;
	width: auto
}
#footer_left {
	float: left;
	width: 640px
}
#footer_right {
	float: left;
	width: 320px
}
#footer_left a {
	border-right: 1px solid #5B5B5B;
	color: #5B5B5B;
	display: block;
	float: left;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px
}
#footer_left a:last-child { border: 0 none }
#footer_left a:hover { color: #FFFFFF }
#row2_left {
	float: left;
	width: auto
}
#row2_right {
	float: left;
	width: 300px
}
#row1_left img {
	/* margin-left: 5px; */
	/* margin-right: 5px */
}
#row1_left span {
	/* display: block; */
	/* font-size: 13px; */
	/* padding-top: 10px; */
	/* text-align: left; */
	/* width: 580px */
}
#rows_wrapper {
	margin: 0 auto;
	width: 940px
}
#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 {
	background-color: #FFFFFF;
	border: 1px solid #2bb673;
	/* border-radius: 5px; */
	margin-left: 5px;
	margin-right: 5px;
	padding: 20px 25px;
	width: auto
}
.mainpage_quote_box img { margin-bottom: 10px }
.mainpage_quote_box input {
	border: 1px solid #D1D1D1;
	/* border-radius: 5px; */
	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;
	/* border-radius: 5px; */
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 96%
}
#quote_g_form input {
	border: 1px solid #D1D1D1;
	/* border-radius: 5px; */
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 96%
}
#quote_g_form select {
	border: 1px solid #D1D1D1;
	/* border-radius: 5px; */
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 96%
}
.jqtransform input {
	border: 1px solid #D1D1D1;
	/* border-radius: 5px; */
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 96%!important
}
.jqtransform select {
	border: 1px solid #D1D1D1;
	/* border-radius: 5px; */
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 96%!important
}
.jqtransform textarea {
	border: 1px solid #D1D1D1;
	/* border-radius: 5px; */
	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 {
	background-color: #F6F6F6;
	/* border-radius: 5px; */
	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;
	/* border-radius: 5px; */
	color: #BABABA;
	height: 30px;
	margin-bottom: 10px;
	width: 245px
}
.btn {
	background-color: #2bb673;
	border: 0 none!important;
	/* border-radius: 5px; */
	color: #FFFFFF!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: block;
	float: left;
	margin-bottom: 10px
}
#mainpage_video {
	float: left;
	padding-bottom: 20px;
	width: 640px
}
#mainpage_banners { width: 300px }
.main_page_testimonials_signature {
	color: #37ADFA;
	font-size: 16px;
	font-weight: bold
}
#header_pic_call_us {
	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: 95px;
	margin-left: 591px;
	margin-top: -62px;
	position: relative;
	width: 307px;
	z-index: 999
}
#header_pic_call_us_int {
	margin: 0 auto;
	width: 940px;
	z-index: 9999
}
#header_pic_call_us_img_int {
	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: #2bb673;
	display: block;
	font-size: 29px;
	font-style: italic;
	font-weight: bold;
	line-height: 80px;
	margin-top: -22px;
	text-decoration: none;
}
.tel_int {
	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 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #999999;
	max-width: none;
	padding: 0;
	position: relative;
	z-index: 9999
}
.mobile_navigation li { float: left }
.mobile_navigation li a {
	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 {
	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: 940px
}
#left_colum {
	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;
	/* border-radius: 5px; */
	position: relative;
	z-index: -1
}
.active {
	background-color: #D6D6D6;
	/* border-radius: 5px; */
	position: relative
}
.int_header_title {
	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 }
#floating_bar {
	display: none!important;
	background-image: url(/img/floating_bar_bg.png);
	background-repeat: repeat;
	bottom: 0;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 999
}
#floating_bar_wrapper {
	margin: 0 auto;
	width: 945px
}
.floating_bar_left {
	float: left;
	width: 310px
}
.floating_bar_center {
	float: left;
	width: 411px
}
.floating_bar_right {
	float: left;
	width: 145px
}
.floating_bar_girl {
	background-image: url(/img/call_girl.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 160px;
	line-height: 41px;
	margin-left: 50px;
	margin-top: -102px;
	text-align: center;
	width: 112px
}
.floating_bar_phone_icon {
	background-image: url(/img/floating_phone_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	margin-right: 16px;
	margin-top: 12px;
	width: 38px
}
.floating_bar_call_us {
	color: #FFFFFF!important;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
	width: 285px
}
#floating_bar_tel {
	color: #FFFFFF;
	float: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none
}
.floating_bar_a {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	text-decoration: none;
	width: 160px
}
.floating_bar_btn {
	background: none repeat scroll 0 0 #37AEFA;
	/* border-radius: 5px; */
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 16px;
	padding: 10px 58px;
	text-decoration: none
}
#page_last { margin-bottom: 97px }
.floating_bar_rating {
	background-image: url(/img/floating_bar_stars.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #FFFFFF!important;
	display: block;
	font-weight: bold;
	height: 50px;
	margin-top: 5px;
	text-decoration: none
}
#floating_bar_close {
	float: right;
	margin-right: 10px;
	margin-top: 10px
}
.floating_bar_close_a {
	background-image: url(/img/floating_bar_close.png);
	display: block;
	height: 24px;
	width: 24px
}
.floating_bar_girl a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none
}
#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;
	/* border-radius: 5px; */
	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;
	/* border-radius: 5px; */
	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 }
#floating_bar {
	background-image: url(/img/floating_bar_bg.png);
	background-repeat: repeat;
	bottom: 0;
	height: 83px;
	position: fixed;
	width: 100%;
	z-index: 999
}
#floating_bar a { text-shadow: none }
#floating_bar a:hover { text-decoration: none }
#floating_bar_wrapper {
	margin: 0 auto;
	padding-top: 13px;
	width: 988px
}
.floating_bar_left {
	float: left;
	width: 340px
}
.floating_bar_center {
	float: left;
	width: 340px
}
.floating_bar_right {
	float: left;
	width: 160px
}
.floating_bar_girl {
	background-image: url(/img/call_girl.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 160px;
	line-height: 41px;
	margin-right: 15px;
	margin-top: -25px;
	padding-left: 10px;
	text-align: center;
	width: 99px
}
.floating_bar_phone_icon {
	background-image: url(/img/floating_phone_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 97px;
	margin-right: 15px;
	width: 65px
}
.floating_bar_call_us {
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none
}
#floating_bar_tel {
	color: #FFFFFF;
	float: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	text-shadow: 2px 2px 0 #6399B5
}
.floating_bar_a {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	text-decoration: none;
	width: 160px
}
.floating_bar_btn {
	background: none repeat scroll 0 0 #FE8616;
	/* border-radius: 5px; */
	color: #FFFFFF;
	display: block;
	float: left;
	margin-top: 18px;
	padding: 8px 20px;
	text-decoration: none
}
#page_last { margin-bottom: 97px }
.floating_bar_rating {
	background-image: url(/img/floating_bar_stars.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 50px;
	margin-top: 5px;
	text-decoration: none
}
#floating_bar_close {
	float: right;
	margin-right: 10px;
	margin-top: 10px
}
.floating_bar_close_a {
	background-image: url(/img/floating_bar_close.png);
	display: block;
	height: 24px;
	width: 24px
}
.floating_bar_girl a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none
}
.floating_bar_big_but {
	background-image: url(../img/floating_b1_bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 60px;
	padding-left: 10px;
	padding-top: 8px;
	text-decoration: none;
	text-transform: uppercase;
	width: 300px
}
.floating_bar_big_but:hover { background-image: url(../img/floating_b1_bg_hover.png) }
.floating_bar_small_but:hover { background-image: url(../img/floating_b4_bg_hover.png) }
.floating_bar_small_but {
	background-image: url(../img/floating_b4_bg.png);
	background-repeat: no-repeat;
	color: #199368;
	display: block;
	font-size: 14px!important;
	font-weight: bold;
	height: 60px;
	padding-top: 7px;
	text-decoration: none;
	text-transform: uppercase;
	width: 169px
}
#floating_bar a { font-size: 14px }
#floating_bar a strong {
	color: #FFFFFF;
	font-size: 28px
}
#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;
	width: 940px;
	z-index: 1
}
#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;
	vertical-align: middle;
	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: 940px
}
.arealinks {
	list-style: none outside none;
	margin: 0;
	padding: 0
}
.arealinks li {
	display: block;
	float: left;
	width: calc(33% - 10px);
	background: #2bb673;
	margin: 5px;
}
.arealinks li:hover {
	background: #F6A400;
}
.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%;
	height: 300px;
	background: url('/pub/search_flowers.jpg') no-repeat center center;
	margin-bottom: 10px;
	border-top: 5px solid #2bb673;
	border-bottom: 5px solid #2bb673;
	text-align: center;
}
#search_flowers > div {
	/* background: rgba(255, 255, 255, 0.75); */
	overflow: hidden;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: 100%;
}
#search_flowers p, #search_flowers h1 {
    font-family: 'Dancing Script', cursive;
    margin: 0 auto;
    display: block;
    /* width: 80%; */
    font-size: 45px;
	font-weight: 700;
    /* max-width: 640px; */
	padding: 40px 40px 20px;
	letter-spacing: 0px;
	/* text-transform: uppercase; */
	/* color: #222; */
}
#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 }
 @media only screen and (min-width: 500px) {
.int_header_title { display: none }
#header_pic { display: none }
.tel_int { display: none }
#header_pic_call_us_int { display: none }
#header_pic_call_us_img_int { display: none }
.mainpage_quote_box { display: block }
#mainpage_quote_box_mobile { display: none }
.mobile_menu { display: block }
#header_pic_call_us { display: none }
#header_pic_call_us_tablet {
	display: block;
	margin: 0 auto;
	width: auto;
	z-index: 9999
}
.tel_tablet {
	color: #424242;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin-left: 410px;
	margin-top: -91px;
	z-index: 9999
}
.tel_tablet a {
	display: block;
	height: 35px;
	left: -50px;
	padding-left: 56px;
	padding-top: 35px;
	position: relative;
	width: 157px;
	font-size: 21px;
}
#header_pic_call_us_img_mobile {
	background-image: url(../img/call_us_mobile.png);
	background-repeat: no-repeat;
	height: 95px;
	margin-left: 350px;
	z-index: 999;
}
#header_menu {
	max-width: 600px;
	min-width: 550px;
	padding-top: 10px;
	width: auto
}
#menu { display: none }
#menu a {
	font-size: 13px;
	line-height: 50px
}
#logo {
	float: none;
	margin: 0 auto 0 46px
}
#mainpage_video { display: block }
#services {
	display: block;
	text-align: center;
	width: auto
}
#rows_wrapper { width: auto }
#row1_left { width: 100% }
#row1_left span {
	margin: 0 5px;
	width: 98%
}
#row1_right {
	margin-left: 5px;
	margin-right: 5px;
	width: 98%
}
.mainpage_quote_box {
	margin: 0 auto;
	width: auto
}
#row2 {
	padding-left: 10px;
	width: auto
}
#row2_left_left { width: 48% }
#row2_left_right { width: 48% }
#row2_left {
	margin: 0 auto;
	width: auto
}
#row2_right {
	display: block;
	margin: 0 auto;
	width: auto
}
#mainpage_banners {
	display: block;
	text-align: center;
	width: auto
}
#mainpage_banners a {
	display: inline-block;
	float: none;
	margin-bottom: 10px;
	margin-right: 10px
}
#footer_wrapper {
	text-align: center;
	width: auto
}
#footer_left {
	width: auto;
	margin-top: 20px
}
#footer_left a {
	display: inline;
	float: none;
	font-size: 17px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap
}
#footer_right {
	float: none;
	margin-top: 20px;
	width: auto
}
#maincolumn {
	float: left;
	width: 98%
}
#floating_bar { display: none }
#footer { margin-bottom: 0 }
#main_wrapper { width: auto }
#left_colum { display: none }
.slide-trigger { display: block }
.no-js .slide-trigger { display: none }
.mobile_navigation { display: none }
.no-js .mobile_navigation { display: block }
.mobile_navigation { margin: 0 5px }
.mobile_navigation li { float: none }
.mobile_navigation li a { border-bottom: 1px solid #999999 }
#wrapper { width: 100% }
#scroller {
	float: left;
	min-width: 940px;
	padding-left: 20px;
	padding-right: 20px
}
.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
}
.logo img { width: 180px; }
h1 { font-size: 20px; }
h2 { font-size: 12px; }
}
.mobile-nav { display: none; }
 @media only screen and (max-width: 500px) {
/* .flowers img { width: 45% !important; } */
.top_menu { display: none; }
.mobile-nav {
	display: block;
	margin-top: 20px;
}
.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: #2bb673;
	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;
}
.top-menu-link:hover {
	background-color: #f2bb3e;
	color: #222;
}
.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; }
#nav, .services { display: none; }
#menu { display: none }
.arealinks li {
	text-align: center;
	margin: 10px 0;
	background-image: none;
	padding: 0;
	width: 50%!important
}
.int_header_title { display: none }
.tel_int { display: none }
#header_pic { 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 }
.c_input {
	float: none;
	width: 100%;
	margin: 0
}
.postcodebox { display: none }
.mainpage_quote_box { display: block }
#mainpage_quote_box_mobile { display: block }
.slide-trigger { display: block }
.no-js .slide-trigger { display: none }
.mobile_navigation { display: none }
.no-js .mobile_navigation { display: block }
.mobile_navigation { margin: 0 5px }
.mobile_navigation li { float: none }
.mobile_navigation li a { border-bottom: 1px solid #999999 }
#header_pic_call_us { display: none }
#header_pic_call_us_tablet {
	display: block;
	margin: 0 auto;
	width: auto;
	z-index: 9999
}
.tel_tablet {
	color: #424242;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: -90px auto 0;
	padding-left: 30px;
	text-align: center;
	width: auto
}
.tel_tablet a {
	text-decoration: none;
	color: #2bb673;
	display: block;
	height: 35px;
	left: -15px;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 35px;
	position: relative;
	width: 191px
}
#header_pic_call_us_img_mobile {
	background-image: url(../img/call_us_mobile.png);
	background-repeat: no-repeat;
	height: 95px;
	margin: 0 auto;
	width: 222px
}
#header_pic { display: none }
#header_pic_call_us { display: none }
#mainpage_video { display: none }
#row2_right { display: none }
#header_menu {
	margin-left: 5px;
	margin-right: 5px;
	width: auto
}
#menu a {
	float: none;
	font-size: 16px;
	line-height: 50px
}
#logo {
	margin: 0 auto 35px;
	text-align: center;
	width: 190px;
}
#contacttb td {
	float: left;
	width: 100%
}
table { width: 100% }
#quoteform tr td {
	float: left;
	width: 100%
}
#mainpage_video { display: block }
#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 { width: auto }
#row1_left span {
	margin: 0 5px;
	width: auto
}
.mainpage_big_title { font-size: 16px!important }
.mainpage_quote_box {
	margin: 0 auto;
	text-align: center
}
#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 {
	float: none;
	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 }
#floating_bar { display: none }
#footer { margin-bottom: 0 }
.big_pic {
	height: auto;
	width: 98%
}
#wrapper { width: 100% }
#scroller {
	float: left;
	min-width: 940px;
	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
}
}
.box {
	border: 1px solid #2bb673;
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
	/* border-radius: 5px; */
}
.box a, .arealinks a, #footer a {
	color: #2bb673;
	text-decoration: none;
}
#footer { color: #fff }
h1, h2, h3, h4, h5 { color: #2bb673; }
.contBar { 
float: left;
width: 50%;
text-align: center;
}
.product_preview img{
	width: 100%;
}
.product_preview:hover{
	border: 1px solid #d8d8d8;
}
.product_preview a.btnorder{
	background: #f6a400;
	font-weight: bold;
	color: #fff;
	padding: 8px 12px;
	/* border-radius: 5px; */
	text-transform: uppercase;
	margin-top: 8px;
	display: inline-block;
	font-size: 16px;
}
.product_preview a.btnorder span {
    font-size: 23px !important;
	display: initial !important;
	padding-top: 0px !important;
	margin: 0 !important;
}
.product_preview:hover a.btnorder{
	background: #f6a400;
	color: #fff;
}

.product_preview .name{
	line-height: 17px;
	height: 25px;
}
.product_preview {
	width: calc(25% - 22px);
	height: auto;
	margin: 20px 10px 5px 10px;
	padding-bottom: 15px;
	float: left;
	position: relative;
	border: 1px solid white;
	text-align: center;
}
.product_preview div {
	margin-top: 6px;
	color: #646464;
}
.product_preview .product_preview_info{
	height: 69px;
}
.product_preview .price{
	font-weight: bold;
}
.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;
}
.product_preview:hover .order_now{
	visibility: visible;
	opacity: 1;
}
.product_preview:hover .product_preview_info{
	visibility: hidden;
}
.mainpage_quote_box.flowers {
    overflow: hidden;
}
.product_preview a.btnorder::before {
    content: 'order now';
}
@media only screen and (max-width: 500px) {
	.product_preview {
		width: 100%;
		margin: 0;
		float: none;
	}
	.product_preview .order_now {
		visibility: visible;
		opacity: 1;
		position: relative;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.product_preview:hover .product_preview_info{
		visibility: visible;
	}
	.product_preview div {
		margin: 0;
	}
	.product_preview a.btnorder::before {
		content: 'choose options';
	}
	.box {
		height: 100px;
	}
	.box::before {
		content: 'Click to read more...';
		text-align: center;
		display: block;
		background: #2bb673;
		color: white;
		padding: 10px;
		width: 150px;
		margin: 0 auto 10px;
		cursor: pointer;
		/* border-radius: 5px; */
	}
	#footer_left {
		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;
}