 @import 'https://fonts.googleapis.com/css?family=Lato:300,400,700,900';
 @import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');


@charset "utf-8";
/*---Common and Standard->START*/

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
font-family: "Lato",sans-serif;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
.org-clear {
	clear: both;
}
.org-wrap {
	width: 100%;
}
.org-background {
	width: 980px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background:  #fff;
	
}
.org-main {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.org-wrapcen {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin:0 ;
	position: relative;
	display: inline-block;

	
}
.org-content {
	width: 930px;
	margin: 20px auto 0;
	display: table;
}
/*---Common and Standard---<<END*/

/*---Header->START*/
#org-header-sec {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	display: table;
}
.header-hold {
	width: 100%;
	position: relative;
	margin:0 0 0px;
	padding: 0 0 0px 0;
	display: table;
	background: url(../images/top-bg.png) repeat-x center 0;
	box-shadow: 0 0 5px #767676;
}
#org-header {
	width: 930px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: table;
}
.org-headertop-holder {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	padding: 0px;
	

}
.welcome_msg {
	color: #494949;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 10px 0;
    padding: 0px 0;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.welcome_msg span {
	color: #aa2929;
	font-weight: bold;
	text-transform:uppercase;
}

.favourites {
	float: right;
	padding: 0px 0;
	width: auto;
}
.favourites ul {
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
	display: table;
}
.favourites ul li {
	width: auto;
	float: left;
	padding:13px 15px 13px 35px;
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff!important;
	border-right:1px solid #fafafa;
	border-left:1px solid #d6d6d6;
	position:relative;
}
.favourites ul li:nth-child(3) {
border-right:1px solid #d6d6d6;
}
.favourites a {
	width: auto;
	float: left;
	color: #333333!important;
	padding: 0px 0 0 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
.favourites a:hover {
	color: #003380!important;
	
}
.favourites ul li:hover:after {
position:absolute;
bottom:0;
content:"";
left:0;
right:0;
margin:0;
padding:0;
display:table;
height:2px;
width:100%;
background:#003380;


}
.favourites ul li:nth-child(1) {
	background: url(../images/favourites.png) no-repeat 10px 17px;
}
.favourites ul li:nth-child(2) {
	background: url(../images/favourites.png) no-repeat 10px -43px;
}
.favourites ul li:nth-child(3) {
	background: url(../images/favourites.png) no-repeat 10px -104px;
}
#org-topmenu {
	width: 150px;
	margin: 0px 0;
	padding: 0;
	float: left;
	border: 1px solid #cccccc;
}
#org-topmenu ul {
	list-style: none;
	width: auto;
	margin: 0px auto;
	padding: 0;
	display: table;
	position: relative;
}
#org-topmenu ul li {
	width: 150px;
	box-sizing: border-box;
	margin: 0 0 0 0px;
	padding: 0 10px 0 50px!important;
	list-style: none;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	_transition: all 0.5s ease-in-out 0s;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}
