@charset "UTF-8";
@import url('../layout/profile0_basic.css');
 
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/source-sans-pro-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
* {
    margin: 0;
    padding: 0;
}
html{
	font-size: 10px;
	scroll-behavior: smooth;
	scroll-padding-top: 250px; 
}
body {
    background-color: #ffffff;
    color: #576777;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
	/*-ms-word-break: break-all;*/
	word-wrap: break-word;
	overflow-wrap: break-word;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #0069b4;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 1.1px;
    margin: 17px 0;
	padding: 0;
}
h1 {
    font-size: 2.8rem;
}
h2 {
    font-size: 2.6rem;
}
h3 {
    font-size: 2.4rem;
}
h4 {
    font-size: 2.2rem;
}
h5 {
    font-size: 2.0rem;
}
h6 {
    font-size: 1.8rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #0069b4;
}
p a {
    color: #555555;
}
p {
    letter-spacing: 1.1px;
    margin-bottom: 10px;
	font-size: 1.8rem;
}
a {
    color: #555555;
    color: #4F4F4F;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
}
ul {

}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong {

}
iframe {
    border: none;
}
iframe[src^="https://player.podigee-cdn.net/podcast-player/"] {
    margin-bottom: 1em; 
}
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {
}
.wp-caption.alignleft, .wp-caption.alignnone {
    width: 100%;
}
select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 300;
    height: 40px;
    padding: 6px 12px;
    width: 100%;
}
legend, 
label {
    color: #6c8391;
    display: block;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
	font-size: 1.6rem;
}
legend{
	border: none; 
	margin-bottom: 0.25em; 
}
button {
    border: none;
}
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: #f2f2f2;
    border: none;
    box-sizing: border-box;
    color: #aaa9a9;
    display: inline-block;
    font-size: 1.3rem;
    height: 40px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
    width: 100%;
    font-size: 1.6rem;
    color: #333;
}
input[type="submit"] {
    outline: none;
}
form p {
    float: left;
    position: relative;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
    list-style: disc outside;
}
.nodeko>li {
    list-style-type: none;
}
ul ul {
    margin-left: 20px;
}
ol {
    float: none;
    list-style: decimal outside;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: decimal outside ;
    width: calc( 100% - 25px );
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #dddddd;
    text-align: center;
    vertical-align: top;
    padding: 3px;
}

table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}
table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}
table.hours > thead > tr > th, table.hours > tbody > tr > th, table.hours > tfoot > tr > th, table.hours > thead > tr > td, table.hours > tbody > tr > td, table.hours > tfoot > tr > td {
    border: 0px;
}
table.hours {
	width: 75%;
}
table.hours > tbody > tr > td:first-child {
	min-width: 105px;
}
p ins {
    color: #999;
}
dl dd 	{ margin-left: 20px; }
address { font-style: italic; }
.sticky {}
.vsb-main-section {
	float: left;
	width: 100%;
	position: relative;
}
.vsb-main-content 	    { 
padding: 0px 0px 0px 0px; 
background-color: #fcfcfc;
}
.vsb-right-section 	{ float: right; }
.vsb-left-section 	    { float: left; }
.vsb-main-content, 
.vsb-main-header,.vsb-navigation-section {
    float: left;
    width: 100%;
}
.vsb-main-wrapper{
	width: 100%;
}
/* Header */
.vsb-sticky .vsb-navigation-section {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	border-bottom: 1px solid #eee;
}
.vsb-main-header { background-color: #ffffff; }
.vsb-logo {
    float: left;
    padding: 36px 10px 30px 0px;
}
.vsb-sticky .vsb-logo {
    padding: 5px 0px 5px 0px;
}
.vsb-sticky .vsb-logo img {
	height: 80px;
}
/* Info List */
.vsb-infolist {
    float: left;
    width: 100%;
    padding-left: 10px;
}
.vsb-infolist li {
    float: right;
    list-style: none;
    padding-left: 52px;
    position: relative;
    line-height: 1.4;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 14px;
}
.vsb-infolist li i {
    position: absolute;
    left: 13px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
	
}
.vsb-infolist li h6 {
    margin-bottom: 0;
	line-height: 1.1;
}
.flexc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.vsb-infolist li a,
.vsb-infolist li span {
    color: #576777;
    letter-spacing: 1.1px;
    font-size: 1.3rem;
}
.vsb-infolist li span {
    display: block;
    margin-bottom: 2px;
}
.vsb-booking-btn {
    float: right;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1.1px;
    padding: 7px 14px 10px 14px;
    color: #ffffff;
    border-radius: 4px;
    margin-top: 41px;
}
.vsb-navigation-section {
    position: relative;
    text-align: center;
    z-index: 999;
}
.vsb-navinner { 
	display: inline-block; 
	width: 100%;
}
/* Navigation */
.navbar {
    background: none;
    border: none;
    float: left;
    margin-bottom: 0px;
    text-align: left;
}
.navbar-nav > li { 
	padding: 0px 30px 0px 30px;
}
.navbar-nav > li > a {
    font-size: 1.9rem;
    color: #0069b4;
    font-weight: bold;
    text-transform: uppercase;
    padding: 29px 0px 26px 0px;
    position: relative;
	letter-spacing: 1px;
}
.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 4px;
    opacity: 0;
}
.navbar-nav > li > a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 4px solid;
    opacity: 0;
}
.navbar-nav > li:hover > a:after,
.navbar-nav > li:hover > a:before/*,
.navbar-nav > li.active > a:after,
.navbar-nav > li.active > a:before*/ { 
	opacity: 1; 
}
.navbar-nav > li:first-child { padding-left: 0px; }
.navbar-nav > li:last-child { padding-right: 0px; }
.navbar-nav li:hover > .vsb-dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.vsb-dropdown-menu {
    background-color: #ffffff;
    left: 0;
    margin: 10px 0px 0px 0px;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 240px;
    z-index: 999;
}
.vsb-dropdown-menu .vsb-dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0px 0px 0px 5px;
}
.vsb-dropdown-menu > li {
    float: left;
    list-style: none;
    position: relative;
    width: 100%;
}
.vsb-dropdown-menu li a {
    border-bottom: 1px solid #f8f8f8;
    color: #576777;
    float: left;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 13px 25px;
    width: 100%;
}
.vsb-dropdown-menu > li:last-child > a { border: none; }
.vsb-dropdown-menu > li.subdropdown-addicon > a:before {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    margin: 0px 0px 0px 0px;
    color: #999;
}
/* Mega Menu */
#vsb-header .container { position: relative; }
.nav > li.vsb-megamenu-li { position: static; }
.vsb-megamenu {
    position: absolute;
    left: 0%;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding: 28px 30px 10px 30px;
    margin: 10px 0px 0px 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border: 1px solid #eee;
	overflow-y:auto;
}
.navbar-nav > li:hover .vsb-megamenu {
    opacity: 1;
    visibility: visible;
}
.vsb-megamenu li { list-style: none; }
.vsb-megamenu li h5 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    color: #576777;
    margin-bottom: 18px;
}
.vsb-megamenu li h4 {
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: bold;
	color: #0069b4;
}
.vsb-mega-contact ul{
	margin: 10px 0px;
}
.vsb-mega-contact ul li{
	padding: 0 0 10px 0;
	transition: all 0.3s ease;
	margin-right: 10px;
}
.vsb-mega-contact ul li:hover{
	margin-left: 10px;
	margin-right: 0;
	
}
.vsb-mega-contact ul li h3{
	margin-bottom: 0;
}
.vsb-mega-contact ul li a{
	color: #576777;
}
.vsb-thumbnail {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.vsb-thumbnail img {
    width: 100%;
}
.collapse { display: none; }
/* Mega Menu List */
.vsb-megalist {
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.vsb-megalist li {
    float: left;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0px 8px 0px;
    position: relative;
}
.vsb-megalist li a {
    color: #0069b4;
    font-size: 1.8rem;
    font-weight: 400;
	transition: all 0.4s ease-in-out;
}
.navbar-alt1 .vsb-megalist li a {
    font-size: 1.6rem;
}
.vsb-megalist li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.vsb-mega-text p { 
    margin-bottom: 10px;
    margin-top: 20px;
	font-size: 1.8rem;
}
.navbar-alt1 .vsb-mega-text p { 
	font-size: 1.6rem;
}

.vsb-user-list {
/*
    position:relative;
    top:-173px;
*/    
    float: right;
    margin: 6px 0px 0px 13px;
}
.vsb-user-list li {
    float: left;
    list-style: none;
    margin: 15px 0px 0px 30px;
    position: relative;
	display: flex;
    /* justify-content: center; */
    flex-direction: row;
    align-items: center;
}
.vsb-user-list  span{
	margin-left: 5px;
    line-height: 1.1;
    color: white;
}
.vsb-user-list li a { 
	font-size: 1.6rem; 
	color: #0069b4;
	text-decoration: underline;
	transition: all 0.5s ease;
}
.vsb-user-list li a:hover { 
	color: #f39200;
}

.vsb-user-list i{
	border: 1px solid #0069b4;
	margin-left: 5px;
	padding: 8px;
	border-radius: 3px;
	background-color: #0069b4;
	color: white;
	transition: all 0.3s ease;
	font-size: 18px;
}
.vsb-user-list i:hover{
	cursor: pointer;
	background-color: white;
	color: #0069b4;
}

.vsb-user-list input{
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid grey;
	width: 200px;
	line-height: 36px;
    font-size: 1.6rem;
}

.vsb-user-list{
	display: inline-block;
}

.vsb-megamenu select{
	margin: 15px 0;
	width: 100%;
	font-size: 1.8rem;
}
.navbar-alt1 .vsb-megamenu select{
	font-size: 1.6rem;
}

.vsb-megamenu input{
	margin: 15px 0;
	width: 100%;
}
.vsb-megamenu input[type="submit"] {
    border: none;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 23px 7px;
    border-radius: 5px;
	font-size: 1.8rem;
    transition: all 0.5s ease-in-out;
}
.vsb-megamenu input[type="submit"]:hover {
	background-color: #f29201;
}
.navbar-alt1 .vsb-megamenu input[type="submit"] {
	font-size: 1.6rem;
}
/* Search Modal */
.searchmodal form {
    float: left;
    width: 100%;
    position: relative;
}
.searchmodal .modal-body {
    display: inline-block;
    width: 100%;
    padding: 0px;
    position: relative;
}
.searchmodal form input[type="text"] {
    float: left;
    width: 100%;
    background-color: #ffffff;
    color: #999;
    font-size: 2.0rem;
    font-style: italic;
    height: 60px;
    padding: 6px 30px;
    border-radius: 40px;
}
.searchmodal form input[type="submit"] {
    position: absolute;
    right: 5px;
    top: 0px;
    height: 60px;
    width: 60px;
    background-color: transparent;
    border: none;
    z-index: 2;
}
.searchmodal form i {
    position: absolute;
    right: 28px;
    top: 20px;
    color: #999;
    font-size: 1.8rem;
    z-index: 0;
}
.vsb-close-btn {
    position: absolute;
    right: 40%;
    top: -50px;
    color: #999;
    background-color: #ffffff;
    width: 100px;
    height: 50px;
    border-radius: 100px 100px 0px 0px;
    text-align: center;
    font-size: 3.0rem;
    padding-top: 8px;
}
.vsb-cart-box {
    position: absolute;
    right: 0px;
    top: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 28px;
    width: 300px;
    margin-top: 5px;
    display: none;
}
.vsb-cart-box p { margin: 0px; }
/*Banner*/
.vsb-banner-one> .vsb-banner-one-layer {
	display: none;
}
.vsb-banner-one> .vsb-banner-one-layer:first-child{
	display: block;
}

.vsb-banner-one .container,.vsb-banner-one .row,.vsb-banner-one .col-md-12 { height: 100%;}
.vsb-banner,.vsb-banner-one,.vsb-banner-one-layer {
    float: left;
    width: 100%;
	position: relative;    
	height: calc(100vh - 241px);
    min-height: 360px;
}
.vsb-slider-overlay{
	width: 45%; 
	height: 100%; 
	position: absolute;
	/*background: url('../images/slideroverlay.png'); 
	background-size: cover;
	background-position: center center;*/
}
.vsb-slider-overlay>div{
	height: 100%;
}
.vsb-slider-overlay .flexr{
	height: 100%;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
}
.vsb-slider-overlay .flexr>div{
	text-align: right;
	padding-right: 50px;
	max-width: 100%;
}
.vsb-move-right{
	margin-right: -110px;
	max-width: calc(100% + 110px) !important;
}
.vsb-move-left{
	margin-right: 110px;
	max-width: calc(100% - 110px) !important;
}
.vsb-slider-news h1{
	color: white;
	line-height: 1.3;
}
.vsb-slider-news h1 i{
	text-shadow: none;
}
.vsb-slider-news h1 div:first-child{
	margin-right: -20px;
}

.vsb-topnews-text{
	margin-bottom: 10px;
}

.vsb-slider-news p{
	margin-bottom: 0;
	font-size: 1.6rem;
}

.vsb-slider-news div p:nth-child(1){
	margin-right: 20px;
}
.vsb-slider-news div p:nth-child(2){
	margin-right: 33px;
}
.vsb-slider-news div p:nth-child(3){
	margin-right: 46px;
}
.vsb-slider-news div p:nth-child(4){
	margin-right: 59px;
}

/*
.vsb-slider-news .vsb-move-left div p:nth-child(1){
	margin-right: 28px;
}
.vsb-slider-news .vsb-move-left div p:nth-child(2){
	margin-right: 49px;
}
.vsb-slider-news .vsb-move-left div p:nth-child(3){
	margin-right: 70px;
}
.vsb-slider-news .vsb-move-left div p:nth-child(4){
	margin-right: 91px;
}*/

.vsb-topnews-text .vsb-show-more{
	background-color: white;
    margin-right: 17px;
    margin-top: 7px;
    padding: 0px 10px;
    border-radius: 10px;
    letter-spacing: 0;
    font-weight: bold;
    color: #0069b4;
    transition: all 0.5s ease;
    position: relative;
    display: inline-block;
	text-shadow: none;
}

/*
.vsb-move-left .vsb-topnews-text a{
    margin-right: 57px;
}*/

.vsb-topnews-text .vsb-show-more:hover,
.vsb-topnews-text .vsb-show-more-selected{
	background-color: #9d9d9c;
	color: white;
}

.vsb-banner-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    height: 100%;
}
.vsb-transparent {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.4;
}
.vsb-banner-wrap {
    bottom: 50%;
    left: 0;
    margin: 0 0 -142px;
    position: absolute;
    width: 50%;
}
.vsb-banner-wrap h1 {
    font-size: 5.0rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    float: left;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.vsb-banner-wrap h1 span {
    font-size: 3.0rem;
    display: block;
    margin: 0px 0px 2px;
    letter-spacing: 2px;
}
.vsb-banner-wrap h1 span:last-child { text-align: right; margin: 8px 0 0;}
.vsb-banner-wrap p {
    color: #ffffff;
    margin-bottom: 29px;
    font-size: 1.6rem;
    float: left;
    line-height: 28px;
    width: 84%;
}
.vsb-transparent-shape {
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    width: 102%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 100px;
}
.vsb-transparent-frame{
    width: 150%;
    overflow: hidden;
    position: absolute;
    height: 100%;
	margin-left: -15px;
	margin-top: -68px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.vsb-banner-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    padding: 10px 23px;
}
.vsb-banner-btn:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #ffffff;
    width: 52px;
    height: 1px;
}
.vsb-banner-btn:after {
    content: '';
    position: absolute;
    left: 7px;
    bottom: -7px;
    background-color: #ffffff;
    width: 1px;
    height: 32px;
}
.vsb-banner-btn span {
    position: absolute;
    right: 0px;
    top: 0px;
}
.vsb-banner-btn span:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ffffff;
    width: 52px;
    height: 1px;
}
.vsb-banner-btn span:after {
    content: '';
    position: absolute;
    right: 7px;
    top: -7px;
    background-color: #ffffff;
    width: 1px;
    height: 32px;
}
/*banner form*/
.vsb-appointment-form form ul li,.vsb-appointment-form form ul li input[type="text"],
.vsb-select {
    float: left;
    width: 100%;
}
.vsb-appointment-form {
    bottom: 50%;
    margin: 0 0 -238px;
    position: absolute;
    right: 0;
    width: 50%;
}
.vsb-appointment-form form {
    width: 336px;
    float: right;
    padding: 31px 36px 15px 40px;
    border-right: 4px solid;
    background-color: rgba(8,54,75,0.85);
    position: relative;
}
.vsb-appointment-form form:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    border-top: 45px solid;
    border-left: 45px solid transparent;
}
.vsb-appointment-form form:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 45px solid;
    border-left: 45px solid transparent;
}
.vsb-appointment-form form label {
    margin: 0px 0px 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.vsb-appointment-form form p {
    margin: 0px 0px 24px;
    color: #ffffff;
    letter-spacing: 1px;
}
.vsb-appointment-form form ul li {
    list-style: none;
    margin: 0px 0px 25px;
    position: relative;
}
.vsb-appointment-form form ul li input[type="text"] {
    background-color: #ffffff;
    border-radius: 5px;
    height: 40px;
    font-size: 1.2rem;
    color: #999999;
    font-style: italic;
    padding-left: 14px;
}
.vsb-appointment-form form ul li i {
    position: absolute;
    right: 15px;
    top: 13px;
    color: #999999;
    font-size: 1.2rem;
}
.vsb-select select {
    font-style: italic;
    font-size: 1.2rem;
    border: none;
    color: #999999;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    height: 40px;
    border-radius: 5px;
}
.vsb-select                                     { position: relative;}
.vsb-select:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 1.2rem;
    color: #999999;
    right: 0px;
    bottom: 1px;
    text-align: center;
    position: absolute;
    pointer-events: none;
    background-color: #fff;
    width: 40px;
    padding: 5px 2px 0px 0px;
    height: 39px;
    border-radius: 5px;
}
.vsb-appointment-form form ul li input[type="submit"] {
    border: none;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 23px 7px;
    border-radius: 5px;
}

