@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.wrapper{
	background: url('../img/background.jpg') no-repeat   center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100vw;
  height: 100vh;

  margin: 0;
  padding: 0;
  border: 0;
}

.holder {
	margin: 0;
	position: relative;
}

.logo {
	position: absolute;
	top: 15px;
	left: 15px;
}

.title {
	position: absolute;
	top: 80px;
	left:0;
	width: 100%;
	text-align: center;
	font-family: OpenSans;
	color: #FFF;
	font-size: 67px;
	letter-spacing: 6.7px;
	margin:0;
	padding:0;
}

.location {
	position: absolute;
	top: 170px;
	left:0;
	width: 100%;
	text-align: center;
	font-family: OpenSansBold;
	color: #001F5F;
	font-size: 47px;
	letter-spacing: 0.5px;
	margin:0;
	padding:0;
}

.address {
	position: absolute;
	top: 226px;
	left:0;
	width: 100%;
	text-align: center;
	font-family: OpenSansItalic;
	color: #fff;
	font-size: 27.3px;
	margin:0;
	padding:0;
}

.date {
	position: absolute;
	top: 280px;
	left:0;
	width: 100%;
	text-align: center;
	font-family: OpenSansBoldItalic;
	color: #001F5F;
	font-size: 31.8px;
	letter-spacing: 0;
	margin:0;
	padding:0;
}

.star {
	margin: 0 10px;
}

.speaker-holder {
	position: absolute;
	top: 370px;
	right: 80px;
}
.speaker-holder-2 {
	position: absolute;
	top: 520px;
	right: 140px;
}

.featuring {
	width: 100%;
	text-align: center;
	font-family: OpenSansBoldItalic;
	color: #001F5F;
	font-size: 24.5px;
	letter-spacing: 0;
	margin:0;
	padding:0;
}

.speaker {
	width: 100%;
	text-align: center;
	font-family: OpenSansBoldItalic;
	color: #FFF;
	font-size: 44.3px;
	letter-spacing: 0;
	margin:0 0 10px 0;
	padding:0;
}
.reg-closed {
	width: 100%;
	text-align: center;
	font-family: OpenSansBoldItalic;
	color: #FFF;
	font-size: 34.3px;
	letter-spacing: 0;
	margin:0 0 10px 0;
	padding:0;
}

.description {
	max-width: 100%;
	text-align: center;
	font-family: OpenSansBoldItalic;
    /*
	color: #001F5F;
    */
	color: #ffffff;
	font-size: 25.6px;
	letter-spacing: 0;
	margin:0;
	padding:0;
}

.actions-holder {
	position: absolute;
	top: 370px;
	left: 80px;
	height: 171px; 
	width: 529px;
}

.btn1 {
	position: absolute;
	top: 0;
	left: 0;
}

.btn2 {
	position: absolute;
	top: 0;
	left: 97px;
}


.btn3 {
	position: absolute;
	top: 0;
	left: 325px;
}

.btn4 {
	position: absolute;
	top: 104px;
	left: 0;
}

.btn5 {
	position: absolute;
	top: 104px;
	left: 97px;
}


