@import url("unsemantic-grid-responsive.css");

hr {
	border-top: 1px solid #ccc !important;
}

/* ---- button ---- */

.filters-button-group .button {
	display: inline-block;
	padding: 10px 18px;
	margin-bottom: 10px;
	background: #EEE;
	border: none;
	border-radius: 7px;
	background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
	color: #222;
	font-family: sans-serif;
	font-size: 16px;
	text-shadow: 0 1px white;
	cursor: pointer;
	margin-left: 0px !important;
	margin-right: -1px !important;
	border: 1px solid #333 !important;
}

.filters-button-group .button:hover {
	background-color: #8CF;
	text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
	color: #222;
	border: 1px solid #e130a7 !important;
}

.filters-button-group .button:active, .filters-button-group  .button.is-checked {
	background-color: #28F;
	border: 1px solid #e130a7 !important;
}

.filters-button-group .button.is-checked {
	color: white;
	text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.filters-button-group .button:active {
	box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
	content: '';
	display: block;
	clear: both;
}

.button-group .button {
	float: left;
	border-radius: 0;
	margin-left: 0;
	margin-right: 1px;
}

.button-group .button:first-child {
	border-radius: 0.5em 0 0 0.5em;
}
.button-group .button:last-child {
	border-radius: 0 0.5em 0.5em 0;
}

/* ---- isotope ---- */

.grid {
	margin: 20px 0px;
}

/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- .element-item ---- */

.element-item {
	position: relative;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.element-item img {
	display: block;
	width: 100%;
}

.element-item > * {
	margin: 0;
	padding: 0;
}

.element-item .name {
	position: absolute;
	left: 10px;
	top: 60px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: normal;
}

.element-item .symbol {
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 42px;
	font-weight: bold;
	color: white;
}

.element-item .number {
	position: absolute;
	right: 8px;
	top: 5px;
}

.element-item .weight {
	position: absolute;
	left: 10px;
	top: 76px;
	font-size: 12px;
}

.thegallery-project {
	overflow: hidden;
}

.thegallery-project .project-info {

	position: absolute;
	top: 0%;
	bottom: 0%;
	margin-top: 100%;
	width: 100% !important;
	height: 100% !important;
	text-align: center;
	height: auto;
	left: 0px;
	right: 0px;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: -100%;
	background: rgba( 162 , 153 , 121 ,0.9);
}

.thegallery-project .project-info, .thegallery-project .project-info a {
	color: #fff;
	text-decoration: none
}

.image-fancy figcaption {
	display: none
}

.thegallery-project h3, .thegallery-project h4 {
	margin: 0px 0px 10px 0px;
}

.thegallery-project p {
	margin: 0px 0px 10px 0px;
}

.thegallery-project .project-info .fa {
	width: 50px;
	height: 50px;
	padding: 0px;
	font-size: 1.5em;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 100px;
}

.project-info div {
	padding: 30px;
	text-align: center
}

.thegallery-project:hover .project-info {
	/*transform: translate(0, -135%);*/
	margin-top: 0%;
}

.thegallery-project .image-item {
	/*box-shadow: inset 0px 0px 20px #000 !important;*/
	/*position:absolute;
	 top:0px;
	 bottom:0px;
	 left: 0px;
	 right: 0px;

	 */

	width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.thegallery-project .image-item img {
	transform: scaleY(1.15);
	-moz-transform: scaleY(1.15);
	-ms-transform: scaleY(1.15);
	-o-transform: scaleY(1.15);
	-webkit-transform: scaleY(1.15);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.thegallery-project:hover .image-item img {
	transform: scale(1.45 , 1.45);
	/*
	 -moz-transform: scaleY(1.45);
	 -ms-transform: scaleY(1.45);
	 -o-transform: scaleY(1.45);
	 -webkit-transform: scaleY(1.45);

	 transform: scaleX(1.15);
	 -moz-transform: scaleX(1.45);
	 -ms-transform: scaleX(1.45);
	 -o-transform: scaleX(1.45);
	 -webkit-transform: ;

	 */
}

.thegallery-project {

}

.clr {
	clear: both;
}

#thegallery-detail .detail-table td {
	padding: 5px 0px;
	border: 0px !important

}

#thegallery-detail .detail-table, #thegallery-detail .detail-table tr {
	border: 0px !important;
}

/* social */

.dt-sc-social-icons {
	display: inline-block;
	margin: 0 !important;
	padding: 0px !important;
}
.dt-sc-social-icons ul {
	display: inline-block;
}
.dt-sc-social-icons li {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
	z-index: 1;
	
}
.dt-sc-social-icons li:first-child {
	margin: 0;
}
.dt-sc-social-icons li a {
	font-size: 15px;
	color: #333;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
}
.dt-sc-social-icons li:hover a {
	color: #fff;
}
.dt-sc-social-icons li:after {
	content: "";
	width: 30px;
	height: 0px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	border-radius: 50%;
	z-index: -1;
}
.dt-sc-social-icons li:hover:after {
	height: 30px;
}

.dt-sc-social-icons li:hover a { color:#fff !important; }	
	.dt-sc-social-icons li:after { width:30px; }
	.dt-sc-social-icons li:hover:after { height:30px; }
	
	.dt-sc-social-icons li.facebook a { color:#3b5998; }
	.dt-sc-social-icons li.twitter a { color:#00aced; }
	.dt-sc-social-icons li.googleplus a { color:#C63D2D; }
	.dt-sc-social-icons li.pinterest a { color:#910101; }
	.dt-sc-social-icons li.youtube a { color:#C4302B; }
	.dt-sc-social-icons li.delicious a { color:#3399ff; }
	.dt-sc-social-icons li.deviantart a { color:#4dc47d; }
	.dt-sc-social-icons li.digg a { color:#000; }
	.dt-sc-social-icons li.facebooksquare a { color:#3b5998; }
	.dt-sc-social-icons li.google a { color:#C63D2D; }
	.dt-sc-social-icons li.weibo a { color:#d52b2a; }
	.dt-sc-social-icons li.reddit a { color:#ff4500; }
	.dt-sc-social-icons li.yahoo a { color:#400191; }
	.dt-sc-social-icons li.vimeosquare a { color:#aad450; }
	.dt-sc-social-icons li.stumbleupon a { color:#eb4823; }
	.dt-sc-social-icons li.linkedin a { color:#007bb6; }
	.dt-sc-social-icons li.skype a { color:#00aff0; }
	.dt-sc-social-icons li.dribbble a { color:#ea4c89; }
	.dt-sc-social-icons li.flickr a { color:#FE0883; }
	.dt-sc-social-icons li.tumblr a { color:#32506d; }
	.dt-sc-social-icons li.behance a { color:#2897d0; }
	
	.dt-sc-social-icons li.facebook:hover:after { background-color:#3b5998; }
	.dt-sc-social-icons li.twitter:hover:after { background-color:#00aced; }
	.dt-sc-social-icons li.googleplus:hover:after { background-color:#C63D2D; }
	.dt-sc-social-icons li.pinterest:hover:after { background-color:#910101; }
	.dt-sc-social-icons li.youtube:hover:after { background-color:#C4302B; }
	.dt-sc-social-icons li.delicious:hover:after { background-color:#3399ff; }
	.dt-sc-social-icons li.deviantart:hover:after { background-color:#4dc47d; }
	.dt-sc-social-icons li.digg:hover:after { background-color:#000; }
	.dt-sc-social-icons li.facebooksquare:hover:after { background-color:#3b5998; }
	.dt-sc-social-icons li.google:hover:after { background-color:#C63D2D; }
	.dt-sc-social-icons li.weibo:hover:after { background-color:#d52b2a; }
	.dt-sc-social-icons li.reddit:hover:after { background-color:#ff4500; }
	.dt-sc-social-icons li.yahoo:hover:after { background-color:#400191; }
	.dt-sc-social-icons li.vimeosquare:hover:after { background-color:#aad450; }
	.dt-sc-social-icons li.stumbleupon:hover:after { background-color:#eb4823; }
	.dt-sc-social-icons li.linkedin:hover:after { background-color:#007bb6; }
	.dt-sc-social-icons li.skype:hover:after { background-color:#00aff0; }
	.dt-sc-social-icons li.dribbble:hover:after { background-color:#ea4c89; }
	.dt-sc-social-icons li.flickr:hover:after { background-color:#FE0883; }
	.dt-sc-social-icons li.tumblr:hover:after { background-color:#32506d; }
	.dt-sc-social-icons li.behance:hover:after { background-color:#2897d0; }
