@charset "utf-8";
/* CSS Document */
body { border-top:5px solid #f58220; margin:0px; padding:0px; overflow-x:hidden; font-family:Calibri; }
.main-container { max-width:940px; margin:0px auto; }
.banner { width:100%; border-top:2px solid #f58220; float:left; padding-bottom:10px; background:url(../images/banner-bg.png) bottom no-repeat; background-size:100% auto;  margin-top: -25px; }
.banner img { width:100%; }
.logo { float:left; margin: 1% 0% 0% 0%; width: 30% !important; }
.logo a img { width: 100%; }
#cssmenu { /* width:620px; */ float:right; position:relative; }
#cssmenu ul { margin:0px; padding:0px; list-style:none; }
#cssmenu ul li { float:left; line-height: 20px; }
#cssmenu ul li a { padding:50px 10px 10px;  float:left; text-decoration:none; margin:0px 0.5px 10px; color:#1c1c1c;}
#cssmenu ul li a:hover, .act { background:#f5821f; color:#ffffff !important;}
.content-wrapper { width:100%; background:#f8f7f7; float:left; margin:20px auto;}
.enquiry-form { position:absolute; top:5px; right:40px; padding:0px 5px 5px; background:#f58220; border-radius:0px 0px 5px 5px; z-index:1000;  }
.enquiry-form a { text-decoration:none; color:#ffffff; font-size:12px; font-weight:bold; line-height: 14px;  }
.list1 { width:207px; float:left; background:#eeeeee; margin-right:10px; padding:5px; }
.h-list { min-height:310px; font-size:15px; }
.list-title { text-align:center; color:#f58220; }
.list1 p { text-align:center; }
.con-left { width:600px; float:left; }
.con-right{ width:265px; float:right; background:#eeeeee; padding:10px; }
.con-left p{ text-align:justify; line-height:22px; }
.con-title span { color:#f58220; }
.con-right p { margin-top:10px; line-height:22px; }
.right { float:right; text-decoration:none; color:#f58220; }
.con-right .con-title span img{ margin-left:10px; margin-top:5px; margin-bottom:-5px; }
.footer-top { background:url(../images/footer-bg.jpg) repeat-x; width:100%;float:left; }
.footer { width:100%; float:left; margin-top:20px; }
.footer-top ul { margin:0px auto; padding:0px; list-style:none; width:700px; }
.footer-top ul li { float:left; margin:10px 15px; }
.footer-top ul li a { text-decoration:none; color:#ffffff; }
.footer-bot { background:#f68121; border-top:3px solid #00a8d5; float:left; width:100%; }
.footer-bot-inner { width:220px; margin:0px auto; }
.footer-bot-inner img { float:left; }
.footer-bot-inner-blk {/* float:right; */margin-top:20px; }
.social { width:150px; margin:0px auto; }
.social img { margin:10px; }
 .amazon_scroller { width:577px !important; padding:20px; background:#eeeeee; }
.amazon_scroller_mask { width:520px !important; }
.amazon_scroller_nav { width:582px !important; }
.list1 img {
  transition:all 1s ease-in-out;
  perspective: 800px;
  perspective-origin: 50% 100px;
}
.list1 img:hover {
  transform:rotateZ(180deg);
} 

.list1  {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}
.list1:hover {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
	 background:#f58220; 
	 color:#ffffff;
	 cursor:pointer;
}
.icon { width:100%; }
.icon img { float:left;margin-right:10px; }
.icon p { line-height: 20px; }
.f-title { font-size:20px; color:#ffffff; }
.footer-bot-inner-blk a { color:#ffffff; }
.s-o { color: #303030; font-size: 14px; }
.s-o img { float:left; margin-right:10px; }
.abt_right li { font-size:14px;}
.abt_right ul { margin-left:0px; }
.p-sub-title { padding: 2px 1px !important;}
.title_2 { width:100%; }
.photo img { width:49%; float:left; margin-right:1%; }
.photo1 img { width:24.5%; float:left; margin-right:.5%; }