/*Service*/
.vsb-service,.vsb-service-wrap {
    float: left;
    width: 100%;
}
.vsb-service > ul > li {
    list-style: none;
    margin: 0px 0px 30px;
}
.vsb-service-wrap {
    height: 213px;
    overflow: hidden;
    padding: 57px 0px 9px;
    text-align: center;
    background: rgb(8,54,75); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(8,54,75,1) 15%, rgba(30,77,77,1) 51%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(8,54,75,1) 15%,rgba(30,77,77,1) 51%);
    background: radial-gradient(ellipse at center, rgba(8,54,75,1) 15%,rgba(30,77,77,1) 51%);
}
.vsb-service-grid ul li:hover .vsb-service-wrap {
    padding: 38px 0px 34px;
    background: -webkit-linear-gradient(left, #1d4c4d 0%,#9d9d9c 0%,#9d9d9c 100%,#1d4c4d 100%);
    background:    -moz-linear-gradient(left, #1d4c4d 0%,#9d9d9c 0%,#9d9d9c 100%,#1d4c4d 100%);
    background:     -ms-linear-gradient(left, #1d4c4d 0%,#9d9d9c 0%,#9d9d9c 100%,#1d4c4d 100%);
    background:      -o-linear-gradient(left, #1d4c4d 0%,#9d9d9c 0%,#9d9d9c 100%,#1d4c4d 100%);
    background:         linear-gradient(left, #1d4c4d 0%,#9d9d9c 0%,#9d9d9c 100%,#1d4c4d 100%);
}
.vsb-service-wrap i {
    font-size: 6.4rem;
    display: inline-block;
    color: #ffffff;
    margin: 0px 0px 10px;
}
.vsb-service-grid ul li:hover i {
    font-size: 4.1rem;
    margin: 0px 0px 17px;
}
.vsb-service-wrap h5 {
    margin: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}
.vsb-service-grid ul li:hover h5 {
    text-transform: none;
    margin: 0px 0px 10px;
}
.vsb-service-wrap p {
    margin: 0px;
    color: #ffffff;
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
}
.vsb-service-grid ul li:hover p {
    opacity: 1;
    visibility: visible;
}
/*blog-modern*/
.vsb-blog,.vsb-blog-modern figure,.vsb-blog-modern figure a,.vsb-blog-modern figure a img,.vsb-blog-modern-text {
    float: left;
    width: 100%;
}
.vsb-blog > ul > li {
    list-style: none;
    margin: 0px 0px 30px;
}
.vsb-blog-modern figure { margin: 0px;}
.vsb-blog-modern figure > time {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 65px;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    padding: 12px 10px 0px;
    opacity: 1;
}
.vsb-blog-modern ul li:hover figure > time { opacity: 0;}
.vsb-blog-modern figure a {
    position: relative;
    overflow: hidden;
}
.vsb-blog-modern figure a:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    opacity: 0;
}
.vsb-blog-modern ul li:hover figure a:before { opacity: 1; height: 100%;}
.vsb-blog-modern figure a span {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.8rem;
    width: 55px;
    height: 55px;
    text-align: center;
    padding: 13px 0px 0px;
    margin: -27px 0px 0px -27px;
    opacity: 0;
}
.vsb-blog-modern ul li:hover figure a span { opacity: 1;}
.vsb-blog-modern figure a span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 1px;
}
.vsb-blog-modern ul li:hover figure a span:before { width: 64px;}
.vsb-blog-modern figure a span:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 0px;
}
.vsb-blog-modern ul li:hover figure a span:after { height: 63px;}
.vsb-blog-modern figure a span small {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.vsb-blog-modern figure a span small:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
}
.vsb-blog-modern ul li:hover figure a span small:before { width: 64px;}
.vsb-blog-modern figure a span small:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 0px;
}
.vsb-blog-slider-item {
    margin-left: 50px;
    margin-right: 50px;
}
.vsb-blog-modern ul li:hover figure a span small:after { height: 63px;}
.vsb-blog-modern-text {
    position: relative;
    padding: 22px 22px;
    position: relative;
}
.vsb-blog-modern-text p a:hover{
	color: #0069b4;
}
.vsb-blog-modern-text p a{
	transition: all 0.5s ease;
}
.vsb-blog-item {
    background-color: #fff;
    height: 100%;
    position: relative;
	border: 1px solid #eee;
}
.vsb-blog-item-image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto;
}
.vsb-blog-item-image-holder {
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 66%; 
}
.vsb-blog-item span {
	text-align: right;
	font-size: 1.15rem;
	display: block;
	position: absolute;
    right: 3px;
    top: 1px;
}
.vsb-blog-modern-text:before {
    position: absolute;
    right: 0px;
    top: 0px;
    border-top: 30px solid;
    border-left: 30px solid transparent;
}
.vsb-blog-item h5 {
    margin: 0px 0px 5px;
    font-weight: bold;
    line-height: 24px;
	padding:0;
}
.vsb-blog-item h6 {
    margin: 0px 0px 5px;
    font-weight: bold;
    padding-top: 0px;
}
.vsb-blog-item p {
    color: #686868;
	font-size: 1.6rem;
}
.vsb-blog-item p.readon {
    margin: 0;
	border-bottom: 1px solid transparent;
}
.vsb-blog-item p.readon:hover {
	color: #0069b4;
}
.vsb-blog-item p.readon b {
    font-weight: normal;
	border-bottom: 1px solid transparent;
	transition: all 0.5s ease;
}
.vsb-blog-item p.readon b:hover {
    font-weight: normal;
	color: #0069b4;
	border-bottom: 1px solid #0069b4;
}

.vsb-readmore-btn {
    display: inline-block;
    font-size: 1.3rem;
    color: white;
    font-weight: bold;
    position: relative;
    padding: 4px 21px;
	background-color: #0069b4;
	border-radius: 18px;
}
.vsb-supernews-readall .vsb-readmore-btn {
	margin-top: 10px;
	margin-bottom: 10px;
}
.vsb-loadmore-btn {
    display: inline-block;
    font-size: 1.8rem;
    color: white;
    font-weight: bold;
    position: relative;
    padding: 8px 21px;
    background-color: #0069b4;
    border-radius: 40px;
	transition: all 0.5s ease-in-out;
}
.vsb-loadmore-btn:hover {
    background-color: #f39201;
}

.vsb-loadmoredates-btn {
    display: inline-block;
    font-size: 1.8rem;
    color: white;
    font-weight: bold;
    position: relative;
    padding: 8px 21px;
    background-color: #0069b4;
    border-radius: 40px;
    transition: all 0.5s ease-in-out;
	margin-top: 0;
}
.vsb-loadmoredates-btn:hover {
    background-color: #f39201;
}

.vsb-blog ul li:hover .vsb-readmore-btn { color: #ffffff;}
.vsb-readmore-btn:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 106%;
    height: 1px;
    background-color: #bbbbbb;
}
.vsb-blog ul li:hover .vsb-readmore-btn:before,
.vsb-blog ul li:hover .vsb-readmore-btn span:before { width: 100%; }
.vsb-readmore-btn:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 119%;
    background-color: #bbbbbb;
}
.vsb-blog ul li:hover .vsb-readmore-btn:after,
.vsb-blog ul li:hover .vsb-readmore-btn span:after { height: 100%; }
.vsb-readmore-btn span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.vsb-readmore-btn span:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 106%;
    height: 1px;
    background-color: #bbbbbb;
}
.vsb-readmore-btn span:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 119%;
    background-color: #bbbbbb;
}
/*Section-post*/
.vsb-content-post,.vsb-content-post-title,.vsb-post-list {
    width: 100%;
}
.vsb-content-post {
	color: white;
}
.vsb-content-post a {
	color: white;
}
.vsb-content-post a h5 {
	color: white;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.3;
}
.vsb-content-post-title { margin: 0px 0px 21px;}
.vsb-content-post-title h2 {
    font-size: 3.0rem;
    font-weight: bold;
    margin: 0px 0px 4px;
    color: #ffffff;
    text-transform: uppercase;
	
    position: relative;
}
.vsb-content-post-title span {
    display: inline-block;
    position: relative;
    padding: 0px 1px 0px 0px;
}
.vsb-content-post-title span:before {
    content: '';
    position: absolute;
    right: -75px;
    top: 12px;
    background-color: #ffffff;
    width: 75px;
    height: 1px;
}
.vsb-content-post-title span:after {
    position: absolute;
    right: -40px;
    top: 11px;
    background-color: #ffffff;
    width: 40px;
    height: 1px;
}
.vsb-content-post-title span i {
    font-size: 25px;
}
.vsb-content-post p {
    margin: 0px 0px 38px;
    color: #ffffff;
    letter-spacing: 1px;
}
.vsb-post-list { 
	margin: 0px 0px 21px;
}
.vsb-post-list li {
    list-style: none;
    position: relative;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 1.1px;
    margin: 0px 0px 27px;
	transition: all 0.5s linear;
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.vsb-content-post li:hover {
	padding-left: 60px;
	padding-right: 00px;
}
.vsb-post-list li i {
	position: absolute;
    left: 0px;
    top: 6px;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #0069b4;
    font-size: 23px;
    padding: 0px 0px 0px;
    border-radius: 100%;
    line-height: 40px;
	transition: all 0.5s linear;
}
.vsb-post-list li:hover i {
	margin-left: 10px;
}
.vsb-post-list li i:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 9px solid;
    border-left: 9px solid transparent;
}


.vsb-content-post .vsb-readmore-btn:before,.vsb-content-post .vsb-readmore-btn span:before { width: 108%;}
.vsb-content-post .vsb-readmore-btn:after,.vsb-content-post .vsb-readmore-btn span:after { height: 122%;}
.vsb-content-post .vsb-readmore-btn:hover:before,.vsb-content-post .vsb-readmore-btn span:hover:before { width: 100%;}
.vsb-content-post .vsb-readmore-btn:hover:after,.vsb-content-post .vsb-readmore-btn span:hover:after { height: 100%;}

