@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic");

/*	
---------------------------------------------------------------------------------------------------------------------------------
	A) GENERAL BASICS 
---------------------------------------------------------------------------------------------------------------------------------
*/

/* small reset */

body, ul, ol, h1,h3,h3,h4,h5,h6,form,li,p,input,select,legend,textarea,fieldset{ margin:0; padding:0;}

/* texts selection [ when making highlighting on texts by mouse ] */

::-moz-selection{
	background:#f15a23;	/*background color of fonts when highlight texts by mouse*/
	color:#fff;	/*color of fonts when highlight texts by mouse*/
}

::selection {
	background:#f15a23;	/*background color when highlight texts by mouse*/
	color:#fff;	/*color of fonts when highlight texts by mouse*/
}

/* general links and images as links settings */

a, a img {
	outline: none !important;
	border: none;
}

a {
	text-decoration: none;
	color: #f15a23;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

a:hover {
	text-decoration: none;
	color: #444;	
}

p a {
	border-bottom: 1px dotted transparent;
}

p a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #444;	
}

/*	
---------------------------------------------------------------------------------------------------------------------------------
	E) MAIN
---------------------------------------------------------------------------------------------------------------------------------
*/

#main_container {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;	
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

#main {
	display: block;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}


/* content */

#content {
	diplay: block;
	position: relative;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	/* overflow: hidden; */ /* important */
}

/*	
---------------------------------------------------------------------------------------------------------------------------------
	F) PORTFOLIO
---------------------------------------------------------------------------------------------------------------------------------
*/


/* The Quicksand CSS */

/* portfolio categories */

ul#portfolio_categories {
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

ul#portfolio_categories li {
	margin-right: 5px;
	display: inline-block;
	margin-bottom:8px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*ul#portfolio_categories li:first-child {
	margin-right: 10px;
	margin-top:2px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}*/

ul#portfolio_categories li i {
	font-size: 21px;
	color: #92282A;
	position: relative;
	top: -3px;
	left: -3px;	
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

ul#portfolio_categories li a {
	color: #0B0B0B;
	text-decoration: none;
	display: block;
	font-size: 13px;
	font-weight: 600;
	text-transform:uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:3px 7px 3px 8px;
}

ul#portfolio_categories li a:hover { 
	color: #333; 
	background:#E4A301;
}

ul#portfolio_categories li.active a, ul#portfolio_categories li.active a:hover {
	background:#92282A;
	color: #E4A301;
	border-radius:2px;
}

/* portfolio items container */

ul.portfolio_items_container {
	width: auto !important; /* 100% */
	height: auto;
	/*overflow: hidden;*/
	margin-bottom: 30px !important;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

ul.portfolio_items_container li {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}


/* portfolio item */

.portfolio_item1 {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.portfolio_item1:hover .portfolio_item1:before {
	opacity: 0;	
}

.portfolio_item1:before {
    background: url("../images/general_elements/overlay_effect.png") no-repeat scroll center center transparent;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.portfolio_item1 .lightbox_item_style1:before, .portfolio_item1 .lightbox_item_style2:before {
	display: none;	
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

/*.portfolio_item1:after, .portfolio_item1:before {
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    content: "";
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 300px;
    position: absolute;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -2;
}
.portfolio_item1:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
*/

.portfolio_item1 .portfolio_item1_overlay_content, .portfolio_item1 .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   padding: 20px;
   text-align: left;
   z-index: 5; /* important */
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.portfolio_item1 img {
   display: block;
   position: relative;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.portfolio_item1 .portfolio_item1_title {
	text-transform: uppercase;
	position: relative;
	left: -2px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);	
}

.portfolio_item1 .portfolio_item1_title a {
   color: #fff;
   position: relative;
   margin: 0px 0 0 0;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.portfolio_item1 .portfolio_item1_title a:hover {
	color: #222;	
}

.portfolio_item1 .subheader {
	color: #222;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.portfolio_item1  h6.subheader {
	font-size: 13px;
}

.portfolio_item1 p {
   font-size: 11px;
   position: relative;
   color: #fff;
   padding: 5px 0 10px;
   line-height: 20px;
}

.portfolio_item1 a.permalink, .portfolio_item1 a.preview {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #222;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 16px;
	border-radius: 1000px;	
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.portfolio_item1 a.preview {
	right: 44px;
	background: #fff;
	color: #222;	
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.portfolio_item1 a.preview:hover, .portfolio_item1 a.permalink:hover {
	color: #f15a23;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	bottom: 12px;	
}

.portfolio_item1 a.preview:hover {
	background: #eee;
}

.portfolio_item1 a.permalink:hover {
	background: #333;
}

.portfolio_item1 a.permalink i, .portfolio_item1 a.preview i {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
		
}

.portfolio_item1 .portfolio_item1_categories {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #222;
	max-width: 60%;
}

.portfolio_item1 .portfolio_item1_categories a {
	display: inline-block;
	color: #222;
	text-transform: uppercase;
	padding: 0 7px;
	padding-bottom: 1px;
	font-size: 9px;
	line-height: 10px;
	border-right: 1px solid #222;
}

.portfolio_item1 .portfolio_item1_categories a:last-child {
	border: none;
	padding-right: 0;	
}

.portfolio_item1 .portfolio_item1_categories a:first-child {
	padding-left: 0;	
}

.portfolio_item1 .portfolio_item1_categories a:hover {
	color: #fff;	
}



/* portfolio item1 transition details */

.portfolio_item1 img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.portfolio_item1:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.portfolio_item1 .portfolio_item1_overlay_content {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: #f15a23;
   background-color: rgba(241, 90, 35, .95);
   background-image: url(../images/general_elements/lightbox_overlay_effect.png);
   background-position: center center;
   background-repeat: no-repeat;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.portfolio_item1:hover .portfolio_item1_overlay_content {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.portfolio_item1 .portfolio_item1_title, .portfolio_item1 .subheader {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.portfolio_item1:hover .portfolio_item1_title,
.portfolio_item1:hover .subheader {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.portfolio_item1 p {
   -webkit-transform: translateX(-100px);
   -moz-transform: translateX(-100px);
   -o-transform: translateX(-100px);
   -ms-transform: translateX(-100px);
   transform: translateX(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.portfolio_item1:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
   -moz-transition-delay: .4s;
   -webkit-transition-delay: .4s;
   -ms-transition-delay: .4s;
   -o-transition-delay: .4s;
   transition-delay: .4s;
}

.portfolio_item1 a.preview, .portfolio_item1 a.permalink {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
}

.portfolio_item1:hover a.preview,
.portfolio_item1:hover a.permalink {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}




/* portfolio item 2 */

.portfolio_item2 {
/*   width: 100%;
   height: 100%;
   float: left;
   overflow: hidden;
   display: block;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
*/}

.portfolio_item2 .teaser {
	padding-bottom: 20px;
	margin-bottom: 0;	
}

.portfolio_item2 .teaser .subheader {
	padding-bottom: 10px;
}
