body{
    font-family: "Open sans", sans-serif;
    overflow-x: hidden;
    background: #f5f5f5;
    
}

.wrapper{
	    width: 100%;
    min-height: 100%;
    background-color: white;
    border-top: 10px solid #090a0b;
    position: absolute;
    background: url(/img/h6designcover.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-bottom: 100px;
}


h1{
	
/*	
	background: #eb2e00;
	
	background: linear-gradient(330deg, #eb2e00 0%,  #eb2e00 50%,  #24132e 100%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
*/
	font-weight: 700;
	text-transform: uppercase;
	max-width: 600px;	
	font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    font-weight: 800;
    
}

h1{
	color:	#eb2e00;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(transparent, transparent), url(/img/gradient.jpg) repeat;
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
}
a, a:visited, a:focus, a:hover{
	color: #eb2e00;
}

.case-study {
    padding-top: 100px;
    margin-right: 80px;
}

.description-content{
	    max-width: 100%;
	    margin-top: 115px;
}

.description-content .about {

}
.loadable-content {
   display: block;
    position: relative;
    font-size: 1em;
    max-width: 100%;
    margin: 100px 0 0 80px;
    width: 715px;
}



.description-content .about p {
        font-size: 18px;
    color: #090a0b;
  
    font-family: 'Lora', serif;
    padding: 0;
    display: block;
    text-align: left;
    max-width: 90%;
    font-weight: 400;
    font-style: italic;
    margin: 20px 0;
    line-height: 25px;
}

.description-content .about p span.name{
	color: #e7532f;
}



.description-content .divider {
    width: 75px;
    height: 1px;
    background: #090a0b;
    margin: 0 0 50px 0;
}
.work-view:focus, .contact:focus,
.work-view:hover, .contact:hover,
.work-view:active, .contact:active,
.work-view:visited, .contact:visited,
.work-view, .contact{
    line-height: 1.5em;
    text-decoration: none;
    font-size: 14px;
    color: white;
    background: rgba(9,10,11,.86);
    font-family: "Roboto", sans-serif;
    display: inline-block;
    margin: 20px 20px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 40px;
}



.logo {
    width: 200px;
}


.logo-wrap {
    display: block;
    margin: 0 0 0px 80px;
    width: 200px;
}


.portfolio-image {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
        left: 0;
    right: 0;
    width: 100%;
}





.logo-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    opacity: 0;
     background: rgba(255,255,255,.75);   
}

.portfolio-case:hover .logo-cover {
	opacity: 1
}
.portfolio-case:hover .portfolio-image {
	-webkit-filter: blur(3px); /* Chrome, Safari, Opera */
    filter: blur(3px);

}


.logo-cover .logo{
 	background: url(/img/site_logos/logos_sprite.png) no-repeat;
	background-size: 1220px;
    width: 140px;
    height: 100px;
    margin: 33px auto 0;
} 


.logo-cover h2 {
    text-align: center;
    margin: 0;
    font-size: 22px;
    margin: 0;
}


.website,
.view-more,
.logo-cover .logo,
.logo-cover h2 {
	 -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out ;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0; 
    transform: translateY(-5px);   
    -webkit-transform: translateY(-5px);   
} 

.logo-cover h2 { -webkit-transition-delay: 100ms; transition-delay: 100ms }
.view-more{ -webkit-transition-delay: 100ms; transition-delay: 100ms }
.website{ -webkit-transition-delay: 200ms; transition-delay: 200ms }



.view-more {
    width: 150px;
    display: block;
    color: white;
    height: 30px;
    background-color: #555;
    border-radius: 18px;
    font-size: 12px;
    padding: 6px;
	top: 180px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open sans", sans-serif;
    font-weight: 600;
    margin: 25px auto;
    text-decoration: none;
    transform: translateY(5px);   
    -webkit-transform: translateY(5px);  
    cursor: pointer; 
    
    
    position: absolute;
    left: 50%;
    margin-left: -75px;

}

.website {
	color: black;
    text-transform: none;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    width: 150px;
    margin: 0 auto;
	margin: 5px auto;
}

.website:hover{
	text-decoration: none;
}

