
/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Arial, Helvetica, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #666;
  background-color:#f5f5f5;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #portfolio, #about, #contact {

  padding-top: 120px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #f5f5f5;
  color: white;
  padding: 1px 0;
  
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #e3722e;
}


.top_lsl{
float:right; 
width:80px; 
line-height:35px; 
height:35px; 
color:#666; 
margin-right:20px;
}
.top_lsl a{
color:#666;  
font-size:14px; 
}

.top_lsl a:hover{
 
  color: #f45a40;
}

.top_search{
    overflow: hidden;
    float: right;
    background: #fff;
    width: 250px;
    height: 20px;
    margin-top: 7px;
    border-radius: 50px;
}
.top_search input{margin: 0; 
padding: 0;
border:none;
-webkit-appearance:none;
        appearance:none;}
.top_search input[type="text"]{
    width: 225px;
    height: 20px;
    float: left;
    padding-left: 5px;
    outline: none;
	color:#999;
}
.top_search input[type="button"]{
    width: 20px;
    height: 20px;
    background: url("../images/top_search.jpg") no-repeat 0px;
    float: right;
    cursor: pointer;
    outline: none;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 28px 0;
  background: #f5f5f5;
/*  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;*/
}
.main-header .logo {
  margin-top: 0px;
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #333;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #666;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #e3722e;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #e3722e;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #e3722e;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

 
 
/* ** */

#nav li:hover ul {
	display:block;
}
#nav  li:hover ul a, #nav li.sfHover ul a {
 font-size:12px;
	color:#fff;
	text-transform:capitalize;
}
#nav  li ul a:hover, #nav  li ul a:active {
 font-size:12px;
	text-decoration:none;
	color:black;
	text-transform:capitalize;
}

#nav ul {
	/*background: url(images/black_90.png) repeat;*/
	
		/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);	
	
	position:absolute;
	top:40px;
	left:285px;
	box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	display:none;
}
#nav li ul#menu2 {
	position:absolute !important;
	top:40px;
	left:430px;
	
}

#nav ul li {
text-transform:capitalize;
	font-size:12px;
	line-height:25px;
	height:25px;
	width:200px !important;
	text-align:left;
 margin-left:-10px;
}
#nav ul li:hover, #nav ul li:active {
	/*background: url(images/purple_30.png) repeat;*/
	background:#d3d3cf;
}
#nav ul a:link, #nav ul a:visited {
	color:#fff;
}
#nav ul li {
	float:none;
}
 
#nav ul ul { /*affected width of sub sub menu on top nav */
	/*background: url(images/purple_80.png) repeat;*/
	width:200px;
	position:absolute;
	left:150px;

	
}
#nav li ul ul#m0 {
	position:absolute !important;
	top:0px;
}
#nav li ul ul#m1 {
	position:absolute !important;
	top:25px;
}
#nav li ul ul#m2 {
	position:absolute !important;
	top:50px;
}
#nav li ul ul#m3 {
	position:absolute !important;
	top:75px;
}
#nav li ul ul#m4 {
	position:absolute !important;
	top:100px;
}
#nav li ul ul#m5 {
	position:absolute !important;
	top:125px;
}
#nav li ul ul#m6 {
	position:absolute !important;
	top:150px;
}
#nav li ul ul#m7 {
	position:absolute !important;
	top:175px;
}
#nav li ul ul#m8 {
	position:absolute !important;
	top:200px;
}
#nav li ul ul#m9 {
	position:absolute !important;
	top:225px;
}
#nav li ul ul#m10 {
	position:absolute !important;
	top:250px;
}
#nav li ul ul#m11 {
	position:absolute !important;
	top:275px;
}
#nav li ul ul#m12 {
	position:absolute !important;
	top:300px;
}
#nav li ul ul#m13 {
	position:absolute !important;
	top:325px;
}
#nav li ul ul#m14 {
	position:absolute !important;
	top:350px;
}
#nav li ul ul#m15 {
	position:absolute !important;
	top:375px;
}

