/*====================================================================*/
/*====================================================================*/
/*								GLOBAL STYLES						  */
/*====================================================================*/
/*====================================================================*/


/*	COMMON
/*====================================================================*/
html {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}
	
body {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	}

section {
	float: left;
	width: 100%;
	padding: 60px 0px !important;
	background-color: transparent;
}
.nopadding {
	padding: 0 !important;
}

/*	TYPOGRAPHY
/*====================================================================*/
html, body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: #666;
	}

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Poppins', sans-serif;
	margin: 0px 0px 10px;
	font-weight: 400;
	}
	
h1 { font-size: 45px; line-height: 55px; }	
h2 { font-size: 38px; line-height: 42px; }	
h3 { font-size: 30px; line-height: 35px; }	
h4 { font-size: 35px; line-height: 38px; }	
h5 { font-size: 28px; line-height: 32px; }	
h6 { font-size: 20px; line-height: 30px; }	

.charmonman {
	font-family: 'Charmonman', sans-serif;
} 

p { 
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin: 0px 0px 10px 0px;	
}
	p.small { 
		font-size: 14px;
		line-height: 16px;
	}
	p.xsmall { 
		font-size: 12px;
		line-height: 16px;
		margin: 0px 0px 10px;
	}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	li {
		list-style: none;
	}
		li a, li a:hover {
			color: #fff;
			font-size: 14px;
		}
	
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.light { font-weight: 300 !important; }
.regular { font-weight: 400 !important; }
.medium { font-weight: 500 !important; }

.btn {
	outline: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	border: 0px solid #003b57;
	border-radius: 40px; 
	-webkit-border-radius: 40px; 
	-moz-border-radius: 40px;
}
	
.btn-medium {
	padding: 10px 30px;
	font-size: 20px;
}

/* theme button */
.intro-cta {
	margin: 10px 0px;
    float: left;
    width: 100%;
}
	.intro-cta p.note {
		margin: 5px 0px 0px;
	}
	

/*	THEME
/*====================================================================*/

/* focus styles */
:focus { outline: 0; }
	
a, a:hover { 
	text-decoration: none !important; 
	background-color: transparent; 
	outline: none; 
}	
	
