/* CSS Document */
* {
  box-sizing: border-box;  
}
html {
  overflow-y: auto;
  scroll-behavior: smooth;
}
html, body{
  min-height: 100%;
  min-width: 100%;
  margin: 0;
 /* font-family: 'futura-pt-bold', sans-serif; 
  font-family: sans-serif;	*/
  font-family: 'Raleway', sans-serif!important;
  position: relative;
  background-color: #fff;
}
.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
	background-color: #fff;
	z-index: 9999;
}
.preloader-js img {
    display: block;
    width: 150px;
    height: auto;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -75px;
}
#website{
	display: none;
}
.loads{
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 3em!important;
    margin-left: -102px;
	font-family: 'Raleway', sans-serif;
}

.fulls {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#poster{
	margin-top: 120px;
}
#lbs_ex{
	font-size: 1.75vw;
    line-height: .75;
    font-family: 'Raleway', sans-serif;
	position: fixed;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
	overflow: hidden;
}
	.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #fff!important;
}

a{
		text-decoration: none;
		color: #000!important;
	}
a:hover {
		text-decoration: none;
	}
.mobile-container {
	scroll-behavior: smooth;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    height: 100%;
}

.active {
	background-color: black;
    background-color: rgba(0, 0, 0, 0.0)!important;
}
.topnav {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9995;
    width: 100%;
	padding: 4px 0px;
	height: auto;
	display: none;
}
.topnavbg {
    background-color: white;
	webkit-box-shadow: 0px 2px 5px rgba(111, 111, 111, .6);
	box-shadow: 0px 2px 5px rgba(111, 111, 111, .6);
}
.topnavsh{
display: block;	
}
.topnav {
    min-height: 55px;
	height: 75px;
}
.navbar-nav li{
    width: auto;
    padding: 0px 10px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: .8rem;
    margin-top: 4px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent!important;
}

.topnav a {
  color: #fff;
  padding: 2px 10px;
  text-decoration: none;
  display: block;
}
.collapse.show {
    transition: .5s ease!important;
}
/*
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 20px;
  border-radius: 0px 0px 0px 20px;
}
*/
.topnav a.icon {
    background: white;
    z-index: 9900;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /* margin-left: 20px; */
    border-radius: 0px 0px 20px 0px;
}
.topnav a:hover {
  background-color: transparent;
     color: #777!important;
 text-decoration: none;
}
	#logosm{
		padding: 0px 10px;
		    text-align: center;
	}
.rri {
    float: right;
    top: 16px;
	transition: .5s ease;
}
#logosm h1 {
    display: inline-block;
    font-family: 'futura-pt-bold',sans-serif;
    font-size: 3em;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: .75em !important;
    letter-spacing: -.01em;
    z-index: 2;
    background-color: rgba(138,197,239, 0.9);
    /* border-radius: 10px; */
    width: 500px;
    padding: 14px 14px!important;
    border-radius: 0px 0px 20px 0px;
    margin: -10px 0px 0px -10px;
}
.h_sign{
text-align: center;
    width: 100%;
    left: 50%;
    top: 35%;
    font-size: 4vw;
    position: absolute;
    margin-left: -50%;
    color: black;
    /* text-shadow: 2px 4px 3px rgba(0,0,0,0.3); */
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.mfp-bg {
	    background: #fff!important;
	opacity: 1;
}
#social-test {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    position: fixed;
	top: 28px;
    left: 12px;
    z-index: 9996;
    width: auto;
}
#social-test h2 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
}
#social-test .social {
  padding-left: 0px;
}
#social-test li {
color: rgba(255, 255, 255, 0.7);
    list-style-type: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 24px;
    padding: 1%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 0px;
    transition: ease 0.5s;
    border-radius: 20px;
}
#social-test li:hover {
  color: #4F84C4;
  /*border: 1px solid #4F84C4;*/
  -webkit-animation: neon .08s ease-in-out infinite alternate;
          animation: neon .08s ease-in-out infinite alternate;
}
.social:hover > li {
  opacity: 0.5;
}
.social:hover > li:hover {
  opacity: 1;
}
.section-class-name{
	height: 100vh;
	width: 100vw;
}
.fader {
    position: absolute;
    background-image: url(../img/gal_bttm_fade.png)!important;
    height: 80px;
    width: 100%;
    bottom: 20px;
left: 0px;
    z-index: 9;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}
