@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
@import "bodyc.css";


.header-bg img,
.header-bg h1{
	display: inline-block;
	position: relative;
}
.header-bg img{
	width: 100px;
}
.header-bg h1{
	top: 25px;
}

@media screen and (max-width:992px){
	.header-bg{
		margin-bottom: 0px !important ;
	}
	.header-bg img{
		width: 80px !important;
	}

	.header-bg img:last-child {
		padding-bottom: 14px;
	}
	.header-bg img:first-child {
		padding-top: 14px;
	}
	
	.video-bg{
		height:340px !important;
	}
	.video-bg iframe{
		height: 340px !important;
	}
	
}

@media (min-width: 1024px) {
  .webinar-wrap {
    width: 60%;
    margin: auto;

  }
}

@media screen and (max-width:1200px){
	.video-bg{
		height:440px !important;
	}
	.video-bg iframe{
		height: 440px !important;
	}

}


.webinar-form {
  margin-top: 30px;
}
.webinar-form .input-block {
  background-color: rgba(255, 255, 255, 0.8);
  /*border: solid 1px #FF512F;*/
  width: 100%;
  height: 60px;
  padding: 25px;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.webinar-form .input-block.focus {
  background-color: #fff;
  /*border: solid 1px #fb2900;*/
}
.webinar-form .input-block.textarea {
  height: auto;
}
.webinar-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.webinar-form .input-block label {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  color: #333;
  font-size: 18px;
  line-height: 10px;
}
.webinar-form .input-block .form-control {
  background-color: transparent;
  padding: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333;
}
.webinar-form .input-block .form-control:focus label {
  top: 0;
}
.webinar-form .square-button {
  background-color: rgba(255, 255, 255, 0.8);
  /*color: #fb2900;*/
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  border: none;
  width: 100%;
}
.webinar-form .square-button:hover, .webinar-form .square-button:focus {
  background-color: white;
}



/*----page styles---*/

.webinar-wrap {
  padding: 15px;

}

h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.small-bottom {
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.small-bottom i {
  font-style: normal;
  color: #F50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.small-bottom a {
  color: #fff;
  text-decoration: none;
}
.small-bottom a:hover {
  text-decoration: underline;
}


/*----video bg---*/
.video-text-bg,
.video-send-btn{
	padding:0px !important;
}
.video-bg{	
	padding: 0px !important;
	margin-bottom: 20px;
	height:540px;
}
.video-bg iframe{
	width:100%;
	height: 540px;
}

.video-warning{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 300;
}
@media screen and (max-width:992px){
		.webinar-form{
		margin-top: 18px !important;
	}	
}

@media screen and (max-width:612px){
		.webinar-form{
		margin-top: 10px !important;
	}	
}
/*----video bg---*/


.button {
	padding: 4px 11px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-align: center;

	border-radius: 4px;
	border: 1px solid #bcbcbc;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);

}

.button:active,.button:active:after,.button:active:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	
}

.button,.buttonsm:hover
{
	cursor: pointer;
	text-decoration: none;
}

.red,.red:link,.red:visited
{
	font-weight:bold;
	text-shadow: rgba(0, 0, 0, 0.8) 0 0 2px;
    color: #FFFFFF;
	background: #D42528;
	border: 1px solid #B21F21;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E25A5E), to(#D42528));
	background: -moz-linear-gradient(#E25A5E, #D42528);
	-pie-background: linear-gradient(#E25A5E, #D42528);	

}

.red:hover
{
	padding:4px 10px 4px 12px;
    color: #ffffff;
	text-decoration: none;
	background: #B21F21;
	border: 1px solid #601113;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D42528), to(#B21F21));
	background: -moz-linear-gradient(#D42528, #B21F21);
	-pie-background: linear-gradient(#D42528, #B21F21);	

}

.green,.green:link,.green:visited
{
	font-weight:bold;
	text-shadow: rgba(0, 0, 0, 0.8) 0 0 2px;
	color:#FFFFFF;
 	border: 1px solid #669900;
    background: #a5cd4e; /* Old browsers */
    background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */
    background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* W3C */
}

.green:hover
{
	padding:4px 10px 4px 12px;
	background: #6b8f1a;
	color:#FFFFFF;
	text-decoration: none;
	border: 1px solid #336600;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6b8f1a), to(#526C13));
	background: -moz-linear-gradient(#6b8f1a, #526C13);
	-pie-background: linear-gradient(#6b8f1a, #526C13);	

}

.yellow,.yellow:link,.yellow:visited
{
	font-weight:bold;
	color:#333;
	border: 1px solid #c7c8c9;
	background: #fee486;
	background-image: -ms-linear-gradient(top, #fef9c9, #fee486);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fef9c9), to(#fee486));
	background: -moz-linear-gradient(#fef9c9, #fee486);
	-pie-background: linear-gradient(#fef9c9, #fee486);	

}

.yellow:hover
{
	padding:4px 10px 4px 12px;
	color:#000;
	text-decoration: none;
	background: #ffd86b;
	border: 1px solid #F1C43F;
	background-image: -ms-linear-gradient(top, #fee486, #ffd86b);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fee486), to(#ffd86b));
	background: -moz-linear-gradient(#fee486, #ffd86b);
	-pie-background: linear-gradient(#fee486, #ffd86b);	

}

.blue,.blue:link,.blue:visited
{
	font-weight:bold;
	text-shadow: rgba(0, 0, 0, 0.8) 0 0 2px;
	color:#FFFFFF;
	border: 1px solid #2F5BB7;
	background: #4787ED;
	background-image: -ms-linear-gradient(top, #4D90FE, #4787ED);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4D90FE), to(#4787ED));
	background: -moz-linear-gradient(#4D90FE, #4787ED);
	-pie-background: linear-gradient(#4D90FE, #4787ED);	

}

.blue:hover
{
	padding:4px 10px 4px 12px;
	color:#FFFFFF;
	text-decoration: none;
	background: #357AE8;
	border: 1px solid #2F5BB7;
	background-image: -ms-linear-gradient(top, #4D8FFE, #357AE8);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4D8FFE), to(#357AE8));
	background: -moz-linear-gradient(#4D8FFE, #357AE8);
	-pie-background: linear-gradient(#4D8FFE, #357AE8);	

}


/* -----------------------  gate for 2 -------------------- */


a:link {

}

/* visited link */
a:visited {

  text-decoration:none;
}

/* mouse over link */
a:hover {
 
    text-decoration:none;
}




.box{
    border-radius: 15px;
    background: -webkit-linear-gradient(bottom, rgb(169, 169, 169) 0%, rgb(223, 223, 223) 80%, rgb(235, 235, 235) 100%);
background: -o-linear-gradient(bottom, rgb(169, 169, 169) 0%, rgb(223, 223, 223) 80%, rgb(235, 235, 235) 100%);
background: -ms-linear-gradient(bottom, rgb(169, 169, 169) 0%, rgb(223, 223, 223) 80%, rgb(235, 235, 235) 100%);
background: -moz-linear-gradient(bottom, rgb(169, 169, 169) 0%, rgb(223, 223, 223) 80%, rgb(235, 235, 235) 100%);
background: linear-gradient(to top, rgb(169, 169, 169) 0%, rgb(223, 223, 223) 80%, rgb(235, 235, 235) 100%);
padding:10px 30px 15px 30px; margin-bottom:10px;

  transition: box-shadow .3s;
  min-height:310px;
}


.box:hover{

  box-shadow: 0 0 11px rgba(33,33,33,.2);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);

  -moz-box-shadow: 0 0 10px #000;
      -webkit-box-shadow: 0 0 10px #000;
      box-shadow: 0 0 10px #000;
transition: 1s ease;  

}




.box-container{
    min-height: 100vh;

}
.box-image{

    width: 100%;

    text-align: center;
}
.box-image img{
    width: 100%;

    max-width: 110px;
	padding-bottom:10px;
}
.box-title {
    font-weight:bold;
	text-align:center;
	border-bottom:1px solid #acacac;
	padding-bottom:10px;
	font-size:17px;
	color:#082266;

}


.box-subtitle {
    font-weight:bold;
	text-align:center;
	color:#0f1386;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;
	min-height:64px;

}

@media screen and (max-width:1800px){
		.box-subtitle {
	    font-weight:bold;
	text-align:center;
	color:#0f1386;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;

	}	
}

.box-date {
	border-top:1px solid #acacac;
    font-weight:bold;
	text-align:center;
	color:#cd161d;
padding-top:5px;
	font-size:20px;

}

/* .box-orta {
	  display: flex;
    justify-content: center;
    align-items: center;
	
} */