.livechatwindow
{
	width: 300px;
	height: 25px;
	display: block;
	position: fixed;
	bottom: 0px;
	right: 30px;
	    z-index: 1005;
	background-color: #FFFFFF;
        border-radius: 10px;
	border: 1px solid #808000;
	overflow: none;
}
.livechatheader
{
	cursor: pointer;
	border-radius: 10px;
	display: block;
	height: 25px;
	padding-top: 3px;
	background-color: #808000;
	background: linear-gradient(to bottom, #d5cea6 0%,#c9c190 40%,#b7ad70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:#202020;
	font-weight: bold;
	text-align: center;
	display: block;
}
.livechatheader > div {
	color: #FFFFFF;
}

.livechatpopup
{
        float: right;
        margin-right: 10px;
        display: block;
        width: 20px;
        height: 20px;
/*        border: 1px solid #FFFFFF; */
        cursor: pointer;
}

.livechatwindow > iframe
{
	border: 0px; 
	overflow: hidden;
}
.photocontain {
	width: 100%;
	display: block;
}
.photocontain div
{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.photocontain > div > a > img
{
	width: 200px;
}
.block_over_left p, .block_over_right p {
	font-size: 1.0em !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.block2
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
        display: block;
        background-image: url("/assets/images/hifi/demo_brs_front.jpg");
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: 400px;

}


.block4
{
        border-top: 2px solid black;
        border-bottom: 2px solid black;	
        display: block;
        background-image: url("/assets/images/hifi/demo_sib_tracking.jpg");
        background-position: center center;
        background-size: cover;
	background-attachment: fixed;
        width: 100%;
        height: 400px;

}



.block5
{
        border-top: 2px solid black;
        border-bottom: 2px solid black;

        display: block;
        background-image: url("/assets/images/hifi/demo_sib_app.jpg");
        background-position: 0px center;
        background-size: cover;
        width: 100%;
        height: 400px;
	position: relative;
}

.block5cover
{
	position: absolute;
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1) 40%);
	width: 40%;
	right: 0px;
	height: 400px;
	top: 0px;
}
.block5content
{
	padding-left: 50px;
}

.block6
{
        border-top: 2px solid black;
        border-bottom: 2px solid black;

        display: block;
        background-image: url("/assets/images/hifi/demo_sib_setup.jpg");
        background-position: center 30%;
        background-size: cover;
        width: 100%;
        height: 600px;

}

.block6a
{

}
.block7
{
        border-top: 2px solid black;
        border-bottom: 2px solid black;

        display: block;
        background-image: url("/assets/images/hifi/demo_sib_rack.jpg");
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: 100vh;

}


.slidesetup
{
          z-index: -1;

        display: block;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 100%;
	padding-top: 130px;
}
#slide1
{
	background-image: url("/assets/images/hifi/demo_sib_use_soil.jpg");
}

#slide2
{
        background-image: url("/assets/images/hifi/demo_sib_use_aircon.jpg");
}


#slide3
{
        background-image: url("/assets/images/hifi/demo_sib_use_alarm.jpg");
}


#slide4
{
        background-image: url("/assets/images/hifi/demo_sib_use_doorbell.jpg");
}


#slide5
{
        background-image: url("/assets/images/hifi/demo_sib_use_flooding.jpg");
}


#slide6
{
        background-image: url("/assets/images/hifi/demo_sib_use_freezer.jpg");
}


#slide7
{
        background-image: url("/assets/images/hifi/demo_sib_use_pet.jpg");
}



.teamcontainer
{
	width: 100%;
	text-align: center;
}
.teammember
{
	display: inline-block;
	width: 200px;
	height: 275px;
	overflow: hidden;
    	white-space: nowrap;
        transition: width 1s;
	opacity: 0.8;
	transition: all 1s;
}
.teammember:hover
{
	opacity: 1.0;
	transition: all 0.5s;
}

.image-wrap
{
	display: block;
}
.image-content
{
	display: block;
	vertical-align: top;	
}
.image-title
{
	color: #000000;
	font-weight: bold;
}
.image-caption
{
	color: #606060;
	font-size: 0.8em;
    text-transform: uppercase;
}
.teampopup
{
	position: fixed;
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
	display: block;
	background-color: #FFFFFF;
	z-index: 2001;
	overflow: auto;
}
.teampopupbase
{
	position: fixed;
	z-index: 2000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
}
.teampopupclose
{
	cursor: pointer;
	position: fixed;
	top: 12%;
	right: 12%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 6px;
	z-index: 2100;
	text-align: center;
	align: center;
	vertical-align: center;
}
.teampopimg
{
	height: 35vh;
	max-width: 100%;
}

.block_over_center
{
        border-radius: 15px;
	text-align: center;	
	margin-top: 20%;
	margin-left: 30%;
	margin-right: 30%;
        background-color: rgba(0,0,0,0.6);
        color: #FFFFFF;
        font-size: 1.4em;
        padding: 40px 40px 40px 40px;

}
.block_over_left
{
        border-radius: 15px;

	position: absolute;
	top: 30%;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	font-size: 1.4em;
	padding: 40px 40px 40px 40px;	
}
.block_over_bottom
{

}
.block_over_right
{
        position: absolute;
        top: 30%;
	right: 0px;
	border-radius: 15px;
        background-color: rgba(0,0,0,0.6);
        color: #FFFFFF;
        font-size: 1.4em;
        padding: 40px 40px 40px 40px;

}
.block_gen
{
        position: fixed;
        left: 0px;
        right: 0px;
        display: block;
      box-shadow: 0px 5px rgba(0,0,0,0.5);
	-webkit-transition: all 2s ease 0s;
	transition: all 1.5s ease 0s;
}
.block_front
{
	height: 90vh;
	top: 0vh;
	z-index: 80;
        background-image: url("/assets/images/hifi/demo_brs_front.jpg");
        background-position: center top;
        background-size: cover;
}
.block_rack
{
        height: 91vh;
        top: 0vh;
	z-index: 79;
        background-image: url("/assets/images/hifi/demo_sib_rack_cleany.jpg");
        background-position: center top;
        background-size: cover;
}
.block_setup
{
        height: 93vh;
        top: 0vh;
	z-index: 77;
        background-image: url("/assets/images/hifi/demo_sib_setup.jpg");
        background-position: center center;
        background-size: cover;
}
.block_app
{
        height: 94vh;

	position: fixed;
        top: 0vh;
	z-index: 76;
        background-image: url("/assets/images/hifi/demo_sib_app.jpg");
        background-position: center center;
        background-size: cover;
}

