* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #383637;
}

img {
    margin-bottom: -4px
}

.wrapper {
    width: 1120px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#main_container {
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


#header {
    width: auto;
    padding-top: 30px;
    height: 200px;
    background-color: #383637;
}

#black_top {
    width: auto;
    height: 40px;
    background-color: black;
}

.side_bar {
    background-color: #b72928;
    width: 210px;
    height: 1000px;
    float: left;
}

.gallery_box {
    background-color: #686667;
    width: 790px;
    height: 8200px;
    float: left;
}

.gallery_box img{
    padding: 14px;
}

.gallery_side_bar {
    background-color: #b72928;
    width: 210px;
    height: 8200px;
    float: left;
}

.testimonies_side_bar {
    background-color: #b72928;
    width: 210px;
    height: 2100px;
    float: left;
}

.testimonies_content_box {
    background-color: #686667;
    width: 790px;
    height: 2100px;
    float: left;
}

.content_box {
    background-color: #686667;
    width: 790px;
    height: 1000px;
    float: left;
}

#footer {
    background-color: #383637;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    clear: left;
}

h1 {
    color: white;
}

h2 {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

h3 {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
}

h4 {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    margin: 20px 0 50px 50px;
}

p {
    font-family: "roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: white;
}

.vision p {
    margin: 14px 0 10px 0;
}

.vision h2 {
    margin: 20px 0 0 0;
}

.row {
    width: 600px;
    margin: 20px 0 20px 0
}

.row2 {
    width: 700px;
    height: 150px;
    margin: 20px 0 0 0;
}

.row3 {
    width: 700px;
    margin: 0 0 90px 0;
}

.day {
    width: 250px;
    float: left;
}

.pic {
    float: left;
}

.pic1 {
    margin-top: -25px;
    float: left;
}

.story {
    width: ;
    margin-left: 220px;
}

.contact_info {
    width: ;
    margin: 40px 0 0 200px;
}

#footer p {
    font-size: 14px;
    text-align: center;
    padding: 15px;
}

.content_padding {
    padding: 40px;
    float: left;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

a:hover {
    color: white;
}

a:active {
    color: white;
}

.currentPage a:link {}

ul {
    list-style-type: none;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}

li {
    margin: 0 0 20px 50px;
}

.mission_list li {
    list-style-type: disc;
    padding: 0 0 8px 0;
    margin-left: 18px;
}

ul .testimonies_list {
    width: 40px;
    float: left;
}

.testimonies_list li {
    display: inline;
    margin: 0 0px 0 0;
}

.testimonies_list li+li {
    border-left: 2px solid white;
    padding-left: 5px;
}

.clip{
    margin: 20px 0 100px 220px;
}

.next{
    margin: -20px 0 0 50px;
}

#footer ul {
    padding-top: 30px;
}

#footer li {
    display: inline;
    font-family: "roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: white;
    margin: 0 20px 0 0px;
}

#container{
		width:700px;
		height:453px;
		position:relative;
  margin-bottom: 60px;
	}

	#container ul{
		width:700px;
		height:453px;
		list-style:none outside none;
		position:relative;
		overflow:hidden;
        margin: 0 0 0 -32px;
	}

#container li:first-child{
		display:list-item;
		position:absolute;
	}

	#container li{
		position:absolute;
		display:none;
	}
#container .prevButton{
		height:40px;
		width:40px;
		position:absolute;
		background-image:url(../img/gallery/left_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
        top:50%;
		margin-top:-36px;
		cursor:pointer;
		z-index:2000;
		background-position:left top;
		left:0
	}

#container .prevButton:hover{ 
			background-position:left bottom;left:0;
}

#container .nextButton{
		height:40px;
		width:40px;
		position:absolute;
		background-image:url(../img/gallery/right_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
        top:50%;
		margin-top:-36px;
		cursor:pointer;
		z-index:2000;
		background-position:left top;
		right:0
	}

	#container .nextButton:hover{ 
			background-position:right bottom;right:0;
}