#org-topmenu ul li a {
	margin: 0 0;
	padding: 0px 0px 0 0;
	line-height: 14px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	color: #666666;
	 font-family: 'Lato', sans-serif;
}
#org-topmenu ul li:hover {
	border-bottom: 1px solid #387be0;
}
#org-topmenu ul li a:hover {
	color: #387be0;
}
#org-topmenu ul li:nth-child(1) {
}
#org-topmenu ul li:nth-child(1):hover {
}
#org-topmenu ul li:nth-child(2) {
}
#org-topmenu ul li:nth-child(2):hover {
}
#org-topmenu ul li:nth-child(3) {
}
#org-topmenu ul li:nth-child(3):hover {
}
.top-header {
	width: 930px;
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	display: table;
}
#org-logo {
	float: left;
	margin:-10px 0 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: auto;
}
#org-logo img {
	margin: 0;
	border: 0 none;
	transition: all 0.5s ease;
	text-align: center;
}
#org-logo img:hover {
	margin: 0;
}
.promo {
  float: right;
  margin: 60px  50px 0 0;
  padding: 0;
  text-align: right;
  width: auto;
}
.right-top {
	width: 615px;
	float: right;
	margin: 0px 0;
	padding: 0px 0;
	text-align: right;
	position: relative;
	transition: all 0.5s ease;
}
.left-top {
	width: 330px;
	float: left;
	margin: 0px 0;
	padding: 0px 0;
	text-align: left;
}
nav {
	font-family: monospace;
}
.menu ul {
	background: darkorange;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.menu li {
	color: #fff;
	background: darkorange;
	display: block;
	float: left;
	padding: 1rem;
	position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
}
.menu li a {
	color: #fff;
	text-decoration: none;
}
.menu li:hover {
	background: red;
	cursor: pointer;
}
.menu ul li ul {
	background: orange;
	visibility: hidden;
	opacity: 0;
	min-width: 5rem;
	position: absolute;
	transition: all 0.5s ease;
	margin-top: 1rem;
	left: 0;
	display: none;
}
.menu ul li:hover > ul, .menu ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}
.menu ul li ul li {
	clear: both;
	width: 100%;
}
.right {
	width: 700px;
	float: right;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;
}
.promo-left {
	width: auto;
	float: left;
	margin: 0px 0 0;
	padding: 0;
	text-align: left;
	position: relative;
}
.promo-right {
	width: auto;
	float: right;
	margin: 15px 0 0;
	padding: 0;
	text-align: left;
	position: relative;
}
.texttop {
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 0;
	text-align: right;
}
.menu-holder {
	width: 780px;
	float: right;
	margin:-40px 0 0px 0;
	padding: 0;
	display: table;
	z-index: 999;
}

.org-menu {
	width: 100%;
	margin: 0 auto 0px;
	display: table;
	padding: 0;
	position: relative;
	transition: all .5s ease-in-out;
	z-index: 1;
}

.org-menu ul {
	height: auto;
	margin: 0 auto;
	display: table;
	padding: 0;
	list-style: none;
	position: relative;
}
.org-menu ul li {
	width: auto;
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.org-menu ul li:last-child {
	border-right:0px solid #dadada;
}
.org-menu ul li:first-child a {
}
.org-menu ul li a {
	height: 46px;
	line-height: 46px;
	color: #fff;
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0;
	padding: 0 13px;
	text-decoration: none;
	text-transform:  none;
	position: relative;
	_transition: all 0.5s ease 0s;
	text-align: center;
	width: 100%;
	text-shadow:2px 1px 1px #5a5a5a;
}
.org-menu ul li a:hover {
	background:#ff8737;
}
.home a {
	padding:0 13px 0 0 !important;
}
.home a:hover  {
	background:none !important;
}
.newsletter {
  float: left;
  padding: 0;
  margin: 0;
}
.newsletter img{
  padding:0 !important;
  margin:0 !important;
}
.promo_left {
	float:left;
	margin:50px 0;
	padding:0;
	width:390px;
	text-align:left;
}
.promo_right {
	float:right;
	margin:50px 0;
	padding:0;
	width:260px;
	text-align:right;
}
.promo-banner {
  display: table;
  margin: 0 auto;
  padding: 20px 0 0;
  position: relative;
  text-align: right;
  width: 930px;
}
.promo-banner img {
	margin: 0px  0px;
	padding:0px 0 25px;
	max-width:100%;
}
#CoverImage p {
	margin: 0 !important;
	padding: 0 !important;
}
.banner {
	margin: 0px auto 0px;
	width: 100%;
	display: none;
}
.banner img {
	max-width: 100%;
}
#banner-holder {
	width: 100%;
	max-width:100%;
	display: table;
	height: auto;
	padding: 0 0 0px;
	margin: 0px auto 0;
	position: relative;
}
 @keyframes slidy {
0% { left: 0%; }
15% { left: 0%; }
20% { left: -100%; }
35% { left: -100%; }
40% { left: -200%; }
55% { left: -200%; }
60% { left: -300%; }
75% { left: -300%; }
80% { left: -400%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
/*---Header---<<END*/



/*---FOOTER->START*/
.org-wrapcens {
	width: 100%;
	padding: 0;
	float: left;
	margin: 20px 0 0;
	background: url(../images/top-bg.png) repeat-x center 50px;
}
#org-footer02 {
	width: 100%;
	padding: 0px 0;
	margin: 0 auto;
	display: table;
	text-align: center;
	background: url(../images/footer02.png) no-repeat scroll center 0;
}
.footer {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 900px;
}

.followuson {
	float: left;
	width: auto;
	margin:29px 0;
}
.followuson a {
	background: url(../images/favorites.png) no-repeat scroll left 3px;
	color: #ffffff;
	float: left;
	font-family:"Lato",sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin: 0px 0 0px;
	padding:0 0 0 25px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	text-decoration:none;
}
.followuson a:hover {
	text-decoration:underline; 

}
.fot_icon {
	float: left;
	width: 300px;
	margin: 0px 0;
	padding:20px 0;
	text-align:left;
}
.fot_icon_right {
	float: right;
	width: 300px;
	margin: 0px 0;
	padding:20px 0;
	text-align:right;
}

#org-footer {
	display: table;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	width: 930px;
}
#org-footer h1 {
	background: rgba(0, 0, 0, 0) url("../images/2.png") no-repeat scroll right top;
	border-bottom: 1px solid #bebebe;
	color: #aa2929;
	float: left;
	font-family:"Lato",sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	letter-spacing: 0.5px;
	line-height: 55px;
	margin: 35px 0 20px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
