/* Circular Content Carousel Style */
.portfolio-container{
	position:relative;
	margin:25px auto 20px auto;
	width: 100%;
	max-width:960px;
}
.portfolio-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.portfolio-item{
	position:relative;
	clear: both;
	float:left;
	width: 100%;
	height:100%;
	text-align:center;
	margin-bottom: 10px;
}
.portfolio-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #696960;
	text-align:center;
	color: #fff !important;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.portfolio-close{
	position:absolute;
	top:10px;
	right:10px;
	/*background:#fff url(../images/portfolio-cross.png) no-repeat center center;*/
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.portfolio-close:hover{
	opacity:1.0;
}
.portfolio-item-main{
	padding:20px;
	float: left;
	width: calc(32% - 20px);
	background:#e8e8e3;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.portfolio-icon{
	width:230px;
	height:230px;
	position:relative;
	margin:0 auto;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.portfolio-icon img { 
	border: none !important;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.portfolio-icon a.portfolio-more-image img { border: none !important; margin: 0 !important; padding: 0;}

.portfolio-item h3 {
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.portfolio-item h4{
	font-size:12px;
	text-align:left;
	border-top:1px dashed #c4c4c4;
	padding:10px 0 0 10px;
	line-height:24px;
	margin:20px 10px 10px 10px;
	position:relative;
}
.portfolio-item h4 span{
	text-indent:40px;
	display:block;
}
.portfolio-item h4  span.portfolio-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.portfolio-content-wrapper{
	background:#696960;
	float: right;
	width: 64%;
	min-height: 409px;
	text-align:left;
	z-index:10;
	overflow:hidden;
	color: #e8e8e3;
}
.portfolio-content{
	position: relative;
	width: 100%;
	max-width:620px;
	min-height: 409px;
	overflow:hidden;
	background: #C8C8C8;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
}
.portfolio-content-text{
	position: relative;
	font-size: 14px;
	margin: 0px 20px 10px 20px;
	padding: 30px 20px 10px 20px;
	line-height:24px;

	color: #333;
	background: #fff;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
}
.portfolio-image-bg {
	position: absolute;
	z-index: -1;
    /*left: -14px;
    top: -72px;*/
	left: -10px;
    top: -10px;
	opacity: .3;
}
.portfolio-image-bg img {
	max-width: 900px !important;
}

.portfolio-content-text p{
	padding-bottom:5px;
}
.portfolio-content h6{
	margin:45px 20px 0px 20px;
	font-size:32px;
	padding: 15px;
	color:#333;
	background: #fff;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;

}
.portfolio-content ul{
	margin:20px 35px;
	height:30px;
	list-style-type: none
}
.portfolio-content ul li{
	float:left;
	margin:6px 8px;
}
.portfolio-content ul li a{
	color:#f4eee3;
	background:#4b4b44;
	padding:8px;
	font-size:14px;
	transition: all 0.5s ease;
}
.portfolio-content ul li a:hover{
	background:#f4eee3;
	color:#4b4b44;
	text-shadow:none;
}
.portfolio-nav span{
	width:25px;
	height:38px;
	/*background:transparent url(../images/portfolio-arrows.png) no-repeat top left;*/
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.portfolio-nav span.portfolio-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.portfolio-nav span:hover{
	opacity:1.0;
}

div.responsive {
    background: url('../images/responsive.png');
    width: 152px;
    height: 64px;
    position: absolute;
    top: 160px;
    left: 87px;
	
}

div.responsive.description {
top: -33px;
left: calc(100% - 141px);
}



a.button, .portfolio-content ul li a.button {
	padding: 15px 20px;
	border: 1px solid #4c76ae;
	color: #ffffff;
	text-decoration: none;
	background: #4c76ae;
	transition: all 0.5s ease;
}

a.button:hover, .portfolio-content ul li a.button:hover {
	text-decoration: none;
	background: #1f3e68;
}