/*
Colors:
White,
XXBlackXX,
Dark #868686
Gray #424242
Green #77c044
*/
body {
	margin: 0;
	padding: 0;
	/*
	font-family: 'Montserrat', sans-serif;
	*/
	color: #000000;
	font-family: 'Gotham A', 'Gotham B', sans-serif; 
	font-weight: 400; 
	font-style: normal;

	color: #868686;
}

h1 {
	font-size: 38px;
	font-weight: 300;
}

#page_contact {
	background: #424242;
}
#page_contact #contact h1 {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 40px;
	font-weight: normal;
}

.content {
	margin: 0 auto;
	width: 1000px;

	/*
	background: #efefef;
	*/
}

.button {
	display: block;

	/*
	text-indent: -100000px;
	*/
}
.button.large {
	background: url('../images/button.png') no-repeat;
	text-indent: -100000px;
	width: 259px;
	height: 72px;
}
.button_confirm {
	background: url('../images/button_confirm.png') no-repeat;
	width: 144px;
	height: 34px;
}
.button_use_lawn {
	background: #424242 url('../images/button_use_lawn.png') top right no-repeat;
	width: 318px;
	height: 49px;
}

/* Header */
#header {
	position: fixed;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff;
	width: 100%;
	z-index: 100;
}

#logo {
	width: 358px;
	height: 76px;
	text-indent: -100000px;

	float: left;
}
#logo a {
	display: block;
	width: 358px;
	height: 76px;
	background: url('../images/logo.png') no-repeat;

	/*
	width: 545px;
	height: 136px;
	*/
	/*
	background: url('../images/logo.jpg') no-repeat;
	background-size: 358px;
	height: 80px;
	*/
}
#logo p {
	display: none;
}
#nav {
	position: relative;
	float: left;
	margin-left: 0px;
	margin-top: 42px;
	width: 640px;

	margin-left: 20px;
	width: auto;

	height: 30px;
	overflow: hidden;
}
#nav a {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 700;
	color: #000000;
	margin-left: 26px;
	text-decoration: none;
}
#nav #buttons {
	float: left;
	margin-left: 30px;
}
#nav a.button_schedule_service {
	float: none;
	margin: 0;
	padding: 0;
	margin-top: -48px;
	margin-bottom: 10px;
	margin-left: 14px;
	width: 123px;
	height: 44px;
	background: url('../images/button_schedule_service.png') no-repeat;
	text-indent: -100000px;
}
#nav a.button_login {
	float: none;
	margin: 0;
	padding: 0;
	margin-top: -48px;
	margin-bottom: 10px;
	margin-left: 14px;
	width: 123px;
	height: 44px;
	background: url('../images/button_schedule_service.png') no-repeat;
	text-indent: -100000px;

	background: #76bf43 url(../images/button_green_right_small.png) right 3px no-repeat;
	padding: 10px;
	padding-right: 35px;
	padding-bottom: 0px;
	font-size: 12px;

	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;

	text-indent: 0;
	width: auto;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	margin: -7px 0 10px 14px;
}
#nav .year_2014 .button_schedule_service,
#nav .year_2014 #paynow {
	display: block;
}
#nav .year_2016 .button_schedule_service,
#nav .year_2016 #paynow {
	display: none;
}
#nav .year_2014 .button_login {
	display: none;
}
#nav .year_2016 .button_login {
	display: block;
}


#selected {
	position: absolute;
	bottom: -7px;
	bottom: 24px;
	left: 30px;
	width: 110px;
	height: 3px;
	background: #77c044;

	top: 0px;
	top: 24px;

	width: 79px;
	left: -86px;
}

/* Try */
#try {
	padding-bottom: 30px;
	/*
	margin-top: 135px;
	*/
	background: #ffffff;

	/*
	margin-top: 85px;
	*/

	background: #eeeeee;
	margin-bottom: 2em;
}
/*
#try h1 {
	color: #77c044;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: normal;
}
*/
#try .content {
	padding-top: 1em;
	padding-bottom: 1em;

	padding-bottom: 0;
}
#try h2 {
	margin-top: 80px;

	margin-top: .5em;
	margin-bottom: .5em;
}
#try ul {
	margin-top: 10px;
	margin-left: 110px;
	margin-right: 20px;
	float: left;
	width: 380px;

	margin-left: 50px;
	width: 440px;

	width: 540px;
	padding-left: 0;
}
#try li {
	position: relative;
	list-style-type: none;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 35px;

	margin-bottom: 1.5em;
}
#try li p {
	margin: 0;
}
#try .number {
	position: absolute;
	top: -7px;
	left: -40px;
	background: #77c044;
	width: 30px;
	color: #ffffff;
	text-align: center;

	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 50%;
}
#try li p {
	font-weight: normal;
	margin-top: 10px;
	font-size: 16px;
}

