.row {
	display: inline-block;
}
#nav{
	background-color: grey;
	opacity: .8;
	outline: solid medium black;
}
.nav li a{
	display: block;
	text-transform: uppercase;
	color: #0b0b96;
	background-color: #FFFFFF;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
 }
 #nav li.hover a{
	background: #C0C0C0;
	color: #0d0d75
 }
 #nav li.current a{
 	background:#0b0b96;
	color:#fff;
 }
 #nav li.current a:hover{
 	background: #C0C0C0 !important;
	color: #0d0d75 !important;
 }
 .w3-animate-top{
 	animation-fill-mode: forwards;
 	-webkit-animation-fill-mode: forwards;
 	animation-delay: 3s;
 }
 .w3-animate-bottom{
 	animation-fill-mode: forwards;
 	-webkit-animation-fill-mode: forwards;
 	animation-delay: 2s;
 }
 .slideContainer {
 	padding:1% 15% 0%;
 	overflow: hidden;
 }
 .slide{
 	height: 80%;
 	min-height: 300px;
 }
 .content {
 	margin:1% 10% 1%;
 	background-color: lightgrey;
 	outline: solid medium black;
 }
 body { 
  background: url('../images/bg2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
h3{
	 opacity: .95;
	 padding: 2%
}
#myHeader{
	background-color: #333333;
	padding-bottom: 2%;
}
.blue{
	color: #0b0b96;
}
.w3-bar-item{
	margin: 2px;
}
.toggleMenu {
    display:  none;
  	padding:4px 5px 0px 5px;
}
#boxshadow {
  position: relative;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  padding: 10px;
  background: white;
}

#boxshadow img {
  width: 100%;
  border: 1px solid #8a4419;
  border-style: inset;
}

