@charset "utf-8";

/*
Theme Name: Siipotec
Theme URI: http://www.website.example
Version: 1.0
*/

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

.billboard-slide img{
	max-width:100%;
	display:block;
	height:auto;

}


fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.ir {
	border: 0;
	background-color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


.wp-caption {
	display: inline-block;
	max-width: 100% !important;
	vertical-align: top;
}

.wp-caption img {
	display: block;
	margin: 0 0 0 5px;
}

.wp-caption a {
	display: block;
}

.wp-caption-text {
	margin: 0 5px 5px;
	padding: 7px 5px;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 17px;
	text-align: center;
	color: inherit;
}

.alignleft {
	margin-right: 45px;
	margin-bottom: 25px;
	float: left;
}

.wp-caption.alignleft {
	margin-left: -5px;
	margin-right: 45px;
}

.alignright {
	margin-left: 45px;
	margin-bottom: 25px;
	float: right;
}

.wp-caption.alignright {
	margin-left: 45px;
	margin-right: -5px;
}

.aligncenter {
	display: block;
	margin: 0 auto 1.7692em;
}

.wp-caption.alignnone {
	margin-bottom: 1.7692em;
}


#imageview-shade,
#videoview-shade,
#mapview-shade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 310;
}

#imageview-loading {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 100%;
	margin: -31px 0 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
	text-transform: lowercase;
	text-shadow: #000 0 1px 0;
	color: #FFF;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

#imageview-box,
#videoview-box,
#mapview-box {
	position: fixed;
	left: -9999px;
	top: -9999px;
	box-shadow: #222 0 0 35px;
	background: #eee;
	padding: 10px;
	font-size: 12px;
	line-height: 21px;
	z-index: 311;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#imageview-imagewrap,
#videoview-videowrap {
	position: relative;
	overflow: hidden;
}

#imageview-image {
	position: absolute;
	left: 0;
	top: 0;
}

#mapview-box iframe {
	display: block;
}

#imageview-prev,
#imageview-next {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 42px;
	margin: -21px 0 0;
	font-size: 51px;
	line-height: 31px;
	text-align: center;
	font-weight: 700;
	overflow: hidden;
	color: #fff;
}

#imageview-prev {
	left: -35px;
}

#imageview-next {
	right: -35px;
}

#imageview-close,
#videoview-close,
#mapview-close {
	position: absolute;
	right: 0;
	top: -31px;
	width: 31px;
	height: 31px;
	font-size: 21px;
	line-height: 29px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	color: #fff;
}

#imageview-close:hover,
#videoview-close:hover,
#mapview-close:hover {
	color: #aaa !important;
}

#imageview-caption {
	position: absolute;
	left: 0;
	bottom: -31px;
	height: 31px;
	padding: 0 11px;
	font-size: 14px;
	font-weight: 400;
	line-height: 29px;
	text-shadow: #000 0 1px 0;
	overflow: hidden;
	color: #fff;
}


.slidr-nav {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: top;
	z-index: 3;
}

.slidr-nav .slidr-pagenums {
	padding: 0;
	margin: 0;
	z-index: 4;
}

