/*
Theme Name: Diora
*/


@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Lato|Roboto);
body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}
a {
    transition: all 0.3s ease 0s;
}
a, ul, li{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
}

.wrapper{
	width:1170px;
	height:auto;
	margin:0 auto;
}
.top-main{
	width:100%;
	height:auto;
	float:left;
}
.top-logo-bg{
	width:100%;
	height:77px;
	float:left;
	background:#000000;
}
.logo{
	width:240px;
	height:77px;
	float:left;
}
.logo span{
	width:240px;
	height:77px;
	display:table-cell;
	vertical-align:middle;
}
.logo-right-menu{
	width:930px;
	height:77px;
	float:right;
}
.top-red-btn{
	float:right;
	margin-top:22px;
}
.top-red-btn a{
	float:left;
	background:#ed4e24;
	margin-left: 5px;
	width:92px;
	height:34px;
	text-align:center;
	line-height:34px;
	color:#fff;
	font-weight:bold;
	border-radius: 4px;
}
img[class*="wp-image-"]{
	
	margin:8px;
	width: 147px;
	height: 100%;
	
}


img[class*="wp-image-"]:hover{
opacity: .6;
 transition: opacity .55s ease-in-out;
 -moz-transition: opacity .55s ease-in-out;
 -webkit-transition: opacity .55s ease-in-out;
}
.top-red-btn a:hover{ background:#383c47;}
.top-p-no{
	float:right;
	font-weight:bold;
	color:#5787f5;
	font-size:14px;
	border-left:1px solid #fff;
	padding-left:23px;
	margin-left: 23px;
	margin-top:28px;
	margin-right: 16px;
}
.logo-right-menu-ul{
	float:right;
	margin-top:4px;
}
.logo-right-menu-ul li{
	float:left;
	margin-left:32px;
	line-height: 66px;
}
.logo-right-menu-ul li a{
	font-size:12px;
	color:#fff;
	padding-top: 24px;
}
.logo-right-menu-ul li a:hover{
	border-top:4px solid #5787f5;
	background:url(images/icon/hover-icon.png) no-repeat center top;
}
.logo-right-menu-ul li a.active{
	border-top:4px solid #5787f5;
	background:url(images/icon/hover-icon.png) no-repeat center top;
}
.top-2nd-menu{
	width:100%;
	height:46px;
	margin-left:11px;
	
}
.top-2nd-menu ul{ padding:15px 0; float:left;}
.top-2nd-menu li{
	float:left;
	border-right:1px solid #606167;
	padding:0 10px;
	line-height: 13px;
}
.top-2nd-menu li a{
	color:#484950;
	font-size:13px;
}
.top-2nd-menu li a:hover{ color:#ed4e24;}
.top-2nd-menu li a.active{ color:#ed4e24;}
.top-2nd-menu li:first-child{ padding-left:0;}
.top-2nd-menu li:last-child{ border:none;}
.top-search{
	width:335px;
	height:32px;
	float:right;
	margin-top:7px;
}
.top-search .medium {
	width: 280px;
	height: 30px;
	padding: 0px 5px;
	color: #5d5b5b;
	border: 1px solid #d0d3eb;
	border-right: none;
	float: left;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
.top-search .submit {
	background:url(images/icon/search-icon.png) no-repeat;
	width: 42px;
	height: 32px;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.small-images{
    
    margin: 5px 2px 0 0;
    border: 1px solid #ddd;
    padding: 2px;
}
.top-3rd-menu-bg{ width:100%; height:45px;  background:#eaedf3;}
/*.top-3rd-menu{width:100%; height:45px; float:left;}
.top-3rd-menu ul{
	float:left;
	padding:14px 0;
}
.top-3rd-menu li{
	float:left;
	margin-right:24px;
}
.top-3rd-menu li:last-child{ margin:0;}
.top-3rd-menu li a{
	font-size:13px;
	font-weight:bold;
	color:#30343f;
}
.top-3rd-menu li a:hover{ color:#356ff2;}
.top-3rd-menu li a.active{ color:#356ff2;}*/

#cssmenu {
  position: relative;
  height: 44px;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  padding: 15px 12px;
  color: #7a8189;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #5787F5;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  -webkit-box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.31);
-moz-box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.31);
box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.31);
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 12px;
  color: #5A5A5A;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #f2f2f2;
  color: #8c9195;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}











/* CSS for Vertical Menu */
#cssmenu_v {
  padding: 0;
  margin: 0;
  border: 0;
}
#cssmenu_v ul,
#cssmenu_v li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu_v ul {
  position: relative;
  z-index: 1;
}
#cssmenu_v ul li {
  min-height: 1px;
  line-height: 1em;
}
#cssmenu_v a {
  display: block;
  text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu_v {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 240px;
}
#cssmenu_v ul {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-color: #F1F1F1;
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(#ffffff, #f5f5f5);
  border: 1px solid #CCC;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu_v li {
  border-bottom: 1px solid #CCC;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
  padding: 1px;
}
#cssmenu_v li:last-child,
#cssmenu_v li.last {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 0 none;
}
#cssmenu_v li.active {
  -moz-box-shadow: 1px 2px 0 -1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 2px 0 -1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 0 -1px rgba(0, 0, 0, 0.25);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAA3NCSVQICAjb4U/gAAAAHUlEQVQImWMIDQ1l+v//PxMDAwNWGp8cMWpoZDYAkxlMDz07IIoAAAAASUVORK5CYII=);
  background-image: -webkit-linear-gradient(top, #555555, #3b3b3b);
  background-image: -moz-linear-gradient(top, #555555, #3b3b3b);
  background-image: -o-linear-gradient(top, #555555, #3b3b3b);
  background-image: linear-gradient(#555555, #3b3b3b);
  position: relative;
  left: -8px;
  width: 250px;
}
#cssmenu_v li.active a {
  border: 1px dashed #6e6e6e;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-right: 0 none;
  position: relative;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#cssmenu_v li.active:before,
#cssmenu_v li.active:after {
  content: '';
}
#cssmenu_v li.active:before {
  z-index: 1;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-style: solid;
  border-width: 0 8px 5px 0;
  border-color: transparent #222222 transparent transparent;
}
#cssmenu_v li.active:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAwCAYAAAD6g+EuAAAFiUlEQVR4Xp1XXUhcVxCec1cDQmMIQQgk0dK6atrHkoBkwUJ21fV/VZNAArT0MYRCfclrSqCUEAiltEAL7UtLWluNUJrgS0hb0JBVpKrR2qartb/60rru3dV4TmeOc865LlFdz/LdmTN37jdz5/zdFT09PUkAOIv4F3ZrAqFgz81D51cQQ6gfUirwpAoKtSklgPZR1oZwfXZ15OxyGuVdAPGcUoaKiZhM6AtBMKWWlsy5Kvuc6O3tVYuLi7CxsUE+PyDq+/r6fNhnwzK7zEmEKytR6IgRvNxFhxLYd+NXIPLUfAoyvo99O151CgN0d2OA/XJzST26pFIpbZF4CYVCpNdhb7Cru6vgAEq5AJ6+Ch4i1Csrw+CFPHKKoam/q6vrQIH0dh55NhqPcsbP4BiEzZxqRFlQABlIXSQSnW6CctUrKipgfn4ehCvjAIoL/f39a7uRd3Z2BheRpIxtwUidT6Vc3TyPZAJ9bic6O3ctkQpAdHR07Liga2pqYG5uzqyDrzD8hTsDdza2808kEjaKp1zNOfOt8LM+hMNhfjvVLRR81tGRCO02F5UeUMk7BBtID4566tcU+L5vp5kEdR61T9rbO54ZQEpikJpHtLW18vLZW6N1wCX6dHBw8PV8h/b2dqt7OmO82J82gBtgB+pTiWiQqf9aW1vbx5DfzPNmhQZKziWSII3dRdJa1s9CuKrKcLzRmheAnpOgtISWlhZVCJoRV65c2dSbre0DfjviYzQjeXMzOhm0aNmCknUCEiDcfYL1w9Io5rhF5CgtPAmw9WAwdQdp7UoiuFzspu0S+1XV1SC8EHm+iUFuuiFTvEIlE+laackEZGebtFXVfqZlfR+qq8MgRIisb6HnO2alQzweVzujaYve9Ayfy5cvKzrRWrH+8aY4+VxHO0BjvFHFEY2NBK1rIrQj4gE7yfimTtL1GXH7bHxTv+aBdHObQPWV0s1VVy72A5bS3NHClY/9tGtDQ4MyqNeynnSH7Wz1TtLmd/XqVXXx0iVtq6ur+xDtUGQWjtu7uS904izZRl6CsnKfFSUlJXrnXFhYgOXlZVhZWfl8eHj4CwB43lN2N2Rio+tLsEQ8i3hjUtw/+dJJvbktLS9BemXlNhJ/BKbFYlEVi8VUFBEjRKMI0vNB9ij7IFg/d/6cvldbW/slALzKeAH5QETRcfsPQAHCDZvFwYOl+Pr/2f7q6urXmPH73F2IRqNPSPF42IN7ugXwKgx+1pWWHoLqqrD1X02ng8S/Rc+efQK8y3ooeRd0AUAjEATccg+HX4SZmRlQkjJODwyPjFhi9PlFuZlpZgvC0gjW2COvLNPTj6kMkMlkBkdGRt5j8yIRmyTyT3+Cy9hILtWRI0esnk6nifgbJL4VIP7ZEAbPB0+aSMpsSW6zIrWsrAwqysspBx3Qz/jfIvFN5vrdEQcqwAkXcTgbQGvCnUHl5cdhYmIKbUz88OENZvkDCeYgr7kPWnPMBUvBHqzAxI8TkM35kM1k7+UR/7TjtyKVhSWoAPGxY8fNakTiHJ2b9x4lHxniP7cn5ryUyVyQ5qKdOHGCBtBm4Pv+UDKZvIGfE5KJZ2H75pIExZkHttbDhw/D5OSkjp7NZodGR0ffZeK/diNm2DIXaVoh7J+qqalJeLr+FHK5tftBYsTeiMHtJp7g/0RmIq6vr2PGufvJ0eR1Jv6biBU22Bs7GP4i+tAvPlBsHXLZtQejY6NB4hkmLqBxWegvyvT0NChNnHswNjb2NhP/UzBx/vKfmZ0FiVxr2dz34+Pj1wPEjwslZnZX+zNnzqhTp099V1xcHOWN/mWEQDsQIiQNIiyD9yIR1CPcJ0Ssb+jo0aP1mPE1HMinALCEmKaAW4+M/TXB2VJbJmKE3G+N8+EVQFxw+x+HoQI3k2nQ1gAAAABJRU5ErkJggg==) no-repeat;
  display: block;
  height: 48px;
  width: 24px;
  position: absolute;
  right: -24px;
  top: 0px;
  z-index: 1;
}
#cssmenu_v a {
  border: 1px solid transparent;
  color: #444;
  height: 42px;
  line-height: 40px;
  padding: 0 12px;
  text-align: left;
  text-overflow: ellipsis;
}