.btn6 {
	position: absolute;
	top: 104px;
	left: 325px;
}
.gradient {
	width: 1592px;
	height: 842px;
	
	opacity: 0.7;
	background: #38649d; /* Old browsers */
	background: -moz-linear-gradient(top,  #38649d 0%, #3b679f 18%, #466fa4 33%, #587dac 45%, #7090b8 60%, #90a9c7 70%, #b8c8da 79%, #e5ebf0 88%, #fffffc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #38649d 0%,#3b679f 18%,#466fa4 33%,#587dac 45%,#7090b8 60%,#90a9c7 70%,#b8c8da 79%,#e5ebf0 88%,#fffffc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #38649d 0%,#3b679f 18%,#466fa4 33%,#587dac 45%,#7090b8 60%,#90a9c7 70%,#b8c8da 79%,#e5ebf0 88%,#fffffc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38649d', endColorstr='#fffffc',GradientType=0 ); /* IE6-9 */

}

@media (min-width: 970px) and (max-width: 1700px) {
	.title {
		font-size: 53.73px;
		letter-spacing: 5.3px;
		top: 70px;		
	}
	.location {
		font-size: 34px;
		top: 140px;
	}
	.address { 
		font-size: 18.84px;
		top: 182px;
	}
	.date {
		font-size: 18.84px;
		top: 220px;
	}

	.date  > img {
		width: 18px;
		height: 18px;
	}

	.crow-holder {
		overflow: hidden;
		width: 944px;
		height: 700px;		
	}

	.crow-holder img {
		margin-left: -500px;
		margin-top: -126px;		
	}

	.speaker-holder, .actions-holder, .logo {
		transform-origin: top center;
		-ms-transform: scale(0.7, 0.7); /* IE 9 */
		-webkit-transform: scale(0.7, 0.7);
		transform: scale(0.7, 0.7);
	}

	.speaker-holder-2 {
		transform-origin: top center;
		-ms-transform: scale(0.65, 0.65); /* IE 9 */
		-webkit-transform: scale(0.65, 0.65);
		transform: scale(0.65, 0.65);
	}

	.logo {
		left: -35px;
	}

	.speaker-holder {
		right: -30px;
		top: 290px;
	}
	.speaker-holder-2 {
		right: 30px;
		top: 400px;
	}

	.actions-holder {
		left: 0px;
		top: 290px;
	}
	 
}

@media (min-width: 641px) and (max-width: 969px) {
	.speaker-holder-2 {
		transform-origin: top center;
		-ms-transform: scale(0.75, 0.75); /* IE 9 */
		-webkit-transform: scale(0.75, 0.75);
		transform: scale(0.75, 0.75);
	}
	.wrapper {
		align-items: baseline;
		justify-content: flex-start;
	}

	.crow-holder {
		margin: 40px 30px;
		width: calc(100vw - 60px);
		height: calc(168vw - 96px - 80px);
		overflow: hidden;
	}

	.crow-holder > img {
		height: 100%;
		width: auto;
		margin-left: -80vw;
	}

	.logo {
		position: absolute;
		top: 55px;
		left: 45px;
		height: auto;
		width: 42vw;
	}

	.title {
		font-size: 5.3vw;
		letter-spacing: 1vw;
		top: 23vw;		
	}

	.location {
		font-size: 4vw;
		top: 31vw;
	}

	.address { 
		font-size: 3vw;
		top: 38vw;
	}

	.date {
		font-size: 4vw;
		top: 48vw;
	}

	.date  > img {
		width: 3vw;
		height: 3vw;
	}

	.speaker-holder {
		top: 60vw;
		left: 0;
		margin: 0 auto;
		right: 0;
	}
	.speaker-holder-2 {
		top: 75vw;
		left: 0;
		margin: 0 auto;
		right: 0;
	}

	.actions-holder  {
		top: 90vw;
		left: 0;
	    margin: 0 auto;
	    right: 0;
	}
}

@media (min-width: 641px) and (max-width: 768px) {
	.speaker-holder, .actions-holder {
		transform-origin: top center;
		-ms-transform: scale(0.6, 0.6); /* IE 9 */
		-webkit-transform: scale(0.6, 0.6);
		transform: scale(0.6, 0.6);
	}
	.speaker-holder-2 {
		transform-origin: top center;
		-ms-transform: scale(0.5, 0.5); /* IE 9 */
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}
}

@media (min-width: 769px) and (max-width: 799px) {
	.speaker-holder, .actions-holder {
		transform-origin: top center;
		-ms-transform: scale(0.7, 0.7); /* IE 9 */
		-webkit-transform: scale(0.7, 0.7);
		transform: scale(0.7, 0.7);
	}
	.speaker-holder-2 {
		transform-origin: top center;
		-ms-transform: scale(0.6, 0.6); /* IE 9 */
		-webkit-transform: scale(0.6, 0.6);
		transform: scale(0.6, 0.6);
	}
}

@media (min-width: 800px) and (max-width: 969px) {
	.speaker-holder, .actions-holder {
		transform-origin: top center;
		-ms-transform: scale(0.85, 0.85); /* IE 9 */
		-webkit-transform: scale(0.85, 0.85);
		transform: scale(0.85, 0.85);
	}
	.speaker-holder-2 {
		transform-origin: top center;
		-ms-transform: scale(0.75, 0.75); /* IE 9 */
		-webkit-transform: scale(0.75, 0.75);
		transform: scale(0.75, 0.75);
	}
}

@media (min-width: 446px) and (max-width: 640px) {
	.wrapper {
		align-items: baseline;
		justify-content: flex-start;
		height: 1000px;
	}

	.crow-holder {
		margin: 0;
		height: 1000px;
		width: 100vw;
		overflow: hidden;
	}

	.crow-holder > img {
		height: 1000px;
		width: auto;
		margin-left: -640px;
	}

	.logo {
		position: absolute;
		top: 18px;
		left: 30px;
		height: auto;
		width: 46.7vw;
	}

	.title {
		font-size: 35px;
		letter-spacing: 2px;
		top: 140px;		
	}

	.location {
		font-size: 23px;
		top: 195px;	
	}

	.address { 
		font-size: 17px;
		top: 245px;
	}

	.date {
		font-size: 23px;
		top: 300px;
	}

	.date  > img {
		width: 20px;
		height: 20px;
	}

	.speaker-holder {
		top: 360px;
		left: 0;
		margin: 0 auto;
		width: 100%;
	}
	.speaker-holder-2 {
		top: 440px;
		left: 0;
		margin: 0 auto;
		width: 100%;
	}

	.featuring {
		font-size: 12px;
	}
	.speaker {
		font-size: 22px;
		margin: 0 0 5px 0;
	}
	.reg-closed {
		font-size: 15px;
		margin: 0 0 5px 0;
	}
	.description {
		font-size: 13px;
	}

	.actions-holder {		
    	top: 530px;
		left: 0;
	    margin: 0 auto;
	    right: 0;
	    width:393px;
	}
	.btn1 > img, .btn4 > img {
		width: 390px;
		height: 51px;
	}

	.btn2  > img, .btn3  > img, .btn5  > img, .btn6  > img{
		width: 153px;
		height: 51px;
	}

	.btn2, .btn5 {
		left: 72px;
	}

	.btn3, .btn6 {
		left: 243px;
	}

	.btn4, .btn5, .btn6 {
		top: 78px;
	}
}

@media  (min-width: 380px) and (max-width: 445px) {
	.wrapper {
		align-items: baseline;
		justify-content: flex-start;
		height: 870px;
	}

	.crow-holder {
		margin: 0;
		height: 870px;
		width: 100vw;
		overflow: hidden;
	}

	.crow-holder > img {
		height: 870px;
		width: auto;
		margin-left: -570px;
	}

	.logo {
		position: absolute;
		top: 18px;
		left: 30px;
		height: auto;
		width: 46.7vw;
	}

	.title {
		font-size: 1.8em;
		letter-spacing: 0.2em;
		top: 100px;		
	}

	.location {
		font-size: 1.4em;
		top: 140px;	
	}

	.address { 
		font-size: 1em;
		top: 180px;
	}

	.date {
		font-size: 1.4em;
		top: 230px;
	}

	.date  > img {
		width: 0.8em;
		height: 0.8em;
	}

	.speaker-holder {
		top: 290px;
		left: 0;
		margin: 0 auto;
		width: 100%;
	}
	.speaker-holder-2 {
		top: 370px;
		left: 0;
		margin: 0 auto;
		width: 100%;
	}

	.featuring {
		font-size: 12px;
	}
	.speaker {
		font-size: 22px;
		margin: 0 0 5px 0;
	}
	.reg-closed {
		font-size: 15px;
		margin: 0 0 5px 0;
	}
	.description {
		font-size: 13px;
	}

	.actions-holder {		
    	top: 480px;
		left: 0;
	    margin: 0 auto;
	    right: 0;
	    width:264px;
	}
	.btn1 > img, .btn4 > img {
		width: 260px;
		height: 34px;
	}

	.btn2  > img, .btn3  > img, .btn5  > img, .btn6  > img{
		width: 102px;
		height: 34px;
	}

	.btn2, .btn5 {
		left: 48px;
	}

	.btn3, .btn6 {
		left: 162px;
	}

	.btn4, .btn5, .btn6 {
		top: 52px;
	}
}

@media  (max-width: 379px) {
	.wrapper {
		align-items: baseline;
		justify-content: flex-start;
		height: 870px;
	}

	.crow-holder {
		margin: 0;
		height: 870px;
		width: 100vw;
		overflow: hidden;
	}

	.crow-holder > img {
		height: 870px;
		width: auto;
		margin-left: -570px;
	}

	.logo {
		position: absolute;
		top: 18px;
		left: 30px;
		height: auto;
		width: 46.7vw;
	}

	.title {
		font-size: 1.9em;
		letter-spacing: 0.2em;
		top: 100px;		
	}

	.location {
		font-size: 1.1em;
		top: 180px;	
	}

	.address { 
		font-size: 1em;
		top: 210px;
		left: 0;
		width: 200px;
		margin: 0 auto;
		right: 0;
	}

	.date {
		font-size: 1.4em;		
		width: 180px;
		top: 260px;
		left: 0;
		width: 200px;
		margin: 0 auto;
		right: 0;
		line-height: 1.4em;
	}

	.date  > img {
		width: 0.8em;
		height: 0.8em;
		display: block;
		margin: 0 auto;
	}

	.speaker-holder {
		top: 350px;
		left: 0;
		margin: 5px auto;
		width: 100%;
	}
	.speaker-holder-2 {
		top: 420px;
		left: 0;
		margin: 5px auto;
		width: 100%;
	}

	.featuring {
		font-size: 12px;
	}
	.speaker {
		font-size: 22px;
		margin: 0 0 5px 0;
	}
	.reg-closed {
		font-size: 15px;
		margin: 0 0 5px 0;
	}
	.description {
		font-size: 12px;
		max-width: 300px;
		margin: 0 auto;
	}

	.actions-holder {		
    	top: 510px;
		left: 0;
	    margin: 0 auto;
	    right: 0;
	    width:264px;
	}
	.btn1 > img, .btn4 > img {
		width: 260px;
		height: 34px;
	}

	.btn2  > img, .btn3  > img, .btn5  > img, .btn6  > img{
		width: 102px;
		height: 34px;
	}

	.btn2, .btn5 {
		left: 48px;
	}

	.btn3, .btn6 {
		left: 162px;
	}

	.btn4, .btn5, .btn6 {
		top: 52px;
	}
}