@charset "utf-8";

@font-face {
    font-family: 'geogrotesque_rgregular';
    src: url('font/geogtq-rg-webfont.eot');
    src: url('font/geogtq-rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/geogtq-rg-webfont.woff') format('woff'),
         url('font/geogtq-rg-webfont.ttf') format('truetype'),
         url('font/geogtq-rg-webfont.svg#geogrotesque_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geogrotesque_bdbold';
    src: url('font/geogtq-bd.eot');
    src: url('font/geogtq-bd.eot?#iefix') format('embedded-opentype'),
         url('font/geogtq-bd.woff') format('woff'),
         url('font/geogtq-bd.ttf') format('truetype'),
         url('font/geogtq-bd.svg#geogrotesque_bdbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Museo500';
	src:	url('font/museo500-regular-webfont.eot');
	src:	url('font/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
				url('font/museo500-regular-webfont.woff') format('woff'),
				url('font/museo500-regular-webfont.ttf') format('truetype'),
				url('font/museo500-regular-webfont.svg#Museo500') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	overflow-y:scroll;
}

html, body {
	height: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img.loader
{
	margin: 20px auto;
	display: block;
}

img
{
	border: 0;
}

p
{
	color: #4d4d4d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

p.info
{
	color: #4d4d4d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #4d4d4d;
}

a.new.blue:hover
{
	color: #07ae9f;
}

a.store-locator
{
	color: #4d4d4d;
}

a.store-locator:hover
{
	color: #07ae9f;
}

.404-NF {
	font-size: 40px;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 8px;
	margin-bottom: 20px;
	margin-left: 38px;
	padding-top: 55px;
}

h1.contactus
{
	font-size: 40px;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 8px;
	margin-bottom: 20px;
	margin-left: 38px;
	padding-top: 55px;
}

h1.opportunity
{
	font-size: 40px;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 8px;
	margin-bottom: 60px;
	margin-left: 38px;
	padding-top: 55px;
}

h1.advice
{
	font-size: 40px;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 8px;
	margin-bottom: 60px;
	margin-left: 38px;
	padding-top: 30px;
}


h2 
{
    color: #4d4d4d;
    font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
    font-size: 32px;
}

h5.loader
{
	text-align: center;
	color: #4d4d4d;
}

h3
{
	font-size: 20px;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	font-weight:normal;
	line-height:22px;
}

h3.green
{
	color: #07ae9f;
}

h3.green-value
{
	color: #07ae9f;
	margin-top: 20px !important;
	margin-bottom: 0px;
}

.grey { color: #4D4D4D; }

.jade
{
	color: #07ae9f;
}

.mb5 
{
	margin-bottom:5px;
}

.yellow
{
	color: #ffcc38;
}
.grenadine
{
	color: #ee7389;
}

h3.purple
{
	color: #a5879b;
}

h4
{
	color: #4d4d4d;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.main section .text.col a.videos span 
{
	font-size: 8px;
}

.main section .text.col a.video {
	display:block;margin-bottom:10px;
	text-decoration:none;
	border:0;
}

.main section .text.col a.video img {
	float:left;margin-right:8px;height:38px;
}

.main section .text.col a.video h4 {
	margin:0 0 0;font-size: 16px;
}

.main section .text.col a.video span {
	color:#999;font-size:11px;
}

.main section .text.col a.video span + span {
	float:right;margin-right:10px; font-size: 13px;
}

.clear
{
	clear: both;
}

.main section div p:first-child 
{ 
	margin-top: 0; 
}

#header
{
	height:84px;
	position: fixed;
	width: 100%;
	background: url("../images/shadow.png") repeat-x scroll center bottom transparent;
	top: 0;
	z-index: 10001;
}

header
{
	width: 880px;
	margin: auto;
	box-shadow: 10px 10px 5px #888;
}

header > a 
{ 
	float: left;
	display: block;
	width: 204px;
	height: 61px;
	margin-top: 10px;
}
header nav ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

header nav ul li
{
	float: left;
	height: 80px;
	margin-left: 2px;
}

header nav li a 
{ 
	padding-left: 12px;
	padding-right: 12px;
	line-height: 80px;
	background-color: #b8e1dd;
	height: 80px;
	display: inline-block;
	color: #4d4d4d;
	text-decoration: none;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif; 
	font: 15px;
}

header nav li a.selected, header nav li a.selected:hover, header nav li a:hover
{ 
	background-color: #76b3be;
	color: #ffffff;
}

nav
{
	float: right;
}

#slideshow
{
	height: 470px;
	background-color: #f5f5f5;
	margin: 80px auto 60px;
}

#slides
{
	margin: auto;
	width: 1600px;
	height: 470px;
}

#slideshow #next 
{
    background: url("../images/next.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 470px;
    position: absolute;
    right: 500px;
	float: right;
    top: 78px;
    width: 40px;
	z-index: 1000;
	display: none !important;
}

#slideshow #prev 
{
    background: url("../images/prev.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 470px;
    left: 500px;
    position: absolute;
    top: 78x;
    width: 40px;
	z-index: 1000;
	display: none !important;
}

.main
{
	background-color: #fff;
	width: 1000px;
	margin: auto;
	margin-top: 15px;
	min-height: 100px;
}

.main section:first-child 
{
    padding-top: 10px;
}
.main section h2 { margin-top: 10px; color: #ee7389; }
.main section h3 { margin-top: 0px; }
.main section .content-box h3 { margin: 10px 0 5px; }
.main section
{
	width: 880px;
	padding: 40px 60px;
	min-height: 10px;
	background-color: #fff;
	border-bottom: 1px solid #bbb;
}

.join
{
	width: 430px;
	float: left;
	min-height: 10px;
	border: 0;

}

.join2
{
	float: right;
	width: 430px;
	min-height: 10px;
	border: 0;

}

.newsletter
{
	width: 460px;	
	margin-top: 10px;
	color: #4d4d4d;
}

.main section .text.col 
{ 
	width: 280px; 
	float:left; 
	margin-right: 20px; 
	color: #4d4d4d;
	margin-bottom: 30px;
}

.main section .text.col a:hover
{
	color: #07ae9f;
}

.main section .text.col h3
{ 
	margin-bottom: 8px;
	margin-top: 10px;
	
}

.main section .text.col a.videos
{ 
	margin-bottom: 5px;
	color: #4d4d4d;
	display: block;
	
}

.main section .text.col a.videos:hover
{ 
	color: #F15C2B;
}

.main section .text.col + .text.col + .text.col 
{ 
	margin:0; 
	
}

.main section .haymes-box
{
	width: 183px;
	float: left;
	text-decoration: none;
}

.main section .haymes-box h4
{
	margin: 0;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 14px;
}

.main  section .content-box
{
	width: 280px;
	float: left;
	background: #fff;
	min-height: 100px;
	margin-right: 20px;
}

.main  section .content-box a:hover
{
	color: #07ae9f;
}

.main  section .content-box + .content-box + .content-box
{
	margin: 0;
	float: right;
	overflow-y: scroll;
	height: 470px;
}

.main section .brands
{
	!width: 220px;
	!float: left;
	display: block;
}

.main section .brands img
{
	display: block;
	margin: auto;
}

.main section .shortcuts
{
	width: 176px;
	float: left;
	display: block;
	text-decoration: none;
}

.main section .shortcuts h4 
{
	text-align: center;
	margin-bottom: 0;
}

.main .shortcuts img
{ 
	margin: auto;
	display: block;
}	

.footer
{
	width: 880px;
	min-height: 50px;
	margin: auto;
}

#footer 
{
    color: #FFFFFF;
    font-size: 10px;
    margin: 20px auto auto;
    padding: 20px 60px;
    position: relative;
    width: 880px;
}

#footer #call-now 
{
    float: left;
    height: 21px;
    margin-top: 10px;
}

#footer #social 
{
    float: right;
}

#footer #links 
{
    clear: right;
    color: #00275D;
    float: right;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

#footer #links a, #footer #links span 
{
    color: #00275D;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

#footer #links a:hover 
{
    text-decoration: underline;
}

#lbody, #mbody, .lbody, .mbody 
{
    margin-right: 50px;
}

#banner { height: 300px; background-color: #f5f5f5; margin: 75px auto 0; }
#banner .img { margin: auto; width: 1200px; position: relative; }
#banner .img .left-text-overlay { position: absolute; bottom: 20px; left: 135px; color: white; font-family: 'Museo500', Verdana, Arial, Helvetica, sans-serif; }
#banner .img .left-text-overlay h3 { margin-bottom: 10px; color: white; font-size: 38px;  }
#banner .img .left-text-overlay p { color: white; font-family: 'Museo500', Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px;}

.contact
{
	height: 300px;
	width: 880px;
	background-color: #4d4d4d;
	margin: auto;
}

#banner section
{
	width: 880px;
	margin: auto;
}

#banner section .contact-us
{
	width: 240px;
	float: left;
	text-decoration: none;
	margin-left: 38px;
	
}

.large 
{
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 20px;
	line-height: 20px;  
}

#googlemap
{
	margin: auto;
	width: 880px;
}

#colourwall
{
	margin: auto;
	height: 800px;
	width: 1020px;
	padding-top: 10px;
}

.store-op
{
	width: 880px;
	margin: auto;
	
}

.store-op2
{
	width: 880px;
	margin: auto;
	border-bottom: 1px solid #4d4d4d;
}	

.opp
{
    color: #FFFFFF;
    font-size: 14px;
	margin-left: 38px;
	margin-right: 38px;
	line-height: 20px;  
}

.opp2
{
    color: #4d4d4d;
    font-size: 12px;
	line-height: 20px;  
}

.opp2 + .opp2
{
    color: #4d4d4d;
    font-size: 12px;
	line-height: 20px;  
}

.num
{
	list-style: decimal outside none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	font-size: 12x;
	line-height: 20px;  
}

.num2
{
	list-style: decimal outside none;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
	color: #fff;
    font-size: 14px;
	line-height: 20px;  
}

.advice
{
	width: 240px;
	height: 200px;
	float: left;
}
.advice-img
{
	width: 200px;
	float: left;
	margin-top: 40px;
}

.advice-content
{
	margin-left: 100px;
}

ul.youtube
{
	list-style-image: url("images/youtube.png");
}

#banner .main 
{ 
	background: transparent; 
	padding: 10px 60px; 
	width: 880px; 
}

#banner .main h2
{
	color: #fff;
	font-Size: 32px;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
}

#banner .main a
{
	color: #4d4d4d;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;	
	font-size: 22px;
}

#banner .main .hbutton a {color: #fff;}

#banner .main .text 
{ 
	width: 640px; 
	float:left; 
	color: #fff;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#banner .main .text.full
{ 
	width: 880px; 
	float:none; 
	
}
 
#banner .main .text.col 
{ 
	width: 280px; 
	float:left; 
	margin-right: 20px; 
	
}

#banner .main .text.col + .text.col + .text.col 
{ 
	margin:0; 
	
}

#banner .main .image 
{ 
	width: 220px; 
	float:right; 
	margin-top: -70px;
}

#banner .main .calc 
{ 
	width: 220px; 
	float:right; 
	margin-top: -70px;
}

span.calc
{
	font-size: 12px;
	font-weight: normal;
}

.hbox 
{
    -moz-box-sizing: content-box;
    color: #000000;
    display: inline;
    font-family: Verdana;
    font-size: 18px;
    height: 24px;
    line-height: 22px;
    margin: 0 auto 3px;
    padding: 2px 8px 2px 6px;
    width: 200px;
}
.input 
{
    background-color: #FFFFFF;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-style: solid;
    border-width: 1px;
	padding: 8px;
}

input.button 
{
    background: #E8E8E8;
    background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F2F2F2),
		color-stop(1, #E8E8E8)
	);
	background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #E8E8E8 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #E8E8E8 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #E8E8E8 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #E8E8E8 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 0%, #E8E8E8 100%);
    color: #444;
    cursor: pointer;
    font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 42px;
    line-height: 16px;
    margin: 3px 0 0;
    outline: 0 none;
    vertical-align: top;
}

input.button:hover { color: #222; }

.stores
{
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.example
{
	font-size: 14px;
}

h1.hbutton a
{
	text-decoration: none;
	color: #4d4d4d;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
	font-size: 22px;
}

h1.hbutton a:hover
{
	color: #07ae9f;
}

#banner .main h1.hbutton a:hover
{
	text-decoration:none;
	color: #07ae9f;
}

td.style7
{
	color: #4d4d4d; 
}

.value
{
	float: left;
	width: 500px;
	margin: auto;
}

.value-mpr
{
	float: left;
	width: 450px;
	margin: auto;
}	

.subscription
{
	float: right;
	width: 330px;
	padding-left: 20px;
	margin: auto;
	color: #4d4d4d;
}	

.storedetails 
{
	float: left;
	text-align: left;
	width: 420px;
	color: #4d4d4d;
}

.storedetails a
{
   color: #F15C2B;
}

.storemap 
{
    float: right;
    position: relative;
    text-align: center;
    width: 402px;
}


.category 
{
    float: left;
    margin-bottom: 6px;
    width: 205px;
}

.category.other 
{
    clear: both;
    float: none;
    width: auto;
}

.category-icon 
{
    float: left;
    margin-right: 4px;
}

.category-type 
{
    font-size: 12px;
    line-height: 32px;
}

.apimap 
{
    height: 275px;
    margin-bottom: 15px;
    width: 400px;
    border: 1px solid #f0f0f0;
}

.directions 
{
    margin-top: 5px;
    text-align: left;
}

.switch 
{
    cursor: pointer;
    margin: 5px;
    position: absolute;
    right: 0;
    top: 228px;
    z-index: 13;
}

.switch
 {
    cursor: pointer;
    margin: 5px;
    position: absolute;
    right: 0;
    top: 228px;
    z-index: 13;
}

.active-left
 {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #678AC7;
    border: 1px solid #678AC7;
    color: #FFFFFF;
    direction: ltr;
    display: block;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 160%;
    min-width: 26px;
    overflow: hidden;
    padding: 0 6px;
    text-align: center;
    text-decoration: none;
}

.inactive-right
 {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #FEFEFE;
    border-bottom: 1px solid #A9BBDF;
    border-right: 1px solid #A9BBDF;
    border-top: 1px solid #A9BBDF;
    color: #000000;
    direction: ltr;
    display: block;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 160%;
    min-width: 47px;
    overflow: hidden;
    padding: 0 6px;
    text-align: center;
    text-decoration: none;
}

.active-right 
{
    -moz-user-select: none;
    background: none repeat scroll 0 0 #678AC7;
    border-bottom: 1px solid #678AC7;
    border-right: 1px solid #678AC7;
    border-top: 1px solid #678AC7;
    color: #FFFFFF;
    direction: ltr;
    display: block;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 160%;
    min-width: 47px;
    overflow: hidden;
    padding: 0 6px;
    text-align: center;
    text-decoration: none;
}

.inactive-left 
{
    -moz-user-select: none;
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #A9BBDF;
    color: #000000;
    direction: ltr;
    display: block;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 160%;
    min-width: 26px;
    overflow: hidden;
    padding: 0 6px;
    text-align: center;
    text-decoration: none;
}

.adp-placemark 
{
    margin-top: 0;
}

.adp-legal
 {
    color: #B5B7B8;
    font-size: 11px;
    text-align: center;
}

.example 
{
    color: #B5B7B8;
}

.storeimage 
{
    !display: none;
    !left: 0;
    !position: absolute;
    !top: 0;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    
}

.testimonial
{
	float:left;
	width:420px;
	margin-top: 18px;
}

.dale
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 8px;
	float: left;
}

.dale-text
{
	float:left;
	width: 260px;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;	
}

.dale-text p
{
	font-size: 18px;
	color: #FFCC38;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
}

.dale-text span
{
	font-size: 12px;
	color: #4D4D4D !important;
	!float: right;
	margin-right: 12px;
	font-family: 'geogrotesque_rgregular',Arial, Helvetica, sans-serif;
}

#logo-cycle {
    position:relative;
    height:70px;
}

#logo-cycle img {
    position:absolute;
    z-index:8;
}

#logo-cycle img.active {
    z-index:10;
}

#logo-cycle img.last-active {
    z-index:9;
}


.button-buddski {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Verdana;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:127px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.button-buddski:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.button-buddski:active {
	position:relative;
	top:1px;
}

.main section h3.state { margin-top:15px;margin-bottom:5px;color:#EE7389;padding-top: 12px;border-top:1px solid #ccc; }

#slide-nav { margin: 20px auto; width: 880px; text-align: center; }
#slide-nav a { border-radius: 100px; background: #dedede; text-decoration: none; margin: 0 5px; padding: 5px 5px; color:transparent; display: inline-block; height:10px; width: 10px;  }
#slide-nav a.activeSlide { background: #76B3BE; }
#slide-nav a:focus { outline: none; }

.404
{
	margin-top: 20px;
	width: 600px;
}

#directionsPanel,#directionsError { float: right; width: 270px; }
.storedetails h3 { margin-bottom: 25px; }
.storedetails h3 span.grenadine { margin-bottom:10px; display: block; }
.storedetails a.profile { padding: 10px; text-decoration:none; background: #ee7389; color: white; font-family: 'geogrotesque_rgregular',Arial,Helvetica,sans-serif; font-size: 16px; text-align:center; }

@media only screen and (max-width: 1024px) {
	#banner .main.members-form {
		margin-left: -500px !important;
	}
}

.kitchen {background-image: url('../images/kitchen.jpg'); height: 178px; position: relative}
.pink-text-box {width: 260px; height: 100px; background-color: rgba(223,113,133,.8); z-index: 1000; position: absolute; margin-left: 200px; margin-top: 20px; padding: 10px}
.pink-text-box p {color: #fff; font-size: 10px}

.search-pcode {width: 200px; height: 20px; font-size: 14px; font-weight: bold;}
.search-location {width: 200px; height: 20px; font-size: 14px; font-weight: bold;}
.search-submit {margin-top: 6px; border: 0px; width: 80px; height: 30px; color: #fff; font-size: 18px; background-color: rgb(223, 113, 133);}

.mpr_thanks {margin-top: 10px; color: #0C70BB; font-size: 14px; font-weight: bold; line-height: 22px;}



/*--------- Advice page ---------*/
.left{
	float: left;
	width: 570px;
	margin-right: 30px;
}
.right{
	float: right;
	width: 280px;
}
.left2{
	float: left;
	width: 80px;
}
.right2{
	float: right;
	width: 200px;
}
.right2 h4{
	margin-top: 3px;
}
.tips-img{
	height: 40px;
	margin-bottom: 10px;

}
.pink{
	position: relative;
	padding: 20px 0px 0px 20px; 
}
.pink p{
	padding-bottom: 20px;
}
.pink, .pink p, .pink h2{
	background-color: #ee7389;
	color: #fff!important;
	margin-top: 0px!important;
}

.text-pink{
	width: 400px;
}
.pink-img{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 170px;
}
.video-tip{
	color: #ee7389;
	margin-top: 30px;
}
.img-video{
	width: 570px;
}

.tip2{
	display: none;
}
.img-video-tip{
	position: absolute;
	
	top: 1397px;
	width: 600px;
	z-index: 0;
}
.video-tip{
	z-index: 8;
}









