/*--------------------------------------------------
				      RESET
---------------------------------------------------*/
pre,code{
	font-family:"Times New Roman", Times, serif;
	white-space:pre;
	padding:20px;
	letter-spacing: 0.1em;
}
pre{
	padding:5px;
}
code{
	border-radius: 3px 3px 3px 3px;
	background:#fff;
	font-size: 0.85em;
	color: #676767;
	padding: 3px;
	padding-left: 10px;
	background-color: #f5f5f5;
}
.clear:after {
    clear: both;
    content: "";
    display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration:none;
}
html, body {
	height: 100%;
	width: 100%;
}
*::-moz-selection{ color: #fff; background: #808080; }
*::selection { color: #fff; background: #808080; }
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	color: #676767;
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
	margin-bottom: 14px;
}
h1{
	font-size:42px;
	line-height: 44px;
}
h2{
	font-size: 32px;
	line-height: 34px;
}
h3{
	font-size:24px;
	line-height: 29px;
}
h4{
	font-size:20px;
	line-height: 25px;
}
h5{
	font-size:16px;
	line-height: 21px;
}
h6{
	font-size:14px;
	line-height: 17px;
}
h1.title {
	font-size:26px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: 2px;
	display: inline-block;
}
h2.title {
	font-size:26px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: 2px;
}
h3.title, h4.title, h5.title, h6.title {
	font-size:26px;
	line-height: 34px;
	font-weight: 400;
}
ul	{
	display: block;
	padding: 0px;
	margin: 0 0 14px 17px;
}
ol	{
	display: block;
	padding: 0px;
	margin: 0 0 14px 25px;
}
blockquote {
	float: left;
	width: 60%;
	margin: 10px 20px 10px 0;
}
blockquote:before {
	content: "'";
	float: left;
	font-size: 45px;
	font-weight: bold;
	line-height: 40px;
}
blockquote.dark {
    background: #444;
	color: #f5f5f5;
}
blockquote.light {
    background: #f5f5f5;
	color: #aaa;
}
blockquote.color {
	color: #fff;
}
blockquote.dark, blockquote.light, blockquote.color {
	padding: 20px;
}
blockquote p {
	font: 16px/21px Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-style: italic;
	padding-left: 25px;
	text-align: left;
}
blockquote small {
	font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
}
p {
	margin-bottom: 14px;
}
p:last-child {
	margin-bottom: 0;
}
em, dfn, cite {
	font-style: italic;
}
strong, b {
	font-weight: 600;
}
small {
	font-size:11px;
}
input, textarea, select {
	outline: medium none;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #bbb;
	border: 1px solid #ddd;
	border-radius: 2px 2px 2px 2px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	background-color: #fff;
	padding: 10px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #8DC5C5;
	color: #000;
	box-shadow:0 0 4px rgba(82,168,236,.5);
}
input.submit, input.submit:focus, input.submit:active {
	cursor:pointer;
    color: #fff;
	text-decoration:none !important;
	border: none;
	box-shadow:0 0 0;
}
input.submit:hover {}
a {
	-moz-transition:all 0.14s ease 0s;
	-webkit-transition:all 0.14s ease 0s;
	-o-transition:all 0.14s ease 0s;
	outline:none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.title, .title a {
	text-decoration: none;
}
.title a:hover {
}
img {
	max-width:100%;
}
.radius-200 {
    border-radius: 200px 200px 200px 200px;
}
.border {
	border: 2px solid #444;
	border-radius: 20px 20px 20px 20px;
	padding: 5px;
}
.alignleft {
	float:left;
	margin: 0 20px 0 0;
}
.alignright {
	float:right;
	margin: 0 0 0 20px;
}
.aligncenter {
	display: block;
	margin: 10px auto;
	float:none;
}
.text-align-right {
	text-align: right;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}
.divider {
	float: left;
	width: 100%;
	height: 50px;
}
.divider-mini {
	float: left;
	width: 100%;
	height: 25px;
}
.divider-baner-home {
	float: left;
	width: 100%;
	height: 27px;
}
.divider-border {
	border-top: 1px solid #ccc;
	float: left;
	width: 100%;
	margin: 40px 0;
}
.divider-border1 {
	border-top: 1px solid #ccc;
	float: left;
	width: 100%;
	padding:10px 0;
	margin: 10px 0;
}
.divider-border2 {
	border-top: 1px solid #ccc;
	float: left;
	width: 100%;
	padding:10px 0;
	margin: 20px 0 40px 0;
}
.pad10r {
	padding-right: 10px;
}
.pad15r {
	padding-right: 15px;
}
.pad15rr {
	padding-right: 15px;
}
.pad20r {
	padding-right: 20px;
}
.pad10l {
	padding-left: 10px;
}
.pad15l {
	padding-left: 15px;
}
.pad20l {
	padding-left: 20px;
}
.pad20t {
	padding-top: 20px;
}
.pad30t {
	padding-top: 30px;
}
.pad5b {
	padding-bottom: 5px;
}
.pad10b {
	padding-bottom: 10px;
}
.pad15b {
	padding-bottom: 15px;
}
.pad20b {
	padding-bottom: 20px;
}
.fl {
	float: left;
}

.text-warp {
	float: right;
	padding: 0 0 20px 20px;
}

.text-warp img {
	width: 400px;
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------
			MAIN CONTENT
---------------------------------------------------*/
#wrapper {
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
	margin: 0;
	background-color: #FFF;
}
#header-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index:9999;
	background-color: #fff;
	padding: 0;
	transition-duration: 0.35s;
}
#header-top {
	padding: 0;
	margin: 0;
	height: 42px;
	background: url(/images/header-top.jpg) top center no-repeat;
	background-size: auto 42px;
	text-align: center;
}
#header-top-subpage {
	padding: 0;
	margin: 0;
	height: 42px;
	background: url(/images/header-top-subpage.jpg) top center no-repeat;
	background-size: auto 42px;
	text-align: center;
}
#header-top p {
	padding: 10px 0 0 0;
	font-size: 14px;
	word-spacing: 2px;
}
#header-image {
	height: 202px;
	background: url(/images/header-image.jpg) center no-repeat;
	background-size: auto 202px;
	border-top: 1px solid #7bc6e5;
	border-bottom: 1px solid #7bc6e5;
	position: relative;
	text-align: left;
}
#header-image-subpage {
	height: 102px;
	background: url(/images/header-image-subpage.jpg) center no-repeat;
	background-size: auto 102px;
	position: relative;
	text-align: left;
}
#logo {
	padding: 70px 0 0 0;
	margin: 0 auto;
	width: 980px;
}
#logo-subpage {
	padding: 25px 0 0 0;
	margin: 0 auto;
	width: 980px;
}
#header-menu {
	height: 47px;
	background-size: auto 47px;
	position: relative;
}
.menu-background-home {
	background: url(/images/header-menu.jpg) top center no-repeat;
}
.menu-background-subpage {
	background: url(/images/header-menu-subpage.jpg) top center no-repeat;
}
#header-bottom-subpage {
	height: 20px;
	background: url(/images/header-bottom-subpage.jpg) center no-repeat;
	background-size: auto 20px;
	position: relative;
	text-align: left;
}
.header-content, .header-menu-content {
	padding: 0;
	margin: 0 auto;
	width: 980px;
}
.content {
	margin: 0 auto;
	padding: 0;
}
.section {
	width: 980px;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
}
.section-pad-zero {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.section .holder {
	width: 980px;
	margin: 0 auto;
	z-index: 999;
	position: relative;
}
.section.alternate {
	width: 100%;
}
.section.alternate {
    background: #f5f5f5;
	box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
}
.section.alternate.dark {
    background: #444;
	color: #ccc;
	box-shadow: 0 0 3px rgba(0,0,0,0.6) inset;
}
.section.alternate.color {
	color: #FFF;
}
.section:last-child {
	padding-bottom: 0;
}
.section.alternate:last-child, .section.alternate.dark:last-child, .section.alternate.color:last-child, .section.parallax-background:last-child {
	margin-bottom: -80px;
}
.parallax-background {
	position: relative;
}
.parallax-background {
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	box-shadow: 0 0 3px rgba(0,0,0,0.09) inset;
}
.parallax-background .holder {
	padding: 0;
}
.parallax-background.color .item-mask {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.parallax-background.dark .item-mask {
	background: rgba(92, 92, 92, 0.70);
	box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
}
.parallax-background.light .item-mask {
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0 0 3px rgba(0,0,0,0.07) inset;
}
.parallax-background .item-mask {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
}
.baner-home {
	border-top: 3px solid #7bc6e5;
}
.baner-home a, .baner-home a:hover {
	color: #676767;
	text-decoration: none;
}
.baner-home-kontakt {
	background: url(/images/baner-home-kontakt.jpg) top right no-repeat;
	background-size: auto 250px;
	height: 250px;
}
.baner-home-kontakt h4 {
	font-weight: 400;
}
span.kontakt-home {
	display: inline-block;
	width: 30px;
}
/*--------------------------------------------------
			PRIMARY MENU
---------------------------------------------------*/
#primary-menu {
	float: left;
	margin: 0;
	padding: 0;
}
#primary-menu select {
	display:none;
}
#primary-menu select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #eee;
    cursor: pointer;
    width: 100%;
	padding: 7px;
	margin: 0 0 0 0;
	box-shadow: 0 0 0 rgba();
	color: #676767;
}
.menu {
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	float: right;
}
.menu li:hover {
	visibility: inherit;
}
.menu li {
	position: relative;
	display: inline;
	float: left;
}
.menu li:after {
}
.menu li:last-child:after {
    content: "";
}
.menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size:14px;
	line-height: 20px;
	font-weight: 400;
	color: #676767;
	margin: 0 0 5px 0;
    padding: 0 15px 7px 15px;
	display: block;
	float: left;
}
.menu li:last-child a {
	padding-right: 0;
}
.menu li a.current {
	color: #000;
}
.menu li ul {
	position: absolute;
	top: -9999em;
	width: 220px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
    border-radius: 1px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}
