
@import url('CalibreSuperCondensed-Regular.css');

/* --------------------------
--- GENERAL CSS ---
----------------------------- */
html, 
.animsition,
.animsition-overlay,
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
	min-height: 320px;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	min-height: 320px;
	font-size: 16px;
	color: #393939;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	overflow-x: hidden; /* fix for animation social-links */
}

body.bg-init,
body .animsition-overlay-slide {
	background-color: #000;
}
body .animsition-overlay-slide {
	z-index: 3001;
}

body.contentpane.modal {
	background: none;
	height: auto;
}

p,
ul {
	margin: 0 0 15px;
}

ul {
	list-style: none;
	padding-left: 15px;
}

img {
	height: auto;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
}

h2 {
	margin-bottom: 30px;
}

.navbar-collapse,
.mod-languages {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

a {
	color: #715a82;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

/* --------------------------
--- CLASSES ---
----------------------------- */

.modal-content {
	position: relative;
	background-color: #1c1f24;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #1c1f24;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	color: #fff;
	padding: 30px 40px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

/* Buttons */
.btn {
    background-color: transparent;
    border-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
    color: #fff;
	padding: 6px 30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn:hover,
.btn:focus {
    background-color: #000;
    border-color: #000;
}
.btn-primary {
	background: #000;
	border-color: #000;
	color: #fff;
	
}
.btn-primary:hover,
.btn-primary:focus {
	background: transparent;
	border-color: #000;
	color: #000;
}
.no-btn {
	background: none;
	border: 0 none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	vertical-align: baseline;
	color: #acf948;
	font-style: italic;
}
.no-btn:hover,
.no-btn:focus {
	background: none;
	border: 0 none;
	color: #fff;
}

/* Order now button */
.order-button {
	position: absolute;
	top: 26px;
	right: 70px;
	z-index: 1010;
}
.order-button p {
	margin: 0;
}

/* Social links */
.social-links {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 34px;
	z-index: 1;
}
.social-links ul {
	margin: 0;
	padding: 0;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.social-links ul li:first-child {
	margin-bottom: 15px;
}
.social-links a {
	color: #fff;
	font-size: 14px;
	display: block;
	writing-mode: vertical-lr;
}
.social-links a:hover,
.social-links a:focus {
	color: #715a82;
}

/* Responsive BG image - aspectRatio */
.aspectRatio {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.aspectRatio:after {
	padding-top: 75%;
	display: block;
	content: '';
}
.aspectRatio-inner {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.aspectRatio-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.aspectRatio-bg img {
	display: none;
}
.aspectRatio:hover,
.aspectRatio:focus {
    filter: alpha(opacity=85);
    opacity: 0.85;
}

/* --------------------------
--- MAIN BLOCKS ---
----------------------------- */

/* Logo */
.navbar-brand {float: none; display: inline-block;height: auto;padding: 20px;}
.navbar-brand > img {display: inline-block;height: 46px;}
.brand-container {
	display: inline-block;
	position: absolute;
	z-index: 1004;
	float: left;
}

/* Main Menu - navbar - navbar-collapse */
body .navbar {
	position: absolute;
	z-index: 1003;
	width: 100%;
	top: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 0;
	border: 0 none;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
}
.navbar-collapse {
	margin: 0 175px;
	text-align: center;
}
.home .navbar-collapse {
	text-align: left;
}
.navbar .navbar-nav a {
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar .navbar-nav a,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
	background: transparent;
	color: #fff;
}
.nav > li > a:focus,
.nav > li > a:hover {
	background: none;
	color: #ccc;
}
.navbar .collapse.in .navbar-nav {
	float: none;
	background: #5a0103;
	margin: 0;
}
.navbar .collapse.in .navbar-nav a.btn-primary {
	margin: 0;
	text-align: left;
}

/* Button menu toggle and menu overlay */
#nav-toggle {
	cursor: pointer;
	position: absolute;
	width: 30px;
	top: 35px;
	right: 20px;
	padding: 6px 15px 9px;
	background: transparent;
	border: none;
	/*z-index: 1004;*/
	z-index: 2008;
	margin: 0;
}
#nav-toggle:hover span,
#nav-toggle:hover span:after {
	width: 30px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	width: 25px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	display: block;
	content: '';
}
#nav-toggle span {

}
#nav-toggle span:before {
	top: -6px;
	width: 30px;
}
#nav-toggle span:after {
	bottom: -6px;
	width: 20px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#nav-toggle.is-active span {
	background-color: transparent;
}
#nav-toggle.is-active span:before, #nav-toggle.is-active span:after {
	top: 0;
}
#nav-toggle.is-active span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-toggle.is-active span:after {
	width: 30px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Rotating animation for hamburger */
#nav-toggle {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.55, .055, .675, .19)
}
#nav-toggle:before {
    transition: top .1s .3s ease-in, opacity .1s ease-in
}

