@charset "UTF-8";
/* CSS Document */

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, font, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* Základní formátování */
html, body {
	height: 100%;
}

body {
	font-family: 'Barlow Condensed', sans-serif;
	background: url(../img/BgrMain.jpg) repeat center top;
	color: #FFF;
	font-size: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	}

.BodyMain {
	flex: 1 0 auto;
	padding-top: 0;
}

.Header {
	position: relative;
	padding: 20px 40px 0 50px;
	box-sizing: border-box;
	border-bottom: 2px solid #FFF;
	z-index: 20;
}


.Content {
	position: relative;
	padding: 40px 50px 30px 50px;
	box-sizing: border-box;
}



.Content .Wrapper {
	position: relative;
	display: block;
	max-width: 1100px;
	margin: auto;
}

.ContentFull {
	position: relative;
	padding: 40px 0;
	box-sizing: border-box;
}

.ContentHeader {
	position: relative;
	padding: 0 50px 40px 50px;
	box-sizing: border-box;
	border-bottom: 2px solid #FFF;
	border-top:0;
}

.ContentHeader p {
	font-size:1.4em;
}

.ContentHeader .Wrapper {
	position: relative;
	display: block;
	max-width: 1100px;
	margin: auto;
}

.Content .Half {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}


.Footer {
	position: relative;
	padding: 30px 30px 50px 30px;
	box-sizing: border-box;
	flex-shrink: 0;
}


.ImgLogo {
	display: inline-block;
	float: left;
	width: 225px;
	height: 79px;
	background: url(../img/LogoDetonics.svg) no-repeat center center;
	margin-bottom: 16px;
}

.HeaderControl {
	position: absolute;
	display: block;
	width: auto;
	height: 30px;
	right:40px;
	top:45px;
}

.ImgShop {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 30px;
	background: url(../img/IcoShop.svg) no-repeat 5px center #b41b04;
	background-size: 20px;
	transition: background-color .3s;
	padding: 4px 8px 0 30px;
	box-sizing: border-box;
}


.ImgShop:hover {
	background-color: rgba(181, 27, 3, 0.7);
	transition: background-color .3s;
}

.Search {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 30px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	margin-right: 10px;
}

.Search input[type="text"] {
	display: inline;
	float: left;
	width: 150px;
	height: 28px;
	background: rgba(255, 255, 255, 0.25);
	margin: 0;
	font-size: 1em;
	padding: 0 10px;
	vertical-align: top;
	color:#FFF;
}

.Search button {
	width: 30px;
	height: 28px;
	background: url(../img/IcoSearch.svg) no-repeat center center rgba(255, 255, 255, 0.5);
	margin: 0;
	padding: 0;
	background-size: 85%;
}

.Search button:hover {
	background: url(../img/IcoSearch.svg) no-repeat center center rgba(227, 53, 22, 0.5);
	background-size: 85%;
	}

/* Footer */
.Social {
	margin-bottom: 20px;
}

.Social img {
	margin: 20px;
	transition: opacity .3s;
}

.Social a {
	text-decoration: none;
}

.Social a:hover img {
	opacity: .6;
	transition: opacity .3s;
}

.Footer p {
	font-size: 1.05em;
	margin-bottom: .3em;
}



/* backgrounds */

.BgrWhite {
	background: #FFF;
	color: #181818;
}

.BgrWhite a {
	color: #181818;
}

.BgrWhite a:hover {
	color: #181818;
}

/* background + image */

.BgrImage {
	display: block;
	position: absolute;
	left:0;
	top:0;
	left:0px;
	bottom:0px;
	right: 0px;
	background: no-repeat center center;
	background-size: cover;
	z-index: -1;
}



