body {
	/* Margin bottom by footer height */
	margin-bottom: 90px;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html{
	-webkit-font-smoothing: antialiased;
	position: relative;
	min-height: 100%;
}

.logo{
	margin: 30px 0;
}

.no-padding-right{
	padding-right: 0 !important;
}

/* Customize container */
@media (min-width: 768px) {
	.container {
		max-width: 960px;
	}
}

.brief{
	font-size: 13px;
	color: #11b3d8;
	margin: 40px 0 15px 0;
	font-weight: 400;
	letter-spacing: 1px;
}

.menu{
	list-style: none;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
}

.menu li{
	display: inline-block;
	margin-top: 10px;
}

.menu li a{
	text-transform: capitalize;
	color: #000;
	margin: 0 10px 0 0;
}

#topbar{
	width: 100%;
	background-color: #2e2f33;
	padding: 8px 0;
	min-height: 52px;
	position: absolute;
	top: 0;
	z-index: 19999;
}

#topbar p{
	color: #fff;
	font-size: 13px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}

#topbar i{
	color: #fff;
	font-size: 18px;
	padding: 0;
	margin: 10px 0 0 0;
}

.divider{
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

/******************** Footer ********************/

.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 90px;
	padding: 17px 0;
	background: #000;
	color: #fff;
	text-align: center;
}


/******************** Main Pic ********************/


.resize{
	height: 100vh;
}

.section {
	position: relative;
	width: auto;
	max-width: 98%;
	margin: 0 auto;
	background: #000;
	overflow: auto;
	overflow: hidden\0;
	z-index: -1;
}

.home-intro{
	background-image: url(../sliders/slider4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	image-rendering: -moz-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

.nav-control{
	position: absolute;
	top:52px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}

.place-time{
	position: absolute;
	top:35vh;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}

.where-when{
	width:50%;
	background: rgba(255,255,255, 0.8); 
	min-height: 140px;
	-webkit-box-shadow: -1px -1px 13px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 13px -4px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 13px -4px rgba(0,0,0,0.75);
	text-transform: capitalize;
	float: right;
}

#where-when{
	animation-delay: 0.8s;
	animation-duration: 1.5s;
}

/* place-time */
@media (max-width: 768px) {
	.place-time {
		top:25vh;
	}
}

.go-to-bottom{
	position: absolute;
	top: 90vh;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	font-size: 37px;
	-webkit-box-shadow: -1px -1px 13px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 13px -4px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 13px -4px rgba(0,0,0,0.75);
	width: 52px;
	height: 52px;
	text-align: center;
	color: #000;
	background-color: #fff;
	border-radius: 50%;
}

#go-to-bottom {
	animation-delay: 0.8s;
	animation-duration: 1.5s;
	animation-iteration-count: 4;
}

.under-main-pic{
	margin-top: 30px;
	padding-bottom: 120px;
}

.objectives-home-page{
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.section-title{
	font-size: 30px;
	margin: 60px 0 5px 0;
	padding:0;
	letter-spacing: 1px;	
	text-transform: capitalize;
}

@media (max-width: 768px) {
.section-title{
	margin: 0;
}

}

.hr-small{
	width: 70px;
	border-bottom: 3px solid #5e4586;
	margin: 0;
}

.all-layers{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	background-color: rgba(29, 29, 27, 0.8);
}

.all-layers:hover {
	background-color: rgba(29, 29, 27, 0.4);
}


.all-backgrounds{
	position: relative;
	padding:0px !important;
	min-height: 222px;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	image-rendering: -moz-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

.background-user {
	background-image: url('../images/user.jpg');
}

.name{
	text-align: left;
	font-size: 22px;
	font-weight: 300;
	color: #000;
	width: 200px;
	background-color: #fff;
	margin: 180px 0 0 20px !important;
	padding:0 0 0 10px !important;
	text-transform: capitalize;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

.navbar{
	min-height: 145px;
	padding: 15px 0;
	background: rgba(255,255,255,0.96);
}



@media (max-width: 768px) {
	.nav-control{
		top:0;
	}
	
	.inner{
		position: relative;
	}
	
	.navbar{
		min-height: 65px;
		padding: 0;
	}
	
	.resize{
	height: 100vh;
	}
	
	.pull-right{
		float: none !important;
	}
	
}


.image-content{
	position: absolute;
	top: 120px;
	width: 100%;
}

.mans ul{
	list-style: none;
	padding: 0 !important;
	margin:0 !important;
}

.item-mans{
	width: 24%;
	list-style: none;
	margin: 0 0.5% 1em;
	background-color: #fff;
	padding: 15px;
}


.top-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
		letter-spacing: 1px;
	}

.top-menu a li{
	padding: 0;
	margin: 10px 0 0 10px;
	display: inline-block;
	color: rgba(255,255,255,0.5);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.top-menu a li:hover{
	margin: 10px 0 0 10px;
	color: rgba(255,255,255,1.0)	
}

.important-dates{
	background: red;
	
}

.calendar{
	padding:0;
	margin: 0;
	list-style: none;
}

.calendar a li{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dedede;
	text-decoration: none !important;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.calendar a li:hover{
	text-decoration: none !important;
	padding-left: 10px;
}

.calendar li i{
	padding: 0 20px 0 0;
	color: #333333;
}

.calendar h4{
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
	color: #333333;
}

.calendar p{
	font-size: 13px;
	letter-spacing: 1px;
	color: #a0a0a0;

}

.slider{
	margin: 40px 0;
}

.gray{
	-webkit-filter: grayscale(88%);
	filter: grayscale(88%); 
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	cursor: pointer;
}


.gray:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%); 
}

.about-content{
	margin-top: 200px;
}


@media (max-width: 768px) {
.about-content{
	margin-top: 0;
}
}

.objective{
	margin-top: 30px;
}

#delay{
	animation-delay: 0.8s;
	animation-duration: 1.5s;
}

#delay2{
	animation-delay: 1.2s;
	animation-duration: 1.5s;
}