#nav-toggle:after {
    transition: bottom .1s .3s ease-in, -webkit-transform .3s cubic-bezier(0.55, .055, .675, .19);
    transition: bottom .1s .3s ease-in, transform .3s cubic-bezier(0.55, .055, .675, .19);
    transition: bottom .1s .3s ease-in, transform .3s cubic-bezier(0.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(0.55, .055, .675, .19)
}
#nav-toggle.is-active {
    -webkit-transform: rotate(-450deg);
    transform: rotate(-450deg);
    transition-delay: .1s;
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
}
#nav-toggle.is-active:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s .1s ease-out
}
#nav-toggle.is-active:after {
    bottom: 0;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    transition: bottom .1s ease-out, -webkit-transform .3s .1s cubic-bezier(0.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .1s cubic-bezier(0.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .1s cubic-bezier(0.215, .61, .355, 1), -webkit-transform .3s .1s cubic-bezier(0.215, .61, .355, 1)
}

/* Menu overlay - old */
.menu-overlay {width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 1003;}
.menu-overlay > div {height: 100%;}
.menu-overlay .menu-container {width: 100%;background: rgba(135,22,25,0.9);font-size: 26px;display: table;text-transform: none;padding: 15%;}
.menu-overlay .menu-container .menu-cell {display: table-cell;vertical-align: middle;}
.menu-overlay .menu-container ul li {margin: 15px 0;}
.menu-overlay .menu-container ul li a {font-family: 'Montserrat', sans-serif;font-size:22px;line-height: 1.2;font-weight: bold;background: none;color: #fff;padding:0;}
.menu-overlay .menu-container ul li a:hover {color:#ccc;}

/* Menu overlay #navigation */
#navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 2001 !important;
    overflow: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #2b3035;
    overflow: hidden;
    display: none
}
.navigation {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}
.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.cover-main {
    background: #715a82;
    z-index: 2007
}
.cover-dark {
    background: #171b1f;
    z-index: 2005
}
.cover-red {
    background: #333;
    z-index: 2003
}
.cover-gold {
    background: #666;
    z-index: 2001
}
.navigation-container {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 20%;
	position: absolute;
	top: 0;
}
.nav-cell {
	display: table-cell;
	vertical-align: middle
}
.nav-cell.cell-2 {
	display: none;
}
.nav-logo-container {
	/*position: absolute;
	top: 20px;
	left: 16px;*/
	padding-top: 18px;
	padding-left: 18px;
	/*margin-bottom: 15px;*/
	overflow: hidden;
}
.nav-logo img {
	height: 50px;
}
.nav-logo {
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    transform: translateX(-120%)
}
.nav-animation li[class^="item"] {
    opacity: 0;
    -webkit-transform: scale(0.7) translateY(100%);
    -moz-transform: scale(0.7) translateY(100%);
    transform: scale(0.7) translateY(100%);
    overflow: hidden
}
.about-company {
	color: #fff;
	position: relative;
	bottom: -100px;
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    transform: translateX(300%)
}
.about-company a {
	color: #999;
}
.about-company p:nth-child(3) {
	margin: 30px 0;
}
.about-company p a {
	border-bottom: 1px solid #999;
}
.about-company a:hover,
.about-company a:focus {
	color: #fff;
	border-color: #fff;
}
.about-company .social .fa {
	font-size: 24px;
	margin-right: 5px;
}

/* Menu overlay #navigation - hover animation */
.nav-animation ul li a {
	font-size: 24px;
	letter-spacing: -0.75px;
	color: #fff;
	font-weight: bold;
	padding: 0;
	position: relative;
	display: inline-block;
}
.nav-animation ul li a:hover,
.nav-animation ul li a:focus {
	color: #fff;
}
.nav-animation ul li {
	margin: 10px 0;
}
.nav-animation ul li a:after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background: #fff;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-animation ul li a:hover:after,
.nav-animation ul li a:focus:after {
	width: 100%;
}

/* Google Map */
#map {
	width: auto;
	height: 400px;
	margin: 30px -45px;
}

/* Preloader */
.loading-wrapper {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2008;
	display: block;
}
.loading-wrapper h3 {
	font-family: 'Calibre Super Condensed';
	font-size: 200px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	animation: in 3s ease-in-out forwards infinite;
	text-align: center;
	margin: 0;
}
.loading-wrapper p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.loading-content {
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0,25%,0);
	transform: translate3d(0,25%,0);
	opacity: 0;
}

