body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	color:#000;
	-webkit-font-smoothing: antialiased;
}

html, body {

}

#mobile_menu {
	display:none;
}

.onlymobile {
	display:none;
}

.noscroll {
	overflow: hidden;
}

.noscrollmobile {
	overflow: hidden;
	height:100%;
}

@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/Roboto-Black-webfont.eot');
    src: url('../fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Black-webfont.woff') format('woff'),
         url('../fonts/Roboto-Black-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

.bold {
	font-family: 'robotoblack';
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.normal {
	font-family: 'robotoregular';
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.light {
	font-family: 'robotolight';
	font-weight: normal;
    font-style: normal;
}

.padding { padding: 10px; }

h1, h2, h3, h4, h5 {margin:0;}

input[type="text"], textarea, select {
	color:#494949;
	background: #f5f5f5;
	border:1px #cacaca solid;
}

#main_wrapper {
	width: 100%;
	position: relative;
}

#main_logo {
	width: 96%;
	max-width: 343px;
	margin:0px auto;
	line-height: 0;
}

#main_logo img{
	width: 100%;
}


#header {
	width: 100%;
	text-align: center;
}

#home_slide {
	width: 100%;
	height: 510px;
	position: relative;
}

#home_slide .big_image {
	position: absolute;
	z-index:1;
}

#home_slide .big_image.active {
	z-index:3;
}

.big_image {
	width: 100%;
	height: 510px;
}

.big_image.pages {
	width: 100%;
	height: 220px;
}

.pages_title{
	line-height: 220px;
	font-size: 70px;
	color:#696969;
	width: 100%;
	text-align: center;
	top: 115px;
	position: absolute;
	z-index: 1000;
}


#main_menu {
	width: 100%;
	height: 53px;
	background-image: url(../img/main_menu_bg.png);
	background-repeat: repeat;
	text-align: center;
	margin-top: -53px;
	line-height: 53px;
	color:#272727;
	font-size: 20px;
	position: relative;
	z-index: 100;
}

#main_menu a{
	color:#272727;
	margin:0 20px;
}

#main_menu a:hover{
	color:#4e4e4e;
}

#welcome_box {
	width: 100%;
	margin-top: 40px;
}

.main_contents {
	width: 100%;
	max-width: 1000px;
	padding: 20px;
	margin:0 auto;
}

.left_col {
	width: 50%;
	padding-right: 20px;
	float: left;
	text-align: justify;
}

.right_col {
	width: 50%;
	padding-left: 20px;
	float: right;
	text-align: justify;
}

.main_title {
	font-size: 32px;
	color:#8f8f8f;
}

.main_title span{
	color:#be3827;
}

.main_title.full {
	width: 100%;
	text-align: center;
}

.main_txt {
	font-size:14px;
	color:#3c3c3c;
	line-height: 26px;
}

.fullimage {
	width: 100%;
}

#footer {
	width: 100%;
	margin-top:30px;
}

#menu_footer {
	width: 100%;
	height: 77px;
	line-height: 77px;
	background-color: #e5e5e5;
	text-align: center;
}

#menu_footer a {
	font-size: 20px;
	color:#272727;
	margin:0 20px;
}

#menu_footer a:hover {
	color:#595959;
}

#dark_footer_row {
	width: 100%;
	padding: 30px;
	text-align: center;
	background-color: #444444;
}

#social_box {
	margin: 0 auto;
	margin-bottom: 30px; 
}

.social_item {
	width: 48px;
	height: 48px;
	background: #e5e5e5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 7px;
	text-align: center;
	line-height: 48px;
	font-size: 23px;
	color:#444444;
}

.social_item:hover{
	background: #fff;
}

#footer p {
	width: 100%;
	max-width: 442px;
	margin: 0 auto;
	color:#e5e5e5;
	font-size: 12px;
	line-height: 18px;
}

#footer p a{
	text-decoration: underline;
	color:#e5e5e5;
}

#footer p a:hover{
	text-decoration: none;
}

#menu_main_box {
	width: 100%;
	float: left;
}

#menu_list_box {
	width: 30%;	
	float:right;
	right: 20px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: #fff;
	z-index: 2000;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	border-left: 1px solid #dedede;
	right: -40%;
}

.empty_list {
	font-size: 16px;
}

#menu_list_close {
	position: absolute;
	width: 30px;
	height: 30px;
	left: -30px;
	left: 0;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	line-height: 30px;
	background: #fff;
	font-size: 23px;
	-webkit-box-shadow: -5px 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: -5px 0 10px 0 rgba(0,0,0,0.2);
	cursor:pointer;
	color:#6c6c6c;
}