.banner-bottom-bg{
	width:100%;
	height:83px;
	background:#383c47;
	float:left;
}
.banner-bottom-bg-contain{
	width:100%;
	height:83px;
	float:left;
	color:#fff;
	font-size:14px;
}
.banner-bottom-bg-contain p{
	display:table-cell;
	vertical-align:middle;
	height:83px;
}
.banner-bottom-bg-contain a{ color:#dd0031;}


.main-body{
	width:100%;
	height:auto;
	float:left;
}
.main-body-left{
	width:820px;
	height:auto;
	float:left;
	margin-top:19px;
}















.product-area{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:40px;
}
.product-area-header{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;
	
	
}
.product-area-header span{
	background:url(images/product-header-bg.png) repeat-x left;
	float:left;
	width:516px;
	height:1px;
	margin-top: 48px;
	margin-left:20px;
}
.product-area-header h3{
	font-family: 'Open Sans', sans-serif;
	color:#383c47;
	font-weight:normal;
    font-size: 24px;
	float:left;
	padding:12px 20px;
	background:#eaedf3;
}
.product-main{
	width:100%;
	height:auto;
	float:left;
}


/***********************************************Products slider*******************************************/
.ca-container{
	position:relative;
	margin:0px auto 0px auto;
	width:100%;
	height:272px;
}
.ca-container-big{
	height:512px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:292px;
	min-height: 326px;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	/*padding:20px;*/
	position:absolute;
	top:5px;
	left:8px;
	right:8px;
	bottom:5px;
	overflow:hidden;
	border:1px solid #bfc0c1;
	background:#fff;
}
.ca-item-main-g{
	border-top:3px solid #017db9;
}
.ca-icon {
width: 100%;
position: relative;
margin: 0 auto;
padding-top: 17px;
}
.ca-icon img{
	margin-top: 15px;
	/*width:190px;
	height:145px;*/
}
.ca-item-2 .ca-icon{
	background-image:url(images/animal2.png);
}
.ca-item-3 .ca-icon{
	background-image:url(images/animal3.png);
}
.ca-item-4 .ca-icon{
	background-image:url(images/animal4.png);
}
.ca-item-5 .ca-icon{
	background-image:url(images/animal5.png);
}
.ca-item-6 .ca-icon{
	background-image:url(images/animal6.png);
}
.ca-item-7 .ca-icon{
	background-image:url(images/animal7.png);
}
.ca-item-8 .ca-icon{
	background-image:url(images/animal8.png);
}
.ca-item h3 {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #999393;
text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
height: 35px;
text-align: center;
padding: 0px 12px;
margin-bottom: 0;
}
.ca-item h4{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	text-align:left;
	padding:0px 12px;
	position:relative;
	color:#dd0031;
	font-weight: normal;
	margin:0;
}
.ca-item h4 span{
	display:block;
}

.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:29px;
	height:30px;
	background:transparent url(images/arrows.png) no-repeat top left;
	position:absolute;
	top:0;
	right:0;
	margin-top:-78px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
	margin-right:35px !important;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-35px;
}
.ca-nav span:hover{
	opacity:1.0;
}


