/*-------------------------------------------------*/
/* 1. Reset
/* 2. Isotope filtering
/* 3. General
/* 4. Header
/* 5. Content
/* 6. Portfolio
/* 7. Contact
/* 8. Blog
/* 9. Single post
/* 10. Single work
/* 11. Shortcodes
/* 12. Footer
/*-------------------------------------------------*/


/*-------------------------------------------------*/
/* =  reset
/*-------------------------------------------------*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select, textarea {
	outline:0;
}

@font-face {
	font-family:'BebasNeueRegular';
	src:url('font/bebasneue-webfont.eot');
	src:url('font/bebasneue-webfont.eot@#iefix') format('eot'), url('font/bebasneue-webfont.woff') format('woff'), url('font/bebasneue-webfont.ttf') format('truetype'), url('font/bebasneue-webfont.svg#webfontX0YNjQNl') format('svg');
	font-weight:normal;
	font-style:normal;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

.clearfix {
	display:inline-block;
}

html[xmlns] .clearfix {
	display:block;
}

* html .clearfix {
	height:1%;
}

/*-------------------------------------------------------*/
/* Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:-moz-transform, opacity;
	transition-property:transform, opacity;
}



div.description {
	position: absolute;
	width: 100%;
	height: 100%;
	top:-100%;
	left: 0;
	background: #464646;
	text-align: center;
	opacity: .5;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div.description div {
	width: 100%;
	max-height: 64px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top:50%;
	left: 0;
	margin-top: -32px;
}

li a:hover div.description {
	top:0;
}

li a:hover div.description h3,
li a:hover div.description p {
	opacity: 1;
}

div.description h3 {
	color: #fff;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
	opacity: 0;
	-webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

div.description p {
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	font-weight: bold;
	margin: 0 10px;
	opacity: 0;
	-webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}



/*-------------------------------------------------*/
/* =  portfolio
/*-------------------------------------------------*/
.head-title {
	width: 100%;
	margin-bottom: 16px;
	overflow: hidden;
	box-shadow: 0px 0px 7px #999;
	-webkit-box-shadow: 0px 0px 7px #999;
	-moz-box-shadow: 0px 0px 7px #999;
	-o-box-shadow: 0px 0px 7px #999;
}

.head-title h1 {
	position: relative;
	float: left;
	min-width: 100px;
	font-size: 18px;
	color: #298ace;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding: 12px 17px;
	background: #fff;	
}

.head-title h1:after {
	content:'';
	width: 0;
	height: 0;
	position: absolute;
	right:-18px;
	top:12px;
	border: 10px solid #fff;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.head-description p {
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	padding:15px 20px;
	background: #465157;
	max-width: 100%;
	text-indent: 20px;
}

.filter-project {
	margin-left: 20px;
	margin-bottom: 18px;
	overflow: hidden;
}

.filter-project li {
	float: left;
	margin-right: 30px;
}

.filter-project li a {
	color: #828282;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -webkit-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
}

.filter-project li a:hover {
	color: #298ace;
}

.project-container {
	margin-left: 20px;
	width:98%;
	height: auto;
}

.project-container li {
	float: left;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	width: 30.7%;
}

.project-container li a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.project-container img {
	width: 100%;
	height: auto;
	margin-bottom: -2px;
}

.pagination {
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin-bottom: 16px;
	padding: 17px 20px;
	box-shadow: 0px 0px 7px #999;
	-webkit-box-shadow: 0px 0px 7px #999;
	-moz-box-shadow: 0px 0px 7px #999;
	-o-box-shadow: 0px 0px 7px #999;
}


.pagination a {
	display: inline-block;
	background: #9f9f9f;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	padding: 9px 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	margin-right: 3px;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

.pagination a:hover {
	background: #298ace;
}

.pagination a#prev,
.pagination a#next {
	color: #515151;
	background: #fdfdfd;
	border: 1px solid #d3d3d3;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

.pagination a#prev:hover,
.pagination a#next:hover {
	color: #298ace;
}