#try li p strong {
	font-size: 18px;
}
#try img {
	width: 368px;

	width: 308px;
}
#try .button {
	margin: 20px auto;
	/*
	margin-bottom: 95px;
	*/
}
#try .arrow_down {
	display: block;
	background: url('../images/arrow_down.png') no-repeat;
	width: 37px;
	height: 38px;
	margin: 0 auto;
}

/* About */
#about {
	padding-top: 45px;
	padding-bottom: 65px;
	background: #424242;
	color: #ffffff;
}

#about .content {
	width: 700px;
	padding: 0px 150px;
}

#about h1 {
	margin-bottom: 40px;
	font-weight: normal;
}
#about h1 span {
	font-weight: 700;
}
#about h2 {
	margin: 0px;
	font-size: 24px;
}
#about p {
	margin-top: 0px;
	font-weight: normal;
}
#about p strong {
	font-weight: 700;
}

#about #video_box {
	width: 868px;
	margin: 0 auto;
	margin-top: 60px;
	padding: 50px;
	border-top: 1px solid #cfcfcf;
}

#about #video_box h3 {
	text-align: center;
}

#about #video {
	margin: 0 auto;
	/*
	border: 1px solid #cfcfcf;
	width: 400px;
	height: 230px;
	*/
	width: 560px;
	height: 315px;
}

/* FAQ */
#faq {
	padding-top: 45px;
	padding-bottom: 65px;
	background: #898989;
	color: #ffffff;
}
#faq h1 {
	margin-bottom: 40px;
	font-weight: normal;
	text-align: center;
}
#faq h1 span {
	font-weight: 700;
}
#faq .content {
	width: 700px;
	padding: 0px 150px;
}
#faq #questions a {
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}
#faq #answers {
	margin-top: 50px;
}
#faq #answers li {
	margin-top: 30px;
}
#faq #answers p {
	margin-top: 0px;
}

/* Services */
#services {
	padding-top: 45px;
	padding-bottom: 65px;

	/*
	background: #ffffff;
	*/
	padding-bottom: 85px;

	padding-top: 15px;
}
#services .content {
	width: 1000px;
	padding: 0px 0px;
}
#services h1 {
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
}
#services h1 span {
	font-weight: 700;
}

#services p {
	margin-top: 24px;
	margin-bottom: 0px;
	text-align: center;
}
#services li {
	position: relative;
	margin-top: 40px;
	padding-left: 67px;
	list-style-type: none;
	float: left;
	width: 400px;

	padding-left: 80px;
	
}
#services li img {
	position: absolute;
	top: 10px;
	left: 0px;
}
#services li p {
	margin-top: 20px;
	text-align: left;
	color: #868686;
}
#services li h2 {
	text-transform: uppercase;
	font-size: 24px;
	color: #ffffff;
	text-align: left;
}


/* Testimonials */
#testimonials {
	background: #ffffff;

	background: #424242;
}

.quotes {
	position: relative;
	height: 230px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.quote {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.quotes blockquote {
	margin: 55px auto 30px auto;
	text-align: center;
	width: 700px;
	font-size: 16px;
	font-weight: 700;
}
.quotes cite {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 700px;
	font-style: normal;
	color: #777777;
	margin-bottom: 45px;
}

#testimonial_circles {
	position: relative;
	/*
	width: 100%;
	*/
	margin: 20px auto;
	margin-top: 180px;
	text-align: center;
}
.testimonial_circle {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #777777;
	background: transparent;
	border-radius: 50%;
	text-decoration: none;
	float: left;
	margin-left: 5px;

	float: none;
}

.testimonial_circle.current {
	background: #777777;
}

/* Photos */
#photos {
	position: relative;
	background: #ffffff;

	background: #424242;
	padding-bottom: 80px;
	border-bottom: 3px solid #ffffff;

	padding-bottom: 50px;
}
#photos .content {
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
	margin-bottom: 65px;

	margin-bottom: 0;
}
#page_main #photos h2 {
	text-align: center;
	font-size: 26px;
	color: #868686;
}
#photos #photo_masker {
	position: relative;
	width: 1000px;
	height: 255px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}
#photos #photo_maskee {
	position: absolute;
	left: -1039px;
	width: 10000px;
	height: 255px;

	left: -40px;
}
#photos #photo_maskee img {
	float: left;
	margin-left: 78px;
}
#photos #photo_arrow_left {
	position: absolute;
	top: 100px;
	left: -50px;
}
#photos #photo_arrow_right {
	position: absolute;
	top: 100px;
	right: -50px;
}

