@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;700;800;900&family=Roboto:wght@400;700&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}
 
html {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
    background: #fff;
    color:#242424;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding:0px 0 0 ;
    margin:0 auto;
    height: 100%;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
}

a {
    color:#a30157;
    text-decoration: underline;
}

.skip-link { display:none; }

h1, h2, h3, h4, nav a {
    font-family: 'Overpass', sans-serif;
    font-weight: 900;
    font-style: normal;
}

h1 {
    
    text-transform: uppercase;
}

h1 span, h2 span, h3 span, h4 span { color:#777; }

strong {
    font-weight: 800;
}

.mt-0px {
    margin-top: 0px !important;
}

.mt-20px {
    margin-top: 20px;
}

.mt-40px {
    margin-top: 40px;
}

.m0 {
    margin: 0;
}

.content-wrapper {
    width:100%;
    margin:0 auto;
}

.wrapper {
    max-width: 1340px;
    width:100%;
    margin:0 auto;
    padding: 0 20px;
}

figure  {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
	margin:0;
	padding:0;
}
/*
figure img {
    display:none;
}
*/
.article-content figure img {
    display:inline-block;
}

figure a {
    display:block;
	width: 100%;
	height: 100%;
    z-index: 1;
    position: absolute;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    visibility: visible;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.mt10 {
    margin-top: 10px;
}

header.header {
    position: fixed;
    width:100%;
    height:60px;
    padding: 0 20px;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    top: 0;
    left:0;
    background:rgba(255,255,255,0);
    z-index: 102;
    font-size: 18px;
    color:#fff;
    transition: 0.3s ease-in-out;
}

.admin-bar header.header {
    top:32px;
}

header.header:hover {
    background:rgba(255,255,255,0.95);
    box-shadow: 0 0 20px rgba(0,0,0,0.03);
}

.page header.header, .single header.header  {
    background:rgba(255,255,255,0.95);
    box-shadow: 0 0 20px rgba(0,0,0,0.03);
}

.page-id-452 header.header {
    background:rgba(255,255,255,0);
    box-shadow: 0 0 20px rgba(0,0,0,0.0);
}

header.header.scroll.open {
    background:rgba(255,255,255,0);
    box-shadow: 0 0 20px rgba(0,0,0,0);
}

header.header a {
    color: #fff;
    text-decoration: none;
}

header.header:hover a {
    color: #242424;
    text-decoration: none;
}

.page header.header a, .single header.header a  {
    color: #242424;
    text-decoration: none;
}

.page-id-452 header.header a {
    color: #fff;
    text-decoration: none;
}

header.header a span {
    color: #a30157;
}

header.header.open a {
    color: #fff;
}

.hdr-logo {
    margin: 5px 0 0;
    height:50px;
    float: left;
}

.hdr-logo a { 
    background-image:url(../img/tt_logo_2D_ffffff.png); 
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block; 
    height:50px;
    text-indent: 55px;
    font-size: 22px;
    padding: 6px 0 0 0;
    line-height: 36px;
}

header.header:hover .hdr-logo a { 
    background-image:url(../img/tt_logo_2D_eb9649.png); 
}

.page header.header .hdr-logo a, .single header.header .hdr-logo a { 
    background-image:url(../img/tt_logo_2D_eb9649.png); 
}

.single_title {
    margin-top: -9px !important;
    margin-bottom: 30px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.single .article-content.mb-0px {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.staffmynd {
    max-width: 500px;
    height:auto;
    margin: 0 auto;
}

.page-id-452 header.header .hdr-logo a { 
    background-image:url(../img/tt_logo_2D_eb9649.png); 
}

.page-id-452 header.header.scroll {
    background: rgb(0,92,152);
    background: -moz-linear-gradient(0deg, rgba(0,92,152,0.1) 0%, rgba(0,41,69,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,92,152,0.1) 0%, rgba(0,41,69,1) 100%);
    background: linear-gradient(0deg, rgba(0,92,152,0.1) 0%, rgba(0,41,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005c98",endColorstr="#002945",GradientType=1);
    border-bottom: none;
}


#nav-main {
    float:right;
    padding: 0px 10px;
    line-height: 60px;
}

#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

#nav-main ul li {
    float: left;
    margin-left: 29px;
    position: relative;
    transition: 0.3s ease-in-out;
}

#nav-main ul li a {
    font-size: 16px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

#nav-main ul li:before {
    content: "|";
    position: absolute;
    top:0;
    left:-16px;
    color:#dedede;
    font-weight: 400;
}

#nav-main ul li:after {
    content: "";
    width:0px;
    height:2px;
    background:#dedede;
    position: absolute;
    bottom: 17px;
    left:0;
    transition: 0.3s ease-in-out;
}

#nav-main ul li:hover:after {
    content: "";
    width:100%;
    height:2px;
    background:#dedede;
    position: absolute;
    bottom: 17px;
    left:0;
    transition: 0.3s ease-in-out;
}

#nav-main ul li.current_page_item:after, #nav-main ul li.current-menu-item:after, #nav-main ul li.current-menu-parent:after {
    content: "";
    width:100%;
    height:2px;
    background:#eb9649;
    position: absolute;
    bottom: 17px;
    left:0;
}

header.header:hover #nav-main ul li.current_page_item:after, header.header:hover #nav-main ul li.current-menu-item:after, header.header:hover #nav-main ul li.current-menu-parent:after {
    background:#eb9649;
}