/*-- Sign Styles --*/
.sign {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sign__word {
  font-size: 3rem;
  /*font-family: 'PT Sans', sans-serif;*/
  font-family: 'futura-pt-bold', sans-serif;
  text-align: left;
  /*color: #4F84C4;*/
 color: #fff;
	text-transform: uppercase;
}
.sign_b{
	-webkit-animation:neon .08s ease-in-out infinite alternate; /* Safari & Chrome */
-moz-animation:neon .08s ease-in-out infinite alternate; /* Firefox */
-ms-animation:neon .08s ease-in-out infinite alternate; /* Internet Explorer */
-o-animation:neon .08s ease-in-out infinite alternate; /* Opera */
animation:neon .08s ease-in-out infinite alternate; /* W3C */
}

/*-- Animation Keyframes --*/
@-webkit-keyframes neon {
  from {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 30px rgba(30, 132, 242, 0.78), 0 0 50px rgba(30, 132, 242, 0.92);
  }
  to {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 34px rgba(30, 132, 242, 0.88), 0 0 55px #1e84f2;
  }
}
@keyframes neon {
  from {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 30px rgba(30, 132, 242, 0.78), 0 0 50px rgba(30, 132, 242, 0.92);
  }
  to {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 34px rgba(30, 132, 242, 0.88), 0 0 55px #1e84f2;
  }
}
.tat{
position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -50px;
    text-transform: uppercase;
    font-size: 1.3em!important;
	    color: rgba(79,132,196,.6);
	
    text-shadow: rgba(0,0,0,.2) 2px 6px 5px, rgba(255,255,255,.4) 0 -4px 30px;
}
	
.active {
  background-color: #4CAF50;
  color: white;
}
h1 {
  text-align: center;
  margin: 5em 0;
}
#hvid{
	    position: inherit;
    display: block;
	background-color: white;
}
#hgall{
    position: relative;
    height: auto;
    margin-top: 8vh;
    width: 100%;
    background-color: rgba(255,255,255,.7);
    z-index: 1000;
    display: block;
    padding: 40px 0px 0px 0px;
    margin: 0px;
}
#vgall {
    position: relative;
    /*height: 650px;*/
	height: auto;
	/*padding-bottom: 20px;*/
    overflow: hidden;
    margin-top: 8vh;
    width: 100%;
    background-color: rgba(255,255,255,.7);
    z-index: 9000;
    display: block;
    padding: 0px;
    margin: 00px 0px 0px 0px;
}
#ngall {
    position: relative;
    height: 650px;
    overflow: hidden;
    margin-top: 8vh;
    width: 100%;
    background-color: rgba(255,255,255,.7);
    z-index: 9000;
    display: block;
    padding: 0px;
    margin: 0px;
}
#smgall{
	height: 550px;
	overflow: hidden;
    margin-top: 8vh;
    width: 100%;
    background-color: rgba(255,255,255,.7);
    z-index: 9000;
    display: block;
    padding: 0px;
    margin: 0px;
}
.fancybox-is-open{
transition-duration: 366ms;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9;	
}
.mfp-title {
    color: #000!important;
}
.fancybox-content img{
display: block;
    height: 80vh;
    width: auto;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #000!important;
}
.mfp-title {
    color: #000!important;
}
img.mfp-img {
    max-width: 100%;
    height: 80vh;
}
	.Grid-masonry {
  -webkit-column-width: 25em;
          column-width: 25em;
  -webkit-column-gap: 0em;
          column-gap: 0em;
  -webkit-column-count: 4;
          column-count: 4;
	margin-bottom: 5%;
}
.Grid-masonryP {
  -webkit-column-width: 25em;
          column-width: 25em;
  -webkit-column-gap: 0em;
          column-gap: 0em;
  -webkit-column-count: 4;
          column-count: 4;
	margin-bottom: 5%;
}
.Grid-masonry-item {
  margin-bottom: .0rem;
}
.Grid-masonry-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    cursor: pointer;
}
#myImg:hover {opacity: 0.7;}
.gall:hover {opacity: 1;}
.containerv{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
	background-color: white;
	height: 93%;
}
figure.snip1208 h3 {
    /* margin-bottom: 10px; */
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 1em;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    /*text-shadow: 2px 2px #000;*/
}
#hgall h3 {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 1em;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 1px 1px #000;
    color: #4F84C4;
    margin-left: 75px;
}
#hsep{
	position: absolute;
    height: auto;
    width: 100%;
    background-color: rgba(255,255,255,.5);
	padding-bottom: 75px;
	overflow: hidden;
}
.hpic{
	float: left;
    display: block;
    text-align: center;
    margin-top: 10px;
}
#posts {
  text-align: center;
  font-size: 0;
}
#posts .post {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0;
  border: 3px solid #000;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  transition: all 300ms ease-out;
}
#posts .post h2 {
  color:#fff;
  position: absolute;
  bottom: 40px;
  margin: 0;
  font-size: 2vw;
  line-height: 0.8;
  /*font-family: 'MuseoSansRounded-900', 'Arial Black', sans-serif;*/
  padding: 0 60px;
  text-transform: uppercase;
  text-align: left;
  z-index: 1000;
}
#posts .post p {
  color:#fff;
  position: absolute;
  bottom: 20px;
  margin: 0;
  font-size: 1vw;
  line-height: 0.8;
  padding: 0 60px;
  text-transform: capitalize;
  text-align: left;
  z-index: 1000;
}
#posts .post:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  transition: all 300ms ease-out;
  content: '';
  z-index: 1;
}
#posts .post:hover:before {
  opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}



/* === MEDIA QUERIES === */

/* MOBILE FIRST */
/* XS */ 
/* SM */ @media (min-width: 34em) {#posts .post {width:50%;}}
/* MD */ @media (min-width: 48em) {#posts .post {width:33.33%;}}
/* LG */ @media (min-width: 62em) {#posts .post {width:33.33%;}}
/* XL */ @media (min-width: 80em) {#posts .post {width:25%;}}
         @media (min-width: 90em) {#posts .post {width:25%;}}

#vosts {
text-align: center;
    font-size: 0;
	/* New */ 
	height: 200px;
    position: relative;
    padding-bottom: 56.25%;
}
#vosts .vost {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    /* padding-bottom: 56.25%; */
    margin: 0;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    transition: all 300ms ease-out;
}
#vosts .vost h2 {
	color: #000;
    position: absolute;
    bottom: 60px;
    margin: 0;
    font-size: 2.2vw;
    line-height: .75;
    font-family: sans-serif;
    font-family: 'Raleway', sans-serif;
    padding: 0 40px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    z-index: 1000;
}
#vosts .vost p {
  color:#000;
  position: absolute;
  bottom: 40px;
  margin: 0;
  font-size: .8vw;
  line-height: 1;
  padding: 0 40px;
  text-transform: capitalize;
  text-align: center;
	width: 100%;
  z-index: 1000;
font-family: sans-serif;
}
#vosts .vost:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  transition: all 300ms ease-out;
  content: '';
  z-index: 1;
}
#vosts .vost:hover:before {
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
#hmvidban{
	    width: 100vw;
}
#nosts {
  text-align: center;
  font-size: 0;
}
#nosts .nost {
    position: relative;
    width: 33%;
    height: 500px;
    overflow: hidden;
    margin: 0;
    border: 3px solid #000;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    transition: all 300ms ease-out;
}
#nosts .nost h2 {
  color:#fff;
  position: absolute;
  bottom: 60px;
  margin: 0;
  font-size: 2vw;
  line-height: 0.8;
  /*font-family: 'MuseoSansRounded-900', 'Arial Black', sans-serif;*/
  padding: 0 60px;
  text-transform: uppercase;
  text-align: left;
  z-index: 1000;
}
#nosts .nost p {
  color:#fff;
  position: absolute;
  bottom: 40px;
  margin: 0;
  font-size: 1vw;
  line-height: 0.8;
  padding: 0 60px;
  text-transform: capitalize;
  text-align: left;
  z-index: 1000;
}
#nosts .nost:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=3);
  filter: alpha(opacity=3);
  transition: all 300ms ease-out;
  content: '';
  z-index: 1;
}
#nosts .nost:hover:before {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.msg p {
    /*font-size: 1.6em;*/
	font-size: 1.4vw;
    font-family: sans-serif;
    text-transform: uppercase;
    color: black;
    background-size: 100%;
    padding-top: 6px;
    background-color: rgba(0,0,0,.0);
    padding-left: 10px;
    margin-bottom: 4px;
}
.scmd{
    width: 33%;
    float: left;
    text-align: center;
    color: white;
    display: block;
    font-size: 5vw;
    background-color: rgba(111, 111, 111, .2);
    padding: 10vh 0px;
}
.scmd:hover{
	background-color: rgba(111, 111, 111, .6);
	color: #4F84C4;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

/*
.page {
  width: 100%;
  height: 1000px;
  margin: 0;
  padding: 0em;
  background: #000;
  text-align: center;
  position: relative;
}

.page h1 {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 0em 0 0;
  font-size: 1em;
  margin-top: 50px;
  text-shadow: 1px 1px 2px white;
  color: darkgrey;
}

.page h1:after {
  content: '';
  width: 100%;
  position: absolute;
  top: 120%;
  opacity: 0.5;
  border-bottom: 2px solid #fff;
  display: block;
}

.page.page-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
} */
.Xlinks a {
    color: #000!important;
    cursor: pointer;
    border-bottom: solid thin #e3e3e3;
    /* font-family: 'Questrial', sans-serif; */
}
.Xlinks a:hover{
	color: #ccc;
	cursor: pointer;
}

#main{
    height: 100vh;
	width: 100vw;
    overflow: hidden;
}
.d-block {
	height: 100vh;
    width: 100%;
	object-fit: cover;
	object-position: 90% 0%;
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.carousel-indicators{
display: none!important;
}
.carousel-control-next-icon {
	display: none!important;
}
.carousel-control-prev-icon {
	display: none!important;
}

@-webkit-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		 -o-transform: scale(0);
	transform: scale(0);
	}
}
@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	transform: scale(1);
	}
}
@-webkit-keyframes fadeInBack {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-webkit-transform: scale(2);
	transform: scale(2)
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(5);
	transform: scale(5);
	}
}
@-webkit-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) rotate(360deg);
		transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(0) rotate(360deg);
	}
}
/**/

