 @import "/web/20200114174804cs_/http://www.justbusinesses.net/includes/compass/css3";
    @import url(https://web.archive.org/web/20200114174804cs_/http://fonts.googleapis.com/css?family=Oswald:300);
    body {
        text-align: justify;
    }
@font-face {
  font-family: FontAwesome;
  src: url('/web/20200114174804im_/http://www.justbusinesses.net/includes/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/web/20200114174804im_/http://www.justbusinesses.net/includes/fonts/fontawesome-webfont.eot#iefix&v=4.5.0') format('embedded-opentype'), url('/web/20200114174804im_/http://www.justbusinesses.net/includes/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/web/20200114174804im_/http://www.justbusinesses.net/includes/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/web/20200114174804im_/http://www.justbusinesses.net/includes/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/web/20200114174804im_/http://www.justbusinesses.net/includes/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#logo
{
	margin:0px auto;
	background-size: contain;
	position:absolute;top:4px;z-index:2;
}


    @media (max-width: 320px) {
	 .img-width1{width:140px !important;}
	 .img-height1{height:65px;}
		.textvideo{padding-top:50%;font-size:18px;color:#ffffff;}	
		
	/*.videoheight {height: 70px;}*/
	.videoheight1 {height: 20px;}
	/*.videobg {background-color: #000;}*/
		#desktop1{display:none;}
	#mobile1{display:block;}
		
	  .imgtab{display:none;}
     .imgmobile1{display:block;}
	
          #videomobile1{display:block;}
        #videodesktop1{display:none;}
         .video {
            position: absolute;
            width: 100%;
            top:2%;
            text-align: center;
             padding:0px 30px !important;
        }
        .smalllogowidth{width:100%;}
        .videotop {
            margin-top: 10px;
            background-color: #ffffff;
        }
        .headstyle {
            font-size: 13px;
        }
        video {
            border-radius: 0px;
            height:290px;
            background-color:#000;
        }
        /* video container */
        
        .videoContainer {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
            color: #ccc;
            border-radius: 0px;
            border: 0px solid rgba(0, 0, 0, 0.8);
           margin-top:0px;
        }
        .videoContainer:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 6;
            border-radius: 0px;
            pointer-events: none;
        }
        /* video caption css */
        
        .caption {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 5px 10px;
            color: #ddd;
            font-size: 14px;
            font-weight: 300;
            text-align: center;
            text-transform: uppercase;
            border-radius: 6px 6px 0 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }
        /*** VIDEO CONTROLS CSS ***/
        /* control holder */
        
        .control {
            color: #ccc;
            position: absolute;
           bottom: 15%;
            left: 38%;
            margin:0px auto;
            width: 360px;
            z-index: 5;
            display: none;
        }
        /* control bottom part */
        
        .btmControl {
            clear: both;
        }
        .control .btnPlay {
            float: left;
            width: 35px;
            height: 35px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
			border: 2px solid rgba(255, 255, 255, 1);
        }
        .control .icon-play {
            font: normal normal normal 13px FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 0px 0 0 9px;
        }
        .control .icon-play:before {
            content: "\f04b";
            font-size: 16px;
            color: #ffffff;
        }
        .control .icon-pause {
            font-family:FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: -1px 0 0 5px;
        }
        .control .icon-pause:before {
            content: "\f04c";
            font-size: 13px;
            color: #ffffff;
        }
        .control .selected {
            font-size: 15px;
            color: #f00;
        }
        .control .sound {
             float: left;
            width: 35px;
            height: 35px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 1);
             margin-left: 10px;
        }
        .control .icon-sound {
            font: normal normal normal 14px/1 Glyphicons Halflings;
            width: 15px;
            height: 26px;
            display: block;
            margin: 2px 0 0 2px;
        }
        .control .icon-sound:before {
            content: "\e038";
            font-size: 19px;
            color: #ffffff;
        }
        .control .muted .icon-sound {
            width: 7px !important;
        }
        .control .muted .icon-sound:before {
            content: "\e036";
             font-size: 19px;
            color: #ffffff;
        }
    }
    @media (min-width: 321px) and (max-width: 599px) {
	
	.img-width1{width:150px !important;}
	.img-height1{height:65px;}
		.textvideo{padding-top:50%;font-size:20px;color:#ffffff;}	
	/*.videoheight {height: 70px;}*/
	.videoheight1 {height: 20px;}
	/*.videobg {background-color: #000;}*/
		#desktop1{display:none;}
	#mobile1{display:block;}
	  .imgtab{display:none;}
     .imgmobile1{display:block;}
	       
           #videomobile1{display:block;}
        #videodesktop1{display:none;}
         .video {
            position: absolute;
            width: 100%;
            top:2%;
            text-align: center;
             padding:0px 30px !important;
        }
                .smalllogowidth{width:50%;}
        .videotop {
            margin-top: 10px;
            background-color: #ffffff;
        }
        .headstyle {
            font-size: 13px;
        }
        video {
            border-radius: 0px;
            height:290px;
            background-color:#000;
        }
        /* video container */
        
        .videoContainer {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
            color: #ccc;
            border-radius: 0px;
            border: 0px solid rgba(0, 0, 0, 0.8);
           margin-top:0px;
        }
        .videoContainer:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 6;
            border-radius: 0px;
            pointer-events: none;
        }
        /* video caption css */
        
        .caption {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 5px 10px;
            color: #ddd;
            font-size: 14px;
            font-weight: 300;
            text-align: center;
            text-transform: uppercase;
            border-radius: 6px 6px 0 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }
        /*** VIDEO CONTROLS CSS ***/
        /* control holder */
        
        .control {
            color: #ccc;
            position: absolute;
           bottom: 12%;
            left: 38%;
            margin:0px auto;
            width: 360px;
            z-index: 5;
            display: none;
        }
        /* control bottom part */
        
        .btmControl {
            clear: both;
        }
        .control .btnPlay {
            float: left;
            width: 35px;
            height: 35px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
			border: 2px solid rgba(255, 255, 255, 1);
        }
        .control .icon-play {
            font: normal normal normal 13px FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 0px 0 0 9px;
        }
        .control .icon-play:before {
            content: "\f04b";
            font-size: 16px;
            color: #ffffff;
        }
        .control .icon-pause {
            font-family:FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: -1px 0 0 5px;
        }
        .control .icon-pause:before {
            content: "\f04c";
            font-size: 13px;
            color: #ffffff;
        }
        .control .selected {
            font-size: 15px;
            color: #f00;
        }
        .control .sound {
             float: left;
            width: 35px;
            height: 35px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 1);
             margin-left: 10px;
        }
        .control .icon-sound {
            font: normal normal normal 14px/1 Glyphicons Halflings;
            width: 15px;
            height: 26px;
            display: block;
            margin: 2px 0 0 2px;
        }
        .control .icon-sound:before {
            content: "\e038";
            font-size: 19px;
            color: #ffffff;
        }
        .control .muted .icon-sound {
            width: 7px !important;
        }
        .control .muted .icon-sound:before {
            content: "\e036";
             font-size: 19px;
            color: #ffffff;
        }
		 
	     
    }
	
	
	 
	 @media (min-width: 360px) and (max-width: 399px) { 
		 .textvideo{padding-top:50%;font-size:20px;color:#ffffff;}	
	 /*.videoheight {height: 70px;}*/
	.videoheight1 {height: 20px;}
	/*.videobg {background-color: #000;}*/
		#desktop1{display:none;}
	#mobile1{display:block;}
	  .imgtab{display:none;}
     .imgmobile1{display:block;}
	 
	  .video {
            position: absolute;
            width: 100%;
            top:2%;
            text-align: center;
             padding:0px 30px !important;
        }
		
        .headstyle {
            font-size: 14px;
        }
	 
	 }
	
	 @media (min-width: 399px) and (max-width: 480px) { 
		 .textvideo{padding-top:50%;font-size:20px;color:#ffffff;}	
	 /*.videoheight {height: 70px;}*/
	.videoheight1 {height: 20px;}
	/*.videobg {background-color: #000;}*/
		#desktop1{display:none;}
	#mobile1{display:block;}
	  .imgtab{display:block;}
     .imgmobile1{display:none;}
	 
	  .video {
            position: absolute;
            width: 100%;
            top:2%;
            text-align: center;
             padding:0px 30px !important;
        }
	 
	 }
	 
	 
	
	 @media (min-width: 550px) and (max-width: 640px) {
	 
	 .img-width1{width:200px !important;} 
	 .img-height1{height:65px;}
		 .textvideo{padding-top:25%;font-size:20px;color:#ffffff;}	
	 /*.videoheight {height: 70px;}*/
	.videoheight1 {height: 20px;}
	/*.videobg {background-color: #000;}*/
		#desktop1{display:none;}
	#mobile1{display:block;}
	  .imgtab{display:block;}
     .imgmobile1{display:none;}
	 
	  .video {
            position: absolute;
            width: 100%;
            top:2%;
            text-align: center;
             padding:0px 30px !important;
        }
	 
	 }
	 
	
    @media (min-width: 641px) and (max-width: 1023px) {
	.img-height1{height:75px;}
		.textvideo{padding-top:23%;font-size:20px;color:#ffffff;}	
	     	
	#desktop1{display:none;}
	#mobile1{display:block;}
		/*.videoheight {height: 70px;}*/
	.videoheight1 {height: 12px;}
	/*.videobg {background-color: #000;}*/
		
	  .imgtab{display:block;}
     .imgmobile1{display:none;}
			.orange{font-size:20px; font-weight: bold !important;}

         #videomobile1{display:block;}
        #videodesktop1{display:none;}
              .smalllogowidth{width:50%;}
        .video {
            position: absolute;
            width: 100%;
            top: 2%;
            text-align: center;
        }
		.headstyle { font-size: 18px;}
        .videotop {
            margin-top: 25px;
            background-color: #ffffff;
        }
        video {
            border-radius: 0px;
        }
        /* video container */
        
        .videoContainer {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
            color: #ccc;
            border-radius: 0px;
            border: 0px solid rgba(0, 0, 0, 0.8);
            margin: 0px auto 0;
            margin-top:-20px;
        }
        .videoContainer:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 6;
            border-radius: 0px;
            pointer-events: none;
        }
        /* video caption css */
        
        .caption {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 5px 10px;
            color: #ddd;
            font-size: 14px;
            font-weight: 300;
            text-align: center;
            text-transform: uppercase;
            border-radius: 6px 6px 0 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }
         /* control holder */
        
        .control {
            color: #ccc;
            position: absolute;
            bottom: 30px;
            right: 20px;
            margin:0px auto;
           
            z-index: 5;
            display: none;
        }
        /* control bottom part */
        
        .btmControl {
            clear: both;
        }
        .control .btnPlay {
            float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
			margin-top:25px;
            border: 2px solid rgba(255, 255, 255, 1);
        }
        .control .icon-play {
            font: normal normal normal 13px FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 7px 0 0 11px;
        }
        .control .icon-play:before {
            content: "\f04b";
            font-size: 18px;
            color: #ffffff;
        }
        .control .icon-pause {
            font-family:FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 2px 0 0 9px;
        }
        .control .icon-pause:before {
            content: "\f04c";
            font-size: 16px;
            color: #ffffff;
        }
        .control .selected {
            font-size: 15px;
            color: #f00;
        }
        .control .sound {
             float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 1);
             margin-left: 10px;
        }
        .control .icon-sound {
            font: normal normal normal 14px/1 Glyphicons Halflings;
            width: 15px;
            height: 26px;
            display: block;
            margin: 7px 0 0 8px;
        }
        .control .icon-sound:before {
            content: "\e038";
            font-size: 20px;
            color: #ffffff;
        }
        .control .muted .icon-sound {
            width: 7px !important;
        }
        .control .muted .icon-sound:before {
            content: "\e036";
             font-size: 20px;
            color: #ffffff;
        }
    }
	
	


@media (min-width: 1024px) and (max-width: 1200px) {
      
	  #sequence .slide-title {
  top: 70%;
  z-index: 1;
  opacity: 0;
  width: 40%;
  background-color: rgba(14,171,177,0.8);
  /*Title Width*/
font-size:25px;
	left:3% !important;
  -webkit-transition-property: left top;
  -moz-transition-property: left top;
  -ms-transition-property: left top;
  -o-transition-property: left top;
  transition-property: left top;
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -ms-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

	.textvideo{padding-top:13%;font-size:30px;color:#ffffff;}	
	 #desktop1{display:block;}
	#mobile1{display:none;}
     #videomobile1{display:none;}
        #videodesktop1{display:block;}
            .smalllogowidth{width:50%;}
        .video {
            position: absolute;
            width: 100%;
            top: 2%;
            text-align: center;
        }
		.orange{font-size:35px;font-weight: bold !important;}

        .videotop {
            margin-top: 25px;
            background-color: #ffffff;
        }
        video {
            border-radius: 0px;
        }
        /* video container */
        
        .videoContainer {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
            color: #ccc;
            border-radius: 0px;
            border: 0px solid rgba(0, 0, 0, 0.8);
            margin: 0px auto 0;
            margin-top:-20px;
        }
        .videoContainer:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 6;
            border-radius: 0px;
            pointer-events: none;
        }
        /* video caption css */
        
        .caption {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 5px 10px;
            color: #ddd;
            font-size: 14px;
            font-weight: 300;
            text-align: center;
            text-transform: uppercase;
            border-radius: 6px 6px 0 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }
        /*** VIDEO CONTROLS CSS ***/
        /* control holder */
        
        .control {
            color: #ccc;
            position: absolute;
            bottom: 30px;
            right: 20px;
            margin:0px auto;
           
            z-index: 5;
            display: none;
        }
        /* control bottom part */
        
        .btmControl {
            clear: both;
        }
        .control .btnPlay {
            float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
			margin-top:25px;
            border: 2px solid rgba(255, 255, 255, 1);
        }
       .control .icon-play {
            font: normal normal normal 13px FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 7px 0 0 11px;
        }
        .control .icon-play:before {
            content: "\f04b";
            font-size: 18px;
            color: #ffffff;
        }
        .control .icon-pause {
            font-family:FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 2px 0 0 9px;
        }
        .control .icon-pause:before {
            content: "\f04c";
            font-size: 16px;
            color: #ffffff;
        }
        .control .selected {
            font-size: 15px;
            color: #f00;
        }
        .control .sound {
             float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 1);
             margin-left: 10px;
        }
        .control .icon-sound {
            font: normal normal normal 14px/1 Glyphicons Halflings;
            width: 15px;
            height: 26px;
            display: block;
            margin: 7px 0 0 8px;
        }
        .control .icon-sound:before {
            content: "\e038";
            font-size: 20px;
            color: #ffffff;
        }
        .control .muted .icon-sound {
            width: 7px !important;
        }
        .control .muted .icon-sound:before {
            content: "\e036";
             font-size: 20px;
            color: #ffffff;
        }
    }
    @media (min-width: 1201px) and (max-width: 1300px) {
	#sequence .slide-title {
  top: 70%;
  z-index: 1;
  opacity: 0;
  width: 40%;
  background-color: rgba(14,171,177,0.8);
  /*Title Width*/
font-size:25px;
	left:-2%;
  -webkit-transition-property: left top;
  -moz-transition-property: left top;
  -ms-transition-property: left top;
  -o-transition-property: left top;
  transition-property: left top;
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -ms-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
		.textvideo{padding-top:13%;font-size:30px;color:#ffffff;}
        #videomobile1{display:none;}
        #videodesktop1{display:block;}
            .smalllogowidth{width:50%;}
        #desktop1{display:block;}
	#mobile1{display:none;}
		.orange{font-size: 35px;font-weight: bold !important;}

		.video {
            position: absolute;
            width: 100%;
            top: 2%;
            text-align: center;
        }
        .videotop {
            margin-top: 25px;
            background-color: #ffffff;
        }
        video {
            border-radius: 0px;
        }
        /* video container */
        
        .videoContainer {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
            color: #ccc;
            border-radius: 0px;
            border: 0px solid rgba(0, 0, 0, 0.8);
            margin: 0px auto 0;
            margin-top:-20px;
        }
        .videoContainer:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 6;
            border-radius: 0px;
            pointer-events: none;
        }
        /* video caption css */
        
        .caption {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 5px 10px;
            color: #ddd;
            font-size: 14px;
            font-weight: 300;
            text-align: center;
            text-transform: uppercase;
            border-radius: 6px 6px 0 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }
         /* control holder */
        
        .control {
            color: #ccc;
            position: absolute;
            bottom: 50px;
            right: 20px;
            margin:0px auto;
           
            z-index: 5;
            display: none;
        }
        /* control bottom part */
        
        .btmControl {
            clear: both;
        }
        .control .btnPlay {
            float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
			margin-top:25px;
            border: 2px solid rgba(255, 255, 255, 1);
        }
       .control .icon-play {
            font: normal normal normal 13px FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 7px 0 0 11px;
        }
        .control .icon-play:before {
            content: "\f04b";
            font-size: 18px;
            color: #ffffff;
        }
        .control .icon-pause {
            font-family:FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 2px 0 0 9px;
        }
        .control .icon-pause:before {
            content: "\f04c";
            font-size: 16px;
            color: #ffffff;
        }
        .control .selected {
            font-size: 15px;
            color: #f00;
        }
        .control .sound {
             float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 1);
             margin-left: 10px;
        }
        .control .icon-sound {
            font: normal normal normal 14px/1 Glyphicons Halflings;
            width: 15px;
            height: 26px;
            display: block;
            margin: 7px 0 0 8px;
        }
        .control .icon-sound:before {
            content: "\e038";
            font-size: 20px;
            color: #ffffff;
        }
        .control .muted .icon-sound {
            width: 7px !important;
        }
        .control .muted .icon-sound:before {
            content: "\e036";
             font-size: 20px;
            color: #ffffff;
        }
    }
    @media (min-width: 1301px) and (max-width: 1400px) {
         .home-box1{position:absolute;top:26% !important;right:10%;background-color:#0eabb1;padding:25px;color:#ffffff;opacity: 0.9;font-size:22px;}
		.textvideo{padding-top:13%;font-size:37px;color:#ffffff;}
		 #desktop1{display:block;}
	#mobile1{display:none;}
         #videomobile1{display:none;}
        #videodesktop1{display:block;}
            .smalllogowidth{width:50%;}
        .video {
            position: absolute;
            width: 100%;
            top: 2%;
            text-align: center;
        }
        .videotop {
            margin-top: 25px;
            background-color: #ffffff;
        }
		.orange{font-size: 35px;font-weight: bold !important;}
        video {
            border-radius: 0px;
        }
        /* video container */
        
        .videoContainer {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
            color: #ccc;
            border-radius: 0px;
            border: 0px solid rgba(0, 0, 0, 0.8);
            margin: 0px auto 0;
            margin-top:-20px;
        }
        .videoContainer:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 6;
            border-radius: 0px;
            pointer-events: none;
        }
        /* video caption css */
        
        .caption {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 5px 10px;
            color: #ddd;
            font-size: 14px;
            font-weight: 300;
            text-align: center;
            text-transform: uppercase;
            border-radius: 6px 6px 0 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }
         /* control holder */
        
        .control {
            color: #ccc;
            position: absolute;
            bottom: 50px;
            right: 20px;
            margin:0px auto;
           
            z-index: 50000;
            display: none;
        }
        /* control bottom part */
        
        .btmControl {
            clear: both;
        }
        .control .btnPlay {
            float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
			margin-top:25px;
            border: 2px solid rgba(255, 255, 255, 1);
        }
      .control .icon-play {
            font: normal normal normal 13px FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 7px 0 0 11px;
        }
        .control .icon-play:before {
            content: "\f04b";
            font-size: 18px;
            color: #ffffff;
        }
        .control .icon-pause {
            font-family:FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 2px 0 0 9px;
        }
        .control .icon-pause:before {
            content: "\f04c";
            font-size: 16px;
            color: #ffffff;
        }
        .control .selected {
            font-size: 15px;
            color: #f00;
        }
        .control .sound {
             float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 1);
             margin-left: 10px;
        }
        .control .icon-sound {
            font: normal normal normal 14px/1 Glyphicons Halflings;
            width: 15px;
            height: 26px;
            display: block;
            margin: 6px 0 0 8px;
        }
        .control .icon-sound:before {
            content: "\e038";
            font-size: 20px;
            color: #ffffff;
        }
        .control .muted .icon-sound {
            width: 7px !important;
        }
        .control .muted .icon-sound:before {
            content: "\e036";
             font-size: 20px;
            color: #ffffff;
        }
    }
    @media (min-width: 1401px) and (max-width: 1599px) {
		.textvideo{padding-top:13%;font-size:37px;color:#ffffff;}
		 #desktop1{display:block;}
	#mobile1{display:none;}
        #videomobile1{display:none;}
        #videodesktop1{display:block;}
            .smalllogowidth{width:50%;}
        .video {
            position: absolute;
            width: 100%;
            top: 2%;
            text-align: center;
        }
        .videotop {
            margin-top: 25px;
            background-color: #ffffff;
        }
		.orange{font-size: 35px;font-weight: bold !important;}
        video {
            border-radius: 0px;
        }
        /* video container */
        
        .videoContainer {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
            color: #ccc;
            border-radius: 0px;
            border: 0px solid rgba(0, 0, 0, 0.8);
            margin: 0px auto 0;
            margin-top:-20px;
        }
        .videoContainer:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 6;
            border-radius: 0px;
            pointer-events: none;
        }
        /* video caption css */
        
        .caption {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 5px 10px;
            color: #ddd;
            font-size: 14px;
            font-weight: 300;
            text-align: center;
            text-transform: uppercase;
            border-radius: 6px 6px 0 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }
         /* control holder */
        
        .control {
            color: #ccc;
            position: absolute;
            bottom: 50px;
            right: 20px;
            margin:0px auto;
           
            z-index: 50000;
            display: none;
        }
        /* control bottom part */
        
        .btmControl {
            clear: both;
        }
        .control .btnPlay {
            float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
			margin-top:25px;
            border: 2px solid rgba(255, 255, 255, 1);
        }
      .control .icon-play {
            font: normal normal normal 13px FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 7px 0 0 11px;
        }
        .control .icon-play:before {
            content: "\f04b";
            font-size: 18px;
            color: #ffffff;
        }
        .control .icon-pause {
            font-family:FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 2px 0 0 9px;
        }
        .control .icon-pause:before {
            content: "\f04c";
            font-size: 16px;
            color: #ffffff;
        }
        .control .selected {
            font-size: 15px;
            color: #f00;
        }
        .control .sound {
             float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 1);
             margin-left: 10px;
        }
        .control .icon-sound {
            font: normal normal normal 14px/1 Glyphicons Halflings;
            width: 15px;
            height: 26px;
            display: block;
            margin: 6px 0 0 8px;
        }
        .control .icon-sound:before {
            content: "\e038";
            font-size: 20px;
            color: #ffffff;
        }
        .control .muted .icon-sound {
            width: 7px !important;
        }
        .control .muted .icon-sound:before {
            content: "\e036";
             font-size: 20px;
            color: #ffffff;
        }
    }
    @media (min-width: 1600px) and (max-width: 1800px) {
		.textvideo{padding-top:13%;font-size:37px;color:#ffffff;}
		 #desktop1{display:block;}
	#mobile1{display:none;}
        #videomobile1{display:none;}
        #videodesktop1{display:block;}
            .smalllogowidth{width:50%;}
        .video {
            position: absolute;
            width: 100%;
            top: 2%;
            text-align: center;
        }
        .videotop {
            margin-top: 25px;
            background-color: #ffffff;
        }
        video {
            border-radius: 0px;
        }
        /* video container */
        
        .videoContainer {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
            color: #ccc;
            border-radius: 0px;
            border: 0px solid rgba(0, 0, 0, 0.8);
            margin: 0px auto 0;
            margin-top:-20px;
        }
        .videoContainer:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 6;
            border-radius: 0px;
            pointer-events: none;
        }
        /* video caption css */
        
        .caption {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 5px 10px;
            color: #ddd;
            font-size: 14px;
            font-weight: 300;
            text-align: center;
            text-transform: uppercase;
            border-radius: 6px 6px 0 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }
        /* control holder */
        
        .control {
            color: #ccc;
            position: absolute;
            bottom: 50px;
            right: 20px;
            margin:0px auto;
           
            z-index: 5;
            display: none;
        }
        /* control bottom part */
        
        .btmControl {
            clear: both;
        }
        .control .btnPlay {
            float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
			margin-top:25px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 1);
        }
      .control .icon-play {
            font: normal normal normal 13px FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 7px 0 0 11px;
        }
        .control .icon-play:before {
            content: "\f04b";
            font-size: 18px;
            color: #ffffff;
        }
        .control .icon-pause {
            font-family:FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 2px 0 0 9px;
        }
        .control .icon-pause:before {
            content: "\f04c";
            font-size: 16px;
            color: #ffffff;
        }
        .control .selected {
            font-size: 15px;
            color: #f00;
        }
        .control .sound {
             float: left;
            width: 45px;
            height: 45px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 1);
             margin-left: 10px;
        }
        .control .icon-sound {
            font: normal normal normal 14px/1 Glyphicons Halflings;
            width: 15px;
            height: 26px;
            display: block;
            margin: 6px 0 0 8px;
        }
        .control .icon-sound:before {
            content: "\e038";
            font-size: 20px;
            color: #ffffff;
        }
        .control .muted .icon-sound {
            width: 7px !important;
        }
        .control .muted .icon-sound:before {
            content: "\e036";
             font-size: 20px;
            color: #ffffff;
        }
        .home-box1{position:absolute;top:35% !important;right:10%;background-color:#0eabb1;padding:25px;color:#ffffff;opacity: 0.9;font-size:22px;}
    }
    @media (min-width: 1801px) {
		.textvideo{padding-top:9%;font-size:37px;color:#ffffff;}
		 #desktop1{display:block;}
	#mobile1{display:none;}
        #videomobile1{display:none;}
        #videodesktop1{display:block;}
            .smalllogowidth{width:50%;}
        .video {
            position: absolute;
            width: 100%;
            top: 2%;
            text-align: center;
        }
        .videotop {
            margin-top: 25px;
            background-color: #ffffff;
        }
        video {
            border-radius: 0px;
        }
        /* video container */
        
        .videoContainer {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
            color: #ccc;
            border-radius: 0px;
            border: 0px solid rgba(0, 0, 0, 0.8);
            margin: 0px auto 0;
margin-top:-20px;
        }
        .videoContainer:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 6;
            border-radius: 0px;
            pointer-events: none;
        }
        /* video caption css */
        
        .caption {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 5px 10px;
            color: #ddd;
            font-size: 14px;
            font-weight: 300;
            text-align: center;
            text-transform: uppercase;
            border-radius: 6px 6px 0 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }
        /*** VIDEO CONTROLS CSS ***/
        /* control holder */
        
        .control {
            color: #ccc;
            position: absolute;
            bottom: 43%;
            right: 34%;
            width: 360px;
            margin:0px auto;
            z-index: 5;
            display: none;
        }
        /* control bottom part */
        
        .btmControl {
            clear: both;
        }
        .control .btnPlay {
            float: left;
            width: 70px;
            height: 70px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
			margin-top:25px;
            border: 2px solid rgba(255, 255, 255, 1);
        }
       .control .icon-play {
            font: normal normal normal 13px FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 7px 0 0 11px;
        }
        .control .icon-play:before {
            content: "\f04b";
            font-size: 18px;
            color: #ffffff;
        }
        .control .icon-pause {
            font: normal normal normal 14px/1 FontAwesome;
            width: 15px;
            height: 26px;
            display: block;
            margin: 15px 0 0 16px;
        }
        .control .icon-pause:before {
            content: "\f04c";
            font-size: 28px;
            color: #ffffff;
        }
        .control .selected {
            font-size: 15px;
            color: #f00;
        }
        .control .sound {
            float: left;
            width: 70px;
            height: 70px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 1);
            margin-left: 20px;
        }
        .control .icon-sound {
            font: normal normal normal 14px/1 Glyphicons Halflings;
            width: 15px;
            height: 26px;
            display: block;
            margin: 15px 0 0 17px;
        }
        .control .icon-sound:before {
            content: "\e038";
            font-size: 28px;
            color: #ffffff;
        }
        .control .muted .icon-sound {
            width: 7px !important;
        }
        .control .muted .icon-sound:before {
            content: "\e036";
            font-size: 28px;
            color: #ffffff;
        }
        .home-box1{position:absolute;top:40% !important;right:10%;background-color:#0eabb1;padding:25px;color:#ffffff;opacity: 0.9;font-size:22px;}
    }
.textvideo{color:#000;font-size: 30px;}
.textvideo span{color:#00959b;}
/*
     FILE ARCHIVED ON 17:48:04 Jan 14, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:32:01 Mar 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.617
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.015
  esindex: 0.015
  cdx.remote: 32.103
  LoadShardBlock: 221.17 (3)
  PetaboxLoader3.datanode: 287.827 (5)
  PetaboxLoader3.resolve: 216.583 (3)
  load_resource: 364.14 (2)
*/