.menu li li {
	width: 100%;
}
.menu li:hover ul {
	left: 15px;
	top: 100%;
}
.menu li:hover li ul {
	top: -9999em;
}
.menu li li:hover ul {
	left: 201px;
	top: 0;
	visibility: visible;
	z-index: 9999;
}
.menu li ul {
	margin: 0;
}
.menu li ul li {
	margin: 0;
	background: none;
	padding: 0 25px;
}
.menu li ul li:last-child {
	border-bottom: none;
}
.menu li ul li a, .menu il ul li:last-child a, .menu il ul li:first-child a, .menu li ul li:first-child ul li a {
	font-size: 11px;
	padding: 12px 0;
	word-spacing: 2px;
	border-bottom: 1px solid #f2f2f2;
}
.menu li ul li:first-child a, .menu li ul li:last-child ul li:first-child a, .menu li ul li:first-child ul li:first-child a {
	padding: 12px 0 12px 0;
}
.menu li ul li:last-child a, .menu li ul li:last-child ul li:last-child a, .menu li ul li:first-child ul li:last-child a {
	padding: 12px 0 12px 0;
	border-bottom: none;
}
.menu li ul li:last-child ul li a {
	border-bottom: 1px solid #f2f2f2;
	padding: 12px 0;
}
.menu li:hover ul li a,  .menu li li:hover ul li a {
    color: #676767;
	border-top: none;
	margin: 0;
	width: 100%;
}