#nav-main ul li.lang-item.current_page_item:after, #nav-main ul li.lang-item.current-menu-item:after {
    display: none;
}

#nav-main ul li.lang-item a, #nav-main ul li.lang-item a{
    color:#c8c8c8;
}

#nav-main ul li.lang-item.current-lang a {
    /*text-decoration: underline #f4c901;*/
    color:#232323;
}

#nav-main ul li.lang-item-13:before {
    color:#232323;
}

#nav-main ul li:first-child:before {
    content: "";
    display: none;
}

#nav-main ul li a {
    font-weight: 800;
}

#nav-main ul li ul {
    display: none;
}

.samfelasmidlar {
    width:100%;
    margin:20px 0 0;
    font-size: 24px;
}

.samfelasmidlar a {
    font-weight: 400;
}

p.undir {
    color:#a30157;
    font-size: 18px;
    font-weight: 400;
}

p.undirdark {
    color:#d2d2d2;
    font-size: 18px;
    font-weight: 400;
}

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

.forsidugluggi {
    height:100vh;
}

.section {
    width:100%;
    padding:0;
    font-size: 18px;
    float:left;
    text-align: center;
    margin: 0px 0;
}

.back-wrapper {
    background-image:url(/wp-content/uploads/2021/03/treasuretrekkers_main.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 0;
}

.section h2 {
    margin: 0 0 1px;
    font-size: 40px;
    color: #232323;
    font-weight: 800;
}

footer {
    width: 100%;
    float: left;
    min-height: 180px;
    background: #0066a9;
    padding: 50px 0 20px;
    color:#fff;
    text-align: left;
    position: relative;
}

footer a { 
    text-decoration: none;
    color: rgba(63,221,249,0.8);
    transition: 0.4s ease-in-out;
}

footer a:hover { color: rgba(63,221,249,1); }

footer .item {
    width: calc(50% - 0px);
    float: left;
    padding:0px;
    font-size: 16px;
}

footer .item p {
    margin:10px 0;
}

footer h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: -1px;
}

footer #ta_Getintouch {
    text-align: right;
}

footer #ta_Getintouch h3 {
    text-align: right;
}

.siteinfo {
    width:100%;
    clear: both;
    height: 32px;
    line-height: 32px;
    color:#fff;
    background:#014978;
    font-size: 14px;
    text-align: left;
}

.samfes {
    float:right;
}

#footer ul.social {
    margin: 5px 0;
    border:none;
    padding: 0;
    line-height: 20px;
    width: 100%;
}

#footer ul.social li {
    width: auto;
}

#footer ul.social li a { 
    font-size: 20px; 
    color:#3fddf9; 
    transition: 0.4s ease-in-out;
}

.samfes a, .siteinfo a {
    color:#53afeb;
    text-decoration: none;
    font-weight: 400;
    transition: 0.4s ease-in-out;
}

.samfes a:hover, .siteinfo a:hover { color:#fff; }

#tungumalmobile {
    position: fixed;
    right:20px;
    top: 0px;
    z-index: 170;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-style: normal;
    display: none;
}

#tungumalmobile ul { 
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

#tungumalmobile ul li ul { display: none; } 

#tungumalmobile ul li { 
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding: 0 7px;
}

#tungumalmobile ul li a {
    color: #c8c8c8;
    text-decoration: none;
}

#tungumalmobile ul li.current-lang a {
    color: #232323;
    text-decoration: none;
}

#tungumalmobile ul li:before {
    content: "|";
    position: absolute;
    top: 0;
    left: -2px;
    color: #dedede;
    font-weight: 400;
}

#tungumalmobile ul li:first-child:before { 
    display: none; 
} 

#hamborgari {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px auto ;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    z-index: 130;
    padding: 10px;
    box-sizing: unset;
    display: none;
}

#hamborgari span {
    display: block;
    position: fixed;
    height: 4px;
    width: 40px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    top: 8px;
}

.page #hamborgari span {
    background: #3fddf9;
}

#hamborgari span:nth-child(1) {
    left: 10px;
    top: 20px;
}

#hamborgari span:nth-child(2) {
    left: 10px;
    top: 28px;
    width: 30px;
}

#hamborgari span:nth-child(3) {
    left: 10px;
    top: 36px;
    width: 35px;
}

#hamborgari.open span {
    background: #d89400;
}

#hamborgari.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 28px;
    left: 10px;
    width: 32px;
}

#hamborgari.open span:nth-child(2) {
    background: #232323;
    width:0;
    left: 15px;
}

#hamborgari.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 10px;
    width: 32px;
}

.overlayfix {
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    transition: .1s ease-in-out;
    width:0px;
    height: 0px;
    background: rgba(255,255,255,0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    text-align: left;
    left: 0;
    top:0;
}

.overlayfix.open {
    width:100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100); 
    z-index: 91;
}

.menu {
    width:0px;
    height: 0px;
    background:#232323;
    margin-left: -20px;
    margin-top: -20px;
    transition: .30s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 102;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.menu.open {
    background:#232323;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top:  0px;
    opacity: 1;
    filter: alpha(opacity=100); 
    color:#dfb0b2;
}

.menu.open .Getintouch {
    display: block;
    opacity: 1;
    filter: alpha(opacity=1); 
}

.menu ul li {
    margin:10px 0;
}

.menu ul li.lang-item {
    display: none;
}

.menu ul {
    display: none;
    transition: .30s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0); 
}