#boxshadow::after {
  content: '';
  position: absolute;
  z-index: -1; /* hide shadow behind image */
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  width: 70%;
  left: 15%; /* one half of the remaining 30% */
  height: 100px;
  bottom: 0;
}
#contact {
	margin: 0 12% 0;
	padding: 0 2% 1%;
	background: lightgrey;
	width: 70%
}
#contact h1{
	width: 90%;
	color: #0b0b96;
}
.footer {
	background: #333333;
	outline: solid medium black;
}
#title {
	text-align: center;
	display: middle;
	top: 200px;
	color: #0b0b96;
	font-size: 100px;
}
/*--responsive design--*/
@media (max-width:1366px){
.icon1 ul {
	width: 270px;
	top: 64px;
	right: -98px;
 }
 h1{
 	font-size: 90px;
 }
 h3{
 	font-size: 20px;
 }
.button a {
 	margin-left: 71%;
 }
}
@media (max-width:1280px){
.icon1 ul {
	width: 270px;
	top: 63px;
	right: -55px;
 }
 h1{
 	font-size: 80px;
 }
 h3{
 	font-size: 18px;
 }
}	
@media (max-width:1024px){
.menu li a {	
	padding: 5px 10px;
 }
.header_right {
	width: 7%;
 }
.icon1 ul {
	width: 250px;
	top: 59px;
	right: -25px;
 }
 .sub-icon1 ul li p {
	font-size: 0.8125em;
 }
 .button a {
	margin-left: 27%;
 }
  .nbs-flexisel-nav-left {
	left: 60px;
 }
 .nbs-flexisel-nav-right {
	right: 60px;
 }
 .content_bottom-text h3, h3.m_3, .content-top h2{
 	font-size:2.5em;
 }
 .box-info-product .exclusive span {
	font-size: 17px;
	padding: 12px 11px 14px 63px;
 }
 h1{
 	font-size: 70px;
 }
 h3{
 	font-size: 16px;
 }
}	
@media (max-width:800px){
.menu {
	 margin:10px 0 0;
  }
  .header_right {
	 width: 10%;
  }
  .icon1 ul {
	width: 250px;
	top: 59px;
	right: -15px;
 }
 .search {
	left: 65%;
	width: 27%;
	top: 12px;
 }
 .content_bottom-text h3, h3.m_3, .content-top h2 {
	font-size: 2em;
 }
 h1{
 	font-size: 60px;
 }
 h3{
 	font-size: 14px;
 }
 .nbs-flexisel-nav-left {
	left: 10px;
 }
 .nbs-flexisel-nav-right {
	right: 10px;
 }
 .view-ninth:hover .mask-1 {
	display: none;
 }
 .view-ninth:hover .mask-2 {
	display: none;
 }
 .view-ninth .mask-1,  .view-ninth .mask-2{
 	display: none;
 }
 .view-ninth:hover .content {
	height: 53%;
	width: 41%;
 }
  .top_box {
	 margin-bottom: 20px;
 }
 h4.m_4, h4.m_5{
	margin-top: 10px;
 }
 ul.footer_box h4, ul.team_list h4{
	margin-bottom: 10px;
 }
 ul.footer_box {
	margin-bottom: 20px;
  }
  .footer_search, .footer_bottom{
	 margin-top:0;
  }
  ul.social {
	margin-top: 20px;
 }
 .team1{
 	margin-bottom:20px;
 }
 .team_bottom{
 	margin-bottom:20px;
 }
 .team_box {
	margin-bottom:0;
 }
 .shop_box{
 	margin-bottom:20px;
 }
 .shop_desc {
	padding: 10px;
 }
 .etalage_zoom_area div {
	 width:350px !important;
     height:350px !important;
  }
  .box-info-product {
	padding: 20px;
	margin-bottom: 20px;
  }
  .prosuct-qty select {
	padding: 2% 30%;
  }
  .desc {
	margin: 20px 0;
  }
  .product1{
  	margin-bottom:20px;
  }
}  
@media (max-width:768px){
.login-page {
	border-right: none;
	padding-right: 0;
  }
  h1{
 	font-size: 45px;
 }
 h3{
 	font-size: 12px;
 }
}
@media (max-width:640px){
  .header_right {
	 width: 11%;
  }
   .etalage_zoom_area div {
	 width:250px !important;
	 height:250px !important;
  }
  .btn1-default1 {
	 padding: 5px 7px;
  }
  h1{
 	font-size: 30px;
 }
 h3{
 	font-size: 10px;
 }
}
@media (max-width:480px){
  .header_right {
	 width: 15%;
  }
   .etalage_zoom_area div {
	 width:100px !important;
	 height:100px !important;
  }
  .btn1-default1 {
	 padding: 5px 7px;
  }
  .search {
	left: 56%;
	width: 33%;
 }
 .icon1 ul {
	top: 51px;
 }
 .content_bottom-text h3, h3.m_3, .content-top h2 {
	font-size: 1.5em;
 }
 .content-top p {
	font-size: 0.8125em;
 }
 .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 75px;
	height:126px;
 }
 .nbs-flexisel-nav-left {
	left:10px;
	background: url(../images/img-sprite.png) no-repeat -17px -372px;
 }
 .nbs-flexisel-nav-right {
	right:10px;
	background: url(../images/img-sprite.png) no-repeat -80px -372px;
 }
 .content-top h3 {
	font-size: 1em;
  }
  .view-ninth:hover .content {
	height:60%;
	width:70%;
 }
 .nav{
 	top:67px;
 }
 .single_image {
	width: 100%;
	float: none;
	margin-right: 0;
 }
 .single_left{
 	margin-bottom:20px;
 }
 .to {
	float: none;
	width: 100%;
 }
 .text {
	width: 100%;
	float: none;
 }
 .nav {
	right: 13px;
 }
 h1{
 	font-size: 15px;
 }
}
@media (max-width:320px){
.header_right {
   width: 24%;
}
.copy{
	float:none;
}
.dropdown {
	float: none;
	margin-top: 10px;
}
h4.m_11 {
	font-size: 0.85em;
	padding: 0 15px;
	line-height: 1.5em;
}
 .etalage_zoom_area div {
	 width:50px !important;
	 height:50px !important;
  }
  .nav {
	top: 66px;
	right: 8px;
 }
 h1{
 	font-size: 10px;
 }
 h3{
 	font-size: 8px;
 }
}