/***********************************************Products slider*******************************************/


.main-body-right{
	width:320px;
	height:auto;
	float:right;
	margin-top: 0px;
}
.right-slider01{
	width:320px;
	margin-bottom:10px;
}
.ca-item-fot-right{ width:100% !important;}
.ca-item-fot-right-container{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:25px;
}

.ca-item-fot-right-container-img{
	width:110px;
	height:auto;
	float:left;
}
.ca-item-fot-right-container-desc{
	width:185px;
	height:178px;
	overflow:hidden;
	float:right;
	font-size:13px;
	color:#383c47;
	text-align:justify;
}


.recent_product_title, .recent_product_title > a{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #1F1F1F;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    
    text-align: left;
    padding: 0px 0px;
    
}


.ca-item-main-right{
	border:none;
	background-color:#fff;
}
.ca-container-right{
	height:392px;
}
.right-slider01 .product-area-header{ border-bottom:1px solid #c3c4c7; margin-bottom:10px;}
.right-slider01 .product-area-header h3{
	background:#fff;
	font-size:24px;
	font-family: 'Open Sans', sans-serif;
	color:#383c47;
	font-weight:normal;
	padding:0;
	margin-bottom:10px;
	text-transform:none;
}


.ca-container-right .ca-nav span{
	width:11px;
	height:30px;
	background:transparent url(images/arrows02.png) no-repeat top left;
	position:absolute;
	top:0;
	right:0;
	margin-top:-50px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
	margin-right:35px !important;
}
.ca-container-right .ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-35px;
}
.ca-container-right02{ height:190px;}
.read-more-bt{ color:#dd0031; font-style:italic; font-size:13px;font-family: 'Open Sans', sans-serif;}
.read-more-bt:hover{ text-decoration:underline;}
.right-bottom-img{
	width:100%;
	height:auto;
	float:left;
}
.right-slider02{ margin-bottom:0;}



/*******************************************Footer**********************************/
.main-footer{
	width:100%;
	height:140px;
	float:left;
	background:#383c47;
	margin-top:20px;
}
.footer-left{
	width:820px;
	height:auto;
	float:left;
}
.footer-menu{
	width:100%;
	height:auto;
	float:left;
	margin-top:45px;
}
.footer-menu li{
	float:left;
	border-right:1px solid #fff;
	padding-right:10px;
	margin-right:10px;
	line-height:13px;
}
.footer-menu li a{
	color:#fff;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}
.footer-menu li a:hover{ color:#5787f5;}
.footer-menu li:last-child{ border:none;}
.copy-right{
	width:100%;
	height:auto;
	float:left;
	margin-top:15px;
	color:#fff;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}
.footer-right{
	width:320px;
	height:auto;
	float:right;
	margin-top:45px;
}
.footer-right a{ float:right; margin-left:5px;}
.footer-right a:hover{ opacity: 0.5;}
/*******************************************Footer End**********************************/


/*******************************************About*******************************/
.page-list-menu{
	width:100%;
	height:auto;
	float:left;
	padding:15px 0;
	border-bottom:1px solid #dcdbda;
	margin-bottom:30px;
}
.page-list-menu a{ color:#484950; font-size:13px;font-family: 'Open Sans', sans-serif;}
.page-list-menu a.active{ color:#ed4e24;}
.about-us-desc{
	width:100%;
	height:auto;
	float:left;
	font-size:13px;
	color:#606060;
	line-height:20px;
}
.about-us-header{
	width:100%;
	height:auto;
	float:left;
	color:#525151;
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:20px;
}
.about-us-header span{ font-weight:bold;}
.about-us-bull-contain{
	width:100%;
	height:auto;
	float:left;
	margin:30px 0;
}
.about-us-bull-contain span{
	width:100%;
	float:left;
	background:url(../images/icon/bull.png) no-repeat left;
	padding-left:24px;
	margin:4px 0;
}

/*******************************************About End*******************************/

/*******************************************Contact Us*******************************/
.contact-us-left{
	width:702px;
	height:auto;
	float:left;
	font-size:13px;
	color:#606060;
	line-height:20px;
}
.contact-header{
	margin:30px 0 20px 0;
	border-bottom:1px solid #dcdbda;
	padding-bottom:15px;
}
.contact-form{
	width:100%;
	height:auto;
	float:left;
}
.contact-form-row{
	width:100%;
	height:auto;
	float:left;
	margin:8px 0;
}
.contact-form-row-half{
	width:340px;
	height:auto;
	float:left;
	margin:8px 0;
}
.contact-form-row label{
	width:100%;
	float:left;
	font-size:14px;
	margin-bottom:8px;
}
.contact-form-row-half-right{ float:right;}
.contact-form input{
	width:100%;
	height:36px;
	float:left;
	border:1px solid #dedddd;
}
.contact-form textarea{
	width:100%;
	height:136px;
	float:left;
	border:1px solid #dedddd;
}
.contact-form-row input.checkbox{ float:left; width:0px; height:16px; margin:0;}
.contact-form-row p{ float:left; margin:0; padding:0; margin-left:6px; line-height:14px;}
.contact-form-row button.submit{
	background:#4d4d4d;
	border:1px solid #dedddd;
	width:170px;
	height:46px;
	font-size:14px;
	color:#9e9d9d;
	font-family: 'Open Sans', sans-serif;
	margin:20px 0;
}
.contact-form-row button.submit:hover{ opacity:0.5; cursor:pointer;}
.contact-us-right{
	width:382px;
	height:auto;
	float:right;
}
.contact-us-right-div{
	width:100%;
	height:auto;
	float:left;
	color:#5d5d5d;
	font-size:14px;
	line-height:28px;
	margin-bottom:20px;
}
.contact-us-right-div h3{
	color:#FA6220;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	margin-bottom:5px;
}

/*******************************************Contact Us End*******************************/


/*************************************Category*******************************/

.category-desc{
	width:100%;
	height:auto;
	float:left;
}
.category-details-row{
	width:100%;
	height:auto;
	float:left;
}
.category-details-row ul{ margin:0 auto; text-align:center;}
.category-details-row li{
	width:255px;
	height:295px;
	display:inline-block;
	margin: 0 17px 50px 17px;
}
.category-img{
	width:252px;
	height:240px;
	background:#f5f5f5;
	border:1px solid #d3d4d6;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.category-img-title{
	width:100%;
	height:50px;
	line-height:50px;
	color: #1F1F1F;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	font-size:18px;
	text-transform:uppercase;
	border-bottom:1px dashed #cacaca;
	text-align:left;
}
.sub-category-left{
	width:255px;
	height:auto;
	float:left;
}
/*.sub-category-left li{
	width:100%;
	height:auto;
	float:left;
	margin:1px 0;
	border-bottom:3px solid #fff;
	border-left: 5px solid #FFFFFF;
	background:url(../images/icon/sub-category-icon.png) no-repeat right;
}
.sub-category-left li a{
	width:100%;
	height:48px;
	float:left;
	line-height:40px;
	font-size:13px;
	color:#5a5959;
	border-bottom:1px solid #e9e7e7;
}
.sub-category-left li:hover{
	border-bottom:3px solid #f2efef;
	border-left:4px solid #f2efef;
	transition: all 0.1s ease 0s;
	padding-left:3px;
	background:url(../images/icon/sub-category-red-icon.png) no-repeat right;
	
}
.sub-category-left li.active{
	border-bottom:3px solid #f2efef;
	border-left:4px solid #f2efef;
	transition: all 0.1s ease 0s;
	padding-left:3px;
	background:url(../images/icon/sub-category-red-icon.png) no-repeat right;
	
}
.sub-category-left li a:hover{ color:#ed4e24;}
.sub-category-left li a.active{ color:#ed4e24;}*/






.category-details-row-for-sub{
	width:891px;
	float:right;
}
.category-details-row-for-sub li{
	background:#fafafa;
	height:425px;
	width:238px;
	border:1px solid #e8e4e4;
	padding:12px;
	margin: 0 15px 50px;
    -webkit-box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.31);
-moz-box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.31);
box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.31);
}
.category-details-row-for-sub li .category-img{ border:none; background:#fafafa;}
.category-details-row-for-sub .category-img-title{
	border-bottom:none;
	border-top:1px solid #e8e4e4;
	text-transform:none;
}
.category-details-row-for-sub li span{ float:left;}
.category-details-row-for-sub li p{ width:100%; float:left;text-align: left; color:#6d6d6d;}
.category-details-row-for-sub li span.price{ color:#5787f5; font-size:18px; width:100%; float:left;text-align: left;}
.category-details-row-for-sub li span.compare{ float:right; color:#6d6d6d;}
/*************************************Category End*******************************/










.da-arrows span {
position: absolute;
top: 50%;
height: 36px;
width: 36px;
border-radius: 0%;
cursor: pointer;
z-index: 2000;
opacity: 0;
box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 
 1px 1px 1px rgba(255,255,255,0.1);
-webkit-transition: opacity 0.4s ease-in-out 0.2s;
-moz-transition: opacity 0.4s ease-in-out 0.2s;
-o-transition: opacity 0.4s ease-in-out 0.2s;
-ms-transition: opacity 0.4s ease-in-out 0.2s;
transition: opacity 0.4s ease-in-out 0.2s;
}
.da-arrows span:after {
content: '';
position: absolute;
width: 30px;
height: 30px;
top: 5px;
left: 5px;
/* background: transparent url(../images/arrows.png) no-repeat top left; */
border-radius: 0%;
box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-slider{
    
    height: 460px;
}
.da-slide .da-link {
top: 270px;
border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
border: 0px;
padding: 2px 20px 0px;
font-size: 18px;
line-height: 30px;
text-align: center;
background: #ED4E24;
}

.da-slide .da-link:hover{
    
    background: #ED4E24;
    border: 0px;
}

/*slider*/
.da-slide .da-img {

text-align: center;
width: 35%;
top: 16px;
height: 350px;
line-height: 350px;
left: 110% !important;
}
.da-slide-current .da-img{
    
   left: 50% !important; 
}
#mg-parallax-slider .da-slide h2 {
width: 47%;
}
.da-slider{
box-shadow: 0px 0px 0px rgba(0,0,0,0.2), 0px 0px 0px #fff;
}


/*//////////////////button//////////////////////////*/

.button-success,
        .button-error,
        .button-warning,
        .button-secondary {
            color: white;
            border-radius: 4px;
            padding: 5px 15px;
            font-weight: bold;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-success {
            background: rgb(28, 184, 65); /* this is a green */
        }

        .button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-warning {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-secondary {
            background: rgb(66, 184, 221); /* this is a light blue */
        }
        
        
        
        
        
        
        
        
        

/*************************************Category Details*******************************/
.category-details{
	width:100%;
	height:auto;
	float:left;
}
.category-details-product{
	width:408px;
	height:auto;
	float:left;
}
.category-details-product-img{
	padding: 10px;
	border:1px solid #d1d0d0;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.category-details-product-img-color{
	width:316px;
	height:auto;
	float:left;
}
.category-details-product-img-color span{
	width:100%;
	height:auto;
	float:left;
	color:#5787f5;
	font-size:13px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
.category-details-product-img-color a{ float:left; margin-right:5px;}
.category-details-product-right{
	width:736px;
	height:auto;
	float:right;
}
.category-details-product-right-header{
	width:100%;
	height:auto;
	float:left;
	text-transform:uppercase;
	color:#ed4e24;
	font-size:15px;
	border-bottom:1px solid #cecbcb;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom: 20px;
}
.category-details-product-right-left{
	width:524px;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.category-details-product-right-left span{
	color:#5787f5;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	float:left;
	width:100%;
	margin-bottom: 6px;
}
.category-details-product-right-left p{
	background:url(images/icon/box-icon.png) no-repeat left;
	padding-left:20px;
	font-size:14px;
	margin: 5px 0;
	width:100%;
	float:left;
}
.category-details-product-right-left-half{
	width:50%;
	height:auto;
	float:left;
}
.category-details-product-right-main{
	width:524px;
	height:auto;
	float:left;
}
.category-details-product-right-right{
	width:257px;
	height:auto;
	float:right;
}
.category-details-product-right-right-img{
	width:256px;
	height:210px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	border:1px solid #cfcece;
}
.category-details-product-right-right-box{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.category-details-table{
	width:100%;
	height:auto;
	float:left;
	border-top:1px solid #dcdbda;
	margin:30px 0;
	padding-top:20px;
}



.category-details-table-header{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	width:1158px;
	padding-left:10px;
	color:#3d3d3d;
	background:#eaedf3;
	height:38px;
	border:1px solid #d2d2d2;
	line-height:38px;
	border-bottom:none;
}

.category-details-table table{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#3d3d3d;
	border:1px solid #cfcece;
}
.category-details-table table th{
	text-transform:uppercase;
	font-size:14px;
	color:#5787f5;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #d9d7d7;
	padding:10px 0;
}
.category-details-table table td{
	border-bottom:1px dashed #cfcece;
	padding:5px;
}
.category-details-table .left-text{
	padding-left:10px;
}
.category-details-table table td.border-none{
	border-bottom:none;
}


/*************************************Category Details End*******************************/

    
   .title-group {
margin: 15px 0 10px 10px;
position: relative;
overflow: hidden;
}
.title-group:before {
float: left;
width: 50px;
height: 50px;
font-size: 30px;
text-align: center;
font-family: FontAwesome;
line-height: 50px;
content: "\f06c";
background: #ff7b52;
color: #fff;
}
.title-group:after {
content: "";
width: 2000px;
height: 1px;
background: #dfdede;
position: absolute;
top: 50%;
margin-left: 10px;
}
.title-group h2 {
font-size: 18px;
background: #ebebed;
text-transform: uppercase;
color: #4a4a51;
display: inline-block;
font-family: Noto Sans;
margin: 0;
line-height: 30px;
padding: 10px 25px;
}
.title-group:before {
float: left;
width: 50px;
height: 50px;
font-size: 30px;
text-align: center;
font-family: FontAwesome;
line-height: 50px;
content: "\f150";
background: #ff7b52;
color: #fff;
}
.effect{
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
transform: rotate(0deg) scale(0.980) translate(0px);
-webkit-transform: rotate(0deg) scale(0.980) translate(0px);
-moz-transform: rotate(0deg) scale(0.980) translate(0px);
-o-transform: rotate(0deg) scale(0.980) translate(0px);
-ms-transform: rotate(0deg) scale(0.980) translate(0px);
}
.effect:hover{
transform: rotate(0deg) scale(1.040) translate(0px);
-webkit-transform: rotate(0deg) scale(1.040) translate(0px);
-moz-transform: rotate(0deg) scale(1.040) translate(0px);
-o-transform: rotate(0deg) scale(1.040) translate(0px);
-ms-transform: rotate(0deg) scale(1.040) translate(0px);
}
/*.pro_items{
    position: relative;
}
.pro_items .overlayeffect{
    position: absolute;
    width: inherit;
    height: inherit;
    background: #000;
    opacity: 0.3;
    transition: all 0.5s ease-in;
	transition: box-shadow 400ms ease-in-out;
	
	
	-webkit-box-shadow: inset 0 0 1px 230px rgba(0,0,0,0.6), inset 0 0 0 0px #1c252c;
	-webkit-transition: box-shadow 400ms ease-in-out;
 
	
	-moz-box-shadow: inset 0 0 1px 230px rgba(0,0,0,0.6), inset 0 0 0 0px #1c252c;
	-moz-transition: box-shadow 400ms ease-in-out;
	
	-o-transition: box-shadow 400ms ease-in-out;
	-ms-transition: box-shadow 400ms ease-in-out;
}
.pro_items .overlayeffect:hover  {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	box-shadow: inset 0 0 0 0 rgba(0,0,0,0.6), inset 0 0 0 0px #1c252c, 0 0 10px rgba(0,0,0,0.3);
}*/