@-moz-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
		  -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
		  -ms-transform: scale(1);
    -o-transform: scale(1);
transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-moz-transform: scale(0);
		  -ms-transform: scale(0);
    -o-transform: scale(0);
transform: scale(0);
	}
}
@-moz-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
		  -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
transform: scale(1.3);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
		  -ms-transform: scale(1);
    -o-transform: scale(1);
transform: scale(1);
	}
}
@-moz-keyframes fadeInBack {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
		  -ms-transform: scale(0);
    -o-transform: scale(0);
transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-moz-transform: scale(2);
		-ms-transform: scale(2);
    -o-transform: scale(2);
transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-moz-transform: scale(5);
				-ms-transform: scale(5);
    -o-transform: scale(5);
transform: scale(5);
	}
}
@-moz-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-moz-transform: scale(0) rotate(360deg);
		-ms-transform: scale(0) rotate(360deg);
    -o-transform: scale(0) rotate(360deg);
transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
	}
}
/**/

@keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(0);
	}
}
@keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
}
@keyframes fadeInBack {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	50% {
		opacity: 0.4;
		transform: scale(2);
	}
	100% {
		opacity: 0.2;
		transform: scale(5);
	}
}
@keyframes fadeInRotate {
	0% {
		opacity: 0;
		transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}
/* Photos */
#Gal{
	height: 100vh;
    overflow: hidden;
	}

a img{
	height: auto;
		
	}
#overlay {
  background: rgba(0,0,0, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}

#overlay img {
  margin: 10% auto 0;
  height: 70vh;
  width: auto;
  border-radius: 5px;
  float: inherit;
}

#photo-gallery {
  width: 100%;
	}
.blue{
		height: 100vh;
}
.phlogo{
	display: none;
	position: fixed!important;
    top: 20px;
	width: auto;
	left: 0%;
	text-align: center;
}

.phlogov{
    display: block;
    z-index: 9002;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,0%);
    width: auto;
	position: fixed;
	top: 0px;
}
.hlogo{
    display: block;
    z-index: 9002;
    left: 50%;
	top: 20px;
    margin-right: -50%;
    transform: translate(-50%,0%);
    width: auto;
}

.l_sign {
    text-align: center;
    width: 100%;
    font-size: 3.5em;
    position: relative;
    color: black;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.l_sign a{
	text-decoration: none!important;
    color: #000!important;
}
.l_sign a:hover{
	text-decoration: none!important;
    color: rgba(000, 000, 000,.8)!important;
	background-color: transparent;
}
		
.hhlogo{
    display: none;
    width: 100%;
    text-align: center;
	    height: 65px;
    margin: 0 auto;
    /* padding: 10px; */
    position: relative;
}
.ytp-title {
    display: none!important;
}
.foosocialt{
text-align: center;
    height: 20px;
    font-size: 10px;
    position: fixed!important;
    bottom: 0px;
    left: 0px;
    float: left;
    width: 100%!important;
    color: black;
    background: rgba(255,255,255,1);
    padding: 4px 0px;
    z-index: 9001;
    -webkit-box-shadow: 0px -1px 5px rgba(111, 111, 111, .6);
    -moz-box-shadow: 0px -1px 5px rgba(111, 111, 111, .6);
    box-shadow: 0px -1px 5px rgba(111, 111, 111, .6);
}
.foosocialt a{
    color: #000!important;
    padding: 2px;
	font-family: 'Questrial', sans-serif;
	font-weight: 200;
}
.lnks{
	width: 25%!important;
    padding: 0px!important;
	text-align: center;
	float: left;
	}
/* Line */
@keyframes progress1 {
  0% {
    transform: scalex(0);
    opacity: .5;
  }
  90% {
    transform: scalex(1);
    opacity: 1;
  }
  92% {
    transform: scalex(1);
    opacity: 1;
  }
  100% {
    transform: scalex(1);
    opacity: 0;
  }
}

@keyframes progress2 {
  0% {
    transform: scale(.3,.8) translatez(0);
    opacity: 0;
  }
  90% {
    transform: scale(1,1) translatex(300px) translatez(0);
    opacity: 1;
  }
  100% {
    transform: scale(1,1) translatex(300px) translatez(0);
    opacity: 0;
  }
}

	#Bx{
	        padding-top: 74px;
		height: 100vh!important;
		/*background-image: url("../img/ph_bg.jpg")!important;*/
		background-size: cover;
		position: relative;
		    overflow-y: hidden;
	}
	#Cx{
    padding-top: 60px;
    background-image: url(../img/gall_bg.jpg)!important;
    background-size: cover;
    width: 100vw;
    height: 100vh!important;
    position: relative;
    overflow: hidden;
    background-color: white;
	}
	#Cox{
    padding-top: 60px;
    background-image: url(../img/bg_contact.jpg)!important;
    background-size: cover;
    width: 100vw;
    height: 100vh!important;
    position: relative;
    overflow: hidden;
    background-color: white;
	}
	#Px{
	    padding-top: 75px;
		height: 100vh!important;
		/*background-image: url("../img/contact_bg.jpg")!important;*/
		background-size: cover;
		position: relative;
		width: 100%;
	}
	.arrow {
  	text-align: center;
    /* margin: 8% 0; */
    position: absolute;
    right: 4px;
    bottom: 4px;
	padding: 10px;
	cursor: pointer;
}
.arrow a{
	color: white!important;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#player1{
   height: 70vh;
    width: 100vw;
  -webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
	}
#player1-active {
	height: 80vh;
	-webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
	}
.m-p-g {
  max-width: 100%;
  margin: 0 auto;
}
.m-p-g__thumbs{
     height: calc(89vh - 10px);
    display: block;
    overflow-y: auto;
}

.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      border-radius: 25px;
    border: 3px solid rgba(79,132,196,.1);
}
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  transition: background .25s ease-out, visibility .01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.85)!important;
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 50%;
  left: 50%;
    max-height: 70vh;
    max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top:10vh;
  right: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
    display: initial;
    align-items: center;
    justify-content: center;
    width: 50px;
    background-color: red;
    height: 50px;
    border-radius: 50%;
    padding-top: 15px;
    background: rgba(255, 255, 255, 0.07);
    transition: all .25s ease-out;
}
.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
}
svg:not(:root) {
    background-color: #4F84C4!important;
    border-radius: 12px!important;
}
.content-slider ul{
			list-style: none outside none;
		    padding-left: 0;
            margin: 0;
		}
        .demo .item{
            /*margin-bottom: 60px;*/
        }