.menu.open ul {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100); 
}

.menu ul {
    position: absolute;
    top: 70px;
    left: 0px;
    list-style: none;
    width: 100%;
    padding: 0;
    text-align: center;
}

.menu ul li a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}

.menu .socialicons {
    width:100%;
    margin-top: 20px;
    color: #dfb0b2;
}

.menu .socialicons a {
    font-size: 20px;
    font-weight: 400;
}

.page-head {
    background:#fff;
    width:100%;
    padding: 10px 0 0;
    margin-top: 70px;
    text-align: center;
}

.post-type-page {
    width:100%;
    clear: both;
}

.article-content {
    width:100%;
    clear: both;
    display: inline-block;
    text-align: center;
    padding-bottom: 50px;
}

.article-content.with-sidekick {
    width:calc(100% - 450px);
    display: inline-block;
}

.sidekick {
    width:400px;
    margin-left:25px;
    padding-left:25px;
    min-height: 300px;
    float: right;
    border-left: 1px dotted #f1cece;
}

.article-content h1 {
    font-size: 40px;
    margin: 0 0 20px;
}

.content {
    padding: 0px;
    clear: both;
    text-align: center;
}

.article-body {
    font-size: 18px;
}

.page-id-452 .article-body {
    text-align: left;
}

.article-body a {
    text-decoration: underline #eb9649;
    color:#232323;
    font-weight: 600;
}

.article-body a.takki {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #197dbe;
    color: #0066a9;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

.article-body iframe {
    max-width: 100%;
}

.article-body h2 {
    margin: 10px 0;
    line-height: 1;
    font-size: 24px;
}


aside .adalmynd {
   width: 309px;
    height: 282px;
    background:url(../img/gre_profile.png);
    position: relative;
    background-size: cover;
}

.prevpost {
    position: relative;
    height:80px;
     -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    float: right;
}

.nextpost {
    position: relative;
    display: inline-block;
    float: left;
    height:80px;
     -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.blogg {
    background:#fff;
    color: #bebebe;
    padding: 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: relative;
    margin: 0px 0 0;
    overflow: hidden;
}

.blogg h2 {
    color:#232323;
}

.wsidebar {
    width:calc(100% - 350px);
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    
}

.sidebar {
    width:350px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 30px;
    border-left: 1px solid #f9f9f9;
}

.sidebar h2 {
    font-size: 22px;
    margin: 20px 0;
    font-weight: 400;
}

.sidebar h3 {
    border-bottom: 1px solid #e4e4e4;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    margin-top: 35px;
}

.sidebar p {
    font-size: 17px;
    color:#5a5a5a;
    font-weight: 400;
}

.sidebar a {
    font-size: 16px;
    color:#232323;
    font-weight: 600;
    text-decoration: none;
}

.sidebar .item {
    width:100%;
    margin:0;
    display: block;
    height: 220px;
}

.sidebar .blogfaerslur .item { 
    height: 90px;
}

.sidebar .item figure {
    width:100%;
    height:160px;
    display: inline-block;
}

.sidebar .blogfaerslur .item figure { 
    height:80px;
    width: 80px;
}

.sidebar .item .textinn {
    width:calc(100% - 0px);
    margin:0;
    height:60px;
    display: inline-block;
    vertical-align: top;
}

.sidebar .blogfaerslur .item .textinn { 
    width:calc(100% - 90px);
    height:80px;
    margin-left: 10px;
}

.sidebar .item .textinn h4 {
    margin: 5px 0 0;
    font-size: 18px;
}

.section p {
    margin: 0 0 10px;
}

.section .texti a { 
    color:#232323;
    text-decoration: none;
    font-size: 16px;
}

.section .texti small {
    color:#7c7c7c;
}

.section .texti small a {
    color: #a30157 !important;
    font-weight: 500;
    text-decoration: underline #e4e4e4 !important
}

.page-head h1 {
    font-size: 34px;
    margin: 0px 0 10px;
    letter-spacing: 0px;
    line-height: 1;
    color: #1270b6;
}

.page-head h3 {
    font-size: 18px;
    margin: 10px 0 0px;
    font-weight: 300;
    text-transform: uppercase;
    color:rgba(0,0,0,0.5);
}

.alignright {
    float: right;
    padding:0 0 15px 15px;
}

.alignleft {
    float: right;
    padding:0 15px 15px 0;
}

.merkjasky { 
    list-style-type: none;
    padding:0;
    margin: 0;
    display:none;
}

.merkjasky li {
    display: inline-block;
    margin-right: 10px;
}

.merkjasky li a {
    display: block;
    padding:3px 10px;
    color:#9ea3a3;
    border:1px solid #bcc0c0;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
}

.merkjasky li a:hover {
    color:#ad1c69;
}

.profilemynd, .profilemynd img  {
    max-width: 100%;
    height: auto;
    position: relative;
    border-radius: 50%;
    border:1px solid #ebebeb;
}

.profilemynd:before { 
    position: absolute;
    content: "";
    top:-3px;
    left: -1px;
    height:100%;
    width:100%;
    border: 1px solid #a30157;
    border-radius: 50%;
}

.profilemynd:after { 
    position: absolute;
    content: "";
    top:1px;
    left: 2px;
    height:100%;
    width:100%;
    border: 1px solid #999;
    border-radius: 50%;
}


.single-post .page-head h4.aka {
    color:#8e8e8e;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.article-body h3 {
    font-size: 28px;
    font-weight: 600;
}

.article-body h4 {
    font-size: 24px;
    font-weight: 600;
}

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 0;
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #888;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #555;
}
 
.wp-caption a {
    position: relative;
    text-indent: 0;
}

#tubular-container {
    height:calc(100vh - 60px) !important;
    position: relative !important;
    top: 60px !important;
}