.BgrImage .Darkened {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.BgrImageIcon {
	display: block;
	width: 150px;
	height: 80px;
	background: center center no-repeat;
	margin: 40px auto 20px auto;
	background-size: contain;
}


/* Lang */
.Lang {
	position: absolute;
	right:40px;
	top:15px;
	font-size: .95em;
	font-weight: 300;
	color: #FFF;
}

.Lang a {
	text-decoration: none;
	color: #FFF;
	font-weight: 500;
}

.Lang a:hover {
	text-decoration: none;
	color: #b41b04;
}

.Lang .Active {
	color: #b41b04;
}

.Lang .HLine {
	margin: 0 5px;
}

.Lang img {
	height: 16px;
	margin: 0 5px 3px 0;
	vertical-align:middle;
}


/* Navigace */

.NavigWrapper {
  display: inline-block;
  float: right;
  position: relative;
  width: auto;
  text-align: center;
  border-top: 0 none;
  margin-top: 62px;
  margin-bottom: -2px;
  padding-top: 0;
  padding-bottom: 0;
}

.NavigWrapper .Navig {
  position: relative;
  display: inline-block;
  margin: 0 0 0 3px;
  margin-bottom:0;
  padding: 0;
  font-size: 1.1em;
  border-bottom: 2px solid transparent;
}

.NavigWrapper .Navig:hover {
  border-bottom-color:#b41b04;
}

.NavigWrapper .Navig a {
	display: block;
	padding: 0 2px 10px 2px;
	color: #FFF;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 200;
}

.NavigWrapper .Navig a:hover {
text-decoration: none;
color: #b41b04;
}

.NavigWrapper .Navig.Active, .NavigWrapper .Navig.Active:hover {
  border-bottom-color:#b41b04;
}

.NavigWrapper .Navig.Active a, .NavigWrapper .Navig.Active a:hover {
  color:#b41b04;
}


.NavigWrapper .Navig .SubNavig {
  position: absolute;
  display: none;
  min-width: 100%;
  margin: 2px 0 0 0;
  box-sizing: border-box;
  background: #FFF;
  padding: 5px 5px;
  text-align: left;
  z-index: 20;
}

.NavigWrapper .Navig.Hover .SubNavig {
  display: block;
}

.NavigWrapper .Navig .SubNavig.Hover {
  display: block;
}

.NavigWrapper .Navig .SubNavig a {
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: left;
  white-space: nowrap;
  color: #181818;
  font-size: .9em;
  font-weight: 400;
}

.NavigWrapper .Navig .SubNavig a:hover {
  color: #b41b04;
}






/* Mobilní Navigace */

.Mobile {
	display: inherit;
}

.MobileMenu {
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/IcoMenu.svg) no-repeat center center;
	cursor: pointer;
	margin: 50px 0 10px 0;
}

.MobileMenu.Close {
	background-image: url(../img/IcoMenuClose.svg);
	float: right;
	display: block;
}

.MobileMenu:hover {
	opacity: .6;
}



/* Crumb Navi */

.CrumbWrapper {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: .8em;
	font-weight: 100;
	margin-top: 5px;
}

.CrumbWrapper a {
	font-weight: 300;
	text-decoration: none;
}

.CrumbWrapper a:hover {
	text-decoration: underline;
}

.CrumbLine {
	margin: 0 5px;
}





/* úpravy */
.Clear {
	clear: both;
}

.NoDisplay {
	display: none;
}

.Display {
	display: block;
}

.DisplayInLine {
	display: inline;
}

.Display768 {
	display: none;
}

.NoDisplay768 {
	display: inline;
}

.Kotva {
	margin-top:-86px;
	margin-bottom:86px;
	display: block;
	visibility: hidden;
	}

.Center {
	text-align: center;
}

.PB20 {
	padding-bottom: 20px;
}

.PT20 {
	padding-top: 20px;
}

.PT10 {
	padding-top: 10px;
}

.MT40 {
	margin-top: 40px;
}

.MB30 {
	margin-bottom: 30px;
}

.MT30 {
	margin-top: 30px;
}

.Red {
	color: #b41b04;
}

.NoTxtDecor, .NoTxtDecor a, .NoTxtDecor a:hover {
  text-decoration: none;
}


hr {
	border: none;
	height: 1px;
	background: #FFF;
	max-width: 1100px;
}



/* písma */



h1 {
	font-size: 5em;
	font-weight: 700;
	line-height: 1.05em;
	margin-top: 0;
	margin-bottom: 0.2em;
}



h2 {
	font-size: 3.8em;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 15px;
}

h3 {
	font-size: 2.8em;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 15px;
}

h4 {
	font-size: 1.8em;
	font-weight: 600;
}


