#switcher{
	color:#333;
	padding:10px;
	padding-bottom:20px;
	background:#fff;
	font-size:12px;
	position:fixed;
	z-index:500;
	top:200px;
	left:0;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:-120px;
	border-radius: 0 0 2px 0;
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
	width:120px;
}

#switcher .clearfix{
	margin-bottom:10px;
}

#switcher span{
font-size:12px;
}

.custom-show:after,.custom-close:after{
	position:absolute;
	margin-left:100px;
	margin-top:-10px;
	display:inline-block;
	width:42px;
	height:40px;
	padding:10px;
	padding-right:15px;
	background:#bbb;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	cursor:pointer;
	content:"\f085";
	font-family:"FontAwesome";
	font-size:22px;
	font-weight:normal;
}



#de-color {
	padding:0;
	margin:0;
}
#de-color li{
	list-style:none;
	display:inline-block;
	float:left;
	width:38px;
	height:25px;
	margin:0 5px 5px 0;
	background:#0C9;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}

#de-color li.bg1{background:#33C9BD;}
#de-color li.bg2{background:#0EC3F7;}
#de-color li.bg3{background:#469159;}
#de-color li.bg4{background:#999999;}
#de-color li.bg5{background:#F86E4E;}
#de-color li.bg6{background:#FE4365;}
#de-color li.bg7{background:#C762CB;}
#de-color li.bg8{background:#ED4C4D;}
#de-color li.bg9{background:#FBB829;}
#de-color li.bg10{background:#8BAD01;}

#switcher select{
	width:74px !important;
	font-size:12px;
	height:25px;
	border:solid 1px #ccc;
}


#de-pattern {
	padding:0;
	margin:0;
}
#de-pattern li{
	list-style:none;
	display:block;
	float:left;
	width:18px;
	height:18px;
	margin:0 3px 3px 0;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	cursor:pointer;
	background-color:#555555;
}

#de-pattern li.p1{background-image:url(../images/bg-pattern/thumbnail/p1.png);}
#de-pattern li.p2{background-image:url(../images/bg-pattern/thumbnail/p2.png);}
#de-pattern li.p3{background-image:url(../images/bg-pattern/thumbnail/p3.png);}
#de-pattern li.p4{background-image:url(../images/bg-pattern/thumbnail/p4.png);}
#de-pattern li.p5{background-image:url(../images/bg-pattern/thumbnail/p5.png);}
#de-pattern li.p6{background-image:url(../images/bg-pattern/thumbnail/p6.png);}
#de-pattern li.p7{background-image:url(../images/bg-pattern/thumbnail/p7.png);}
#de-pattern li.p8{background-image:url(../images/bg-pattern/thumbnail/p8.png);}
#de-pattern li.p9{background-image:url(../images/bg-pattern/thumbnail/p9.png);}
#de-pattern li.p10{background-image:url(../images/bg-pattern/thumbnail/p10.png);}
#de-pattern li.p11{background-image:url(../images/bg-pattern/thumbnail/p11.png);}
#de-pattern li.p12{background-image:url(../images/bg-pattern/thumbnail/p12.png);}
#de-pattern li.p13{background-image:url(../images/bg-pattern/thumbnail/p13.png);}
#de-pattern li.p14{background-image:url(../images/bg-pattern/thumbnail/p14.png);}
#de-pattern li.p15{background-image:url(../images/bg-pattern/thumbnail/p15.png);}
#de-pattern li.p16{background-image:url(../images/bg-pattern/thumbnail/p16.png);}
#de-pattern li.p17{background-image:url(../images/bg-pattern/thumbnail/p17.png);}
#de-pattern li.p18{background-image:url(../images/bg-pattern/thumbnail/p18.png);}
#de-pattern li.p19{background-image:url(../images/bg-pattern/thumbnail/p19.png);}
#de-pattern li.p20{background-image:url(../images/bg-pattern/thumbnail/p20.png);}