#org-footer h2 {
	background: rgba(0, 0, 0, 0) url("../images/3.png") no-repeat scroll right top;
	border-bottom: 1px solid #bebebe;
	color: #aa2929;
	float: left;
	font-family:"Lato",sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	letter-spacing: 0.5px;
	line-height: 55px;
	margin: 35px 0 20px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
#org-footer h3 {
	background: rgba(0, 0, 0, 0) url("../images/4.png") no-repeat scroll right top;
	border-bottom: 1px solid #bebebe;
	color: #aa2929;
	float: left;
	font-family:"Lato",sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	letter-spacing: 0.5px;
	line-height: 55px;
	margin: 35px 0 20px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
#org-footer  h4 {
  background: rgba(0, 0, 0, 0) url("../images/4.png") no-repeat scroll right top;
  border-bottom: 1px solid #bebebe;
	color: #aa2929;
	float: left;
	font-family:"Lato",sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	letter-spacing: 0.5px;
	line-height: 55px;
	margin: 35px 0 20px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.f-col1 {
	width: 20%;
	padding: 0 19% 0 0;
	margin: 0 0 0px 0;
	float: left;
	text-align: left;
}
.f-col2 {
	width: 20%;
	padding: 0 15% 20px 0;
	margin: 0 0 0px 0;
	float: left;
	text-align: left;
}
.f-col2 ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
}
.f-col2 ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
.f-col2 ul li a {
	font-family:"Lato",sans-serif;
	font-size: 12px;
	color: #494949;
	text-align: left;
	text-decoration: none;
	background: url(../images/footer-bullet.png) no-repeat 0px center;
	padding: 0 0 0 20px;
	margin: 0 0 10px;
	font-weight:bold;
	float: left;
	text-transform:uppercase;
}
.f-col2 ul li a:hover {
	text-decoration: none;
	color: #aa2929;
}
.f-col3 {
	width: 28%;
	padding: 0 0% 0 0;
	margin: 0 0 0px 0;
	float: right;
	text-align: left;
}
.f-col4 {
	width: 25%;
	padding: 0 0 0 0;
	margin:0px 0 0px;
	float: right;
	text-align: left;
}
#org-newsletter {
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: table;
}
form {
	float: left;
	margin: 0;
	padding: 0;
}
#org-newsletter h1 {
	color: #fff;
	float: left;
	font-family:"Oswald",sans-serif;
	font-size: 30px;
	font-weight: 500;
	height: auto;
	letter-spacing: 0.5px;
	margin: 25px 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