#tubular-shield {
    height:calc(100vh - 140px) !important;
}

.character_slide {
    width:calc(100vw * 6);
    height: 100vh;
}

.characters {
    overflow: hidden;
    height: calc(100% - 0px);
    margin-top: 0px;
}

.character {
    display: inline-block;
    width: calc(100% - 0px);
    height:calc(100% - 0px);
    margin: 0px;
    font-size: 5px;
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
    font-style: normal;
    position: relative;
}

.character a {
    color:#fff;
    text-decoration: none;
}

.character .nafn, .char_mobile .nafn { 
    position: absolute;
    left:20px;
    bottom:20px;
    z-index: 3;
    opacity: 1;
}

.character .nafn h2, .char_mobile .nafn h2 { 
    font-size: 110px;
    margin:0;
    color:rgba(255,255,255,1);
    text-align: left;
    line-height: 1;
    text-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.character .nafn h4, .char_mobile .nafn h4 { 
    font-size: 28px;
    margin:0;
    color:rgba(255,255,255,0.6);
    text-align: left;
    line-height: 1;
    font-weight: 600;
}

.character .mynd, .charsmall mynd {
    position: absolute;
    left:0;
    top:0px;
    height:calc(100vh - 0px);
    width:100%;
    z-index: 0;
    transition: 0.1s ease-in-out;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 720px;
    opacity: 0;
}

.charsmall.on .mynd { 
    opacity: 1;
}


.parallax-background {
    position: absolute;
    right: 0;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
}

.herotext {
    position: absolute;
    z-index: 100;
    color:#fff;
    width: calc(100% - 200px);
    bottom: 60px;
    text-align: left;
    padding: 0 30px;
    max-width: 700px;
}

.herotext h1 {
    margin:0;
    font-size: 40px;
    text-align: left;
}

.herotext h2 {
    margin:0;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
}

.herotext a { 
    display: inline-block;
    padding:1px 0px;
    color:rgba(255,255,255,0.7);
    text-decoration: none;
    margin: 15px 10px 0 0;
    transition: 0.3s ease-in-out;
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}

.herotext a:hover { 
    color:rgba(255,255,255,1);
}

.herotext a:before { 
    content: "";
    position: absolute;
    bottom: 2px;
    left:0;
    height:2px;
    width: 0px;
    background: rgba(235,150,73,0.8);
    transition: 0.3s ease-in-out;
}

.herotext a:hover:before { 
    width:100%;
}

h4.upper {
    margin:0;
    font-size: 24px;
    font-weight: 300;
}

.destination {
    display: inline-block;
    width:calc(25% - 5px);
    height:100vh;
    position: relative;
    margin-top: 0px;
}

.destination a { 
    position: absolute;
    height:100%;
    width:100%;
}

.location {
    text-align: left;
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
}

.slide .location {
    position: absolute;
    width:calc(100% - 0px);
    z-index: 2;
    color:#fff;
    bottom:40px;
    left:0px;
    text-align: center;
    display: none;
}

.slide .location h3 { margin: 0; text-align: left;font-size: 50px;width:100%;text-align: center;text-shadow: 0 0 3px rgba(0,0,0,0.3); }
.slide .location h4 { margin: 0; text-align: left; font-weight: 300;font-size: 60px;text-shadow: 0 0 3px rgba(0,0,0,0.3); }

ul.social {
    float: right;
    list-style-type: none;
    margin: 20px 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #ccc;
}

ul.social li { 
    display: inline-block;
    margin-left: 5px;
}

ul.social li a {
    transition: 0.3s ease-in-out;
    opacity: 0.7;
    color:#fff;
}

ul.social li a:hover {
    opacity: 1;
    color:#2f88c9;
}

.episode {
    width: calc(25% - 5px);
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    min-height: 260px;
}

.episode figure {
    width:100%;
    height:170px;
    float: none;
}

.episode .texti {
    width:100%;
    height:80px;
    margin-top:5px;
}

.episode figure figcaption {
    position: absolute;
    z-index: 2;
    background-image:url(../img/episode_back.png);
    background-size: cover;
    height:34px;
    line-height: 33px;
    width:106px;
    right:3px;
    top:3px;
    color:#1d389a;
    font-size: 17px;
}

.episode h3 {
    margin: 3px 0 1px;
    width: 100%;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 17px;
}

.episode h3 a {
    color: #1d389a;
    text-decoration: none;
}

.episode p {
    margin: 0px 0 2px;
    color:#555;
    font-size: 16px;
}

.slick-dots {
    list-style-type: none;
    position: absolute;
    bottom: 30px;
    z-index: 100;
    margin-left: -27px;
    width:100%;
}

.slick-dots li {
    display: inline-block;
    margin: 2px;
    width:12px;
    height:12px;
    border:1px solid #fff;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
    position: relative;
}

.slick-dots li:nth-child(1) { display:none; }

.destinations .slick-dots li:nth-child(1) {
    display: inline-block;
}

.slick-dots li button {
    display: none;
    
}

.slick-dots li:hover {
    opacity: 0.9;
}

.slick-dots li.slick-active { background: #fff;border:1px solid #fff;opacity: 1; }

.slick-prev, .slick-next {
    position: absolute;
    left:50px;
    bottom:calc(0% + 80px);
    z-index: 1;
    height:100px;
    width:50px;
    opacity: 0.8;
    background:transparent;
    cursor: pointer;
    text-indent: 100px;
    overflow: hidden;
    border: none;
    transition: 0.3s ease-in-out;
}

.slick-next {
    right:50px;
    left: auto;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 1;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0.3;
}

.slick-prev:after, .slick-next:after {
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    content: ">";
    position: absolute;
    left: 2px;
    top: 7px;
    text-indent: 0;
    font-size: 60px;
    width: 50px;
    z-index: 2;
    line-height: 1;
    color: #fff;
}

.slick-next:after {
     content: "<";
     left: 6px;
}

#showmobile {
    display: none;
}

h2.chara {
    position: absolute;
    top: 90px;
    font-size: 50px;
    color:#fff;
    left: 30px;
    z-index: 100;
    letter-spacing: 0px;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

h2.chara.on {
    left: -300px;
    z-index: 100;
    opacity: 0;
}

.characters .slick-dots {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 100;
}

.characters .slick-dots li {
    width:60px;
    height: 60px;
    border-radius: 30px;
    border:2px solid #fff;
    opacity: 1;
    background:transparent;
    position: relative;
    vertical-align: top;
}

.charsmall h3  { 
    font-size: 32px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: 0.3s ease-in-out;
    line-height: 1;
    text-transform: uppercase;
}

.charsmall.on h3 { 
    font-size: 70px;
}

.char_mobile h3 { 
    color: #fff;
    font-size: 50px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: 0.3s ease-in-out;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.charsmall {
    width:calc(20% - 2px);
    display: inline-block;
    height:calc(100vh - 0px);
    background-position: center;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background-size: cover;
}

.charsmall.off {
    width:calc(4% - 1px);
}

.charsmall.off .nafn {
    opacity: 0;
}

.charsmall.on .nafn {
    opacity: 1;
}

.charsmall.on {
    width:calc(84% - 2px);
} 

.charsmall.on .img-wrap {
    opacity: 0;
}

.charsmall mynd { 
    width:100%;
    height:100%;
    position: absolute;
}

.charsmall .char_text {  
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.charsmall.on .char_text { 
    opacity: 1;
}

.textone {
    position: absolute;
    top:100px;
    left:70px;
    z-index: 101;
}

.texttwo {
    position: absolute;
    top:50%;
    right: calc(50% - 480px);
    z-index: 101;
}

.texthree {
    position: absolute;
    top:100px;
    right:70px;
    z-index: 101;
}

.textone h4 { 
    font-size: 48px;
    max-width: 400px;
    color: #fff;
    margin: 0;
    line-height: 1;
    text-align: left;
    letter-spacing: -1px;
}

.texttwo h4 { 
    font-size: 70px;
    font-weight: 300;
    color:#fff;
    margin: 0;
    line-height: 1;
    letter-spacing: -1px;
    text-align: left;
}

.texthree h4 { 
    font-size: 48px;
    max-width: 400px;
    color: #fff;
    margin: 0;
    line-height: 1;
    text-align: right;
    letter-spacing: -1px;
}

.episodes {
    width: 100%;
    height:260px;
    position: fixed;
    top:60px;
    left:0;
    background:#fff;
    display: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 100;
}

.episodes.on { 
    display: block;
    opacity: 1;
}

.vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   pointer-events: none;
   overflow: hidden;
}

.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; 
   min-height: 100vh;
   min-width: 177.77vh; 
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.destination_top {
    position: absolute;
    top:70px;
    left: 0;
    width:100%;
    z-index: 3;
}

.destination_top h2 { color:#fff;text-shadow: 0 0 3px rgba(0,0,0,0.1); }

.destination_top h4.upper { color:rgba(255,255,255,0.5); }

.thattur {
    height:180px;
    width:calc(20% - 4px);
    display: inline-block;
    margin-top: 30px;
}

.thattur figure {
    width:100%;
    height:150px;
}

.thattur h4 { font-weight:400; float: left; margin-top: 3px;letter-spacing: -1px; }

.episodes .sjaalla { 
    width:100%;
    height: 40px;
    text-align: center;
    margin-top: 2px;
}

.episodes .sjaalla a { 
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fcfcfc;
    color: #232323;
    text-decoration: none;
    background:#fff;
    transition: 0.3s ease-in-out;
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
}

.episodes .sjaalla a:hover { 
    background:#fcfcfc;
} 

.img-wrap {
    position: absolute;
    right: 0;
    top: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    transition: 0.1s ease-in-out;
    opacity: 1;
}

.back-img {
    background-size: auto 95%;
    background-position: center;
    background-repeat: no-repeat;
    height:107% !important;
}
.mo .back-img {
    top: -8% !important;
}

.mip .back-img {
    background-size: auto 85%;
    top: -7% !important;
}

.katmandu .back-img {
    top: -6% !important;
    background-size: auto 90%;
}

/*
.mip .back-img {
    background-size: auto 95%;
    background-position: center;
    background-repeat: no-repeat;
    height:110% !important;
    
}

.katmandu .back-img { 
    background-size: auto 80%; 
}
*/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background:#fff !important;
    height:6px;
    width:6px;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -3px 0 0 -4px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background:#fdb827;
    margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
    max-width: 240px;
    background: #000;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
    top: -4px;
}

#fp-nav.fp-show-active a.active + .fp-tooltip { opacity: 0; }
#fp-nav.fp-show-active a.active:hover + .fp-tooltip { opacity: 1; }

#fp-nav {
    border-radius: 5px;
    background: rgba(0,0,0,0.5);
    z-index: 7;
}

#fp-nav ul li, .fp-slidesNav ul li {
    margin: 7px 7px 7px 5px;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    margin: -5px 0 0 -5px;
}

.slide  {
    position: relative;
}

.slide .mynd {
    height: 100%;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    background-size: cover;
    background-position: center;
}

.fp-controlArrow {
    bottom: 26px !important;
    border-style:none !important;
    position: relative;
    right: 35px !important;
    top:auto !important;
    left: auto !important;
    opacity: 0.8;
    font-weight: 300;
    display: none;
}

.fp-controlArrow:hover { 
    opacity: 1;
}

.fp-controlArrow.fp-prev {
    right: 101px !important;
    left: auto;
    border-width: 0;
    border-color: transparent;
}

.fp-controlArrow:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300 !important;
    content: "\f32b";
    position: absolute;
    right: 0;
    bottom: 0px;
    text-indent: 0;
    font-size: 32px;
    width: 32px;
    z-index: 2;
    line-height: 1;
    color: #fff;
}