#nav ul ul li {
text-transform:capitalize;
	font-size:12px;
	line-height:25px;
	height:25px;
	width:200px !important;
	text-align:left;
 margin-left:0px;
}

 

/* 
 */
/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 80px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #e3722e;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-bottom: 0px;
  margin-top: 0px;
  background: #f5f5f5;
}
#portfolio .title-section h2 {
 
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #e3722e;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 80px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #e3722e;
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
  margin-top: 100px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
 font-family: Arial, Helvetica, sans-serif;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

.contact-top {
  text-align: center;
  padding: 0em 0em 3em 0em;
}
.contact-top h3 {
  text-align: center;
  font-size: 2.5em;
  color:#8fbe00;
  font-family: Arial, Helvetica, sans-serif;
}
.contact-top p {
  font-size: 16px;
  color: #666;
  line-height: 30px;;
  width: 80%;
  margin: 0em auto 0em;
}
.contact-bott input[type="text"] {
  font-size: 1em;
  color: #8C8C8C;
  outline: none;
  width: 32.5%;
  margin: 0em 0em 1em 0em;
  border: 1px solid #999;
  padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 3px;
}
.contact-bott input.email {
  margin: 0px 10px 0px 10px;
}
.contact-bott textarea {
  font-size: 1em;
  color: #8C8C8C;
  outline: none;
  width: 100%;
  height: 10em;
  resize: none;
  border-radius: 5px;
  border: 1px solid #999;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
.contact-bott input[type="button"] {
  font-size: 1em;
  color: #fff;
  padding: 0.4em 1em 0.4em 1em;
  background: #e3722e;
  border: none;
  width: 120px;
  outline: none;
  margin: 0.6em auto 0em;
  display: block;
  border-radius: 4px;
}
.contact-bott input[type="button"]:hover {
	background: #fe6103;
}
/*--contact end here--*/


 
 
/*-- men --*/
.men{
 
	padding:100px 0 0 0;
}
.fashions{
	float: left;
}
.title h3{
	color: #f45a40;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
}
.fashion-section{
	margin:3em 0 0 0; 
}
.fashion-grid{
	position:relative;
	padding:0;
	padding-right:1em;
}
.fashion-grid:hover div.product{
	display:none;
}
.fashion-grid a img{
	width:100%;
	position:relative;
	height:150px;
 
}
.fashion-view{
	background:rgba(26, 24, 24, 0.68);
	position:absolute;
	bottom:0;
	width:94.5%;
	height:100%;
	text-align:center;
	display:none;
}
.fashion-view span{
	background:url(../images/plus2.png) no-repeat 0px 0px;
	width:20px;
	height:20px;
	float:right;
	display:inline-block;
	margin:1em;
}
.fashion-view h4{
	margin-top:3em;
	font-weight:400;
	color:#2f2f2f;
	background:#d1d0d0;
	font-size:1.1em;
	padding:0.5em 1.5em;
	display:inline-block;
}
.fashion-view h4 a{
	text-decoration:none;
	color:#f45a40;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*.fashion-view h4:hover{
	background:#fff;
	color:#2f2f2f;
}
.fashion-grid:hover div.fashion-view{
	display:block;
}*/
.fashion-grid2{
	margin-top:3em;
}
.product{
	position:absolute;
	border-top:2px solid #f45a40;
	background:#dedede;
	width: 92.5%;
	padding:0.5em;
}
.not-avaliable{
	border-top:2px solid #c90001;
}
h4.sold-out{
	background:#fe3636;
	color:#fff;
}
h4.sold-out a{
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.fashion-grid h3{
	color: #666;
	font-size: 14px;
	margin: 10px 0;
}
.fashion-grid h3:hover{
 
	color:#f45a40;
}


.product p{
	color:#686767;
	font-size:14px;
	float:right;
	margin:1em 1em 0 0;
	display:inline-block;
}
.product p span{
	background:url(../images/tralle.png) no-repeat 0px 0px;
	width:15px;
	height:15px;
	display:inline-block;
	vertical-align:middle;
}


.sellers{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid rgb(220, 220, 220);
}
.sellers h4{
	font-size: 1.5em;
	color: #ffffff;
	line-height: 1.5em;
	text-shadow: 0 1px 0 #E1FE77;
	padding: 5px 10px;
	background: #e3722e;
}
.single-nav li {
	list-style-image: url(../images/marker1.gif);
	border-bottom: 1px dotted #ccc;
	list-style-type:none;
}
.single-nav li a {
	text-transform: capitalize;
	font-size: 1.2em;
	color: #555555;
	padding: 8px 15px;
	display: block;
}
.single-nav li a:hover {
	background: #fff;
	color: #f45a40;
}
.images_3_of_2 {
	width:35.2%;
	float: left;
	margin-right: 2.6%;
}
.banner-wrap{
	padding-bottom: 5%;
}
.banner-wrap.bottom_banner.color_link .main_link {
	border-color: #f0f0f0;
	background: #91b900;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.main_link {
	border: 5px solid #E5E5E5;
	background: #FFF;
	padding: 15px 20px 10px;
	text-decoration: none!important;
	text-align: center;
	display: block;
	min-height: 68px;
}
.banner-wrap.bottom_banner .main_link figure {
	display: inline-block;
	margin: 0 9px 0 0;
	vertical-align: middle;	
}
.banner-wrap.bottom_banner.color_link .main_link h5{
	color: #fff;
}
.banner-wrap.bottom_banner .main_link h5 {
	text-transform: uppercase;
	margin: -5px 0 0 0;
	display: inline-block;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -1px;
	vertical-align: middle;
}
.banner-wrap.bottom_banner .main_link h5 span {
	font-size:1.5em;
	line-height: 29px;
}
.banner-wrap.bottom_banner.color_link .main_link p {
	color: #fff;
}
.banner-wrap.bottom_banner.color_link .main_link:hover {
	text-decoration: none;
	background: #3CC395;
	border-color: #f0f0f0;
}
.brands{
	border:1px solid #ddd;
}
.brands h1{
	background: #F3F3F3;
	color: #333;
	padding: 10px;
	font-size: 1.3em;
}
.field{
	padding: 10px;
	text-align: center;
}
.field select {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #F0EFEE;
	background: #FFF;
	color: #555;
	outline: none;
	padding: 4px;
	font-size: 0.89em;
}
.field select.select1 {
	width: 100%;
}


.maincontent {
	float:right;
	width: 100%;
	position:relative;
}
.maincontent li {
	line-height:1.5em;
}
table.productDetail td {
	vertical-align:top;
}
hr.devider {
	border: 0; 
	color:#F0F0F0; 
	background-color:#dfdfdf;
	height:1px; 
	margin-top:10px; 
	margin-bottom:10px;
}
#productDetailImgWrap {
	position:relative;
	width:315px;
	border:solid 10px #e0e0e0;
	box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.35);
}
.zoomIcon {
    background: url(images/icon.png) repeat scroll 0 0 transparent;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
}
table.productDetail {
	border-collapse: collapse;
    border-style: hidden;
}
table.productDetailImgThumbs {
	margin-top:18px;
}
.productDetailImgThumbs img {
	float:left;
	border:solid 3px #F0F0F0;
	margin:2px;
	cursor:pointer;
}
/*
.productDetailThumbActive {
	opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
	/*cursor:default;
}*/

