

/*--------------------------------------------------------------------------
	1. Body
--------------------------------------------------------------------------*/

body {
	color: #111;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	width: 100%;
}

@media screen and (max-width: 767px) { 
	body {
		font-size: 12px;
		line-height: 23px;
	}
}

img {
    max-width: 100% !important;
  }


/*--------------------------------------------------------------------------
	2. Typography
--------------------------------------------------------------------------*/

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: bold; }



/* Links */
a,
a:visited {
	color: #333;
	text-decoration: none !important;
	outline: 0;
}

a:hover,
a:focus { color: black; }
p a,
p a:visited { line-height: inherit; }



/* Visibility */
.hide { display: none !important; }



/* Selection Highlighted Text */
::selection {
	background: #22eedd;
	color: white;
	text-shadow: none;
}

::-moz-selection {
	background: #22eedd;
	color: white;
	text-shadow: none;
}



/* Formatting */
em,
i,
.italic { font-style: italic; }
b, strong { font-weight: bold; }

.underline {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid #22eedd;
}



/* Colors */
.font-color-primary { color: #22eedd; }
.background-color-primary { background: #22eedd; }

.font-color-secondary { color: #a33; }
.font-color-black { color: black; }
.font-color-white { color: white; }
.background-color-white { background: white; }




/*--------------------------------------------------------------------------
	3. Menu
--------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
	4. Pages
--------------------------------------------------------------------------*/
.logo{
	margin-top: 30px;
	max-width: 600px;
}


	/* 4.1 Home 
	---------------------------------------*/
.home img{
	width: 100%;
	margin-top: 10%;
}

	/* 4.1 About
	---------------------------------------*/

.About h4{
	font-size: 11px; 
	line-height: 21px; 
	text-transform: uppercase; 
	letter-spacing: 3px; 
}


.work-img h4{
	font-size: 11px; 
	line-height: 21px; 
	text-transform: uppercase; 
	letter-spacing: 3px; 
}

/* contacts
	---------------------------------------*/


	/* 4.4 Social Network
	----------------------------------------*/

.social-icons  a {
 	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: transparent;
	display: inline-block;
	border: 1px solid #000;
}



/*	3.9 Footer
	-----------------------------------------*/

		#footer {
		font-size: 13px;
		line-height: 24px;
		padding: 30px 0;
	}

		#footer p { margin-top: 30px; }


/* ---------------------------------------------------------------------------- */
/* -------------------------------Item-Effect---------------------------------- */
/* ---------------------------------------------------------------------------- */	

	.caption-style-2{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		
	}

	.caption-style-2 {
		position: relative;
		overflow: hidden;
	}

	.caption-style-2 li:hover .caption{
		opacity: 1;
		transform: translateY(-100px);
		-webkit-transform:translateY(-100px);
		-moz-transform:translateY(-100px);
		-ms-transform:translateY(-100px);
		-o-transform:translateY(-100px);

	}


	.caption-style-2 img{
		margin: 0px;
		padding: 0px;
		
		z-index: 4;
	}


	.caption-style-2 .caption{
		cursor: pointer;
		position: center;
		opacity: 0;
		top:100px;
		-webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;

	}


	.caption-style-2 .blur{
		background-color: rgba(0,0,0,0.7);
		width: 860px;
		height: 200px;
		z-index: 5;
		position: absolute;
		margin:0px;
		padding: 0px; 
		top:20px;
	}

	.caption-style-2 .caption-text h1{
		text-transform: uppercase;
		font-size: 15px;
	}

	.caption-style-2 .caption-text {
		z-index: 10;
		color: #cccccc;
		position: absolute;
		width: 100%;
		text-align: left;
		
	}
.ion-eye-disabled{
	text-align: center;
	font-size: 20px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.ion-eye{
	text-align: center;
	font-size: 20px;
	width: 100%;
	height: 100%;
	z-index: 10;
	color: #fff;
}

.ion-eye:hover{
color: #333;
}

.ion-ios-arrow-thin-left{
	margin: 30px;
	font-size: 45px;
}