.fp-controlArrow.fp-prev:after {
     content: "\f32a";
    font-weight: 300 !important;
}

.arrow {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    bottom: 30px !important;
    border-style:none !important;
    position: absolute;
    right: 68px !important;
    top:auto !important;
    left: auto !important;
    width:32px;
    height:32px;
    z-index: 12;
    font-size: 34px;
    color:#3fddf9;
    cursor: pointer;
    opacity: 0.8;
    --fa-primary-color: rgb(255, 255, 255);
    --fa-secondary-color: rgb(25, 125, 190);
}

.arrow.on { 
    opacity: 1;
}

.arrow:hover, .arrow:focus {
    opacity: 1;
} 

.arrow.dissabled {
    opacity: 0.1;
    color:#fff;
}

.arrow.up { 
   bottom: 70px !important; 
}

.arrow.right { 
   right: 30px !important; 
}

.arrow.left { 
   right: 105px !important;
}

.destination_ul {
    position: absolute;
    bottom:30px;
    left:30px;
    list-style-type: none;
    padding: 0;
    margin:0;
   /* width:calc(100% - 200px);*/
    z-index: 5;
    color:#fff;
    text-align: left;
}

.destination_ul li { 
    display: inline-block;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin: 5px 0;
    padding:2px 10px 0 5px;
    border-left:3px solid rgba(255,255,255,0.9);
    opacity: 0.9;
    float: left;
    clear: both;
    transition: 0.4s; 
}

