@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Old+Standard+TT:400,400i,700|Oleo+Script:400,700');
@font-face {
    font-family: 'socialicoregular';
    src: url('socialico-webfont.woff') format('woff2'),
         url('socialico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
	text-decoration:none;
	color: inherit;
}
img {
	border:0;
}
ul,ol {
	list-style:none;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
small,a,span,strong,em,
div,section,header,aside,footer,
article,nav {
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	max-width: 1440px;
	background: #FFF;
	margin:0 auto;
	padding:0;
	text-align: center;
	color:#FFF;
	font-size: 1em;
}
#hd-wrapper,
#mn-wrapper,
#subscribe-wrapper,
#contact-wrapper,
#contact-wrapper-bot,
#contact-wrapper-right,
#contact-wrapper-left,
#ft-wrapper,
#ft-wrapper-left {
	width: 100%;
}
#hd-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/hd-wrapper.jpg);
}
#mn-wrapper {
	background: url(../images/common/mn-wrapper.jpg) no-repeat center top;
}
#subscribe-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/subscribe-wrapper.jpg);
}
#contact-wrapper {
	background: url(../images/common/contact-wrapper.jpg) repeat-x center top;
}
#contact-wrapper-bot {
	background: url(../images/common/contact-wrapper-bot.jpg) repeat-x center bottom;
}
#contact-wrapper-right {
	background: url(../images/common/contact-wrapper-right.png) no-repeat right bottom;
}
#contact-wrapper-left {
	background: url(../images/common/contact-wrapper-left.png) no-repeat left bottom;
}
#ft-wrapper {
	background: url(../images/common/ft-wrapper.jpg) repeat-x center top;
}
#ft-wrapper-left {
	background: url(../images/common/ft-wrapper-left.png) no-repeat left top;
}

/*catering*/
#mn-wrapper #content .caterBox table {max-width: 425px; width: 100%; margin: 0 10px;}
#mn-wrapper #content .caterBox table td:first-child{width: 100%; min-width: 100px;}
#mn-wrapper #content .caterBox table td:last-child{width: 100%; min-width: 65px;}
.caterBox {width: 33%; float:left;}

/*services*/
#mn-wrapper #content .srvBox table {max-width: 425px; width: 100%; margin: 0 10px;}
.srvBox {width: 33%; float:left;}


header,
#content,
footer,
#subscribe-section,
#contact-section {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

/*floats*/
.fl {
	float:left;
}
.fr {
	float:right;
}

/*clearings*/
.clear{
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
}
.clearfix {
	display:block;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}
form .loading {
	display: none;
}
form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
form [type="submit"] {
	margin:20px auto;
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}
.ctc-form input,
.ctc-form textarea {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 120%;
	color:#878787;
	border: none;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
.ctc-form input[type="text"],
.ctc-form textarea {
	width: 100%;
	margin: 0 0 10px;
	background: #FFF;
	box-sizing: border-box;
}
.ctc-form textarea {
	min-height: 120px;
	padding: 10px 0 0 15px;
}
.ctc-form input[type="text"] {
	height: 41px;
	padding: 0 0 0 15px;
}
.ctc-form input[type="submit"] {
	width: 188px;
	height: 41px;
	font-size: 19px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Old Standard TT', serif;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
	background-image:linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-o-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-ms-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-moz-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%); 
	background-image:-webkit-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-webkit-gradient(linear,color-stop(0, rgb(140,143,15)),color-stop(1, rgb(74,92,17)));
}
.ctc-form input[type="submit"]:hover {
	background-image:linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-o-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-ms-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-moz-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%); 
	background-image:-webkit-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-webkit-gradient(linear,color-stop(0, rgb(194,41,24)),color-stop(1, rgb(119,24,14)));
}
.ctc-form .g-recaptcha {
	display: inline-block;
	vertical-align: top;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}
#content .gallery {
	list-style-type: none
	margin: 0;
	padding: 0;
}
#content .gallery li {
	display: inline-block;
}
#content .gallery li img {
	width: 100%;
	max-width: 200px;
	border-radius: 10px;
}
#content .thumbnail {
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.2s ease-in-out 0s;
}
#content .page_navigation {
	display: inline-block;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #FFF;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
	background-color: #eceeef;
	border-color: #DDD;
	color: #014c8c;
	text-decoration: none;
}

