/* start fck */
 @import url("https://use.typekit.net/qge7anm.css");

*, *::before, *::after {
	box-sizing: border-box;
}

h1,h2,h3,h4,h5 {
	font-family: calibri, sans-serif;
	text-transform:uppercase;
}

h1 {
	font-size: 36px;
	margin-top:0;
	word-wrap:break-word;
}

h2 {
	font-size: 28px;
	margin-top:0;
}

h3 {
	margin-bottom: 0;
}

p {
	margin: 5px 0 10px 0;
}

input[type=submit],
input[type=button] {
	-webkit-appearance: none;
}

body, td {
	margin: 0;
	font-size: 16px;
	font-family: calibri, sans-serif; 
	color:#58595b;
	-webkit-text-size-adjust: 100%;
}
a {
	color:#454545;
}

input, textarea, select {
	font-family: calibri, sans-serif;
	font-size: 1em;
    box-shadow: none;
	color:#58595b;
	outline: none;
	/*fixes problem on ios when typing */
	transform: translateZ(0);
}


input[type="submit"], input[type="button"]:not(.cookiesite_mainpopupConfirm), a.btn {
	display: inline-block;
	min-width: 160px;
	border: 2px solid #114756;
	background-color:#114756;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

/*input[type="submit"]:hover, input[type="button"]:hover, header .basket-holder .basket-content .basket-checkout a:hover, a.btn:hover {
	border: 2px solid #0d3540;
	background-color:#0d3540;
}*/

input[type="submit"]:hover, input[type="button"]:hover, header .basket-holder .basket-content .basket-checkout a:hover, a.btn:hover {
	border: 2px solid #78c6db;
	background-color:#78c6db;
}
 
/* end fck */


/* IOS FIX */
input[type=checkbox]:checked:after {
	content:' ';
}

img {
	max-width:100%;
	height:auto;	
}

html.noheight,
html.noheight body {
	width: auto;
	height: auto;
	overflow: auto;
}

/* VIEWPORT START */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.hidden {
     opacity:0;
}

/* VIEWPORT END */



.standouttext {
	color:#c01b1b;	
	font-weight:bold;
}

.obligatory {
	color:#c01b1b;	
}


[canvas=container] {

}

.main-holder {
	/*background:url(/monstercms/frontend/img/bg-main.jpg) repeat;
	background-position:top center;*/
	background-color:#f8eff2;

}


.content-holder,
.basket-wrapper,
.breadcrumb,
main.products,
.product-info {
	margin:auto;
	width:1180px;	
}

.upper,
.upper li {
	text-transform:uppercase;	
}

header {
	height:90px;	
	background:#fff;
	text-transform:uppercase;
	font-size:16px;
}

section.below-header {
	height:50px;
	background:#fff;
	overflow:hidden;	
}

section.below-header.below-header1 {
	background:#78c6db;
}


header a {
	color:#58595b;
	text-decoration:none;
}
header a:hover {
	text-decoration:underline;	
}

header .logo {
	float:left;
	padding-top:15px;
	padding-left:15px;
}

header .logo img {
	height:60px;
	width:auto;	
}

header .right {
	float:right;	
}

header .right ul.menu {
	display:inline-block;	
	padding:0;
	margin:0;
	list-style:none;

}

header .right ul.menu>li {
	display:inline-block;
	vertical-align:top;

	
}

header .right ul.menu>li a {
	display:inline-block;
	line-height:90px;
	padding:0 15px;	
}

header .right ul.menu>li .submenu-holder {
	display:none;
	position:absolute;	
	z-index:5;
	right:50px;
	opacity:0;
	pointer-events:none;
	transition:ease-in-out 0.3s all;
}

header .right ul.menu>li .submenu {
	position:relative;
	min-width:680px;
	background:rgba(255,255,255,0.92);
	box-shadow: 0 7px 7px rgba(0,0,0,0.15);
	padding:0 20px;
	
}

header .right ul.menu>li .submenu ul {
	display:inline-block;	
	list-style:none;
	padding:0;
	margin:0;
	vertical-align:top;
	margin:30px 15px;

}
header .right ul.menu>li .submenu ul li {
	font-size:0.9em;	
}
header .right ul.menu>li .submenu ul li a {
	padding:0;
	margin:0;
	line-height:normal;
}

header .right ul.menu>li .submenu ul li.title a {
	font-weight:bold;	
}

header .right ul.menu>li.basket .basket-holder {
	width:60px;
	text-align:center;	
}

header .right ul.menu>li:hover .submenu-holder {
	opacity:1;
	pointer-events:initial;
}


header .right ul.menu>li.external {
	margin-left:20px;
}

header .right ul.menu>li.external a {
	background:#114756;
	color:#fff;
	padding:0 30px;
	font-size:16px;
	
}


header .basket-holder {
	position: relative;
}

header .basket-holder .basket-button {
	line-height: 90px;
	cursor: pointer;
}

header .basket-holder .basket-content {
	width:250px;
	min-height: 80px;
	background-color: rgba(255,255,255,0.92);
	box-shadow: 0 7px 7px rgba(0,0,0,0.15);
	display: none;
	position: absolute;
	z-index: 3;
	transform:translateX(-50%);
	left:30px;
	text-transform:none;
}

header .basket-holder .basket-content .loader {
	padding: 20px;
	font-size: 25px;
	text-align: center;
	color: #7F7F7F;
}

header .basket-holder .basket-content .items {
	max-height: 270px;
	overflow-y: scroll;
}

header .basket-holder .basket-content .items .item {
	padding: 15px;
	position: relative;
	overflow: visible;
}

header .basket-holder .basket-content .items .item:not(:last-child)::after {
	position: absolute;
	display: block;
	content: '';
	width: 65%;
	left: 50%;
	bottom: 00px;
	transform: translateX(-50%);
	height: 10px;
	border-bottom: 1px solid #e2e2e2;
	margin: auto;
}

header .basket-holder .basket-content .items .item .item-img {
	float: left;
}

header .basket-holder .basket-content .items .item .item-img img {
	display: block;
	width: 60px;
	height: auto;
}

header .basket-holder .basket-content .items .item .item-details {
	float: left;
	width: calc(100% - 60px);
	line-height: 19px;
	padding-left: 10px;
	font-size: 14px;
	text-align:left;
	color: #9a9090;
}

header .basket-holder .basket-content .items .item .item-details .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 138px;
	overflow: hidden;
}