/* Contact */
#contact {
	padding-top: 45px;
	padding-bottom: 65px;
	background: #424242;
	color: #ffffff;

	padding-top: 70px;

	padding-top: 40px;
}
#contact h1 {
	margin-bottom: 40px;
	font-weight: normal;
	text-align: center;
}
#contact h1 span {
	font-weight: 700;
}
#contact #link_back {
	margin-left: 100px;
}
#contact #link_back a {
	color: #ffffff;
	text-decoration: none;
}
#contact form {
	width: 400px;
	margin-left: 100px;
	float: left;

	margin-top: 60px;
}
#contact form input {
	font-family: inherit;
	font-size: inherit;
	display: block;
	width: 400px;
	margin-top: 10px;

	padding: 20px;
	width: 360px;
}
#contact form textarea {
	font-family: inherit;
	font-size: inherit;
	display: block;
	width: 400px;
	margin-top: 10px;

	padding: 20px;
	width: 360px;
}
.button_send_mail {
	margin-top: 10px;
	float: right;
	display: block;
	width: 177px;
	height: 52px;
	background: url('../images/button_send_mail.png') no-repeat;
	text-indent: -100000px;
}
#contact_info {
	margin-left: 60px;
	float: left;

	margin-top: 60px;
}

/* Intro */
#intro {
	padding-bottom: 30px;
	margin-top: 135px;
	background: #ffffff;
}
#intro .content {
	width: 850px;
	padding: 0px 75px;
}

#intro h1 {
	margin-bottom: 20px;
	font-weight: normal;
	text-align: center;
}
#intro.new h1 {
	margin-bottom: 0px;
	text-align: left;
}

/* Schedule */
#schedule .content {
	width: 850px;
	padding: 0px 75px;
}

#schedule table {
	border-collapse: separate;
	border-spacing: 0px;
}
	
#schedule table th,
#schedule table td {
	width: 55px;
	height: 55px;
	background: #76BF43;
	border: 1px solid #A4D681;
	text-align: center;
}

#schedule .title th {
	color: #ffffff;
	background: #424242;
	border: 1px solid transparent;
	font-size: 24px;
	text-transform: uppercase;
}

#schedule .calendar_left {
	display: block;
	background: url('../images/calendar_left.png') center center no-repeat;
	text-indent: -100000px;
}
#schedule .calendar_right {
	display: block;
	background: url('../images/calendar_right.png') center center no-repeat;
	text-indent: -100000px;
}

#schedule table .day {
	border-top: 1px solid transparent;
	color: #ffffff;
	background: #76BF43;
	font-size: 24px;
}

#schedule table .not_available {
	color: #464448;
	background: #1F3111;
	font-size: 22px;
}
#schedule table .available a {
	display: block;
	width: 55px;
	height: 43px;
	color: #ffffff;
	text-decoration: none;
	font-size: 22px;
	padding-top: 17px;
}
#calendar p {
	font-size: 11px;
}

#schedule #calendar {
	float: left;
	width: 450px;
}
#schedule #info {
	float: left;
	width: 352px;
	margin-left: 0px;
}

#schedule #weather {
	position: relative;
	height: 210px;
	color: #424242;
	display: none;
}
#weather #today {
	position: relative;
	width: 173px;
	height: 212px;
	background: url('../images/weather_today.png') no-repeat;
}
#weather #today .high {
	position: absolute;
	top: 23px;
	left: 10px;
	color: #ffffff;
	font-size: 20px;
}
#weather #today .high_label {
	position: absolute;
	top: 35px;
	left: 45px;
	font-size: 10px;
	line-height: 1em;
}
#weather #today .percentage {
	position: absolute;
	top: 23px;
	right: 48px;
	color: #ffffff;
	font-size: 20px;
}
#weather #today .percentage span {
	font-size: 14px;
	vertical-align: top;
}
#weather #today .percentage_label {
	position: absolute;
	top: 35px;
	right: 10px;
	font-size: 10px;
	line-height: 1em;
}

#weather #today img {
	position: absolute;
	top: 70px;
	left: 36px;
	width: 105px;
	height: 105px;
}
#weather #today .date {
	position: absolute;
	bottom: 0px;
	left: 10px;
	font-size: 13px;
}
#weather #today .day {
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 13px;
}