/* navigation */
nav {
	color: #FFF;
	font-family: 'Old Standard TT', serif;
}
nav a#pull {
	display: none;
	padding: 15px 0 15px;
	font-size: 19px;
	line-height: 120%;
	background: #222;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #FFF;
}
nav a#pull:after {
	content:"";
	background: url(../images/nav-icon.png) no-repeat;
	width:30px;
	height:30px;
	display:inline-block;
	position:absolute;
	right:15px;
	top:10px;
}
nav ul li,
nav ul li a {
	display: inline-block;
	vertical-align: top;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
nav ul li {
	padding: 0 30px 0;
	font-size: 19px;
	line-height: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	border-left: 1px solid #FFF;
}
nav ul li:nth-of-type(1) {
	border: none;
}
nav ul li.active-menu a,
nav ul li a:hover {
	color: #8C8F0F;
}
/* end */

.logo {
	line-height: 0;
}
.logo img {
	width: 100%;
	max-width: 207px;
}

/*header*/
header {
	width: 1372px;
	padding: 34px 0 33px;
}
header article {
	position: relative;
	width: 100%;
	min-height: 816px;
	border-width:2px;
	border-style:solid;
	box-sizing: border-box;
	border-color:rgba(255,255,255,0.22);
}
header nav,
header .logo,
header .text,
header .heading-text {
	position: absolute;
}
header nav {
	top: 70px;
	right: 100px;
}
header nav ul {
	padding: 0;
}

header .logo {
	top: -34px;
	left: 136px;
	width: 256px;
	min-height: 335px;
	padding: 16px 0 0;
	box-sizing: border-box;
	background: url(../images/common/logoBG.png) no-repeat center top;
}
header .logo img {
	max-width: 182px;
}

header .text {
	top: -36px;
	right: 130px;
	text-align: right;
}
header .text p {
	display: inline-block;
	vertical-align: top;
}
header .text .social-media {
	padding: 5px 0 0;
}
header .text p:nth-of-type(2) {
	padding: 13px 20px 10px;
	font-size: 35px;
	line-height: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Old Standard TT', serif;
	background-image:linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-o-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-ms-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-moz-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%); 
	background-image:-webkit-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-webkit-gradient(linear,color-stop(0, rgb(194,41,24)),color-stop(1, rgb(119,24,14)));
}

header .heading-text {
	top: 396px;
	left: 130px;
	text-align: left;
	font-family: 'Old Standard TT', serif;
}
header .heading-text h2 {
	font-size: 55px;
	line-height: 120%;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
/* end */

/*content*/
#content {
	width: 1372px;
	min-height: 300px;
	padding: 0 0 95px;
	color: #333;
}
#content h1,
#content h2 {
	font-size: 55px;
	line-height: 120%;
	color: #8C8F0F;
	font-family: 'Oleo Script', cursive;
}
#content h3 {
	font-size: 30px;
	line-height: 120%;
	font-weight: bold;
	color: #AE2415;
	letter-spacing: 1px;
	font-family: 'Old Standard TT', serif;
}
#content .svc-pg dl {margin: 0 auto 50px;box-shadow: 0px 0px 2px rgba(0,0,0,0.3)}
#content .svc-pg dt {background: #8c8f0f;color:#fff;font-weight: 700;font-size: 25px;padding:5px 20px;}

#content p {
	font-size: 15px;
	line-height: 153%;
	letter-spacing: 1px; padding:5px 20px;
}
#content .first-image {
	line-height: 0;
}

#content .data-section {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -167px;
	width: 1100px;
	min-height: 714px;
	padding: 123px 0 0;
	color: #FFF;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Old Standard TT', serif;
	background-image: url(../images/content/dataBG.png);
}
#content .data-section h2 {
	font-size: 69px;
	color: #FFF;
	text-transform: uppercase;
}
#content .data-section p {
	padding: 0 85px 0;
	font-size: 22px;
	line-height: 136%;
	font-weight: bold;
}
#content .data-section dl {
	display: inline-block;
	vertical-align: top;
	width: 221px;
	padding: 28px 15px 0;
}
#content .data-section dl dt img {
	width: 100%;
	max-width: 221px;
	border-radius: 50%;
}
#content .data-section dl dd {
	padding: 35px 0 0;
	font-size: 30px;
	line-height: 107%;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#content .data-section dl dd a:hover {
	color: #000;
}
#content .data-section p .button {
	margin: 44px 0 0;
}

#content .main-section {
	position: relative;
	width: 100%;
	margin: -97px 0 0;
	padding: 50px 0 45px;
	border-width:2px;
	border-style:solid;
	box-sizing: border-box;
	border-color:rgba(10,10,10,0.1);
}
#content .main-section h1 {
	margin: 0 0 10px;
	padding: 0 0 15px;
	background: url(../images/common/title-border.jpg) no-repeat center bottom;
}
#content .main-section h3 {
	padding: 0 275px 0;
}
#content .main-section .left-image,
#content .main-section .right-text {
	display: inline-block;
	vertical-align: top;
}
#content .main-section .left-image {
	padding: 43px 0 0;
}
#content .main-section .left-image .first-image img {
	width: 100%;
	max-width: 530px;
}

