/*
Theme Name: hanskotter

*/


html {
	overflow-y: scroll !important;	
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 23px;
	background: #fff;
}
a{
	transition-duration: 0.3s;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Drop-Down Menu */
#nav .sub-menu { }
#nav li ul { position: absolute; left: -999em; width: 250px; height: auto; margin: 0; padding:0; z-index: 999;  }
#nav li ul li { padding-left: 0; padding-right: 0;  }
#nav li ul li a, #nav li.current-menu-item ul li a, #nav li.sfHover ul li a { width: 370px; height: auto; margin: 0; padding: 11px 10px 8px 15px; color: #4b4b4b; font-size: 17px; font-weight: 600; line-height: 25px; text-align: left; background-color:rgba(255, 255, 255, 0.9); border-top:none !important; }
#nav li ul li.sub-nav a, #nav li.current-menu-item ul li.sub-nav a, #nav li.sfHover ul li.sub-nav a { color: #fff; background-color:rgba(255, 255, 255, 0.0); }
#nav li ul li a:hover, #nav li.current-menu-item ul li a:hover { color: #fff; background-color:rgba(255, 255, 255, 0.0);}
#nav li ul ul { margin: -39px 0 0 188px; border-bottom:3px solid #50a739; }
#nav li ul ul li a { border-bottom: 0; }
#nav li ul ul li a:hover { border-bottom: 0; }
#nav li ul li ul li a {}
#nav li:hover, #nav li.sfHover { position: static; }
#nav li:hover ul ul, #nav li.sfHover ul ul,
#nav li:hover ul ul ul, #nav li.sfHover ul ul ul,
#nav li:hover ul ul ul ul, #nav li.sfHover ul ul ul ul { left: -999em; }
#nav li:hover ul, #nav li.sfHover ul,
#nav li li:hover ul, #nav li li.sfHover ul,
#nav li li li:hover ul, #nav li li li.sfHover ul,
#nav li li li li:hover ul, #nav li li li li.sfHover ul { left: auto; } 


p { 
	font-family: 'Lato', sans-serif;
}


h1 { 
	font-family: 'Lato', sans-serif;
}

input {
	font-family: 'Lato', sans-serif;
}


.clear {
	clear: both;
}

.left {
	float: left
}

.right {
	float: right;
}

.dragdealer {
  position: relative;
  height: 30px;
  background: #EEE;
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 9136px  !important;
}
.dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #CC0000;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.dragdealer .disabled {
  background: #898989;
}

#canvas-mask {
  position: absolute;
  height: 430px;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}

#canvas-mask .handle {
  width: auto;
  height: auto;
  border-radius: 0;
}

#canvas-mask .handle .page {
  float: left;
  position: relative;
  width: 50%;
  height: 50%;
}

#canvas-mask .handle .page .menu {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
  padding: 10px 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #666;
  cursor: default;
}

#canvas-mask .handle .page .body {
  position: absolute;
  bottom: 15px;
  left: 15px;
  margin: 0;
  padding: 10px 15px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  font-size: 30px;
  line-height: 40px;
}


.header {
	max-width: 980px;
	margin: 0 auto;
}


#footer {
	clear: both;
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.filter_main {
	clear: both;
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.home .filter_main {
	margin-top: 55px;
}

#footer .bottom_logo {
	font-size: 34px;
	color: #000;
	padding: 15px 0px;
	display: block;
	float: left;
	text-decoration: none;
	border-top: 1px solid #000;
	font-weight: 900;
}

#footer p {
	font-size: 13px;
	clear: both;
}

#footer p a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 13px;
}

.top_bar {
	border: 1px solid #000;
	float: left;
	margin-top: 130px;
	margin-bottom: 54px;
}



.top_bar * {
	text-transform: uppercase;
	float: left;
}

.logo {
	font-size: 34px;
	color: #000;
	padding: 15px;
	display: block;
	text-decoration: none;
	border-right: 1px solid #000;
	font-weight: 900;
}

.menu_main {
	position: relative;
	display: block;
}

.menu ul {
	list-style: none;
	border: 1px solid #000;
	border-bottom: none;
	width: 99%;
}

.menu {
	position: absolute;
	min-width: 170px;
	z-index: 999;
	top: -109px;
	left: -1px;
	background: #000;
}

.lang_sel_list_horizontal ul {
	list-style: none;
}

.lang_sel_list_horizontal ul li {
	float: right !important;
}

.menu_main span {
	padding: 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	background: #000;
	cursor: pointer;
	min-width: 139px;
}

.thisItem a {
	text-decoration: underline !important;
}

.lang_sel_list_horizontal a:hover {
	background: #000;
	color: #fff;
}

.lang_sel_list_horizontal a {
	clear: both;
	padding: 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	float: left;
	color: #000;
	border-right: 1px solid #000;
}