.slidr-nav li {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: transparent;
	background-image: url(_img/slidr-nav-bg.png);
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.slidr-nav li+li {
	margin-left: 6px;
}

.slidr-nav .current {
	background: #6e6669;
}

.slidr-nav .slidr-nextprev {
	overflow: hidden;
	cursor: pointer;
	z-index: 4;
}


form {
	max-width: 100%;
	padding: 30px 0 0;
	z-index: 1;
}

form p {
	width: 100%;
	/*padding: 0;*/
	clear: both;
}

form p.half,
form p.third {
	width: 49%;
	float: left;
	clear: none;
}

form p.half+p.half,
form p.third+p.third {
	margin-left: 2%;
}

form p.half.even,
form p.third.first {
	margin-left: 0 !important;
}

form p.third {
	width: 32%;
}


label {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 1rem;
	font-weight: 700;
	vertical-align: top;
	color: inherit;
}

label.mandatory:after {
	content: "*";
	padding-left: 5px;
	color: #e33;
}

::-webkit-input-placeholder {
	font-weight: 400;
	color: #777d7d;
	opacity: 1;
}

:-moz-placeholder {
	font-weight: 400;
	color: #777d7d;
	opacity: 1;
}

::-moz-placeholder {
	font-weight: 400;
	color: #777d7d;
	opacity: 1;
}

:-ms-input-placeholder {
	font-weight: 400;
	color: #777d7d;
	opacity: 1;
}

.placeholdersjs {
	color: #777d7d !important;
}

input,
select,
textarea {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	vertical-align: middle;
	color: inherit;
}

textarea {
	font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	border: 1px solid #d0d5db;
	/*border-radius: 4px;*/
	box-shadow: rgba(0,0,0,0.03) 0 0 15px inset;
	background: #f7f7f7;
	background: #fff;
	margin: 0 0 15px;
	padding: 12px 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: #e26826 !important;
}


select {
	width: 100%;
	border: 1px solid #aaadad;
	box-shadow: rgba(0,0,0,0.03) 0 0 15px inset;
	background: #fff;
	margin: 0 0 15px;
	line-height: 15px;
	padding: 9px 11px;
}

textarea {
	line-height: 21px;
}

input[type="radio"] {
	margin: 6px 5px 0 0;
	padding: 0;
	vertical-align: top;
}

input[type="checkbox"] {
	margin: 6px 5px 0 0;
	padding: 0;
	vertical-align: top;
}

input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="submit"] {
	display: block;
	height: 35px;
	border: 2px solid #aaadad;
	border-radius: 4px;
	background: none;
	margin: 15px auto 0;
	padding: 0 25px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
}

input[type="submit"]:hover {
	border-color: inherit;
	background: #fff;
}


.wpcf7-form .ajax-loader {
	display: block !important;
	margin: 5px auto 0 !important;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block !important;
}

.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-list-item {
	display: inline-block;
	margin: 0 0 10px;
}

.wpcf7-form .wpcf7-list-item label {
	display: inline-block;
	margin-right: 15px;
	font-weight: 400;
	vertical-align: top;
}

.wpcf7-form .wpcf7-not-valid {
	box-shadow: rgba(255,0,0,0.15) 0 0 10px inset;
}

.wpcf7-form.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	left: auto;
	top: -10px;
	right: 10px;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	background: rgba(255,255,224,0.9);
	margin: 0;
	padding: 3px 10px 4px;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	color: #666;
}

.wpcf7-form .wpcf7-response-output {
	border: 1px solid #c7c7c7 !important;
	border-radius: 4px;
	background: #ffe;
	margin: 10px 0 0;
	padding: 6px 13px 7px;
	font-size: 13px;
	text-align: center;
	color: inherit;
	clear: both;
}


html,
button,
input,
select,
textarea {
	color: #6e6669;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
	margin: 0;
}


html {
	box-sizing: border-box;
	font: 300 16px/1.5 'Rubik', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: font-size 0.3s ease-in-out 0s;
   	-webkit-transition: font-size 0.3s ease-in-out 0s;
    	-moz-transition: font-size 0.3s ease-in-out 0s;
		-ms-transition: font-size 0.3s ease-in-out 0s;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background: #fff;
	color: #383838;
	width: 100%;
	min-width: 320px;
	margin-top: 200px;
	
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	
	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	animation-duration:0.3s;
}

@supports (-ms-ime-align:auto) { 

	html {
		overflow: hidden;
	}

	body {
		height: calc(100vh - 70px);
		overflow: hidden;
		overflow-y: auto;
	}

}

.no-cssanimations body {
	opacity: 1;
	}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes zoom { from { scale:2;opacity:0; } to { scale:1;opacity:1; } }
@-moz-keyframes zoom { from { scale:2;opacity:0; } to { scale:1;opacity:1; } }
@keyframes zoom { from { scale:2;opacity:0; } to { scale:1;opacity:1; } }

@-webkit-keyframes scale {
    0% {
        transform: scale(1.5);
		opacity:0;
    }
    100% {
        transform: scale(1.0);
		opacity:1;
    }
}

@-moz-keyframes scale {
    0% {
        transform: scale(1.5);
		opacity:0;
    }
    100% {
        transform: scale(1.0);
		opacity:1;
    }
}