/*Team Medium*/
.vsb-team,.vsb-team-medium,.vsb-team-medium figure,.vsb-team-medium figure > a,.vsb-team-medium figure a img {
    float: left;
    width: 100%;
}
.vsb-team > ul > li {
    list-style: none;
    margin: 0px 0px 30px;
}
.vsb-team-medium figure {
    margin: 0px;
    padding: 83px 0px 0px;
}
.vsb-team-medium figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.vsb-team-medium-info,.vsb-team-medium-text {
    line-height: 1;
}
.vsb-team-medium-info {
    padding: 16px 28px 23px;
    visibility: visible;
    width: 100%;
    position: relative;
    border-bottom: 4px solid;
}
.vsb-team-medium ul li:hover .vsb-team-medium-info {
    visibility: hidden;
    opacity: 0;
}
.vsb-team-medium-info:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 20px solid;
    border-left: 20px solid transparent;
}
.vsb-team-medium-text {
    padding: 34px 28px 40px;
    border-bottom: 4px solid;
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.vsb-team-medium-text:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 20px solid;
    border-left: 20px solid transparent;
}
.vsb-team-medium ul li:hover .vsb-team-medium-text {
    visibility: visible;
    opacity: 1;
}
.vsb-team-medium-info h5,.vsb-team-medium-text h5 {
    margin: 0px 0px 2px;
    display: inline-block;
    font-weight: bold;
}
.vsb-team-medium-info h5 a,.vsb-team-medium-text h5 a { color: #ffffff;}
.vsb-team-medium-info > span,.vsb-team-medium-text > span {
    display: inline-block;
    font-size: 1.2rem;
    color: #cccccc;
    line-height: 1;
}
.vsb-team-medium-text > span {
    margin: 0px 0px 21px;
    color: #ffffff;
}
.vsb-team-medium-text p {
    color: #ffffff;
    margin: 0px 0px 18px;
    display: inline-block;
}
.vsb-team-social { text-align: center; margin: 0px 0px 22px;}
.vsb-team-social li {
    display: inline-block;
    margin: 0px 14px 0px 0px;
}
.vsb-team-social li > a {
    color: #ffffff;
    font-size: 1.8rem;
}
.vsb-team-medium .vsb-readmore-btn {
    padding: 13px 21px;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.vsb-team-medium .vsb-readmore-btn:before,.vsb-team-medium .vsb-readmore-btn:after,
.vsb-team-medium .vsb-readmore-btn span:before,.vsb-team-medium .vsb-readmore-btn span:after { background-color: #ffffff;}
.vsb-team-medium .vsb-readmore-btn:after,.vsb-team-medium .vsb-readmore-btn span:after { height: 117%;}

/*Gallery*/
.vsb-gallery,.vsb-gallery-filterable,.vsb-gallery-filterable ul li a,.vsb-plane-gallery figure > a,
.vsb-plane-gallery ul li figure img,.vsb-plane-gallery ul li figure {
    float: left;
    width: 100%;
}
.vsb-gallery-filterable {
    text-align: center;
    margin-bottom: 29px;
}
.vsb-gallery-filterable ul li {
    display: inline-block;
    list-style: none;
    margin: 0 33px -5px;
}
.filters-button-group {
    border-bottom: 1px solid #ececec;
    margin: 0px 0px 21px;
}
.vsb-gallery-filterable ul li a {
    font-size: 1.6rem;
    padding: 2px 0px 15px;
    border-radius: 2px;
    color: #868686;
    border-bottom: 3px solid #ffffff;
    position: relative;
    letter-spacing: 1px;
}
.vsb-gallery-filterable ul li a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid #ffffff;
    margin: 0px 0px 0px -8px;
}
.vsb-gallery-filterable ul li a.is-checked { border-bottom: 3px solid;}
.vsb-gallery ul li {
    list-style: none;
    margin-bottom: 30px;
}
.vsb-plane-gallery ul li figure                              { margin-bottom: 0px; overflow: hidden;}
.vsb-plane-gallery figure figcaption {
    left: 0;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    z-index: 2;
    margin: -52px 0px 0px 0px;
    padding: 0px 30px;
}
.vsb-plane-gallery figure > a { position: relative;}
.vsb-plane-gallery figure > a:before {
    content: '';
    position: absolute;
    left: 11px;
    top: 11px;
    width: 92%;
    height: 91%;
    opacity: 0;
}
.vsb-plane-gallery ul li:hover figure > a:before { opacity: 1;}
.vsb-plane-gallery figure:before {
    content: '';
    position: absolute;
    left: 23px;
    top: 23px;
    width: 0%;
    height: 1px;
    z-index: 1;
    opacity: 0;
}
.vsb-plane-gallery figure:after {
    content: '';
    position: absolute;
    left: 23px;
    top: 23px;
    width: 1px;
    height: 0%;
    opacity: 0;
}
.vsb-plane-gallery figure span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.vsb-plane-gallery figure span:before {
    content: '';
    position: absolute;
    right: 23px;
    bottom: 23px;
    width: 0%;
    height: 1px;
    z-index: 1;
    opacity: 0;
}
.vsb-plane-gallery ul li:hover figure:before,.vsb-plane-gallery ul li:hover figure span:before { opacity: 1; width: 87%;}
.vsb-plane-gallery figure span:after {
    content: '';
    position: absolute;
    right: 23px;
    bottom: 23px;
    width: 1px;
    height: 0%;
    z-index: 1;
    opacity: 0;
}
.vsb-plane-gallery ul li:hover figure span:after,.vsb-plane-gallery ul li:hover figure:after { opacity: 1; height: 87%;}
.vsb-plane-gallery figure figcaption > a {
    display: inline-block;
    font-size: 2.2rem;
    width: 45px;
    height: 45px;
    border: 1px solid;
    text-align: center;
    padding: 10px 0px 0px;
    margin: 0px 0px 23px;
    opacity: 0;
}
.vsb-plane-gallery ul li:hover figure figcaption > a,.vsb-plane-gallery ul li:hover figure figcaption > h6 {  opacity: 1; }
.vsb-plane-gallery figure figcaption > h6 {
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
    opacity: 0;
}
/*vsb Tabs*/
.vsb-tabs,.vsb-tabs-thumb span,.vsb-tab-wrap,.vsb-tabs-list {
    float: left;
    width: 100%;
}
.vsb-tabs-thumb span img{
    float: left;
    height: 100%;
	width: auto;
}
.vsb-tabs-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 33.333%;
	height: 100%;
}
.vsb-tabs-thumb>.slick-list{
	height: 100%;
}.vsb-tabs-thumb>.slick-list>.slick-track{
	height: 100%;
}
.vsb-tabs { margin: 5px 0px 0px;}
.vsb-tabs-thumb span {
    margin: 0px;
    width: 800px;
    position: relative;
	height: 100%;
}
.vsb-tabs-thumb span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.75;
}
.vsb-images-list-layer > span {
    width: 126px;
    height: 95px;
    margin: 0px 0px 22px 0px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 5.7rem;
    border: 1px solid #ffffff;
    text-align: center;
    position: relative;
}
.vsb-images-list-layer.slick-slide.slick-current.slick-active > span { background-color: #ffffff; color: #aaaaaa;}
.vsb-images-list-layer.slick-slide.slick-current.slick-active > span:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 51%;
    height: 8px;
    background-color: #ffffff;
}
.vsb-images-list-layer.slick-slide.slick-current.slick-active span:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 51%;
    height: 8px;
    background-color: #ffffff;
}
.vsb-tabs-text {
    float: left;
    width: 100%;
}
.vsb-tabs-text h4 {
    margin: 0px 0px 19px;
    font-weight: bold;
    color: #ffffff;
}
.vsb-tabs-text p {
    float: left;
    width: 100%;
    margin: 0px 0px 18px;
    color: #ffffff;
}
.vsb-tabs-text a {
	color: #ddd;
	text-decoration: underline;
	transition: all 0.3s ease;
}
.vsb-tabs-text a:hover {
	color: #fff;
}
.vsb-tab-color {
    float: left;
    width: 100%;
    position: relative;
}
.vsb-tab-wrap {
    position: relative;
    padding: 68px 0px 67px;
}
.vsb-tab-color .col-md-8 { float: right;}
.vsb-tab-color .vsb-content-post-title span i { color: #ffffff;}
.vsb-tab-color .vsb-readmore-btn:before,.vsb-tab-color .vsb-readmore-btn:after,
.vsb-tab-color .vsb-readmore-btn span:before,.vsb-tab-color .vsb-readmore-btn span:after { background-color: #ffffff;}
.vsb-tab-color .vsb-readmore-btn {
    color: #ffffff;
    font-weight: 400;
    margin: 26px 0px 8px 9px;
    padding: 13px 20px;
}
.vsb-tab-color .vsb-content-post-title { margin: 0px 0px 29px;}
.vsb-tabs-thumb:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0px;
	background-color: #0069b4 ;
	width: 40px;
	height: 50%;
	transform: skewX(-5deg);
    /*border-bottom: 202px solid transparent;
    border-right: 52px solid;
    border-top: 439px solid transparent;*/
}
.vsb-tabs-thumb:before {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 1px;
	background-color: #0069b4 ;
	width: 40px;
	height: 50%;
	transform: skewX(5deg);
	z-index: 2;
    /*border-bottom: 202px solid transparent;
    border-right: 52px solid;
    border-top: 439px solid transparent;*/
}
/*vsb-department-counter*/
.vsb-department-counter {
    float: left;
    width: 100%;
}
.vsb-department-counter ul li {
    float: left;
    width: 25%;
    padding: 67px 35px 68px 0;
    position: relative;
    list-style: none;
    line-height: 1;
    background: -webkit-linear-gradient(left, rgba(31,72,89,1) 0%, rgba(8,54,75,1) 89%);
    background:    -moz-linear-gradient(left, rgba(31,72,89,1) 0%, rgba(8,54,75,1) 89%);
    background:     -ms-linear-gradient(left, rgba(31,72,89,1) 0%, rgba(8,54,75,1) 89%);
    background:      -o-linear-gradient(left, rgba(31,72,89,1) 0%, rgba(8,54,75,1) 89%);
    background:         linear-gradient(left, rgba(31,72,89,1) 0%, rgba(8,54,75,1) 89%);
}
.vsb-department-counter ul li i {
    font-size: 15.0rem;
    position: absolute;
    left: 0px;
    top: 19px;
    color: #ffffff;
    opacity: 0.10;
}
.vsb-department-counter ul li span {
    bottom: -42px;
    color: #ffffff;
    font-size: 8.0rem;
    font-weight: bold;
    left: -24px;
    position: absolute;
}
.vsb-department-counter ul li h6 {
    font-weight: 400;
    margin: 0px;
    float: right;
    color: #ffffff;
    background-color: #13455c;
    padding: 3px 35px 7px 85px;
    border-radius: 25px;
    position: relative;

}
/*Testimonial*/
.vsb-testimonial,.vsb-testimonial-wrap,.vsb-testimonial-wrap figure img,.vsb-testimonial-text {

    float: left;
    width: 100%;
}
.vsb-testimonial ul li {
    list-style: none;
    margin: 0px 0px 30px;
}
.vsb-testimonial-wrap {
    text-align: center;
    background-color: #f5f5f5;
    padding: 40px 33px 35px;
    position: relative;
}
.vsb-testimonial-wrap:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border-top: 80px solid;
    border-right: 80px solid transparent;
}
.vsb-testimonial-wrap i {
    font-size: 4.7rem;
    color: #ffffff;
    position: absolute;
    left: 14px;
    top: 9px;
    opacity: 0.3;
}
.vsb-testimonial-wrap figure {
    display: inline-block;
    width: 70px;
    margin: 0px 0px 6px;
}
.vsb-testimonial-wrap figure img { border-radius: 100%;}
.vsb-testimonial-text { line-height: 1;}
.vsb-testimonial-text h6 {
    margin: 0px 0px 1px;
    font-weight: bold;
    line-height: 1.2;
}
.vsb-testimonial-text span {
    font-size: 1.2rem;
    color: #888888;
    margin: 0px 0px 16px;
    display: inline-block;
}
.vsb-testimonial-text p {
    margin: 0px;
    font-style: italic;
    color: #555555;
    font-size: 1.5rem;
    line-height: 26px;
}

/*PARTNER*/
.vsb-partners,.vsb-partners ul li figure {
    float: left;
    width: 100%;
}
.vsb-partners { margin: 0px 0px 40px;}
.vsb-partners ul { margin: 0px -20px;}
.vsb-partners ul li {
    float: left;
    width: 20%;
    list-style: none;
    padding: 0px 20px;
}
.vsb-partners ul li figure {
    margin: 0px;
    background: url("../images/partner-layer.png");
    opacity: 0.5;
}
.vsb-partners ul li:hover figure { opacity: 1;}
.vsb-partners ul li figure span {
    position: absolute;
    left: 50%;
    top: -35px;
    opacity: 0;
    visibility: hidden;
    font-size: 1.4rem;
    color: #fff;
    padding: 2px 10px 2px 12px;
    border-bottom: 2px solid;
    letter-spacing: 1px;
    margin: 0px 0px 0px -56px;
    z-index: -1;
}
.vsb-partners ul li:hover figure span {
    opacity: 1;
    visibility: visible;
    top: -51px;
}
.vsb-partners ul li figure span:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid;
    margin: 0px 0px 0px -7px;
}

/*Footer*/
#vsb-footer {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
	background-color: #eee;
}
/* Footer One */
.vsb-footer-one {}
.vsb-footer-one:before {
    content: '';
    content: "";
    height: 100%;
    left: 184px;
    position: absolute;
    top: 0;
    width: 138px;
    z-index: 1;
}
.vsb-footer-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.95;
}
/* Footer Widget */
.vsb-footer-widget {
    float: left;
    width: 100%;
    padding: 81px 0px 2px 0px;
    position: relative;
    z-index: 1;
}
.vsb-footer-widget .widget{ 
	margin-bottom: 30px; 
}

/*widget_contact_info*/
.footer-logo {
    float: left;
    margin: 0px 0px 31px;
}
.widget_contact_info p {
    margin: 0px 0px 36px;
    color: #ffffff;
    float: left;
    width: 100%;
}
.widget_contact_info ul,.widget_contact_info ul li {
    float: left;
    width: 100%;
}
.widget_contact_info ul li {
    list-style: none;
    margin: 0px 0px 16px;
}
.widget_contact_info ul li h6 {
    float: left;
    margin: 0px;
    width: 32%;
}
.widget_contact_info ul li span,.widget_contact_info ul li a {
    float: left;
    color: #ffffff;
}
.widget_kdfb img{
	padding: 10px 10px;
}
/*vsb-footer-title*/
.vsb-footer-title {
    margin: 0px;
    color: #0069b4;
    font-size: 2.0rem;
    line-height: 0.7;
    position: relative;
    padding: 0px 0px 17px;
    margin: 0px 0px 15px;
    font-weight: bold;
	display: none;
}
.vsb-footer-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 1px;
}
.vsb-footer-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 40px;
    height: 1px;
}
/*widget_useful_link*/
.widget_useful_link ul {
    float: left;
    width: 100%;
}
.widget_useful_link ul li {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px 0px 0px;
}
.widget_useful_link ul li a {
    float: left;
    position: relative;
    color: #4f4f4f;
    color: #000;
    padding: 0px 0px 0px 16px;
	font-size: 1.6rem;
}
.widget_useful_link ul li:hover a { padding: 0px 0px 0px 25px;}
.widget_useful_link ul li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    height: 10px;
    width: 1px;
    background-color: #888;
}
.widget_useful_link ul li:hover a:before {
    left: 4px;
}
/*widget_newsletter*/
.widget_newsletter p {
    margin: 0px 0px 24px;
    color: #ffffff;
}
.widget_newsletter form,.widget_newsletter form ul li,.widget_newsletter form ul li input[type="text"],
.widget_newsletter form ul li input[type="email"] {
    float: left;
    width: 100%;
}
.widget_newsletter form ul li {
    list-style: none;
    margin: 0px 0px 20px;
}
.widget_newsletter form ul li input[type="text"],
.widget_newsletter form ul li input[type="email"] {
    background-color: rgba(255,255,255,0.10);
    font-size: 1.2rem;
    color: #c2c2c2;
    height: 35px;
    font-style: italic;
    padding-left: 15px;
}
.widget_newsletter form ul li label {
    float: left;
    margin: 10px 0px 0px;
    position: relative;
}
.widget_newsletter form ul li input[type="submit"] {
    border: none;
    background-color: transparent;
    padding: 3px 28px 4px;
    color: #ffffff;
    letter-spacing: 0.5px;
}
.widget_newsletter form ul li label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 128px;
    height: 1px;
    background-color: #ffffff;
}
.widget_newsletter form ul li label:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 42px;
    background-color: #ffffff;
}
.widget_newsletter form ul li label span {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.widget_newsletter form ul li label span:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 128px;
    height: 1px;
    background-color: #ffffff;
}
.widget_newsletter form ul li label span:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 42px;
    background-color: #ffffff;
}
/*Copyright*/
.vsb-copyright {
    float: left;
    width: 100%;
    position: relative;
    padding: 23px 0px 21px;

}
.vsb-copyright:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 1px;
    background-color: #9d9d9d;
    opacity: 0.2;
    margin: 0px 0px 0px -26px;
}
.vsb-copyright:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 1px;
    background-color: #9d9d9d;
    opacity: 0.2;
    margin: 0px -26px 0px 0px;
}
.vsb-back-top:before {
    content: '';
    position: absolute;
    left: 5px;
    height: 38px;
    width: 37px;
    background-color: #eee;
    bottom: -18px;
    opacity: 1;
    border-left: 1px solid #ddd;
}
.vsb-back-top i {
    position: relative;
}

