@charset "UTF-8";
body {
	margin: 0px;
	background-color: #FFF;
	word-wrap: break-word !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 19px;
	text-decoration: none;
}



.main_pic {
	position: absolute;
	height: 20vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	top: -21vh;
	left:0px;
	border-bottom: 6px;
	border-bottom-color: #FFF;
}
a.button_grey {
	height: auto;
	width: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	position: relative;
	border: 1px solid #333;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin-right: 7px;
	margin-left: 7px;
}

a.button_grey:hover {
	color: #FFF;
	background-color: #333;
}

.footer_link {
	color: #999;
	text-decoration: none;
}

.arrow_button_grey {
	position: absolute;
	height: 10px;
	width: 100%;
	left: 0px;
	bottom: -10px;
	background-image: url(images/bg_button_grey.png);
	background-repeat: no-repeat;
	background-position: center top;
}

a.button_white {
	height: auto;
	width: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	position: relative;
	border: 1px solid #FFF;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin-right: 7px;
	margin-left: 7px;
}

a.button_white:hover {
	color: #333;
	background-color: #FFF;
}

a.button_white_fb {
	height: auto;
	width: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	position: relative;
	border: 1px solid #FFF;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin-right: auto;
	margin-left: auto;
}

a.button_white_fb:hover {
	color: #333;
	background-color: #FFF;
}

.arrow_button_white {
	position: absolute;
	height: 10px;
	width: 100%;
	left: 0px;
	bottom: -10px;
	background-image: url(images/bg_button_white.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 250px;
	width: 100%;
	position: relative;
	background-image: url(images/bg_head.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:  auto 250px;
	z-index: 9999;
	padding-top: 7px;
	padding-bottom: 7px;
}

#header_content {
	height: auto;
	width: 100%;
	position: relative;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 9999;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #333;
}

.header_in {
	height: 150px;
	width: 250px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}

.lang {
	position: absolute;
	height: auto;
	width: 220px;
	right: -237px;
	bottom: 7px;
	z-index: 9999;
	text-align: left;
	color: #333;
	text-decoration: none;
}
.lang_link {
	color: #333;
	text-decoration: none;
}

.lang_link:hover {
	color: #000;
	text-decoration: none;
}

#showroom {
	position: relative;
	height: 65vh;
	width: 100%;
	background-color: #000;
	display: block;
	margin-top: -172px;
}





#footer {
	position: relative;
	height: 80px;
	width: 99%;
	font-size: 14px;
	text-align: right;
	color: #333;
	text-decoration: none;
	font-weight: 300;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 80px; 
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 1%;
}



h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #0057A5;
	font-weight: 700;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 35px;
	text-decoration: none;
	text-align: right;
	color: #FFF;
	font-weight: 300;
}

.h2b {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-weight: 300;
}
	
h3 {
    font-size: 22px;
    line-height: 27px;
    text-decoration: none;
    text-align: left;
    color: #E89800;
    font-weight: 700;
}

h4 {
	font-size: 24px;
	text-decoration: none;
	text-align: left;
	color: #333333;
	font-weight: 300;
}
	
.menu2_holder {
	position: relative;
	height: auto;
	width: 100%;
	text-align: center;
}

.menu2_item {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inline-block;
	zoom: 1;
    *display: inline;
	position: relative;
	color: #666;
	padding-top: 54px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 18px;
}

.menu2_item:hover {
	color: #FFF;
	background-color: #666;
	background-position: center top;
}

#news {
	background-color: #614300;
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.news_item1 {
	position: relative;
	height: 200px;
	width: 420px;
	float: left;
	background-color: #e6dabb;
	padding: 10px;
	margin-bottom: 0px;
	display: block;
	color: #333;
	text-decoration: none;
}

.news_item {
	position: relative;
	height: 200px;
	width: 420px;
	float: right;
	background-color: #e6dabb;
	padding: 10px;
	margin-bottom: 0px;
	display: block;
	color: #333;
	text-decoration: none;
}

.news_item_tn {
	position: relative;
	height: 200px;
	width: 200px;
	float: left;
	background-color: #333;
}

.news_item_text {
	position: relative;
	height: 200px;
	width: 200px;
	float: right;
	text-align: left;
}

.news_item1:hover {
	background-color: #FFF;
}

.news_item:hover {
	background-color: #FFF;
}

