* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: 'Inria Serif', serif;
	font-size: 15px;
	line-height: 26px;
	color: #1f222a;
	width: 100%;
	min-width: 320px;
	background: #181c27 url(images/mobile_footer_bg.jpg) top repeat-y;
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	color: #675a5a;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Bebas Neue', cursive;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	color: #574444;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Bebas Neue', cursive;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	color: #4c4343;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Bebas Neue', cursive;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	color: #4f3b3b;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Bebas Neue', cursive;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
	color: #3e3737;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Bebas Neue', cursive;
	padding: 0px 0px 10px 0px;
	margin: 0px;
} 
a {
	color: #792120;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}
ul, ol {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
}
ul {
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}
p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 18px;
    box-sizing: border-box;
	background: url(images/input_bg.png) top repeat-x;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}
.form_standard {
	width: 100%;
	max-width: 500px;
	display: table;
	margin: 0 auto;
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	background: #1d8917;
	font-size: 18px;
	line-height: 18px;
	padding: 11px 20px 12px 20px;
	border: 0px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 20px;
	line-height: 20px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
}
.required {
	color: #f00;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}


/* standard styles
-----------------------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}
.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}
.box_center {
	display: table;
	margin: 0 auto !important;
}
.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}
.visible {
	display: block;
}
.hidden {
	display: none;
}
.desktop_only {
	display: none;
}
.mobile_only {
}
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img_full, .images_full {
	width: 100%;
	height: auto;
}
.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: -webkit-calc(100% - 0px); /* - 0*border */
	max-width: -moz-calc(100% - 0px);
	max-width: calc(100% - 0px);
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.images, .images_left, .images_right, .images_full {
	border: none;
}
hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: url(images/hr_bg.png) top repeat-x;
	border: 0px;
}
.hr_red {
	line-height: 2px;
	height: 2px;
	font-size: 2px;	
	border-bottom: 2px rgba(119,33,32,0.9) dotted;
}
.a_button {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 13px;
	letter-spacing: 1px;
	font-family: 'Bebas Neue', cursive;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: #772120;
	text-align: center;
	padding: 14px 27px 14px 27px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	border-radius: 13px;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #1f222a;
}
.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}
video {
	max-width: 100%;
	height: auto;
}

/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}
ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}

/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 700px;
  margin: 20px auto;
}

/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d8917;
}
.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d8917;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}
.sectionname_divider {
	display: none;
}
.imagesmallname {
	color: #000;
}
.imagemediumname {
	color: #000; 
	font-weight: bold;
}
.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Bebas Neue', cursive;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	outline: none;
	background: #22252e;
	text-align: center;
	padding: 8px 10px 6px 10px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	border-radius: 6px;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	color: #fff;
	text-decoration: none;
	background: #772120;
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: 'Bebas Neue', cursive;
	font-size: 20px;
	line-height: 23px;
	color: #1f222a;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: 'Bebas Neue', cursive;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul li {
	margin: 0px 2px 5px 2px;
	padding: 0px;
	vertical-align: top;
}
.portfolio_section_name {
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	font-family: 'Bebas Neue', cursive;
	color: #772120;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: center;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}

/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}
.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}
.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 13px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(0,0,0,0.4);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	background: rgba(24,28,39,0.8);
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 11px;
	line-height: 12px;
}

/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}
.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}
.portfolio_index_caption {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(24,28,39,0.4);
	font-family: 'Bebas Neue', cursive;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	padding: 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	border-radius: 6px;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	background: rgba(119,33,32,0.9);
	opacity: 1;
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}
.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}
.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(72,72,72,0.7);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}
.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.png) center center no-repeat;
}
.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.png) center center no-repeat;
}
.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}
.portfolio_slider_slideshow {
	position: relative;
}
.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}
.portfolio_slider_thumbnail {
	text-align: center;
}
.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}
.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}
.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,0.7);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}

/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	color: #1f222a;
	font-size: 17px;
	line-height: 17px;
	font-family: 'Bebas Neue', cursive;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCC;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: "»";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 24px;
	line-height: 16px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}
.breadcrumbs ol li a {
	color: #772120;
}
.breadcrumbs ol li:hover a {
	text-decoration: none;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}