#org-newsletter #org-text {
	color: #333333;
	font-family:"Lato",sans-serif;
	font-size: 13px;
	font-weight: normal;
	width:100%;
	float: left;
	margin: 0px 0px 0 0px;
	padding: 0 0 0 0px;
	position: relative;
	text-decoration: none;
	text-align: left;
	text-transform:none;
	letter-spacing:0px;
	line-height:20px
}
#org-newsletter #org-text p {
	padding: 0px;
	margin: 0px;
}
#org-newsletter #org-signup {
  float: left;
  height: auto;
  margin: 15px 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 95px;
}
#org-newsletter #org-signup > a {
	background: url(../images/subscribe.png) no-repeat left top;
	border: 0 none;
	color: #b5b5b5;
	cursor: pointer;
	font-family:"Lato",sans-serif;
	font-size: 14px;
	height: 19px;
	font-weight: 700;
	line-height: 18px;
	margin: 0;
	display: table;
	padding: 0px 0px;
	text-decoration: none;
	text-indent: -9999px;
	text-transform: uppercase;
	_transition: all 0.4s ease-out 0s;
	width: 150px;
}
#org-newsletter #org-signup > a:hover {
	background: url(../images/subscribe.png) no-repeat left bottom;
}
.copy-footer {
    display: table;
    margin: 0 auto;
    padding: 0 0px;
	width:100%;
	background:#e2e2e2;
}
.footer-div1 {
	 display: table;
    margin: 0 auto;
    padding: 0 0px;
	width:930px;
}
#org-copy {
	width: auto;
	padding: 0;
	margin: 15px 0;
	text-align: left;
	font-family:"Lato",sans-serif;
	font-size: 13px;
	color: #000000;
	float: left;
	letter-spacing: 1px;
	font-weight: 500;
	 text-transform:none;
}
#org-copy span {
	font-weight: bold !important;
	color: #aa2929;
	font-size: 14px;
	text-transform:uppercase;
}
#org-designer {
	width: auto;
	padding: 0;
	margin: 20px 0 17px;
	text-align: left;
	font-family:"Lato",sans-serif;
	font-size: 12px;
	color: #fff;
	float: right;
	letter-spacing: 0px;
	font-weight: normal;
}

/*---Footer->END*/

/*---Listing Column start----*/
.org-listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0px 0 20px 0;
	padding: 0;
	background: none;
}
.org-listingarea-box {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.org-listingarea-box01 {
	float: left;
	margin-bottom: 20px;
	padding-bottom:9px;
	width: 100%;
	border:1px solid #c2c2c2;
   box-shadow: 0 0 5px #cbcbcb;
}
.org-listinghead h1 {
	width: 100%;
	color: #000;
	font-family: "Lato",sans-serif;
	font-size:22px;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	letter-spacing:1px;
	text-transform:none;
	z-index:1;
	position:relative;
	box-sizing:border-box;
	border-radius:10;
	border-top:3px solid #aa2929;
		
}
.desc-hedtitle {
	width: 100%;
	color: #fff;
	float: left;
	font-family: "Lato",sans-serif;
	font-size:18px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	letter-spacing:1px;
	text-transform:uppercase;
	z-index:1;
	position:relative;
	box-sizing:border-box;
	border-radius:10px 10px 0 0;
	border:1px solid #b82a2a;
	border-bottom:3px solid #760404;
	background: url(../images/tab_bg.png) repeat-x left top;
}
.desc-rd {
	box-sizing:border-box;
	width:100%;
	float: left;
	padding:20px 15px 15px 15px;
	margin: -10px 0 0 ;
	 background: #fff none repeat scroll 0 0;
	 border:1px solid #d8d8d8;
	 box-shadow: 0 0 5px #cbcbcb;
}
.desc-text {
	font-family: "Lato",sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	line-height: 25px;
}
/*---Listing Column End----*/

.org-scrolleo-box {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
	border: 0 none;
}

/*===========Tab=============*/
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 30px 0;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	font-family: "Arimo",sans-serif;
	order: 1;
	display: block;
	-flex: 1;
	padding: 12px 0;
	cursor: pointer;
	-webkit-transition: background ease 0.2s;
	transition: background ease 0.2s;
	margin-left: 0.3%;
	margin-bottom: 0;
	float: left;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	font-size: 18px;
	text-transform:uppercase;
	justify-content: center;
	align-items:center;
	background-color:#aa2929;
	z-index:1;
	width:200px;
	border-radius:10px 10px 0 0; 
	
}
.tabs label img {
	margin-right: 5px;
}
label.nomarginleft {
	margin-left: 0;
}
.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-flex-grow: 1;
	width: 100%;
	display: none;
	padding: 10px 15px 20px;
	text-align: left;
	line-height: 24px;
	font-size: 15px;
	  font-family: "Lato",sans-serif;
	color: #333333;
	border: 1px solid #d8d8d8;
	background-color:#FFF;
	border-top:2px solid #780404;
	
		    box-shadow: 0 0 5px #cbcbcb;	
}
.tabs .tab a {
	color: #353535;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
	color: #FFF;
	background-color:#000;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab h4 {
	font-size: 22px;
	font-weight: 600;
	color: #ff6000;
	margin-bottom: 25px;
}
.icon-1 {
	background-image:url(../images/icon-1.png);
	background-repeat:no-repeat;
	background-position:20px 14px;
}
.icon-1:hover, .icon-2:hover, .icon-3:hover   {
	background-color:#000;
	color:#FFF;
}

