body {
	background: url('../images/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
html {
	height: auto; 
}
.container {
	width:100%;
	height:100%;
}

.logo {
	max-width:300px;
	margin:0 auto;
	display: block;
}
.logo img{
	width:100%;
	margin-top: 20px;
}

.catalog
{
	
	text-align: center;
	/*-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;*/
	/* margin-top: 70px; */
}
.catalog img
{
	/*border: 1px solid red;*/
	max-width: 350px;
	width: 100%;
	/* margin: 2%; */
	/* margin-top: 70px; */

}
.share-container-img{
	position: relative;
	cursor: pointer;
	display: inline;
	margin-left: 5px;
}
.text {
	font-size: 21px;
	color:white;
	text-align: center;
	font-weight: bold;
	padding:20px;
}
.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(219,127,8, 0.7); 
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}

.view-first:hover img { 
	transform: scale(1.1);
} 
#shareContainer {
	position:fixed;
	margin-bottom:10px;
	margin-top:20px;
	right:10px;
	bottom:20px;
}
@media only screen and (max-width: 1366px) {
	#shareContainer {
		position:relative;
		margin-bottom:10px;
		margin-top:20px;
		text-align: center;
	}

	.catalog img {
		max-width: 283px;
		width: 100%;
		scale: 1.1;
	}
	
  }