/* Initial animation of loader elements */
.loading .loading-content {
	opacity: 1;
	-webkit-animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
}
@-webkit-keyframes animInitialHeader {
	from { opacity: 0; -webkit-transform: translate3d(0,800px,0); }
}
@keyframes animInitialHeader {
	from { opacity: 0; -webkit-transform: translate3d(0,800px,0); transform: translate3d(0,800px,0); }
}
.loading .loading-content p {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

/* When loading finishes */
.loaded .loading-content {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation:fade-out 1s ease-out both;
	animation:fade-out 1s ease-out both
}
@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0; height:0;}}@keyframes fade-out{0%{opacity:1}100%{opacity:0; height:0;}}

/* loading wrapper when loading finishes */
.loaded .loading-wrapper {
	-webkit-animation: animLoadedHeader 1.5s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedHeader 1.5s cubic-bezier(0.7,0,0.3,1) forwards;
}
@-webkit-keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); }
}
@keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}

/* Footer */
.footer {
	margin-top: 100px;
	padding: 100px 0 120px;
	background: #111;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.home .footer {
	margin-top: -15px;
}
.footer p {
	margin: 0;
}
.footer a {
	color: #fff;
}
.footer a:hover,
.footer a:focus {
	color: #ccc;
}
.footer h3 {
	color: #fff;
	font-size: 50px;
	margin: 0;
}
.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer ul li {
	margin: 0 0 10px;
	display: block;
}
.footer-brand img {
	max-height: 60px;
}
.footer .btn-empty {
	border-color: #fff;
}
.footer .btn-empty:hover {
	color: #000;
	background: #fff;
	border-color: #fff;
}
.footer .col-sm-4 img {
	width: 50px;
}
.footer .col-sm-4 .slogan {
	text-transform: uppercase;
	margin: 30px 0;
}
.footer .col-sm-4 span,
.footer .col-sm-4 small {
	display: block;
}
.footer .col-sm-4 small {
	font-size: 13px;
	opacity: 0.3;
	color: #fff;
}
.footer .row-1 {
	margin-bottom: 100px;
}
.footer .row-1 .col-sm-4 p {
	padding-top: 30px;
}
.footer .row-2 ul li a {
	padding-top: 2px;
	border-bottom: 1px solid #fff;
}
.footer h4 {
	font-weight: normal;
	color: #fff;
	opacity: 0.3;
	margin-bottom: 30px;
}
.footer .social {
	font-size: 20px;
	margin-bottom: 25px;
}
.footer .social a {
	color: #585858;
}
.footer .social a:hover,
.footer .social a:focus {
	color: #fff;
}
.footer .social + a {
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	opacity: 0.3;
}
.eu-funds {
	width: 100%;
	max-width: 700px;
	margin: 50px 0;
}