.destination_ul li:hover { opacity: 1;}

.destination_ul li.on { 
    border-left:5px solid #61cae7;
    opacity: 1;
    font-size: 24px;
    font-weight: 800;
}

.destination_ul li a {
    color: #fff;
    text-decoration: none;
} 

.destination_ul li a span {
    font-size: 18px;
    font-weight: 300;
    display: block;
    color: rgba(255,255,255,1);
    display: none;
}

.destination_ul li.on  a span {
    display: block;
    line-height: 16px;
    margin: 0 0 -8px 0;
}

.episodes_ul {
    position: absolute;
    bottom:40px;
    left:40px;
    list-style-type: none;
    padding: 0;
    margin:0;
    width:calc(100% - 200px);
    z-index: 5;
    color:#fff;
    text-align: left;
    
}

.episodes_ul li { 
    display: inline-block;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1px;
    font-size: 18px;
    margin-right: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    /* border-bottom:3px solid rgba(255,255,255,0.2);*/
}

.episodes_ul li ul {
    margin:0;
    padding: 0;
    font-size: 1px;
}

.episodes_ul li ul li { 
    padding: 2px;
} 

.episodes_ul li ul li a { 
    font-size: 16px;
}

.episodes_ul li a {
    color: #fff;
    text-decoration: none;
} 

.episodes_ul li a span {
    font-size: 15px;
    font-weight: 300;
    display: block;
}

.bottom {
    position: absolute;
    width:100%;
    height:130px;
    bottom:0;
    left: 0;
    z-index: 2;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    opacity: 0.8;
}

.toppur {
    position: absolute;
    width:100%;
    height:100px;
    top:0;
    left: 0;
    z-index: 2;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    opacity: 0.8;
}

.episodesimage {
    width: 100%;
    height: 160px;
    background-size: cover;
    display: inline-block;
    border:4px solid #fff;
    position: relative;
}

.trailer {
    position: relative;
    top: 0px;
    left:0;
    font-size: 26px;
    width: 100%;
    height:100%;
    display: block;
}