.content-slider li{
		    text-align: center;
		    color: #FFF;
}
		.content-slider h3 {
		    margin: 0;
		    padding: 70px 0;
		}
		.demo{
			width:80%;
			margin: auto;
		}
.content-slider img{
width: 100%;
    height: auto;
	}

.vcontent-slider ul{
			list-style: none outside none;
		    padding-left: 0;
            margin: 0;
		}

#vcontent-slider{
	 -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

.vcontent-slider li{
		text-align: center;
		color: #FFF;
		position: relative;
}

.vcontent-slider h3 {
	color: #000;
    font-size: 1em;
    z-index: 3;
    transition: .5s ease;
    position: absolute;
    background: rgba(255,255,255,0.8);
    top: 50%;
    width: 100%;
    padding: 2px 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: sans-serif;
    font-weight: normal;
		}
.vcontent-slider h3:hover {
    background: rgba(255,255,255,0.5);
}
	 .vthumb .item{
            margin-bottom: 0px;
		 
        }
	.vthumb{
    width: 100%;
    margin: auto;
    height: 200px;
    overflow: hidden;
	cursor: pointer;
	}
.vcontent-slider li img{
    width: 100%;
    height: auto;
	cursor: pointer;
	position: relative;
	-webkit-filter: grayscale(100%) blur(2px); /* Safari */
    filter: blur(2px) grayscale(100%);
}
.vcontent-slider li:hover img{
	background-image: url("../img/playButton.png");
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	-webkit-filter: blur(0px) grayscale(0%); /* Safari */
    filter: blur(0px) grayscale(0%);
}

#social-test a:hover{
	text-decoration: none!important;
	background-color: none!important;
	padding: 0px;
	margin: 0px;
}
#social-test a{
    color: #fff;
    padding: 0px 0px;
    text-decoration: none;
}
#titt{
	color: black;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: -115px;
    left: 14px;
    /* width: 100%; */
    font-size: 1.4em;
    display: none;
    z-index: 9001;
    opacity: .8;
    height: 150px;
}
#printVer{
 text-align: center;
	width: 100vw;
	height: 100vh;
	color: white;
	background-color: black;
	position: fixed;
	left: 0;
	top:0;
	z-index: 9999;
	display: none;
}
.old{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(11%, 17%, 24%,.85);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 700px;
}
.modal-footer {
	    padding: 0rem!important;
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: relative;
    /* top: 100px; */
    right: 20%;
    color: white!important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#img01{
	height: 80vh!important;
    width: auto!important;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
#modal-img{
	cursor: pointer;
}
/* Press */
.vthumbmenu{
position: fixed;
    background-color: #fff;
    color: #000;
    bottom: 0px;
    z-index: 999;
    z-index: 9000;
    width: 100%;
    text-align: center;
	font-family: sans-serif;
    display: none;
    height: 38px;
    padding-top: 12px;
    font-size: .8em;
    cursor: pointer;
}
.vthumbmenu:hover{
	color:rgba(79, 132, 196, 1)!important;
}
.vdown{
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	font-size: 0.6em;
	color:rgba(138,197,239, 0.9);
}
/*News */
#news{
	padding: 0px!important;
	
}