/* footer Copy */
.copy {
	/*margin-top: 100px;*/
	font-size: 13px;
	color: #585858;
}
.copy a {
	color: #585858;
}
.copy a:hover,
.copy a:focus {
	color: #fff;
}

#back-to-top {
	display: inline-block;
    width: 46px;
    height: 46px;
	cursor: pointer;
    border: 1px solid #fff;
	-webkit-border-radius: 30%;
	-moz-border-radius: 30%;
	border-radius: 30%;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1000;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#back-to-top:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -4px 0 0 -8px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#back-to-top.reveal {
	filter: alpha(opacity=100);
	opacity: 1;
}
#back-to-top.reachBottom {
	bottom: 15px;
}

/* Cookie Hint */
#redim-cookiehint {
	background: #171b1f;
	padding: 30px 30px;
}
#redim-cookiehint .cookiebuttons {
	padding: 0;
	margin-top: 15px;
}
#redim-cookiehint .cookiebuttons .btn {
	padding: 10px 15px 12px 15px !important;
	color: #fff;
	font-weight: bold;
	background: none;
	border: 1px solid rgba(256,256,256,0.4);
	text-transform: uppercase;
}
#redim-cookiehint .cookiebuttons .btn:hover {
	background: rgba(256,256,256,0.1);
	color: #fff;
}

/* System message */
#system-message-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 15px;
}
#system-message .alert {
	background: #8EBF5F;
	color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#system-message h4 {
	margin: 5px 0;
	color: #fff;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
	cursor: pointer;
}

/* bottom module */
.bottom {
	text-align: center;
}
.bottom .moduletable {
	display: table;
	width: 100%;
	height: 600px;
}
.bottom .custom {
	display: table-cell;
	vertical-align: middle;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
.bottom .custom:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
}
.bottom h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 30px;
	position: relative;
}
.bottom h2 a {
	color: #fff;
}
.bottom h2 a:hover,
.bottom h2 a:focus {
	color: #999;
}

/* --------------------------
--- HOMEPAGE ---
----------------------------- */

/* Home - intro-section */
.intro-section {
	position: relative;
}
.intro-content {
	position: relative;
	width: 100%;
	height: 500px;
}
.intro-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../images/slider-bg-1.jpg') no-repeat center;
	background-size: cover;
}
.intro-text .moduletable {
	display: table;
	padding: 0 40px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.intro-text .custom {
	display: table-cell;
	vertical-align: middle;
}
.intro-text h1 {
	font-size: 48px;
	color: #fff;
	letter-spacing: -4px;
	font-weight: normal;
	margin: 0 0 30px;
}
.intro-product-img {
	position: absolute;
	width: 100%;
	height: 80%;
	bottom: 0;
}
.intro-product-img img {
	height: 100%;
	position: absolute;
	right: -90px;
}

/* wwd block */
.wwd {
	padding: 0;
	position: relative;
}
.wwd-txt {
	padding-top: 60px;
	padding-bottom: 30px;
	overflow: hidden;
}
.wwd-txt h1 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 60px;
}
.wwd-txt h3 {
	margin: 00px 0 30px;
}
.wwd-txt p {
	margin: 0;
	display: inline-block;
	width: 50%;
}
.wwd-txt .row + .row div {
	margin-bottom: 50px;
}

/* --------------------------
--- CATEGORY PAGE ---
----------------------------- */

/* Blog category */
.category-main-content {
	padding: 0 15px;
}
.catitem {
	margin-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 50px;
}
.catitem:last-child {
	margin-bottom: 0;
}
.blog-list-thumb {
	position: relative;
	background: #fff;
	margin-bottom: 30px;
}
.blog-list-content h2 {
	font-size: 30px;
	margin: 0 0 20px;
}
.blog-list-content a {
	color: #393939;
}
.createdby,
.create {
	display: block;
	font-size: 14px;
}
.createdby span {
	font-weight: bold;
}
.introtext {
	margin: 30px 0;
}
.introtext a {
	color: #999;
}
.hits {
	font-size: 14px;
}
.blog-list-content a:hover,
.blog-list-content a:focus {
	color: #000;
}
div.s2s_supra_contenedor {
	clear: none;
	margin-top: 30px;
}
div.s2s_supra_contenedor a {
	color: #393939;
}
div.s2s_supra_contenedor .s2s_icon {
	font-size: 20px;
}