@keyframes scale {
    0% {
        transform: scale(1.5);
		opacity:0;
    }
    100% {
        transform: scale(1.0);
		opacity:1;
    }
}

html.preload, html.preload *  {
  -webkit-transition: none !important;
  transition: none !important;
}


a,
a:visited {
	text-decoration: none;
	cursor: pointer !important;
	outline: none;
	color: #a71e4a;
	font-weight: 500;
}

a:hover,
a:visited:hover {
	color: #a71e4a;
}


.wrapper {
	box-sizing: content-box;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.wrapper * {
	box-sizing: border-box;
}


.linklist {
	padding: 0;
	list-style: none;
}

.hilite { color: #a71e4a !important; }
.upper { text-transform: uppercase; }
.centered, .centered .column { text-align: center; }
.lead { font-weight: 400; font-size:1.15rem;}


h1 {
	padding: 0 0 1em;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: #a71e4a;
}

h2 {
	padding: 0 0 0;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

h3 {
	padding: 0 0 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 2rem;
}

h4 {
	padding: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	color: #a71e4a;
}

p {
	padding: 0 0 1.5em;
}

ul {
	padding: 0 0 1.5em 17px;
}

ul ul,
ol ul {
	padding: 0 0 3px 17px;
	list-style: disc;
}

ol {
	padding: 0 0 1.5em 21px;
}

ol ol,
ul ol {
	padding: 0 0 3px 21px;
}

blockquote {
	margin: 0;
	padding: 0 0 1em;
	font-size: 2rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.5;
}



.column {
	display: inline-block;
	width: 46%;
	vertical-align: top;
}

.column+.column {
	margin-left: 8%;
}

.column>:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}


.column.single {
	width: 100%;
	margin-left: 0 !important;
	padding: 0;
}


.column.parts-3 {
	width: 28%;
}

.column.parts-3:nth-child(3n+1) {
	margin-left: 0 !important;
}

.column.parts-3:nth-child(1n+4) {
	margin-top: 60px;
}


.column.parts-4 {
	width: 19%;
}

.column.parts-4:nth-child(4n+1) {
	margin-left: 0 !important;
}

.column.parts-4:nth-child(1n+5) {
	margin-top: 60px;
}


.column.parts-5 {
	width: 16.8%;
}

.column.parts-5+.parts-5 {
	margin-left: 4%;
}

.column.parts-5:nth-child(5n+1) {
	margin-left: 0 !important;
}

.column.parts-5:nth-child(1n+6) {
	margin-top: 60px;
}

/* Home - columns 
-----------------------*/

.column.fat {
	width:49%;
	padding: 5%;
	}
	
.column.fat+.column.fat {
	margin-left: 2%;
}

.column.introbox {
	color: #ffffff;
	background-size: cover;
	height: 350px;
	position: relative;
	}
	
.column.introbox h3, #case-slider h3{
	font-size: 1rem;
	text-transform: uppercase;
	border-bottom: 5px solid #FFFFFF;
	display: inline-block;
	padding-bottom:5px;
	}
	
.column.introbox p{
	font-size: 1.75rem;
	line-height: 1.25;
	font-weight: 500;
	}
	
.column.introbox a{
	display: inline-block;
	background-color: #ffffff;
	padding: 6px 12px;
	/*font-size: 0.8rem;
	font-weight: 600;*/
	color: #6e6669;
	position: absolute;
	bottom: 60px;
	}

.ce-block {
	padding: 60px 0;
}

.ce-block:not(.ce-bgcolor)+.ce-block:not(.ce-bgcolor) {
	padding-top: 0;
}

.ce-block.ce-bgimage {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}


.ce-block.ce-text-image {
	padding: 60px 0;
}
/*
.ce-text-image.ce-image-left .column:last-child,
.ce-text-image.ce-image-right .column:first-child {
	margin-top: 30px;
	margin-bottom: 30px;
}
*/
.ce-text-image .column {
	vertical-align: middle;
}

.ce-text-image.ce-image-left .column:first-child,
.ce-text-image.ce-image-right .column:last-child {
	text-align: center;
}

.ce-text-image.ce-fullwidth-image {
	position: relative;
}

.ce-fullwidth-image .wide-image {
	position: absolute;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.ce-fullwidth-image.ce-image-left .wide-image {
	left: 0;
	background-position: 75% 50%;
}

.ce-fullwidth-image.ce-image-right .wide-image {
	right: 0;
	background-position: 25% 50%;
}

.ce-fullwidth-image .ce-blockimg-link {
	display: inline-block;
	max-width: 100%;
	outline: none;
}

.ce-text-image img.border {
	border: 5px solid rgba(0,0,0,0.35);
}

.ce-text-image.ce-bgcolor img.border,
.ce-text-image.ce-bgimage img.border {
	border: 5px solid rgba(255,255,255,0.35);
}


.ce-block.ce-single-column.nobottompadding {
	padding-bottom: 1.5em;
}


.ce-block.ce-wide-image {
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.ce-block.ce-wide-image>a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	outline: none;
}

.ce-block.ce-wide-image.parallax {
	position: relative;
	background-position: 50% 0%;
	background-size: 100% auto;
}

.ce-block.ce-wide-image.parallax:before,
.ce-block.ce-wide-image.parallax:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 5px;
}

.ce-block.ce-wide-image.parallax:before {
	top: -5px;
	box-shadow: rgba(0,0,0,0.15) 0 5px 15px;
}

.ce-block.ce-wide-image.parallax:after {
	bottom: -5px;
	box-shadow: rgba(0,0,0,0.15) 0 -5px 15px;
}


/* Home - Billboard 
-----------------------*/
body.home #billboard {
	/*min-height: 700px;
	padding-top: 48%;*/
	height: 580px;
}