/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
		margin-bottom: 55px;
		text-align: center;
	}
	
	.portfolio-item.classic {
		text-align: left;
	}
	
	.portfolio-item-thumbnail {
		position: relative;
	}
	
	.portfolio-item-thumbnail + .portfolio-item-description {
		margin-top: 60px;
	}
	
	.portfolio-item-thumbnail img {
		width: 100%;
		display: block;
	}
	
	.portfolio-item-hover {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 30px;
		background-color: rgba(24, 24, 24, 0.75);
		opacity: 0;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-hover a.zoom-action {
		color: #fff;
		font-size: 48px;
		line-height: 48px;
		padding: 10px;
		text-decoration: none;
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		-webkit-transition: opacity 0.3s 0.3s;
			   transition: opacity 0.3s 0.3s;
	}
	
	.portfolio-item-hover .portfolio-item-description + a.zoom-action { top: 35%; }
	
	.portfolio-item-description {}
	
	.portfolio-item-description h5 {
		color: #636363;
	}
	
	.portfolio-item.classic .portfolio-item-description h5 {
		margin-bottom: 35px;
	}
	
	.portfolio-item-hover .portfolio-item-description {
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #fff;
		opacity: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s 0.2s;
				transition: all 0.3s 0.2s;
	}
	
	.portfolio-item-hover .portfolio-item-description h4 a,
	.portfolio-item-hover .portfolio-item-description h5 {
		color: #fff;
	}
	
	.portfolio-item-hover .portfolio-item-description h4:after {
		content: "";
		display: block;
		margin: 15px auto 17px;
		border-bottom: 1px solid #fff;
		width: 60px;
	}
	
	.portfolio-item:hover .portfolio-item-hover {
		opacity: 1;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	.portfolio-item:hover a.zoom-action {
		opacity: 1;
	}
	
	.portfolio-item:hover .portfolio-item-hover .portfolio-item-description {
		opacity: 1;
		bottom: 5%;
	}
	
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	
	/* BLOG ARTICLE */
	.blog-article {
		margin-bottom: 50px;
	}
	
	.blog-article-thumbnail {
		position: relative;
		margin-bottom: 40px;
	}
	
	.blog-article-thumbnail img {
		display: block;
		width: 100%;
	}

	.fancybox-blog-gallery.zoom-action img 	{
		padding: 20px;
	}
	
	.blog-article-thumbnail .images-slider {
		margin-bottom: 0;
	}
	
	.blog-article-details {
		margin-bottom: 40px;
	}
	
	.blog-article-details h3 {
		font-weight: 400;
	}
	
	.blog-article-details h6 {
		color: #636363;
		letter-spacing: 4px;
	}
	
	.blog-article-hover {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 30px;
		background-color: rgba(24, 24, 24, 0.75);
		opacity: 0;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-hover a.zoom-action {
		color: #fff;
		font-size: 48px;
		line-height: 48px;
		text-decoration: none;
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		-webkit-transition: opacity 0.3s 0.3s;
			   transition: opacity 0.3s 0.3s;
	}
	
	.blog-article blockquote {
		margin: 50px 0;
		font-size: 18px;
		line-height: 27px;
		font-style: italic;
		text-align: center;
		color: #181818;
	}
	
	.blog-article blockquote:before {
		font-family: "FontAwesome";
		content: "\f10d";
		font-style: normal;
		color: #636363;
		margin-bottom: 25px;
		display: block;
	}
	
	.blog-article:hover .blog-article-hover {
		opacity: 1;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	.blog-article:hover a.zoom-action {
		opacity: 1;
	}
	
	
	/* BLOG POST COMMENT */
	.commentlist-title {
		font-size: 16px;
	}
	
	.commentlist,
	.commentlist ul {
		list-style: none;
		margin-left: 0;
	}
	
	.commentlist ul ul {
		margin-left: 20px;
	}
	
	.commentlist {
		margin: 70px 0;
	}
	
	.commentlist li > ul {
		margin-left: 40px;
	}
	
	.commentlist li {}
	
	.comment-body {
		position: relative;
		padding-left: 120px;
		padding-bottom: 50px;
	}
	
	.comment-meta {}
	
	.comment-author {}
	
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 50%;
	}
	
	.comment-author .fn {
		line-height: 14px;
		text-transform: uppercase;
		letter-spacing: 4px;
		font-weight: 400;
	}
	
	.comment-author .says {
		display: none
	}
	
	.comment-metadata {
		line-height: 16px;
		margin-bottom: 20px;
	}
	
	.comment-metadata a {
		font-size: 10px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 4px;
		color: #636363;
	}
	
	.comment-content {}
	
	.reply {
		font-size: 11px;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #636363;
	}
	
	.reply:hover {
		color: #181818;
	}
	
	
	/* BLOG POST COMMENT FORM */
	.commentform-title {
		font-size: 16px;
	}
	
	#commentform {
		margin: 70px 0;
	}
	
	.commentform-url,
	.commentform-email,
	.commentform-author {
		float: left;
		width: 33.33333%;
		padding-right: 30px;
	}
	
	.commentform-url {
		padding-right: 0;
	}
	
	#commentform label {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 4px;
		text-transform: uppercase;
		color: #181818;
	}
	
	#commentform textarea ,
	#commentform input[type="text"] { 
		width: 100%;
		border: none;
		border-bottom: 1px solid #d7d7d7;
		padding-left: 0;
		margin-bottom: 20px;
	}
	
	#commentform textarea:focus,
	#commentform input[type="text"]:focus {
		border-color: #181818;
	}
	
	#commentform input[type="submit"] {
		border: 1px solid #181818;
		margin-top: 20px;
	}
	
	#commentform input[type="submit"]:hover {
		background-color: #181818;
		color: #fff;
	}

.ff-section-fullwidth { padding-top:60px !important;}

.btn-white {
    border-color: transparent;
    background-color: #f5f5f5;
    color: #181818;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#portfolio {
    /*background: #fff;*/
	padding-top:6%;  display:block; padding-bottom:2%;
}

#portfolio img {
    width: 100%;
}

#portfolio p {
    margin-bottom: 1.45em;
        /*set next row on the baseline*/
    ;
}

nav#filter {
    margin-bottom: 1.5em;
}

nav#filter li {
    display: inline-block;
    margin: 0 0 0 5px;
}

nav#filter a {
    padding: 4px 12px;
    line-height: 20px;
    border: 1px solid #006393;
    text-decoration: none;
}

.current {
    background: #000;
    color: #fff;
}

.portfolio-items article img {
    width: 100%;
}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	
}

.portfolio-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220);
}

#services .col-md-3 {
    opacity: 0;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.64);
}

.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
    background: rgba(61, 61, 61, 0.67);
}

.portfolio-item .portfolio-desc a {
    color: #fff;
    text-align: center;
    display: block;
	padding-top:0px;
}

.portfolio-item .portfolio-desc a:hover {
        /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
    text-decoration: none;
}

.portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    /*padding: 30px;*/
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}

.page-section.intro {
    min-height: 600px;
}

.btn {
    font-weight: 200;
}

.btn-dark {
    background: #444;
    color: #fff;
}