p {
	font-size:1.2em;
	margin-bottom: 10px;
	font-weight: 300;
	line-height: 1.4em;
}

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}


a {
	color: #FFF;
	text-decoration: underline;
	font-weight: 600;
}

a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
a.NoDecor, .NoDecor a  {
	text-decoration: none;
}

.Content ul {
	margin-left: 1.5em;
    counter-reset: none;
    font-size: 95%;
    list-style-position: outside;
}

.Content ol {
	margin-left: 1.5em;
    counter-reset: none;
    font-size: 95%;
    list-style-position: outside;
}

.Content li {
    position: relative;
}








/* Buttony */

button {
	border: 0 none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: #b41b04;
	color: #FFF;
	font-size: 1.5em;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	padding: 10px 30px;
	cursor: pointer;
	transition: background-color .3s;
	margin: 5px;
}


button:hover {
	background: rgba(227, 53, 22, 0.5);
	transition: background-color .3s;
}

button.Small {
	font-size: 1.3em;
	font-weight: 500;
	padding: 8px 20px;
}

button.Gray {
	background-color: #777777;
}

button.Gray:hover {
	background: rgba(120, 120, 120, 0.5);
	transition: background-color .3s;
}



.modal-box button#close-modal-button {
	top:-54px;
	right:-5px;
}


.Clickable {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	}

.Clickable::after {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #FFF;
	border-top:none;
	border-left: none;
	transform: rotate(45deg);
	right:0;
	top:10px;	
}

.Clickable.Close::after {
	transform: rotate(45deg);
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-bottom:none;
	border-right: none;
	top:16px;
}



/* Formulare */

label {
	display: inline-block;
	width: 500px;
	max-width: 100%;
	margin: 10px auto 0 auto;
	font-size: 1.2em;
	height: auto;
}

input[type="text"] {
	width: 500px;
	max-width: 100%;
	height:50px;
	border: 0 none;
	padding: 0 15px;
	margin: 5px 0;
	box-sizing: border-box;
	font-size: 1.2em;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
	display: inline-block;
}

.InputWrapper {
	width: 500px;
	max-width: 100%;
	height:50px;
	margin: 10px auto;
	box-sizing: border-box;
	display: block;
	background: #FFF;
	color: #363636;
	text-align: left;
	font-size: 1.2em;
}

.InputWrapper input[type="text"].Street {
	width: 70%;
	height:100%;
	border: 0 none;
	padding: 0 15px;
	margin: 0 10px 0 0;
	box-sizing: border-box;
	font-size: 1em;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
	display: inline-block;
}

.InputWrapper input[type="text"].StNumber {
	width: 23%;
	height:100%;
	border: 0 none;
	padding: 0 15px;
	margin: 0 0 0 10px;
	box-sizing: border-box;
	font-size: 1em;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
	display: inline-block;
}




textarea {
	width: 500px;
	max-width: 100%;
	height:150px;
	border: 0 none;
	padding: 10px 15px;
	margin: 10px 0;
	box-sizing: border-box;
	font-size: 1.2em;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
	display: inline-block;
}

.BoxSelect {
	position:relative;
	margin: 4px 0 16px 0;
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
}

.InputSelect select {
	width:500px;
	max-width: 100%;
	height:50px;
	line-height:40px;
	vertical-align:middle;
	background-color:transparent;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	font-size:1.15em;
	color:#222221;
	padding:0 0px 0 0px;
	-webkit-appearance: none;
	border: 0px none #d8dadd;
	box-sizing: border-box;
	margin-left: 0px;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	}

.InputSelect {
	width:500px;
	max-width: 100%;
	height:50px;
	line-height:40px;
	vertical-align:middle;
	color:#71777a;
	background: url(../img/ArrowSelect.svg) no-repeat right center #FFF;
	overflow: hidden;
	border: 0px none #d8dadd;
	box-sizing: border-box;
	padding-left: 10px;
	}
	
	
.BoxSelectDate {
	position:relative;
	display: inline-block;
	margin: 0;
	width: 32%;
	box-sizing: border-box;
}

