@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 999px) {

/* ========================FONTS======================== */



/* ========================GENERAL======================== */


#container {
	width: 95%;
}

#works {
	width: 90%;
	margin-bottom: 100px;
}

.work-entry-overlay{
	opacity: 1;
}


.button{
	opacity:1;
	border: 1px solid #3083a7;
	color: #fff;
	background-color: #3083a7;
}


/* ========================NAV======================== */


#nav {
/* 	height: 130px; */
}

#nav-container {
	width: 100%;
}

#header-logo {
	margin: 20px auto;
	background-position: center center;
	width: 100px;
}


#header-menu {
	width: 300px;
}


/* ========================TEXT======================== */





/* ========================WORKS======================== */

.work-entry-title {
	width: 80%;
	padding-top: 75px;
}
    
.see, .balik, .parksense, .minion, .socialchorus {
    background-size: cover;
    }
    
.see:hover, .balik:hover, .parksense:hover, .minion:hover, .socialchorus:hover {
    background-size: cover;
    }


/* ========================ABOUT======================== */


#about-block, #archive-block {
	margin: 150px auto;
	width: 90%;
}

#about-left {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    }    
    
    
    
#about-picture {
    width: 100%;
    margin: 0 auto 50px;    
    background-size: 50%;
    }    
    
#about-right {
	width: 100%;
}
 
#about-right .button {
	margin: 60px auto;
	width: 100%;
	padding: 30px 0px;
}

.about-description {
	font-size: 16px;
	line-height: 24px;
}

.about-details {
	font-size: 16px;
	line-height: 24px;
}

.about-position {
	font-size: 24px;
	line-height: 32px;
}

.about-time {
	font-size: 16px;
	line-height: 24px;
}
 
    
    
/* ========================CONTENT======================== */    
    
#work-block {
	width: 90%;
}

    
#side-details {
    display: none;
    }    
    
#main-content {
    width: 100%;
    float: none;
    }
    
.top-image {
    height: 300px;    
    }    
    
    
/* ========================ARCHIVE======================== */
   
    
.archive-item {
    margin: 0 auto 100px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 40px;
    }
    
.archive-image {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
    }    
    
.archive-image img {
    border-right: none;
    margin: 0;
}    
    
.archive-details {
    float: none;
    width: 100%;
    }

/* ========================CONTACT======================== */

#contact-block {
	width: 90%;
}


#contact-left {
	width: 100%;
	margin-bottom: 100px;
}


#contact-right {
	width: 100%;
	margin: 0 auto 100px;
	float: left;
}


input[type="submit"] {
	width: 100%;
	opacity:1;
	border: 1px solid #3083a7;
	color: #fff;
	background-color: #3083a7;
	}



    
/* ========================FOOTER======================== */

#footer {
	width: 90%;
	margin: 0 auto;
}

.footer-column {
	width: 33%;
}




}