/* SITE DESIGNED AND DEVELOPED BY KAROLINE DASSIE

	Main Colors:
	
	GRAY 		- #222222
	LIGHT GRAY  - #424242
	BLACK 		- #000
	WHITE 		- #fff
	TEAL 		- #4ec1b1
*/


/*============================= 
		RESET
==============================*/

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0; 
}
.clear{clear:both}

::-moz-selection {
    background: #424242;
    color: #4ec1b1;
    text-shadow: none;
}

::selection {
    background: #424242;
    color: #4ec1b1;
    text-shadow: none;
}


/*============================= 
		SITEFRAME
==============================*/

	.wrap {
		background-image:url(../siteart/bg.jpg);
		background-size: 100%;
		background-repeat:repeat-y;
	}

	html,body{
		font-size: 15px;
		font-weight:400;
		font-family: 'Roboto', sans-serif;
		-webkit-text-size-adjust: none; 
	}
	
	.column3{width:33%; float:left; text-align:center}
    .column2{width:50%; float:left; display:inline-block; text-align: center}




/*============================= 
		TYPOGRAPHY
==============================*/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 19, 2017 */
@font-face {
	font-family: 'bauhaus_93regular';
	src: url('../fonts/bauhs93-webfont.woff2') format('woff2'),
		 url('../fonts/bauhs93-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

	h1 {
		font-family: 'bauhaus_93regular';
		font-size:47px;
		font-weight:normal;
		text-transform:uppercase;
		text-align:center;
		}
	
	h2 {
		font-family: 'bauhaus_93regular';
		font-size:40px;
		font-weight:normal;
		text-transform:uppercase;
		text-align:center;
		margin-bottom:1.5em;
	}
	
	h3 {
		font-size:18px;
		font-weight:400;
		color:#000
	}
	
	h4 {
		font-size:18px;
		font-weight:700;
		color:#424242
	}
	
	.teal{color:#4ec1b1}
	.white{color:#fff}
	.teal{color:#4ec1b1}
	.gray{color:#424242;}
		
	p {
		font-size: 15px;
		font-weight:400;
		line-height:1.8em;
		text-align:justify;
	}

	a {
		color:inherit;
		text-decoration:none;	
	}
	
	a.anchor {
		margin-top: -178px;
		position: absolute;
		display: block;
	}
	a {
		background-color:transparent;
		-webkit-transition: all  ease-out .2s;
		-moz-transition: all ease-out .2s;
		-o-transition: all ease-out .2s;
		transition: all ease-out .2s;
	}
	
	a:hover {
		background-color:transparent;
		-webkit-transition: all  ease-out .2s;
		-moz-transition: all ease-out .2s;
		-o-transition: all ease-out .2s;
		transition: all ease-out .2s;
	}







/*============================= 
		NAVIGATION 
==============================*/

	nav {
		background-color:#424242;
		box-shadow: rgba(14, 14, 14, 0.48) 0 1px 9px;
		position: relative;
		display: table;
		width: 100%;
		z-index:9999999
	}

	nav .companytitle {
		margin: 5px 10px;
		float:left;
		text-transform:uppercase;
	}
		nav .companytitle h1{display:inline-block}
		nav .companytitle h1:hover{opacity:0.7}
	
	nav ul {
		display:block;
		float:right;
	}
	nav ul li {
		display: inline-block;
	}
	nav ul li a, nav ul li a:visited  {
		text-decoration:none;
		display: inline-block;
		text-transform:uppercase;
		color:#a4a4a4;
		padding: 21px 16px;
		font-size:18px;
		font-weight:500;
		-webkit-transition: all  ease-out .2s;
		-moz-transition: all ease-out .2s;
		-o-transition: all ease-out .2s;
		transition: all ease-out .2s;
		cursor:pointer;
		}
		nav ul li a:hover, nav ul li a:active{
			color:#4ec1b1;
			background:#000;
			opacity:0.6;
			text-decoration:none;
		}
	
	nav.sticky {
		position: fixed;
		top: 0 !important;
		z-index:9999999
	}
	
	.sticky {
		position: fixed;
		top: 0;
	}
	
	
	
	
	
/*============================= 
		CONTENT
==============================*/

.contain {
	overflow:hidden;
	padding: 0;
    width: 90%;
	max-width: 1150px;
	margin:0 auto;
	display: block;
}

.about, .portfolio, .contact {
	padding: 5em 0;
}

.welcome {
    padding: 18em 0;
    width: 100%;
	text-align:center;
	background:url(../siteart/MAINPHOTO.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about {
    background-image: url(../siteart/ps_neutral.png);
    background-position: center;
    background-attachment: fixed;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgb(153,153,153,0.75);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 10px 0px rgb(153,153,153,0.75);
}

.contact {
   background-color:#222222;
}





/*============================= 
		ICONS
==============================*/

.responsive-circle {
    font-size: 60px;
    font-weight: 700;
    margin: 0 auto 20px;
    width: 45%;
}

.responsive-circle::after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
	background: #424242;
	
}

.responsive-circle div {
    color: #222222;
    float: left;
    line-height: 1em;
    margin-top: -0.5em;
    padding-top: 50%;
    text-align: center;
    width: 100%;
}

a .circle-inner{
	-webkit-transition: all  ease-out .4s;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	transition: all ease-out .4s;
	}
	
a .circle-inner:hover{color:#4ec1b1; }






/*============================= 
		PORTFOLIO
==============================*/
.portfolio-landing	h4 {
		font-size:18px;
		font-weight:300;
		color:#FFF
	}
	
.portfolio-landing .nav li {
	border-radius:0;
	font-size:16px;
	cursor:pointer;
	margin-bottom:30px;
	padding:10px 20px;
	text-align:center;
	color:#5b5b5b;
	-webkit-transition:All .4s ease;
	-moz-transition:All .4s ease;
	-o-transition:All .4s ease
}

.portfolio-landing .nav li:hover {
	background-color:#f4f4f4
}

.portfolio-landing .nav-pills > li.active,.portfolio-landing .nav-pills > li.active:hover,.portfolio-landing .nav-pills > li.active:focus {
	background-color:#4ec1b1;
	color:#fff
}

.portfolio-landing #portfolio-grid {
}

.portfolio-landing #portfolio-grid:before,.portfolio-landing #portfolio-grid:after {
	display:table;
	content:" "
}

.portfolio-landing #portfolio-grid:after {
	clear:both
}

.portfolio-landing ul#portfolio-grid {
	padding:0;
	margin:30px 0;
	list-style:none
}

.portfolio-landing #portfolio-grid .mix {
	display:none;
	opacity:0;
	width:23%;
	height:182px;
	overflow:hidden;
	text-align:center;
	margin:1%;
	float:left;
	position:relative
}

.portfolio-landing #portfolio-grid .mix img {
	width:100%;
	-webkit-transition:All .4s ease;
	-moz-transition:All .4s ease;
	-o-transition:All .4s ease
}

.portfolio-landing #portfolio-grid .mix:hover img {
	margin-top:100px
}

.portfolio-landing #portfolio-grid .mix .des {
	padding:30px 10px;
	background:#4ec1b1;
	color:#fff;
	height:200px;
	position:absolute;
	top:-200px;
	left:0;
	right:0;
	-webkit-transition:All .4s ease;
	-moz-transition:All .4s ease;
	-o-transition:All .4s ease
}