#billboard a {
	color: #ffffff;
	}

body.home #billboard .billboard-slide-text {
	width: 50%;
}

body.home #billboard .billboard-slide-text h1, body.home #billboard .billboard-slide-text h2 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.1665;
	text-transform: uppercase;
	color: #ffffff;
}

/* Case Slider
-----------------------*/

.ce-block.case-slider {
	padding:20px 0 60px;
	}
	
#case-slider {
	position: relative;
	height: 500px;
	overflow: hidden;
 	}
	
#case-slider a.button{
	bottom: 0px;
 	}
	
#case-slider .case-slide {
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 100%;
}

	
#case-slider .case-image {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	}

#case-slider .case-text {
	padding-top: 100px;
	}
	
#case-slider .case-slide-text {
	font-size: 1.75rem;
	line-height: 1.25;
	font-weight: 500;
	margin-bottom: 0.75rem;
	}

#case-slider .case-scroller-heading {
	position: absolute;
	top: 30px;
	/*right: calc(49% - 134.7px);*/ /* 50% - 5% padding - text width */
	left: 56%;
	}
	
#case-slider .case-scroller-heading h3 {
	border-color: #5d5d5d;
	}
	
#case-slider .slidr-nav {
	position: absolute;
	right: 30px;
	top: 30px;
	}

/* Billboard 
-----------------------*/

#billboard {
	position: relative;
	padding-top: 24%;
	min-height: 280px;
	background-color: #333;
	overflow-x: hidden;
}

#billboard .billboard-slide {
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#billboard .billboard-slide a {
	display: block;
	height: 100%;
	outline: none;
}

#billboard .billboard-slide a:hover {
	color: inherit;
}

#billboard .billboard-slide:first-child {
	left: 0;
}

#billboard .billboard-slide .wrapper {
	position: relative;
	height: 100%;
}

#billboard .billboard-slide-text {
	position: absolute;
	left: 10px;
	top: 50%;
	/*top:60%;*/
	width: 70%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#billboard .billboard-slide-text h1 {
	font-size: 1.05rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
}

#billboard .billboard-slide-text h1:before {
	display: inline-block;
	content: '-';
	margin-right: 6px;
}

#billboard .billboard-slide-text h2 {
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.1665;
	color: #FFFFFF;
}

body:not(.home) #billboard .billboard-slide-text>:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

#billboard .slidr-nav {
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#billboard .slidr-nav li {
	background-image: url(_img/slidr-nav-bg-ffffff.png);
}