#weather #forecast {
	position: absolute;
	right: 1px;
	top: 0px;
}
#weather .forecast {
	position: relative;
	float: left;
	width: 42px;
	height: 120px;
	background: #76BF43;
	margin-left: 1px;
}
#weather .forecast .day {
	position: absolute;
	top: 0px;
	font-size: 13px;
	width: 42px;
	text-align: center;
}
#weather .forecast img {
	position: absolute;
	top: 30px;
	left: 1px;
	width: 40px;
	height: 40px;
}
#weather .forecast .high {
	position: absolute;
	top: 60px;
	left: 4px;
	width: 38px;
	text-align: center;
	color: #ffffff;
}
#weather .forecast .percentage {
	position: absolute;
	top: 80px;
	left: 4px;
	width: 38px;
	text-align: center;
	color: #ffffff;
}
#weather .forecast .percentage span {
	font-size: 10px;
	vertical-align: top;
}

#weather #need_info {
	position: absolute;
	display: block;
	width: 173px;
	height: 83px;
	background: url('../images/need_info.png') no-repeat;
	bottom: -1px;
	right: 0;
	text-indent: -100000px;
}

#scheduled {
	float: left;
	width: 160px;
}
#scheduled p {
	font-size: 13px;
}
#date_box {
	position: relative;
	width: 150px;
	height: 160px;
	color: #424242;
	background: #76BF43;
}
#date_box .month {
	margin: 0;
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
#date_box .day {
	margin: 0;
	position: absolute;
	top: 22px;
	left: 0px;
	font-size: 82px;
	text-transform: uppercase;
	text-align: center;
	width: 150px;
	font-weight: 700;
}
#date_box .day_of_week {
	margin: 0;
	position: absolute;
	bottom: 18px;
	left: 0px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	width: 150px;
	font-weight: 700;
}
#intro form {
	margin-top: 1em;
	float: left;
	width: 500px;
	margin-left: 70px;
}
#intro form input {
	font-family: inherit;
	font-size: inherit;
	display: block;
	width: 490px;
	margin-bottom: 10px;

	padding: 20px;
	width: 450px;
}

/* Footer */
#footer {
	background: #ffffff;
	text-align: center;
	padding-bottom: 20px;
}
#social {
	width: 200px;
	margin: 0 auto;
	margin-top: 34px;
	margin-bottom: 22px;
}
#social a {
	display: block;
	width: 71px;
	height: 73px;
	float: left;
	margin-left: 25px;
}

/* Popup */
#popup {
	display: none;
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 300px;
	z-index: 101;
	background: #ffffff;
	padding: 25px;
	border: 3px solid #77c044;

	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

#popup .x {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #77c044;
	border-radius: 50%;
	color: #ffffff;
	text-decoration: none;
	width: 20px;
	height: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
}
#popup .error {
	display: none;
}

#popup .yesno {
	display: block;
	background: #77c044;
	border-radius: 50%;
	color: #ffffff;
	text-decoration: none;
	width: 20px;
	height: 20px;
	font-weight: bold;
	text-align: center;

	width: 50px;
	height: 35px;
	padding-top: 15px;
	float: left;
	margin-right: 10px;
}

/* Misc */
.anchor {
	padding-top: 150px;
	margin-top: -150px;
	display: table-caption;
}

.small {
	font-size: 12px;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    zoom: 1;
}

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* 2017 */
.content {
	position: relative;
}
.page_confirm form p {
	margin: 0;
}
.page_confirm form br {
	/*
	content: ' ';
	display: block;
	margin-top: .5em;
	*/
}
#nav .year_2016 .button_login {
	display: block;
}
a.button_login {
	float: none;
	margin: 0;
	padding: 0;
	margin-top: -48px;
	margin-bottom: 10px;
	margin-left: 14px;
	width: 123px;
	height: 44px;
	background: url('../images/button_schedule_service.png') no-repeat;
	text-indent: -100000px;

	background: #76bf43 url(../images/button_green_right_small.png) right 3px no-repeat;
	padding: 10px;
	padding-right: 35px;
	padding-bottom: 0px;
	font-size: 12px;

	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;

	text-indent: 0;
	width: auto;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	margin: -7px 0 10px 14px;

	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	top: 42px;
	right: 81px;

	right: 31px;

	margin: 0;
	top: 35px;
}
.button_mobile {
	display: none;
	position: absolute;
	text-decoration: none;
}
#preface {
	margin-top: 135px;
	padding-bottom: 95px;

	margin-top: 96px;

	margin-top: 126px;
	padding-bottom: 45px;
}

#page_main h1 {
	margin: 0;
	padding: 0;
	border: 1px solid #868686;
	color: #868686;
	width: auto;
	display: inline-block;
	padding: 2px 5px;
	margin: 0 auto;
}