.vsb-back-top:after {
    background-color: #9d9d9d;
    bottom: -6px;
    content: "";
    height: 38px;
    position: absolute;
    right: 12px;
    width: 1px;
    opacity: 0.4;
}
.vsb-back-top {
    color: #9d9d9d;
    left: 50%;
    margin: 0 0 0 -24px;
    position: absolute;
    text-align: center;
    top: -39px;
    width: 50px;
    z-index: 1;
    height: 17px;
}
.vsb-copyright p {
    margin: 0px;
    float: left;
    color: #ffffff;
}
.vsb-copyright p a { color: #ffffff;}

/*vsb-footer-social*/
.vsb-footer-social { float: right;}
.vsb-footer-social li {
    float: left;
    margin: 0px 0px 0px 15px;
    list-style: none;
}
.vsb-footer-social li a { color: #ffffff; font-size: 1.6rem;}

/* SubHeader */
.vsb-breadcrumb,.vsb-subheader {
    float: left;
    width: 100%;
}
.vsb-subheader-image {
    height: 247px;
    position: relative;
    text-align: center;
	background-position: center center;
}
.vsb-dark-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.66;
}
.vsb-subheader-image h1 {
    font-size: 3.4rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 2.3px;
}
.vsb-subheader-image span {
    color: #ffffff;
    letter-spacing: 1px;
}
.vsb-breadcrumb {
    padding: 15px 0px 17px;
    position: relative;
}
.vsb-breadcrumb:before {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid;
    position: absolute;
    left: 50%;
    top: -10px;
    margin: 0px 0px 0px -16px;
}
.vsb-breadcrumb a {
	border-bottom: 2px solid transparent;
	transition: all 0.5s ease;
}
.vsb-breadcrumb a:hover {
	border-bottom: 2px solid white;
}
.vsb-breadcrumb ul li {
    display: inline-block;
    list-style: none;
    position: relative;
    padding: 0px 13px 0px 0px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff;
}
.vsb-breadcrumb ul .active                   { font-style: italic;}
.vsb-breadcrumb ul li:first-child:before     { display: none; }
.vsb-breadcrumb ul li:before {
    content: "";
    background-color: #fff;
    width: 2px;
    height: 13px;
    position: absolute;
    left: -7px;
    bottom: 7px;
}
.vsb-breadcrumb ul li a                      { color: #ffffff;}
.vsb-breadcrumb i{
    border-radius: 100%;
    font-size: 2rem;
    padding: 2px;
}
.vsb-breadcrumb ul{
	margin-bottom: 0;
}

/* SubHeader */

/*About Us*/
.vsb-about-service,.vsb-about-service-list,.vsb-about-image,.vsb-about-image img {
    float: left;
    width: 100%;
}
.vsb-about-service h2 {
    margin: 0px 0px 31px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: 1.3px;
}
.vsb-about-service h6 {
    margin: 0px 0px 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
}
.vsb-about-service > p { margin: 0px 0px 30px;}
.vsb-about-service-list li {
    list-style: none;
    float: left;
    width: 50%;
    margin: 0px 0px 25px;
}
.vsb-about-service-list li h6 {
    padding: 0px 0px 0px 26px;
    margin: 0px 0px 13px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
}
.vsb-about-service-list li h6 i {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 1.5rem;
}
.vsb-about-service-list li p {
    margin: 0px;
    padding: 0px 38px 0px 0px;
    letter-spacing: 0.4px;
}
.vsb-about-image {
    margin: 0px;
    padding: 0px 0px 0px 30px;
}
.vsb-about-image:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 30px;
    width: 95%;
    height: 100%;
    border: 1px dashed;
    z-index: -1;
}
/*vsb-about-post*/
.vsb-about-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.vsb-about-post-text {
    float: left;
    width: 100%;
    text-align: center;
}
.vsb-about-post-text h2 {
    margin: 0px 0px 38px;
    font-size: 3.0rem;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 65%;
    letter-spacing: 1.6px;
    line-height: 40px;
}
.vsb-about-post-text .vsb-readmore-btn {
    line-height: 2;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 4px 21px 6px;
    font-weight: 400;
}
.vsb-about-post-text .vsb-readmore-btn:before,.vsb-about-post-text .vsb-readmore-btn:after,
.vsb-about-post-text .vsb-readmore-btn span:before,.vsb-about-post-text .vsb-readmore-btn span:after { background-color: #ffffff;}

/*Team Modern*/
.vsb-team-modern figure,.vsb-team-modern figure > a,.vsb-team-modern figure a img,.vsb-team-modern-text,.carelus-team-social {
    float: left;
    width: 100%;
}
.vsb-team-modern figure { margin: 0px; overflow: hidden;}
.vsb-team-modern figure:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 100%;
    z-index: 1;
}
.vsb-team-modern figure:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid;
    margin: 0px 0px 0px -10px;
}
.vsb-team-modern figure figcaption {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0%;
    opacity: 0;
    text-align: center;
    margin: 0px 0px -56px;
    z-index: 3;
}
.vsb-team-modern ul li:hover figure figcaption {
    opacity: 1;
    bottom: 50%;
}
.carelus-team-social { margin: 0px;}
.carelus-team-social li {
    list-style: none;
    display: inline-block;
    margin: 0px 9px 0px 0px;
}
.carelus-team-social li a {
    font-size: 1.8rem;
}
.vsb-team-modern figure > a {
    position: relative;
    overflow: hidden;
}
.vsb-team-modern figure > a:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 2;
}
.vsb-team-modern ul li:hover figure > a:before {
    height: 100%;
    opacity: 1;
}
.vsb-team-modern figure a span {
    position: absolute;
    left: 50%;
    top: 0%;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 12px 0px 0px;
    margin: -53px 0px 0px -24px;
    opacity: 0;
    z-index: 3;
}
.vsb-team-modern ul li:hover figure a span {
    opacity: 1;
    top: 50%;
}
.vsb-team-modern figure a span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 1px;
}
.vsb-team-modern figure a span:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 55px;
}
.vsb-team-modern figure a span small {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.vsb-team-modern figure a span small:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 55px;
    height: 1px;
}
.vsb-team-modern figure a span small:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 55px;
}
.vsb-team-modern-text {
    background-color: #f5f5f5;
    text-align: center;
    line-height: 1;
    position: relative;
    padding: 13px 0px 19px;
    position: relative;
    z-index: 1;
}
.vsb-team-modern-text:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -2px;
    background-color: #f5f5f5;
    width: 50%;
    height: 5px;
}
.vsb-team-modern-text:after {
    content: '';
    position: absolute;
    right: 0px;
    top: -2px;
    background-color: #f5f5f5;
    width: 51%;
    height: 5px;
}
.vsb-team-modern-text h5 {
    margin: 0px;
    font-weight: bold;
}
.vsb-team-modern-text span {
    color: #868686;
    font-size: 1.2rem;
    letter-spacing: 0.8px;
}
/*Blog Detail*/
.vsb-blog-thumb,.vsb-blog-thumb img,.vsb-thumb-heading,.vsb-rich-editor,.vsb-post-tags {
    float: left;
    width: 100%;
}
.vsb-blog-thumb { margin: 0px;}
.vsb-thumb-heading {
    padding: 25px 30px;
    margin: 0px 0px 32px;
}
.vsb-thumb-heading h2 {
    float: left;
    margin: 0px;
    color: #ffffff;
    font-size: 2.0rem;
    font-weight: bold;
}
.vsb-blog-option {

}
ul.vsb-blog-option li {
    list-style: none;
    margin: 0px 15px 0px 0px;
    font-size: 1.6rem;
    color: #555;
	display: inline-block;
}
ul.vsb-blog-option li:last-child { margin-right: 0px;}
ul.vsb-blog-option li i {
    margin: 0px 8px 0px 0px;
}
.vsb-rich-editor p {
    margin: 0px 0px 26px;
    letter-spacing: 0.9px;
}
blockquote {
    float: left;
    width: 100%;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.6rem;
    font-style: italic;
    padding: 37px 30px 28px;
    letter-spacing: 1.3px;
    line-height: 26px;
    margin: 28px 0px 32px;
    position: relative;
}
blockquote i {
    position: absolute;
    left: 23px;
    top: -20px;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 13px 0px 0px 0px;
    color: #ffffff;
    border-radius: 100%;
}
/*Post Tags*/
.vsb-post-tags {
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 14px 0px 16px 0;
    margin: 8px 0 40px;
}
.vsb-tags,.vsb-tags span,.vsb-tags a                             { float: left;}
.vsb-tags span {
    font-weight: 600;
    font-size: 1.7rem;
    margin: 0px 19px 0px 0px;
}
.vsb-tags span i {
    float: left;
    font-size: 1.6rem;
    margin: 6px 10px 0px 0px;
}
.vsb-blog-social,.vsb-blog-social ul                     { float: right;}
.vsb-tags a {
    margin-left: 4px;
    padding: 3px 0 0;
    margin: 0px 11px 0px 0px;
    color: #888888;
}
.vsb-blog-social span {
    font-weight: 600;
    font-size: 1.7rem;
}
.vsb-blog-social span i {
    font-size: 1.6rem;
    margin: 6px 14px 0px 0px;
    float: left;
}
.vsb-blog-social ul li {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 15px;
}
.vsb-blog-social ul li a {
    float: left;
    color: #888888;
    margin: 5px 0px 0px;
    font-size: 1.6rem;
}
/*next-prev-post*/
.vsb-prenxt-post {
    float: left;
    width: 100%;
    margin: 0px 0px 48px;
}
.vsb-prenxt-post ul { margin: 0px -15px;}
.vsb-prenxt-post ul li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 0px 15px;
}
.vsb-prev-post,.vsb-next-post {
    float: left;
    width: 100%;
    padding: 17px 20px 17px 0px;
    position: relative;
}
.vsb-next-post { padding: 17px 0px 17px 20px;}
.vsb-prev-post:before,.vsb-next-post:before {
    background-color: #ececec;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}
.vsb-prenxt-post ul li:hover .vsb-prev-post:before,
.vsb-prenxt-post ul li:hover .vsb-next-post:before {
    width: 103%;
}
.vsb-prev-post:after,.vsb-next-post:after {
    background-color: #ececec;
    top: 0px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px;
}
.vsb-prenxt-post ul li:hover .vsb-prev-post:after,
.vsb-prenxt-post ul li:hover .vsb-next-post:after {
    height: 112%;
}
.vsb-prev-post span,.vsb-next-post span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.vsb-prev-post span:before,.vsb-next-post span:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #ececec;
}
.vsb-prenxt-post ul li:hover .vsb-prev-post span:before,
.vsb-prenxt-post ul li:hover .vsb-next-post span:before {
    width: 103%;
}
.vsb-prev-post span:after,.vsb-next-post span:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 100%;
    background-color: #ececec;
}
.vsb-prenxt-post ul li:hover .vsb-prev-post span:after,
.vsb-prenxt-post ul li:hover .vsb-next-post span:after {
    height: 112%;
}
.vsb-prev-post h3,.vsb-next-post h3 {
    float: left;
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0px 0px 4px;
    font-weight: bold;
}
.vsb-prev-post h3 { float: right; text-align: right;}
.vsb-post-arrow {
    float: right;
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.5;
    font-style: italic;
}
.vsb-post-arrow i { margin: 0px 6px 0px 0px;}
.vsb-next-post > .vsb-post-arrow { float: left; }
.vsb-next-post > .vsb-post-arrow i { margin: 0px 0px 0px 6px;}
/*section heading*/
.vsb-section-heading,.vsb-related-blog,.vsb-related-blog-text p {
    float: left;
    width: 100%;
}
.vsb-section-heading { margin: 0px 0px 30px;}
.vsb-section-heading h2 {
    margin: 0px;
    font-weight: bold;
    font-size: 2.0rem;
    position: relative;
    line-height: 1;
    padding: 0px 0px 15px;
}
.vsb-section-heading h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 1px;
}
.vsb-section-heading h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 40px;
    height: 1px;
}
/*Related Blog*/
.vsb-related-blog { margin: 0px 0px 18px;}
.vsb-related-blog > ul > li {
    list-style: none;
    margin: 0px 0px 30px;
}
.vsb-related-blog .vsb-related-img {
    width: 90%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-top: 25px;
}
.vsb-related-item{
    margin-bottom: 25px;
    margin-top: 25px;
	height: 100%;
}
.vsb-related-blog-text {
    float: right;
    width: 90%;
    background-color: #f5f5f5;
    padding: 35px 12px 29px 30px;
    margin: -35px 0 35px 0px;
    position: relative;
    height: calc(100% - 225px);
}
.vsb-related-blog span {
    font-size: 1.0rem;
    position: absolute;
    top: -13px;
    /* right: 0px; */
    left: -1px;
}
.vsb-tabs-thumb p {
    font-size: 1.0rem;

    z-index: 200;
    position: absolute;
    bottom: 0px;
    left: 20px;
    padding: 0px;
    line-height: 10px;
    background-color: white;
    box-shadow: 0px 0px 12px 4px white;
}
.vsb-related-blog-text:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background-color: #e9e9e9;
}
.vsb-related-blog-text:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 40px solid #e9e9e9;
    border-left: 40px solid transparent;
}
.vsb-related-blog-text > a {
    position: absolute;
    color: #999999;
    bottom: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0px 0px 0px;
    z-index: 1;
}
.vsb-related-blog > div > div:hover .vsb-related-blog-text > a { color: #ffffff;}
.vsb-related-blog-text h5 {
    margin: 0px 0px 1px;
    font-weight: bold;
    line-height: 24px;
}
.vsb-related-blog-text .vsb-blog-option {
    float: left;
    margin: 0px 0px 9px;
}
.vsb-blog-option li a,.vsb-related-blog-text .vsb-blog-option li { color: #888888;}
.vsb-related-blog-text .vsb-blog-option li:last-child { margin: 0px;}
.vsb-related-blog-text .vsb-blog-option li { margin: 0 16px 0 0;}
.vsb-related-blog-text p { margin: 0px;}

.vsb-blog-modern-text-alt:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 5px;
	transition: all 0.5s ease;
}
.vsb-blog-modern-text-alt:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 40px solid;
    border-left: 40px solid transparent;
	transition: all 0.5s ease;
}

.vsb-blog-item > i.fa-angle-double-right {
    position: absolute;
    color: #eee;
    bottom: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0px 0px 0px;
    z-index: 1;
}
.vsb-blog-modern > div > div > div:hover .vsb-blog-item> i.fa-angle-double-right {
color: #ffffff;

}
.vsb-related-blog-text h5 {
    margin: 0px 0px 1px;
    font-weight: bold;
    line-height: 24px;
}
.vsb-related-blog-text .vsb-blog-option {
    float: left;
    margin: 0px 0px 9px;
}
.vsb-blog-option li a,.vsb-related-blog-text .vsb-blog-option li { color: #888888;}
.vsb-related-blog-text .vsb-blog-option li:last-child { margin: 0px;}
.vsb-related-blog-text .vsb-blog-option li { margin: 0 16px 0 0;}
.vsb-related-blog-text p { margin: 0px;}

/*comment area*/
.comments-area,.comment-list,.comment-list li,.comment-list li figure a img,.comment-list > ul > li,.comment-list .thumblist,
.comment-list li img,.thumb-list {
    float: left;
    width: 100%;
}
.comment-list .children {
    padding-left: 110px;
    margin: 0px;
}
.comment-list > ul > li {
    margin: 0px 0px 0px 0px;
    list-style: none;
}
.comment-list .thumblist > ul                      {margin: 0px;}
.comment-list li                                   {list-style: none;}
.comment-list li figure {
    float: left;
    margin: 0px;
    width: 80px;
}
.comment-list li figure img { border-radius: 100%;}
.thumb-list {
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
}
.comment-list figure ~ .text-holder {
    margin-left: 83px;
    position: relative;
    padding: 8px 0px 16px 28px;
    line-height: 1;
}
.text-holder p {
    margin-bottom: 8px;
    display: inline-block;
    letter-spacing: 0.8px;
}
.text-holder h6 {
    font-weight: bold;
    line-height: 1;
    margin: 0px 0px 5px;
}
.text-holder .post-date {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    color: #999999;
    margin: 0px 0px 11px;
}
.comment-reply-link {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 1.3rem;
    color: #999999;
}
.comment-reply-link i {
    font-size: 1.2rem;
    float: right;
    margin: 2px 0px 0px 6px;
}
/* form*/
.comment-respond,.vsb-full-form textarea {
    float: left;
    width: 100%;
}
.comment-respond { margin: 0px 0px 10px;}
.comment-respond form { margin: 0px -15px;}
.comment-respond form p {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0 15px 0;
    width: 50%;
}
.comment-respond > form > p > i {
    position: absolute;
    right: 31px;
    bottom: 18px;
    font-size: 1.2rem;
    color: #999999;
}
.comment-respond form > .vsb-full-form > i {
    bottom: auto;
    top: 14px;
}
.comment-respond form p input[type="text"],
.comment-respond form p input[type="email"] {
    background-color: transparent;
    border: 1px solid #ececec;
    color: #999999;
    font-size: 1.2rem;
    float: left;
    height: 45px;
    margin: 0;
    padding-left: 15px;
    width: 100%;
    font-style: italic;
}
.comment-respond form > .vsb-full-form {
    float: right;
    width: 100%;
}
.vsb-full-form textarea {
    height: 205px;
    color: #424242;
    font-size: 1.2rem;
    padding-left: 15px;
    padding-top: 8px;
    background-color: transparent;
    border: 1px solid #ececec;
    font-style: italic;
}
.comment-respond form p input[type="submit"] {
    border: 1px solid;
    color: #ffffff;
    padding: 4px 17px 5px;
}
.comment-respond form p input[type="submit"]:hover {
    background-color: #ffffff;
}
.comment-respond form p label {
    margin: 0px;
    float: left;
    position: relative;
}
.comment-respond form p label:before {
    content: '';
    position: absolute;
    left: -5px;
    bottom: 0px;
    height: 1px;
    width: 5px;
}
.comment-respond form p label:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    height: 5px;
    width: 1px;
}
.comment-respond form p label span {
    position: absolute;
    right: 0px;
    top: 0px;
}
.comment-respond form p label span:before {
    content: '';
    position: absolute;
    right: -5px;
    top: 0px;
    height: 1px;
    width: 5px;
}
.comment-respond form p label span:after {
    content: '';
    position: absolute;
    right: 0px;
    top: -5px;
    height: 5px;
    width: 1px;
}
.comment-list li .children > li .thumb-list { margin-bottom: 30px;}
.comment-list { margin: 0px 0px 17px;}

