
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
  position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   height:250px;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;

   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
 
   margin: 20px 0 0 0;
}
.view h3 {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.info {
  	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size:3em;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
  
   background: transparent;
   margin:40px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #fff;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h3 {
   color: #fff;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover h3,.view-tenth:hover.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
/****  Logos ****/
.company_logos{
	padding:5em 0;
	background:azure;
}
.company_logos h3{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#000;
	margin-bottom:15px;
	text-transform:uppercase;
	text-align:center;
	font-size:2em;
	font-weight:700;
}
.ocarousel_window {
	width: 100%;
}
.ocarousel {
    display: none;
    padding:20px 0;
    position:relative;
}
.ocarousel span a.prev,.ocarousel span a.next{
	position:absolute;
	top:38%;
}
.ocarousel span a.prev{
	left: 0;
	font-size: 3em;

}
.ocarousel span a.next{
	right:0;
	font-size: 3em;
	
}
.ocarousel span a img{
    padding-top:5px;	
}
.ocarousel_window {
   overflow: hidden;
   white-space: nowrap;
   /* default size */
   width:84%;
   margin:0 auto;
}
.ocarousel_window_slides {
   position: relative;
   margin: 0 auto;
   overflow: hidden;
   width: 50000px;
   white-space: nowrap;
 }
.ocarousel_window_slides * {
    float: left;
    white-space: normal;
    margin: 0 5px;
}
.ocarousel_indicators {
    width: 100%;
}

/*** responsice layout 
@media all and (max-width: 1024px) {
	
   
}
@media all and (max-width: 800px) {
  .logo {
     float:none;
     padding:15px 0 30px;
     text-align:center;	
  }
  .col-md-4 {
	 margin-bottom: 3em;
 }
 .view .mask, .view .content {
	height: 263px;
}
.view-tenth img {
  	transition: none;
}
div#main-reservation-text {
	margin-bottom: 2em;
}
.welcome_desc {
	width: 99%;
	margin-bottom: 2em;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img, .view img {
	display:inline;
}
.view .mask, .view .content, .label-product > span {
	left:180px;
}
.reservation_top, .grids, .content-bottom{
	padding: 4em 0 2em;
}
.room_grids {
	margin-bottom:0;
}
.nbs-flexisel-nav-left {
	left: -14px;
}
.reservation, .company_logos, .footer, .staff{
	padding: 3em 0;
}
.search input[type="text"] {
	width:96%;
}
.footer_top {
	padding-bottom:0;
}
.staff_grid {
	margin-bottom: 2em;
}
.category_widget {
	margin: 4em 0 3em;
}
}
@media all and (max-width: 640px) {
 .view .mask, .view .content, .label-product > span {
	left:110px;
}
.main_title, .about h2{
	font-size: 2em;
}
.about h3 {
	font-size: 1.2em;
}
.about p {
	margin: 1em 0 2em;
}
ul.recent-list {
	margin-top: 3em;
}
.footer_grid h4 {
	margin-bottom: 0.5em;
}
}
@media all and (max-width: 480px) {
.headertop_nav li a {
	font-size: 0.85em;
	margin:0;
}
#loginButton span {
	padding: 10px 10px;
}
.product_image img, .mask{
	width: 250px;
}
.view .mask, .view .content, .label-product > span {
	left:90px;
}
.label-product > span {
	font-size: 14px;
	padding: 5px;
}
.view-tenth h2 {
	margin: 10px 10px 0px 10px;
	font-size:1em;
}
.view h3 {
	padding: 10px 10px 0px;
}
.product_container h3 {
	font-size: 1.5em;
	margin: 1em 0 0.4em;
}
ul.person h4, .product_container p{
	font-size: 1em;
}
#main-reservation-text h3{
	font-size: 1.4em;
}
.btn.btn-primary {
	font-size: 1.5em;
	padding: 8px 10px;
}
.nbs-flexisel-nav-right {
	right: -17px;
}
.welcome_desc h3, .middle_right h3 {
	margin-bottom:0.5em;
}
h2.staff_head, h3.hist{
	font-size: 2em;
	margin-bottom: 0.5em;
}
.history_grid h3 {
	font-size: 14px;
	margin-top: 1em;
}
.about p {
	font-size: 0.95em;
}
.post1 h3 {
	font-size: 1.5em;
}
ul.dc_pagination li a {
	padding: 7px 10px 7px 7px;
	font-size: 0.85em;
}
.category_widget {
	margin: 3em 0 2em;
}
.map {
	height: 200px;
	margin: 0 0 20px;
}
.contact-form textarea {
	height:150px !important;
}
.copy_right {
	float: none;
}
.footer_nav {
	float: none;
	margin-top: 1em;
}
}
@media all and (max-width: 320px) {
.headertop_nav {
	float: none;
	padding:5px 0;
}
.header-top-right {
	float: none;
}
.header-top-right {
	float: none;
}
.logo h1 {
	font-size: 2.5em;
}
.logo h1 span {
	font-size: 15px;
}
.login_box {
	float:none;
}
.product_image img, .mask{
	width: 230px;
}
.view .mask, .view .content, .label-product > span {
	left:20px;
}
.search input[type="text"] {
	width: 89%;
}
ul.comment-list {
	padding: 1em;
}
.comments-area input[type="text"] {
	padding: 10px 10px;
	width: 85%;
}
.comments-area textarea {
	padding: 10px 10px;
	width: 95%;
	height: 120px;
}
.comments-area input[type="submit"] {
	padding: 10px;
}
}