#addListPopup {
	position: fixed;
	width: 300px;
	height: 200px;
	background: #fff;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top:-100px;
	z-index: 3000;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0 20px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 0 20px 0 rgba(0,0,0,0.2);
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	display: none;
	padding-top: 60px;
}

.selectedMenuList li{
	width: 100%;
	background: #ededed;
	padding: 5px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	margin:2px 0;
	position: relative;
	padding-right: 30px;
}

.selectedMenuList li i{
	display: none;
	color:#6bb845;
	margin-right: 10px;
}

#menu_list_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	display: none;
}

#menu_list_bottom_number {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px;
	background: #dfdfdf;
}

#menu_list_bottom_number h3{
	font-size: 20px;
	margin: 0;
}

#menu_list_bottom_number p{
	font-size: 12px;
	margin: 0;
}

.phoneNumber {
	font-size: 20px;
	color:#bf3b2c;
}

.menu_list_address {
	margin-top: 10px;
	color:#bf3b2c;
}

.menu_list_address i{
	font-size: 20px;
	margin-right: 5px;
}

#menu_list_btn {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -25px;
	text-align: center;
	line-height: 70px;
	background: #dddddd;
	font-size: 23px;
	cursor: pointer;
	color: #575757;
	z-index: 2000;
}

#menu_list {
	width: 100%;
	height: 100%;
	position: relative;
}

#menu_list .scrollBox{
	position: absolute;
	top:0;
	left: 0;
	bottom: 150px;
	right: 0;
}

.menu_title {
	width: 100%;
	padding:15px;
	background-color: #e5e5e5;
	color:#4b4b4b;
	font-size: 20px;
	cursor: pointer;
	margin:20px 0;
	float: left;
}

.menu_title span{
	font-size: 16px;
}

.menu_note {
	margin: 20px 0;
	font-style: italic;
	font-size: 12px;
	color:#a0a0a0;
}

.menu_item {
	width: 100%;
	border-bottom: 1px #cecece solid;
	padding-bottom: 10px;
	margin-top:10px;
	color:#4e4e4e;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	float: left;
}

.menu_item.nonumber {
	padding-left:0;
}

.menu_number {
	width: 25px;
	height: 25px;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 25px;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3px;
}

.menu_item h2{
	color:#cc0909;
}

.menu_item h3.inline{
	margin-top: 4px;
}

.menu_items_box {
	float: left;
	width: 100%;
}

.erase_btn {
	position: absolute;
	right: 0;
	font-size: 18px;
	color:#7a7a7a!important;
	display: block!important;
	top: 5px;
	cursor: pointer;
}

.erase_btn:hover {
	color:#000!important;
}

#mobile_list_btn {
	display: none;
}

#mobile_list_close {
	z-index:-1;
}

#contacts_row {
	width: 100%;
	height: 77px;
	line-height: 77px;
	background-color: #e5e5e5;
	text-align: center;
}

#contacts_row .map {
	display: none;
}

#contacts_row i{
	margin-right: 5px;
	color:#a3a3a3;
}

#contacts_row a,  #contacts_row span{
	font-size: 20px;
	color:#272727;
	margin:0 20px;
}


#contacts_row a:hover {
	color:#595959;
}

#contacts_row a:hover i{
	color:#7c7c7c;
}


#map_canvas {
	width:100%;
	height:300px;
	border-top:2px #fff solid;
	border-bottom:2px #fff solid;
}

@media only screen and (max-width: 1016px) {
	
	#menu_main_box {
		width: 100%;
	}
	
	#menu_list_btn {
		display: none;
	}
	
	.pages_title{
		font-size: 40px;
	}
	
	#addListPopup {
		display: none!important;
	}
	
	#menu_list_box {
		position: fixed;
		top: 0;
		right: 0;
		width: 60%;
		bottom: 0;
		padding: 20px;
		background: #fff;
		z-index: 2600;
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
		box-shadow: 0 0 0 0 rgba(0,0,0,0);
		border-left: 0px none;
		right: -100%;
	}

	#menu_list_close {
		display: none;
	}

	#menu_list_bottom_number {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 14px;
		background: #dfdfdf;
	}

	#menu_list_bottom_number h3{
		display: none;
	}

	#menu_list_bottom_number p{
		display: none;
	}

	.phoneNumber {
		font-size: 18px;
		color:#bf3b2c;
	}

	.menu_list_address {
		margin-top: 10px;
		color:#bf3b2c;
	}

	.menu_list_address i{
		font-size: 18px;
		margin-right: 5px;
	}
	
	#menu_list .scrollBox{
		position: absolute;
		top:0;
		left: 0;
		bottom: 110px;
		right: 0;
	}

	.menu_title { font-size: 16px;}

	.menu_item h2{
		font-size: 15px;
	}

	.menu_item h3{
		font-size: 13px;
	}
	
	#mobile_list_btn {
		position: fixed;
		bottom: 0;
		right: 0;
		height: 60px;
		width: 60px;
		line-height: 60px;
		text-align: center;
		background: #444444;
		color:#fff;
		cursor:pointer;
		display: block;
		z-index:2400;
		font-size: 30px;
	}

	#mobile_list_close {
		position: fixed;
		bottom: 0;
		right: 0;
		height: 60px;
		width: 60px;
		line-height: 60px;
		text-align: center;
		background: #444444;
		color:#fff;
		cursor:pointer;
		display: none;
		z-index:3400;
		font-size: 30px;
	}
	
}