#newsc{
    margin: 0px!important;
    width: 100%!important;
    overflow-x: hidden;
    overflow-y: auto;
	height: 100vh;
    padding-bottom: 100px;
}
.newsr{
	margin: 0px!important;
	overflow: hidden;
}
#presssc {
    margin: 0px!important;
    width: 98%!important;
    overflow-x: hidden;
    overflow-y: auto;
    height: 86vh;
}
.nws img{
	filter: grayscale(.9);
}
.nws img:hover{
	filter: grayscale(0);
	transition: .5s ease;
}
.overlay {
position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  background-color: rgba(255,255,255,.9);
  overflow: hidden;
  width: 100%;
  height:33%;
  transition: .5s ease;
  color: black;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
      cursor: pointer;
}
.overlay .text {
    color: black;
    font-size: 16px;
    position: relative;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-transform: uppercase;
    font-family: sans-serif;
    padding: 0px 4px;
    line-height: 18px;
    vertical-align: middle;
}
.pop{
font-size: 12px;
text-transform: lowercase;
font-weight: normal;
color: dimgrey;
}
.Grid-masonry-item .container{
	padding: 0px!important;
}
.Grid-masonry-item .container:hover .overlay {
    bottom: 0;
    height: 100%;
}
.container {
  position: relative;
  width: 50%;
}
.container:hover .overlay {
  bottom: 0;
  height: 100%;
  background-color: rgba(255,255,255,.6);
  transition: .5s ease;
}
.modal{
 /*  background-color: rgba(0,0,0,0.8)!important; */
background-color: rgba(255, 255, 255,.85);
}
.modal-dialog {
    max-width: 100%!important;
    max-height: 80vh!important;
}
.modal-body {
    padding: .2rem!important;
}
figure.snip1312 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1312 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
figure.snip1312 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
figure.snip1312 figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 15px 15px 30px;
  background-color: #ffffff;
}
figure.snip1312 .date {
  background-color: #7f8c8d;
  top: 15px;
  color: #fff;
  left: 15px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1312 .date span {
  display: block;
  line-height: 24px;
}
figure.snip1312 .date .month {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1312 h3,
figure.snip1312 p {
  margin: 0;
  padding: 0;
}
figure.snip1312 h3 {
  min-height: 50px;
  margin-bottom: 10px;
  margin-left: 60px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
figure.snip1312 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1312 footer {
  padding: 0 25px;
  background-color: #667273;
  color: #e6e6e6;
  font-size: 0.8em;
  line-height: 30px;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
figure.snip1312 footer > div {
  display: inline-block;
  margin-left: 10px;
}
figure.snip1312 footer i {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
figure.snip1312 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1312:hover img,
figure.snip1312.hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
figure.snip1208 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 10px;
  min-height: 150px;
  /*max-height: 250px;*/
  width: 100%;
  text-align: left;
  font-size: 16px;
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.snip1208 img {
  width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-filter: brightness(50%) grayscale(100%) blur(3px);
  filter: brightness(50%) grayscale(100%) blur(3px);
}
figure.snip1208 img:hover {
	  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1208 figcaption {
    padding: 0px 4px 0px 0px;
    position: absolute;
    /* margin-top: -150px; */
    bottom: 40%;
    /* left: 30%; */
    text-align: center;
    width: 97%;
}
figure.snip1208 .date,
figure.snip1208 i {
  /*background-color: #4F84C4;*/
background-color: rgba(79,132,196,0.4);
  top: 20px;
  color: #fff;
  left: 25px;
  min-height: 20px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}
figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
      font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1208 .date span {
  display: block;
  line-height: 20px;
}
figure.snip1208 .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
  line-height: 40px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 h3 {
    /* margin-bottom: 10px; */
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 1.2vw;
    height: 60px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
	/*text-shadow: 2px 2px #000;*/
}
figure.snip1208 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1208 button {
  border: medium none;
  padding: 10px 10px;
  /*background-color: #666;*/
    background-color: rgba(79,132,196,0.4);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
margin-top: -10px;
  /*text-transform: uppercase;*/
  font-size: 0.8em;
}
figure.snip1208 a {
    z-index: 1;
    border: medium none;
    padding: 6px 6px;
    /* background-color: #666; */
    background-color: rgba(155,155,155,0.7);
    /* font-weight: 800; */
    letter-spacing: 2px;
    /* margin-top: -100px; */
    font-size: 0.8em;
    position: absolute;
    left: 50%;
    margin-left: -46px;
    top: 100%;
	color: white!important;
}
figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-filter: grayscale(0%) blur(Opx)brightness(100%);
   /* Safari 6.0 - 9.0 */
  filter: grayscale(0%) blur(0px) brightness(100%);
}
figure.snip1208:hover .date,
figure.snip1208.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208:hover i,
figure.snip1208.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1208:hover button,
figure.snip1208.hover button {
  background-color: #666;
}
.snipper {width: 50%;}
.closes {
    border-bottom: thin solid grey;
    margin-top: 20px;
    padding-bottom: 0px;
    border-top: thin solid grey;
    background-color: rgba(111,111,111,.05);
}
/* Flashing */
.tnewsbg figure:hover img {
	opacity: 1;
	-webkit-animation: flash 0.5s;
	animation: flash 0.5s;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}	
}
@media (max-width:2559px){
.hlogov {
    top: 10px;
}
}
@media (min-width:2560px){
.m-p-g__thumbs {
    height: 90vh;
    display: block;
    overflow-y: scroll;
}
#player1 {
    height: 75vh;
    width: 100vw;
}
#player1-active {
	height: 80vh;
	-webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
	}
}
/* Contact */
#contact-form {
    padding: 80px 20px 0px 20px;
    width: 1200px;
    float: left;
    left: 50%;
    position: absolute;
    margin-top: 0px;
    height: 100vh;
    margin-left: -600px;
    overflow: hidden;
    font-family: sans-serif;
}
#contact-form h4{
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding-top: 20px;
}
#contact-form input,   
#contact-form select,   
#contact-form textarea,   
#contact-form label { 
   font-size: 15px;  
   margin-bottom: 2px;
       width: 100%;
} 
#contact-form input,   
#contact-form select,   
#contact-form textarea { 
   width:100%;
   background: #fff;
   border: 0; 
   -moz-border-radius: 4px;  
   -webkit-border-radius: 4px;  
   border-radius: 4px; 
}  
#contact-form input:focus,   
#contact-form select:focus,   
#contact-form textarea:focus {  
   background-color: #E5E6E7; 
}  
#contact-form textarea {
   width:100%;
   height: 100px;
}
#contact-form button[type="submit"] {
   cursor:pointer;
   width:100%;
   border:none;
   background-color: rgba(0,0,0,1);
   /*background:#4F84C4;
   background-image:linear-gradient(bottom, #4F84C4 0%, #4F84C4 52%);
   background-image:-moz-linear-gradient(bottom, #4F84C4 0%, #4F84C4 52%);
   background-image:-webkit-linear-gradient(bottom, #4F84C4 0%, #4F84C4 52%);*/
   color:#FFF;
   margin:0 0 5px;
   padding:10px;
   border-radius:5px;
}
#contact-form button[type="submit"]:hover {
   background-image:linear-gradient(bottom, #000 0%, #000 52%);
   background-image:-moz-linear-gradient(bottom, #000 0%, #000 52%);
   background-image:-webkit-linear-gradient(bottom, #000 0%, #000 52%);
   -webkit-transition:background 0.3s ease-in-out;
   -moz-transition:background 0.3s ease-in-out;
   transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
   box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
input:required, textarea:required {  
   -moz-box-shadow: none;  
   -webkit-box-shadow: none;  
   -o-box-shadow: none; 
	 box-shadow: none;
} 
#contact-form .required {  
    font-weight: bold;
    color: #666;
    font-size: 14px;
}
.ffield{
 height: 60px;
}
/* Hide success/failure message
   (especially since the php is missing) */
#failure, #success {
   color: #6EA070; 
   display:none;  
}

#cmain{
	float: left;
	display: block;
	margin: auto;
	width: 100%;
}
#cid{
width: 100%;
    position: relative;
    float: left;
    line-height: 15px;
    /* left: 50px; */
    color: black;
    font-size: 14px;
    margin-top: 2em;
    margin-top: 50px;
    padding: 10px 20px;
    background: rgba(239, 239, 239, .3);
}
#cid:hover {
    transform: scale(1.5);
    width: auto;
    width: 100%;
    /* margin-top: 0px; */
    margin-bottom: 20px;
    left: 0%;
    margin-left: 25%;
    transition: all 500ms;
  }
#rid {
width: 100%;
    position: relative;
    float: left;
    line-height: 15px;
    /* left: 50px; */
    color: black;
    font-size: 14px;
    margin-top: 2em;
    margin-top: 10px;
    padding: 10px 20px;
    background: rgba(239, 239, 239, .3);
}
#rid:hover {
    transform: scale(1.5);
    width: auto;
    width: 100%;
    /* margin-top: 0px; */
    padding-top: 20px;
    left: 0%;
    margin-left: 25%;
    transition: all 500ms;
  }
.smm{
	text-transform: capitalize;
	font-size: .9em;
}
.clist{
    padding-top: 20px;
    float: left;
    color: aliceblue;
    position: absolute;
    left: 50%;
    /* width: 300px; */
    margin-left: -244px;
    text-align: center;
}
.cluck{
    width: 50%;
    float: left;
	cursor: pointer;
}
.xluck{
    width: 50%;
    float: left;
	cursor: pointer;
}


#consc {
    margin: 0px!important;
    width: 100%!important;
    overflow-x: hidden;
    overflow-y: auto;
    height: 86vh;
	   -webkit-transition: all 5s ease;  
  -moz-transition: all 5s ease;  
  -o-transition: all 5s ease;  
  -ms-transition: all 5s ease;  
  transition: all 5s ease;
}
.form {
	max-width:  400px;
    margin: auto;
    background: rgba(79,132,196,0.3);
    border-radius: 10px;
    margin-top: 4em;
    margin-bottom: 6em;
    padding: 1.25em;
    color: #fff;
    text-align: center;
    font-variant: all-small-caps;
    text-shadow: 2px 2px #000;
}

label {
    display: block;
    margin-top: 0em;
    margin-bottom: .5em;
    color: #999;
}