.news_content_item {
	position: relative;
	height: auto;
	width: 100%;
	float: right;
	border-bottom-color: #e6dabb;
	padding: 10px;
	margin-bottom: 0px;
	display: block;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.news_content_item_tn {
	position: relative;
	height: 100px;
	width: 100px;
	float: left;
	background-color: #333;
	background-size: 100% auto;
}

.news_content_item_text {
	position: relative;
	height: auto;
	width: 780px;
	float: right;
	text-align: left;
}

.news_datum {
	font-weight: 300;
	color: #C90;
	text-decoration: none;
	font-size: 22px;
}

.news_tittle {
	font-weight: 300;
	color: #614300;
	text-decoration: none;
	font-size: 22px;
}

.wrapper {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}

.wrapper_content {
    height: auto;
    width: 50%;
    margin-top: 15vh;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-right: 17%;
    padding-left: 33%;
    background-color: #F6F6F6;
    background-image: url("images/white.png");
    background-size: 30.5% auto;
    background-repeat: repeat-y;
}

p {
	text-align: left;
}

.a_box1 {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 27%;
	padding-left: 1%;
	padding-right: 2%;
	height: auto;
	text-align: right;
	background-color: #848484;
	
	}

.newboxes1 {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}

.photo_holder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	position: relative;
	height: 400px;
	width: 100%; 
	background-color: #666;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}


#links_strip {
	position: relative;
	height: auto;
	width: 100%;
	background-color: #002C25;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.links_strip_item {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	height: 16px;
	width: 224px;
	font-weight: 300;
	margin-bottom: 4px;
	text-align: left;
	display: inline-block;
	zoom: 1;
    *display: inline;
	vertical-align: top;
}

.links_strip_item:hover {
	color: #e6dabb;
}

a.icon {
	height: 28px;
	width: 28px;
	position: relative;
	background-position: left top;
	display: inline-block;
	zoom: 1;
    *display: inline;
	background-size: 200% 100%;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}

a.icon:hover {
	background-position: right top;
}

a.icon_big {
	height: 40px;
	width: 40px;
	position: relative;
	background-position: right top;
	display: inline-block;
	zoom: 1;
    *display: inline;
	background-size: 200% 100%;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}

a.icon_big:hover {
	background-position: left top;
}


.nuni_lity {
	float: none;
	height: auto;
	min-height: 100vh;
	width: 94%;
	position: relative;
	color: #333;
	padding: 3%;
	text-align: left;
}

.nuni_lity h1 {
	color: #960;
	font-size: 36px;
	font-weight: 700;
	line-height: 32px;
	text-decoration: none;
	text-align: left;
}

.nuni_lity h2 {
	color: #666;
	font-size: 24px;
	font-weight: 300;
	line-height: 26px;
	text-decoration: none;
	text-align: left;
}

.nuni_lity_tn {
	float: none;
	height: 400px;
	width: 100%;
	position: relative;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.nuni_lity_tittle {
	float: right;
	height: auto;
	width: 60%;
	position: relative;
	text-align: left;
}

.nuni_lity_content {
	height: auto;
	width: 100%;
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #960;
	text-align: center;
}

.gall_tn {
	margin: 2px;
	height: 218px;
	width: 218px;
	position: relative;
	display: inline-block;
	zoom: 1;
    *display: inline;
	border: 1px solid #333;
	background-color: #999;
	color: #FFF;
	text-decoration: none;
}	

.gall_tn:hover {
	border: 1px solid #C00;
	background-color: #CCC;
	color: #333;
	text-decoration: none;
}
	

.gall_tn_icon {
	position: absolute;
	height: 25px;
	width: 25px;
	right: 10px;
	bottom: 10px;
}

.gall_tn_lable {
	position: absolute;
	height: auto;
	width: 198px;
	right: 10px;
	bottom: 10px;
	text-align: center;
}

#welcome {
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 4px;
	position: relative;
	background-color: #ccc;
	background-image: url("images/bg_welcome.png");
}

.link_welcome {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	text-decoration: none;
	display: inline;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url("images/bg_welcome_link.png");
	background-position: right;
	background-size: auto 100%;
}

.link_welcome:hover {
	color: #E8A50D;
}
	

.panel_left {
	vertical-align: top;
	float: left;
	height: auto;
	width: 39%;
	position: relative;
	color: #CCC;
	text-decoration: none;
	text-align: justify;
	font-size: 18px;
	font-weight: 300;
}

.panel_right {
	vertical-align: top;
	float: right;
	height: auto;
	width: 59%;
	position: relative;
}


@media all and (max-width : 1400px) {

	body {
	margin: 0px;
	background-color: #FFF;
	word-wrap: break-word !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
}
	
	
	.wrapper_content {
    height: auto;
    width: 70%;
    margin-top: 15vh;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-right: 7%;
    padding-left: 23%;
    background-color: #F6F6F6;
    background-image: url("images/white.png");
    background-size: 20.5% auto;
    background-repeat: repeat-y;
}

p {
	text-align: left;
}

.a_box1 {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 17%;
	padding-left: 1%;
	padding-right: 2%;
	height: auto;
	text-align: right;
	background-color: #848484;
	
	}
	
}