.icon-2 {
	background-image:url(../images/icon-2.png);
	background-repeat:no-repeat;
	background-position:20px 14px;
}
.icon-3 {
	background-image:url(../images/icon-3.png);
	background-repeat:no-repeat;
	background-position:20px 14px;
}







@media (max-width: 45em) {
.tabs .tab, .tabs label {
	-webkit-box-ordinal-group: NaN;
	-webkit-order: initial;
	-ms-flex-order: initial;
	order: initial;
}
.tabs label {
	width: 100%;
	margin-right: 0;
	margin-top: 0.2rem;
	margin-left: 0;
	border: 1px solid #e1e1e1;
	display: inherit;
	flex: inherit;
}
.tabs label:after {
	font-family: Linearicons-Free;
	_content: '\e881';
	font-size: 18px;
	float: right;
	line-height: normal;
	padding: 0;
	margin: 6px 0 0 0;
	position: absolute;
	right: 35px
}
.tabs input[type="radio"]:checked + label {
	background-color:#000;
}
.tabs input[type="radio"]:checked + label:after {
	font-family: Linearicons-Free;
	_content: '\e882';
	font-size: 18px;
	float: right;
	line-height: normal;
	padding: 0;
}
}


.left {
  float: left;
  width: 600px;
  position: relative;
}
.right_lis {
  float: right;
 width: 470px;
  position: relative;
}



.shopwith {
border:1px solid #c2c2c2;
width:930px;
box-sizing:border-box;
display:table;	
margin:50px auto 0;
padding:0;
	
}
.shopwith_titel {
color:#aa2929;
font-size:25px;
font-style:italic;
font-weight:600;
font-family: 'Oswald', sans-serif;
width:100%;
margin:-20px 0 0 20px;
text-align:left;
float:left;
}
.shopwith_titel span {
background:#fff;	
display:table;
}
.shopwith_box {
width:710px;
box-sizing:border-box;
float:left;
margin:35px 0 0 0;
padding:0 0px 0 20px;
}
.shopwith_box ul {
  box-sizing: border-box;
  float: left;
  list-style: outside none none;
  margin: 0 5% 0 0;
  padding: 0;
  width: 45%;
}
.shopwith_box ul li {
  float: left;
  list-style: outside none none;
  margin:0 0 10px 0;
  padding:0 0 0 15px;
  text-align: left;
  width: 100%;
  font-family:;
  font-size:16px;
  color:#000000;
  background: url(../images/shopwith_box_arrow.png) no-repeat left 6px;
}

.shopwith_box_img {
  float: left;
  width: 200px;
}
.shopwith_box_img  img{
 max-width:100%;
}
.shopwith_titel_sub {
color:#aa2929;
font-size:18px;
font-weight:bold;
font-family: "Lato",sans-serif;
width:100%;
margin:0px 0 20px 20px;
text-align:left;
float:left;	
text-transform:uppercase;
}
seller {
width:auto;
box-sizing:border-box;
margin:20px 0;
padding:0;	
float:left;
}

.img_box_div {
width:930px;
box-sizing:border-box;
margin:10px auto 0;
padding:0;
float:left;
}