.InputSelectDate select {
	width:100%;
	height:50px;
	line-height:40px;
	vertical-align:middle;
	background-color:transparent;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	font-size:1.0em;
	color:#222221;
	padding:0 0px 0 0px;
	-webkit-appearance: none;
	border: 0px none #d8dadd;
	box-sizing: border-box;
	margin-left: 0px;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	}

.InputSelectDate {
	width:100%;
	height:50px;
	line-height:40px;
	vertical-align:middle;
	color:#71777a;
	background: url(../img/ArrowSelect.svg) no-repeat right center #FFF;
	overflow: hidden;
	border: 0px none #d8dadd;
	box-sizing: border-box;
	padding-left: 10px;
	}


p.Error {
	font-size: 1.4em;
	color: #e33417;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
}

p.Confirm {
	font-size: 1.4em;
	color: #9c9da0;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
}


/******* Custom Checkbox *******/
/* Customize the label (the container) */
.CustomCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  line-height: 24px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 500px;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
}

/* Hide the browser's default checkbox */
.CustomCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.CheckMark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #CCC;
}

/* On mouse-over, add a grey background color */
.CustomCheck:hover input ~ .CheckMark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.CustomCheck input:checked ~ .CheckMark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.CheckMark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.CustomCheck input:checked ~ .CheckMark:after {
  display: block;
}

/* Style the checkmark/indicator */
.CustomCheck .CheckMark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #999;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/******* Custom Radio *******/

/* Customize the label (the container) */
.CustomRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  line-height: 24px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 500px;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
}

/* Hide the browser's default radio button */
.CustomRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.RadioMark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #CCC;
}

/* On mouse-over, add a grey background color */
.CustomRadio:hover input ~ .RadioMark {
  background-color: #FFF;
}

/* When the radio button is checked, add a blue background */
.CustomRadio input:checked ~ .RadioMark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.RadioMark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.CustomRadio input:checked ~ .RadioMark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.CustomRadio .RadioMark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999;
}


.CustomCheck.Disabled {
  opacity: .3;
  cursor: default;
}



/* Filtration */

.Filtration label {
	display: inline-block;
	width: auto;
	max-width:none;
	margin:0 8px 0 20px;
	height: 40px;
}

.Filtration .BoxSelect {
	display: inline-block;
	margin: 0 auto 0 auto;
	width: 200px;
	vertical-align: middle;
}

.Filtration .InputSelect select {
	width:200px;
	height:40px;
	line-height:30px;
	}

.Filtration .InputSelect {
	width:200px;
	height:40px;
	line-height:30px;
	background: url(../img/ArrowSelectFilter.svg) no-repeat right center rgba(255, 255, 255, 0.6);
	}
	
.Filtration button {
	font-size: 1.3em;
	font-weight: 600;
	padding: 8px 25px;
}

/* Pagination */
.Pagin {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius:15px;
	background: no-repeat center center rgba(255, 255, 255, 0.5);
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
	font-size: 1.2em;
	text-decoration: none;
	color:#000;
	margin: 5px;
	transition: background-color .3s;
}

a.Pagin:hover {
	background-color: rgba(255, 255, 255, 1);
	color:#000;
	transition: background-color .3s;
}

.Pagin.Active {
	background-color: rgba(255, 255, 255, 1);
	color:#000;
}

.Pagin.Left {
	background-image:url(../img/ArrowPaginL.svg);
}

.Pagin.Right {
	background-image:url(../img/ArrowPaginR.svg);
}
	

/* Router */
.Router {
	position: relative;
	display: inline-block;
	float: left;
	width: 33.3215%;
	height: 250px;
	border: 1px solid #585858;
	box-sizing: border-box;
	font-size: 3em;
	font-weight: 700;
}