.lang_sel_sel {
	background: #000;
}

.lang_sel_sel span {
	color: #fff;
}


.facebook {
	position: absolute;
	padding: 15px 0px 5px 0px;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 20px;
}


.mailto {
	position: absolute;
	padding: 15px 0px 5px 0px;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 240px;
}

.mailto:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.mailto:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.facebook:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.facebook:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.instagram {
	position: absolute;
	padding: 15px 0px 5px 0px;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 125px;
}

.instagram:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.instagram:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.menu li {
	clear: both;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #2b2b2b;
	width: 100%;
}

.menu li a {
	padding: 15px;
	color: #fff;
	display: block;
	float: none;
	text-decoration: none;
}

.menu ul {
	display: none;
}

.menu li a:hover {
	color: #000;
	background: #fff;
}

.bio_content {
	text-transform: uppercase;
}


.content-in {
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.scroller_holer {
	height: 430px;
	}

.move {
	text-align: center;
	padding-top: 80px;
	background: url(img/move_to_scroll.png) scroll no-repeat center top;
	margin: 20px auto;
}

.main_img {
	float: left;
	margin-right: 25px;
}

.bio_content h3 {
	font-size: 20px;
	margin-bottom: 3px;
}

.main_img {
	font-size: 11px;
	margin-top: 10px;
	text-transform: uppercase;
}

#ff-filters {
	position: absolute;
	min-width: 70px;
	z-index: 999;
	top: -109px;
	background: #000;
	display: none;
}

#ff-filters li {
	clear: both;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #2b2b2b;
	padding: 15px !important;
	float: none;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

.year_trigger {
	color: #fff;
	display: block;
	width: 48px;
	padding: 15px;
	background: #000;
	text-transform: uppercase;
	float: left;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

#ff-filters li:hover {
	color: #000;
	background: #fff;
}

#ff-filters ul {
	list-style: none;
	border: 1px solid #000;
	border-bottom: none;
}

.filter_holder p {
	display: block;
	padding: 14px;
	border: 1px solid #000;
	text-transform: uppercase;
	font-size: 16px;
	float: left;
	border-left: 0px;
	padding-left: 20px;
}

#ff-container {
	margin-bottom: 50px;
}

.upper * {
	text-transform: uppercase;
}

h2 {
	font-size: 22px;
	margin-bottom: 5px;
}

p a {
	color: #000;
	text-decoration: none;
}

.left_column {
	float: left;
	width: 48%;
}

.right_column {
	float: right;
	width: 48%;
}

.col {
	width: 30%;
	float: left;
}

.col_right {
	float: right;
}

.wpcf7-form input {
	border: 0;
	padding: 10px;
	font-size: 16px;
	outline: none;
	float: left;
	margin-bottom: 20px;
}

.whole_input {
	border: 1px solid #000;
	height: 43px;	
}

.wpcf7-form textarea {
	border: 1px solid #000;
	padding: 10px;
	font-size: 16px;
	outline: none;
	resize: none;
	font-family: 'Lato', sans-serif;
	float: left;
}


.wpcf7-form p {
	clear: both;
	margin-bottom: 20px;
}


.wpcf7-form label {
	clear: both;
	display: block;
	padding: 10px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	float: left;
	width: 100px;
}

.wpcf7-form span {
	display: block;
	text-transform: uppercase;
	padding-left: 120px;
}

.wpcf7-not-valid-tip {
	clear: both;
}

.wpcf7-submit {
	float: right !important;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	margin-top: -20px;
	cursor: pointer;
}

.ff-item-title {
    font-size: 30px !important; 
 }
 
 .owl-theme .owl-controls .owl-page span {
	 background: #fff !important;
 }
 
 .ff-detail {
	 text-transform: uppercase;
 }
 
 .ff-btn-close {
	 padding-top: 10px;
	 height: 40px !important;
 }
 

.section {
	display: none;
}

.displayIt {
	display: block;
}

#ff-item-overlay .owl-theme .owl-controls .owl-page {
    display: block;
    margin-top: 0px;
    float: left;
}


.owl-prev {
	position: absolute;
	top: 45%;
	width: 26px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	left: 10px !important;
	background-image: url('img/fancybox_sprite.png') !important;
	background-position: 0 -36px !important;
	display: block;
	text-indent: -999999px !important;
}

.owl-next {
	right: 5px !important;
	display: block;
	text-indent: -999999px !important;
	position: absolute;
	top: 45%;
	width: 26px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	text-indent: -999999;
	background-image: url('img/fancybox_sprite.png') !important;
	background-position: 0 -72px !important;
}

.owl-theme .owl-controls .owl-buttons div { 
		
}