/* Text Colors */	
.white { color: #ffffff; }
.blue { color: #003b57; }
.black { color: #333; }

/* Button Styles */
.btn-white { 
	background-color: #fff !important; 
	color: #003b57 !important; 
	}
	.btn-white:hover  { 
		background-color: #003b57 !important; 
		color: #fff !important;   
		outline: none; 
		}

.btn-blue { 
	background-color: #003b57 !important; 
	color: #fff !important; 
	border: 1px solid #003b57;
	}
	.btn-blue:hover { 
		background-color: #fff !important; 
		color: #003b57 !important;
		border: 1px solid #003b57 !important; 
		outline: none;
		}	

header, footer {
	width: 100%;
	float: left;
	}

#line {
    height: 10px;
    width: 100%;
    float: left;
    background-color: #f2f2f2; 
    background-image: linear-gradient(#ccc, #fff); 
}	


/*	MAIN LANDING PAGE THEME STYLES
/*====================================================================*/	

/* Header */
header {
	float: left;
	width: 100%;
}
.header-inner {
	background-image: url(../snk_architect/assets/images/snk_hd.jpg);
	min-height: 1080px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
	.header-inner:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}

.header-container {
	float: left;
	width: 100%;
    max-height: 130px;
    padding: 30px 0px;
	background-color: rgba(51, 51, 51, 0.3);
}
	/* Logo */
	header .navbar-brand {
		padding: 10px;
		display: block;
	    min-height: 85px;
	}
		header .navbar-brand img {
			text-align: center;
			max-width: 302px;
			margin: 0 auto;
		}
	/* Social */
	header .social ul {
		float: left;
		width: 100%;
		position: relative;
		top: 30px;
	}
		header .social ul li {
		    display: inline-block;
		} 
			header .social ul li a {
			    display: block;
			    padding: 5px 8px;
			    color: #fff;
			} 
			header .social ul li a .fa {
			   font-size: 22px;
			} 
.header-text {
    z-index: 1;
    position: relative;
    display: table;
}				
	.header-text .intro-text {
	   	display: table-cell;
	    height: 600px;
	    max-width: 640px;
	    vertical-align: middle;
	}

	/* Menu */	
	header .header-menu ul {
		float: right;
		width: 100%;
		text-align: right;
		position: relative;
		top: 30px;
	}
		header .header-menu ul li {
		 	display: inline-block;
		}
			header .header-menu ul li a {
				display: block;
			    padding: 5px 8px;
			    color: #fff;
			}

/* About */
section#about {
    padding: 0px !important;
}
.snk-about {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 1008px;
}
	.snk-about .content {
	    float: left;
	    width: 100%;
	    margin-top: 30px;
	}
	.snk-about .overlay-text {
		padding: 0 0 40px !important;
		margin-top: -20px;
	}

/* Portfolio */
section#portfolio {
	padding: 0 !important;
}
	section#portfolio .gallery {
	    float: left;
	    width: 100%;
	    overflow: hidden;
	}
		section#portfolio .snk-portfolio h3 {
			background-color: #333;
			color: #fff;
			margin: 0;
			padding: 40px;
			letter-spacing: 5px;
		}
		section#portfolio .snk-portfolio .gallery img {
			float: left;
			width: 100%;
			height: auto;
		}
	.image-block {
		overflow: hidden;
	}
	.image-block .image-thumb {
		height: 320px;
		max-width: 100%;
		position: relative;
		margin: 0 auto;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		overflow: hidden;
		-webkit-transition: all 0.5s ease-in;
	    -moz-transition: all 0.5s ease-in;
	    -o-transition: all 0.5s ease-in;
	    transition: all 0.5s ease-in;
		}
    .image-block .image-thumb:hover {
		-webkit-transform: scale(1.05); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
		-ms-transform: scale(1.05); /* IE 9 */
		transform: scale(1.05); /* IE 10, Fx 16+, Op 12.1+ */
    	-webkit-transition: all 0.5s ease-out;
	    -moz-transition: all 0.5s ease-out;
	    -o-transition: all 0.5s ease-out;
	    transition: all 0.5s ease-out;
    }
    .image-block .image-thumb:before {
    	content: '';
	    background-color: rgba(0, 0, 0, 0.6);
    	position: absolute; 
    	top:0;
    	left:0;
    	right:0;
    	bottom:0;   
    	z-index: 2;
    	opacity: 0;
    	-webkit-transition: all 0.5s ease-in;
	    -moz-transition: all 0.5s ease-in;
	    -o-transition: all 0.5s ease-in;
	    transition: all 0.5s ease-in;
    }
    .image-block .image-thumb:hover:before {
    	opacity: 1;
    	-webkit-transition: all 0.5s ease-out;
	    -moz-transition: all 0.5s ease-out;
	    -o-transition: all 0.5s ease-out;
	    transition: all 0.5s ease-out;
    }
	    .image-block .image-thumb.lg {
	    	height: 640px;
	    }
	
	.image-block .image-thumb p { 
		color: #fff; 
		text-align: center;
	}
	.image-block .image-thumb h4 {
		color: #fff;
		right: 10%;
		text-align: center;
		font-size: 24px;
		z-index: 2;
	}
	.image-block .image-details {
		opacity: 0;
		z-index: 3;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.image-block .image-thumb:hover .image-details { 
		opacity: 1;
	}
	.image-block .image-desc {
		position: absolute;
	    bottom: 38%;
		left: 10%;
		right: 10%;
	}


/* Footer */
footer {
	background-color: #333;
	float: left;
	width: 100%;
    padding: 50px 0px;
}
	.footer-top {
		text-align: right;
	}
	.footer-top .details {
		margin-top: 20px;
	}
	.footer-top p {
		margin: 0;
		font-weight: 300;
	}
		.footer-top .title {
			color: #808080;
			font-size: 18px;
		}
		.footer-top .text {
			color: #fff;
			font-size: 20px;
			margin: 0px 0px 15px;
		}

	.footer-bottom {
		padding-top: 50px;
	}
		.footer-bottom .credit {
			margin-top: 40px;
			font-weight: 300 !important;
		}
			.footer-bottom .credit p a:hover {
				color: #fff;
			}

/* Media Queries */

@media (min-width: 300px) and (max-width: 990px) { 
	h1 { font-size: 35px; line-height: 40px; }	
	h2 { font-size: 30px; line-height: 32px; }	
	h3 { font-size: 28px; line-height: 30px; }	
	h4 { font-size: 26px; line-height: 28px; }	
	h5 { font-size: 25px; line-height: 28px; }	
	h6 { font-size: 22px; line-height: 25px; }

	.header-inner {
    	min-height: 900px;
    }
    .snk-about {
	    background-size: contain;
	    background-position: top center;
	}
	.header-container {
	    max-height: 100%;
	}
	header .navbar-brand {
	    margin: 0 auto;
	    float: none;
	}
	header .header-menu ul, header .social ul {
	    float: none;
	    text-align: center;
	}
	header .social ul {
	    top: -20px;
	}
	.image-block .image-desc h4 {
		top: -85% !important;
	}
	.image-block .image-desc p {
		display: block !important;
	}
	.image-block .image-details {
		background-size: 100% 200%;
	    background-position: 100% -100%;
	    background-image: none;
	    width: : 100%;
	    height: 320px;
	}
	.image-block .image-thumb {
        background-size: cover !important;
	}
	.image-block .image-thumb.lg {
    	height: 320px;
    }
    .image-block .image-thumb .overlay:hover .image-desc {
	    bottom: 0 !important;
	}
}
@media (min-width: 300px) and (max-width: 480px) { 
	.image-block .image-thumb {
       min-height: 300px;
	}
}