.Router .Wrapper {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.Router .Center {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}

.Router .Icon {
	display: block; 
	width: 120px;
	height: 70px;
	background: center center no-repeat;
	margin: 0 auto 20px auto;
}

.Router .Bgr {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	
}

.Router .Darkened {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	transition: background-color .3s;
	z-index: 1;
}

.Router:hover .Darkened {
	background: rgba(0, 0, 0, .2);
	transition: background-color .3s;
}

/* News */
.News {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	vertical-align: top;
	text-align: left;
	padding: 0 0 0 240px;
	box-sizing: border-box;
	min-height: 150px;
	overflow: hidden;
	margin: 0px;
	background: none;
}


.News .Photo {
	display:block;
	position:absolute;
	width:220px;
	height:140px;
	overflow:hidden;
	left:0;
	top:0;
	box-sizing: border-box;
	margin-top: 4px;
	border: 1px solid;
	border-color: transparent;
	transition: border-color .3s;
	}


.News .PhotoPresah {
	width: 420px;
	height: 340px;
	float:left;
	margin: -100px;
	background: none;
}

.News .PhotoCenter {
	background: none;
	width: 420px;
	height: 340px;
	text-align: center;
	position:relative;
	display: table-cell;
	vertical-align: middle;
}

.News .PhotoCenter img {
	display: block;
	position:relative;
	left: 0;
	margin: 0 auto;
	width: 220px;
}

.News h3 {
	font-size: 1.8em;
	font-weight: 700;
	margin: 0 0 10px 0;
	transition: color .3s;
}

a:hover .News .Photo {
	border-color: #FFF;
	transition: border-color .3s;
}

.News p {
	font-size: 1.2em;
	color: rgba(255, 255, 255, 0.6);
	transition: color .3s;
}

a:hover .News p {
	color: rgba(255, 255, 255, 1);
	transition: color .3s;
}

img.NewsDetailPhoto {
	width: 400px;
	max-width: 100%;
	float: left;
	margin: 5px 40px 40px 0;
}



/* In page navigation */

.InPageNavi {
	position: relative;
	display: inline-block;
	width: 140px;
	height: auto;
	font-size: 1.8em;
	font-weight: 700;
	vertical-align: top;
	margin: 20px;
	}
	
.InPageNavi img {
	display: block;
	margin: 0 auto 10px auto;
	}
	
a:hover .InPageNavi {
	text-decoration: underline;
	}
	
	
/* Product List */

.ProductList {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 270px;
	height: 515px;
	background: #FFF;
	text-align: left;
	margin: 10px;
	transition: background .3s;
}

.ProductList .ProductTh {
	display:block;
	position:relative;
	width:270px;
	height:270px;
	overflow:hidden;
	margin:0;
	white-space: nowrap;
	}

.ProductList .ProductThPresah {
	width: 470px;
	height: 270px;
	float:left;
	margin: 0 -100px;
}

.ProductList .ProductThCenter {
	background: transparent;
	width: 470px;
	height: 270px;
	text-align: center;
	position:relative;
	display: table-cell;
	vertical-align: middle;
}
.ProductList .ProductThCenter img {
	display: block;
	position:relative;
	left: 0;
	margin: 0 auto;
	max-height: 270px;
}

.ProductList h2 {
	font-size: 1.8em;
	color: #181818;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	height: 65px;
	overflow: hidden;
}

.ProductList p {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #181818;
	font-weight: 400;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	height: 80px;
	overflow: hidden;
}

.ProductList p.Price {
	font-weight: 600;
	margin: 5px 0 0 0;
	height: 25px;
}

a:hover .ProductList {
	background: rgba(255, 255, 255, 0.7);
	transition: background .3s;
}

.ProductList button {
	font-size: 1.15em;
	padding: 6px 15px;
	margin: 5px 0 0 10px;
	z-index: 1000;
}

.ProductList .State {
	display:block;
	position:absolute;
	background:#b41b04;
	padding: 5px 10px;
	right:0;
	font-size: 1.15em;
	z-index: 1;
	}
	
.ProductList .Notice {
	position:absolute;
	color:#FFF;
	background: rgba(0, 0, 0, 0.75);
	padding: 5px 10px;
	left:5px;
	bottom:5px;
	font-size: 1em;
	z-index: 1;
	max-width: 240px;
	white-space: normal;
	}
	
	
.ProductList .InStock {
	display:inline-block;
	float: right;
	color:#b41b04;
	padding: 7px 0;
	margin: 5px 10px 0 0;
	font-size: 1.08em;
	vertical-align: top;
	}
	
	
.AboutProduct {
	display: block;
	position: relative;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4em;
	max-width: 1100px;
	margin: -40px auto 40px auto;
	
}

.AboutProduct p {
	font-size: 1.0em;
}

.AboutProduct h1 {
	font-size: 3em;
}

.AboutProduct h2 {
	font-size: 2em;
}


/* Product Detail */
.ProductDescription {
	text-align: left;
}

.ProductDescription p {
	font-size: 1.2em;
}

.ProductDescription .Wrapper {
	padding-right: 320px;
	box-sizing: border-box;
}

.ProductDescription .LeftBlock {
	display: inline-block;
	float: right;
	width: 290px;
	height: auto;
	margin-right: -320px;
	margin-top: 5px;
}

.ProductDescription .Photo {
	display: block;
	width: 290px;
	height: auto;
	margin-top: 5px;
}

.ProductDescription .Photo img {
	max-width: 290px;
	max-height: auto;
}

.ProductDescription .State {
	display:block;
	position:absolute;
	background:#b41b04;
	padding: 5px 10px;
	right:0;
	font-size: 1.15em;
	z-index: 1;
	}

.ProductParameters .Wrapper {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	-moz-column-gap:100px;
	-webkit-column-gap:100px;
	column-gap:100px;
	text-align: left;
	font-size: .9em;
}

.ProductParameters .Wrapper p {
	display: inline-block;
	width: 100%;
	padding-left: 170px;
	box-sizing: border-box;
}

.ProductParameters .Wrapper p span.Label {
	display: inline-block;
	float: left;
	width: 160px;
	margin-left: -170px;
	font-weight: 500;
}

.ProductParameters .Wrapper p.Price {
	font-size: 1.4em;
	font-weight: 600;
}

.ProductParameters .Wrapper p.Price span.Label {
	font-weight: 600;
}

.ProductDescription .Shopping {
	display: inline-block;
	width: 290px;
	height: auto;
	margin-top: 5px;
}


.ProductDescription .Shopping .BoxSelect {
	margin: 4px auto 4px auto;
}

.ProductDescription .Shopping .InputSelect select {
	height:40px;
	line-height:30px;
	}

.ProductDescription .Shopping .InputSelect {
	height:40px;
	line-height:30px;
	padding-left: 6px;
	}
	
.ProductDescription .Shopping button {
	margin: 15px 0 0 0;
	}


/* Dealers */
.Dealers {
	position: relative;
	display: inline-block;
	width: 29%;
	height: auto;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	margin: 2%;
}

.Dealers h3 {
	font-size: 1.6em;
	font-weight: 600;
	margin: 0;
}

.Dealers p {
	font-size: 1em;
	color: rgba(255, 255, 255, 0.6);
}

.Dealers p a {
	font-size: 1em;
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 300;
	transition: color .3s;
}

.Dealers p a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	transition: color .3s;
}