/* --------------------------
--- ARTICLE PAGE ---
----------------------------- */

.content {
	position: relative;
	padding:0;
}
.page-header {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.article-info {
	color: #fff;
}
.item-image img {
	padding: 15px;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}
.item-page .item-image img {
	margin: 0 30px 30px 0;
}

/* --------------------------
--- SUB SPECIFIC PAGES ---
----------------------------- */

.article-top-image,
.article-header,
.category-top-image,
.category-header {
	height: 400px;
}
.article-top-image,
.category-top-image {
	background: url('../images/top-default.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	position: absolute;
}
.article-top-image:after,
.category-top-image:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
}
.blog .article-top-image:after {
	background: rgba(0,0,0,0.5);
}
.article-header,
.category-header {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: table;
	width: 100%;
}
.article-header-inner,
.category-header-inner {
	display: table-cell;
	vertical-align: middle;
}
.article-header .page-header h2 {
	font-size: 40px;
	color: #fff;
	margin: 40px 0 0;
	text-transform: uppercase;
}
.blog .article-header .page-header h2 {
	text-transform: none;
}
.article-header .block-1 h2,
.category-header h2 {
	font-size: 40px;
	color: #fff;
	margin: 40px 0 0;
	font-weight: normal;
}
.article-body {
	position: relative;
	margin-top: 50px;
}
.article-body .row {
	margin-bottom: 50px;
}

/* About page */
.about .article-body h5 {
	text-transform: uppercase;
	border-top: 1px solid #222;
	padding-top: 15px;
	margin-top: 80px;
}
.about .article-body h3 {
	font-size: 50px;
	margin: 80px 0 120px;
	font-weight: normal;
}

/* Product page */
.product .article-body h2 {
	margin: 0 0 40px;
}

/* Blog article page */
.blog .article-body {
	background: #fff;
	margin-top: 0px;
	padding: 20px;
}
.category-name {
	margin-bottom: 20px;
}
.category-name a {
	color: #fff;
	text-transform: uppercase;
}
.blog .item-page {
	display: block;
}
.item-page .createdby {
	margin-top: 30px;
}
.blog .article-top-image {
	height: 600px;
}
.blog .article-header {
	height: auto;
	min-height: 400px;
}
.blog .article-header-inner {
	padding: 100px 0 40px;
}

/* Contact page and Form */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #fff;
	border: 1px solid #ddd;
	border-width: 0 0 1px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	padding: 10px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	font-weight: bold;
	height: 50px;
}
textarea.form-control {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-color: #ddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-control {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.form-group {
	margin-bottom: 45px;
}
.formRed {
	padding: 0;
}
.form-horizontal .formControlLabel {
	float: none;
	padding-top: 0;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
}
.form-horizontal .formControls {
	margin-left: 0;
	width: 100%;
}
.form-control:focus,
.has-error .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #715a82;
}
.formValidation .formError {
	color: #ff0000;
	font-size: 14px;
	font-weight: normal;
}
.has-error .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-horizontal .rsform-block-send .formControlLabel {
	display: none;
}
#contactForm {
	margin: 0;
}
#contactForm h2 {
	margin-bottom: 40px;
}
.contact .col-md-6 > p {
	font-size: 18px;
	line-height: 2;
}
.rsform-block-note {
	display: none;
}
#subscribeForm {
	padding-top: 30px;
	position: relative;
}
#subscribeForm div[id*="rsform_error"] {
	font-size: 14px;
	position: absolute;
	top: 6px;
	width: 100%;
}
#subscribeForm .form-group .formControls + .col-sm-3 {
	position: absolute;
	bottom: 6px;
	width: 100%;
}
#subscribeForm .form-group {
	margin-bottom: 0px;
}
#subscribeForm h2,
#subscribeForm .formControlLabel {
	display: none;
}
#subscribeForm input[type="text"] {
	border: 0 none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 20px;
	font-weight: normal;
	height: 40px;
}
#subscribeForm .has-error input[type="text"] {
	border: 1px solid #ff0000;
}
#subscribeForm .rsform-block-email,
#subscribeForm .rsform-block-submit {
	display: block;
	width: auto;
	position: relative;
	padding-bottom: 30px;
}
#subscribeForm .btn-primary {
	line-height: 20px;
	background: transparent;
	border-color: #fff;
	padding: 10px 30px;
}
#subscribeForm .btn-primary:hover,
#subscribeForm .btn-primary:focus {
	background: #fff;
	color: #000;
}

