html, body {
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;	
	font-family: 'Roboto', Arial, serif;	
}

h1 {
	font-weight: 400;	 
	text-align: center;
	color: #333;
	position: relative;
	top: 50%; 	
}

.mainport {
	width: 100%;
}

.navBtn {
	position: absolute;
	width: 100%;
	margin-top: 25%;
}

#prev {
    position: fixed;
    max-height: 91px;
    min-height: 55px;
    top: 50%;

    width: 15%;
    max-width: 55px;
    height: 100%;
    color: white;
    
    border: 1px solid white;
    border-left-color: transparent;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    /*-- safari --*/
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    /*-- chrome --*/
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    display: -ms-flexbox;
    -ms-flex-pack: center; /*justify-content*/
    -ms-flex-align: center; /*align-items*/
}

#prev:hover {
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.6);
    border-left-color: transparent;
}

#next {
    position: fixed;
    max-height: 91px;
    min-height: 55px;
    top: 50%;
    margin-left: -55px;

    width: 15%;
    max-width: 55px;
    height: 100%;
    color: white;

    border: 1px solid white;
    border-right-color: transparent;

    display: flex;
    align-items: center;
    justify-content: center;
    
    /*-- safari --*/
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    /*-- chrome --*/
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    display: -ms-flexbox;
    -ms-flex-pack: center; /*justify-content*/
    -ms-flex-align: center; /*align-items*/
}

#next:hover {
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.6);
    border-right-color: transparent;
}

#prevArw {
    border-right: 2px solid;
    border-bottom:2px solid;
    width: 25px; height: 25px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    color: inherit;
    margin-left: 10px;
}

#nextArw {
    border-right: 2px solid;
    border-bottom:2px solid;
    width: 25px; height: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    color: inherit;
    margin-right: 10px;
}

#project img { 
	width: 100%;
	height: auto;
	top: 0;
}

.wrapper {
	width: 100%;
	background: #FFF;
	margin-top: -10px;	
}

.da-thumbs {
	margin: 0 auto 0 auto;
	padding-left: 0;
}

.da-thumbs ul {
	padding-left: 0;
	list-style: none;	
}

.da-thumbs li {
	position: relative;
	list-style: none;
}

.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	width: 100%;
}

.da-thumbs li a {
	overflow: hidden;
	width: 33.333%;
	float: left;
}

.da-thumbs li a div {
	display: none;
	position: absolute;
	background: #333;
	background: rgba(255,255,255,1);
	width: 100%;
	height: 100%;
    top: 0;
}

.da-thumbs li a div span {
	display: block;
	padding: 50% 0;
	margin: 20px 20px 20px 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: rgba(37,44,57,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.footer {
	background-image: url(../images/bg_top_repeat2.jpg);
	padding-top: 23px;
	font-size: 12px;
	color: #6b6b6b;
	text-align: center;
	min-height: 45px;
	padding-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;	
}

.footer img {
	position: relative;
	width: 90px;
	top: 6px;
	left: 5px;
}

/*---------------------/ test--------------------------*/
.image-wrapper {
	background-color: #fff;
	width: 100%;
	height: auto;
	float: left;	
}
/*---------------------/ end test--------------------------*/

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {	
	.da-thumbs li a {
		overflow: hidden;
		width: 50%;
	}
}
@media only screen and (min-width: 420px) and (max-width: 768px) {
	.da-thumbs li a {
		overflow: hidden;
		width: 50%;
	}
}
@media only screen and (min-width: 0px) and (max-width: 420px) {
	.da-thumbs li a {
		overflow: hidden;
		width: 100%;
	}
  
	.navBtnStrip > a { height: 62px !important; }
    .navBtnStrip > a > img { width: 40px; }
}
