@charset "utf-8";

@font-face {
    font-family: 'BentonSansBlack';
    src: url('../fonts/BentonSansBlack-Regular.eot');
    src: url('../fonts/BentonSansBlack-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSansBlack-Regular.woff2') format('woff2'),
        url('../fonts/BentonSansBlack-Regular.woff') format('woff'),
        url('../fonts/BentonSansBlack-Regular.ttf') format('truetype'),
        url('../fonts/BentonSansBlack-Regular.svg#BentonSansBlack-Regular') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSansMedium';
    src: url('../fonts/BentonSansMedium-Regular.eot');
    src: url('../fonts/BentonSansMedium-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSansMedium-Regular.woff2') format('woff2'),
        url('../fonts/BentonSansMedium-Regular.woff') format('woff'),
        url('../fonts/BentonSansMedium-Regular.ttf') format('truetype'),
        url('../fonts/BentonSansMedium-Regular.svg#BentonSansMedium-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSansLight';
    src: url('../fonts/BentonSansLight.eot');
    src: url('../fonts/BentonSansLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSansLight.woff2') format('woff2'),
        url('../fonts/BentonSansLight.woff') format('woff'),
        url('../fonts/BentonSansLight.ttf') format('truetype'),
        url('../fonts/BentonSansLight.svg#BentonSansLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSansBold';
    src: url('../fonts/BentonSans-Bold.eot');
    src: url('../fonts/BentonSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSans-Bold.woff2') format('woff2'),
        url('../fonts/BentonSans-Bold.woff') format('woff'),
        url('../fonts/BentonSans-Bold.ttf') format('truetype'),
        url('../fonts/BentonSans-Bold.svg#BentonSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSansRegular';
    src: url('../fonts/BentonSans-Regular.eot');
    src: url('../fonts/BentonSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSans-Regular.woff2') format('woff2'),
        url('../fonts/BentonSans-Regular.woff') format('woff'),
        url('../fonts/BentonSans-Regular.ttf') format('truetype'),
        url('../fonts/BentonSans-Regular.svg#BentonSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
}

.bg {
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100%;
}


.wrapper {
	width: 100%;
	height: 100%;
}

.header {
    padding: 30px 0px;
    width: 100%;
    display: inline-block;
}

.logo-left {
    width: 190px;
    display: inline-block;
    float: left;
	margin-left:15px;
}

.logo-right {
    width: 300px;
    display: inline-block;
    float: right;
	margin-right:15px;
}

.bottom-logo {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.stremleftlogo {width: 320px;
    display: inline-block;
    float: left;
	margin-left:15px;}
	
.bottom-logo img {
	width: 120px;
}

.box-head{font-family: 'BentonSansBold'; margin-top:6%; }
.box-head h1{color:#fcb716; font-size:44px;}
.box-head h4{font-size:44px; font-family: 'BentonSansRegular';}
#clockdiv {
	color: #fff;
	display: inline-block;
	font-weight: 100;
	font-size: 16px;
	font-family: 'BentonSansRegular';
}

#clockdiv>div {
	padding: 0px 20px 5px 20px;
	border-radius: 3px;
	display: inline-block;
	width: 220px;
	text-align: center;
	color: #fff;
}

#clockdiv div>span {
	padding: 10px 10px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	width: 140px;
	height: auto;
	border-radius: 50%;
	font-weight: 500;
	font-size: 80px;
	line-height: 140px;
	letter-spacing: 2px;
}
.smalltext {font-size: 22px;line-height: 20px;}
.coundownbox {
	width: 1000px;
	margin: 20px auto 40px auto;
	text-align: center;
}


.coundownbox>div {
	position: relative;
}

.coundownbox>div:before {
	border-right: 2px solid #f17e00;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80%;
	z-index: -1;
}

.coundownbox>div:last-child:before {
	display: none;
}

.register {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
}

.btn-Sobiz {
    background: #4d4d4d;
    border: 2px solid #4d4d4d;
    border-radius: 5px;
    padding: 7px 15px;
    width: 400px;
    height: 48px;
    margin: 0 25px;
    font-family: 'BentonSansMedium';
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.8em;
    position: relative;
}
.btn-Sobiz:hover, .btn-hover:active, .btn-hover:focus {
    background: #f17e00;
    border: 2px solid #f17e00;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.btn-Sobiz:hover, .btn-hover:active, .btn-hover:focus {
    background: #f17e00;
    border: 2px solid #f17e00;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.btn-Sobiz:not(:disabled):not(.disabled).active, .btn-Sobiz:not(:disabled):not(.disabled):active, .show>.btn-Sobiz.dropdown-toggle {
    background: #f17e00;
    border: 2px solid #f17e00;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.btn-Sobiz.focus, .btn-Sobiz:focus {
    background: #4d4d4d;
    border: 2px solid #4d4d4d;
    color: #fff;
    outline: none;
    box-shadow: none;
}


.btn-SAP {
    background: rgb(249,177,24);
    background: linear-gradient(90deg, rgba(249,177,24,1) 0%, rgba(239,105,34,1) 100%);
    border: 2px solid #f7b817;
    border-radius: 15px;
    padding: 7px 15px;
    width: 170px;
    height: 48px;
    margin: 0 25px;
    font-family: 'BentonSansMedium';
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 2em;
    position: relative;
}
.btn-SAP:hover, .btn-SAP:active, .btn-SAP:focus {
    background: rgb(226,163,28);
	background: linear-gradient(90deg, rgba(226,163,28,1) 0%, rgba(239,87,7,1) 100%);
    border: 2px solid #f7b817;
	color: #000;
    outline: none;
    box-shadow: none;
}
.btn-SAP:hover, .btn-SAP:active, .btn-SAP:focus {
    background: rgb(226,163,28);
	background: linear-gradient(90deg, rgba(226,163,28,1) 0%, rgba(239,87,7,1) 100%);
    border: 2px solid #f7b817;
	color: #000;
    outline: none;
    box-shadow: none;
}
.btn-SAP:not(:disabled):not(.disabled).active, .btn-SAP:not(:disabled):not(.disabled):active, .show>.btn-SAP.dropdown-toggle {
    background: rgb(226,163,28);
	background: linear-gradient(90deg, rgba(226,163,28,1) 0%, rgba(239,87,7,1) 100%);
    border: 2px solid #f7b817;
	color: #000;
    outline: none;
    box-shadow: none;
}

.joindisable {background: rgb(126,127,132);
background: linear-gradient(90deg, rgba(126,127,132,1) 0%, rgba(65,66,67,1) 100%); color:#fff; border: 2px solid rgb(126,127,132);}
.joindisable:hover, .joindisable:active, .joindisable:focus {
    background: rgb(126,127,132);
background: linear-gradient(90deg, rgba(126,127,132,1) 0%, rgba(65,66,67,1) 100%); color:#fff; border: 2px solid rgb(126,127,132);
}
.joindisable:hover, .joindisable:active, .joindisable:focus {
    background: rgb(126,127,132);
background: linear-gradient(90deg, rgba(126,127,132,1) 0%, rgba(65,66,67,1) 100%); color:#fff; border: 2px solid rgb(126,127,132);
}
.joindisable:not(:disabled):not(.disabled).active, .joindisable:not(:disabled):not(.disabled):active, .show>.joindisable.dropdown-toggle {
    background: rgb(126,127,132);
background: linear-gradient(90deg, rgba(126,127,132,1) 0%, rgba(65,66,67,1) 100%); color:#fff; border: 2px solid rgb(126,127,132);
}

.home {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 1;
}
.content {position:relative;}
.agenda-box {width:80%; margin:0 auto; background:#000;padding: 30px 0px; margin-bottom:50px;}
.agenda-box h4{width: 80%; margin: 0 auto 15px auto;}
.about-information {width: 100%; margin: 50px auto 15px auto; font-size:20px;}
.modal-body h3{font-family: 'BentonSansRegular';}

.popheader {
    padding: 0px 0px;
	padding-bottom:15px;
    width: 100%;font-family: 'BentonSansMedium';
    display: inline-block;    border-bottom: 0px solid #00123c;
}
.popheader .close {
    position: absolute;
    right: 5px;
    top: -5px;
    color: #fff;
    opacity: 1;
    font-size: 32px; outline:none;
}
.modal-content {
    border: 2px solid #fff;}
	
.login-box {width:800px; margin:0 auto;}

.middle_logo {width: 60%; margin:0 auto;}
.signup {text-decoration:none!important}

.form-check{padding-left: 35px;}


.btn-submit {
    background: rgb(249,177,24);
    background: linear-gradient(90deg, rgba(249,177,24,1) 0%, rgba(239,105,34,1) 100%);
    border: 2px solid #f7b817;
    border-radius: 10px;
    padding: 0px 20px;
    width: auto;
    height: auto;
    margin: 0 0;
    font-family: 'BentonSansMedium';
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 2em;
    position: relative;
}
.btn-submit:hover, .btn-submit:active, .btn-submit:focus {
    background: rgb(226,163,28);
	background: linear-gradient(90deg, rgba(226,163,28,1) 0%, rgba(239,87,7,1) 100%);
    border: 2px solid #f7b817;
	color: #000;
    outline: none;
    box-shadow: none;
}
.btn-submit:hover, .btn-submit:active, .btn-submit:focus {
    background: rgb(226,163,28);
	background: linear-gradient(90deg, rgba(226,163,28,1) 0%, rgba(239,87,7,1) 100%);
    border: 2px solid #f7b817;
	color: #000;
    outline: none;
    box-shadow: none;
}
.btn-submit:not(:disabled):not(.disabled).active, .btn-submit:not(:disabled):not(.disabled):active, .show>.btn-submit.dropdown-toggle {
    background: rgb(226,163,28);
	background: linear-gradient(90deg, rgba(226,163,28,1) 0%, rgba(239,87,7,1) 100%);
    border: 2px solid #f7b817;
	color: #000;
    outline: none;
    box-shadow: none;
}	

.video-mainbox {
	width:auto; text-align:center;margin:0 auto;
}
.video-box {
	width:300px; height:169px; margin:0 auto; border-radius:15px; overflow:hidden; position:relative;
}
.v-icon{width: 20%;
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); cursor:pointer;}
.v-icon:hover{width: 30%;transform: translate(-50%, -50%);}	
.popheaderv .close {
    position: absolute;
    right: 14px;
    top: -22px;
    z-index: 99;
    color: #fff;
    background: #00123a;
    border: 2px solid #fff;
    padding: 5px 5px 10px 5px;
    opacity: 1;
    font-size: 32px;
    line-height: 19px;
    outline: none;}
.feedhead {background:#f49301; color:#000; padding: 5px 0px; margin:0px; font-family: 'BentonSansRegular'; font-weight:600;}	
.feedform {width:90%; margin:40px auto; font-family: 'BentonSansRegular';}	
.feedsubmit { background:#f49301; color:#000; padding:4px 15px; font-size: 18px; font-weight: 500; font-family: 'BentonSansRegular';}	
.thank-box { margin-top:80px; margin-bottom:80px; font-family: 'BentonSansRegular';}	


.condown{margin:0 auto;text-align: center;font-size: 5rem;line-height:1; color: #FFFFFF;font-weight: bold}
.name-title{font-size: 2.6rem;font-weight: bold;line-height: 1;}
.print{padding: 3px 25px 5px 25px;margin: 0 auto;background-color: #f39314;font-size: 1.8rem;line-height:1; color: #FFFFFF;font-weight: 500;text-align: center;border: 0px;border-radius: 3px;}
.print:hover{color: #FFFFFF;text-decoration: none}



/***---------SPEAKER-------- ***/
.indus-content{
	width:100%;
	display: inline-block;
	position: relative;
	margin-top: 15px;
}
.indus-content h5{
	font-family: 'BentonSansLight';
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.025em;
}
.indus-content p{
	font-family: 'BentonSansLight';
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.0125em;
    margin-bottom: 10px;
}
.indus-gallery{
	width: 60%;
    margin: 0 auto;
    padding: 15px 0;
}

.indus-gallery p{
	font-family: 'BentonSansMedium';
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
	letter-spacing: 0.0125em;
}
.indus-popup {
    max-width: 80%;
	/*height: 80%;*/
    top: 50%;
    left: 12%;
    transform: translate(-15%,-50%)!important;
}
.slider-body {
    width: 100%;
    height: 100%;
    display: block;
    padding: 60px 15px;
	background: #04132d;
	position: relative;
}
.slider-body .close{
	z-index: 1;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	padding: 5px;
	/*border: 1px solid #fff;*/
}
.product-img{
	margin: 30px 0;
}
.view-message{
	width: 100%;
    display: inline-block;
    background: rgba(255,255,255,0.1);
    padding: 6px 0;
    text-align: center;
	position: relative;
}
.view-message h5{
	position: absolute;
    font-family: 'BentonSansMedium';
    font-size: 16px;
    line-height: 1.5;
    margin: 0px;
    letter-spacing: 0.0125em;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    left: 50%;
    top: -20px;
    transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.view-message p{
	font-family: 'BentonSansLight';
	font-size: 16px;
	line-height: 1.5;
	margin: 0px;
	letter-spacing: 0.0125em;
	font-weight: 500;
}
.gallery{
	position: relative;
	margin: 0;
}
.gallery .owl-nav{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.gallery .owl-nav .owl-prev{
	left: -50px;
	float: left;
	position: relative;
	width: 22px;
    height: 40px;
}
.gallery .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    color: #fff;
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.gallery .owl-nav .owl-prev span,
.gallery .owl-nav .owl-next span{
	display: none;
}
.gallery .owl-nav .owl-next{
	right: -50px;
	float: right;
	position: relative;
	width: 22px;
    height: 40px;
}
.gallery .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    color: #fff;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal.popup-bg{
	background-color: rgb(0, 0, 0, 0.8);
}
.popup-footer {
    position: relative;
	width: 100%;
	display: inline-block;
    text-align: center;
}
.popup-footer p{
	position: absolute;
	width: 100%;
    bottom: -50px;
    font-size: 13px;
    left: 50%;
    transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
}	
.borderone { border:1px solid #d7d7d7; border-radius:0px;}
.closereg_form{
    position: absolute;
    right: 14px;
    top: -20px!important;
    z-index: 99;
    color: #fff;
    background: #000!important;
    border:1px solid #cacaca!important;
    padding: 5px 5px 10px 5px;
    opacity: 1;
    font-size: 32px;
    line-height: 19px;
    outline: none;
}
.signup {color:#f49301; font-weight: 600;}
.signup:hover {color:#f49301;}
.reg_form {width:90%; margin:5%; color:#d7d7d7;}	
.reg_form .form-control	{    color: #d7d7d7;
    background-color: #000;
    background-clip: padding-box;
	padding: 5px 0px;
    border: 0px;
	border-bottom:1px solid #ddd;
    border-radius: 0px;}
.reg_form .form-control:focus {
    box-shadow: none;
}
.reg_form .checkbox {font-size:13px; margin-left: 20px; }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -20px;
}
.place-color::-webkit-input-placeholder { /* Edge */
  color: #d7d7d7; padding-left:0px;
}

.place-color::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d7d7d7; padding-left:0px;
}

.place-color::placeholder {
  color: #d7d7d7; padding-left:0px;
}

.logininput {padding: 13px;background: #000000; font-size: 20px; color: #FFFFFF; border: 1.5px solid #555555; border-radius: 5px; }
.logininput:focus {outline: 0px;box-shadow: none;}
.form-text { font-size: 20px; }
.footer { width: 100%; display: block; position: fixed; padding: 0px 0; bottom: 0; }
.event-functions {  width: 100%; display: inline-block;}
.event-functions ul { list-style: none; text-align: center; margin: 0;}
.event-functions ul li {  display: inline-block; width: 90px; padding: 0 5px;}
.gredbox { display: inline-block; margin: 10px;}
.iframe-box { border: 1px solid #000; margin-bottom: 0px; background: #606060; width: 1200px; height: 675px; z-index: 1; }



.resource_list {
    width: 95%;
    background: #000;
    /* box-shadow: 0 0 6px #aaa; */
    border-radius: 0px;
    padding: 12px;
    margin: 12px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.resource_list {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #989898;
}
.resource_list_text p{ margin-bottom:4px; padding-left:15px;}
.resource_list_pdficon {
    width: 10%;
    float: left;
    margin-right: 5px;
}
.resource_list_text {
    width: 80%;
    float: left;
	color:#fff
}
.resource_list_downloadicon {
    width: 10%;
    float: left;
    margin-right: 5px;
}
.agendapop-box {font-family: 'BentonSansMedium';}
.agendapop-box table {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;color:#fff	;
  padding: 0px;
  width: 95%;
  margin:0 auto;
  table-layout: fixed;
  font-family: 'BentonSansRegular';
}
.pophead {font-family: 'BentonSansMedium';}
.agendapop-box table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.agendapop-box table tr {
  background-color: #000;
  border: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

.agendapop-box table th, table td {
  padding-top:.625em;
  text-align: center;
}

.agendapop-box table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.agendapop-box .tbleheader { background:#fcb716; color:#000;}
.responsivetable {font-size:14px; vertical-align:top; font-family: 'BentonSansRegular';}
.lasttr {border-bottom: 0px!important;}  
@media screen and (max-width: 600px) {
.agendapop-box table {
    border: 0;
  }

.agendapop-box table caption {
    font-size: 1.3em;
  }
  
.agendapop-box table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
.agendapop-box table tr {
	border:0px solid ;  
    border-bottom: 3px solid #ddd;
	border-top: 0px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
.agendapop-box table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  
.agendapop-box table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
	width: 100%;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
.agendapop-box table td:last-child {
    border-bottom: 0px;
  }

}
@media (max-width:1680px) {
.iframe-box {
    width: 10500px;
    height: 591px;
}
.event-functions ul li {  width: 80px;}
}

@media (max-width:1600px) {
.logo-left {width: 180px;}
.box-head h1{color:#fcb716; font-size:34px;}

#clockdiv div>span {  font-size: 80px; line-height: 140px; }
.iframe-box {
    width: 950px;
    height: 534px;
}
}

@media (max-width:1536px) {
    .logo-left {width: 170px;}

	.coundownbox {
		width: 800px;
	}
	#clockdiv div>span {padding-top: 15px;
		width: 110px;
		font-size: 60px; line-height:80px;
	}
	#clockdiv>div {
		padding: 0px 20px 5px 20px;
		width: 170px;
		font-size: 48px;
	}
    .box-head {
    font-family: 'BentonSansBold';
   
}
	.smalltext {
    font-size: 18px;
    line-height: 14px;
}
.iframe-box {
   width: 850px;
    height: 478px;
}

}

@media (max-width:1440px) {
	.video-box {
	width:250px; height:144px; margin:0 auto; border-radius:15px; overflow:hidden; position:relative;
	}
	.coundownbox {
		width: 730px;
	}
	#clockdiv>div {
		padding: 0px 20px 5px 20px;
		width: 150px;
		font-size: 48px;
	}
	#clockdiv div>span {padding-top: 20px; width: 110px;
		font-size: 60px; line-height:80px;
	}
	.login-box {width:800px; margin:0 auto;}
	.middle_logo {width: 60%; margin:0 auto;}
	.event-functions ul li {  width: 70px;}
	.stremleftlogo{width: 180px;
    display: inline-block;
    float: left;
	margin-left:15px;}
	.stremrightlogo{width: 150px;
    display: inline-block;
    float: right;
	margin-left:15px;}
    .logininput {
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    background: #000000;
    border: 1px solid #555555;
}
.logininput:focus {
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    background: #000000;
    border: 1px solid #555555;
}
}

@media (max-width:1366px) {
    .header { padding: 30px 0px 0px 0px;}
	.logo-left {width: 160px;}
    .box-head h4 { font-size: 36px;}
	.coundownbox {
		width: 675px;
	}
	#clockdiv div>span {
		width: 90px;
		font-size: 60px;
	}
	#clockdiv>div {
		padding: 0px 20px 5px 20px;
		width: 140px;
		font-size: 48px;
	}
	.video-box {
	width:250px; height:141px;
	}
	.iframe-box {
    width: 830px;
    height: 467px;
	}
	.stremleftlogo{width: 180px;
    display: inline-block;
    float: left;
	margin-left:15px;}
	.stremrightlogo{width: 150px;
    display: inline-block;
    float: right;
	margin-left:15px;}
    .btn-SAP {
    border-radius: 15px;
    padding: 4px 13px;
    width: 160px;
    height: 42px;
    margin: 0 25px;}
}

@media (max-width:1343px) {
.iframe-box {
    width: 800px;
    height: 450px;
	}
}

@media (max-width:1280px) {
    .logo-left {width: 160px;}
	.coundownbox { width: 640px;margin: 15px auto 30px auto; }
	.smalltext { font-size: 16px; line-height: 25px;}
	    
	#clockdiv>div {
		padding: 0px 20px 5px 20px;
		width: 140px;
		font-size: 48px;
    	line-height: 58px;
	}
	#clockdiv div>span {
		width: 100px;
		font-size: 48px;
    	line-height: 58px;
	}
	.iframe-box {
    width: 750px;
    height: 422px;
	}
	.stremleftlogo{width: 180px;
    display: inline-block;
    float: left;
	margin-left:15px;}
	.stremrightlogo{width: 150px;
    display: inline-block;
    float: right;
	margin-left:15px;}
    .btn-Sobiz{font-size: 16px;
    line-height: 2em;}
}

@media (max-width:1024px) {
    .logo-left {width: 150px;}
    .logo-right {width: 140px;}
    .box-head h1{color:#fcb716; font-size:26px;}
    .box-head h4{font-size:17px;}
	.coundownbox {
		width: 545px;
	}
	#clockdiv>div {
		padding: 0px 20px 5px 20px;
		width: 130px;
		font-size: 38px;
	}
	#clockdiv div>span {
		width: 100px;
		font-size: 38px;
	}
    .bottom-logo { display: none; }
}

@media (max-width:952px) {
    .logo-left { width: 100px!important;}
	.coundownbox {
		width: 500px;
		margin: 5px;
	}
	.coundownbox h2 {
		font-size: 22px;
	}
    .box-head h4 {
    font-size: 24px;
}
	#clockdiv div>span {
		width: 60px;
		font-size: 32px;
		line-height: 45px;
	}
	#clockdiv>div {
		padding: 10px 0px;
		font-size: 32px;
		width: 120px;
	}
	/*.box-head { margin-top: 10px;}*/
	
   .btn-SAP {padding: 7px 15px;
    width: 160px;line-height: 1.2em;
    height: 36px;margin: 0 10px;}
	.header { padding: 15px 0px;}
	.pophead { font-size:20px;}
	.resource_list_text p {
    margin-bottom: 2px;
    padding-left: 10px;
	font-size:14px;
	}
	.login-box {width:auto; margin:0 auto; margin-top:0px;}
	.middle_logo {width: 40%; margin:0 auto;}
	.iframe-box {
    width: 350px;
    height: 197px;
	}
	.event-functions ul li {  width: 60px;}
	.stremleftlogo{width: 150px;
    display: inline-block;
    float: left;
	margin-left:15px;}
	.stremrightlogo{width: 120px;
    display: inline-block;
    float: right;
	margin-left:15px;}
    .logininput {
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 10px;
    }
    .form-text {
    font-size: 14px;
    }
    .gredbox { margin-top: 0px;}
}

@media (max-width:851px) {
	.coundownbox {
		width: 500px;
	}
	#clockdiv div>span {
		width: auto;
		font-size: 32px;
	}
	#clockdiv>div {
		padding: 10px 0px;
		font-size: 32px;
	}
	.smalltext {
		font-size: 16px;
	}
	.about-detail {width:90%; margin:0 auto;}
	.iframe-box {
    width: 250px;
    height: 141px;
	}
	.event-functions ul li {  width: 55px;}
}

@media (max-width:836px) {
	.loginbox {
		width: auto;
		margin-top: 20px;
	}
	.login p {
		width: 65%;
		margin: 0 auto;
		font-size: 10px;
		padding-top: 5px;
		color: #fff;
	}
}

@media (max-width:672px) {
.smalltext {
    font-size: 13px;line-height: 5px;
}
.iframe-box {
    width: 220px;
    height: 124px;
	}
}

@media (max-width:640px) {
	.coundownbox {
		width: 400px;
	}
	#clockdiv div>span {
		width: auto;
		font-size: 32px;
	}
	#clockdiv>div {
		padding: 0px 0px 10px 0px;
		font-size: 32px;
		width: 90px;
		line-height: 10px;
	}

	.bottom-logo img {
		width: 75px;
	}

}

@media (max-width:603px) {

}

@media (max-width:480px) {
	.bg {
		background: url(../images/bg.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

}

#warning-message {
	display: none;
}

@media only screen and (orientation:landscape) {
	#warning-message {
		display: none;
	}
}

@media only screen and (orientation:portrait) {
	html,
	body {
		width: 100%;
		height: 100%;
	}
	/*#wrapper {
		display: none;
	}*/
	#warning-message {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	#warning-message p {
		font-family: '';
		width: 100%;
		color: #fff;
		padding: 15px;
		font-size: 21px;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 0.0125em;
		font-weight: 400;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	}
}

 #video {
            display: none;
        }
       .round-mask {
            position: relative;
            width: 300px;
            height: 300px;
            /*border-radius: 50%;*/
            overflow: hidden;
            margin: 0 auto;
        }

        #canvas {
            width: 100%;
            height: 100%;
        }

        .capture-btn {
            display: block;
            margin: 20px auto;
            padding: 10px 20px;
            background-color: #28a745;
            color: white;
            border: none;
            cursor: pointer;
        }
		.save-btn {
            display: block;
            margin: 20px auto;
            padding: 6px 20px;
            background-color: #28a745;
			font-size: 18px;
            color: white;
            border: none;
            cursor: pointer;
        }

        .capture-btn:hover {
            background-color: #218838;
        }

        #capturedImage {
            display: none;
            margin: 20px auto;
  		}
		#square {
		    display: none;
            position: absolute;
            width: 200px; /* Square width */
            height: 200px; /* Square height */
            top: 50%; /* Position it in the middle vertically */
            left: 50%; /* Position it in the middle horizontally */
            transform: translate(-50%, -50%); /* Offset to exactly center the square */
            border: 2px dashed red; /* Styling for the square */
        }