/* --------------------------
--- SEARCH RESULTS ---
----------------------------- */

.search-results .content,
.search-results .page-title {
    text-align: left;
    margin: 0 0 30px;
}
.search-results .input-group {
    display: table;
    position: relative;
    border-collapse: separate;
}
.search-results .search-input {
    margin-bottom: 25px;
}
.search-results .input-group .form-control {
    display: table-cell;
}
#search-searchword {
    height: 50px;
    padding: 10px 20px;
    font-size: 18px;
}
#searchForm .input-group-btn .btn {
    height: 50px;
    background: #eee;
    border: 1px solid #eee;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 6px 22px;
}
.searchintro {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.searchintro p {
    margin: 0;
}
.searchintro .badge {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 18px;
    background: #eee;
    color: #a22631;
    padding: 2px 8px;
}
#searchForm legend {
    border: 0 none;
    text-transform: uppercase;
    margin-bottom: 0;
}
.phrases-box label {
    display: inline-block;
    padding-left: 20px;
    margin-right: 15px;
}
.phrases .ordering-box {
    margin-bottom: 10px;
}
#searchForm .form-limit {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 25px;
}
dl.search-results a {
    color: #a22631;
}
.result-category,
.result-created {
    color: #999;
    font-size: 85%;
}
.result-created {
    margin-bottom: 25px;
}
span.highlight {
    background: #FFFFCC;
    font-weight: bold;
}

/* --------------------------
--- PAGINATION ---
----------------------------- */

.pagination {
	display: block;
	text-align: center;
	margin: 100px 0 0;
	font-size: 14px;
}
.pagination ul{display:inline-block;padding-left:0;margin:0;border-radius:0}

.pagination ul > li{display:inline}
.pagination ul > li > a,
.pagination ul > li > span{
    position:relative;
    float:left;
	padding: 12px 24px;
    line-height:1.5;
    text-decoration:none;
    border:1px solid #eeeeee;
    margin-left:-1px;
	color: #999;
}
.pagination ul > li > a {
	background-color:#f9f9f9;
	color: #715a82;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span{
    margin-left:0;
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
    /*color:#121212;*/
    background-color:#f1f1f1;
}
.pagination ul > li > span:hover,
.pagination ul > li > span:focus {
}