.portfolio-landing #portfolio-grid .mix .des h4 {
	padding:0;
	margin:50px 0
}

.portfolio-landing #portfolio-grid .mix .des a i {
	padding:5.5px;
	margin:2px;
	border:2px solid #fff;
	border-radius:50%;
	width:30px;
	height:30px;
	font-size:16px;
	color:#fff;
	cursor:pointer
}

.portfolio-landing #portfolio-grid .mix:hover .des {
	top:0
}

table.table.table-modal-project {
	margin:15px 0
}

.table.table-modal-project > tbody > tr > td {
	border-top:none;
	padding:5px 0
}






















/*============================= 
		FOOTER
==============================*/

footer {
	background-color:#000;
	padding: 1.5em 0;
	text-align:center;
}




/*============================= 
		RESPONSIVE 
==============================*/

@media screen and (max-width: 1320px) {
	h1{font-size:33px;}
	h2{font-size:28px;}
	nav ul li a{ padding:15px 16px; font-size:15px;}
}

 
/* iPads (portrait and landscape) ----------- */
 
@media screen and (max-width: 1024px) {
	h1{font-size:27px;}
	h2{font-size:27px; margin-bottom:1em}
	nav ul li a{ padding:12px 10px; font-size:14px;}
	.welcome{padding:12em 0}
	.about, .portfolio, .contact{padding:2.5em}
	.responsive-circle {width: 55%;}
	
	/* START PORTFOLIO SECTION */
	.portfolio-landing #portfolio-grid .mix {
		height:150px
	}
	.portfolio-landing #portfolio-grid .mix:hover img {
		margin-top:60px
	}
	.portfolio-landing #portfolio-grid .mix .des {
		padding:20px 10px;
		height:150px;
		top:-150px
	}
	.blog-landing .blog-latest-img {
		height:110px
	}
	.blog-landing .blog-column .img-wrap {
		height:125px
	}
	.the-team-landing .ava-wrap {
		height:180px;
		overflow:hidden;
		position:relative
	}
	.clients img {
		width:100%
	}
	/* END PORTFOLIO SECTION */
}
 