/* table_mo
-----------------------------------------------------------------------------*/
table.table_mo thead {
    display: none;
}
table.table_mo tr {
    display: block;
    border-bottom: 1px solid #7d7b7b;
}
table.table_mo tr:last-child {
    border-bottom: none;
}
table.table_mo th {
    display: block;
	margin: 0 !important;
	padding: 5px !important;
	text-align: center !important;
}
table.table_mo td {
	display: block;
	width: auto;
	margin: 0 !important;
	padding: 5px !important;
	text-align: center !important;
}
table.table_mo td:before {    
    float: left;
	content: attr(data-label);
	font-weight: bold;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 105px;;
	padding: 15px 0px 14px 0px;
	background: #181c27 url(images/mobile_header_bg.jpg) center top no-repeat;
	text-align: center;
}
.inside #header {
	height: 100px;
}

/* Menu_social
-----------------------------------------------------------------------------*/
#menu_social {
	background: #171c26;
	padding: 9px 20px 9px 20px;
	line-height: 1px;
}
#menu_social:after {
    content:"";
    display:block;
    clear: both;
}
#menu_social ul { 
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu_social li {
	float: left;
	margin: 0px;
	padding: 0px 3px 0px 3px;
}
#menu_social ul li:first-child {
	padding-left: 0px;
}
#menu_social ul li:last-child {
	padding-right: 0px;
}
#menu_phone {
	float: left;
	display: inline-block;
	width: auto;
	background: url(images/icon_phone.png) left center no-repeat;
	 padding-left: 33px;
	margin: 4px 10px 0px 0px;
}
#menu_phone a {
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	font-family: 'Belleza', sans-serif;
	display: block;
}
#menu_phone span {
	color: #b9b9b9;
	font-size: 10px;
	line-height: 10px;
	font-family: 'Inria Serif', serif;
	text-transform: uppercase;
	display: block;
}

/* Menu
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #171c26 0px, #252b39 68%);
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}
.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 18px;
	line-height: 36px;
	font-weight: normal;
	font-family: 'Bebas Neue', cursive;
	height: 33px;
	padding: 3px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}

/* Menu
-----------------------------------------------------------------------------*/
#menu {
	width: 100%;
	display: none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #772120 0px, #832523 70%);
}
#menu a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	font-family: 'Bebas Neue', cursive;
	padding: 10px 0px 8px 0px;
	text-transform: uppercase;
}
#menu a:hover {
	text-decoration: none;
}
#menu li.selected > a {
	color: #21242d;
}
#menu li.closed > ul {
	display: none;
}
#menu li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #21242d;
	border-bottom: 3px solid #21242d;
}
/* clicking area to expand/collapse */
#menu li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menu li.closed {
	cursor: cell;
}
#menu li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.png) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menu li li.closed:after {
	z-index: 2;
}
#menu li li li.closed:after {
	z-index: 3;
}
#menu li li li li.closed:after {
	z-index: 4;
}
#menu li li li li li.closed:after {
	z-index: 5;
}
#menu li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menu li.open {
	cursor: cell;
}
#menu li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.png) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menu li li.open:after {
	z-index: 2;
}
#menu li li li.open:after {
	z-index: 3;
}
#menu li li li li.open:after {
	z-index: 4;
}
#menu li li li li li.open:after {
	z-index: 5;
}