#billboard .slidr-nav .current {
	background: #fff;
}


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

#main iframe {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}


.navigation.pagination {
	border-top: 2px solid #d9eaf2;
	margin-top: 0;
	padding: 20px 0;
	text-align: center;
}

.navigation.pagination .screen-reader-text {
	display: none;
}

.nav-links {
	padding: 7px 5px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
	display: none;
}

.nav-links .page-numbers {
	display: inline-block;
	width: 31px;
	height: 31px;
	text-align: center;
	vertical-align: top;
}

.nav-links .page-numbers+.page-numbers {
	margin: 0 0 0 7px;
}

.nav-links .page-numbers.dots,
.nav-links .page-numbers.dots+.page-numbers {
	margin: 0;
}

.nav-links .page-numbers.current {
	border-radius: 3px;
	background: #424f57;
	color: #fff;
}

/* * * * * Header - Sticky (http://codepen.io/malZiiirA/pen/cbfED)* * * * */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    background: #ffffff;
    color:#fff;
    z-index: 1000;
    height: 200px;
    /*overflow: hidden;*/ 
	/*border-bottom: 1px solid #eee;*/
	transition: all 0.3s;
    	-webkit-transition: all 0.3s;
    	-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
	transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
}

.header_content {
	position:relative;
	height:100%;
}

.header.shrink {
    height: 90px;
	border-bottom: 1px solid #cccccc;
}

/** For Detect Scroll Up and Down **/ 
/*.header.slideup {
	transform: translateY(-100%);
	}
	
.responsive-menu-button {
			transition: top 0.3s !important;
    	-webkit-transition: top 0.3 !important;
    	-moz-transition: top 0.3s !important;
		-ms-transition: top 0.3s !important;

	}
	
.responsive-menu-button.hideit {
	top: -50px !important;
	}*/

.header .logo {
	max-width: 135px;
	position: relative;
  	top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 transform: translateY(-50%);
}

.header .logo img {
	width: 100%;
	max-width: 135px;
    transition: all 0.3s;
		-webkit-transition: all 0.3s;
    	-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
}

.header.shrink .logo img {
	/*width: 80%;*/
	width: 80px;
}

/* * * * * Header - Navigation * * * * */ 

div.navigation {
	float:right;
	position: absolute;
	right:20px;
  	top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}

.mobilemenu {
	/*position:absolute;*/
	width:40px;
	height:40px;
	float:right;
	margin-right:20px;
	display: none;
}

.menu {
	float: right;
	/*position: relative;
  	top: 50%;
  	transform: translateY(-50%);*/
}

.menu a {
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 500 !important;
	color:#6e6669;
}

.menu a.current {
	color: #3a3a3a;
}

.menu a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

.menu ul {
	list-style: none;
}

.menu li {
	display: block;
	float: left;
	padding: 10px
}

.menu li.current_page_item a {
	color: #a71e4a;
}


.header_content #lang_sel_list {
	position: absolute;
	top: 4px;
	right: 24px;
	height: auto;
	background:none!important;
	border:0!important;
}

.header_content  #lang_sel_list ul {
	height: 24px;
	border: 0;
}

.header_content  #lang_sel_list li {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.header_content  #lang_sel_list li+li {
	margin-left: 1px !important;
}

.header_content  #lang_sel_list li a {
	display: block;
	height: 24px;
	border: 0 !important;
	background: none !important;
	padding: 6px;
}

.header_content  #lang_sel_list li a img {
	display: block;
	position: static;
	border: 0 !important;
	background: none !important;
}


/* PLAY
-----------------------*/

a.play-video {
   display: inline-block;
   overflow:hidden;
	height:64px;
	width:64px;
	margin: 0;
	background: url(_img/play-button.png) 50% no-repeat;
}




/* Footer
-----------------------*/

#footer {
	background-color: #6e6669;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 600;
	}
	
#footer a {
	color: #ffffff;
}

#footer .wrapper {
	display: flex;
	gap: 50px;
}


#footer .wrapper .column {
	width: auto;
	margin: 0;
}

#footer .wrapper .column:first-child {
	flex: 1;
}

	
#footer #nav-footer {
	padding-top: 10px;
}
	