@media screen and (max-width: 840px) {
	nav .companytitle {float:none; width:100%; text-align:center; margin: 0 auto; padding:10px 0}
	nav ul{float:none; width:100%; text-align:center;background:#000}
	.responsive-circle {font-size:50px}
	
	/* START PORTFOLIO SECTION */
	#header-landing .awesome-slogan h2 {
		font-size:40px
	}
	
	#header-landing .awesome-slogan h4 {
		font-size:20px
	}
	
	.portfolio-landing #portfolio-grid .mix {
        width: 48%;
        height: 200px;
    }
	
	.portfolio-landing #portfolio-grid .mix .des {
		padding:20px 10px;
		height:200px;
		top:-200px
	}
	/* END PORTFOLIO SECTION */
}


/* iPhone 5, 6, 6+ ----------- */

@media screen and (max-width: 736px){
	h4{font-size:15px;}
	.contain{padding:0}
	
	
	/* START PORTFOLIO SECTION */	
    
	#header-landing #logo {
		position:relative;
		display:block;
		text-align:center
	}
	#header-landing #nav-menu .menus {
		float:none;
		font-size:14px;
		padding:5px 0;
		text-align:center
	}
	#header-landing #nav-menu .menus ul li a span {
		display:none
	}
	#header-landing #nav-menu .menus ul li a i {
		display:inline-block
	}
	#header-landing .awesome-slogan {
		text-align:center;
		padding-top:17%
	}
	#header-landing .awesome-slogan h2 {
		font-size:40px
	}
	#header-landing .awesome-slogan h4 {
		font-size:20px
	}
	.section-page-landing .inner-section {
		padding:125px 0
	}
	.portfolio-landing .nav li {
		margin-bottom:0
	}
    
    
    .portfolio-landing ul#portfolio-grid{text-align: center}
    
    .portfolio-landing #portfolio-grid .mix {
        width: 100%;
        float: none;
        height: 400px;
    }
	
	.portfolio-landing #portfolio-grid .mix .des {
		padding:10px;
		height:400px;
		top:-400px
	}
    .portfolio-landing #portfolio-grid .mix .des h4 {
        margin: 150px 0 0 0;
    }
    
    
	.the-team-landing .ava-wrap {
		height:500px;
		overflow:hidden;
		position:relative
	}
	.post-additional-detail,.post-additional-detail p.text-right {
		text-align:center
	}
	.post-additional-detail p {
		margin:10px 0
	}
	.error-inner .icon-side {
		font-size:50px;
		padding:10px
	}
	.error-inner h1 {
		font-size:50px;
		margin:0;
		padding:0
	}
	/* END PORTFOLIO SECTION */	
}