/*--------------------------------------------------
		  MOBILE MENU
---------------------------------------------------*/
#three-lines-menu {
	display: none;
	padding-top: 15px;
	text-align: center;
}
#three-lines-menu a {
	color: #fff;
	font-size:20px;
	line-height: 35px;
	text-transform: uppercase;
	border-radius: 2px 2px 2px 2px;
	padding: 3px 7px !important;
}
#three-lines-menu a:hover {
	background: #7bc6e5;
	text-decoration: none;
}
#mobile-menu {
	display: none;
	background: #fff;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0;
/*	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);*/
}
#mobile-menu ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
#mobile-menu ul li {
	border-top: 1px solid #f2f2f2;
}
#mobile-menu ul li:first-child {
	border-top: none;
}
#mobile-menu ul li a {
	color: #676767;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	position: relative;
	padding: 15px 0 !important;
}
#mobile-menu ul li a:hover {
	text-decoration: none;
}
#mobile-menu ul li ul {
	padding: 0 0 0 30px;
	border-top: 1px solid #f2f2f2;
}
#mobile-menu ul li ul li:first-child {
	border-top: none;
}
#mobile-menu ul li li a {
	font-weight: 400;
}
#mobile-menu ul li a i {
	font-size:16px;
}

@media only screen and (min-width : 1px) and (max-width : 959px) {
#three-lines-menu {
	display: block!important;
}
li a .sf-sub-indicator {
	right: 0 !important;
	position: absolute;
	left: auto!important;
    top: 0 !important;
	height: 50px;
	width: 100%;
	text-align: right;
}
li a .sf-sub-indicator:after, li.open li a .sf-sub-indicator:after, li.open li.open li a .sf-sub-indicator:after {
	content: "+";
	font-size: 18px;
	line-height: 45px;
	margin: 0 5px 0 0;
}
li.open a .sf-sub-indicator:after, li.open li.open a .sf-sub-indicator:after, li.open li.open li.open a .sf-sub-indicator:after {
	content: "-";
	font-size: 18px;
	margin: 0 7px 0 0;
	line-height: 40px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	height: 0px;
	position: absolute;
	visibility: hidden!important;
	overflow: hidden;
}
.sf-menu li ul.mobile-open {
   	height: auto!important;
   	display: block!important;
   	position: relative;
   	visibility: visible!important;
}
}
/*--------------------------------------------------
		  PAGE HEADER
---------------------------------------------------*/
.page-header .title, .page-header .title a {
	margin-bottom: 0;
	color: #0c3f97;
}
.page-header .subtitle {
	font: 400 13px/23px 'Open Sans', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.page-header.subpage, .page-header.fullwidth {
	width: 100%;
	padding: 20px 0 20px 0;
}
.page-header.holder {
	width: 980px;
	margin: 0 auto;
	border-bottom: 2px solid #f2f2f2;
	padding: 20px 0 20px 0;
	z-index: 999;
	position: relative;
}
.page-header.fullwidth .filterable {
	padding-top: 7px;
	padding-bottom: 0;
}
/*--------------------------------------------------
				FOOTER
---------------------------------------------------*/
#footer, #footer-en {
	width: 100%;
	height: 100px;
	background: url(/images/footer.jpg) top center no-repeat;
	background-size: 1920px 202px;
	position: relative;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	font-weight: 400;
}
/*--------------------------------------------------
				      COLUMNS
---------------------------------------------------*/
.one, .one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth { float:left; position:relative; margin-right:4%; }
.one { width: 100%; margin-right: 0; }
.one-half {	width: 48%; }
.one-third  { width: 30.66%; }
.two-third { width: 65.33%; }
.one-fourth { width: 22%; }
.three-fourth { width: 74%; }
.one-fifth { width: 16.8%; }
.last { margin-right: 0 !important; }
.one.aligncenter, .one-half.aligncenter, .one-third.aligncenter, .two-third.aligncenter, .one-fourth.aligncenter, .three-fourth.aligncenter, .one-fifth.aligncenter { float:none; }
/*--------------------------------------------------
		    BUTTONS
---------------------------------------------------*/
.button {
	cursor:pointer;
	text-align:center;
	display:inline-block;
	margin-bottom: 5px;
	border-radius: 2px 2px 2px 2px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.button + .button {
    margin-left: 30px;
}
.outline, #footer .outline, #footer-en .outline {
	box-shadow: 0 0 0 2px #444 inset;
	color: #444;
	background-color: transparent;
}
.outline:hover {
	color: #fff;
}
.outline.black {
	box-shadow: 0 0 0 2px #444 inset;
	color: #444;
}
.outline.black:hover {
	color: #fff;
	background-color: #444;
}
.outline.white {
	box-shadow: 0 0 0 2px #FFFFFF inset;
	color: #444;
}
.outline.white:hover {
	color: #444;
	background-color: #fff;
}
.small {
	padding: 0 12px 0 12px !important;
	font-size: 10px;
}
.medium {
	font-size:11px;
	padding: 9px 18px !important;
}
.large {
	padding: 12px 29px !important;
	font-size: 12px;
}
.rounded {
	border-radius: 30px 30px 30px 30px;
}
.button-group {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.button-group .button {
	font-size: 18px;
	overflow: hidden;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	width: 50%;
	margin: 0;
	float: left;
	letter-spacing: -1px;
}
.button-group .or {
	background-color: #fff;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 42px;
	text-align: center;
	margin-left: -23px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	z-index: 99;
	font-weight: bold;
}
.button-group .title {
    display: block;
}
.button-group .subtitle {
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0;
}
.button-group .button:first-child {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	border-right: 1px solid #fff;
}
.button-group .button:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/*--------------------------------------------------
			DIFFERENT UL STYLES
---------------------------------------------------*/
.icon-star {
	font-size: 10px;
}
.icon-caret-right {
	font-size: 14px;
}
.border-list {
	list-style:none;
	margin:0;
	padding:0;
}
.border-list li {
    border-bottom: 2px solid #eee;
    padding: 12px 0;
}
.border-list li:first-child {
    padding-top: 0;
}
.border-list li:last-child {
    border-bottom: none;
}
ul.colored-counter-list {
	counter-reset:li;
	margin-left:0;
	padding-left:0;
}
ul.colored-counter-list > li {
	position:relative;
	list-style:none;
	padding-left: 35px;
	margin-bottom: 13px;
}
ul.colored-counter-list > li:before {
	content:counter(li);
	counter-increment:li;
	position:absolute;
	top:0;
	left:0;
	margin-right:8px;
	padding: 0 7px;
	text-align:center;
	border-radius: 20px 20px 20px 20px;
	background-color: #444;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
/*--------------------------------------------------
			TOGGLE
---------------------------------------------------*/
.toggle-wrap {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}
.trigger {
}
.trigger a {
	display: block;
	padding: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	background: #f5f5f5;
}
.trigger.active a {
}
.toggle-container {
	overflow: hidden;
	float: left;
	padding: 25px;
}
.trigger a:before {
	content: "+";
	float: right;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.trigger.active a:before {
	content: "-";
	font-size: 22px;
	line-height: 12px;
}
/*--------------------------------------------------
	     ACCORDION
---------------------------------------------------*/
.trigger-button {
	font-weight: bold;
	float: left;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 6px;
	text-decoration: none;
	background: #f5f5f5;
	cursor:pointer;
}
.trigger-button:before {
	content: "+";
	float: right;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-right: 15px;
}
.trigger-button.active:before {
	content: "-";
	font-size: 22px;
	line-height: 12px;
}
.trigger-button:first-child{
	margin-top: 0;
}
.trigger-button span {
	padding-left: 15px;
}
.accordion {
	float: left;
	padding: 25px;
	margin-bottom: 6px;
}
/*--------------------------------------------------
					TABS
---------------------------------------------------*/
ul.tabs {
	padding: 0;
	list-style: none;
	width: 100%;
	margin: 0;
	float: left;
}
ul.tabs li {
	overflow: hidden;
	position: relative;
	float: left;
}
ul.tabs li a {
    background: #f5f5f5;
	border: 1px solid #ddd;
    color: #999;
	font-weight: bold;
    display: block;
    padding: 5px 20px;
    margin-right: -1px;
}
.tabs li:last-child a {
    border-right: 2px solid #ddd;
}
.tabs li a:hover, .tabs li.active a {
    color: #000;
}
.tabs li.active a {
    background: #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}
.tab_container{
	float: left;
	width: 100%;
}
.tab_container {
	margin: 0px;
	padding: 0px;
	float: left;
}
.tab_content {
	padding: 20px;
	border: 1px solid #ddd;
    margin: -1px 0 0 0;
}

ul.tabs.vertical {
	width: 30%;
	float: left;
}
ul.tabs.vertical li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
ul.tabs.vertical li a {
	width: 100%;
    padding: 10px 15px;
    margin-bottom: -1px;
}
.tabs.vertical li:last-child a {
    border-bottom: 2px solid #ddd;
    border-right: 1px solid #ddd;
}
.tabs.vertical li.active a {
    background: #FFFFFF;
    border-right:1px solid #FFFFFF;
}
.tab_container.vertical{
	float: right;
	width: 70%;
}
.tab_container.vertical .tab_content {
    margin: 0 0 0 -1px;
}
/*--------------------------------------------------
				PORTFOLIO
---------------------------------------------------*/
.portfolio-grid ul li a.hide, .portfolio-grid-small ul li a.hide, .portfolio-grid-grey ul li a.hide {
	display: none;
}
.portfolio-grid, .portfolio-grid-small, .portfolio-grid-grey {
	width: 101%;
	margin: 0 0 0 -1%;
	padding: 0;
	float: left;
}
.portfolio-grid ul, .portfolio-grid-small ul, .portfolio-grid-grey ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.portfolio-grid ul li, .portfolio-grid-small ul li, .portfolio-grid-grey ul li {
	float: left;
	margin: 0 0 1% 1%;
	padding: 0;
}
.portfolio-grid-grey ul li {
	background: #fff;
}
.portfolio-grid ul li {
	border-top: 3px solid #dfdfdf;
}
.portfolio-grid ul li:hover {
	border-top: 3px solid #7bc6e5;;
}
.portfolio-grid ul li.grey {
	background: #f8f8f8;
}
.portfolio-grid-small ul li {
	border-top: 2px solid #dfdfdf;
}
.portfolio-grid-small ul li:hover {
	border-top: 2px solid #7bc6e5;;
}
.isotope-item {
    z-index: 1;
}
.isotope-hidden {
    z-index: 0;
}
.col2 li {
	width: 48.98%;
}
.col2m li {
	width: 48.8%;
}
.col3 li {
	width: 32.25%;
}
.col4 li {
	width: 23.92%;
}
.portfolio-grid ul li img, .portfolio-grid-small ul li img, .portfolio-grid-grey ul li img {
	float: left;
	width: 100%;
}
.item-info {
	padding: 15px;
	float: left;
}
.item-info-blue, .item-info-grey {
	padding: 8px;
	float: left;
}
.item-info h3.title, .item-info-overlay h3.title, .item-info-blue h3.title, .item-info-grey h3.title {
	font-size:18px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.item-info h3.title, .item-info h3.title a {
	color: #676767;
}
.item-info h3.title-small, .item-info-overlay h3.title-small, .item-info-blue h3.title-small, .item-info-grey h3.title-small {
	font-size:13px;
	line-height: 18px;
	font-weight: 400!important;
	margin-bottom: 0;
}
.item-info h3.title-small, .item-info h3.title-small a {
	color: #676767;
}
.item-info-grey h3.title, .item-info-grey h3.title a, .item-info-grey h3.title-small, .item-info-grey h3.title-small a {
	color: #676767;
}
.item-info h4, .item-info-overlay h4 {
	font-size:16px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #fff;
	padding-top:40px;
}
.item-info-overlay a.overlay-link {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}
/*--------------------------------------------------
		    PORTFOLIO THUMBNAIL HOVER
---------------------------------------------------*/
.item-info-overlay {
}
.item-info-overlay {
	position:absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	display: none;
    z-index: 120;
	background: rgba(255, 237, 0, 0.1);
	text-align: center;
}
.item-info-overlay div {
	margin: 0 9%;
}
.item-info-overlay h3.title {
	margin: 9% 9% 0 9%;
}
.item-info-overlay h3.title, .item-info-overlay h3.title a {
}
.item-info-overlay h3.title a:hover {
	color: #fff;
}
.item-info-overlay p {
	color: #999;
	font-size:12px;
}
.item-info-overlay .outline {
	box-shadow: 0 0 0 1px #999 inset;
	color: #999;
	line-height: 16px;
}
.item-info-overlay .outline:hover {
	color: #fff;
}
.item-info-overlay .button + .button {
    margin-left: 5px;
}
/*--------------------------------------------------
			GALLERY
---------------------------------------------------*/
.gallery {
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.gallery li {
	text-align: left;
	position: relative;
}
.gallery div {
	margin: 0;
	position: relative;
}
.gallery div img {
	position: relative;
	width: 100%;
}
.gallery div img:hover {
	position: relative;
}
.gallery .caption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background-color: #292929;
	color: #fff;
}
.gallery .caption h3.title {
	padding: 9% 9% 5px 9%;
	font-size: 19px;
	line-height: 23px;
	margin: 0;
	padding: 0;
}
.gallery .caption h3.title a:hover {
	color: #fff;
}
.gallery .caption h4 {
	font-size:10px;
	letter-spacing: 0;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline;
}
.gallery.overlay {
    background-color: rgba(254, 235, 67, 0.85);
}

/* Style 3 */
.style-3 div {
	overflow: hidden;
}
.style-3 div img {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.no-touch .style-3 div:hover img,
.style-3 div.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.style-3 .caption {
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.1s 0.3s;
	transition: transform 0.3s, opacity 0.1s 0.3s;
}
.no-touch .style-3 div:hover .caption,
.style-3 div.cs-hover .caption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
	-moz-transition: -moz-transform 0.3s, opacity 0.1s;
	transition: transform 0.3s, opacity 0.1s;
}
.style-3 .caption a {
	bottom: 20px;
	right: 20px;
}
/*--------------------------------------------------
			PORTFOLIO ITEM NAVIGATION
---------------------------------------------------*/
ul.item-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.item-nav li {
    display: inline-block;
	-webkit-transition:all 0.14s ease 0s;
	-moz-transition:all 0.14s ease 0s;
	-o-transition:all 0.14s ease 0s;
	background: #444;
	border-radius: 2px 2px 2px 2px;
}
ul.item-nav li a {
	background: url(../images/sprite.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 35px;
	width: 35px;
	text-indent: -9999px;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
}
ul.item-nav li:hover {
}
ul.item-nav li.prev a {
	background-position: 12px 12px;
}
ul.item-nav li.next a {
    background-position: 12px -48px;
}
ul.item-nav li.all a {
    background-position: 12px -18px;
}
/*--------------------------------------------------
			CONTACT
---------------------------------------------------*/
#map{
	display: block;
	width: 100%;
	height: 365px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#map img {
	max-width:inherit !important;
}
.form, .contact-success {
	overflow: hidden;
}
.contact-success {
	padding: 20px;
	color: #fff;
	width: 75%;
	margin-bottom: 20px;
	border-radius: 2px 2px 2px 2px;
}
.form label {
	font-weight: 400;
}
.form input.sto, .form textarea.sto, .form label.sto {
	width: 100%;
    display: block;
}
.form input.submit {
	width: 110px;
}
.form p {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 16px;
}
.form em {
	color:#aaaaaa;
	display: inline;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
}
.form .contact-error {
	color: #ff0000;
	font-size: 11px;
	font-weight: 600;
	position: absolute;
	top: 0;
	width: 75%;
	text-align: right;
}
.contact-info {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.warning {
	padding-top:20px;
	color: #f00;
	font-weight: 600;
}
.agree {
	font-size:11px;
	line-height:19px;
}
/*--------------------------------------------------
			STYLED ARROWS
---------------------------------------------------*/
.arrow-down-transparent {
    height: 20px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.arrow-down-transparent:after, .arrow-down-transparent:before {
    -moz-box-sizing: border-box;
    border-bottom: 20px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    bottom: 0;
}
.arrow-down-transparent:after {
    border-left: 20px solid transparent;
    right: 0;
    width: 50%;
}
.arrow-down-transparent:before {
    border-right: 20px solid transparent;
    left: 0;
    width: 50%;
}
.arrow-down {
    height: 20px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.arrow-down:after, .arrow-down:before {
    -moz-box-sizing: border-box;
    border-bottom: 20px solid transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 0;
}
.arrow-down:after {
    border-left: 20px solid #fff;
    right: 0;
    width: 50%;
}
.arrow-down:before {
    border-right: 20px solid #fff;
    left: 0;
    width: 50%;
}
.arrow-up-transparent {
    height: 20px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.arrow-up-transparent:after, .arrow-up-transparent:before {
    -moz-box-sizing: border-box;
    border-top: 20px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    bottom: 0;
}
.arrow-up-transparent:after {
    border-left: 20px solid transparent;
    right: 0;
    width: 50%;
}
.arrow-up-transparent:before {
    border-right: 20px solid transparent;
    left: 0;
    width: 50%;
}
.arrow-up {
    height: 20px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.arrow-up:after, .arrow-up:before {
    -moz-box-sizing: border-box;
    border-top: 20px solid transparent;
    content: "";
    height: 20px;
    position: absolute;
    bottom: 0;
}
.arrow-up:after {
    border-left: 20px solid #fff;
    right: 0;
    width: 50%;
}
.arrow-up:before {
    border-right: 20px solid #fff;
    left: 0;
    width: 50%;
}

.fk-title {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 34px;
	color: #0c3f97;
	margin-bottom: 0;
}
.fk-tekst h1 {
	  font-size: 20px;
	  line-height: 20px;
	  margin-bottom: 7px;color:#1686cd;
}
.fk-tekst p {
	text-align: justify;
	line-height: 18px;
}
.up {
    text-transform: uppercase;
}


.pc-slide {
	float: left;
	width: 400px;
}
.view .swiper-slide .imgauto {
	width: 100%;
	height: 300px;
	line-height: 300px;
}
.view .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	margin: 0 30px;
}
.preview .swiper-slide .imgauto {
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview img {
	padding: 1px;
}
.preview .active-nav .imgauto {
	border: 1px solid #015cb5;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.eyou-sou {
	padding: 15px 0;
	background-color: #f5f5f5;
}
.eyou-sou .hot {
	float: left;
	padding: 5px 0;
}
.eyou-sou .hot a {
	margin-right: 10px;
}
.eyou-sou .hot strong {
	color: #015cb5;
}
.eyou-sou .hform {
	float: right;
}
.eyou-sou .hform input {
	float: left;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 6px 12px;
	line-height: 16px;
	width: 210px;
}
.eyou-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 30px;
	background: #015cb5;
	color: #fff;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.img-cover {
	overflow: hidden;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
