@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

body {
	margin:0;
}

.cslide-content .inner {
	display: table-cell;
	vertical-align:middle;
	overflow:hidden;
}

.cslide-slides-master {
	height: 450px;
	position:relative;
	overflow:hidden;
}

.slider-height{
	width: 100%;
	height: 450px;
	position:absolute;
	display:table;
	overflow:hidden;
	z-index:200;
}

.arrow-center {
	height: 450px;
	width:100%;
	display: table-cell;
	vertical-align:middle;
	background-color:;
	z-index:300;
}

.cslide-prev{
 	cursor: pointer; 
	width: 100px;
	height:100px;
	z-index: 400;
	left: 0;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	display:table-cell;
	float:left;
}

.cslide-next{
 	cursor: pointer; 
	width: 100px;
	height:100px;
	right: 0;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	display:table-cell;
	text-align:right;
	float:right;
}

.cslide-slide {
	float: left;
	position: relative;
	height: 450px;
	width: 100%;
	background-color:;
	overflow:hidden;
	display:table;
	vertical-align:middle;
	z-index:100;
}

.cslide-content {
	width: 50%;
	height: 100%;
	overflow:hidden;
	background-color:white;
	display:table;
	align-items: left;
	position: relative;
	float:right;
	vertical-align:top;
}

.cslide-text {
	display: table-cell;
	vertical-align:middle;
	padding-left: 10%;
	padding-right: 20%;
}

.cslide-image {
	width:50%;
	height: 100%;
	display:inline-block;
	align-items: center;
	justify-content: center;
	float:left;
	opacity: 1;
	overflow: hidden;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
}
  
.cslide-slide img{
	align-items: center;
	opacity: 1;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
	overflow:hidden;
	position:absolute;
	max-height: 100%;	
	left: 25%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
}

.slide-title {
	font-size:60px;
	font-family: Quicksand;
	font-weight:200;
	font-style:normal;
}

.slide-container p {
	font-size:20px;
	color:gray;
	line-height: 30px;
	letter-spacing:normal;	
	font-weight:500;
	margin-top:20px;
}

 .slide-container h2 {
	font-size: 50px;
	position: static;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
}