/*SideBar*/
/* Widget Search Form */
.vsb-main-content .widget { margin: 0px 0px 50px;}
.widget.widget_department { margin: 0px 0px 34px;}
.widget.widget_cetagories { margin: 0px 0px 42px;}
.widget.widget-gallery { margin: 0px 0px 40px;}
.widget_search,.widget_search form input[type="text"],.widget_search form {
    float: left;
    width: 100%;
}
.widget_search form { position: relative;}
.widget_search form input[type="text"] {
    height: 40px;
    color: #999999;
    font-style: italic;
    font-size: 1.2rem;
    padding: 3px 20px 3px 15px;
    background-color: transparent;
    border: 1px solid #ececec;
    position: relative;
}
.widget_search form label { margin: 0px;}
.widget_search form label:before {
    position: absolute;
    content: "\f002";
    font-family: FontAwesome;
    right: 16px;
    font-size: 1.2rem;
    color: #999999;
    z-index: 1;
    bottom: 11px;
    cursor: pointer;
}
.widget_search form input[type="submit"] {
    position: absolute;
    width: 50px;
    border: none;
    right: 0px;
    bottom: 0px;
    height: 50px;
    background-color: transparent;
}
/* Widget Search Form */
/*Widget-heading*/
.vsb-widget-heading {
    float: left;
    width: 100%;
    margin: 0px 0px 30px;
}
.vsb-widget-heading h2 {
    margin: 0px;
    padding: 0px 0px 15px;
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 0.9;
}
.vsb-widget-heading h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 1px;
}
.vsb-widget-heading h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 40px;
    height: 1px;
}
/* Widget Cetagories */
.widget_department{
    float: left;
    width: 100%;
}
.widget_department ul { margin: 0px 0px 0px -15px;}
.widget_department ul li {
    list-style: none;
    float: left;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 15px;
    width: 33.333%;
}
.widget_department ul li a {
    display: inline-block;
    width: 100%;
    height: 77px;
    text-align: center;
    color: #ffffff;
    font-size: 4.0rem;
    padding: 19px 0px 0px;
}
.widget_department ul li a i {
    display: inline-block;
}

/* Widget Cetagories */

/*Widget Archive*/
.widget_cetagories,.widget_cetagories ul li,.widget_cetagories ul li a {
    float: left;
    width: 100%;
}
.widget_cetagories ul li {
    list-style: none;
    margin: 0px 0px 8px;
    border-bottom: 1px solid #ececec;
    padding: 3px 0px 11px;
}
.widget_cetagories ul li:last-child {
    margin: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.widget_cetagories ul li a {
    float: left;
    padding: 0px 0px 0px 16px;
    position: relative;
    overflow: hidden;
}
.widget_cetagories ul li:hover a {
    padding: 0px 0px 0px 27px;
}
.widget_cetagories ul li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 1px;
    height: 12px;
}
.widget_cetagories ul li:hover a:before {
    left: 5px;
}
.widget_cetagories ul li a span {float: right;}

/*Widget Archive*/
.widget_populer_posts,.widget_populer_posts ul li {
    float: left;
    width: 100%;
}
.widget_populer_posts ul li {
    list-style: none;
    margin: 0px 0px 30px;
}
.widget_populer_posts figure {
    float: left;
    width: 70px;
    margin: 0px;
}
.widget_populer_posts figure ~ section {
    margin: 0px 0 0 70px;
    padding: 0 0px 0 20px;
    line-height: 1;
}
.widget_populer_posts section h6 {
    margin: 0px 0px 8px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 19px;
}
.widget_populer_posts section time {
    color: #999999;
    padding: 0px;
    font-size: 1.2rem;
    background-color: transparent;
}
.widget_populer_posts section time i {
    font-size: 1.0rem;
    float: left;
    margin: 3px 10px 0px 0px;
}
.widget_populer_posts ul li:last-child { margin: 0px;}
/* popular post*/

/*Gallery*/
.widget-gallery,.widget-gallery a,.widget-gallery a img {
    float: left;
    width: 100%;
}
.widget-gallery ul { margin: 0px -5px;}
.widget-gallery ul li {
    float: left;
    width: 33.3333%;
    margin: 0px 0px 10px;
    padding: 0px 5px;
    list-style: none;
}
.widget-gallery a {
    position: relative;
    overflow: hidden;
}
.widget-gallery a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.widget-gallery ul li:hover a:before { opacity: 0.9;}
.widget-gallery a i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.6rem;
    color: #ffffff;
    opacity: 0;
    margin: -7px 0px 0px -4px;
}
.widget-gallery ul li:hover a i { opacity: 1; }

/*Blog Grid*/
.vsb-blog-grid figure a,.vsb-blog-grid figure a img,.vsb-blog-grid-text {
    float: left;
    width: 100%;
}
.vsb-blog-grid figure { margin: 0px;}
.vsb-blog-grid figure > time {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 65px;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    padding: 12px 10px 0px;
    opacity: 1;
}
.vsb-blog-grid ul li:hover figure > time { opacity: 0;}
.vsb-blog-grid figure a {
    position: relative;
    overflow: hidden;
}
.vsb-blog-grid figure a:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    opacity: 0;
}
.vsb-blog-grid ul li:hover figure a:before { opacity: 1; height: 100%;}
.vsb-blog-grid figure a span {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.8rem;
    width: 55px;
    height: 55px;
    text-align: center;
    padding: 13px 0px 0px;
    margin: -27px 0px 0px -27px;
    opacity: 0;
}
.vsb-blog-grid ul li:hover figure a span { opacity: 1;}
.vsb-blog-grid figure a span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 1px;
}
.vsb-blog-grid ul li:hover figure a span:before { width: 64px;}
.vsb-blog-grid figure a span:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 0px;
}
.vsb-blog-grid ul li:hover figure a span:after { height: 63px;}
.vsb-blog-grid figure a span small {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.vsb-blog-grid figure a span small:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
}
.vsb-blog-grid ul li:hover figure a span small:before { width: 64px;}
.vsb-blog-grid figure a span small:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 0px;
}
.vsb-blog-grid ul li:hover figure a span small:after { height: 63px;}
.vsb-blog-grid-text {
    position: relative;
    background-color: #f5f5f5;
    border-bottom: 5px solid #eeeeee;
    padding: 28px 16px 30px 30px;
    position: relative;
}
.vsb-blog-grid-text:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 30px solid #eeeeee;
    border-left: 30px solid transparent;
}
.vsb-blog-grid-text h5 {
    margin: 0px 0px 0px;
    font-weight: bold;
    line-height: 18px;
}
.vsb-blog-grid-text p {
    margin: 0px 0px 23px;
    color: #686868;
    float: left;
}
.vsb-blog ul li:hover .vsb-blog-grid-text .vsb-readmore-btn:before,
.vsb-blog ul li:hover .vsb-blog-grid-text .vsb-readmore-btn span:before { width: 106%;}
.vsb-blog ul li:hover .vsb-blog-grid-text .vsb-readmore-btn:after,
.vsb-blog ul li:hover .vsb-blog-grid-text .vsb-readmore-btn span:after { height: 119%;}
.vsb-blog ul li:hover .vsb-blog-grid-text .vsb-readmore-btn { background-color: transparent;}
.vsb-blog-grid-option {
    float: left;
    width: 100%;
    margin: 0px 0px 8px;
}
.vsb-blog-grid-option li {
    float: left;
    list-style: none;
    margin: 0px 3px 0px 0px; 
}
.vsb-blog-grid-option li a {
    font-size: 1.2rem;
    color: #868686;
}
/*pagination*/
.vsb-pagination,.vsb-pagination > ul {
    float: left;
    width: 100%;
}
.vsb-pagination {
    margin: 50px 0 36px;
    text-align: center;
}
.vsb-pagination > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0 11px 0 0;
}
.vsb-pagination > ul > li > .next     { padding: 7px 10px 4px 11px;}
.vsb-pagination > ul > li > .previous,
.vsb-pagination > ul > li > .next {
    line-height: 1.4;
    position: relative;
}
.vsb-pagination > ul > li > .previous > span,.vsb-pagination > ul > li > .next > span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 80%;
}
.vsb-pagination > ul > li > .previous span:before,.vsb-pagination > ul > li > .next span:before {
    content: '';
    position: absolute;
    left: -5px;
    bottom: -1px;
    width: 5px;
    height: 1px;
    background-color: #ececec;
}
.vsb-pagination > ul > li > .previous span:after,.vsb-pagination > ul > li > .next span:after {
    content: '';
    position: absolute;
    left: -1px;
    bottom: -5px;
    width: 1px;
    height: 5px;
    background-color: #ececec;
}
.vsb-pagination > ul > li:hover > .previous,
.vsb-pagination > ul > li:hover > .next { color: #ffffff;}
.vsb-pagination > ul > li > .previous { padding: 7px 9px 4px 10px;}
.vsb-pagination > ul > li > .previous:before,.vsb-pagination > ul > li > .next:before {
    content: '';
    position: absolute;
    right: -5px;
    top: -1px;
    width: 5px;
    height: 1px;
    background-color: #ececec;
}
.vsb-pagination > ul > li > .previous:after,.vsb-pagination > ul > li > .next:after {
    content: '';
    position: absolute;
    right: -1px;
    top: -5px;
    width: 1px;
    height: 5px;
    background-color: #ececec;
}
.vsb-pagination > ul > li > a,.vsb-pagination > ul > li > span {
    border: 1px solid #ececec;
    color: #888888;
    font-size: 1.6rem;
    float: left;
    height: 40px;
    line-height: 1.6;
    padding: 7px 11px;
    width: 40px;
}
/*pagination*/

/*Blog Large*/
.vsb-blog-large figure,.vsb-blog-large figure a,.vsb-blog-large a img,.vsb-blog-large-text {
    float: left;
    width: 100%;
}
.vsb-blog-large figure { margin: 0px;}
.vsb-blog-large figure a {
    position: relative;
    overflow: hidden;
}
.vsb-blog-large figure a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.vsb-blog-large ul li:hover figure a:before { opacity: 1;}
.vsb-blog-large figure a span {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.6rem;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 11px 0px 0px;
    margin: -24px 0px 0px -27px;
    opacity: 0;
}
.vsb-blog-large ul li:hover figure a span { opacity: 1;}
.vsb-blog-large figure a span:before {
    content: '';
    position: absolute;
    left: -100px;
    top: 0px;
    width: 0px;
    height: 1px;
}
.vsb-blog-large ul li:hover figure a span:before { left: 0px; width: 57px;}
.vsb-blog-large figure a span:after {
    content: '';
    position: absolute;
    left: -100px;
    top: 0px;
    width: 1px;
    height: 0px;
}
.vsb-blog-large ul li:hover figure a span:after { left: 0px; height: 57px;}
.vsb-blog-large figure a span small {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.vsb-blog-large figure a span small:before {
    content: '';
    position: absolute;
    right: -100px;
    bottom: 0px;
    width: 0px;
    height: 1px;
}
.vsb-blog-large ul li:hover figure a span small:before { right: 0px; width: 57px;}
.vsb-blog-large figure a span small:after {
    content: '';
    position: absolute;
    right: -100px;
    bottom: 0px;
    width: 1px;
    height: 0px;
}
.vsb-blog-large ul li:hover figure a span small:after { right: 0px; height: 57px;}
.vsb-blog-large .vsb-thumb-heading { background-color: #f5f5f5; margin: 0px 0px 22px;}
.vsb-blog-large .vsb-blog-option li a i,.vsb-blog-large .vsb-blog-option li a {
    color: #868686;
}
.vsb-blog-large-text p {
    margin: 0px 0pc 29px;
    letter-spacing: 0.9px;
}
.vsb-blog-large .vsb-readmore-btn {
    letter-spacing: 1.1px;
    font-size: 1.4rem;
    padding: 3px 21px 4px;
    margin: 0px 0px 6px;
}
.vsb-blog ul li:hover .vsb-blog-large-text .vsb-readmore-btn:before,
.vsb-blog ul li:hover .vsb-blog-large-text .vsb-readmore-btn span:before { width: 106%;}
.vsb-blog ul li:hover .vsb-blog-large-text .vsb-readmore-btn:after,
.vsb-blog ul li:hover .vsb-blog-large-text .vsb-readmore-btn span:after { height: 119%;}
/*Blog Large*/

/*Blog Medium*/
.vsb-blog-medium figure a,.vsb-blog-medium figure a img {
    float: left;
    width: 100%;
}
.vsb-blog-medium figure > a {
    position: relative;
    overflow: hidden;
}
.vsb-blog-medium figure a:before {
    content: '';
    position: absolute;
    right: 2px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    border-right: 5px solid;
}
.vsb-blog-medium figure a:after {
    border-right: 1px solid;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    height: 100%;
    z-index: 2;
}
.vsb-blog-medium ul li:hover figure a:before,.vsb-blog-medium ul li:hover figure a:after { opacity: 1;}
.vsb-blog-medium figure {
    float: left;
    width: 243px;
    margin: 0px;
}
.vsb-blog-medium figure:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    border-top: 207px solid transparent;
    border-right: 25px solid #f5f5f5;
    border-bottom: 82px solid transparent;
}
.vsb-blog-medium figure:after {
    background-color: #dddddd;
    content: "";
    height: 30%;
    position: absolute;
    right: 11px;
    bottom: -2px;
    width: 5px;
    z-index: 1;
}
.vsb-blog-medium figure ~ .vsb-blog-medium-text { margin: 0px 0px 0px 243px;}
.vsb-blog-medium-text {
    background-color: #f5f5f5;
    padding: 31px 17px 38px 30px;
    position: relative;
}
.vsb-blog-medium-text:before {
    background-color: #dddddd;
    content: "";
    height: 72%;
    position: absolute;
    left: -16px;
    top: -1px;
    width: 5px;
    z-index: 1;
}
.vsb-blog-medium-text > span {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}
.vsb-blog-medium ul li:hover .vsb-blog-medium-text > span { opacity: 0;}
.vsb-blog-medium-text > span:before {
    background-color: #dddddd;
    content: "";
    height: 72%;
    position: absolute;
    right: 8px;
    top: -1px;
    width: 1px;
    z-index: 1;
}
.vsb-blog-medium-text > span:after {
    background-color: #dddddd;
    content: "";
    height: 30%;
    position: absolute;
    right: 8px;
    bottom: -1px;
    width: 1px;
    z-index: 1;
}
.vsb-blog-medium-text h5 {
    margin: 0px;
    font-weight: bold;
    line-height: 1.3;
}
.vsb-blog-medium-text p {
    margin: 0px 0px 29px;
}
.vsb-blog ul li:hover .vsb-blog-medium-text .vsb-readmore-btn:before,
.vsb-blog ul li:hover .vsb-blog-medium-text .vsb-readmore-btn span:before { width: 106%;}
.vsb-blog ul li:hover .vsb-blog-medium-text .vsb-readmore-btn:after,
.vsb-blog ul li:hover .vsb-blog-medium-text .vsb-readmore-btn span:after { height: 119%;}
.vsb-blog ul li:hover .vsb-blog-medium-text .vsb-readmore-btn { background-color: transparent;}
.vsb-blog-medium figure a span {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.4rem;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 11px 0px 0px;
    margin: -25px 0px 0px -24px;
    opacity: 0;
    z-index: 3;
}
.vsb-blog-medium figure a span i {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.7s ease-in-out;
       -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
         -o-transition: all 0.7s ease-in-out;
            transition: all 0.7s ease-in-out;
}
.vsb-blog-medium ul li:hover figure a span i {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.vsb-blog-medium ul li:hover figure a span { opacity: 1;}
.vsb-blog-medium figure a span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 1px;
}
.vsb-blog-medium ul li:hover figure a span:before { width: 55px;}
.vsb-blog-medium figure a span:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 0px;
}
.vsb-blog-medium ul li:hover figure a span:after { height: 55px;}
.vsb-blog-medium figure a span small {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.vsb-blog-medium figure a span small:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
}
.vsb-blog-medium ul li:hover figure a span small:before { width: 55px;}
.vsb-blog-medium figure a span small:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 0px;
}
.vsb-blog-medium ul li:hover figure a span small:after { height: 55px;}
/*Team Detail*/
.vsb-team-detail-post {
    float: left;
    width: 100%;
    margin: 0px 0px 39px;
}
.vsb-team-detail-post figure{
    float: left;
    width: 360px;
    margin: 0px;
}
.vsb-team-post-text {
    float: right;
    width: 60%;
    background-color: #f5f5f5;
    padding: 27px 0px 16px 30px;
    border-bottom: 8px solid #ebebeb;
    position: relative;
    margin: 30px 0px 0px -21px;
}
.vsb-team-post-text:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 33px solid #ebebeb;
    border-left: 33px solid transparent;
}
.vsb-team-post-text h5 {
    margin: 0px;
    font-weight: bold;
    line-height: 1.2;
}
.vsb-team-post-text > span {
    font-size: 1.2rem;
    color: #666666;
    display: inline-block;
    margin: 0px 0px 18px;
}
.vsb-team-post-text p {
    margin: 0px 0px 16px;
    letter-spacing: 0.9px;
}
.vsb-team-post-text > ul {
    float: left;
    margin: 0px 0px 17px;
    width: 100%;
}
.vsb-team-post-text > ul > li {
    float: left;
    width: 100%;
    list-style: none;
    font-size: 1.5rem;
    line-height: 1.8;
}
.vsb-team-post-text > ul > li span,.vsb-team-post-text > ul > li a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #686868;
}
.vsb-team-post-text > .vsb-footer-social { margin: 0px;}
.vsb-team-post-text > .vsb-footer-social li {
    width: auto;
    margin: 0px 6px 0px 0px;
}
.vsb-team-post-text > .vsb-footer-social li a {
    font-size: 1.8rem;
    color: #888888;
}