.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover,
.pagination ul > .active > a:focus,
.pagination ul > .active > span:focus{
    z-index:2;
    color:#666;
    background-color:#fff;
    border-color:#eeeeee;
    cursor:default
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > span:hover,
.pagination ul > .disabled > span:focus,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus
{color:#999999;
 background-color:#ffffff;
 /*border-color:#dddddd;*/
 cursor:not-allowed
}
.pagination ul-lg > li > a,
.pagination ul-lg > li > span{
    padding:13px 40px;
    font-size:18px
}.pagination ul-lg > li:first-child > a,
.pagination ul-lg > li:first-child > span{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.pagination ul-lg > li:last-child > a,
.pagination ul-lg > li:last-child > span
{border-bottom-right-radius:0;
 border-top-right-radius:0
}
.pagination ul-sm > li > a,
.pagination ul-sm > li > span{
    padding:6px 12px;
    font-size:12px
}
.pagination ul-sm > li:first-child > a,
.pagination ul-sm > li:first-child > span{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.pagination ul-sm > li:last-child > a,
.pagination ul-sm > li:last-child > span{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}

/* --------------------------
--- ANIMATIONS ---
----------------------------- */

/* Logo, Hamburger, 3 dots, social links */
.focus-in-expand-2{-webkit-animation:focus-in-expand .8s cubic-bezier(.25,.46,.45,.94) 1.5s both;animation:focus-in-expand .8s cubic-bezier(.25,.46,.45,.94) 1.5s both}
@-webkit-keyframes focus-in-expand{0%{letter-spacing:-.5em;-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes focus-in-expand{0%{letter-spacing:-.5em;-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}

/* navbar menu */
.fade-in-top{-webkit-animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) 1.5s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) 1.5s both}
@-webkit-keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

/* slider text h1 */
.text-focus-in{-webkit-animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) 1s both;animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) 1s both}
@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}

/* Order btn */
.order {-webkit-animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) 1.5s both;animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) 1.5s both;}

/* slider suitcase img */
.fade-in-1{-webkit-animation:fade-in 2s cubic-bezier(.39,.575,.565,1.000) 1.5s both;animation:fade-in 2s cubic-bezier(.39,.575,.565,1.000) 1.5s both}
@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}

/* Sklopp preloader */
@media (min-width: 992px) {
	@keyframes in{
	  0%{
		letter-spacing: 0;
		opacity: 1;
	  }

	  50%{
		letter-spacing: 30px;
		opacity: 1;
	  }

	  100%{
		letter-spacing: 0px;
		opacity: 1;
	  }
	}
}
@media (max-width: 991px) {
	@keyframes in{
	  0%{
		letter-spacing: 0;
		opacity: 1;
	  }

	  50%{
		letter-spacing: 15px;
		opacity: 1;
	  }

	  100%{
		letter-spacing: 0px;
		opacity: 1;
	  }
	}
}


/******************************************************************************************
* responsive MAX-width 
******************************************************************************************/
@media (max-width: 479px) {
	.xdsoft_datetimepicker {
		left: 5px !important;
	}
}
@media (max-width: 767px) {
	.navbar {
		display: none;
	}
	textarea, input {
		width: 100%;
	}
	.article-header .page-header h2 {
		word-break: break-word;
	}
	.footer {
		text-align: center;
	}
	.footer .row-2 .col-sm-8 .row div {
		margin-bottom: 50px;
	}
	.article-top-image .social-links,
	.category-top-image .social-links {
		display: none;
	}
	.about .article-body img {
		margin-bottom: 100px;
	}
	.about .article-body h3 {
		font-size: 40px;
	}
	.product .article-body {
		text-align: center;
	}
	#subscribeForm {
		margin-top: 0px;
	}
}
@media (max-width: 991px) {
	.wwd .wwd-txt .row > .col-md-4 {
		margin-bottom: 80px;
	}
	#contactForm {
		margin-top: 60px;
	}
	.product .article-body img {
		margin-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	.wwd-txt {
		text-align: center;
	}
}