.block_slider
{
	width: 100%;
        height: 100vh;
	top: 0vh;
        display: block;
	        z-index: 73;

}
.block_space
{
	display: block;
	height: 330vh;
}
.block_nextb
{
	background-image: url('/assets/images/down-gold.png');
	background-size: cover;
	cursor: pointer;
	display: block;
	right: 20px;
	bottom: 25px;
	width: 48px;
	height: 48px;
	position: fixed;
	z-index: 1000;
	transition: all 1s ease;
}

.vidpreview
{
	padding-top: 20px;
	display: inline-block;
	width: 35%;
	vertical-align: top;
	padding-left: 10%;
	padding-bottom: 80px;
}
.vidpreviewimg
{
	width: 100%;
}
.vidpreview > img
{
	cursor: pointer;
}
.vidpreview > p
{
	padding: 0px 0px 0px 0px;

}
.block_lastb
{
        background-image: url('/assets/images/up-gold.png');
	background-size: cover;
        cursor: pointer;
        display: block;
        right: 90px;
        bottom: 25px;
        width: 48px;
        height: 48px;
        position: fixed;
        z-index: 1000;
        transition: all 1s ease;
}


.accessories
{
	background-image: url('/assets/images/hifi/demo_couple.jpg');
	background-size: cover;
	background-position: center top;
	display: block;
	width: 100%;
	height: 85vh;
	position: relative;
}
.accessorycircle
{
	width: 128px;
	height: 128px;	
	top: 0px;
	left:  0px;
	position: absolute;
	background-color: #FFFFFF;
	overflow: hidden;
	border-radius: 64px;
	border: 1px solid black;
	transition: all 1s ease;
	display: none;
	text-align: center;
	vertical-align: center;
	font-weight: bold;
	font-size: 0.8em;
}
.accessorycircle:hover
{
	background-color: #FFFFFF;
	cursor: pointer;
        border-radius: 89px !important;
        transition: all 1s ease;
        width: 168px !important;
        height: 168px !important;
	font-size: 0.9em;
	z-index: 1000;
}
.accessorycircle:hover > img
{
	transition: all 1s ease;
	padding-top: 10px;
}
.accessorycircle > img
{
	transition: all 1s ease;
	width: 65%;
	height: 65%;
}


.simpsssm
{
	height: 35vh;
	transition: all 1s ease;
	vertical-align: middle;
}
.simpsssm:hover
{
	height: 65vh;
	transition: all 0.5s ease;
}
p a {
text-decoration: none; }
.programming a {
	text-decoration: none; 
	color: #0000E0;
}
.programming a:visited {

}
.programming a:active{

}
.programming a:hover {
 color: #000060;
}



.dota {
    height: 25px;
    width: 25px;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
}

.dotb {
    height: 25px;
    width: 25px;
    background-color: #DFDF00;
    border-radius: 60%;
    display: inline-block;
}
.dota:hover, .dotb:hover
{
	cursor: pointer;
	border: 1px solid white;
}

.responsive {
	display: none; 
}
.dropdown
{
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.headimg
{

                padding-top: 100px;
                padding-bottom: 100px;
                background-size: cover;
                background-position: 0% 60%;
                background-repeat: none;
                display: block;
                width: 100%;
                height: 50vh;
}
.teamvideo
{
	width: 70%;
}


.programming
{
	font-size: 1.2em;
	vertical-align: top;
}
.programmingleft
{
	display: inline-block;
	width: 250px;
	vertical-align: top;
	overflow: hidden;
}
.programmingright
{
	vertical-align: top;
	display: inline-block;
	width: calc(100% - 250px);
}
@media only screen and (max-width: 1024px) {

.leftclosed{
	height: 40px;

	overflow: hidden;
}
.leftopen
{
	height: auto;
}


.programming
{
        padding-left: 3%;
        padding-right: 3%;
        vertical-align: top;
}
.programmingleft
{
        display: block;
        vertical-align: top;
}
.programmingright
{
	clear: both;
        vertical-align: top;
        display: block;
        width: 100%;
}

.teampopimg
{
	height: 20vh;
	max-width: 100%;
}
.teampopupclose
{
        font-weight: bold;
        width: 30px;
        height: 30px;
	top: 12%;
	right: 5%;
}


.teamvideo
{
	width: 98%;
}
.teampopup
{
	position: fixed;
        left: 3vw;
        right: 3vw;
        top: 10vw;
        bottom: 10vw;
        display: block;
        background-color: #FFFFFF;
        z-index: 2001;
        overflow: auto;
}
.accessories{
	height: auto;
	background-color: #FFFFFF;
	background-image: none;
	text-align: center;
}

.headimg{

                height: 20vh;
}
.ks
{
	margin-top: 15px !important;	
}
.dropdown-content {
	position: relative  !important;
	box-shadow: none !important;
	min-wdith: default !important;
	display: block !important;
	padding: 0px 0px 0px 0px !important;
}
}