#content .main-section .right-text {
	width: 460px;
	padding: 34px 0 0 50px;
}
#content .main-section .abs-image {
	position: absolute;
	top: 146px;
	right: -34px;
	line-height: 0;
}
#content .main-section .abs-image img {
	width: 100%;
	max-width: 86px;
}
/* end */

/* content bottom */
#subscribe-section {
	min-height: 376px;
	padding: 0;
}
#subscribe-section h2 {
	font-size: 30px;
	line-height: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Old Standard TT', serif;
}
#subscribe-section article {
	position: relative;
	top: -30px;
	display: inline-block;
	vertical-align: top;
	width: 904px;
	padding: 35px 0 10px;
	background-image:linear-gradient(rgb(34,34,34) 0%,rgba(34,34,34,0.72) 100%);
	background-image:-o-linear-gradient(rgb(34,34,34) 0%,rgba(34,34,34,0.72) 100%);
	background-image:-ms-linear-gradient(rgb(34,34,34) 0%,rgba(34,34,34,0.72) 100%);
	background-image:-moz-linear-gradient(rgb(34,34,34) 0%,rgba(34,34,34,0.72) 100%); 
	background-image:-webkit-linear-gradient(rgb(34,34,34) 0%,rgba(34,34,34,0.72) 100%);
	background-image:-webkit-gradient(linear,color-stop(0, rgb(34,34,34)),color-stop(1, rgba(34,34,34,0.72)));
}
#subscribe-section article .ctc-form input[type="text"] {
	width: 30%;
	margin: 20px 0 0;
}

#contact-section {
	padding: 0 0 55px;
	color: #333;
}
#contact-section h2 {
	font-size: 62px;
	line-height: 120%;
	color: #C22918;
	font-family: 'Oleo Script', cursive;
}
#contact-section h3 {
	font-size: 22px;
	line-height: 120%;
	color: #8C8C0C;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Old Standard TT', serif;
}
#contact-section p {
	font-size: 18px;
	line-height: 156%;
	font-weight: bold;
	letter-spacing: 1px;
}
#contact-section p small {
	display: block;
	font-size: 15px;
	line-height: 120%;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
#contact-section .social-media a {
	color: #8C8E0E;
}
#contact-section .social-media a:hover {
	color: #333;
}
#contact-section article {
	position: relative;
	top: -47px;
	padding: 35px 0 0;
	background: #FFF;
}
#contact-section article section {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	min-height: 420px;
	margin: 30px 0 0;
	padding: 30px 15px 0;
	box-sizing: border-box;
}
#contact-section article section:nth-of-type(1) {
	color: #FFF;
	font-family: 'Old Standard TT', serif;
	background-image:linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-o-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-ms-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-moz-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%); 
	background-image:-webkit-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-webkit-gradient(linear,color-stop(0, rgb(140,143,15)),color-stop(1, rgb(74,92,17)));
}
#contact-section article section:nth-of-type(1) p:nth-of-type(2),
#contact-section article section:nth-of-type(1) p:nth-of-type(3) {
	font-size: 30px;
}

#contact-section article section:nth-of-type(1) hr {
	display: block;
	margin: 15px 0 15px;
	color:rgba(255,255,255,0.4);
}

#contact-section article section:nth-of-type(3) {
	border-width:2px;
	border-style:solid;
	border-color:rgba(10,10,10,0.16);
	font-family: 'Old Standard TT', serif;
}
#contact-section article section:nth-of-type(3) h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Old Standard TT', serif;
}
#contact-section article section:nth-of-type(3) p {
	line-height: 167%;
}
/* end */

/*footer*/
footer {
	padding: 0 0 20px;
	color: #C22918;
}
footer nav {
	min-height: 45px;
	padding: 22px 0 20px;
}
footer p {
	font-size: 12px;
	line-height: 120%;
	font-weight: 600;
	letter-spacing: 2px;
}
/* end */

footer .silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
}

.social-media a {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0;
	font-size: 47px;
	line-height: 120%;
	font-family: 'socialicoregular';
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0.3s ease-in-out 0s;
}
.social-media a:hover {
	color: #AE2415;
}
.button,
.button-alter {
	display: inline-block;
	vertical-align: top;
	padding: 8px 25px 5px;
	font-size: 19px;
	line-height: 120%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Old Standard TT', serif;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
.button {
	background-image:linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-o-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-ms-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-moz-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%); 
	background-image:-webkit-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-webkit-gradient(linear,color-stop(0, rgb(194,41,24)),color-stop(1, rgb(119,24,14)));
}
.button:hover {
	background-image:linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-o-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-ms-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-moz-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%); 
	background-image:-webkit-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-webkit-gradient(linear,color-stop(0, rgb(140,143,15)),color-stop(1, rgb(74,92,17)));
}
.button-alter {
	background-image:linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-o-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-ms-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-moz-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%); 
	background-image:-webkit-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-webkit-gradient(linear,color-stop(0, rgb(140,143,15)),color-stop(1, rgb(74,92,17)));
}
.button-alter:hover {
	background-image:linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-o-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-ms-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-moz-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%); 
	background-image:-webkit-linear-gradient(rgb(194,41,24) 0%,rgb(119,24,14) 100%);
	background-image:-webkit-gradient(linear,color-stop(0, rgb(194,41,24)),color-stop(1, rgb(119,24,14)));
}