/* Galaxy (portrait and landscape) ----------- */

@media screen and (max-width:640px){
 	.column2{width:100%; float:none; display:block}
	.responsive-circle {width: 30%;}
	
	/* START PORTFOLIO SECTION */	
	#header-landing .awesome-slogan {
		text-align:center;
		padding-top:17%
	}
	
	#header-landing .awesome-slogan h2 {
		padding:10px 5px;
		font-size:35px;
		margin-bottom:0
	}
	
	#header-landing .awesome-slogan h4 {
		padding:5px;
		font-size:20px;
		margin:0
	}
	
	#header-landing .awesome-slogan p {
		font-size:14px;
		margin:5px 0;
		padding:5px
	}
	
	#header-landing .awesome-slogan .social-icons {
		padding:10px
	}
    
    .portfolio-landing #portfolio-grid .mix {
        width: 100%;
        float: none;
        height: 320px;
    }
	
	.portfolio-landing #portfolio-grid .mix .des {
		padding:10px;
		height:320px;
		top:-320px
	}
    .portfolio-landing #portfolio-grid .mix .des h4 {
        margin: 150px 0 0 0;
    }
	/* END PORTFOLIO SECTION */	
	
	
}


/* Smartphones (portrait and landscape) ----------- */

@media screen and (max-width: 480px){
	nav .companytitle h1{display:block}
	.responsive-circle {width: 40%;}
	
	/* START PORTFOLIO SECTION */	
	#header-landing #nav-menu .menus ul li a {
	padding:10px
	}
	
	#header-landing .awesome-slogan {
	text-align:center;
	padding-top:20%
	}
	
	#header-landing .awesome-slogan h2 {
	padding:10px 5px;
	font-size:28px;
	margin-bottom:0
	}
	
	#header-landing .awesome-slogan .social-icons img {
	width:25px;
	margin:2px
	}

	
	.blog-landing .blog-latest-img {
	float:none;
	width:100%;
	height:230px
	}
	
	.blog-landing .blog-latest-des {
	float:none;
	width:100%;
	padding:15px
	}
	
	.blog-landing .blog-column .img-wrap {
	height:125px
	}
	
	.the-team-landing .ava-wrap {
	height:320px
	}
	
	.clients img {
	width:100%
	}
	
	h2.post-heading {
	margin:0 0 15px;
	font-weight:300;
	font-size:25px;
	line-height:140%
	}
    
    .portfolio-landing #portfolio-grid .mix {
        width: 100%;
        float: none;
        height: 280px;
    }
	
	.portfolio-landing #portfolio-grid .mix .des {
		padding:10px;
		height:280px;
		top:-280px
	}
    .portfolio-landing #portfolio-grid .mix .des h4 {
        margin: 120px 0 0 0;
    }
	/* END PORTFOLIO SECTION */	
	
	
	
}
 
@media screen and (max-width: 320px){
	
	/* START PORTFOLIO SECTION */	
	#header-landing .awesome-slogan {
		text-align:center;
		padding-top:30%
	}
	
	.blog-landing .blog-latest-img {
		float:none;
		width:100%;
		height:200px
	}
	
	.blog-landing .blog-column .img-wrap {
		height:90px
	}
	
	
	.blog-landing .blog-latest-img {
		float:none;
		width:100%;
		height:180px
	}
	
	.blog-landing .blog-column .img-wrap {
		height:100px
	}
	
	.the-team-landing .ava-wrap {
		height:260px
	}
	/* END PORTFOLIO SECTION */	
}
