/*
Theme Name: aspect
Theme URI: http://www.cuckoodesign.com
Author: Cuckoo Design
Author URI: http://www.cuckoodesign.com
Description: The aspect theme for WordPress. 
Version: 1.00

Tags: aspect
*/

/*
z-index's

1
.sliderHolder .button
.overlay


2
.sliderText
.slick-dots
.panelImageHolderInner
.datePost


3
.header


4
.navSubHolderOpen
*/

img
{
  display:block;
  border:0;
}
img.imageStretch
{
  width:100%;
}

article img,
p img
{
  max-width:100%;
  height:auto;
  margin-top:5px;
  margin-bottom:5px;
  margin-right:10px;
}

/* WordPress Alignment */
.alignleft
{
  float:left;
}
.alignright
{
  float:right;
}
.aligncenter
{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

a
{
  color:inherit;
  outline:none; /*remove outline on image links, looks nicer.  If its needed for accessibility we can put it back in later*/

  cursor:pointer; /*for when <a doesn't have href, ie onclick="javascript*/

  transition:color 0.3s;
}
a:hover,
a:focus
{
  color:inherit;
  text-decoration:none;
  outline:none; /*remove outline on image links, looks nicer.  If its needed for accessibility we can put it back in later*/
}

h1, h2, h3, h4, h5, h6, p
{
  padding:0px;
  margin:0px;
  letter-spacing:1px;
}

h1
{
  font-size:27px;
  font-weight:bold;
  margin-bottom:20px;
}

h2
{
  font-size:22px;
  font-weight:bold;
  margin-bottom:12px;
}

h3
{
  font-size:17px;
  font-weight:500;
  margin-bottom:10px;
}

h4
{
  font-size:16px;
  font-weight:500;
  margin-bottom:8px;
}

p
{
  margin-bottom:15px;
}


ul
{
  padding-left:25px;
}

ul li
{
  padding-left:1px;
  padding-bottom:5px;
}



/* Style adjustments for viewports 320px and over go here, anything smaller than 320 treat it as 320 */
@media all and (min-width: 0px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family:"objektiv-mk2", sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:15px;
    color:#141414;
    
    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  .logoHolder
  {
    display:inline-block;
    text-align:center;
    height:95px;
    transition:all 0.8s ease 0s;
  }
  .logoHolder.shrink
  {
    height:calc(95px - 10px);
  }

  .logo
  {
    height:100%;
    padding-top:15px;
    padding-bottom:15px;
  }
  

  #exCollapsingNavbar
  {
    /*
    display:block!important;
    height:auto!important;
    */
  }

  .navbar-toggler
  {
    border:0px;
    background-color:transparent;
    position:absolute;
    right:15px;
    top:5px;
  }

  .lines-button
  {
    padding: 1.7rem 0.0rem;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    border-radius: 0.57143rem;
    
    outline:none;
  }
  .lines-button:hover
  {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  .lines-button:active
  {
    transition: 0;
  }
  .lines
  {
    display: inline-block;
    width: 2.3rem;
    height: 0.13rem;
    background: #FF9026;
    border-radius: 1.0rem;
    transition: 0.4s;
    position: relative;
    
    vertical-align:middle;
  }
  .lines:before,
  .lines:after
  {
    display: inline-block;
    width: 2.3rem;
    height: 0.13rem;
    background: #FF9026;
    border-radius: 1.0rem;
    transition: 0.4s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
  }
  .lines:before
  {
    top: 0.7rem;
  }
  .lines:after
  {
    top: -0.7rem;
  }
  .lines-button:hover .lines,
  .lines-button:hover .lines:before,
  .lines-button:hover .lines:after
  {
    background: #FF9026;
  }
  .lines-button:hover .lines:before
  {
    top: 0.7rem;
  }
  .lines-button:hover .lines:after
  {
    top: -0.7rem;
  }
  .lines-button.open
  {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  .lines-button.x.open .lines
  {
    background: transparent;
  }
  .lines-button.x.open .lines:before,
  .lines-button.x.open .lines:after
  {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 3rem;
  }
  .lines-button.x.open .lines:before
  {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .lines-button.x.open .lines:after
  {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }



  .navigation > li
  {
    display:block;
    font-size:19px;
    font-weight:bold;
    letter-spacing:1px;
    margin-left:12px;
    margin-right:13px;
    padding-bottom:18px;
  }

  .sliderText
  {
    font-size:32px;
    font-weight:500;
    line-height:100%;
    color:white;
    text-align:center;

    position:absolute;
    z-index:2;
    width:100%;
    padding-left:3%;
    padding-right:3%;
    top:7%;

    text-shadow:0px 0px 40px #465C8C;
  }

  .slick-dots
  {
    display:none!important;
  }
  
  .iconBullet
  {
    width:18px;
    
    float:left;
    
    margin-left:0px;
    margin-right:8px;
    margin-bottom:1px;
  }

  .bulletsHalf
  {
    column-count:1;
  }

  .footer .bullets
  {
    column-count:2;
  }
}


/*iPhone 6 or iPhone 5 sideways*/
@media all and (min-width: 375px)
{
  .navigation > li
  {
    display:block;
    font-size:19px;
    font-weight:bold;
    letter-spacing:1px;
    margin-left:12px;
    margin-right:13px;
    padding-bottom:27px;
  }
}


/* Small devices (tablets, 768px and up) */
@media all and (min-width: 768px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family:"objektiv-mk2", sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:14px;
    color:#141414;
    
    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  .logoHolder
  {
    display:inline-block;
    text-align:center;
    height:125px;
    transition:all 0.8s ease 0s;
  }
  .logoHolder.shrink
  {
    height:calc(125px - 25px);
  }

  .logo
  {
    height:100%;
    padding-top:15px;
    padding-bottom:10px;
  }

  #exCollapsingNavbar
  {
    display:block!important;
    height:auto!important;
  }

  .navbar-toggler
  {
    display:none;
  }

  .navigation > li
  {
    display:inline-block;
    font-size:15px;
    font-weight:bold;
    letter-spacing:1px;
    margin-left:12px;
    margin-right:13px;
    padding-bottom:14px;
  }

  .sliderText
  {
    font-size:40px;
    font-weight:500;
    line-height:120%;
    color:white;
    text-align:center;

    position:absolute;
    z-index:2;
    width:100%;
    padding-left:3%;
    padding-right:3%;
    top:8%;

    text-shadow:none;
  }

  .slick-dots
  {
    display:block!important;
    width:auto!important;
    right:15px!important;
    bottom:15px!important;
  }

  .iconBullet
  {
    width:18px;
    
    /*float:left;*/
    display:inline-block;
    
    margin-left:0px;
    margin-right:8px;
    margin-bottom:1px;
  }

  .bulletsHalf
  {
    column-count:1;
  }

  .footer .bullets
  {
    column-count:4;
  }
}


/* Medium devices (desktops, 992px and up) */
@media all and (min-width: 992px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family:"objektiv-mk2", sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:15px;
    color:#141414;
    
    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  .logoHolder
  {
    display:inline-block;
    text-align:center;
    height:132px;
    transition:all 0.47s ease 0s;

  }
  .logoHolder.shrink
  {
    height:calc(132px - 25px);
  }

  .logo
  {
    height:100%;
    padding-top:15px;
    padding-bottom:5px;
  }

  #exCollapsingNavbar
  {
    display:block!important;
    height:auto!important;
  }

  .navbar-toggler
  {
    display:none;
  }

  .navigation > li
  {
    display:inline-block;
    font-size:15px;
    font-weight:bold;
    letter-spacing:1px;
    margin-left:12px;
    margin-right:13px;
    padding-bottom:14px;
  }

  .sliderText
  {
    font-size:50px;
    font-weight:500;
    line-height:120%;
    color:white;
    text-align:center;

    position:absolute;
    z-index:2;
    width:100%;
    padding-left:3%;
    padding-right:3%;
    top:10%;

    text-shadow:none;
  }

  .slick-dots
  {
    display:block!important;
    width:auto!important;
    right:15px!important;
    bottom:15px!important;
  }

  .iconBullet
  {
    width:18px;
    
    /*float:left;*/
    display:inline-block;
    
    margin-left:0px;
    margin-right:8px;
    margin-bottom:1px;
  }

  .bulletsHalf
  {
    column-count:1;
  }

  .footer .bullets
  {
    column-count:2;
  }
}


/* Large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px)
{
  .navigation > li
  {
    display:inline-block;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1px;
    margin-left:15px;
    margin-right:15px;
    padding-bottom:14px;
  }

  .bulletsHalf
  {
    column-count:2;
  }
}


@media all and (min-width: 1600px)
{
  .container
  {
    width: 1570px;
  }  
}


.arrowMenuDown
{
  height:12px;
  padding-left:7px;
  padding-right:7px;
  vertical-align:baseline;
}
.arrowMenuUp
{
  display:block;
  height:12px;
  margin-left:7px;
  margin-right:0px;
  vertical-align:bottom;
}

.navSubHolder
{
  display:none;
  padding-top:15px;
}
.navSubHolderOpen
{
  display:block;
  position:absolute;
  z-index:4;
}

.navSub
{
  list-style:none;
  padding:0px;
  margin:0px;

  padding-bottom:15px;

  background-color:#333333;
  color:white;

  -webkit-box-shadow:10px 10px 50px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:10px 10px 50px -20px rgba(0, 0, 0, 0.25);
  box-shadow:10px 10px 50px -20px rgba(0, 0, 0, 0.25);

  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;
}

.navSub li
{
  padding-left:15px;
  padding-right:15px;
  font-size:85%;
  text-align:left;
}
.navSub li a
{
  display:inline-block;
  padding-top:15px;
  padding-bottom:15px;
  border-bottom:2px solid #999999;
}
.navSub li:last-child a
{
  /*border-bottom:0px;*/
}


.header
{
  background-color:white;
  background-color:rgba(255, 255, 255, 0.98);
  position:-webkit-sticky;
  position:sticky;
  top:0px;
  z-index:3;
  border-bottom:4px solid #FF9026;
  margin-bottom:25px;

  box-shadow:0px 0px 13px #AAAAAA;
}


.logoFooter
{
  width:140px;
  max-width:100%;
}

/*
nav
{
  text-align:center;
}
*/

.navigation
{
  text-align:center;
  list-style:none;
  padding:0px;
  margin:0px;
}
.navigation > li
{
  padding-left:0px;
}


.navigation > li a
{
  padding-bottom:4px;

  border-bottom:2px solid white;
  transition:border-bottom-color 0.15s;
}
.navigation > li a:hover,
.navigation > li a.active
{
  border-bottom:2px solid #FF9026;
}

.navigation > li a.button
{
  padding-bottom:9px;
  border-bottom:0px;
  margin-bottom:0px;
}


/*image slider*/
.slide
{
  /*padding:0px;*/
  overflow:hidden;
}
.slick-slide
{
  height:auto;
}


.slick-dots
{
  z-index:2;
}
.slick-dots li button::before
{
  /*
  font-size:14px!important;
  color:white!important;
  */
  color:transparent!important;
  background-image:url("images/bulletWhite.svg");
  background-repeat:no-repeat;
}

.slick-dots li.slick-active button::before
{
  /*
  font-size:14px!important;
  color:#FF9026!important;
  */
  color:transparent!important;
  background-image:url("images/bulletOrange.svg");
  background-repeat:no-repeat;
}

.slick-dotted.slick-slider
{
  margin-bottom:0px!important;
}


.sliderHolder
{
  position:relative;
}


.sliderHolder .button
{
  font-size:23px;
  position:relative;
  z-index:1;

  bottom:26px;
  margin-bottom:0px;
}

.intro
{
  font-size:115%;
  margin-bottom:20px;
}

.panelImageHolder
{
  position:relative;
  overflow:hidden;
}
.overlay
{
  position:absolute;
  top:0px;
  z-index:1;
}
.panelImageHolderInner
{
  position:absolute;
  z-index:2;
  top:0px;
  left:0px;
  width:100%;
  height:100%;

  padding:15px;

  color:white;
}
.panelImageHolderInnerContent
{
  position:absolute;
  bottom:0px;
}
.home .panelImageHolder {
  margin: 50px;
  overflow: visible;
}
.home .panelImageHolderInnerContent {
  position: relative;
  height: 100%;
}
.home .panelImageHolderInnerContent h2 {
  font-size: 32px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.home .panelImageHolderInnerContent span.button {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 40px;
}
.datePost
{  
  position:absolute;
  z-index:2;
  left:15px;
  bottom:15px;
  pointer-events:none;
  color:white;
}
.datePost small
{
  text-shadow:0px 0px 20px #333333;
}


.award
{
  height:150px;
  margin-bottom:15px;
}

.studio
{
  padding-bottom:5px;
}


.tabs .active
{
  background-color:#FF9026;
}

.tab
{
  display:none;
}
.tab.active
{
  display:block;
}


ul.bullets
{
  list-style:none;
  padding:0px;
  margin:0px;
}
ul.bullets li
{
  padding-left:0px;
  padding-bottom:10px;

  width:100%; display:inline-block; /*keeps bullets vertically aligned top when there is a unequal number of items in columns*/
}



.footer
{
  font-size:11px;
  letter-spacing:0px;

  padding-top:15px;
  padding-bottom:15px;
}
.footer a
{
  transition:all 0.3s;
}
.footer a:hover
{
  color:#FF9026;
}

/*
.iconSocial
{
  font-size:31px;
  padding-left:7px;
  padding-right:6px;

  transition:all 0.3s;
}
.iconSocial:hover
{
  color:#FF9026;
}
*/

.iconSocial
{
  width:30px;
  margin-top:7px;
  margin-left:7px;
  margin-right:7px;
  display:inline-block;
}
/*
.iconSocial:hover
{
  fill:#FF9026;
}
*/



.tableSpec
{
  font-weight:bold;
  margin-left:auto;
  margin-right:auto;
}
.tableSpec td
{
  padding-top:20px;
  padding-left:8px;
  padding-right:8px;
  
  vertical-align:top;
}


.table
{
  position:relative;
  display:table;
  top:0;
  left:0;
  height:100%;
  width:100%;
  margin-bottom:0;
}
.table-cell-middle
{
  display:table-cell;
  vertical-align:middle;
  width:100%;
}
.table-cell-bottom
{
  display:table-cell;
  vertical-align:bottom;
  width:100%;
}



input.text
{ 
  width:100%;
  height:45px;
  
  padding-left:20px;
  padding-right:20px;
  padding-bottom:0px;
  
  border:0px;
  
  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:400;

  margin-top:0px;
  margin-bottom:15px;
  
  -webkit-appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;
}


.dateRequested
{
  background-image:url("images/iconCalendar.svg");
  background-repeat:no-repeat;
  background-position:95% center;
  background-size:20px 20px;
}

select
{
  width:100%;
  height:45px;
  
  padding-left:20px;
  padding-right:20px;
  
  border:0px;

  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:400;
  
  margin-top:0px;
  margin-bottom:15px;

  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;
  
  background-image:url("images/arrow-select.svg");
  background-repeat:no-repeat;
  background-position:95% center;
  background-size:20px 20px;
}

/*
.custom-select
{
  width:100%;
  background-image:url("images/arrow-select.png");
  background-repeat:no-repeat;
  background-position:95% center;

  margin-top:0px;
  margin-bottom:15px;

  border:0px;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;

  cursor:pointer;
  display:inline-block;
  height:45px;
  min-width:120px;
  position:relative;
  
  vertical-align:middle;
}
.custom-select select
{
  background:#333333 none repeat scroll 0 0;
  border:medium none;
  
  cursor:pointer;
  display:block;
  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:400;
  height:45px;
  padding:5px;
  padding-left:19px;
  padding-right:9px;
  width:100%;
  
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
}
*/
select::-ms-expand
{
  display:none;
}

input[type="submit"]
{
  cursor:pointer;
  display:inline-block;

  padding-top:10px;
  padding-bottom:10px;
  
  padding-left:15px;
  padding-right:15px;
  
  margin-bottom:15px;
    
  border-width:0px;
  
  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:700;
  font-size:16px;
  letter-spacing:1px;

  text-align:center;
  
  -webkit-appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;

  transition:all 0.3s;
}
input[type="submit"]:hover
{
  color:white;

  opacity:0.95;
  filter:alpha(opacity=95); /* For IE8 and earlier */

  -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);

  border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px;
  -webkit-border-radius:10px 10px 10px 10px;
}

.button
{
  display:inline-block;
  
  padding-top:9px;
  padding-bottom:9px;
  
  padding-left:15px;
  padding-right:15px;
  
  margin-bottom:15px;
  
  color:white;
  
  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:700;
  font-size:16px;
  letter-spacing:1px;
  text-align:center;
  
  -webkit-appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;
  
  transition:all 0.3s;
}
.button:hover
{
  color:white;

  opacity:0.95;
  filter:alpha(opacity=95); /* For IE8 and earlier */

  -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);

  border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px;
  -webkit-border-radius:10px 10px 10px 10px;
}

.button:focus
{
  color:white;
}

textarea
{
  border:0px;
  
  width:100%;
  height:150px;
  resize:none;

  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
  padding-bottom:20px;

  margin-top:0px;
  margin-bottom:15px;  

  -webkit-appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;
}


div.ui-datepicker
{
 font-size:110%;
}

.borderTop
{
  border-top:5px solid #FF9026;
}
.dividerBlack
{
  margin-top:0px;
  margin-bottom:15px;
  border-top:1px solid #333333;
}
.dividerOrange
{
  margin-top:0px;
  margin-bottom:15px;
  border-top:2px solid #FF9026;
}

.backToTopHolder
{
  /*background-color:red;*/
  text-align:center;
}
/*
.backToTop
{
  position:-webkit-sticky;
  position:sticky;
  top:170px;

  font-size:40px;
  background-color:white;
  border:0px;
}
*/
.backToTop
{
  position:-webkit-sticky;
  position:sticky;
  top:175px;

  background-color:white;
  border:0px;
  text-align:center;
}

.backToTop img
{
  width:40px;
}


.current
{
  color:#FF9026;
}

.blue
{
  color:#36B0C9;
}

.orange
{
  color:#FF9026;
}


.bgBlack
{
  background-color:#333333;
  color:white;
}
.bgBlue
{
  background-color:#36B0C9;
  color:white;
}
.bgGrey
{
  background-color:#F2F2F2;
  color:#141414;
}
.bgOrange
{
  background-color:#FF9026;
  color:white;
}


.backgroundIcon
{
  background-image:url("images/backgroundIcon.png");
  background-position:center center;
  background-repeat:no-repeat;
  background-size:auto 100%;
}

.backgroundGrey
{
  background-image:url("images/backgroundGrey.jpg");
  background-position:center center;
  background-repeat:no-repeat;
  /*background-size:100% 100%;*/
  background-size:cover;
}

.backgroundFooter
{
  background-image:url("images/backgroundFooter.svg");
  background-position:2% center;
  background-repeat:no-repeat;
  background-size:auto 100%;
}

.patternDots
{
  background-image:url("images/patternDots.png");
  background-position:center center;
  background-repeat:no-repeat;
}

.patternIcon
{
  background-image:url("images/patternIcon.png");
  background-position:center center;
  background-repeat:no-repeat;
}



#mapContact
{
  height:500px;
}

/*To remove "terms of use" use this CSS*/
.gmnoprint a, .gmnoprint span
{
  display:none;
}
/*
.gmnoprint div
{
  background:none !important;
}
*/
.gm-style-cc
{
  display:none;
}

/*To remove Google logo use this css*/
img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"], a[href^="http://maps.google.com/maps"]{
    display:none !important;
}



.left
{
  float:left;
}
.right
{
  float:right;
}
.clear
{
  clear:both;
}

img.center
{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.center
{
  text-align:center;
}
.leftText
{
  text-align:left;
}
.rightText
{
  text-align:right;
}


@media (min-width: 768px)
{
  /*
   * Row with equal height columns
   * --------------------------------------------------
   */
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}

.no-gutter > [class*='col-']
{
  padding-right:0;
  padding-left:0;
}

.no-padding
{
  padding:0!important;
}

.no-margin
{
  margin:0!important;
}

.padding15
{
  padding:15px;
}

/*
.viewer
{
  position:relative;
  padding-bottom:66.66%;
  height:0px;
}
iframe.tour360
{
  border:0px;
  
  position:absolute;
  top:0;
  left:0;
  width:1px;
  min-width:100%;
  max-width:100%;
  height:1px;
  min-height:100%;
  max-height:100%;
}
*/


iframe.tour360
{
  border:0px;
  width:100%;
  height:65vh;
}



.wpsms-body-text
{
  font-size:95%;
}
.page-template-page-studio .imageSlider .slide {
  height: 350px;
}
.page-template-page-studio .imageSlider .slide img {
  object-fit: cover;
  height: 100%;
}

#myVideo
{
  position: absolute;
  right: 0;
  bottom: 0;
  top:0;
  right:0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black; /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover; /*cover video background */
  z-index:1;
}


.embed-responsive-custom {
  padding-bottom: 67%;
}

#watchFull
{
  position:relative;
  top:-40px;
  z-index:100;
  color:white;
}