.inner #mn-wrapper {
	background: url(../images/common/mn-wrapper-alter.jpg) repeat-x center top;
}
.inner #content {
	min-height: 400px;
	padding: 40px 0 30px;
	text-align: left;
}
.inner #content article {
	padding: 0 15px 0;
}
.inner #content .ctc-form input[type="text"],
.inner #content .ctc-form textarea {
	border: 1px solid #8C8F0F;
}
.inner #content p small {
	display: block;
	font-size: 18px;
	line-height: 120%;
	color: #AE2415;
	font-weight: bold;
	padding:5px 20px;
}
.inner #content table {
	width: 500px;
	border: 1px solid #333;
}
.inner #content table tr td {
	padding: 5px;
	font-size: 15px;
	line-height: 153%;
	border: 1px solid #333;
}

.inner #ft-wrapper-left {
	background: none;
}





/* responsive */
/*Styles for screen 800px and lower*/
@media screen and (max-width: 800px) {
header,
#content,
footer,
#subscribe-section,
#contact-section {
	width: 100%;
	max-width: auto;
}

/* header */
header {
	padding: 0;
}
header article {
	min-height: auto;
	padding: 0 0 20px;
}
header nav,
header .logo,
header .text,
header .heading-text {
	position:static;
}
header .text {
	text-align: center;
}
header .logo {
	display: inline-block;
	vertical-align: top;
}
header .heading-text {
	padding: 20px 15px 0;
	text-align: center;
}

/* navigation */
nav a#pull {
	display:block;
}
nav ul li,
nav ul li a {
	display: block;
}
nav ul li {
	padding: 0 15px 0 !important;
	border: none;
}
nav ul li a {
	min-height: auto;
	background: #222;
	border-top: 1px solid #FFF;
	padding: 15px 0 15px !important;
}
nav ul li:nth-child a {
	border: none;
}
header nav ul {
	display:none;
	padding: 0 0 15px;
}

/* end */

/* banner */
/* end */

/* content */
#content {
	width:100%;
	padding: 30px 0 95px;
}
#content .data-section {
	position: static;
	width: 95%;
	background-image:linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-o-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-ms-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-moz-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%); 
	background-image:-webkit-linear-gradient(rgb(140,143,15) 0%,rgb(74,92,17) 100%);
	background-image:-webkit-gradient(linear,color-stop(0, rgb(140,143,15)),color-stop(1, rgb(74,92,17)));
}
#content .data-section p .button {
	margin: 20px 0 -20px;
}
#content .data-section p {
	padding: 0 15px 0;
}
#content .main-section {
	margin: 70px 0 0;
	background: url(../images/content/abs-image.png) no-repeat right 146px;
}
#content .main-section h3 {
	padding: 0 15px 0;
}
#content .main-section .left-image {
	padding: 43px 15px 0;
}
#content .main-section .right-text {
	padding: 34px 15px 0;
}
#content .main-section .abs-image {
	display: none;
}
/* end */

#mn-wrapper #content .caterBox table {width: 100%; margin: 0 auto;}
.caterBox {width: 100%; float:none;}

#mn-wrapper #content .srvBox table {width: 100%; margin: 0 auto;}
.srvBox {width: 100%; float:none;}

/* content bottom */
#subscribe-section article {
	width: 95%;
	box-sizing: border-box;
}
/* end */

/* footer */
#ft-wrapper {
	background-image: url(../images/common/ft-wrapper-alter.jpg);
}
footer nav {
	min-height: auto;
	padding: 0 0 20px;
}
/* end */

}

@media screen and (max-width: 700px) {

}


/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
/* header */
header .heading-text h2 {
	font-size: 35px;
}
/* end */

/* content */
#content .main-section .right-text {
	width: 100%;
	box-sizing: border-box;
}

.inner #content table {
	width: 100%;
	box-sizing: border-box;
}
/* end */
}

@media only screen and (max-width : 640px) {

}

@media only screen and (max-width : 360px) {

}


/*Smartphone*/
@media only screen and (max-width : 320px) {
/* content bottom */
#contact-section article section {
	width: 100%;
}
/* end */
}

/* end */