/* Media */
.MediaList {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 350px;
	max-width: 100%;
	height: auto;
	background: #FFF;
	text-align: left;
	margin: 10px;
}

.MediaList .MediaTh {
	display:block;
	position:relative;
	width:350px;
	max-width: 100%;
	height:190px;
	overflow:hidden;
	margin:0;
	white-space: nowrap;
	}

.MediaList .MediaThPresah {
	width: 550px;
	height: 390px;
	float:left;
	margin: -100px;
}

.MediaList .MediaThCenter {
	background: transparent;
	width: 550px;
	height: 390px;
	text-align: center;
	position:relative;
	display: table-cell;
	vertical-align: middle;
}
.MediaList .MediaThCenter img {
	display: block;
	position:relative;
	left: 0;
	margin: 0 auto;
	max-height: 210px;
}

.MediaList h2 {
	font-size: 2em;
	line-height: 1.1em;
	color: #181818;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 5px 0 0 0;
	height: auto;
	overflow: visible;
}

.MediaList p {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #181818;
	font-weight: 400;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 5px 0 15px 0;
	height: auto;
	overflow: visible;
}

a:hover .MediaList {
	background: rgba(255, 255, 255, 0.7);
	transition: background .3s;
}

.MediaList .MediaLogo {
	position: absolute;
	display: table;
	width: 120px;
	height: 80px;
	overflow: hidden;
	z-index: 1;
	opacity: .7;
	left:50%;
	top:50%;
	margin-top: -40px;
	margin-left: -60px;
	text-align: center;
	background: #FFF;
}

