/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
  font-family: 'Poppins', sans-serif;
  background: #000;
}
p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}
a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}


.btn-info:hover {
     color: #fff; 
    background-color:#000;
     border-color: #000;
}

@media (min-width: 1680px) {
.container {
    max-width: 1600px;
}

	}



.header-bar {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 30px 0;
}
.page-template-default.page .header-bar {
  background: #000;
}
.header-bar.fixed {
  position: fixed;
  top: 0;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.6);
}
.auroris-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px !important;
  transform: translate(-50%, -50%);
}
.site-logo a {
  position: relative;
}
.site-logo a img {
  width: 40%;
	max-width: 175px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebarCollapse {
  ;
  top: 40px;
  background: #000;
  border-radius: 0;
}
.btn-info {
  color: #fff;
  background-color: unset;
  border-color: unset;
}
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  height: 100vh;
  z-index: 1050;
  background: hsla(0, 0%, 0%, 0.55);
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
  right: 0;
}
 .btn-lg {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #000;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss{
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #000;
  position: absolute;
  top: 54px;
  left: 43px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#dismiss:hover, .btn-lg:hover {
  background: #111;
}
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}
#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}
#sidebar ul.components {
  padding: 80px 20px 0;
}
#sidebar ul p {
  color: #fff;
  padding: 10px;
}
#sidebar ul li a {
  padding: 7px 2px 7px 16px;
  font-size: .9em;
  font-weight: 400;
  display: block;
}
#sidebar ul li a:hover {
  color: #7386D5;
  background: #fff;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #000 !important;
  background: #ffbe30;
  -webkit-clip-path: polygon(4.5% 0%, 100% 0, 100% 0, 100% 75%, 95.5% 100%, 0 100%, 0 100%, 0% 25%);
}
a[data-toggle="collapse"] {
  position: relative;
}
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}
ul.CTAs {
  padding: 20px;
}
ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}
a.download {
  background: #fff;
  color: #7386D5;
}
a.article, a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 0px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}






.container-fluid {
    max-width: 1600px;
	}
	
.navbar .navbar-nav {
 display: inline-block;
 float: none;
 vertical-align: top;
}

.navbar .navbar-collapse {
 text-align: center;
}
	.site-logo {
	   
    white-space: nowrap;

	}

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

	
@media all and (orientation:portrait) {
/* Style adjustments for portrait mode goes here */
.vimeo-wrapper iframe {
 width: 100vw;
 height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
 min-height: 100vh;
 min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
}	

	@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */
		.vimeo-wrapper iframe {
 width: 100vw;
 height: 100vh; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
 min-height: 100vh;
 min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
}

   
.contentContainer {
 position: relative;
 margin-bottom: 0px;
 height: 100vh;
 margin-left: 0px;
 margin-right: 0px;
}
      
#my_iframe {
 position:relative;
 width:100%;
 height:100%;
 border: 0;
}



#sidebar {
  overflow-y: unset;
}
  
  
#sidebar .foldable, #sidebar .fixture,  #sidebar .accessories, #sidebar .dimmer {
   color: #ffbe30;
}

.navbar .btn-info.focus, .navbar .btn-info:focus {
   box-shadow: unset;
}

.navbar .btn-info {
   border:unset;
}
  
.navbar .btn-info:not(:disabled):not(.disabled).active:focus, .navbar .btn-info:not(:disabled):not(.disabled):active:focus, .navbar .show>.btn-info.dropdown-toggle:focus {
   box-shadow: unset;
}
  
#sidecontainer {
   display: flex;
   flex-direction: column;
   min-height: 100vh;
}
  
  
#sidebar ul li li a:hover   {
   color: unset;
   background: unset; 
}
  
#sidebar  ul  li > a:hover {
   color: #000;
   background: rgb(255 190 48 / 60%);
   -webkit-clip-path: polygon(4.5% 0%, 100% 0, 100% 0, 100% 75%, 95.5% 100%, 0 100%, 0 100%, 0% 25%);
}
  
  /* Underline styles */
#sidebar  a.highlight:hover  span {
   box-shadow:  0 2px 0px rgb(255, 190, 48, .6);
   transition:   box-shadow .1s linear;
}
  
#sidebar a.highlight.hlselected:hover  span {
   box-shadow:  0 3px 0px rgb(255, 190, 48, .6);
}
  
  
#sidebar .hlselected span {
   box-shadow:  0 3px 0px rgb(255, 190, 48, 1);
   transition:   box-shadow .1s linear;
}  
  
/*radio buttons lighting*/  
#lighting {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}
  
#lighting  input {
  display: none;
}


#lighting label {
   display: inline-block;
   padding: 1px 10px;
   cursor: pointer;
   font-size: .9em;
   font-weight: 500;
}


#lighting label span {
   position: relative;
   line-height: 22px;
}

#lighting label span:before, #lighting label span:after {
   content: '';
}


#lighting label span:before {
   position: absolute;
   left: 100px;
   border: 1px solid #fff;
   width: 18px;
   height: 18px;
   margin-right: 10px;
   display: inline-block;
   vertical-align: top;
}

#lighting label span:after {
   background: rgb(255, 190, 48, 1);
   width: 9px;
   height: 10px;
   position: absolute;
   top: 4px;
   left: 104px;
   transition: 300ms;
   opacity: 0;
}

#lighting label input:checked+span:after {
   opacity: 1;
}


/* fixed landscap - autorotate off */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  html {
   transform: rotate(-90deg);
   transform-origin: left top;
   width: 100vh;
   height: 100vw;
   overflow-x: hidden;
   position: absolute;
   top: 100%;
   left: 0;
  }
}

  
/*header adjustments 
@media screen and (min-width: 320px) and (max-width: 1000px) and (orientation: landscape) {
  .logoContainer img { max-width: 30vw}
  .navbar { height: 100px;} 
}

@media screen and (min-width: 320px) and (max-width: 1000px) and (orientation: portrait) {
  .logoContainer img { max-width: 54vw}
  .navbar { height: 110px;}
}


.site-logo a img, .footer-logo img {
    width: 150px;
    position: relative;
}
	
	
	
@media(max-width: 1200px){

.site-logo a img, .footer-logo img {
    width: 124px;
}

.auroris-logo {
    width: 400px !important;
}
}

@media(max-width: 1198.98px){

.site-logo a img, .footer-logo img {

    width: 100px;

}


.auroris-logo {

    width: 400px !important;
    top: 50%;

}

}


@media(max-width: 991.98px){

    .site-logo a img, .footer-logo img {

        width: 110px;

    }

.auroris-logo {
    width: 150px !important;
}
}



@media(max-width: 425px){

.site-logo a img, .footer-logo img {
    width: 98px;
}

}
	*/  
	
	