/*****************************************************************************************
* responsive MIN-width 
******************************************************************************************/
@media (min-width: 480px) {
	.nav-animation ul li a {
		font-size: 32px;
	}
}
@media (min-width: 768px) {
	/* logo and order button */
	.navbar-brand {
		padding: 25px 40px;
	}
	.navbar-brand > img {
		height: 68px;
	}
	.order-button {
		top: 41px;
		right: 40px;
	}
	/* menu */
	.navbar-nav ul li {
		float: left;
	}
	.navbar-collapse.collapse {
		padding: 38px 0;
	}
	#nav-toggle {
		top: 50%;
		left: 55px;
		margin-top: -7px;
	}
	.nav-animation ul li a {
		font-size: 46px;
	}
	.cell-1 {
		width: 80%;
	}
	.nav-cell.cell-2 {
		display: table-cell;
	}
	.nav-logo-container {
		padding-top: 46px;
		padding-left: 46px;
	}
	/* intro home */
	.intro-text .moduletable {
		padding: 0 200px;
	}
	.intro-section,
	.intro-content {
		height: 100%;
	}
	/* forma */
	#subscribeForm .rsform-block-email,
	#subscribeForm .rsform-block-submit {
		display: inline-block;
		width: 50%;
	}
	#subscribeForm .btn-primary {
		margin-left: 20px;
	}
	/* wwd */
	.wwd-txt {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	/* article */
	.article-header .page-header h2,
	.article-header .block-1 h2,
	.category-header h2 {
		margin: 0;
	}
	.product .article-body{
		margin-top: -90px;
	}
	.product .article-body .col-md-6{
		/*margin-top: 100px;*/
		padding: 0;
	}
	.product .article-body h2 {
		margin: 80px 0 40px;
	}
	/* blog */
	.category-main-content {
		padding: 0;
	}
	.blog .article-top-image {
		height: 400px;
	}
	.blog .article-header {
		height: 400px;
	}
	.blog .article-header-inner {
		padding: 100px 60px 40px;
	}
}

@media (min-width: 992px) {
	/* menu */
	.navbar .navbar-nav a {
		font-size: 14px;
		padding-left: 25px;
		padding-right: 25px;
	}
	/* slider */
	.intro-product-img {
		height: 90%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.intro-product-img img {
		right: 0;
	}
	/* wwd */
	.wwd-txt p {
		width: 75%;
	}
	/* article page */
	.article-top-image,
	.article-header,
	.blog .article-top-image,
	.blog .article-header,
	.category-top-image,
	.category-header {
		height: 800px;
	}
	.article-header,
	.category-header,
	.category.page-header {
		margin: 0;
		padding: 0;
	}
	.article-header .page-header h2,
	.article-header .block-1 h2,
	.category-header h2 {
		font-size: 60px;
	}
	/*.product .article-body .col-md-6{
		margin-top: 100px;
	}
	.product .article-body .col-md-6 img{
		margin-top: -140px;
	}*/
	.product .article-body .col-md-offset-1 {
		padding-top: 60px;
	}
	.product .article-body .row:first-child .col-md-offset-1 {
		padding-top: 120px;
	}
	.product .article-body .row {
		margin-bottom: 0px;
	}
	/* blog */
	.category-body {
		margin-top: -60px;
	}
	.catitem {
		margin-top: 0px;
	}
	.blog-list-thumb {
		float: left;
		width: 45%;
		margin-bottom: 0px;
	}
	.blog-list-content {
		padding-left: 48%;
		padding-top: 60px;
	}
	.catitem:first-child .blog-list-content {
		padding-top: 120px;
	}
	.blog-list-content h2 {
		font-size: 40px;
		margin: 0 0 10px;
	}
	.blog-list-content .introtext {
		max-height: 92px;
		overflow: hidden;
	}
	.blog .article-body {
		margin-top: -150px;
		padding: 100px;
	}
	.blog .article-header-inner {
		padding: 0 60px;
	}
}
@media (min-width: 1200px) {
	.nav-animation ul li a {
		font-size: 75px;
		line-height: 95px;
	}
	.intro-text h1 {
		font-size: 60px;
	}
	.wwd-txt h1 {
		margin-bottom: 80px;
	}
	.product .article-body .col-md-offset-1 {
		padding-top: 120px;
	}
	.product .article-body .row:first-child .col-md-offset-1 {
		padding-top: 180px;
	}
	.blog-list-thumb {
		width: 44%;
	}
	.blog-list-content {
		padding-left: 48%;
	}
	.blog .article-main-content .container {
		width: 970px;
	}
	.blog .article-header-inner {
		padding: 0;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1570px;
	}
	.wwd-txt h3 {
		margin: 20px 0 30px;
	}
	.blog-list-thumb {
		width: 35%;
	}
	.blog-list-content {
		padding-top: 70px;
		padding-left: 41%;
	}
	.blog-list-content .introtext {
		max-height: none;
	}
}