header .basket-holder .basket-content .items .item .item-details .title > a {
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}

header .basket-holder .basket-content .items .item .item-details .quantity {
	
}

header .basket-holder .basket-content .items .item .item-details .price {
	
}

header .basket-holder .basket-content .basket-total {
	padding: 15px 30px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

header .basket-holder .basket-content .basket-total > div {
	text-align: left;
}

header .basket-holder .basket-content .smalltext {
	color: #9a9090;
	font-size: 12px;
	text-align: center !important;
	margin-top: 5px;
}

header .basket-holder .basket-content .basket-checkout {
	padding: 10px 15px;
}

header .basket-holder .basket-content .basket-checkout a {
	display: block;
	border: 2px solid #114756;
	background-color: #114756;;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}

header .basket-holder .basket-content .basket-total .total-amount {
	float: right;
}

header .basket-holder .basket-button .basket-item-amount {
	font-size: 11px;
	text-align: center;
	width: 18px;
	line-height: 18px;
	display: inline-block;
	position: relative;
	top: -10px;
	left:5px;
	border-radius:50%;
	background:#af0735;
	color:#fff;
}

header .basket-holder .basket-button img {
	position: relative;
	top: 4px;
	margin: 0 20px 0 5px;
}


footer {
	background:#af0735;
	color:#fff;	
	font-size:0;
	padding:40px 0;
}

footer a {
	color:#fff;
	text-decoration:none;	
}

footer a:hover {
	text-decoration:underline;	
}

footer > .content-holder > .footer-content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

footer>.content-holder ul.footer-links {
	padding:0;
	margin:0;
	list-style:none;
}

footer>.content-holder ul.footer-links>li {
	display:inline-block;
	width:33%;	
	font-size:20px;
	vertical-align:top;
	
}

footer>.content-holder ul.footer-links>li .title {
	font-weight:bold;
	margin-bottom:15px;	
}

footer ul.actual-links {
	list-style:none;
	padding:0;
	margin:0;
}
footer ul.actual-links li {
	font-size:16px;
	line-height:30px;	

}

footer .some {
	padding-top:35px;
	font-size:26px;	
	text-align:center;
}
footer .some .title {
	text-transform:uppercase;
	font-weight:bold;	
}

footer .some i.fa {
	font-size:30px;
	display:inline-block;
	margin:10px 5px;	
}

footer .footer-address {
	font-size: 12px;
	text-align:center;
	padding-top: 30px;	
}

.subfooter {
	text-align:center;	
	padding:25px 0;
}

.subfooter .developer {
	padding-top:10px;
}
.subfooter .developer a {
	font-size:12px;
	color:rgba(0,0,0,0.35);	
	text-decoration:none;
}
.subfooter .developer a:hover {
	color:rgba(0,0,0,0.6);	
	text-decoration:underline;
}

main:not(.homepage):not(.related) {
	padding:50px 0;
	min-height:200px;
}

.cms-template0,
.cms-template1,
.cms-template2 {
	background:#fff;
	padding:20px 30px;
}


/*.cms-template0 {
	max-width:1180px;
	margin-left:auto;
	margin-right:auto;	
}*/

.cms-template2 {
	width:900px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

.hr {
	border-bottom:1px solid rgba(0,0,0,0.15);
	margin-bottom:20px;
	padding-top:20px;
}

.withborder td {
	border-bottom:1px solid rgba(0,0,0,0.15);
}

.clear {
	clear: both;
}

.contact-holder {
	font-size: 0;
}

.contact-holder section {
	display: inline-block;
	vertical-align:top;
	width: 50%;
	font-size: 16px;
}








.frm-dealerlogin {
	width: 250px;
}

.frm-dealerlogin input {
	display: block;
	width: 100%;
	margin-top: 10px;
	
}

.frm-dealerlogin input:not([type=submit]) {
	padding: 5px;
}


ul.ulgallery {
	width: 910px;
	max-width: calc(100% + 10px);
	margin-left: auto;
	margin-right: auto;
	list-style:none;	
	padding: 30px 0 0 0;
	font-size: 0;
	/*text-align:center;*/

}
ul.ulgallery li {
	position: relative;
	width: calc(25% - 10px);
	margin:5px;
	padding:5px;
	display:inline-block;
	background-color: #fff;
	transition:all 0.3s ease-in-out;
}

ul.ulgallery li:nth-child(4n+4) {
	/*margin-right:0;*/
}

ul.ulgallery li::before {
	opacity:0;
	position:absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-color: rgba(255,255,255,0.6);
	transition:all 0.3s ease-in-out;
	background-image:url(/monstercms/frontend/img/heart-red.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size:10px;
	-webkit-box-shadow: 0 0 7px 2px rgba(176, 176, 176, 0);
	box-shadow: 0 0 7px 2px rgba(176, 176, 176, 0);
}

ul.ulgallery li:hover::before {
	opacity:1;
	background-size:35px;
	-webkit-box-shadow: 0 0 7px 2px rgba(176, 176, 176, 0.4);
	box-shadow: 0 0 7px 2px rgba(176, 176, 176, 0.4);
}

ul.ulgallery li img {
	width:300px;
	height:auto;
	cursor:pointer;
}

ul.ulgallery li a:not(:first-child) {
	display:none;	
}

.imagebank-container {
	font-size: 0;
}

.imagebank-container .row:not(:last-child) {
	margin-bottom: 50px;
}

.imagebank-container .row > section {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 5px;
}

.imagebank-container .row section h2 {
	text-align: center;
}

.imagebank-container section a {
	display: block;
	margin-bottom: 10px;
}

.prod-holder #idProdLoader > img {
	opacity: 0.3;
}