#preface h1 {
	width: 869px;
	padding-left: 0;
	padding-right: 0;

	width: 867px;
}
#preface h1.bottom {
	color: #ffffff;
	background: #77c044;
	border: 1px solid #77c044;
}

.slideshow {
	position: relative;
	margin: 5px auto;
	width: 869px;
	height: 0;
	padding-top: 34.5%;

	margin: 0 auto 5px auto;
}
.slideshow img {
	display: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 2s;
}
.slideshow img.show {
	display: block;
	opacity: 1;
	transition: opacity 2s;
}

#preface ul {
	margin: 0 auto;
	padding: 0;
	width: 869px;
	list-style-type: none;
}
#preface ul:after {
	content: '';
	display: table;
	clear: both;
}
#preface li {
	margin: 0;
	padding: 0;
	width: 260px;
	float: left;
	text-align: center;
	margin-right: 40px; 

	width: 287px;
	height:129px;
	margin: 0;
	border: 2px solid #77c044;

	padding: 0 20px;
	width: 247px;

	padding: 0 15.5px;
	width: 256px;
}
#preface li:nth-child(2) {
	border-left: 0px; 
}
#preface li:nth-child(3) {
	border-left: 0px; 
}

#preface li p:nth-child(1) {
	color: #77c044;
}

.center {
	text-align: center;
}

#page_main h2 {
	color: #77c044;
	font-size: 48px;
	text-align: center;
}

#how {
	margin-top: 85px;
	padding-bottom: 70px;

	margin-top: 0;
	padding-bottom: 40px;
}
#how h1 {
	margin-bottom: 30px;
}
#how h3 {
	color: #868686;
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#how h3.bottom {
	color: #77c044;
	margin-top: 40px;
	text-align: center;
	margin-bottom: 1em;

	margin-top: 1em;
}
#how img {
	width: 308px;
}
#how .details {
	color: #868686;
	width: 660px;
	margin: 0 auto;
	padding-left: 100px;

	padding-left: 60px;

	width: 720px;
	padding-left: 0px;

	width: 750px;
}
#how .details strong {
	font-size: 20px;
}
#how .details ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-left: 80px;
}
#how .details li {
	margin-bottom: 1em;
}
#how h4 {
	color: #868686;
	margin-top: 0;
	font-size: 17px;
}

#what {
	background: #424242;
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 10px;

	padding-top: 40px;
}
#what h1 {
	padding-left: 24px;
	padding-right: 24px;
}
#what .toc {
	width: 300px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	margin-top: 1em;
	margin-bottom: 30px;
}
#what .toc:after {
	content: '';
	display: table;
	clear: both;
}
#what .toc li {
	float: left;
	margin-right: 8px;
	font-size: 19px;
	color: #868686;
}
#what .toc li:first-child {
	color: #ffffff;
}
#what .toc li:last-child {
	margin-right: 0px;
}
#what_blocks {
	background: #424242;
	color: #ffffff;
}
#page_main h5 {
	margin: 0;
	text-align: center;
	font-size: 24px;
	color: #868686;
	font-weight: normal;
}

.button_use_lawn {
	width: 318px;
	height: 49px;

	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;

	padding-top: 15px;
	padding-left: 15px;
	width: 303px;
	height: 34px;

	width: 318px;
}
.button_confirm {
	width: 144px;
	height: 34px;

	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;

	padding-top: 7px;
	padding-left: 5px;
	padding-right: 25px;
	width: 114px;
	height: 27px;
}

/*
.button_try {
	background: url('../images/button_try.png') no-repeat;
	width: 243px;
	height: 68px;
	margin: 0 auto;
	margin-top: 84px;

	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;

	padding-top: 8px;
	height: 60px;
}
*/
.button_try {
	background: url('../images/button_try2.png') no-repeat;
	width: 243px;
	height: 68px;
	margin: 0 auto;
	margin-top: 84px;

	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;

	padding-top: 20px;
	height: 48px;

	width: 200px;
	padding-right: 43px;
	font-size: 22px;

	background: url('../images/button_try3.png') no-repeat;
	width: 327px;
	height: 90px;

	padding-top: 15px;
	padding-right: 43px;
	width: 284px;
	height: 75px;

	text-align: center;
	margin-top: 1em;
}

.button_sign_up {
	background: url('../images/button_sign_up.png') no-repeat;
	width: 327px;
	height: 90px;
	margin: 0 auto;

	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;

	padding-top: 18px;
	padding-left: 45px;
	width: 282px;
	height: 72px;
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}