/*About Education*/
.vsb-about-education,.vsb-about-education li {
    float: left;
    width: 100%;
    position: relative;
}
.vsb-about-education { margin: 0px 0px 19px;}
.vsb-about-education:before {
    content: '';
    position: absolute;
    background: url(../images/about-education-shape.png);
    left: 6px;
    top: 0px;
    width: 3px;
    height: 74%;
}
.vsb-about-education li {
    list-style: none;
    margin: 0px 0px 23px;
    padding: 0px 0px 0px 35px;
}
.vsb-about-education li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}
.vsb-about-education li:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    border: 3px solid #ffffff;
    border-radius: 100%;
    width: 13px;
    height: 13px;
}
.vsb-about-education li h6 {
    margin: 0px 0px 11px;
    font-weight: bold;
    line-height: 1;
}
.vsb-about-education li p {
    margin: 0px;
    letter-spacing: 0.8px;
}

/*Skill List*/
.vsb-skills-achievements,.vsb-achievements-img {
    float: left;
    width: 100%;
}
.vsb-skills-achievements { margin: 0px 0px 41px;}
.vsb-achievements-img { margin: 5px 0px 0px;}
.vsb-skills-achievements p {
    margin: 0px 0px 19px;
}
.vsb-skills-achievements .skillst h6 {
    float: left;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0px 0px 6px;
}
.vsb-skills-achievements .skillst > span {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
}
.skillst {
    float: left;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}
.bar-container {
    width: 100%;
    float: left;
    position:relative;
}
.bar-container .bar {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.bar-container .bar:before {
    content: '';
    position: absolute;
    right: -1px;
    top: -2px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border: 2px solid;
    border-radius: 100%;
}
.bar-container .bar small {
    display: none;
}
/*Related Team*/
.vsb-related-team figure,.vsb-related-team-text,.vsb-related-team figure a,.vsb-related-team figure a img {
    float: left;
    width: 100%;
}
.vsb-team.vsb-related-team > ul > li { margin: 0px 0px 50px;}
.vsb-related-team figure { margin: 0px;}
.vsb-related-team-text {
    background-color: #f5f5f5;
    position: relative;
    text-align: center;
    padding: 11px 0px 16px;
    line-height: 1;
}
.vsb-related-team-text:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -5px;
    width: 50%;
    height: 12px;
    background-color: #f5f5f5;
}
.vsb-related-team-text:after {
    content: '';
    position: absolute;
    right: 0px;
    top: -5px;
    width: 51%;
    height: 12px;
    background-color: #f5f5f5;
}
.vsb-related-team-text h6 {
    margin: 0px 0px 2px;
    font-size: 1.7rem;
    font-weight: bold;
}
.vsb-related-team-text span {
    font-weight: bold;
    color: #868686;
    font-size: 1.2rem;
    letter-spacing: 0.9px;
}
.vsb-related-team figure a {
    position: relative;
    overflow: hidden;
}
.vsb-related-team figure a:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 1;
}
.vsb-related-team ul li:hover figure a:before { opacity: 1; height: 50%;}
.vsb-related-team figure a:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    opacity: 0;
}
.vsb-related-team ul li:hover figure a:after { opacity: 1; height: 50%;}
.vsb-related-team figure a span {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.6rem;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 11px 0px 0px;
    margin: -25px 0px 0px -25px;
    opacity: 0;
    z-index: 1;
}
.vsb-related-team ul li:hover figure a span { opacity: 1;}
.vsb-related-team figure a span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -100px;
    width: 58px;
    height: 1px;
}
.vsb-related-team ul li:hover figure a span:before { top: 0; }
.vsb-related-team figure a span:after {
    content: '';
    position: absolute;
    left: 0px;
    top: -100px;
    width: 1px;
    height: 58px;
}
.vsb-related-team ul li:hover figure a span:after { top: 0; }
.vsb-related-team figure a span small {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.vsb-related-team figure a span small:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -100px;
    width: 58px;
    height: 1px;
}
.vsb-related-team ul li:hover figure a span small:before { bottom: 0px; }
.vsb-related-team figure a span small:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -100px;
    width: 1px;
    height: 58px;
}
.vsb-related-team ul li:hover figure a span small:after { bottom: 0px; }

/*Team Grid*/
.vsb-team-filterable {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 20px 0px 10px;
}
.vsb-team-filterable ul li {
    display: inline-block;
    list-style: none;
    margin: 0px 19px 10px;
}
.vsb-team-filterable ul li a {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 1px 16px 0px;
    letter-spacing: 1px;
}
.vsb-team-filterable ul li a.is-checked {
    color: #ffffff;
}
.vsb-team-filterable ul li a.is-checked:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid;
    margin: 0px 0px 0px -5px;
}
/*Team List*/
.vsb-team-list figure a,.vsb-team-list figure a img {
    float: left;
    width: 100%;
}
.vsb-team-list figure a {
    position: relative;
    overflow: hidden;
}
.vsb-team-list figure a:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    z-index: 1;
    border-right: 8px solid;
    opacity: 0;
}
.vsb-team-list ul li:hover figure a:before {
    opacity: 1;
    width: 100%;
}
.vsb-team-list figure {
    float: left;
    width: 293px;
    margin: 0px;
    overflow: hidden;
}
.vsb-team-list figure:before {
    content: '';
    position: absolute;
    right: -12px;
    top: -2px;
    height: 53%;
    width: 23px;
    z-index: 1;
    background-color: #f5f5f5;
}
.vsb-team-list figure:after {
    content: '';
    position: absolute;
    right: -12px;
    bottom: -3px;
    height: 53%;
    width: 23px;
    background-color: #f5f5f5;
}
.vsb-team-list figure ~ .vsb-team-list-text { margin: 0px 0px 0px 293px;}
.vsb-team-list-text {
    background-color: #f5f5f5;
    padding: 0px;
    line-height: 1;
    padding: 24px 0px 34px 38px;
    position: relative;
}
.vsb-team-list-text:before {
    content: '';
    position: absolute;
    left: -19px;
    top: 0px;
    height: 52%;
    width: 8px;
    background-color: #e0e0e0;
}
.vsb-team-list-text:after {
    content: '';
    position: absolute;
    left: -19px;
    bottom: -1px;
    height: 50%;
    width: 8px;
    background-color: #e0e0e0;
}
.vsb-team-list-text h5 {
    margin: 0px;
    font-weight: bold;
}
.vsb-team-list-text > span {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0px 0px 21px;
    color: #868686;
    letter-spacing: 0.8px;
}
.vsb-team-list-text p { margin: 0px 0px 28px;}
.vsb-team-list-text .vsb-readmore-btn {
    line-height: 2;
    padding: 3px 23px 5px;
    font-size: 1.4rem;
    font-weight: 400;
}
.vsb-team ul li:hover .vsb-team-list-text .vsb-readmore-btn:before,
.vsb-team ul li:hover .vsb-team-list-text .vsb-readmore-btn span:before { width: 106%;}
.vsb-team ul li:hover .vsb-team-list-text .vsb-readmore-btn:after,
.vsb-team ul li:hover .vsb-team-list-text .vsb-readmore-btn span:after { height: 119%;}
.vsb-team ul li:hover .vsb-team-list-text .vsb-readmore-btn { background-color: transparent;}
.vsb-team-list figure a span {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.6rem;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 11px 0px 0px;
    margin: -25px 0px 0px -25px;
    opacity: 0;
    z-index: 1;
}
.vsb-team-list ul li:hover figure a span { opacity: 1; }
.vsb-team-list figure a span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 58px;
    height: 1px;
}
.vsb-team-list figure a span:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 58px;
}
.vsb-team-list figure a span small {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.vsb-team-list figure a span small:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 58px;
    height: 1px;
}
.vsb-team-list figure a span small:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 58px;
}

/* error 404 */
.error-404-background {
    background-image: url("../images/404-back-img.jpg");
    padding-top: 149px;
    padding-bottom: 148px;
    position: relative;
}
.vsb-error-transparnt {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}
.vsb-error-page-wrap {
    float: left;
    width: 100%;
    text-align: center;
}
.vsb-error-page-text {
    display: inline-block;
    width: 54%;
    padding: 39px 65px 68px;
}
.vsb-error-page-text h2 {
    color: #ffffff;
    font-size: 10.0rem;
    font-weight: bold;
    margin: 0px 0px 3px;
    line-height: 1.1;
    letter-spacing: 5.7px;
}
.vsb-error-page-text h3 {
    color: #ffffff;
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 22px;
    letter-spacing: 1.5px;
}
.vsb-error-page-text p {
    color: #ffffff;
    margin: 0px;
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 0.8;
}
.vsb-error-btn {
    display: inline-block;
    position: relative;
    padding: 8px 20px 10px;
    letter-spacing: 0.8px;
}
.vsb-error-btn:after {
    content: '';
    left: 0px;
    top: 0px;
    width: 1px;
    height: 120%;
    position: absolute;
}
.vsb-error-btn:before {
    content: '';
    right: 0px;
    bottom: 0px;
    width: 106%;
    height: 1px;
    position: absolute;
}
.vsb-error-btn span:after {
    content: '';
    left: 0px;
    top: 0px;
    position: absolute;
    width: 106%;
    height: 1px;
}
.vsb-error-btn span:before {
    content: '';
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 120%;
    position: absolute;
}