.lates_news_title {
	font-size: 20px;
	color: #000;
	float: left;
	padding: 14px 15px 14px 15px;
	display: block;
	text-decoration: none;
	border: 1px solid #000;
	font-weight: 900;
	width: 60px;
	border-right: 0px;
}

.front_list {
	left: 91px;
}

.news_holer {
	max-width: 980px;
	margin: 0 auto;
	min-height: 200px;
	margin-bottom: 20px;
}

.ff-description {
	margin-bottom: 0px !important;
}

#ff-item-overlay .owl-pagination {
	top: auto !important;
	bottom: 20px !important;
}

.slimScrollDiv {
	overflow: inherit !important;
}

.slimScrollBar {
	border-radius: 0px !important;
}

.new_item p {
	background: url('img/clock.jpg') scroll no-repeat left center;
	padding-left: 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}

.new_item em {
	color: #707070;
	margin-left: 5px;
}

.new_item p * {
	font-style: normal;
}

.displayIt ul {
	margin: 0px;
}

.new_item {
	list-style: none;
}

.new_item a {
	color: #000;
	font-size: 16px;
	margin-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

.ff-zoom {
	cursor: pointer;
}


.rfbwp-popup-box .rfbwp-close[data-reverse="true"]::before, .rfbwp-popup-box .rfbwp-close[data-reverse="true"]::after, .rfbwp-shelf-box .rfbwp-close[data-reverse="true"]::before, .rfbwp-shelf-box .rfbwp-close[data-reverse="true"]::after {
    background: #fff !important;
}

.rfbwp-popup-box .rfbwp-close, .rfbwp-shelf-box .rfbwp-close {
    top: 15px !important;
    right: 15px !important;
	font-size: 40px !important;
    border: 1px solid #fff !important;
	transform: none !important;
}

.rfbwp-popup-box .rfbwp-close:hover, .rfbwp-shelf-box .rfbwp-close:hover {
	background: #fff;
}

.rfbwp-popup-box .rfbwp-close:hover::before {
	background: #000 !important;
}

.rfbwp-popup-box .rfbwp-close:hover:after {
	background: #000 !important;
}

.main-nav * {
	color: #fff !important;
}

.rfbwp-popup-book {
	text-decoration: none !important;
	color: #000 !important;
	display: block;
}

.item_0 {
	float: left;
	clear: both;
}

.item_1 {
	float: right;
}

.new_item {
	width: 49%;
	margin-bottom: 30px;	
}
.new_item a {
    line-height: 20px;
}

.new_item:hover a {
	opacity: 0.5;
}


.news_date {
	background: url('img/clock.jpg') scroll no-repeat left center;
	padding-left: 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	font-style: normal !important;
}
.news_date  * {
	font-style: normal;
}

.cv_open {
	margin-top: 30px;
	min-height: 60px;
}

.cv_open * {
	float: left;
	font-size: 20px;
	font-weight: 900;
}

.cv_open a {
	color: #fff !important;
	padding: 5px 10px;
	background: #000;
	margin-right: 8px;
	margin-top: -5px;
}

#handle
{
	width:100%;
	height: 430px;
	position: relative;
	overflow-x: hidden;
}

#handle div.scrollableArea img
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


#handle div.scrollingHotSpotLeft
{
	min-width: 275px;
	width: 20%;
	height: 100%;
	position: absolute;
	z-index: 200;
	left: 0;
}

#handle div.scrollingHotSpotRight
{
	min-width: 275px;
	width: 20%;
	height: 100%;
	position: absolute;
	z-index: 200;
	right: 0;
}

#handle div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#handle div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}


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

@media screen and (max-width: 480px) {
	
	.logo {
		width: 100%;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.mailto {
	    position: absolute;
	    left: 16px;
	    top: 168px;
		margin-left: 0px;
	}
	
	#lang_sel_list {
		width: 18%;
		float: right;
		overflow: hidden;	
	}
	
	.menu_main {
		background: #000;
		width: 82%;
	}

	.lang_sel_list_horizontal a {
		border-right: 0px;
	}
	
	.top_bar {
    	margin-top: 30px;
	}
	
	.main_img {
		width: 100%;
	}
	
	.main_img img {
		max-width: 100%;
		height: auto;
	}
	
	.main_img p {
		margin-bottom: 20px;
	}
	
	.col {
		width: 100%;
	}
	
	.col_right {
		width: 100%;
		margin-top: 20px;
	}
	
	.wpcf7-form input {
		clear: both;
		background: none;
	}

	.wpcf7-form textarea {
		width: 99%;
		box-sizing: padding-box;
	}

	.wpcf7-form label {
		width: 100%;
		box-sizing: padding-box;
	}

	.wpcf7-form span {
		padding-left: 0px;
	}

	.whole_input {
		height: 86px
	}
	
	.right_column {
		width: 100%;
	}

	.left_column {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.home .filter_holder {
		display: none;
	}
	
	
	.facebook {
		display: none !important;
	}
	
}

@media screen and (max-width: 768px) {
	
	.logo {
		width: 100%;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
	}


	.mailto {
	    position: absolute;
	    left: 16px;
	    top: 168px;
		margin-left: 0px;
	}

	.new_item {
	    width: 100%;
	    margin-bottom: 30px;
	}

	#lang_sel_list {
		width: 18%;
		float: right;
		overflow: hidden;	
	}
	
	.menu_main {
		background: #000;
		width: 82%;
	}

	.lang_sel_list_horizontal a {
		border-right: 0px;
	}
	
	.top_bar {
    	margin-top: 30px;
	}
	
	.main_img {
		width: 100%;
	}
	
	.main_img img {
		max-width: 100%;
		height: auto;
	}
	
	.main_img p {
		margin-bottom: 20px;
	}
	
	.col {
		width: 100%;
	}
	
	.col_right {
		width: 100%;
		margin-top: 20px;
	}
	
	.wpcf7-form input {
		clear: both;
		background: none;
	}

	.wpcf7-form textarea {
		width: 99%;
		box-sizing: padding-box;
	}

	.wpcf7-form label {
		width: 100%;
		box-sizing: padding-box;
	}

	.wpcf7-form span {
		padding-left: 0px;
	}

	.whole_input {
		height: 86px
	}
	
	.right_column {
		width: 100%;
	}

	.left_column {
		width: 100%;
		margin-bottom: 20px;
	}
}

.post_imgae p a {
	cursor: default;
}


.fancybox-title {
	font-size: 18px !important;
	line-height: 26px !important;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

.fancybox-close {
	position: fixed !important;
	right: 25px !important;
	top: 25px !important;
	display: block !important;
	opacity: 1 !important;
	background-image: url(img/closeBg.png) !important;
	background-position: center center !important;
	padding: 13px;
	color: #fff !important;
	border: 1px solid #fff;
	background-size: inherit !important;
}

.fancybox-next {
	display: block !important;
}

.fancybox-next span {
	right: -90px !important;
	display: block !important;
	opacity: 1 !important;
	background-image: url(img/rightBtn.png) !important;
	background-position: center center !important;
	padding: 16px !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	visibility: visible !important;
	background-size: inherit !important;
}

.fancybox-prev span {
	left: -90px !important;
	display: block !important;
	opacity: 1 !important;
	background-image: url(img/leftBtn.png) !important;
	background-position: center center !important;
	padding: 16px !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	visibility: visible !important;
	background-size: inherit !important;
}

.gallery * {
	border: none !important;
}


.portfolio {
	text-align: center;
}

.portfolio a.fancybox {
	margin: 5px;
	display: inline-block;
	background: #000;
}

.portfolio a.fancybox:hover img {
	opacity: 0.4;
	transition-duration: 0.4s;
}

.portfolio a.fancybox img {
	opacity: 1;
	transition-duration: 0.7s;
}



.single .filter_main {
	opacity: 0.5;
}

.single .news_holer {
	opacity: 0.5;
}


@media (max-width: 1550px) {
    .portfolio a.fancybox {
        width:19%;
		margin: 2px;
    }

    .portfolio a.fancybox img {
        width:100%;
		height: auto;
    }

}


@media (max-width: 950px) {
    .portfolio a.fancybox {
        width:24%;
		margin: 2px;
    }

    .portfolio a.fancybox img {
        width:100%;
		height: auto;
    }


	.instagram {
		position: absolute;
		padding: 15px 0px 5px 0px;
		color: #000;
		font-size: 15px;
		text-decoration: none;
		text-transform: uppercase;
		margin-left: 0px;
		left: 120px;
		top: 220px;

	}

	.facebook {
		position: absolute;
		padding: 15px 0px 5px 0px;
		color: #000;
		display: block !important;
		font-size: 15px;
		text-decoration: none;
		text-transform: uppercase;
		margin-left: 0px;
		left: 19px;
		top: 220px;
	}
	
	.mailto {

	}

}


@media (max-width: 600px) {
    .portfolio a.fancybox {
        width:49%;
		margin: 2px;
    }

    .portfolio a.fancybox img {
        width:100%;
		height: auto;
    }

}

@media (max-width: 480px) {
    .portfolio a.fancybox {
        width:100%;
		margin: 0;
		margin-bottom: 5px;
    }

    .portfolio a.fancybox img {
        width:100%;
		height: auto;
    }

}


.page-id-51 p a {
	text-decoration: underline;
}

.page-id-55 p a {
	text-decoration: underline;
}

.page-item-3544 {
	display: none !important;
}

.page-item-3549 {
	display: none !important;
}

.moove-gdpr-branding-cnt {
	display: none;
}

.content-in ol {
	margin-left: 20px;
}