button.btn:hover {
	background-color: #fff;
	
}
button.btn {
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
	color:#161e26;
	background-color: #4ec5ec;
}

.overlay11 {
    position: relative;
    max-width: 560px;
    height: auto;
    margin: 0 auto;
}
.overlay11 img {
	width: 100%;
	vertical-align: top;
}
.overlay11:after {
    content: ' ';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.overlay11:hover:after {
    opacity: 1;
}
.header {
	margin: 0 auto 0 auto !important;
	position: relative !important;
    top:0 !important;
    left:0 !important;
    text-align: center;
    padding:0;
    
}
.tabnav {
	display: inline-block !important;
	font-size: 16px !important;
	padding-top: 0 !important;
	padding-left: 20px !important;
}
.tabnav ul {
	width: 100% !important;
}
.tabnav ul li {
	padding-bottom: 0 !important;
}

.footer {
	position:relative !important;
}

.vid-list-container {
	width: 92%;
	overflow: hidden;
	margin-top: 20px;
	margin-left:4%;
	padding-bottom: 20px;
}
.vid-container {
	padding: 10px;
	float:left;
}
.web-container {
	padding: 10px;
	float:right;
}

div.projtitleleft {
	text-align: left;
	font-size: 28px;
	padding-left: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
div.projtitleright {
	text-align: right;
	font-size: 28px;
	padding-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.rightitems {
	float: right;
	padding-right: 10%;
}
.rightitems ul {
	margin-top: 0px;
}
.leftitems {
	float: left;
	padding-right: 10%;
}
.leftitems ul {
	margin-top: 0px;
}
.vid-list {
	width: 1344px;
	position: relative;
	top:0;
	left: 0;
}
.vid-item {
	margin: 0;
	padding-top: 10px;
	text-align: left;
	cursor: pointer;
		-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s; 
  transition:.5s;
}
.vid-item:hover {
	color: #cdcdcd; 
}

.thumb {
	font-size: 20px;
}

.thumb img {
	width: 100%;
	position: relative;
	top: -13px;
	transition: box-shadow .25s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.thumb img:hover {
		transition: box-shadow .25s;
		box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

.vid-item .desc {
	font-size: 10px;
	margin-top:5px;
}
.arrows {
	position:relative;
	width: 100%;
}

.arrow-left {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	left: -45px;
	top: 30px;
	z-index: 99;
	cursor: pointer;
}

.arrow-right {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	right: -45px;
	top: 30px;
	z-index:100;
	cursor: pointer;
}
@media (max-width: 624px) {
	.arrows {
		position:relative;
		margin: 0 auto;
		width:96px;
	}
	.arrow-left {
		left: 0;
		top: -20px;
	}

	.arrow-right {
		right: 0;
		top: -20px;
	}
	.vid-container {
	padding: 0px;
	padding-bottom: 25px;
}
.vid-container iframe, object, embed {
	height: 200px !important;
}
}

@media (max-width: 745px) {

	#menu-icon {
		display:inline-block !important;

	}
	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding-bottom: 20px;
		background: rgba(255, 255, 255, 0.92);
		/* border: 5px solid #fff; */
		right: 0px;
		left: -15px;
		top: 70px;
		width: 90%;
		/* border-radius: 4px 0 4px 4px; */

	}

	nav li {

		text-align: left;
		width: 100%;
		padding: 10px 30%;
		margin: 0;
		display: inline-block !important;

	}

	nav:hover ul {

		display: block;

	}
	.tabnav {
    	font-size: 36px !important;
	}
	img#img_frame {
	width: 100%;
	height: auto;
}

.vid-container iframe, object, embed {
	width: 100% !important;
	height: 360px;
}
}
@media (max-width: 960px) {
	.vid-container {
	padding: 10px;
	float:none;
}
img#img_frame {
	max-width: 560px;
	height: auto;
}

.vid-container iframe, object, embed {
	width: 560px;
}
.web-container {
	padding: 10px;
	float:none;
}

div.projtitleleft {

	font-size: 28px;
	padding-left: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
div.projtitleright {

	font-size: 28px;
	padding-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.rightitems {
	float: none;
	padding-right: 0;
	padding-left: 30px;
	text-align: center;
}
.rightitems ul {
	margin-top: 0px;
	width: 200px;
	margin: 0 auto;
}
.leftitems {
	float: none;
	padding-right: 0;
	padding-left: 30px;
	text-align: center;
}
.leftitems ul {
	margin-top: 0px;
	width: 300px;
	margin: 0 auto;
}
}