.MediaList .MediaLogoCenter {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}

.MediaList .MediaLogo img {
	max-width: 120px;
	max-height: 80px;
}



/* Video Block */

.VideoWrapper {
	max-width: 700px;
	margin: auto;
}

.VideoContainer {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; height: 0; overflow: hidden;
}

.VideoContainer iframe,
.VideoContainer object,
.VideoContainer embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.VideoGalleryWrapper {
	display: block;
	width: 100%;
	height: 290px;
	overflow: hidden;
}

.VideoGalleryWrapper.Full {
	height: auto;
}

.VideoGallery {
	display: inline-block;
	height: 120px;
	margin: 12px;
}

.VideoGallery img {
	height: 100%;
}



/* User block */
.User p {
	text-align: left;
}

.User li {
	text-align: left;
}

.User ul {
	text-align: left;
}

.User .Error {
	text-align: center;
}

.User .Confirm {
	text-align: center;
}

.User img {
	max-width: 100%;
}



/* Manuals */


.Manual h2 {
	font-size: 1.9em;
	margin-top: 40px;
}

.Manual a {
	text-decoration: none;
}

.Manual .ManualItem {
	padding-left: 70px;
	box-sizing: border-box;
	margin-bottom: 20px;
	min-height: 40px;
}

.Manual .ManualItem h3 {
	font-size: 1.4em;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 0;
}

.Manual .ManualItem p {
	font-size: 1em;
	color: rgba(255, 255, 255, 0.6);
}

.Manual .ManualItem p a {
	font-size: 1em;
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 300;
	transition: color .3s;
}

.Manual .ManualItem a:hover p  {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	transition: color .3s;
}

.ManualIco {
	display: inline-block;
	float: left;
	width: 50px;
	height: 50px;
	background: aqua;
	margin-left: -70px;
	background: center center no-repeat;
	opacity: .6;
	transition: opacity .3s;
}

.Manual .ManualItem a:hover .ManualIco  {
	opacity: 1;
	transition: opacity .3s;
}

.ManualIco.YTB {
	background-image: url(../img/IcoManualYT.svg);
}

.ManualIco.PDF {
	background-image: url(../img/IcoManualPDF.svg);
}



/* Galerie */

.BoxGalerie {
	display:inline-block;
	position:relative;
	width:180px;
	height:180px;
	overflow:hidden;
	margin:5px;
	background: #FFF;
}


 .BoxGaleriePresah {
	width: 380px;
	height: 380px;
	float:left;
	margin: -100px;
}

.BoxGalerieCenter {
	background: transparent;
	width: 380px;
	height: 380px;
	text-align: center;
	position:relative;
	display: table-cell;
	vertical-align: middle;
}
.BoxGalerieCenter img {
	display: block;
	position:relative;
	left: 0;
	margin: 0 auto;
	max-height: 180px;
}

.BoxGalerieCenter img.Partners {
	max-height: 160px;
	max-width: 160px;
}

.GalleryName {
	display: inline-block;
	float: left;
	width: 190px;
	height: 190px;
}

.GalleryName .Center {
	display: table-cell;
	width: 190px;
	height: 190px;
	vertical-align: middle;
	font-size: 1.5em;
	line-height: 1em;
}



/* Shopping Cart */

.CartList {
	padding-bottom: 80px;
	}
	
	
.CartList table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	}
	
.CartList table thead td {
	background: rgba(255, 255, 255, 0.15);
	color: #FFF;
	}
	
.CartList table thead td.TotalItem {
	white-space:normal;
	}
	
.CartList table thead td.Amount {
	white-space: normal;
	}
	
.CartList table td {
	padding: 10px;
	font-size: 1.1em;
	font-weight: 300;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	}
	
.CartList table td.Price {
	text-align: right;
	white-space: nowrap;
	}
	
.CartList table td.TotalItem {
	text-align: right;
	font-size:1.25em;
	font-weight: 500; 
	white-space: nowrap;
	}
	
.CartList table td.Amount {
	text-align: left;
	white-space: nowrap;
	}
	