/*form*/
.output_message {
    float: left;
    width: 100%;
    padding-top: 15px;
    color: #ffffff;
}
.success-msg,.spam-error-msg,.error-msg {
    float: left;
    padding: 7px 0px 7px 40px;
    width: 100%;
    font-style: normal;
    border-radius: 4px;
    background: #D4FECC;
    color: #5A974F;
    position: relative;
}
.spam-error-msg {
    background: #FEFCCB;
    color: #8F9031;
}
.error-msg {
    background-color: #ff0000;
    color: #ffffff;
}
.success-msg > i,.spam-error-msg > i,.error-msg > i {
    position: absolute;
    left: 15px;
    top: 7px;
    color: #5A974F;
    font-size: 1.6rem;
    margin-top: 6px; 
}
.spam-error-msg > i { color: #8F9031; }
.error-msg > i { color: #ffffff; }
.widget_contact_form .output_message {
    width: 100%;
    padding: 10px 0 0;
}
.vsb-map-form form ul li:last-child { margin-bottom: 10px; }
.form-submit .error-msg > i { margin-top: 4px; }

.vsb-news-category{
    width: 45px;
    height: 45px;
    position: absolute;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    border-bottom-right-radius: 50%;
	left: 0;
	top: 0;
}
.vsb-news-imageornament{
    position: absolute;
    font-size: 4.5rem;
    text-align: center;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 60px;
    height: 60px;
}
.vsb-news-imageornament>i{
	bottom: -6px;
    left: -5px;
    position: absolute;
}

.vsb-more-news1,
.vsb-more-news2,
.vsb-more-news3,
.vsb-more-date1,
.vsb-more-date2,
.vsb-more-date3 {
	display: none;
	transition: all 1s ease;
	opacity: 0;
}


.vsb-section-postfull{
	background-color: #fcfcfc;
    margin-bottom: 50px;
}
.vsb-section-postfull .container{

}
.vsb-content-post-contact{
    padding: 68px 15px 53px 15px;
    height: 100%;
	position: relative;
    z-index: 22;
}
.vsb-map-bayern{
    background: url("../images/post-back-image.png");
    background-position: right;
    background-repeat: no-repeat;
	min-height: 350px;
	background-position: center center;
	background-size: contain;
	width: 100%;
	position: relative;
	z-index: 11;
    margin-right: 15px;
}
.vsb-map-container{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
.vsb-map-container:before{
	content: " ";
	background-color: #eee;
	width: 200%;
	height: 100%;
	position: absolute;
	z-index: 1;
	right: 15px;
    border-radius: 30px;
}
.vsb-tabs-list i{
    width: 95px;
    height: 95px;
    border-radius: 100%;
    font-size: 7.0rem;
    line-height: 95px;
    display: block;
	margin-right: 35px;
	margin-bottom: 25px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.vsb-tabs-list {
	text-align: center;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.vsb-tabs-list>div{
	display: inline-block;
}
.vsb-megalist i{
    border-radius: 100%;
    padding: 2px;
    font-size: 2.0rem;
    margin-right: 4px;
}
.vsb-blog-modern>div>div>div{
	margin-bottom: 30px;
}
.flexn {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	
}
.flexf {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
}
.flexf>div{
	text-align: center;
}
	
.flexu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	
}

.vsb-section-date{
	padding: 70px 0;
	background-color: white;
}

.vsb-blog-modern-full {
    padding: 70px 0px;
	background-color: #fff;
}


.vsb-content-post-title.grey h2{
	color: #9d9d9c;
}
.vsb-content-post-title.grey span:before,
.vsb-content-post-title.grey span:after{
	background-color: #9d9d9c;
}

.vsb-related-blog-text h6{
	line-height: 1.2;
	padding-right: 45px;
}

.vsb-related-blog-text h5{
	padding-right: 45px;
}


.vsb-dates-category{
    width: 45px;
    height: 45px;
    position: absolute;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    border-bottom-left-radius: 50%;
	right: 0;
	top: 0;
}

.vsb-section-weforyou {
	padding-bottom: 20px;
	margin-top: 55px;
	background-color: transparent;
}
.vsb-weforyou-element {
	color: white;
	text-align: center;
    padding: 25px 55px;
	margin-bottom: 25px;
	font-size: 2.2rem;
	border-radius: 20px;
	display: block;
	transition: all 0.5s ease;
}


.vsb-weforyou-element.c1{
	background-color: #0069b4;
	border: 5px solid #0069b4;
}

.vsb-weforyou-element.c2{
	background-color: #b0bd47;
	border: 5px solid #b0bd47;
}

.vsb-weforyou-element.c3{
	background-color: #f39200;
	border: 5px solid #f39200;
}
.vsb-weforyou-element.c1:hover,
.vsb-weforyou-element.c1:hover h1 {
	color: #0069b4;
}
.vsb-weforyou-element.c2:hover,
.vsb-weforyou-element.c2:hover h1 {
	color: #b0bd47;
}
.vsb-weforyou-element.c3:hover,
.vsb-weforyou-element.c3:hover h1 {
	color: #f39200;
}

.vsb-weforyou-element.c1:hover, 
.vsb-weforyou-element.c2:hover, 
.vsb-weforyou-element.c3:hover {
	background-color: white;
	transform: scale(1.04);
}

.vsb-weforyou-element h1{
	color: white;
	font-weight: bold;
	font-size: 4.0rem;
}
.vsb-section-search {
	padding-bottom: 45px;
	background-color: #eee;
}
.vsb-search-element {
	color: white;
	text-align: center;
	padding: 0px;
	margin-bottom: 25px;
	font-size: 1.8rem;
	border-radius: 20px;
}
.vsb-search-element h1{
	color: white;
	font-weight: bold;
	font-size: 3.0rem;
}
.vsb-section-search input {
    width: 100%;
    font-size: 25px;
    height: 60px;
    padding: 20px;
    padding-right: 45px;
    line-height: 40px;
    color: #333;
    background-color: white;
    border-bottom: 2px solid #9d9d9c;
    border-radius: 15px;
}
.vsb-section-search  form {
	position: relative;
}
.vsb-section-search button{
position: absolute;
    right: 15px;
    top: 9px;
    background: transparent;
    color: #0069b4;
    font-size: 28px;
    transform: scale(1);
    transition: all 0.3s ease;
}
.vsb-section-search form:hover button{
	transform: scale(1.3);
}


.vsb-fb-link {
	padding-top: 0px;
}
.vsb-fb-link a{
    font-size: 50px;
	transition: all 0.5s ease;
	line-height: 1;
	margin: 0 5px; 
}
.vsb-fb-link a:hover{
	color: #0069b4;
}

.vsb-footer-foerderer{
	clear: both;
	background-color: white;
}
.vsb-footer-foerderer>div{
	padding-bottom: 50px;
	padding-top: 25px;
}
.vsb-footer-foerderer:before{
	width: 100vw;
	height: 1px;
	background-color: #ddd;
	position: absolute;	
}

.vsb-footer-foerderer img{
	padding: 10px 0;
}

.vsb-util-list{
	list-style-type: none;
	display: inline-block;
	border-radius: 5px;
	font-size: 1.2rem;
	color: #0069b4;
}
.vsb-util-list li{
    display: list-item;
    float: left;
	margin: 0 8px;
}
.vsb-util-list i{
	margin-right: 5px;
}
.vsb-util-list a{
	color: #0069b4;
	transition: all 0.3s ease;
}
.vsb-util-list a:hover{
	color: #555;
}
.vsb-fontsize-select{
	margin-left: 25px;
	border-radius: 5px;
	padding: 0 0 0 8px;
	font-size: 1.2rem;
	color: #0069b4;
}
.vsb-fontsize-select span{
	margin-right: 5px;
}
.vsb-fontsize-select a{
	padding: 5px;
	color: #0069b4;
	transition: all 0.3s ease;
}
.vsb-fontsize-select a:hover{
	color: #555;
}
.vsb-fontsize-select .size1{
	font-size: 1.2rem;
}

.vsb-fontsize-select .size2{
	font-size: 1.4rem;
}

.vsb-fontsize-select .size3{
	font-size: 1.6rem;
}
.vsb-fontsize-select .marked{
	color: #555;
	font-weight: bold;
}
.vsb-utils{
	padding-bottom: 30px;
}

.vsb-infolist{
	padding-bottom: 40px;
}

.vsb-slider-transoverlay{
    width: 200%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3191d2;
    height: 100%;
    transform: skewX(-28deg);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 100px;
}
.vsb-slider-transoverlayc{
	width: 100%;
	height: 100%;
	background-color: #fff2;
}
.vsb-claims-container{
	top: 0;
	position: absolute; 
	width: 100%; 
	height: 100%; 
}
.vsb-claims-container>div,
.vsb-claims-container>div>div{
	height: 100%;
}
.vsb-claims-container .vsb-slider-claims{
	height: 100%;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
}
.vsb-slider-claims h1{
	font-weight: bold;
	font-size: 3.4rem;
	text-align: right;
	color: white;
	text-shadow: 0px 0px 4px black, 0px 0px 8px black;
}

.delay_1{
	animation-delay: 0s;
}
.delay_2{
	animation-delay: 1s;
}
.delay_3{
	animation-delay: 2s;
}

.vsb-supernews-body{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.vsb-bg-container{
	background-size: cover;
	background-position: center center;
}

@media (min-width: 992px) AND (min-height: 800px) { 
	.vsb-bg-container{
		background-position: right center;
	}
}

.vsb-supernews-preview{
	height: calc(80% - 40px);
	position: relative;
}
.vsb-supernews-previewcontent{
	background-color: #cccc;
	padding: 15px;
	overflow-y: scroll;
	position: relative;
	height: calc(100% - 40px);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.vsb-supernews-preview h1{
	font-size: 2.0rem;
	text-align: left;
	font-weight: bold;
}

.vsb-supernews-preview h2{
	font-size: 1.6rem;
	font-weight: bold;
}
.vsb-supernews-preview p{
	color: #333;
}

.vsb-supernews-readall {
	position: absolute;
	bottom: 0px;
	left:0;
	width: 100%;
	height: 40px;
	background: #cccc;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: flex;	
	justify-content: center;
	align-items: center;
}
.vsb-slider-content{
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
}

.vsb-readmore-btn:hover{
	color:white;
	background-color: #9d9d9c;
}

.vsb-images-thumb-layer{
	background-position: center center;
	background-size: cover;
}

.vsb-slider-fotocredit{
	position: absolute;
	top: 10px;
	right: 10px;
    font-size: 1.0rem;
    z-index: 200;
    padding: 0px;
    line-height: 10px;
    background-color: white;
    box-shadow: 0px 0px 12px 4px white;
}

.vsb-slider-news h1 i{
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    font-size: 2.6rem;
    padding: 2px;
	vertical-align: text-bottom;
}

.vsb-section-postfull i.vsbicon-logo{
	color: white;
}

.fl{
	display: flex;
}


.sidebar{

}

.sideBarItems{
	position: fixed;
	right: 0px;
	top: 50%;
	z-index: 1000;
	transform: translateY(-50%);
}

.sideBarItem:nth-child(2) .sideBarIcon{
	transform: translateX(100%);
	animation: sideBarAnim 1s ease 1s 1 forwards;
}
.sideBarItem:nth-child(3) .sideBarIcon{
	transform: translateX(100%);
	animation: sideBarAnim 1s ease 1.33s 1 forwards;
}
.sideBarItem:nth-child(4) .sideBarIcon{
	transform: translateX(100%);
	animation: sideBarAnim 1s ease 1.66s 1 forwards;
}
/* Deaktiviert bis Login benötigt wird */
.sideBarItem:nth-child(5) .sideBarIcon{
	transform: translateX(100%);
	animation: sideBarAnim 1s ease 2s 1 forwards;
	/* display: none; */
}


@keyframes sideBarAnim {
    from {
		transform: translateX(100%);
	}
    to {
		transform: translateY(0%);
	}
}


.sideBarSmall{
	position: fixed;
	right: 25px;
	bottom: 25px;
	background-color: white;
	font-size: 1.8rem;
	padding: 10px;
	z-index: 1000;
	color: #0069b4;
	border-radius: 2px;
	cursor: pointer;
	display: none;
	border: 3px solid #0069b4;
	font-weight: bold;
	max-height: 55px;
	overflow:hidden;
	transition: all 0.5s ease;
}
.sideBarSmallHidden{
	padding: 0px;
	max-height: 0px;
	border: 0px solid #0069b4;
}


.sideBarIcon{
    background-color: #0069b4;
    color: white;
    width: 65px;
    height: 65px;
    margin-bottom: 5px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
	transition: all 0.5s ease;
}
.sideBarIcon.active{
    background-color: white;
    color: #0069b4;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
}
.sideBarIcon i{
	font-size: 28px;
	margin-bottom: 2px;
}

.sideBarContent{
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: 0;
	background-color: white;
	z-index: -1;
	right: 70px;
	transition: all 0.5s ease;
	opacity: 0;
}
.sideBarContent.active{
	width: 350px;
	opacity: 1;
}
.sideBarContentInner{
	padding: 20px;
	width: 350px;
}
.sideBarContentInner h4{
	padding-top: 0px;
	margin-top: 0; 
}

.sideBarContentInner .fa-close{
	position: absolute;
	top: 8px;
	right: -40px;
	transition: all 0.5s ease;
	cursor: pointer;
	font-size: 20px;
}

.sideBarContent.active .sideBarContentInner .fa-close{
	font-size: 20px;
	right: 8px;
}

.sideBarContentInner .fa-close:hover{
	color: #0069b4;
}

.sideBarContentInner :last-child{
	margin-bottom: 0px;
}

.sideBarActiveBG{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
	opacity: 0;
	display: none;
}
.sideBarActiveBG.active{
	opacity: 0.33;
	display: block;
}

.telbigger{
	font-size: 1.8rem;
}

.sideBarVorort input,
.sideBarLogin input{
    width: 100%;
    display: block;
    margin-bottom: 10px;
	height: 30px;
}
.sideBarVorort input[type="submit"],
.sideBarLogin input[type="submit"]{
	color: white;
	background-color: #0069b4;
	border-radius: 5px;
	border: 2px solid #0069b4;
	transition: all 0.5s ease;
}

.sideBarVorort input[type="submit"]:hover,
.sideBarLogin input[type="submit"]:hover{
	color: #0069b4;
	background-color: white;
	border: 2px solid #0069b4;
}

.sideBarLogin a{
	text-align: right;
    display: block;
}

.sideBar a{
	transition: all 0.5s ease;
    color: #0069b4;
    border-bottom: 1px solid transparent;
}
.sideBar a:hover{
    border-bottom: 1px solid #0069b4;
}

.sideBarClose{
	display: none;
	border-bottom: 1px solid #eee;
	font-size: 24px;
	text-align: right;
	padding-right: 5px;
	transition: all 0.5s ease;
}
.sideBarClose i{
	cursor: pointer;
}

.sideBarClose:hover{
	color: #0069b4;
}
.vsb-top-themen .slick-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
	left: 15px;
	z-index: 2;
    font-size: 25px;
    color: white;
	transition: all 0.5s ease;
}
.vsb-top-themen .slick-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
	right: 15px;
	z-index: 2;
    font-size: 25px;
    color: white;
	transition: all 0.5s ease;
}

.vsb-top-themen .vsb-readmore-btn{
	margin-top: 10px;
}

.vsb-top-themen .slick-next:hover,
.vsb-top-themen .slick-prev:hover{
    background-color: #f39200;
	color: white;
}
.vsb-top-themen .slick-dots{
	bottom: -40px;
}

.vsb-top-themen .slick-dots li button {
    background-color: #0069b4;
    border: 1px solid #0069b4;
    border-radius: 10px;
    text-indent: -9999px;
    float: left;
    width: 15px;
    height: 15px;
	transition: all 0.5s ease;
    padding: 0;
}
.vsb-top-themen .slick-dots li.slick-active button {
    background-color: white;
}


.vsb-main-articles{
	clear:both;
	background-color: #fcfcfc;
}
.vsb-article-content,
.vsb-article-content p{
	font-family: 'Lato', sans-serif;
	letter-spacing: normal;
}
.vsb-article-content ul li,
.vsb-article-content ol li{
	margin-left: 25px;
	font-family: 'Lato', sans-serif;
	letter-spacing: normal;
    line-height: 1.42857143;
    padding-bottom: 3px;
    padding-top: 2px;
}
.vsb-article-text{

/*    max-height: 250px; */
    overflow: hidden;
	position: relative;
    clear: both;
    padding-top: 10px;
/*	transition: max-height 3s ease, height 3s ease; */
}
/*
.vsb-article-text:after{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	background-color: red;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(99,185,233,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#63b9e9',GradientType=0 ); 
	opacity: 1;
	transition: all 3s ease;
}
*/
.vsb-article-text.showfull{
    max-height: none;
}
.vsb-article-text.showfull:after,
.vsb-article-text.shown:after{
	opacity: 0;
	height: 0;
}
.vsb-article-content a{
	color: #0069b4;
	transition: border 0.5s ease;
	border-bottom: 1px solid transparent; 
	position: relative;
    display: inline;
}
.vsb-article-content a:hover{
	border-bottom: 1px solid #0069b4; 
}

/*
.vsb-article-content a[target=_blank] { 
	padding-right: 2px;
}
.vsb-article-content a[target=_blank]:after { 
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
	content: "\f08e";
	position: relative;
	left: 2px;
	top: 2px;
}
*/

iframe[src^="https://www.youtube.com"],
iframe[src^="http://www.youtube.com"]
{
	border: 1px solid #eee;
}

.vsb-article-content .vsb-share-icons a[target=_blank]:after { 
	content: "";
}
.vsb-article-content a.noeffect[target=_blank]:after { 
	content: "";
}
.vsb-article-content a.noeffect:hover{
	border-bottom: 1px hidden transparent; 
}


.vsb-article-content{
	padding-top: 60px;
	padding-bottom: 30px;
}

.vsb-article-content .vsb-fancy-title{
	text-align: left;
	margin: 0px 0px 0px;
}
.vsb-article-content .vsb-date-title{
	color: #555;
}

.vsb-article-content .vsb-fancy-title span:before {
    height: 0px;
}
.vsb-article-content .vsb-fancy-title .vsbicon-white {
	border-radius: 100%;
	padding: 2px;
	font-size: 2.4rem;
}

button,a.vsb-show-article-btn {
    display: inline-block;
    font-size: 1.4rem;
    color: white;
    font-weight: bold;
    position: relative;
    padding: 4px 15px;
    background-color: #0069b4;
    border-radius: 20px;
	text-align: center;
	margin: 10px 0;
    border-bottom: 0px solid transparent;
}
button,a.vsb-show-article-btn {
    transition: color 0.5s ease, background-color 0.5s ease padding 3s ease, margin 3s ease, font-size 3s ease;
}
button{
    font-size: 1.8rem;
}

button:hover,
a.vsb-show-article-btn:hover {
    background-color: #9d9d9c;
    border-bottom: 0px solid transparent;
}
.vsb-show-article {
	background-color: #63b9e9;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
    transition: opacity 3s ease;
}
.vsb-show-article.shown  .vsb-show-article-btn {
	padding: 0;
	margin: 0;
	font-size:0;
}
.vsb-show-article.shown {
	opacity: 0;
}

.vsb-article-content h1,
.vsb-article-content h2,
.vsb-article-content h3,
.vsb-article-content h4,
.vsb-article-content h5,
.vsb-article-content h6{
	color: #0069b4;
	font-weight: 600;
	margin-bottom: 5px;
	margin-bottom: 0.25em;
}

.vsb-article-content p,
.vsb-article-content table,
.vsb-article-content ul,
.vsb-article-content ol{
	margin-bottom: 15px;
}
.vsb-article-content table td{
	text-align: left;
}
.vsb-article-content {
	font-size: 1.8rem;
}
.vsb-article-box{
	overflow-x: auto;
}
.vsb-article-box>.row,
.vsb-article-box>div>.row,
.vsb-article-box>form>.row{
	width: calc(100% + 15px);
}
.vsb-article-box>.vsb-article-info{
	width: calc(100% - 5px);
}
.vsb-article-info{
	background-color: #eee;
	border-radius: 20px;
    margin-top: 20px;
    padding: 5px 25px 15px 25px;
	margin-bottom: 20px;
}

.vsb-share-icons{
	float: right;
}
.vsb-share-icons i{
    font-size: 20px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 0 0 5px;
    border-radius: 100%;
    display: inline-block;
    color: white;
    transition: all 0.3s ease;
}
.vsb-share-icons a:hover{
	border: transparent;
}
.vsb-share-icons a:hover i{
	transform: scale(1.2);
}
.vsb-share-icons i.fa-envelope{
	background-color: #aaa;
}
.vsb-share-icons i.fa-print{
	background-color: #aac;
}
.vsb-share-icons i.fa-facebook{
	background-color: #4267b2;
}

.vsb-header-one{
	min-height: 170px;
}

.vsb-section-more{
	padding-top: 30px;
    float: left;
    width: 100%;
    position: relative;
}
.vsb-more-element {
	color: white;
	text-align: center;
    padding: 25px 22px;
	font-size: 1.9rem;
	border-radius: 20px;
	transition: all 0.5s ease;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.vsb-more-element.c1{
	background-color: #0069b4;
	border: 5px solid #0069b4;
}

.vsb-more-element.c2{
	background-color: #b0bd47;
	border: 5px solid #b0bd47;
}

.vsb-more-element.c3{
	background-color: #f39200;
	border: 5px solid #f39200;
}

.vsb-more-element.c1:hover,
.vsb-more-element.c1:hover h1,
.vsb-more-element.c1:hover i {
	color: #0069b4 !important;
}
.vsb-more-element.c2:hover,
.vsb-more-element.c2:hover h1,
.vsb-more-element.c2:hover i  {
	color: #b0bd47 !important;
}
.vsb-more-element.c3:hover,
.vsb-more-element.c3:hover h1,
.vsb-more-element.c3:hover i  {
	color: #f39200 !important;
}

.vsb-more-element.c1:hover, 
.vsb-more-element.c2:hover, 
.vsb-more-element.c3:hover {
	background-color: white;
	transform: scale(1.04);
}

.vsb-more-element h1{
	color: white;
	font-weight: bold;
	font-size: 4.0rem;
}

.flexm{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.vsb-section-more .flexm>div{
	margin-bottom: 25px;
}

.factslist {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.factslist>div{
	padding-top: 5px;
}
.factslist>div>div:first-child{
	font-weight: bold;
}
.vsb-article-text .enroll{
	display: flex;
	flex-direction: column;
	clear: both; 
	margin: 1em 0 3em;
}

a#form{
	clear: both; 
	width: 100%;
	display: block;
}
.enroll fieldset label{
	display: flex; 
	color: black; 
	font-size: 1.6rem;
	gap: 0.5em; 
	cursor:pointer; 
}
.enroll fieldset{
	display: flex; 
	gap: 0.5em; 
	flex-direction: column; 
}
.enroll input, .enroll select{
	width: 100%;
	background-color: #fff;
	border: 1px solid #0069b4;
	border-radius: 3px;
	transition: all 0.3s ease;
    color: #333;
    font-size: 1.6rem;
}
.enroll input.error,
.enroll select.error{
	border: 1px solid #C40000;
}
.enroll input:focus,
.enroll select:focus{
	border: 1px solid #aaa;
	border-radius: 3px;
}
.enroll .place{
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	justify-content: stretch;
}
.enroll .place input:first-child{
	width: calc(25% - 5px);
	margin-right: 5px;
}
.enroll .place input:last-child{
	width: 75%;
}

.enroll .abweichend,
.enroll .vorort{
	display: none; 
}
.form_button,
.enroll input[type="submit"]{
	padding: 20px;
	border: 0;
	width: auto;
    font-size: 1.6rem;
    color: white;
    font-weight: bold;
    padding: 8px 21px;
    background-color: #0069b4;
    border-radius: 40px;
    transition: all 0.5s ease-in-out;
}
.form_button:hover,
.enroll input[type="submit"]:hover {
    background-color: #f39200 !important;
}
.enroll .checkb label{
	color: black;
	font-size: 1.6rem;
	cursor: pointer;
}
	
.enroll .privacy,
.enroll .checkb{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: stretch;
	align-items: flex-start;
	width: 100%;
	float: left;
}
.enroll .checkb>p:nth-child(2),
.enroll .privacy>p:nth-child(2){
	flex-shrink: 0;
}

.enroll input[type="checkbox"] {
	width: auto;
	margin-right: 5px;
	border: 1px solid #ccc;
	flex-shrink: 0;
}

.enroll .submitcontainer{
	display: flex;
	justify-content: flex-end;
}

.horsep{
    width: 100%;
    height: 2px;
    background-color: #0069b4;
    margin-top: 10px;
}


/*fancy-title*/
.vsb-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0px 60px;
}
.vsb-fancy-title-small{
    margin: 0px 0px 30px;
}
.vsb-fancy-title h2 {
    line-height: 1;
    font-size: 3.0rem;
    margin: 0px 0px 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.vsb-fancy-title span {
    display: inline-block;
    position: relative;
    padding: 0px 2px;
	margin-bottom: 15px;
}
.vsb-fancy-title span:before {
    content: '';
    position: absolute;
    left: -75px;
    top: 12px;
    width: 75px;
    height: 1px;
}
.vsb-fancy-title span:after {
    content: '';
    position: absolute;
    right: -75px;
    top: 12px;
    width: 75px;
    height: 1px;
}
.vsb-fancy-title span i {
    font-size: 2.5rem;
}
.vsb-fancy-title span small {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}
.vsb-fancy-title span small:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 11px;
    width: 40px;
    height: 1px;
}
.vsb-fancy-title span small:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 11px;
    width: 40px;
    height: 1px;
}
.intermap{
	padding: 15px;
}

.vsb-article-list{
	clear: both;
	
    padding-bottom: 60px;
}

.vsb-article-list .article_nav{
    font-size: 1.8rem;
    font-family: 'Lato', sans-serif;
    text-align: right;
    padding: 10px 0;
	display: flex;
    justify-content: flex-end;
	flex-wrap: wrap;
}

.vsb-article-list .article_nav a {
    min-width: 25px;
    display: block;
    transition: all 0.3s ease;
    text-align: center;
}

.vsb-article-list .article_nav a.marked,
.vsb-article-list .article_nav a:hover{
	color: white;
	background-color: #0069b4;
}

.vsb-article-list .region_select>div,
.region_select_map>div{
	padding-bottom: 20px;
}


.vsb-article-list .region_select h4,
.region_select_map h4
{
	text-transform: uppercase;
	font-weight: bold;
    margin: 0;
    padding: 0 0 8px;
}
.region_stellen h5{
    margin: 0;
    padding: 0 0 8px;
}
.region_stellen{
    padding: 10px;
    border: 1px solid #eee;
	background-color: white;
}
.region_stellen ul{
	font-size: 1.8rem;
}
.region_stellen li{
    margin-left: 25px;
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
    line-height: 1.42857143;
    margin-bottom: 5px;
}
.region_stellen a{
    transition: all 0.5s ease;
    border-bottom: 1px solid transparent;
    position: relative;
    display: inline;
}
.region_stellen  a:hover {
    color: #0069b4;
    border-bottom: 1px solid #0069b4;
}

.vsb-article-list input[type="submit"]{
	border: none;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 23px 7px;
    border-radius: 20px;
	background-color: #0069b4;
	width: 100%;
	font-size: 1.8rem;
	min-height: 39px;
}


.map_point_default{
	position: absolute;
	border-radius: 100%;
	width: calc(1.3px + 1.75%);
	height: 0;
	padding-bottom: calc(1.3px + 1.75%);
	background-color: white;
	transform: translateX(-50%) translateY(-50%);
}
.map_point_energy2{
	position: absolute;
	border-radius: 100%;
	width: calc(0.6px + 1%);
	height: 0;
	padding-bottom: calc(0.6px + 1%);
	background-color: #f39200;
	transform: translateX(-50%) translateY(-50%);
}

.map_point_default span{
    color: white;
    position: absolute;
    top: 90%;
    font-size: 1.6rem;
    display: block;
    left: -5px;
    word-break: keep-all;
}
.map_point_marked,
.map_point_energy2_marked {
	background-color: red;
}
.map_point_marked span{
	font-weight: bold;
}


.map_img{
	position: relative;
}
.map_img>img{
	width: 100%;
	height: auto;
}


ul.decoration-none,
ul.decoration-none>li{
	list-style-type: none;
}

form.newsletteranmeldung p{
	float: none;
}

form.newsletteranmeldung>div{
	margin-bottom: 15px;
}




.vsb-person{
	border: 1px solid #eee;
	display: flex;
	flex-direction: row;
	margin: 15px 0;
}
.vsb-person-image{
	background-position: center center;
	background-size: cover;
	width: 50%;
	min-width: 50%;
	height: 300px;
	-webkit-print-color-adjust: exact;
}
.vsb-person-details{
	padding: 15px 10px 0 10px;
    background-color: #f8f8f8;
    flex-grow: 1;
}
.vsb-person-details>h1,
.vsb-person-details>h2,
.vsb-person-details>h3,
.vsb-person-details>h4,
.vsb-person-details>h5,
.vsb-person-details>h6{
	margin-top: 0;
	padding-top: 0;
}


.vsb-documentdl{
	border: 1px solid #eee;
	display: flex;
	flex-direction: column;
	margin: 15px 0 0 0;
	height: 100%;
}
.vsb-documentdl-image{
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.vsb-documentdl-details{
	padding: 15px 10px 0 10px;
	border-top: 1px solid #eee;
}

.vsb-altdocumentdl-wrapper{
	margin: 15px 0 -15px 0;
	width: 100%;
}
.vsb-altdocumentdl{
	display: flex;
	flex-direction: row;
	margin:0;
	height: 100%;
	border: 1px solid #eee;
	min-height: 250px;
    background-color: #f8f8f8;
}
.vsb-altdocumentdl-image{
	height: 250px;
	width: auto;
	flex-grow: 0;
	flex-shrink: 0;
	border-right: 1px solid #eee;
}
.vsb-altdocumentdl-details{
	padding: 15px 10px 0 10px;
	flex-grow: 10;
	flex-shrink: 10;
}

.flexn>div {
    margin-bottom: 30px;
}


ul.horizontal li {
    width: 33%;
    display: block;
    margin: 0 0 0 0;
    padding: 5px 10px 5px 0px;
    min-width: 200px;
}
ul.horizontal {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

ul.preisliste li:nth-child(2n) {
    width: 33%;
    display: block;
    margin: 0 0 0 0;
    padding: 2px 10px 2px 0px;
	text-align: right;
}
ul.preisliste li:nth-child(2n+1) {
    width: 66%;
    display: block;
    margin: 0 0 0 0;
    padding: 2px 10px 2px 0px;
}
ul.preisliste {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.p0{
	padding: 0 !important;
}


.vsb-gallery-img {
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom:30px;
	position: relative;
	border: 1px solid #eee;    
	-webkit-print-color-adjust: exact;

}
.vsb-gallery-img>a{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #fff8;
	opacity:0;
	transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vsb-gallery-img>a:hover{
	opacity:1;
}
.vsb-gallery-img>a>i{
    font-size: 80px;
	transform: scale(0);
	color: #0069b4;
	transition: all 0.5s ease;
}
.vsb-gallery-img>a:hover>i{
	transform: scale(1);
}


/* Umfrageformular */

.input_form .error {
  color:red !important;
}

form .input_form p {
    float: none !important;
}

.input_form label {
  color:#576777 !important;
  font-size:11pt;
  display:inline !important;
  vertical-align:middle;
  line-height:1.0;
  white-space:normal !important;
}

.input_form .radio, .input_form .checkbox {
  display:inline-block !important;
  margin-right:10px !important;
}

.input_form input[type=text], .input_form textarea, .input_form select {
  background-color:white !important;
  border:1px solid #CCCCCC;
  max-width:300px;
  display:block;
  float:none;
}

.input_form input[type=text]:focus, .input_form textarea:focus, .input_form select:focus {
  border:1px solid #0069B4;

}

.region_select .form_button{
	width: 100%;
}
	
@media only screen and (max-width: 400px) {
  .input_form {
    padding:10px !important;
  }
}

.vsb-subheader-image {
  display:none !important;
}
.vsb-blog-modern-text h6.vsbcolor-{
display:none;
}

#kl_map{
    background-size: contain!important;
    background-repeat: no-repeat!important;
}
.extwrapper{
	position: relative; 
	width: max-content;
	max-width: 100%;
}
.extpreview{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 600px;
}
.extpreview img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}
.extactivate{
	position: absolute;
	top: 0;
	overflow: auto;
	height: 100%;
	padding: 1em;
	display: flex;
}
.extactivate a.btn{
	height: auto;
	margin-top: 0;
	border: 1px solid #0069b4!important;
	background-color: white;
	margin-bottom: 0.5em;
	opacity: 1;
	z-index: 1;
}
.extactivate a.btn:hover{
	border: 1px solid #0069b4!important;
	background-color: #0069b4;
	color: white;
}
.extactivate>div{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.extactivate span{
	text-align: center;
	text-shadow: 0 0 15px white, 0 0 10px white, 0 0 5px white;
	max-width: 570px;
}


/* Anker weiter runter, mwiede 22.3.2021 */

a:not([href]):empty() {
  content:"";
  display:block;
  height:270px; /* fixed header height*/
  margin:-270px 0 0; /* negative fixed header height */
  border-bottom:none !important;
  opacity: 0;
  z-index: -1;
}

a:not([href]):hover {
  border-bottom:none !important;
}


/* Popup list */
.popup_list {
	margin-bottom:20px;
	padding-bottom:5px;
	padding:20px 0px 20px 0px;
	clear:both;
}

.popup_list_content+.popup_list_item>a{
	border-top:none;
}
.popup_list_item > a {
	display:block;
	background-image:url(/images/arrow_down.png);
	background-repeat:no-repeat;
	background-position:right -4px;

	text-decoration:none !important;
	padding:10px 50px 10px 15px;
	line-height:1.3;

	position:static !important;
	font-weight:bold;
	
	background-color: #f8f8f8;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0!important;
}

.popup_list_item > a.marked {
	background-image:url(/images/arrow_up.png);
	text-decoration:none;
	border-bottom: 1px solid transparent!important;
}


.popup_list_content {
	display:none;
	padding:15px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e0e0e0;
}

h3.popup_list_sep {
	margin-top:30px;
	margin-bottom:15px;
}

h3.popup_list_sep:first-child {
	margin-top:0px;
}


.vsb-slider-overlay .flexr{
	display: none!important;
}
.vsb-navigation-section{
	float: none; 
}
.vsb-slider-overlay{
	display: none!important;
}
.vsb-main-section.vsb-blog-modern-full.hidden-l-hm{
	display: block!important;
}

.vsb-multislider{
	width: 100%; 
	position: relative;
	margin-bottom: calc(3vw);
}
.vsb-multislider img{
	width: 100%; 
	height: auto;
}
.vsb-multislider.slick-initialized .slick-slide {
	display: block;
	margin: 0;
	height: auto;
	opacity: 1;
	z-index: initial;
}

.vsb-multislider .slick-prev,
.vsb-multislider .slick-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 100%;
	left: 85px;
	z-index: 2;
	font-size: 20px;
	color: white;
	transition: all 0.5s ease;
	padding:0; 
	opacity: 0; 
}
.vsb-multislider .slick-next{
	right: 85px;
	left: auto;
}

.vsb-multislider:hover .slick-prev,
.vsb-multislider:hover .slick-next{
	opacity: 1;
}

.vsb-multislider .vsb-readmore-btn{
	margin-top: 10px;
}

.vsb-multislider .slick-next:hover,
.vsb-multislider .slick-prev:hover{
	background-color: #f39200;
	color: white;
}
.vsb-multislider .slick-dots{
	bottom: -60px;
	z-index: 3;
}

.vsb-multislider .slick-dots li button {
	background-color: #0069b4;
	border: 1px solid #0069b4;
	border-radius: 10px;
	text-indent: -9999px;
	float: left;
	width: 15px;
	height: 15px;
	transition: all 0.5s ease;
	padding: 0;
}
.vsb-multislider .slick-dots li.slick-active button {
	background-color: white;
}

.vsb-multislider .bg-holder{
	width: 100vw; 
	height: 39.48vw;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center;
	display:block;
	position: relative; 
}

.vsb-multislider .sloverlay{
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%);
	width: 100%;
}
.vsb-multislider .sloverlay.low{
	top: 75%; 
}
.vsb-multislider-item {
	position: relative;
}

.vsb-multislider-item .overlaywrapper{
	position: relative;
	transition: all 0.3s ease;
	color: white; 
	width: 50%; 
}

.vsb-multislider-item .overlaywrapper p{
	font-size: 2.2rem;
}

.vsb-multislider-item .overlaywrapper>a>div{
	transition: all 0.3s ease;
}

.vsb-multislider-item .overlaywrapper>*{
	color: white;
}
.vsb-multislider-item .overlaywrapper>*>*{
	padding: 10px 15px 5px 15px;
	background-color: #0168b3cc;
	border-radius: 15px;
}
.vsb-multislider-item .overlaywrapper.right{
	left: 50%;
}
.vsb-multislider-item .overlaywrapper.center{
	left: 25%;
}
.vsb-multislider-item .overlaywrapper>a>div:hover{
	transform: scale(1.05);
}
.vsb-multislider-item .read_more{
	display: inline-block;
	font-style: italic; 
	font-weight: bold;
}
.vsb-multislider-item .copy{
	position: absolute;
	top: calc(100% - 5px);
	z-index: 10;
	left: 0em;
	transform-origin: top left;
	transform: rotateZ(-90deg);
	color: black;
	font-size: 1em;
	padding: 0.2em;
	max-width: 53.6vw;
	line-height: 1.1;
} 	
@media (max-width: 767px) { 
	.vsb-multislider-item .overlaywrapper p{
		font-size: 1.8rem;
	}
	.vsb-multislider-item .overlaywrapper>*>*{
		background-color: #0168b3;
		border-radius: 0;
	}
	.vsb-multislider-item .overlaywrapper{
		width: 100%; 
	}
	.vsb-multislider .sloverlay {
		position: relative;
		top: 0!important;
		transform: none;
		display: flex; 
		flex-grow: 1; 
		justify-content: center;
		align-items: center;
	}
	.vsb-multislider.slick-initialized .slick-slide {
		display: flex;
		flex-direction: column;
		background-color: #0168b3;
	}
	.vsb-multislider .slick-track {
		display: flex;
	}
	.vsb-multislider .sloverlay>.container {
		padding: 0;
		width: 100%;
	}
	.vsb-multislider-item .overlaywrapper>a>div:hover{
		transform: none;
	}
	.vsb-multislider-item .overlaywrapper.right,
	.vsb-multislider-item .overlaywrapper.center{
		left: 0;
	}
	.vsb-multislider-item .copy{
		font-size: 0.8em;
	} 	
}