@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	padding:0px;
}

/* START LOGO*/
.mylogo
{
	
	width:200px;
	padding:10px !important;
}
@media (min-width: 1px) and (max-width: 767px) { .logo { 
   
    width: auto;
	text-align:center;
	
}
.mobilespace10
{
	height:50px !important
	}
}

/* END LOGO */
/* START NAV MENU */

.breadcubs
{
	padding-top: 15px !important;
	background: orange!important;
}
.main_menu_wrapper
{
	width:100% !important;
	background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
    background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
	height:44px;
}

#nav {
 background: #e5e5e5;
 float: left;
 margin: 0; padding: 0;
 border-bottom: none;
}

#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
}

#nav li a {
 padding: 10px;
 text-decoration: none;
 color: white;
 background: #FFB600;
 background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
 background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
 border-right: 1px solid #3c3c3c;
 border-left: 1px solid #292929;
}

#nav li a:hover {
 background: #CF8700;
}

.active
{
	background:#CF8700 !important;
}
	
/* END NAV MENU*/
/* START BREADCUMBS*/

/* END BREADCUMBS*/

/* Start Zoom Effect on all device*/

@media (min-width: 1281px) {
  
.frontzoom
{
 zoom:45%; 
}
  
}

@media (min-width: 1025px) and (max-width: 1280px) {
  
.frontzoom
{
 zoom:42%;
}
  
}

@media (min-width: 768px) and (max-width: 1024px) {
  
.frontzoom
{
 zoom:40%;
}
  
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
.frontzoom
{
 zoom:35%;
}
  
}

@media (min-width: 481px) and (max-width: 767px) {
  
.frontzoom
{
 zoom:30%;
}
 .mobilehi
{
    display : none;
} 
}

@media (min-width: 320px) and (max-width: 480px) {  
.frontzoom
{
 zoom:21%;
}
.mobilehi
{
    display : none;
}
}
/* END Zoom Effect on all device*/
/* Start Footer*/
.breadcubs_footer
{
	background:#000 !important;
	padding:20px !important;
	}
/* END Footer*/