.img_box_div ul {
 float: left;
    list-style: outside none none;
    margin:0px;
    padding: 0;
    width:100%;	
	box-sizing:border-box;
}
.img_box_div ul li {
  float: left;
  list-style: outside none none;
  margin:0 5px 0px 0;
  padding:0 0 0px;
  text-align: left;
  width:182px;
  font-family:;
  font-size:16px;
  color:#000000;
}
.img_box_div ul li:nth-child(5) {
 margin:0 0px 0px 0;	
}
.img1 > img {
    max-width: 100%;
}
.img_titel {
color: #aa2929;
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 30px 0;
    text-align: left;
    text-transform: none;
    width: 100%;
	letter-spacing:1px;	
	position:relative;
}
.img_titel:after {
position:absolute;
left:0;
margin:0;
padding:0;
width:40px;
height:2px;
background:#aa2929;	
display:table;
content:"";
 bottom: -10px;
}
.img1 {
box-shadow: 0 0 5px #d7d7d7;
}
.img_text {
 float: left;
    list-style: outside none none;
    margin:0px;
    padding: 0;
    width:100%;	
	box-sizing:border-box;	
}
.img_text li {
 float: left;
    list-style: outside none none;
    margin:0px;
    padding: 0 0 10px 0 !important;
    width:100%;	
	box-sizing:border-box;	
}
.img_text li a {
	color:#333333;
	text-decoration:none;
 float: left;
    list-style: outside none none;
    margin:0px;
    padding: 0 0 0 10px;
    width:100%;	
	box-sizing:border-box;	
	  background: url(../images/img_text_arrow.png) no-repeat scroll left 6px;
}
.img_text li a:hover {
color:#aa2929;
}





/*------------------------------------------------------------------Start hover img-----------------------------------------------------------------*/
.gallery-bg {
  box-sizing: border-box;
  float: left;
  height: 45px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#gallery {
	border:0px solid #c2c2c2;
  background: #fff none repeat scroll 0 0;
  border-radius: 0px;
  box-sizing: border-box;
  float: left;
  height: auto;
  margin:0px 0 0 0;
  padding: 0px 0 0px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
   _box-shadow: 0 0 5px #cbcbcb;
}
#gallery #slides {
  float: left;
  height: auto;
  margin: 15px 0 0 31px;
  overflow: hidden;
  text-align: center;
  width: 237px;
  z-index: 500;
}
#slides > div {
  margin-top: 0px;
}
#gallery #slides div ul {
  display: table;
  height: auto;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  width: auto;
}
#gallery #slides div ul li {
  float: left;
  height: auto;
  margin: 0 8px 10px 0;
  padding: 0;
  width: auto;
  
}
#gallery #slides div ul li:last-child {
  margin-right: 0;
}
#gallery .big-img-wpr {
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  float: left;
  height: 740px;
  margin: 0 0 0 18px;
  max-width: 100%;
  width: 625px;
}
#gallery div.img-wpr {
  background-color: #fff;
  border:0px solid #fff;
  border-radius:0px;
  bottom: 0;
  height: 705px;
  left: 30px;
  margin:0 auto;
  max-width: 100%;
  position: absolute;
  _right: 0;
  top: 15px;
  width: 617px;
  
}
#gallery div.img-wpr .img-box {
  display: table-cell;
  height: 703px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
  width: 900px;
 border:1px solid #c2c2c2;
 
}
#gallery div.img-wpr .big-img {
  display: table-cell;
  height: auto;
  margin: 0 auto;
  max-height: 701px;
  max-width:615px;
  vertical-align: middle;
  width: auto;
  
}
#gallery .thumb {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  _float: left;
  height: 109px;
  vertical-align: middle;
  width: 108px;
  box-shadow: 0 0 5px #cbcbcb;
}
#gallery .thumb > img {
  display: table-cell;
  height: auto;
  margin: 0 auto;
  max-height: 106px;
  max-width: 106px;
  vertical-align: middle;
  width: auto;
}
#gallery #slides div#slide1 ul:first-child li:first-child .img-wpr {
  z-index: 1;
}
#gallery #slides input {
  display: none;
}
#gallery #slides input:checked ~ .img-wpr {
  z-index: 2;
}


/*------------------------------------------------------------------Start hover img-----------------------------------------------------------------*/
#org-text > br {
  display: none;
}