@media only screen and (max-width: 800px) {
	
	#contacts_row {
		width: 100%;
		height: auto;
		line-height: 50px;
		background-color: #e5e5e5;
		text-align: center;
		padding: 0;
	}

	#contacts_row a {
		display: block;
	}
	
	#contacts_row .map {
		display: block;
	}
	
}


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

#main_menu {
	display: none;
}

#menu_footer {
	display: none;
}

.left_col {
	width: 100%;
	padding: 0;
}

.right_col {
	width: 100%;
	padding: 0;
}

.main_title.full {
	text-align: left;
	padding: 0 20px;
	width: auto;
	float: left
}

.onlymobile {
		display:block;
	}

	#mobile_list_btn {
		position: fixed;
		bottom: 0;
		right: 0;
		height: 40px;
		width: 40px;
		line-height: 40px;
		text-align: center;
		background: #444444;
		color:#fff;
		cursor:pointer;
		display: block;
		z-index:2400;
		font-size: 20px;
	}

	#mobile_list_close {
		position: fixed;
		bottom: 0;
		right: 0;
		height: 40px;
		width: 40px;
		line-height: 40px;
		text-align: center;
		background: #444444;
		color:#fff;
		cursor:pointer;
		display: none;
		z-index:3400;
		font-size: 20px;
	}
	
#mobile_menu {
		display:block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1400;
		text-align: right;
		width: 40px;
		background: #444444;
	}

	#mobile_menu_btn {
		color:#fff;
		font-size: 23px;
		line-height: 40px;
		margin-left: 10px;
		margin-right: 10px;
		cursor: pointer;
		display: block;
	}

	#mobile_menu_btn.open {
		display: block;
	}


	#mobile_menu_btn.close {
		display: none;
		color:#c2c2c2;
	}

	#mobile_menu_box {
		position: fixed;
		background:#fff;
		top:40px;
		right: -100%;
		width: 100%;
		bottom: 0;
		text-align: left;
		z-index: 2400;
	}

	.mobile_menu_item {
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
		padding:0px 10px;
		color:#3b3b3b;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 14px;
	}

	a .mobile_menu_item:hover {
		background: #444444!important;
		color:#fff;
	}

	.mobile_menu_subitem {
		width: 100%;
		height: 30px;
		line-height: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
		padding:0px 10px;
		color:#787878;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 14px;
	}

	.mobile_menu_subitem:hover {
		color:#1c753a;
	}

	#home_slide {
		width: 100%;
		height: 300px;
		position: relative;
	}

	#home_slide .big_image{
		width: 100%;
		height: 300px;
	}
	
	.big_image {
		width: 100%;
		height: 300px;
	}
	
	#welcome_box {
		margin: 0;
	}
	
	.pages_title{
		font-size: 30px;
		line-height: 35px;
		position: relative;
		margin-top: 0;
		top: 0;
		background: #444444;
		color:#fff;
		padding: 10px 0;
	}
	
	#menu_list_box {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		bottom: 0;
		padding: 20px;
		background: #fff;
		z-index: 2600;
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
		box-shadow: 0 0 0 0 rgba(0,0,0,0);
		border-left: 0px none;
		right: -100%;
	}

	#menu_list_close {
		display: none;
	}

	#menu_list_bottom_number {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 14px;
		background: #dfdfdf;
	}

	#menu_list_bottom_number h3{
		display: none;
	}

	#menu_list_bottom_number p{
		display: none;
	}

	.phoneNumber {
		font-size: 18px;
		color:#bf3b2c;
	}

	.menu_list_address {
		margin-top: 10px;
		color:#bf3b2c;
	}

	.menu_list_address i{
		font-size: 18px;
		margin-right: 5px;
	}
	
	#menu_list .scrollBox{
		position: absolute;
		top:0;
		left: 0;
		bottom: 110px;
		right: 0;
	}

	.menu_title { font-size: 16px;}

	.menu_item h2{
		font-size: 15px;
	}

	.menu_item h3{
		font-size: 13px;
	}

	#contacts_row a {
		font-size: 18px
	}

}