@media all and (max-width : 900px) {
	
	body {
	background-image: none;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-weight: 300;
}	
	
	h3 {
	font-size: 22px;
	line-height: 27px;
	text-decoration: none;
	text-align: center;
	color: #6E6E6E;
	font-weight: 700;
}
	
#contact {
	background-image: none;
}

	.h2b {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	break-after: auto;
}
	
.link_welcome {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	text-decoration: none;
	display: inline;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url("images/bg_welcome_link.png");
	background-position: right;
	background-size: auto 100%;
}
	
	
#welcome {
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 4px;
	position: relative;
	background-color: #ccc;
	background-image: url("images/bg_welcome2.png");
}	
	
.panel_left {
	vertical-align: top;
	float: left;
	height: auto;
	width: 100%;
	position: relative;
}

.panel_right {
	vertical-align: top;
	float: right;
	height: auto;
	width: 100%;
	position: relative;
}

#header {
	height: 150px;
	width: 100%;
	position: relative;
	background-color: #FFF;
	background-image: url(images/bg_head2.png);
	background-repeat: repeat;
	background-position: center top;
	z-index: 9999;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #000;
}

#header_content {
	height: 240px;
	width: 100%;
	position: relative;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 9999;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #000;
}

.header_in {
	min-height: 150px;
	width: 250px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.socials {
	position: relative;
	height: 34px;
	width: 100%;
	z-index: 9999;
	text-align: center;
	margin-top: 17px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	top: 0px;
}

.main_pic {
	position: relative;
	height: 200px;
	width: 100%;
	background-repeat: repeat;
	background-position: center center;
	background-size: 100% auto;
}

.lang {
	position: relative;
	height: 34px;
	width: 100%;
	z-index: 9999;
	text-align: center;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	top: 0px;
	color: #CCC;
}

.lang_link {
	color: #CCC;
	text-decoration: none;
}

.lang_link:hover {
	color: #FFF;
	text-decoration: none;
}

.links_strip_item {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	height: 16px;
	width: 48%;
	font-weight: 300;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
	zoom: 1;
    *display: inline;
	vertical-align: top;
}

	
#showroom {
	display: none;
}	

#daily_offer {
	background-size: 100% auto;
}

#food_menu {
	background-size: 100% auto;
}

.wrapper {
	height: auto;
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

.wrapper_content {
	height: auto;
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	text-align: left;
	padding-top: 80px;
	padding-bottom: 40px;
	padding-right: 2%;
	padding-left: 2%;
	background-color: aliceblue;
	background-image: url("images/white.png");
	background-size: 100% auto;	
	background-repeat: repeat-y;
}

.a_box1 {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	height: auto;
	text-align: center;
	background-color: #848484;
	
	}

.newboxes {
	height: auto;
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

.news_item1 {
	position: relative;
	height: auto;
	width: 96%;
	float: none;
	background-color: #e6dabb;
	padding: 10px;
	margin-bottom: 10px;
}

.news_item {
	position: relative;
	height: auto;
	width: 96%;
	float: none;
	background-color: #e6dabb;
	padding: 10px;
	margin-bottom: 10px;
}

.news_item_tn {
	position: relative;
	height: 200px;
	width: 200px;
	float: none;
	background-color: #333;
}

.news_item_text {
	position: relative;
	height: auto;
	width: 96%;
	float: none;
	text-align: center;
}


.news_content_item {
	position: relative;
	height: auto;
	width: 96%;
	float: none;
	padding: 10px;
	margin-bottom: 10px;
}

.news_content_item_tn {
	position: relative;
	height: 200px;
	width: 200px;
	float: none;
	background-color: #333;
}

.news_content_item_text {
	position: relative;
	height: auto;
	width: 96%;
	float: none;
	text-align: center;
}


	
	}
	
@media all and (max-width : 600px) {	

.photo_holder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	position: relative;
	height: 400px;
	width: 100%; 
	background-color: #666;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}



.menu2_item {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	width: 100%;
	color: #666;
	padding-top: 54px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.menu2_item:hover {
	color: #FFF;
	background-color: #666;
	background-position: center top;
}

.links_strip_item {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	height: 16px;
	width: 96%;
	font-weight: 300;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
	zoom: 1;
    *display: inline;
	vertical-align: top;
}

.nuni_lity_tn {
	float: none;
	height: auto;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	background-size: auto 100%;
}

.nuni_lity_tittle {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
}	



}