input {
    font-size: 1.2em;
    width: 100%;
    padding: .5em .5em;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

textarea {
    font-size: 1.2em;
    width: 100%;
    height: 100px;
    min-height: 60px;
    padding: .5em .5em;
    transition: all .5s ease-in-out;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

.modal-footer button {
    font-size: .8rem;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: .5rem .8em;
    text-align: center;
    color: white;
    border: none;
    border-radius: 3px;
	background: rgba(0,0,0,.5);
    -webkit-font-smoothing: antialiased;
}

.modal-footer button:hover,
.modal-footer button:focus {
    cursor: pointer;
    background: rgba(0,0,0,0.2);
}

.modal-footer button:active {
    opacity: 1;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, .1) inset;
}

.success {
    margin-bottom: .75rem;
    padding: 1em;
    color: #468847;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #dff0d8;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.error {
    margin-bottom: .75rem;
    padding: 1em;
    color: #b94a48;
    border: 1px solid rgba(185, 74, 72, .3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f2dede;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

ul,
li {
    list-style-type: none;
}

h1.tit-h1 {
    font-size: 38px;
    margin: 30px 0 15px;
    text-align: center;
    color: #f60;
}

.on_changes {
    position: absolute;
    z-index: 99;
    top: 248px;
    left: 15px;
    display: none;
    width: 570px;
    padding: 10px;
    list-style-type: none;
    border: 1px solid #000;
    background: #fff;
}

.on_changes li {
    float: left;
    margin: 8px;
    padding: 4px;
    cursor: pointer;
    min-width: 220px;
    list-style-type: none !important;
}

.on_changes li.active {
    background: #cee7ff;
}

.social {
    display: block;
    margin: auto;
    width: auto;
    float: left;
}
@media (max-width:1800px){
.phlogo {
    top: 4px;
}
.phlogov {
    top: 2px;
}
.l_sign {
    font-size: 2.5em;
	}
}
@media (max-width:1504px){
.topnav {
    height: 55px;
}
.l_sign {
    font-size: 2.2em;
}
#social-test {
    top: 18px;
	}
.rri {
    top: 12px;
    right: -9px;
}
	#social-test {
    font-size: 12px;
	}
	.navbar-nav li {
    font-size: .6rem;
	}
	.Grid-masonry {
  -webkit-column-width: 25em;
          column-width: 25em;
  -webkit-column-gap: 0em;
          column-gap: 0em;
  -webkit-column-count: 4;
          column-count: 4;
	margin-bottom: 5%;
}
.Grid-masonryP {
  -webkit-column-width: 25em;
          column-width: 25em;
  -webkit-column-gap: 0em;
          column-gap: 0em;
  -webkit-column-count: 4;
          column-count: 4;
	margin-bottom: 5%;
}
#player1 {
    height: 65vh;
    width: 100vw;
}
	.vthumb{
    height: 146px;
	}
	.fulls{
		transform: translate(-50%, -50%);
	}
	#posts .post {width:16.66%; height: 350px;}
	#vgall {height: auto;}
	#vosts .vost {height: auto;}
	#nosts .nost {height: 350px;}
	#ngall {height: 450px;}
.hlogov {
    top: 20px;
}
.phlogov {
    top: 5px;
}	
	.vcontent-slider h3 {
    font-size: .8em;
	}
	#Bx {
    padding-top: 54px;
	}
	.msg p {
    font-size: 1.2em;
	}
	.overlay .text {
    font-size: 14px;
	}
	#contact-form {
	width: 1000px;
    margin-left: -500px;
    padding: 30px 20px 0px 20px
}
}

@media (max-width: 1400px) {
#contact-form {
    width: 900px;
    margin-left: -450px;
}
}
@media (max-width: 1280px) {
.Grid-masonry {
  -webkit-column-width: 33.33em;
          column-width: 33.33em;
  -webkit-column-gap: 0em;
          column-gap: 0em;
  -webkit-column-count: 3;
          column-count: 3;
	margin-bottom: 5%;
}
.Grid-masonryP {
  -webkit-column-width: 33.33em;
          column-width: 33.33em;
  -webkit-column-gap: 0em;
          column-gap: 0em;
  -webkit-column-count: 3;
          column-count: 3;
	margin-bottom: 5%;
}
.fulls {
    transform: translate(-60%, -50%);
}
  .grid figure img {
    height: 270px;
  }
.grid figure figcaption {
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figcaption h2 {
  text-transform: uppercase;
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 1em;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: 0.1em;
  font-weight: 300;
  margin: 1em;
}

.grid figure h2 span {
  font-weight: 800;
}

figure.effect-steve {
  z-index: auto;
  background: #000;
}

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}

figure.effect-steve figcaption {
  z-index: 1;
}

figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve h2,
figure.effect-steve p {
  background: #f1f1f1;
  color: #2d434e;
}

figure.effect-steve h2 {
  position: absolute;
  padding: 0.25em;
  bottom: 10px;
  width: 100%;
}

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-steve:hover:before {
  opacity: 1;
}

figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve:hover h2:before {
  opacity: 0;
}

figure.effect-steve:hover p {
  opacity: 1;
}

.grid figure,
figcaption,
img {
  z-index: 0;
}

.grid figure figcaption h2 {
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid figcaption p {
  font-size: 14px;
  font-weight: 200;
  position: absolute;
  bottom: 0;
  margin: 0;
	width:100%;
  height: 25%;
}

figure:hover h2 {
  background: #f1f1f1;
  transition: transform 0.35s;
  transform: translateY(-3.0em);
}

h1.slogan {
  text-align: center;
  background-color: #2d434e;
  font-weight: 100;
  margin: 0;
  padding: 20px;
}
#contact-form {
width: 800px;
margin-left: -400px;
padding: 30px 20px 0px 20px;
}
#cid {
    font-size: 0.9em;
	}
#rid {
    font-size: 0.9em;
	}
	#posts .post {width:16.66%; height: 350px;
	}
	.msg p {
    font-size: 1em;
	}
	.phlogo {
    top: 12px;
}
	.phlogov {
    top: 4px;
}
	/*Video page title*/
	#titt {
    bottom: -118px;
    left: 14px;
	}
}
/* 100% Image Width on Smaller Screens */

@media screen and (max-width: 1024px) {
.fulls {
    transform: translate(-50%, -50%);
}
.rri {
    top: 4px;
	}
#social-test {
    top: 14px;
}
.l_sign {
    font-size: 3vw;
	}
.dsl1{
	object-position: 55% 10%;	
	}
.dsl3{
object-position: 50% 10%;
	}
.foosocialt {
    text-align: center;
    font-size: 10px;
    position: fixed!important;
    bottom: 0px;
    float: left;
    color: grey;
    z-index: 9;
}
	.sign__word {
    font-size: 2.5rem;
	}
	.tat {
    top: 30px;
    font-size: 1em!important;
    margin-left: -38px;
	}

	/* Video */
	.vthumbmenu {
position: fixed;
    left: 0%;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: none;
    height: 60px;
    padding-top: 20px;
    cursor: pointer;
}
	 .vcontent-slider h3 {
    font-size: .7em;
	    padding-bottom: 4px;
}
	.fa-video-camera{
	color: grey;
	}