#footer #nav-footer li {
	display: inline-block;
	}
	
#footer #nav-footer li:after {
	display: inline-block;
	content: '•';
	margin: 0 6px 0 6px;
	}
	
#footer #nav-footer li:last-child:after {
	display: none;
	}
	
	 
#responsive-menu-container  {
	background: rgba(167,30,74,0.97); 
	}
	
#responsive-menu li.responsive-menu-item a {
	background-color: transparent !important;
	background: none !important; 
	}
	
#responsive-menu li.responsive-menu-item a:hover {
	background-color: rgba(161,29,71,0.97) !important; 
	}
	
#responsive-menu-container #responsive-menu li.responsive-menu-item.responsive-menu-current-item > .responsive-menu-item-link {
	background-color: rgba(153,28,67,0.97) !important; 
	}

#responsive-menu-container #responsive-menu-wrapper {
	background: none !important; 
	}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	border-top:none;
	}
	
a.button {
	display: inline-block;
	clear: both;
	background-color: #6e6669;
	padding: 8px 26px !important;
	color: #FFFFFF;
	font-weight: 500;
	position: absolute;
	bottom: 40px;
	}
	
a.button:hover {
	background-color: #5d5558;
	color: #FFFFFF;
	}
	
div#wpcf7-f342-p590-o1 {
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	padding: 20px 60px;
	text-align:center;
	}

.icheckbox_line-red, .iradio_line-red {
	background: #e9e9e9 !important;
	color: inherit !important;
	font-size: 1rem !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		border-radius: 0px !important;
	}
	
.icheckbox_line-red:hover, .iradio_line-red:hover {
	background: #dedede !important;
	}
	
.icheckbox_line-red.checked, .iradio_line-red.checked {
	background: #a71e4a !important;
	color: #FFFFFF !important;
	}
	
.icheckbox_line-red, .iradio_line-red {
	padding: 12px 26px !important;
	}

div#wpcf7-f342-p590-o1 .wpcf7-list-item {
	margin-left: 12px !important;
	}
	
div#wpcf7-f342-p590-o1 .wpcf7-list-item.first {
	margin-left: 0 !important;
	}

div#wpcf7-f342-p590-o1 .contact-name {
	display: inline-block;
	width: 49.2%;
	margin-left: 1%;
	}

div#wpcf7-f342-p590-o1 input[type=submit] {
	background-color: #6e6669;
	border: none;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500 !important;
	text-transform: uppercase;
	padding: 20px 70px;
	height: auto !important;
	}
	
.hibernate {
	word-wrap: break-word;
	}
	
	
/*	Drop Down Menu
* 	http://www.cssscript.com/create-a-multi-level-drop-down-menu-with-pure-css/
-----------------------*/
	
.dropdown .wrapper{
	text-align: center;
	}


.dropdown ul {
	list-style: none;
	}

/*.dropdown li {
	display: inline-block;
	float: left;
	padding: 10px
}*/

.dropdown ul li.current-menu-parent > a,
.dropdown ul li.current-menu-item > a {
	color: #6e6669;
	}

/* Arrow down on main level if has sub-menu */
.dropdown ul li.menu-item-has-children a:after {
	/*content: ' \25bc';
	font-size: 10px;
	vertical-align: middle;
	margin-left: 4px;*/
	display: inline-block; 
	content: ' ';
	height: 0;
	width: 0;
	border-top: 5px solid #6e6e6e;
	margin-left: 8px;
	padding-top: 3px;
	}
	
.dropdown ul li.menu-item-has-children .sub-menu a:after {
	display: none;
	}
	
.dropdown ul li ul {
	display: none;
	background: #a71e4a;
	}

.dropdown ul li:last-child ul {
	right: 0;
	}

.dropdown ul li a {
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 600;
	color:#6e6669;
}

.dropdown ul li.current_page_item > a,
.dropdown ul li.current_page_ancestor > a, 
.single-post .dropdown ul li.current_page_parent > a {
	color: #a71e4a;
}

.dropdown ul li ul li a {
	color: #ffffff !important;
	display: block;
	min-width: 200px;
}

.dropdown ul li:hover > ul {
	display: block;
	position: absolute;
}