.trailer a { 
    position: relative;
    top: 0px;
    left:0;
    color: #fff;
    font-size: 26px;
    width: 100%;
    height:100%;
    display: block;
    padding-top: 50px;
    z-index: 10;
}

.trailer a i { 
    background: rgba(235,150,73,0.7);
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    width: 50px;
    transition: 0.5s ease;
} 

.trailer a:hover i {
    background: rgba(235,150,73,0.9);
}

.episodesimage iframe { 
    max-width: 506px;
    height: 285px;
}

.myndbond {
    height:400px;
    width:100%;
    overflow: hidden;
}

.myndbond .myndband {
    display:inline-block;
    width: calc(20% - 10px);
    height: 300px;
    vertical-align: top;
    margin-top: 20px;
    margin:20px 10px;
}

.season_win h2 {
    color:#fff;
    font-size: 26px;
    text-transform:uppercase;
}

.season_win h2  span {
    color:#3fddf9;
    font-weight: 500;
    display:block;
    clear: both;
}

.episodeinfo { 
    width: 100%;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    color:#fff;
    padding-right: 20px;
    text-align: left;
    font-size: 15px;
}

.s_e {
    position: absolute;
    bottom:10px;
    left:10px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;border-radius: 3px;
}

.episodeinfo .description {
    display:none;
}

.episodeinfo h2 {  
    text-transform: none;
    color: #fff;
    margin: 5px 0 0;
    font-size: 18px;
} 

.episodeinfo h3 {  
    text-transform: none;
    color: rgba(255,255,255,0.7);
    margin: 2px 0 0;
    font-weight: 500;
    font-size: 15px;
} 

.episodeinfo span { 
    color: rgba(255,255,255,0.7);
}

.thaettir {
    background-image: url(/wp-content/uploads/2021/03/missiontable.jpg);
    background-size: cover;
}

.contact-form  {
    text-align: left;
}

.contact-form label {
    text-align: left;
}

.contact-form input {
    padding: 5px;
    font-size: 16px;
}

.contact-form label span {
    color:#ccc;
}

.membervideo {
    width:calc(20% - 4px);
    height:240px;
    display: inline-block;
    vertical-align: top;
    padding: 1px;
}

.membervideo figure {
    height:165px;
    width: 100%;
    border-radius: 5px;
    background-color: #efefef;
}

.membervideo h3 {
    padding: 5px 0;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    float: left;
    margin: 0;
}

footer#footer .toppur {
    opacity: 0.3;
    z-index: 0;
}

footer#footer .wrapper {
    position: relative;
    z-index: 3;
}

.char_mobile {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-size: cover;
    background-position: center;
}

.char_mobile .char_text {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-size: auto 60%;
    background-position: center;
}

.forsidugluggi .bottom {
    height: 200px;
    opacity: 1;
}

.grtvideo-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0, 0.85);
	z-index:99999;
}

.grtvideo-popup-content {
	margin-top:150px;
	width:95%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	position:relative;
}

.grtvideo-popup-close {
	position:absolute;
	top:-35px;
	right:0;
	color:#FFF;
	font-size:25px;
	cursor:pointer;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
}

@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
}

@keyframes glowi {
    0%   { border: 1px solid rgba(255,255,255,0.2); box-shadow: 0 0 10px rgba(255,255,255,0.2); }
    25%  { border: 1px solid rgba(255,255,255,0.5); box-shadow: 0 0 13px rgba(255,255,255,0.5); }
    50%  { border: 1px solid rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(255,255,255,0.8); }
    50%  { border: 1px solid rgba(255,255,255,0.5); box-shadow: 0 0 13px rgba(255,255,255,0.5); }
    100% { border: 1px solid rgba(255,255,255,0.2); box-shadow: 0 0 10px rgba(255,255,255,0.2); }
}

.hljod, .hljodaf  {
    position: absolute;
    bottom:220px;
    left:30px;
    color:#fff;
    z-index: 100;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
    transition: 0.3s ease;
    animation-name: glowi;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.hljod {
    display: none;
}

@keyframes glowibig {
    0%   {border: 1px solid rgba(235,150,73,0.8); box-shadow: 0 0 20px rgba(255,255,255,0.8);}
    25%  {border: 1px solid rgba(235,150,73,0.9); box-shadow: 0 0 23px rgba(255,255,255,0.9);}
    50%  {border: 1px solid rgba(235,150,73,1); box-shadow: 0 0 25px rgba(255,255,255,1);}
    50%  {border: 1px solid rgba(235,150,73,0.9); box-shadow: 0 0 23px rgba(255,255,255,0.9);}
    100% {border: 1px solid rgba(235,150,73,0.8); box-shadow: 0 0 20px rgba(255,255,255,0.8);}
}

.hljod:hover, .hljodaf:hover {
    box-shadow: 0 0 20px rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.8);
    animation-name: glowibig;
    background:rgba(255,255,255,0.9);
}

.hljodaf a, .hljod a {
    color:#fff;
    opacity: 0.4;
    transition: 0.3s ease;
    font-size: 30px;
    line-height: 45px;
    display: block;
}

.hljodaf a:hover, .hljod a:hover {
    opacity: 1;
    color:rgba(235,150,73,1);
}