#titt {
    bottom: -110px;
    left: 14px;
    font-size: 1em;
}

	/* Press */
	#newsc {
	    overflow-y: auto;
		height: 100%;
        height: 100vh;
    	padding-bottom: 50px;
	}
		#Bx {
	    overflow: hidden;
	}
    figure.snip1208 .date {
		    top: 10px;
	}
	figure.snip1208 h3{
		margin-bottom: 5px;
		height: 40px;
		font-size: .9em;
	}
	/* Contact */
	#contact-form {
	width: 700px;
    margin-left: -350px;
	    padding: 40px 20px 0px 20px;
}
	#cid{
	}
	#rid{
	}
	#posts .post h2 {
    bottom: 40px;
	padding: 0 20px;
	}
	#posts .post p {
    bottom: 25px;
    padding: 0 25px;
	}
	#vosts .vost h2 { 
	bottom: 52px;
	}
	.scmd {
	    padding: 7vh 0px;
}
	#Cox{
	background-position: right bottom;
	}
}
@media screen and (max-width: 991px) {
	.topnav {
    padding: 0px 0px;
	}
	.navbar-toggler-icon {
    width: 1em!important;
    height: 1em!important;
	}
	.rri {
    top: 0px;
    right: -8px;
}
	#social-test {
    font-size: 12px;
    left: 12px;
	    width: 25%;
}
	.navbar-collapse {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 96vw;
	height: 100vh;
    background-color: rgba(255,255,255,.9);
    text-align: center;
    margin-top: 14px!important;
}
	.navbar-nav li {
    width: auto;
    padding: 10px 10px!important;
    border-bottom: thin solid lightgrey;
}
}
@media screen and (max-width: 812px) {
.l_sign a {
    font-size: 4vw!important;
}
.phlogo {
    top: 12px;
}
	.preloader-js img {
    top: 10%;
	}
.fulls {
    transform: translate(-50%, -50%);
}
.snipper {width: 100%;}
#logosm {
    padding: 5px 10px;
	    text-align: center;
	}
	.sign__word {
    font-size: 3rem;
	}
	.full {
  	background-position: right -100px;
}
.Grid-masonry {
  -webkit-column-width: 33em;
          column-width: 33em;
  -webkit-column-gap: 0em;
          column-gap: 0em;
  -webkit-column-count: 3;
          column-count: 3;
	margin-bottom: 33.33%;
}
	.l_sign {
    font-size: 3.5vw;
	}
	.fa-2x {
    font-size: 1em!important;
}
	.vcontent-slider img{
    height: 150px;
}
	.foosocialt {
text-align: center;
    font-size: 10px;
    position: fixed!important;
    bottom: 0px;
    left: 0%;
    float: left;
    width: 100%!important;
    margin-left: 0%;
    color: grey;
    z-index: 9;
	}
	.vthumbmenu {
    position: fixed;
    left: 0%;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: none;
    height: 60px;
    padding-top: 20px;
    cursor: pointer;
}
	.fader {
    bottom: 20px;
    height: 50px;
}
	/* Contact */
	#cid{
	margin-left: 0px;
    font-size: .8em;	
	}
	#rid{
	margin-right: 0px;
    font-size: .8em;
	}
	#titt {
    font-size: .8em;
    bottom: -10px;
    height: 50px;
	}
	#Cox{
	background-position: right bottom;
	}
	.overlay .text {
    font-size: 10px;
    line-height: 14px;
}
	.pop {
    font-size: 10px;
	}
	#contact-form {
    width: 600px;
    margin-left: -300px;
	padding: 30px 20px 0px 20px;
}
}
@media only screen and (max-width: 736px){
.sign__word {
    font-size: 2rem;
}
  .form {
    width: 90%;
    margin-top: 12%;
  }
 .form h3 {
    font-size: 1.5rem;
}
	.xform {
    width: 90%;
    margin-top: 12%;
}
	.xform h3 {
    font-size: 1.5rem;
}
	.clist {
    position: relative;
	}
}
@media only screen and (max-width: 530px){

	.rri {
    top: 0px;
}
	.phlogov {
    top: 16px;
	}
.foosocialt {
    font-size: 8px;
}
	.navbar-collapse {
    padding-top: 10px!important;
	}
	figure.snip1208 {
    margin: auto;
    padding-left: 10px;
	}
   #titt {
    opacity: 0;
	}
	#posts .post {
    width: 50%;
    height: 200px;
	}
	#smgall {
    height: 200px;
	}
	.Grid-masonry {
  -webkit-column-width: 50em;
          column-width: 50em;
  -webkit-column-gap: 0em;
          column-gap: 0em;
  -webkit-column-count: 2;
          column-count: 2;
	margin-bottom: 50%;
}
#vosts .vost {
    height: auto;
}
	#vosts {
    text-align: center;
    font-size: 0;
    height: 150px;
    overflow: hidden;
}
	#vgall {
    height: auto;
}
	#Cx {
		background-position: right bottom;
}
	#Cox {
		background-position: right bottom;
}
	#contact-form {
    width: 90%;
    margin-left: -45%;
}
	#contact-form input, #contact-form select, #contact-form textarea, #contact-form label {
    font-size: 10px;
}
	#contact-form .required {  
    font-weight: bold;
    color: #666;
    font-size: 14px;
}
	.ffield{
 height: 50px;
}
	.Grid-masonryP {
  -webkit-column-width: 50em;
          column-width: 50em;
  -webkit-column-gap: 0em;
          column-gap: 0em;
  -webkit-column-count: 2;
          column-count: 2;
	margin-bottom: 5%;
}
	#social-test {
    top: 6px;
    left: 1px;
}
	.l_sign a {
    font-size: 5.5vw!important;
}
	.phlogo {
    top: 16px;
}
	.overlay .text {
    font-size: 2.2vw;
    line-height: 10px;
}
	/* Videos */
	#titt {
    opacity: 100;
    bottom: 150px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 1em;
    color: lightgrey;
    height: 50px;
}
}
@media only screen and (max-width: 414px){
.h_sign {
    font-size: 8vw;
	}
.foosocialt {
    text-align: center;
    font-size: 7px;
    position: fixed!important;
    bottom: 0px;
    float: left;
    padding: 2px 0px!important;
    width: 100%!important;
    height: 15px;

}
	.l_sign {
    font-size: 5vw;
	}
	.lnks{
	width: 25%!important;
    padding: 0px!important;
	}
  .modal-content {
    width: 100%;
  }
.sign__word {
       font-size: 1.7rem;
}
	#social-test li {
    line-height: 10px;
	width: 12px;
    height: 12px;

    /* border-radius: 0px; */
    border: none;
	}
	.sign {
    text-align: center;
}
	.topnav a {
    padding: 8px 14px;
    font-size: 12px;
	}
	.fulls{
        transform: translate(-50%, -40%)
	}
	#Bx {
    background-position: right -250px bottom 10px;
}