.productDetailThumb:hover {
		opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}
.cantDownload {
	opacity:0.2;
    filter:alpha(opacity=20); /* For IE8 and earlier */
}
.cantDownloadMsg {
	position:absolute;
	top:50px;
	display:block;
	z-index:9999;
	text-align:center;
	width:285px;
	left:0;
	display:none;
	padding:15px;
}
img.productSearchImg {
	border:solid 5px #e0e0e0;
}
ul#relatedItems li {
	float:left;
	margin:5px;
	width:180px;
	height: 170px;
    min-height: 170px;
}
ul#relatedItems img {
	border:solid 5px #e0e0e0;
}
ul#relatedItems a:link, ul#relatedItems a, ul#relatedItems a:active, ul#relatedItems a:hover, ul#relatedItems a:visited  {
	text-decoration:none;
	color:#000;
}

ul#relatedItems1 li {
	float:left;
	margin:3px;
	width:100px;
	height: 80px;
    min-height: 80px;
}
ul#relatedItems1 img {
	border:solid 2px #e0e0e0;
}

 
/*h1 {
font-weight:400;
	color:#e3722e;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:1.8em;
 
}	
h2 {
	font-size:1.2em;
	line-height:1.5em;
	margin:3em 0 0.6em 0.5em;
	font-weight:400;
}*/
/*-side-bar-*/
.side-bar{
	background:#dedede;
	padding:2em 2em 9em 2em;
	float:left;
}
.side-bar2{
	background:#dedede;
	padding:2em 2em 9em 2em;
}
.categories h3{
	font-weight: 600;
	color: #f45a40;
	font-size: 26px;
 
}
.categories ul{
	margin-top:1em;
	padding: 0;
}
.categories ul li{
	display:block;
	padding:3px 0;
}
.categories ul li a{
	color: #666;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}
.categories ul li a:hover{
	color: #f45a40;
}
.sales{
	margin:3em 0;
}
.sales h3{
	font-weight: 600;
	color: #f45a40;
	font-size: 26px;
 
}
.sales ul{
	margin-top:1em;
	padding: 0;
}
.sales ul li{
	display:block;
	padding:3px 0;
}
.sales ul li a{
	color: #666;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}
.sales ul li a:hover{
	color: #f45a40;
}

.pricing{
	margin-bottom:1em;
}
.pricing input[type="text"] {
	width: 40%;
	padding: 4px 7px;
	border:none;
	font-size: 1em;
	margin-bottom: 1em;
	color: #000;
	outline: none;
	font-weight: 400;
	float:left;
	margin-right:5%;
}
.size h4,.pricing h4{
	color:#3b3b3b;
	font-size:1.2em;
	font-weight:600;
	display:block;
	margin-bottom:0.5em;
}
.size ul {
  padding: 0;
  margin: 1em 0;
}
.size ul li{
	display:inline-block;
	margin:0 10px 0 0px;
}
.size ul li a{ 
	padding:5px;
	background:#afafaf;
	color:#1a1818;
	text-decoration:none;
	font-size:0.85em;
	text-align:center;
}
.size ul li a:hover{
	color:#fff;
	background:#f45a40;
}


/*-- single --*/
.single{
	padding:2em 0;
	background: #F0F0F0;
}
.single-left-left {
  width: 35.2%;
  float: left;
  margin-right: 5.6%;
}
.single-left-right{
	float:left;
}
.single-left-info h3{
	color: #f45a40;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}
.single-left-info a.view{
	color: #7e7f84;
	font-size: 14px;
}
.single-left-info p{
	color:#f45a40;
	font-family: Arial, Helvetica, sans-serif;
	margin:1em 0;
	font-size:24px;
}
.select-size p{
	font-size:14px;
	margin:0;
	color:#7e7f84;
}
.select-size ul {
  padding: 0;
  margin: 1em 0;
}
.select-size ul li{
	display:inline-block;
	margin:0 10px 0 0px;
}
.select-size ul li a{ 
  color: #444546;
  font-size: 12px;
  line-height: 2.2em;
  font-weight: 500;
  cursor: pointer;
  background-color: #fff;
  display: inline-block;
  min-width: 30px;
  height: 30px;
  padding: 1px 9px;
  border: solid 1px #697071;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.select-size ul li a:hover{
	color:#fff;
	background:#f45a40;
	  transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.product-details{
	margin-top: 3em;
}
.product-details h3{
	color: #f45a40;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 1em 0;
}
.product-details p{
	color: #7e7f84;
	font-size: 14px;
	margin:0;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 30px;
  border-top:1px #ccc solid;
  background-color: #e0e0e0;
  color: #999;
  padding: 12px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  text-align: center;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}
#toTop {
	display:none;
	text-decoration: none;
	position: fixed;
	bottom: 100px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 60px;
	border: none;
	text-indent: 100%;
	background-size: 35px;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
/*@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}*/
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
/*@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}*/
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