.clientlogin {
    min-height:calc(100vh - 60px);
    width:100%;
    background-image: url(/wp-content/uploads/2021/03/loginbackground.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    color:#fff;
    position: relative;
}

.clientlogin .article-content {
    position: relative;
    z-index: 2;
}

.clientlogin:before {
    background-color: #0066a9;
    opacity: 0.9;
    height: 100%;
    width:100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
}


.clientlogin .article-body a.takki {
    border: 1px solid #fff;
    color: #fff;
}

.clientlogin .page-head {
    background: transparent;
    margin-top: 0px;
    padding-top: 100px;
}

.clientlogin .page-head h1 {
    color:#fff;
}

.clientlogin .page-head { position: relative; z-index: 2;}

.clientlogin .page-head h3 {
    color:rgba(255,255,255,0.5);
}

.clientlogin .um-field-label label { color:#fff; }

.clientlogin .um-field-checkbox-option, .clientlogin .um-field-radio-option, .clientlogin a.um-link-alt { color:#fff !important; }

.page-id-452 h2 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
}

.page-id-452 h2 span, .page-id-452 h3 span {
    color:#62cbe8;
}

.page-id-452 .article-body h3.cat {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: underline #62cbe8;
}

.popup {
    background: #fff;
    position: absolute;
    left:calc(50% - 360px);
    top:calc(50vh - 290px);
    width:100%;
    height:100%;
    max-width: 740px;
    max-height: 580px;
    border-radius: 6px;
    padding:30px;
}

.dark.cc_dialog {
    background-color: rgba(0,0,0,0.8) !important;
}

.cc_dialog.simple {
    max-width:100% !important;
}

.cc_dialog {
    padding:20px !important;
    left: 0 !important;
}

.cc_dialog h1 {
    font-family: 'Overpass', sans-serif !important;
    font-size: 22px !important;
    margin:0 !important;
    font-weight: 900 !important;
}

.page .ourcontentteam {
    width:calc(100% - 0px);
    clear: both;
    margin: 0 0px 40px;
}

.ourcontentteam .member {
    width: calc(25% - 14px);
    display: inline-block;
    margin: 5px;
    position: relative;
    vertical-align: top;
}
/*
.ourcontentteam .member:nth-child(21) {
    display: block;
    width: calc(25% - 13px);
}*/

.ourcontentteam .member h3 {
    margin: 10px 0 0;
    display: block;
    float: left;
    width: 100%;
}

.ourcontentteam .member h4 {
    margin: 0px 0 20px;
    display: block;
    float: left;
    width: 100%;
    font-weight: 400;
}

.ourcontentteam .member .thiner {
    font-weight: 400;
}

.ourcontentteam .member figure {
    height:260px;
    width:100%;
    clear: both;
    background-size: cover;
    position: relative;
}
/*
.ourcontentteam .member:nth-child(21) figure {
    margin-top: 5px;
    margin-right: 8px;
}

.ourcontentteam .member:nth-child(19) {
    margin-right: 49%;
}
*/
.ourcontentteam .member figure figcaption {
    position: absolute;
    width: 100%;
    background-color: rgba(1,73,120, 0.9);
    bottom: 0;
    left: 0;
    display: none;
    color:#fff;
    padding:15px 20px;
    text-align:left;
    cursor: pointer;
}

.ourcontentteam .member figure figcaption h3 {
    margin: 0;
    font-size: 20px;
}

.ourcontentteam .member figure:hover figcaption, .ourcontentteam .member figure figcaption.on {
    display: block;
}

.member-show {
    display: inline-block;
    float: left;
    width: calc(100% - 14px);
    min-width: calc(100% - 14px);
    position: relative;
    min-height:0px;
    height: 0;
    padding:0 20px;
    background-color: rgba(1,73,120, 1);
    margin: -5px 5px 0 5px;
    color:#fff;
    transition: 0.2s linear;
    font-size: 18px;
}

.member-show p:nth-child(1) {
    margin-top: 0;
}

.member-show p {
    display: none;
}

.member-show.on p {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

.member-show a {
    color:#e09958;
}
.member-show.on { 
    display: inline-block;
    min-height:200px;
    padding:20px;
    height: auto;
}

.member-show h2 {
    margin:0 0 5px;
    font-size: 30px;
    font-weight: bolder;
}

.more_teaminfo {
    position: absolute;
    width:100%;
    display: none;
}
/*
.member:hover .more_teaminfo {
    display: block;
}



.ourcontentteam:hover .member {
    opacity: 0.5;
}

.ourcontentteam:hover .member:hover  {
    opacity: 1;
}

.member:hover  {
    opacity: 1;
}
*/

.member-close {
    position: absolute;
    top:14px;
    right:14px;
    display:none;
    font-size: 18px;
}

.member-open  {
    position: absolute;
    top:14px;
    right:14px;
    font-size: 18px;
}

.on .member-open {
    display:none;
}

.on .member-close {
    display:block;
}

.watchvideo {
    display:inline-block;
    padding:5px 10px;
    border:1px solid #fff;
    position: absolute;
    bottom: 220px;
    left: 30px;
    color:#fff;
    text-decoration: none;
    opacity: 0.7;
    transition: 0.3s ease-in-out;
    z-index: 14;
    font-size: 16px;
}

.watchvideo a {
    color:#fff;
    text-decoration: none;
}


.watchvideo:hover {
    opacity: 1;
}