.preloader-js img {
	    display: block;
    width: 150px;
    height: auto;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -75px;
}
.fader {
    display: none;
}
.tat {
    position: absolute;
    top: 53px;
    left: 50%;
    /* font-size: 1em!important; */
    margin-left: -23px;
    text-transform: uppercase;
    font-size: .6em!important;
    color: rgba(255,255,255,.3);
	}
	.m-p-g__controls-close {
        top: 20vh;
    right: 1vw;
	}
	/* Videos */
	#player1{
	padding-bottom: 56.25%!important;
	}
	.m-p-g__thumbs {
    height: 90vh;
    display: block;
    overflow-y: scroll;
}
	.vthumb {
    margin-top: -120px;
	}
	.vcontent-slider h3 {
	}
	/* Press */
	figure.snip1208 h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
	/* Press */
	figure.snip1208 h3 {
    font-size: .8em;
}
	figure.snip1208 a {
    padding: 2px 2px;
    font-size: 0.6em;
	}
	figure.snip1208 figcaption {
    bottom: 50px;
	}
	figure.snip1208 .date, figure.snip1208 i {
    /* background-color: #4F84C4; */
    top: 10px;
    color: #fff;
    left: 10px;
    min-height: 20px;
    min-width: 40px;
	}
	figure.snip1208 .date {
    font-size: 12px;
}	
	figure.snip1208 .date .month {
    font-size: 12px;
	}
	/* News */
	#newsc {
    overflow-y: auto;
    height: 100vh;
	padding-bottom: 100px;
}
	/* contact */
	#Px {
    padding-top: 40px;
	}
	
#contact-form h4 {
    font-size: 1em;
	}
	.form {
    width: 90%;
    margin-top: 5%;
}
#contact-form label {
    font-size: 14px;
	}
	.xform {
    width: 90%;
    margin-top: 5%;
}
	.clist {
    position: relative;
    padding-top: 10px;
}

/* Hide success/failure message
   (especially since the php is missing) */
#failure, #success {
   color: #6EA070; 
   display:none;  
}
	#contact-form textarea {
    height: 20px;
}
#cid {
}
#rid {
}
	.imgs{
	}
	label {
    margin-top: 10px;
}
	#hgall {
    height: 100%;
}
	#vosts .vost h2 {
    bottom: 30px;
    font-size: 3vw;
    padding: 0 20px;
	}
	#vosts .vost p {
    bottom: 20px;
    font-size: 2.4vw;
    padding: 0 20px;
	}
	#posts .post h2 {
    bottom: 30px;
    font-size: 3vw;
    padding: 0 20px;
	}
	#posts .post p {
    font-size: 2.4vw;
    padding: 0 20px;
	bottom: 20px;
}
	#nosts .nost {
    height: 300px;
}
	#nosts .nost h2 {
    bottom: 60px;
    padding: 0 20px;
    font-size: 3vw;
}
	#nosts .nost p {
    bottom: 50px;
    padding: 0 20px;
	font-size: 2.4vw;
}
	#ngall {
    height: 400px;
}
	.msg p {
    font-size: 1em;
}
}
@media only screen and (max-width: 375px){
.loads {
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 2em!important;
    margin-left: -75px;
}
#titt {
    opacity: 100;
    bottom: 150px;
    height: 50px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 12px;
}
.fader {
    bottom: 45px;
    height: 50px;
}
	.m-p-g__thumbs {
    height: 86vh;
	}
.m-p-g__controls-close {
    top: 14vh;
    right: 1vw;
}
	.form {
    width: 90%;
    margin-top: 2%;
}
	.form h3 {
    font-size: 1.2rem;
	}
	.xform {
    width: 90%;
    margin-top: 2%;
}
	.xform h3 {
    font-size: 1.2rem;
	}
	figure.snip1208 figcaption {
    bottom: 63px;
}
	#contact-form {
		font-size: .8em;
	}
			label {
    margin-top: 4px;
}
}

@media only screen and (max-width: 320px){
	.m-p-g__thumbs {
    height: 78vh;
}
	.sign__word {
    font-size: 1.4rem;
}
	#cid {
		display: none;
	}
}
@media only screen and (max-device-width: 896px) and (orientation: landscape) {
	#Bx {
    padding-top: 50px;
	}
	.phlogov {
    top: 14px;
}
	.overlay .text {
    font-size: 12px;
}
	.m-p-g__thumbs {
    height: 80vh;
    display: block;
    overflow-y: scroll;
}
	.sign__word {
    font-size: 1.6rem;
	}
	.fader {
    bottom: 21px;
}
	#social-test {
    height: 50px;
    font-size: 10px;
    bottom: 1px;
	z-index: 9996;
}	
	.tat {
    position: absolute;
    top: 32px;
    left: 50%;
    /* font-size: 1em!important; */
    margin-left: -23px;
    text-transform: uppercase;
    font-size: .6em!important;
    color: rgba(255,255,255,.3);
	}
	/*Video */
	#player1 {
		    height: 65vh!important;
	}
	#mvideo {
    margin-top: -10px!important;
}
	.vthumb {
    z-index: 9999;
        margin-top: -50px;
	}
	.vcontent-slider h3 {
		font-size: .5em;
	}
	.vthumbmenu {
    height: 35px;
	bottom: 0px;
}
	#titt {
    opacity: 0;
	}
	/* Press */
	#newsc {
    height: 100vh;
}
	.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%!important;
    flex: 0 0 33%!important;
    max-width: 33%!important;
}
	figure.snip1208 h3 {
    margin-bottom: 5px;
    font-size: 1.1em;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
	figcaption {
    font-size: 12px;
}
	#Px{
		    height: 100%!important;
	}
	#consc {
		height: 150vh;
	}
#contact-form {
    margin-top: 2px;
    width: 80%;
    left: 0px;
    margin-left: 10%;
	overflow-y: auto;
	padding-bottom: 100px;
}
	#contact-form h4 {
    padding-top: 10px;
    font-size: 1rem;
}
	.ffield {
    height: 50px;
}
	#contact-form .required {
    font-size: 12px;
	}
	#cid{
		font-size: .8em;
	}
	#rid{
		font-size: .8em;
	}
	#contact-form textarea {
    height: 50px;
}
	#contact-form input, #contact-form select, #contact-form textarea, #contact-form label {
    font-size: 11px;
}
	#contact-form button[type="submit"] {
    padding: 5px;
    font-size: 12px;
}
	div#Cox {
    background-position: 50% 50%;
}
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
	.m-p-g__thumbs {
    height: 82vh;
    display: block;
    overflow-y: scroll;
}	
		.sign__word {
    font-size: 1.7rem;
	}
	.fader {
    bottom: 22px;
}
	#social-test li {
    width: 20px;
    height: 20px;
    line-height: 14px;
	}
	.m-p-g__controls-close {
    top: 15vh;
	}
	.msg p {
    font-size: 1.2em;
	}
		.foosocialt {
		font-size: 8px;
	}
#titt {
    opacity: 100;
    font-size: 14px;
	}
	#cid{
	    display:none;
	}
	#rid{
		 display:none;
	}
}
@media only screen and (max-device-width: 530px) and (orientation: landscape){
#contact-form {
    width: 90%;
    margin-left: 5%;
}	
}