.dropdown ul li:hover > ul li:hover ul {
	display: block;
	position: absolute;
}

.dropdown ul li:hover li { float: none; }

.dropdown ul li:hover a, 
.dropdown ul li.current_page_item, 
.dropdown ul li.current-menu-item,
.dropdown ul li.current-menu-parent { 
	color: #a71e4a;
}
	
/*.dropdown ul li:hover li a:hover { background: #ae1eb3; }*/

/*.dropdown ul li ul li {
	border-top: 0;
	border-bottom: 1px solid #eaeaea;
	}*/

.dropdown ul ul {
	  margin-left: 0;
	  padding-left: 0;
	  padding-bottom: 0;
	}
	
.dropdown ul ul li {
	  display: block;
	}
	
.dropdown ul ul ul {
	  left: 100%;
	  top: 0;
	  /*display: none !important*/;
}

.dropdown .edge {
	  right: 100% !important; 
	  left: -100%;
	  top: 0;
	  /*display: none !important*/;
}

.dropdown ul:before,
.dropdown ul:after {
	  content: " "; /* 1 */
	  display: table; /* 2 */
}

.dropdown ul:after { clear: both; }

.dropdown ul.children li,
.dropdown .menu-item-has-children a {
	text-align: left;
	}

/* Breadcrumbs 
-----------------------*/

.crumbs_container {
	background-color: #f5f5f5;
	border-bottom: 1px solid #f0f0f0;
	display: block;
	}
	
.crumbs_container.stuck {
	position:fixed;
	top: 90px;
	width: 100%;
	z-index: 10;
	}
	
body .crumbs {
	padding: 12px 10px 12px;
	/*font-weight: 700;*/
	line-height: 1rem;
}


.crumbs li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px !important;
}

.crumbs li+li {
	margin-left: 10px;
}

.crumbs li+li:before {
	content: "\203a";
	display: inline-block;
	margin-right: 7px;
}

.crumbs li:last-child a {
	color: #adadad;
}

body.blog #main, 
body.single #main {
	padding-top: 2rem;
	}

body.blog .published, body.blog h2.entry-title {
	display: inline-block;
	vertical-align: top;
	color: #a71e4a;
	font-size: 1.9rem;
	line-height: 1.25;
	font-weight: 500;
	}
	
body.blog .published {
	width: 18%;
	margin-right: 2%;
	}
	
body.blog h2.entry-title {
	width: 79.5%;
	}

body.blog .hentry {
	padding: 20px 0;
	}

.post-featured-image img {
	width:100%;
	height: auto;
	margin: 0 0 30px 0;
	}


/* ====================================================================================================================
 * GALLERY
 * ====================================================================================================================*/

 
h2.gallery-title{
	margin:0 0 20px;

}


#gallery-wrapper{
	 display: block;
    margin: 50px 0 30px;
    width: 100%;

}



ul.gridlist{
	display: block;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0 0 0px;
    width: 100%;
}


ul.gridlist img{
  display:block;

}
ul.gridlist img:hover{
	cursor:pointer;
}


ul.gridlist li{

 	display:inline-block;
  /*	float:left;*/
  	padding: 0px;
  	cursor:pointer;
   	width:18%;
 	margin:0 1% 1% ;
 	height:170px;
 	position: relative;
 	background-size:cover;
 	background-repeat:no-repeat;
 	background-position: center;
}



ul.gridlist li div {
    align-items: center;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 0px;
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0%;
    text-align: center;
    top: 0;
}

ul.gridlist li:hover div {
    opacity: 1;
}

ul.gridlist li a{
	position:absolute;
	width: 100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0 auto;
	background-color:rgba(255,255,255,0);
	transition:background-color ease 0.3s;

}
ul.gridlist li a:hover{
	background-color:rgba(255,255,255,0.2)

}





@media (max-width: 1200px) and (min-width: 970px) {
    ul.gridlist li {
		width: 18% !important;
		height:170px!important;
      
        
    }
    
	
	
}

@media (max-width: 800px) {
	ul.gridlist li {
		width: 48% !important;
		height:170px!important;
      
        
    }
	
}	




@media (max-width: 480px) {

	
	
}

