@charset "utf-8";


.wrapper {
	width: 100%;
	height: 310px;
	overflow: hidden;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}


.smallSlide {
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	height: 246px;
}


.wrapper .slid  {
	width: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 100%;
	clear: both;
	z-index: 1000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}



.smallSlide h1 {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: hsla(0,0%,43%,1.00);
	font-size: 1.8em;
	padding: 0;
	text-align: left;
	margin-top: 13px;
	margin-right: 13px;
	margin-bottom: 13px;
	margin-left: 13px;
}
.smallSlide p {
	text-align: left;
	font-family: 'Raleway', sans-serif;
	margin-left: 14px;
	font-size: 1.2em;
	line-height: 19px;
}


.smallSlide img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	margin-bottom: 8px;
}


.smallSlide em {
	color: hsla(209,79%,28%,1.00);
	text-decoration: overline;
	font-style: normal;
	font-family:'Raleway', sans-serif;
	font-weight: 300;
}

.smallSlide button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 58%;
	height: 35px;
	margin-top: 4px;
	background-color: hsla(35,84%,62%,1.00);
	border: 1px solid hsla(35,84%,62%,1.00);
	border-radius: 6px;
	color: hsla(0,0%,100%,1.00);
	font-family:'Raleway', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	font-size: 1em;
	text-decoration: none;
	margin-bottom: 0px;
	}
	
.smallSlide button:hover{
	background-color: hsla(35,88%,53%,1.00);
	text-decoration: underline;
	}
.navSlide {
	float: left;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 100%;
	padding-left: 205px;
	padding-right: 197px;
}
.navSlide1 {
	width: 100%;
	height: auto;
	margin-top: 120px;
}
#prev2   {
	background-image: url(../images/left-arrown.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 43px;
	margin-top: 8px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#next2 {
	background-image: url(../images/arrown.png);
	width: 25px;
	height: 40px;
	float: right;
	margin-top: 8px;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.start {
	display: inline-block;
	height: auto;
	max-width: 100%;
	z-index: 0;
	float: right;
	margin-top: -34px;
	margin-right: 15px;
}
.start .IconStart {
	background-image: url(../images/start.png);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.content.slide {
	display: block;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 48px;
	border: 1px solid #BBBABA;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #F9F9F9;
}

@media (min-width:992px) and (max-width:1199px){
.wrapper .slid {
	display: inline-block;
	width: 100%;
}



}

@media (min-width:768px) and (max-width:991px){
.navSlide {
}
.smallSlide h1 {
	font-size: 1.6em;
}
.navSlide {
	padding-left: 130px;
	padding-right: 132px;
}


}

@media (max-width:767px){
.wrapper .slid {
	display: inline-block;
	width: 100%;
	z-index: 1000;
}
.smallSlide h1 {
	font-size: 1.5em;
}
.navSlide {
	padding-left: 109px;
	padding-right: 117px;
}


}

@media (max-width:447px){

}