#delay3{
	animation-delay: 2.0s;
	animation-duration: 1.5s;
}

.conference-content{
	margin-top: 200px;
	padding-bottom: 0 !important;
}

@media (max-width: 768px) {
.conference-content{
	margin-top: -22px;
}
}

.about-blue{
	background: #4d565f;
	background: -moz-radial-gradient(center,ellipse cover,#35414c 0,#1c2024 80%);
	background: -webkit-gradient(radial,center center,0px,center center,80%,color-stop(0%,#35414c),color-stop(80%,#1c2024));
	background: -webkit-radial-gradient(center,ellipse cover,#35414c 0,#1c2024 80%);
	background: -o-radial-gradient(center,ellipse cover,#35414c 0,#1c2024 80%);
	background: -ms-radial-gradient(center,ellipse cover,#35414c 0,#1c2024 80%);
	background: radial-gradient(ellipse at center,#35414c 0,#1c2024 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35414C',endColorstr='#1C2024',GradientType=1);
	min-height: 540px;
}

@media (max-width: 768px) {
.about-blue{
	padding-bottom: 40px;
}
}

.attend{
	text-align: center;
}

.attend h1{
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-top: 40px;
}

.attend h2{
	color: #89939b;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.date-conf{
	font-size: 40px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-top: 50px;
	font-weight: 400;
}

.clock-conf{
	font-size: 30px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #b6b6b6;
}

.organizing{
	margin-bottom: 200px;
}

.profiles{
	margin-top: 160px;
}

@media (max-width: 768px) {
.profiles{
	margin-top: 40px;
}
}

.profile{
	margin-bottom: 30px;
}


.user{
	margin-bottom: 10px;
}

.guy-name{
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 0;
}

.role{
	font-size: 12px;
	color: #838383;
	font-weight: 300;
	font-style: italic;
	margin-top: 5px;
}

.program-content{
	min-height: 700px;
	background: #f2f2f2;
	margin-top: 200px;
	padding-bottom: 0 !important;
}

@media (max-width: 768px) {
.program-content{
	margin-top: -22px;
}
}


.day{
	font-size: 25px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.prog{
	list-style: none;
	padding: 0;
}

.prog li{
	padding: 20px 0;
}

.prog li:nth-child(even){
	background-color: #FCFCFC;
}

.prog p{
	padding: 0;
	margin: 0;
	font-size: 13px;
}

.break-li{
	background: #ffbaba !important;
}


.contact-content{
	margin-top: 200px;
	padding-bottom: 0 !important;
}

@media (max-width: 768px) {
.contact-content{
	margin-top: 0px;
}
}

.contact-h1{
	font-size: 22px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.spekers-page{
	margin-top: 30px;
}

.conf-h1{
	font-size: 14px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.visa{
	font-size: 14px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.conf-p{
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
}

.media{
	margin-top: 10px !important;
}

.media p{
	font-size: 13px;
	font-weight: 500;
	margin-top: 15px;
}