.portfolio-case:hover .website,
.portfolio-case:hover .view-more,
.portfolio-case:hover .logo-cover .logo,
.portfolio-case:hover .logo-cover h2{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

.portfolio-case.keep,
.portfolio-case.keep .logo-cover,
.portfolio-case.keep .website,
.portfolio-case.keep .view-more,
.portfolio-case.keep .logo-cover .logo,
.portfolio-case.keep .logo-cover h2{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.portfolio-case.keep .portfolio-image {
	-webkit-filter: blur(3px); /* Chrome, Safari, Opera */
    filter: blur(3px);

}




.portfolio-case.keep .logo-cover .view-more span {
	background: none;
   	position: relative;
  	text-indent: -9999em; 
  	-webkit-transform: translateZ(0);
  	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-animation: load8 1.1s infinite linear 400ms;
  	animation: load8 1.1s infinite linear 400ms;
  	
  	position: absolute;
  	border-left: 3px solid white;
  	border-right: 3px solid white;
  	border-top: 3px solid #f0500c;
  	border-bottom: 3px solid #f0500c;
  	
  	top: 50%;
  	margin-top: -20px;
  	left: 50%;
  	margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  	
  
}


.portfolio-case.keep .logo-cover .view-more,
.portfolio-case.keep .logo-cover .view-more:after {
/*  	border-radius: 50%;
    width: 30px;
    height: 30px;
  */
  	overflow: hidden;
  	-webkit-animation: all 1.1s linear;
  	animation: all 1.1s linear;
    text-indent: -9999em; 
    border-radius: 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: #f0500c;

    
}





@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
   -webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-moz-keyframes load8 {
    0% {
       	-moz-transform: rotate(0deg); 
       	transform: rotate(360deg);
    }    
   
    100% {
        -moz-transform: rotate(360deg); 
        transform: rotate(360deg);
    }
}
@-ms-keyframes load8 {
   0% {
       	-ms-transform: rotate(0deg); 
       	transform: rotate(360deg);
    }    
    
    100% {
        -ms-transform: rotate(360deg); 
        transform: rotate(360deg);
    }
}
@-o-keyframes load8 {
    0% {
       -o-transform: rotate(360deg); 
        transform: rotate(360deg);
    }    
   
    100% {
        -o-transform: rotate(360deg); 
        transform: rotate(360deg);
    }
}

@keyframes load8 {
  0% {

	transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);	
  }
}




.portfolio-entry {
	padding: 10px 10px;
    background-color: #fff;
    width: 1200px;
    margin: 10px auto 50px auto;
    z-index: 3000;
    position: relative;
    max-width: 100%;
}





.portfolio-case.hyperloop .logo-cover .logo {    background-position: -29px -250px; }
.portfolio-case.hyperloop .logo-cover .view-more { background-color: #009cd0; }
.portfolio-case.hyperloop .logo-cover .website { color: #009cd0; }
.portfolio-case.hyperloop .logo-cover{ border: 3px solid #009cd0; }

.portfolio-case.hyperloop.keep .logo-cover .view-more span{
	border-top: 3px solid #009cd0;
    border-bottom: 3px solid #009cd0;
}



.portfolio-case.gravidi .logo-cover .logo {    background-position: -845px -250px; }
.portfolio-case.gravidi .logo-cover .view-more { background-color: #f0500c; }
.portfolio-case.gravidi .logo-cover .website { color: #f0500c; }
.portfolio-case.gravidi .logo-cover{ border: 3px solid #f0500c; }
.portfolio-case.gravidi.keep .logo-cover .view-more span{
	border-top: 3px solid #f0500c;
    border-bottom: 3px solid #f0500c;
}



.portfolio-case.stacktek .logo-cover .logo {    background-position: -236px -250px; }
.portfolio-case.stacktek .logo-cover .view-more { background-color: #7f024a; }
.portfolio-case.stacktek .logo-cover .website { color: #7f024a; }
.portfolio-case.stacktek .logo-cover{ border: 3px solid #7f024a; }
.portfolio-case.stacktek.keep .logo-cover .view-more span{
	border-top: 3px solid #7f024a;
    border-bottom: 3px solid #7f024a;
}



.portfolio-case.living .logo-cover .logo {    background-position: -437px -250px; }
.portfolio-case.living .logo-cover .view-more { background-color: #f36e21; }
.portfolio-case.living .logo-cover .website { color: #f36e21; }
.portfolio-case.living .logo-cover{ border: 3px solid #f36e21; }
.portfolio-case.living.keep .logo-cover .view-more span{
	border-top: 3px solid #f36e21;
    border-bottom: 3px solid #f36e21;
}

.portfolio-case.scoutfit .logo-cover .logo {    background-position: -639px -250px; }
.portfolio-case.scoutfit .logo-cover .view-more { background-color: #6449a1; }
.portfolio-case.scoutfit .logo-cover .website { color: #6449a1; }
.portfolio-case.scoutfit .logo-cover{ border: 3px solid #6449a1; }
.portfolio-case.scoutfit.keep .logo-cover .view-more span{
	border-top: 3px solid #6449a1;
    border-bottom: 3px solid #6449a1;
}

.portfolio-case.truecubes .logo-cover .logo {    background-position: -1048px -250px; }
.portfolio-case.truecubes .logo-cover .view-more { background-color: #001f32; }
.portfolio-case.truecubes .logo-cover .website { color: #001f32; }
.portfolio-case.truecubes .logo-cover{ border: 3px solid #001f32; }
.portfolio-case.truecubes.keep .logo-cover .view-more span {
	border-top: 3px solid #001f32;
    border-bottom: 3px solid #001f32; 
}

.portfolio-case {
    width: 450px;
    height: 300px; 
    position: relative;
	box-shadow: 1px 1px 2px #a0a0a0;
	display: inline-block;
	overflow: hidden;
	background: #ffffff;
	z-index: 100; 
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;

}


.close:focus, .close:hover,
a.close {
    display: block;
    padding: 15px 50px 15px 25px;
    color: #a0a0a0;
    opacity: 1;
    top: 25px;
    position: fixed;
    right: -5px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
    z-index: 5000;
    background-color: rgba(255,255,255,.90);
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-radius: 0 4px 4px 0;
    box-shadow: 1px 1px 3px #434343;

}


.modal-container {
    border-top: 1px solid #434343;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
   	background-color: #f5f5f5;
    border-top: 10px solid #090a0b;
}

.portfolio-container {
    width: 1420px;
    position: absolute;
    left: 50%;
	margin-top: 100px;
    margin-left: -710px;
}

.portfolio-container h1 {
    margin: 0 0 30px 10px;
}


.portfolio-case.slideIn:nth-child(2){ animation-delay: .2s;		-webkit-animation-delay: .2s; } 
.portfolio-case.slideIn:nth-child(3){ animation-delay: .4s;	 	-webkit-animation-delay: .4s; } 
.portfolio-case.slideIn:nth-child(4){ animation-delay: .6s;		-webkit-animation-delay: .6s; } 
.portfolio-case.slideIn:nth-child(5){ animation-delay: .8s;	 	-webkit-animation-delay: .8s;} 
.portfolio-case.slideIn:nth-child(6){ animation-delay: 1s;		-webkit-animation-delay: 1s; } 
.portfolio-case.slideIn:nth-child(7){ animation-delay: 1.2s;	-webkit-animation-delay: 1.2s; } 


.slideIn{
	animation-name: slideIn;
	-webkit-animation-name: slideIn;	
	
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    
	animation-duration: .75s;	
	-webkit-animation-duration: .75s;	
	
	animation-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);	
	-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);		
	opacity: 0;
}

@keyframes slideIn {
	0% { transform: translateY(20px); opacity: 0.0; }
	100% { transform: translateY(00px); opacity: 1.0; }	
}
@-webkit-keyframes slideIn {
	0% { transform: translateY(20px); opacity: 0.0; }
	100% { transform: translateY(00px); opacity: 1.0; }	
}




.portfolio-case.fadeOut{ 
	animation-name: fadeOut;
	-webkit-animation-name: fadeOut;	
	
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    
	animation-duration: .75s;	
	-webkit-animation-duration: .75s;

	
	
	animation-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);	
	-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);		

	visibility: visible !important;	
}


.browserupgrade{
	z-index: 100000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: black;
	text-align: center;
	padding: 100px;
	background: white;
	
}
.browserupgrade img{
	margin-bottom: 50px;
	
}

.browserupgrade p{
	width: 600px;
	margin: 0 auto;
}



@keyframes fadeOut {
	0% {
		transform: scale(1);
		opacity: 1.0;		
	}

	99% {
		transform: scale(0);
		opacity: 1;	
	}	
	100% {
		transform: scale(0);
		opacity: 0;	
	}		
}

@-webkit-keyframes fadeOut {
	0% {
		transform: scale(1);
		opacity: 1.0;		
	}

	99% {
		transform: scale(0);
		opacity: 1;	
	}	
	100% {
		transform: scale(0);
		opacity: 0;	
	}			
}

.portfolio-case.active{
	animation-name: expand;
	-webkit-animation-name: expand;	
	
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	
	
	animation-delay: .75s;	
	-webkit-animation-delay: .75s;

	visibility: visible !important;	
}

@keyframes expand {
	0% {
		transform: translateY(0);
		opacity: 1.0;	
	}
	99% {
		transform: translateY(0);
		opacity: 0.0;
	}
	
	100% {
		position: fixed;
		opacity: 1;
		z-index: -1;
		top: 0;
		left: 0; 
		right: 0; 
		height: 500px; 
	}		
}

@-webkit-keyframes expand {
	0% {
		transform: translateY(0);
		opacity: 1.0;	
	}
	99% {
		transform: translateY(0);
		opacity: 0.0;
	}
	
	100% {
		position: absolute;
		opacity: 1;
		z-index: -1;
		top: 0;
		left: 0; 
		right: 0; 
		height: 500px; 
	}				
}


.slide{

	animation-name: slide;
	-webkit-animation-name: slide;	
	
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	
	/*
	animation-delay: 1.75s;	
	-webkit-animation-delay: 1.75s;
	*/
}


@keyframes slide {
	0% {
		transform: translateY(0);
		opacity: 1.0;	
	}
	100% {
		transform: translateY(-500px);
	}		
}

@-webkit-keyframes slide {
	0% {
		transform: translateY(0);
		opacity: 1.0;	
	}
	100% {
		transform: translateY(-500px);
	}				
}




/*


.navigation-container ul {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    list-style-type: none;
}




.navigation-container ul li {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    position: relative;
    font-size: 10px;
    
}

.navigation-container ul a {
    color: #ffffff;
    padding: 0px;
    height: 80px;
    display: block;
    border-bottom: 1px solid #e2e2e2;
   
}
.navigation-container ul li:first-child a{
	border-top: 1px solid #e2e2e2;
}

a.nav-button{
 	background: url(/img/site_logos/logos_sprite.jpg) no-repeat;
    background-size: 610px;
} 

a.nav-button.hyperloop { background-position: -9px -10px; }
a.nav-button.hyperloop:hover, a.nav-button.hyperloop.active { background-position: -9px -112px; }

a.nav-button.stacktek { background-position: -112px -10px; }
a.nav-button.stacktek:hover, a.nav-button.stacktek.active { background-position: -112px -112px; }

a.nav-button.living { background-position: -213px -10px; }
a.nav-button.living:hover, a.nav-button.living.active { background-position: -213px -112px; }


a.nav-button.scoutfit { background-position: -315px -10px; }
a.nav-button.scoutfit:hover, a.nav-button.scoutfit.active { background-position: -315px -112px; }


a.nav-button.gravidi { background-position: -415px -10px; }
a.nav-button.gravidi:hover, a.nav-button.gravidi.active { background-position: -415px -112px; }

a.nav-button.truecubes { background-position: -518px -10px; }
a.nav-button.truecubes:hover, a.nav-button.truecubes.active { background-position: -518px -112px; }

 
 */
 
.preview-content{
	left: 00px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
   background-color: #000000;
    height: 100%;
    z-index: 0;
}

.preview-top, .preview-bottom, .preview-middle{
	width: 100%;
	height: 33.33%;
	overflow: hidden;

}



.preview-section{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}

.preview-section{
	overflow: hidden;
}

.client, .about{
	-webkit-transition-delay: 2s; /* Safari */
    transition-delay: 2s;
}

.client, .about, .header-image, .show-shot{
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
            animation-fill-mode: forwards;
}






@keyframes fadein {
    from {  opacity: 0; top: -50px }
    to   { opacity: 1; top: 0px}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
   from {  opacity: 0; top: -50px }
    to   { opacity: 1; top: 0px}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
   from {  opacity: 0; top: -50px }
    to   { opacity: 1; top: 0px}
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {  opacity: 0; top: -50px }
    to   { opacity: 1; top: 0px}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {  opacity: 0; top: -50px }
    to   { opacity: 1; top: 0px}
}






/*

.delay1{
	transition-delay: .1s;
}
.delay2{
	transition-delay: .2s;
}
.delay3{
	transition-delay: .3s;
}
.delay4{
	transition-delay: .4s;
}
.delay5{
	transition-delay: .5s;
}
.delay6{
	transition-delay: .6s;
}
*/

/*
.preview-bottom .preview-section {
    background-color: #fff;
    text-align: center;
}
.preview-bottom .preview-section:last-child{
	border: none;
}

.preview-bottom .preview-section img{
max-width: 100%;

}

.preview-img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0; 
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

*/




/* Case Studies Page */


.row {
    margin-bottom: 80px;
}


h2{
	font-family: 'Palanquin', sans-serif;
	font-size: 1em; 
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
}

h3{
	font-family: 'Palanquin', sans-serif;
	font-size: 1em;
	font-weight: 800;
	text-transform: uppercase;
	color: #ccc;

}

.client ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}

.technologies {
    margin-bottom: 40px;
}


.technologies img {
    width: 30%;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}





.about ul { 
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
    margin-left: 25px;

	line-height: 1.5em;
	color: #545454; 
}

.about ul li {
    line-height: 18px;
    padding: 5px 0;
    list-style-type: none;
}

.about ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #a0a0a0;
}



.about ul ul{
	margin-bottom: 0;
}

.shot img {
    width: 100%;
    
}

.shot {
    border: 10px solid #f0f0f0;
    padding: 0;
	opacity: 0;
}
.header-image {

	overflow: hidden;
}

.header-image img{
	width: 100%;
	
}


@media (max-width: 1425px) {
	.portfolio-case {
		width: 360px;
		height: 240px;
		
	}
	
	.portfolio-container {
    	width: 1150px;
    	
    	margin-left: -575px;    
    	
    }
    
    .view-more {
    	top: 147px;
    }
    
    .logo-cover .logo{
    	background-size: 1000px;
    	width: 110px;
    	height: 72px;

    }
    
    .portfolio-case.hyperloop .logo-cover .logo { background-position: -29px -218px; }
    .portfolio-case.stacktek .logo-cover .logo { background-position: -193px -218px; }
    .portfolio-case.living .logo-cover .logo {    background-position: -361px -218px; }
    .portfolio-case.scoutfit .logo-cover .logo { background-position: -528px -218px; }
	.portfolio-case.gravidi .logo-cover .logo { background-position: -697px -218px; }
	.portfolio-case.truecubes .logo-cover .logo { background-position: -863px -218px; }
    
}
@media (max-width: 1199px) {
	.portfolio-container {
	    width: 780px;
    	margin-left: -390px;    
 
   
    }


}


@media (max-width: 800px) {

	.portfolio-container {
		width: 380px;
		margin-left: -190px;
	}
}
@media (max-width: 767px) {

	.logo, .description-content p {
    	margin-bottom: 15px;
    }
    
	.row {
		margin-bottom: 20px;
	} 
	
	
	.shot {
  	  border: 1px solid #f0f0f0;
  
	}


	a.close {
		border-right: none;
		top: 0px;
		width: 100%;
		right: 0;
		left: 0;
		border-top: 10px solid #090a0b;
		text-align: center;
	}	

	.portfolio-entry {
		padding: 54px 10px;
	}
	
	h1 {
		margin-bottom: 25px;
		font-size: 1.6em;
		font-weight: 800;
		max-width: 500px;
	}
	
	.technologies img {
		margin-right: 7px;
   	 	margin-bottom: 7px;
	}
	
	.description-content{
		margin-top: 50px;
	}
	.description-content .about p{
	    font-size: 16px;
	    font-weight: 500;
	}
    
    .logo-wrap {
		margin: 0 0 0px 40px;
	}
	
	.loadable-content {
 	   max-width: 90%;
   	 margin: 50px 0 0 40px;
   	 width: 100%;
	}
	
	.work-view:focus, .contact:focus, .work-view:hover, .contact:hover, .work-view:active, .contact:active, .work-view:visited, .contact:visited, .work-view, .contact {
    
		font-size: 12px;
		padding: 10px 30px;
	}
    
    .portfolio-container h1 {
		text-align: center;
	}

}