/* header_bunner
-----------------------------------------------------------------------------*/
#header_bunner {
	color: #fff;
	width: 168px;
	height: 22px;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: 'Bebas Neue', cursive;
	background: #651817 url(images/mobile_icon_wallet.png) 10px 2px no-repeat;
	padding: 6px 0px 0px 30px;
	border-radius: 0px 0px 19px 19px;
	border: #FFFFFF 2px solid;
	text-shadow: 4px 5px 3px rgba(0,0,0,0.3);
	border-top: none;
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	display: table;
	margin: 0 auto;
	margin-bottom: 40px;
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #181c27 url(images/mobile_box_services_bg.jpg) center top repeat-y;
	position: relative;
	padding: 0px 20px 20px 20px;
	text-align: center;
}
#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 10px 5px;
	vertical-align: top;
	text-align: left;
}
#box_services ul li a {
	display: block;
	width: 280px; 
	height: 170px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_services ul li a img {
	transition: all 0.5s ease;
}
#box_services ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#box_services ul li a p { 
	color: #fff;
	width: auto;
	height: 52px;
	position: absolute;
	top: 16px;
	left: 16px;
	background-size: 52px 52px;
	padding: 0px 0px 0px 62px;
	text-align: left;
}
#box_services ul li a p b { 
	display: block;
	color: #fff;
	font-size: 30px; 
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'Bebas Neue', cursive;
	margin-top: 2px;
}	
#box_services ul li a p span {  
	display: inline-block;
	color: #a2a2a3;
	font-size: 18px;
	line-height: 12px;
	font-weight: normal;	
	font-family: 'Bebas Neue', cursive;
	margin: 0px; padding: 0px;
}
#box_services ul li a p span.services_arrow {
	font-size: 20px;
	line-height: 15px; 
	font-weight: bold;
	font-family: Arial, sans-serif;
}
#box_services ul li a p img { 
}
#box_services ul li a:hover p { 
	color: #1b1c1e;
	text-decoration: none;
}
#box_services ul li a:hover .a_button { 
	color: #1b1c1e;
}
#box_services ul li:hover div {
	background: rgba(0, 0, 0, 0.2);
	opacity: 1;
}
#box_services ul li:nth-child(1) a p { 
	background: url(images/services_icon_01.png) left top no-repeat;
}
#box_services ul li:nth-child(2) a p { 
	background: url(images/services_icon_02.png) left top no-repeat;
}
#box_services ul li:nth-child(3) a p { 
	background: url(images/services_icon_03.png) left top no-repeat;
}
#box_services ul li:nth-child(4) a p { 
	background: url(images/services_icon_04.png) left top no-repeat;
}
#box_services ul li:nth-child(5) a p { 
	background: url(images/services_icon_05.png) left top no-repeat;
}
#box_services ul li:nth-child(6) a p { 
	background: url(images/services_icon_06.png) left top no-repeat;
}
#box_services ul li:nth-child(7) a p { 
	background: url(images/services_icon_07.png) left top no-repeat;
}

/* Content
-----------------------------------------------------------------------------*/
#content {
	background: #fff url(images/mobile_content_bg.png) top repeat-x;
	padding: 28px 20px 28px 20px;
	min-height: 300px;
    height: auto !important;
    height: 300px;
}
.content_title {
	color: #1f222a;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: 'Bebas Neue', cursive;
	background: url(images/content_title_line.png) center bottom no-repeat;
	padding: 0px 0px 26px 0px;
	width: auto;
	display: table;
	margin: 0 auto;
	margin-bottom: 24px;
	text-align: center;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #1f222a;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: 'Bebas Neue', cursive;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
}
.content_title span {
	color: #772120;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: 'Bebas Neue', cursive;
	text-align: center;
	display: block;
	padding: 0px;
	margin-bottom: 8px;
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
	position: relative;
	background: #101622 url(images/mobile_service_area_bg.jpg) center top repeat-y;
	padding: 20px 20px 20px 20px;
}
.inside #service_area {
	padding: 0px 20px 20px 20px;
}

#service_area ul {
	margin: 10px 0px 0px 50px;
	padding: 0px;

	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area ul li {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
#service_area span { 
	color: #fff;
	display: block;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: 'Bebas Neue', cursive;
	text-align: center;
	margin-bottom: 20px;
}
#service_area p { 
	color: #a2a2a3;
	display: block;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	margin: 0px 5% 15px 5%;
}
#service_area a[href="javascript:;"] {
	color: #fff;
	text-decoration: none;
	cursor: text;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #a2a2a3;
	text-align: center;
	padding: 30px 0px 30px 0px;
}
#footer a {
	color: #a2a2a3;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer span {
	color: #fff;
}

/* styles
-----------------------------------------------------------------------------*/

/* res_table
-----------------------------------------------------------------------------*/

.belgard, .res_table {
	width: 100%!important;
}
.belgard td, .res_table td {
	display: block;
	width: 100% !important;
	text-align: center;
	margin-bottom: 14px;
}
.belgard tr td:last-child, .res_table tr td:last-child {
	margin-bottom: 0px;
}