.CartList table td.Amount input[type="text"] {
	display: inline-block;
	font-size: 1.1em;
	font-weight: 500;
	width: 40px;
	height: 40px;
	padding: 5px 5px;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	}
	
.CartList table td.Amount .Edit {
	display: inline-block;
	width: 20px;
	height: 30px;
	vertical-align: middle;
	margin: 0 0 0 8px;
	padding: 0;
	}
	

	
.CartList table td.Amount .Edit .Plus {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 12px 7px;
	border-color: transparent transparent #777777 transparent;
	margin-bottom: 6px;
	cursor: pointer;
	}
	
.CartList table td.Amount .Edit .Minus {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 7px 0 7px;
	border-color: #777777 transparent transparent transparent;
	margin-top: 6px;
	cursor: pointer;
	}
	
.CartList table td.Amount .Edit .Plus:hover {
	border-color: transparent transparent #b41b04 transparent;
	}
	
.CartList table td.Amount .Edit .Minus:hover {
	border-color: #b41b04 transparent transparent transparent;
	}
	
	
.CartList table td .Delete {
	width: 18px;
	height: 4px;
	background: #777777;
	position: relative;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}

.CartList table td .Delete:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 4px;
	background: #777777;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	}
	
.CartList table td .Delete:hover {
	background: #b41b04;
}

.CartList table td .Delete:hover:before {
	background: #b41b04;
}


.CartList table td.DiscountVoucher {
	text-align: right;
	}

.CartList table td.DiscountVoucher input[type="text"] {
	display: inline-block;
	font-size: 1.1em;
	font-weight: 500;
	width: 100px;
	height: 30px;
	padding: 0 5px;
	text-align: left;
	margin: 0;
	vertical-align: middle;
	}
	
.CartList table td.DiscountVoucher button {
	font-size: 1.1em;
	font-weight: 500;
	height: 30px;
	padding: 0 10px;
	margin: 0 0 0 5px;
	vertical-align: middle;
	}
	
.CartList table td.InTotal {
	text-align: right;
	font-size: 1.2em;
	font-weight: 600;
	border-top:3px solid #FFF;
	border-bottom:none;
	}
	
.CartList table td .InTotalPrice {
	font-size: 1.6em;
	margin-left: 8px;
	}
	
	
.CartList .Buttons  {
	text-align: left;
	}
	
.CartList button.Right {
	float: right;
	}
	
.CartList .CustomCheck  {
	display: inline-block;
	float: right;
	width:auto; 
	margin-bottom:35px;
	}
	

	
/* PopUp */

.PopUp {
	position: fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index: 1000;
	overflow-y:scroll;
	}
	
.PopUp.Notice {
	overflow-y:auto;
	}

.PopUp .Bgr {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(10, 10, 10, 0.9);
}


.PopUp .Wrapper {
  position: absolute; 
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0; 
  margin: auto;
  width: 400px;
  max-width: 100%;
  height: 250px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.PopUp.Notice .Wrapper {
  position: absolute; 
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0; 
  margin: auto;
  width: 600px;
  max-width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.PopUp .Wrapper .ToCenter {
  	position: relative;
	width: 100%;
	height: 100%;
	display: table; 
	margin: auto;
}

.PopUp .Wrapper .ToCenter .Center {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}




.PopUp input[type="text"] {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	color:#71777a;
	margin:10px auto;
	font-size: 1.0em;
}

.PopUp button {
	padding: 10px 20px;
	box-sizing: border-box;
	background: #b41b04;
	color:#FFF;
	font-size: 1.0em;
	border: 0 none;
	font-weight: 600;
	cursor: pointer;
}

.PopUp button:hover {
	background: rgba(181, 27, 3, 0.6);
	transition: background-color ease-in-out 200ms;
}

.PopUp p {
	font-size: 1.3em;
	font-weight: 600;
	margin: 0;
	color: #181818;
}

.PopUp.Notice p {
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 10px;
}

.PopUp h3 {
	font-size: 1.95em;
	font-weight: 800;
	margin: 0;
	color: #181818;
}

.PopUp.Notice h3 {
	margin-bottom:10px;
}


	
	
	

