@font-face {
  font-family: OpenSans;
  src: url(fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: OpenSans-Bold;
  src: url(fonts/OpenSans-Bold.ttf);
}

@font-face {
  font-family: OpenSans-SemiBold;
  src: url(fonts/OpenSans-SemiBold.ttf);
}

html, body {
	height: 100%;
	font-family: OpenSans;
	font-size: 14px;
	color:#000;
	background: url(/img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pointer{
  cursor: pointer;
}

.rsMainSlideImage {
  display: none;
}

.wp-site-blocks {
	width: 100%;
	height: 100%;
}

#home {
  margin: 0px auto;
}

h1 {
  margin: 12px 0px;
	/*text-shadow: 2px 2px 2px rgb(140 140 140 / 40%);*/
	font-family: OpenSans-Bold;
	font-size: 35px;
}

h2 {
  margin: 12px 0px;
	/*text-shadow: 2px 2px 2px rgb(140 140 140 / 40%);*/
	font-family: OpenSans-SemiBold;
	font-size: 23px;
}

h3 {
  margin: 12px 0px;
	font-size: 18px;
}

a {
  color: #174175;
}

a.logo {
  padding: 8px 8px 8px 0px;
}

.tag {
    border-radius: 6px;
    font-family: OpenSans-Bold;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 0px 6px;
    line-height: normal;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
}

.tag.red {
    background-color: #ffe8e9;
}

.tag.blue {
    background-color: #aacaf3;
}

.blue {
  color: #174175;
}

.red {
  color: #f0515b;
}

.left-home {
  padding-left: 20%;
}

.right-home {
  padding-top: 22px;
  padding-left: 20px;
}

p, li {
	/*text-shadow: 1px 1px 1px rgb(140 140 140 / 40%);*/
	margin-top: 0px;
}

ul, .list {
  margin: 12px 0;
}

li {
  font-weight: bold;
}

div.margin-top {
	margin-top: 60px;
}

div.rsSlide {
    display: table;
}

div.rsContent {
	width: 80%;
    max-width: 1800px;
	height: auto;
    left: 0;
    right: 0;
	top: 0;
	bottom: 0;
    margin: auto;
    padding: 0;
    text-align: left;
    overflow: visible;
}

div.center {
	position: absolute;
	 top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.wp-site-blocks > * + * {
    margin-block-start: 0;
}

.left {
    width: 65%;
    min-width: 2px;
    position: relative;
    display: block;
    float: left;
    clear: left;
    height: calc(0.65 * 56.25%)*4;
    overflow: hidden;
    background-size: 100%;
}

.shadow {
    box-shadow: 4px 4px 20px -6px rgb(0 0 0 / 40%);
    border-radius: 6px;
}

.right {
    width: 30%;
    float: left;
    margin-left: 20px;
    overflow-y: auto;
}

.description {
    
}

div.rsDefaultInv div.rsThumb {
	/*width: 72px;
	height: 72px;*/
	box-shadow: 4px 4px 20px -6px rgb(0 0 0 / 40%);
    border-radius: 6px;
    outline: 4px rgb(90 90 90 / 10%) solid;
}


.rsDefaultInv .rsThumb.rsNavSelected {
  outline: 4px rgb(90 90 90 / 100%) solid;
}

div.rsDefaultInv div.rsArrowIcn {
	background-image: url(skins/default/rs-default.png);
	background-color: rgba(255,255,255, 0);
}

div.rsDefaultInv:hover div.rsArrowIcn:hover {
	background-color: rgba(255,255,255, 0);
}

div.rsDefaultInv div.rsThumbsHor {
    padding: 26px 0 100px 0;
}

div.new-royalslider-1 .rsThumb {
    width: 80px;
    height: 80px;
}

@media only screen and (max-width: 768px) {
	.video {
		width: 100%;
	}
	
	.description, .description-me {
		clear: left;
		margin-top: 2em;
		margin-left: 0px;
		margin-right: 0px;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		height: auto;
	}
	
	div.rsDefaultInv div.rsThumbsHor {
		padding: 13px 0 50px 0;
	}
	
	div.new-royalslider-1 .rsThumb {
		width: 40px;
		height: 40px;
	}
	
}

@media only screen and (max-width: 1280px) {
	.description, .description-me {
		font-size: 0.9em;
	}
	
	div.rsDefaultInv div.rsThumbsHor {
		padding: 13px 0 50px 0;
	}
	
	div.new-royalslider-1 .rsThumb {
		width: 60px;
		height: 60px;
	}
	
}