html { 
	background: url('/images/bg1.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
/*	background: rgb(254,255,255);
	background: -moz-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(160,216,239,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%);
	background: radial-gradient(ellipse at center, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=1 ); */
}
body {
	/* background: url('/images/black_40.png') repeat top left fixed; */
	background:none; 
}
h1 {
	padding:2px 0px 0px 0px;
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:22px;
	text-transform:uppercase;
}
a, a:link, a:active, a:visited {
	color: #d92a27;
	text-decoration:underline;
}
a:hover {
	color: #ffffff;
	text-decoration:none;
}
#ebar {
	background: #d82b27;
	color:#FFFFFF;
	padding:4px 0px;
	font-weight:bold;
	font-size:18px;
	border:2px #ffffff solid;
}
#page3 {
	background: url('/images/black_20.png') repeat top left;
	-webkit-box-shadow: 0px 0px 100px 10px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 100px 10px rgba(255,255,255,1);
	box-shadow: 0px 0px 100px 10px rgba(255,255,255,1);
}
#page {
	padding:0px;
}
#page_content {
	background: url('/images/black_70.png') repeat top left;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	border:1px #000000 solid;
	color:#FFFFFF;
}
.slideshow {
	background:#FFFFFF;
	padding: 8px;
}
.menu_bar {
	padding:0px;
	margin:0px;	
}
.navbar-inverse {
	background: #3b3b3b; /* Old browsers */
	font-size:16px;
	border:0px;
	border-top:2px #0088ce solid;
	border-radius:0px;
}
.navbar-inverse .navbar-nav > li > a
{
	color:#FFFFFF;
	border-left:0px #000000 solid;
	text-decoration:none;
	padding:10px 11px 5px 11px;
}
.navbar-inverse .navbar-nav > li > ul > li > a {
	text-decoration: none;
	color:#FFFFFF;
}
.navbar-inverse .navbar-nav > li > ul > li > a:hover {
	color:#FFFFFF;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
	background: url('/images/white_20.png') repeat top left;
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
	background: url('/images/white_20.png') repeat top left;
    color: #FFFFFF;
}
.navbar-inverse .nav_item_last {
}
.navbar-inverse .navbar-nav .nav_item_first {
}
.navbar .dropdown-menu {
	background: url('/images/black_80.png') repeat top left;
	z-index:100000;
}
.dropdown-menu > li > a {
	color:#FFFFFF;
}
.dropdown-menu > li > a:hover {
	color:#FFFFFF;
	background: url('/images/white_20.png') repeat top left;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
	background: url('/images/black_80.png') repeat top left;
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:none;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.slideshow {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}
.carousel h1 {
	font-size:2em;
}

.carousel {
	border:1px #333 solid;
	overflow: hidden;
	position:relative;
}
.carousel .item img{
	min-height: 100%;  
	min-width: 100%;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.carousel2 h1 {
	font-size:2em;
}
.carousel2 {
	border:1px #333 solid;
	overflow: hidden;
	position:relative;
}
.carousel2 .item img{
	min-height: 100%;  
	min-width: 100%;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.carousel2 {
	position:relative;
	overflow:hidden;
	height:300px;
}
.carousel2 .item{
	width: 100% !important;
	overflow:hidden;
	position:relative;
	height:300px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.arrow-menu {
	border-top: 18px solid transparent;
	border-bottom: 19px solid #0088ce; 
	border-left:35px solid transparent; 
	border-right:35px solid #0088ce; 
	position:absolute;
	top:64px;
	right:0px;
	width:70px;
	height:36px;
}
.arrow-header {
	border-bottom: 14px solid transparent;
	border-top: 14px solid #0088ce; 
	border-right:35px solid transparent; 
	border-left:35px solid #0088ce; 
	position:absolute;
	top:0px;
	right:0px;
	width:70px;
	height:28px;
}
.arrow-feature {
	border-top: 14px solid transparent;
	border-bottom: 14px solid #d92a27; 
	border-left:35px solid transparent; 
	border-right:35px solid #d92a27; 
	position:absolute;
	top:0px;
	left:0px;
	width:70px;
	height:28px;
}
.arrow-price {
	border-bottom: 14px solid transparent;
	border-top: 14px solid #0088ce; 
	border-left:25px solid transparent; 
	border-right:25px solid #0088ce; 
	position:absolute;
	margin-right:5px;
	top:5px;
	right:50%;
	width:50px;
	height:28px;
	z-index:200;
}
.price_header {
	background: #0088ce;
	color:#ffffff;
	font-weight:bold;
	margin-left:50%;
	padding-right:10px;
	height:28px;
	width:50%;
	font-size:20px;
	text-transform:uppercase;
	z-index:201;
	position:absolute;
	top:5px;
	right:5px;
	text-align:right;
}
.arrow-price-sale {
	border-bottom: 14px solid #d92a27;
	border-top: 14px solid #0088ce; 
	border-left:25px solid #d92a27; 
	border-right:25px solid #0088ce; 
	position:absolute;
	margin-right:5px;
	top:5px;
	right:50%;
	width:50px;
	height:28px;
	z-index:200;
}
.price_header-sale {
	background: #d92a27;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:50%;
	padding-left:10px;
	height:28px;
	width:50%;
	font-size:20px;
	text-transform:uppercase;
	z-index:199;
	position:absolute;
	top:5px;
	left:5px;
	text-align:left;
}
.page_feature {
	background: #d92a27;
	color:#ffffff;
	font-weight:bold;
	margin-left:70px;
	padding-right:10px;
	height:28px;
	font-size:20px;
	text-align:right;
}
.page_header {
	background: #0088ce;
	margin-right:70px;
	padding-left:10px;
	height:28px;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
}
.highlight_box {
	background: url('/images/black_30.png') repeat top left;
	background: #FFFFFF;
	padding:6px;
	border:1px #000000 solid;
	text-align:center;
	color:#FFFFFF;
}
div.item-wrapper {
	position: relative;
}
div.item-wrapper.item-content {
	position: absolute;
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
}
div.image-wrapper img {
	vertical-align: middle;
}
div.image-wrapper {
	height: 200px;
	text-align: center;
	white-space: nowrap;
	overflow:hidden;
}
div.image-wrapper.image-content {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
@media (max-width: 767px) {
	/* XS */
	.carousel {
		position:relative;
		overflow:hidden;
		height:200px;
	}
	.carousel .item{
		width: 100% !important;
		overflow:hidden;
		position:relative;
		height:200px;
	}
	div.item-wrapper {
		padding-bottom: 100%;
	}
	div.image-wrapper {
		padding-bottom: 100%;
	}
	.carousel2 {
		height:200px;
	}
	.carousel2 .item{
		height:200px;
	}
	.carousel3 {
		position:relative;
		overflow:hidden;
		height:200px;
	}
	.carousel3 .item{
		width: 100% !important;
		overflow:hidden;
		position:relative;
		height:200px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	/* SM */
	.carousel {
		position:relative;
		overflow:hidden;
		height:300px;
	}
	.carousel .item{
		width: 100% !important;
		overflow:hidden;
		position:relative;
		height:300px;
	}
	div.item-wrapper {
		padding-bottom: 20%;
	}
	.carousel2 {
		height:250px;
	}
	.carousel2 .item{
		height:250px;
	}
	.carousel3 {
		position:relative;
		overflow:hidden;
		height:200px;
	}
	.carousel3 .item{
		width: 100% !important;
		overflow:hidden;
		position:relative;
		height:200px;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	/* MD */
	.menu_bar {
		margin-top:64px;	
	}
	.carousel {
		position:relative;
		overflow:hidden;
		height:400px;
	}
	.carousel .item{
		width: 100% !important;
		overflow:hidden;
		position:relative;
		height:400px;
	}
	div.item-wrapper {
		padding-bottom: 10%;
	}
	.carousel2 {
		height:250px;
	}
	.carousel2 .item{
		height:250px;
	}
	.carousel3 {
		position:relative;
		overflow:hidden;
		height:200px;
	}
	.carousel3 .item{
		width: 100% !important;
		overflow:hidden;
		position:relative;
		height:200px;
	}
}
@media (min-width: 1200px) {
	/* XS */
	.menu_bar {
		margin-top:64px;	
	}
	.carousel {
		position:relative;
		overflow:hidden;
		height:400px;
	}
	.carousel .item{
		width: 100% !important;
		overflow:hidden;
		position:relative;
		height:400px;
	}
	div.item-wrapper {
		padding-bottom: 10%;
	}
	.carousel2 {
		height:250px;
	}
	.carousel2 .item{
		height:250px;
	}
	.carousel4 {
		position:relative;
		overflow:hidden;
		min-height:200px;
		max-height:200px;
	}
	.carousel4 .item{
		width: 100% !important;
		overflow:hidden;
		position:relative;
		min-height:200px;
		max-height:200px;
	}
}

.detail-img:hover {
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index:100000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}