
* {
	padding: 0;
	margin: 0;
	border: none;
}

img {
	vertical-align: top;
	outline: none;
}

body {
	/*font-family: 'Titillium Web', sans-serif;*/
	font-family: 'Comfortaa', cursive;
	background: url(../images/m_bg.jpg) no-repeat top center;
}

.siteList {
	width: 100%;
	max-width: 1100px;
	min-width: 320px;
	margin: 0 auto;
}

/*fadeForm*/
#fadeForm {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg_black.png);
	z-index: 1000;
}

#fadeInner {
	width: 320px;
	padding: 20px;
	margin: 5% auto;
	border-radius: 8px;
	background: #c1c1c1;
}

#fadeInner h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0 10px;
}

.formText {
	width: 100%;
	height: 45px;
	text-align: center;
	margin: 10px 0;
	color: #c1c1c1;
}

.fadeButt {
	background: #FF895F;
    text-shadow: 1px 1px 3px #ce4a46;
    box-shadow: 2px 2px 0 #ae5b5d;
    cursor: pointer;
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.8;
    transition: all 300ms;
    width: 100%;
	height: 45px;
	text-align: center;
	margin: 10px 0;
	color: #c1c1c1;
}

.fadeButt:hover {
	opacity: 1;
}

.radioArea {
	margin: 0 0 5px 0;
}

.radioRow {
	width: 50%;
	margin: 0 auto;
	overflow: hidden;
}

.radioWrap {
	position: relative;
	width: 16px;
	height: 16px;
	background: url(../images/radio.png) no-repeat;
	background-position: bottom left;
	float: left;
	margin: 0 5px 0 0;
}

.radioArea p {
	float: left;
	line-height: 32px;
	font-size: 13px;
}

.radioWrap.active {
	background-position: top left;
}

.formRadio {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
	opacity: 0;
	cursor: pointer;
}
/*fadeForm*/

/*HEADER*/
header {
	display: block;
}

#header {
	overflow: hidden;
	background: #000066;
	border-bottom: 3px solid #0000ff;;
	width: 100%;
	padding: 20px 0 0 0;
}

#topMenu {
	text-align: center;
	background: #000066;
	overflow: hidden;
	line-height: 42px;
	margin: 40px 0 25px;

}

#topMenu.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 800;
	box-shadow: 0px 1px 10px;
	padding: 0 0 10px 0;
	margin: 0;
}

#topMenu ul i {
	display: inline-block;
	line-height: 41px;
	font-size: 26px;
	float: left;
	width: 41px;
	height: 41px;
	color: #fff;
	float: right;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 7px;
	margin: 0 0 0 15px;
	opacity: 0.6;
	transition: all 300ms;
	display: none;
}

#topMenu.active ul i {
	margin: 3px 0 0 0;
}

#topMenu ul i:hover {
	opacity: 1;
}

#topMenu ul i:active {
	box-shadow: inset 0px 0px 10px #fff;
}

#topMenu ul {
	display: inline-block;
	overflow: hidden;
}

#topMenu ul li {
	display: block;
	float: left;
	margin: 0 15px;
}

#topMenu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #F9BAA3;
	font-weight: bold;
	transition: all 300ms;
}

#topMenu ul li a:hover {
	border-bottom: 1px solid #fff;
}

#topMenu ul li a:active {
	opacity: 0.8;
}

#topMenu.active ul li a {
	border-bottom: 3px solid #F9BAA3;
}

#topMenu.active ul li a:hover {
	border-bottom: 3px solid #fff;
} 

.info {
	float: left;
	margin-top: 10px;
}

.info p {
	color: #fff;
	margin: 10px 0;
	display: block;
	font-size: 14px;
}

#logo {
	height: 136px;
	margin: 0 0 0 3%;
	float: left;
}

#logo > p {
	font-size: 60px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	padding: 30px;
}

#logo > p > span {
	font-size: 30px;
	text-transform: uppercase;
}

.phoneBlock {
	float: right;
	text-align: center;	
	margin: 15px 3% 0 0;	
}

.phoneBlock p {
	color: #fff;
	margin: 10px 0;
	font-size: 23px;
	font-weight: bold;
}

.phoneButt {
	background: #FFDE92;
	border: 1px solid #FFF5B9;
	box-shadow: 0px 0px 5px #FFD59A;
	border-radius: 8px;
	padding: 0 15px;
	font-size: 16px !important;
	cursor: pointer;
}

.fb_login {
	float: right;
	margin: 30px 5% 0 0;
	height: 60px;
	border-radius: 8px;
	width: 170px;
}

.fb_login a {
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #FBDBCF;
	display: block;
}

.fb_login a:hover {
	border-bottom: 2px solid #fff;
}

.fb_login a i {
	line-height: 60px;
	font-size: 40px;
	height: 100%;
	float: left;
}

.fb_login a span {
	font-size: 40px;
	float: right;
	display: block;
	font-family: 'Titillium Web', sans-serif;
}

.fb_user {
	float: right;
	margin: 30px 5% 0 0;
	height: 60px;
	border-radius: 8px;
	width: 170px;
}

.fb_user img {
	border: 3px solid #fff;
	border-radius: 15px;
}

.fb_user span {
	display: block;
	color: #fff;
	float: right;
	line-height: 33px;
	font-size: 20px;
	font-weight: bold;
}

.fb_user a {
	color: #fff;
	font-weight: normal;
	font-size: 17px;
}
/*HEADER*/

/*MAIN*/
#main {
	padding: 5% 0 200px 0;
	overflow: hidden;	
	min-height: 400px;
	
}

#mainImg {
	width: 80%;
	padding: 4% 10%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 10px;
	margin: 0 0 50px 0;
}

#mainImg h1 {
	text-align: center;
	margin: 0 0 20px 0;
}

#mainImg img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 2px 2px 10px;
}

.toGaleryItem {
	width: 80%;
	margin: 10% auto;
	text-align: center;
}

.toGaleryItem a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border-bottom: 1px solid #727272;
}

.toGaleryItem img {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}

.toGaleryItem h1 {
	font-size: 20px;
	color: #727272;
}

.toGaleryItem h2 {
	font-size: 25px;
	color: #212121;
}

.galeryItem {
	width: 80%;
	margin: 10% auto;
	text-align: center; 
}

.galeryItem img {
	width: 100%;
	height: auto; 
	margin: 0 0 15px 0;
}

.galeryItem h1 {
	font-size: 18px;
	color: #212121;
}

.galeryItem p {
	font-size: 14px;
	font-weight: bold;
	color: #727272;
}

.galeryItem p span {
	color: #212121;
}

/*singleBlock*/
#singleBlock {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

#singleBlock img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 1px 1px 10px #727272;
	
}

.sbInfo {
	
}

.sbInfo h1 {
	display: block;
	float: left;
	text-align: center;
	margin: 3% 0 50px 2%;
	color: #212121;
}

.sbInfo p {
	clear: both;
	padding: 0 0 0 4%;
}

.sbInfo p {
	color: #727272;
}

.sbInfo p span {
	color: #212121;
}

.sbInfo p span i {
	font-size: 16px;
	cursor: pointer;
	transition: all 300ms;
}

.sbInfo p span i:hover {
	font-size: 20px;
	color: red;
}

.sbInfo p span i:active {
	font-size: 16px;
}

.sbImgButt {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	margin: 15px;
	color: #727272;
	opacity: 0.6;
	transition: all 300ms;
}

.sbImgButt:hover {
	font-size: 35px;
	opacity: 1;
}

.sbNext {

}
/*singleBlock*/
/*MAIN*/

/*FOOTER*/
footer {
	display: block;
}

#footer {
	border-top: 3px solid #333;
	border-bottom: 1px solid #e8e7e7;
	background-color: #f1f1f1;
	width: 100%;
	text-align: center;
}

#footer ul {
	
}

#footer ul li {
	display: inline-block;
	margin: 0 5px;
	overflow: hidden;
}

#footer ul li a {
	text-decoration: none;
	font-size: 25px;
	color: #727272;
	line-height: 60px;
}

#footer p {
	color: #727272;
	line-height: 45px;
}

/*FOOTER*/

@media screen and ( max-width: 1920px ) {

#hideButt {
	width: 360px;
	line-height: 30px;
	color: #fff;
	background: #990000;
	border-radius: 5px 5px 0 0;
	position: fixed;
	bottom: 0;
	right: 5%;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	opacity: 0.5;
	transition: all 300ms;
	z-index: 1000;
	padding: 0 20px;
}

#hideButt:hover {
	opacity: 1;
}

#hideWindow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 98%;
	padding: 2% 0;
	background: url(../images/bg_black.png);
	z-index: 999900;
	display: none;
}

#hideWindow .siteList {
	height: 92%;
	background: #fff !important;
	overflow-y: scroll;
	position: relative;
}

#promoBlock {
	width: 80%;
	padding: 5% 10%;
	position: relative;
}

#promoClose {
	position: fixed;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	top: 0;
	right: 10%;
	background: #fff;
	padding: 3px 15px;
	cursor: pointer;
	z-index: 100;
	color: #727272;
}

#promoClose:hover {
	color: #212121;
}

.promoItem {
	overflow: hidden;
	position: relative;
}

.promoImg {
	width: 25%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 190px;
}

.promoImg img {
	vertical-align: middle;
}

.promoItemImg {
	width: 5%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 25%;
	background: url(../images/promoBlockItem.png) no-repeat center top;
	background-size: 36px 100%;
}

.promoText {
	width: 60%;
	padding: 0 5%;
	float: right;
}

.promoText h1 {
	color: #212121;
}

.promoText h1 span {
	font-weight: 700;
}

.promoText p {
	padding: 2% 0;
	color: #727272;
}



#main .siteList {
	background: url(../images/bg_white.png);
	box-shadow: 0 0 20px #fff;
}

#main {
	
}

.mainHr {
	text-align: center;
	color: #e01356;
	font-size: 40px;
	padding: 20px 3%;
	clear: both;
	margin: 0 0 60px 0;
}

#toGalWrap {
	min-height: 580px;
}

.toGaleryItem {
	position: relative;
	width: 18%;
	margin: 2% 2.5%;
	float: left;
	box-shadow: 2px 2px 4px #8e8e8e;
	z-index: 20;
	overflow: hidden;
	transition: all 300ms;
}

.toGaleryItem.unActive {
	width: 18%;
	margin: 2% 2%;
}

.toGaleryItem.active {
	width: 20%;
	margin: 2% 4%;
}

.toGaleryItem img {
	margin: 0;
}

.toGaleryItem h1 {
	font-size: 22px;
    color: #212121;
    position: absolute;
    bottom: 30%;
    left: 0px;
    width: 100%;
    text-shadow: 0px 1px 1px #000;
    background: url(../images/bg_white.png) repeat 0 0;
    box-shadow: 0 0 20px #fff;
    text-transform: uppercase;
}

.toGaleryItem h2 {
	position: absolute;
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 7%;
    left: 0px;
    text-shadow: 0px 1px 1px #000;
    background: url(../images/bg_black.png) repeat 0 0;
    padding: 10px 8%;
    text-align: left;
    box-shadow: 0 0 20px #000;
    width: 84%;
}

#ceramics {
	overflow: hidden;
	padding: 40px 0;
}

#ceramics .siteList {
	background: none;
	box-shadow: none;
}

#ceramics h1 {
	color: #963844;
	font-weight: lighter;
	line-height: 43px;
	font-size: 35px;
	text-align: center;
	margin: 0 0 40px 0;
}

#ceramics h1 span {
	font-weight: 700;
}

#ceramics h1 b {
	font-weight: normal;
}
#ceramics p {
	padding: 0 10%;
	color: #67837f;
	font-family: 'Titillium Web', sans-serif;
	clear: both;
	margin: 0 0 20px 0;
	text-align: justify;
}
#ceramics ul {
	padding: 0 10%;
	color: #67837f;
	font-family: 'Titillium Web', sans-serif;
	clear: both;
	margin: 0 0 20px 0;
	text-align: justify;
}

.cerItem {
	width: 30%;
	margin: 0 1.5%;
	float: left;
	margin-bottom: 60px;
}

.cerImg {
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	margin: 0 0 20px 0;
}

.cerImg img {
	vertical-align: middle;	
}

.cerItem h2 {
	text-align: center;
	color: #b1484a;
}

.galeryItem {
	width: 23%;
	padding: 15px 1%;
	float: left;
	position: relative;
	margin: 0;
	border-radius: 5px 5px 0 0;
}

.galeryItem:hover {
	z-index: 50;
	background: #fff;
	box-shadow: 1px 1px 5px;
}

.galeryItem img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 30;
	margin: 0;
	box-shadow: 1px 1px 8px #727272;
}

.galeryItem:hover img {
	box-shadow: 1px 1px 8px #000;
}

.galeryItem h1 {
	
}

.galeryItem p {
	
}

.galeryItem p span {
	
}

.giInfo {
	display: none;
	z-index: 20;
	width: 100%;
	background: #fff;
	position: absolute;	
	left: 0;
	border-radius: 0 0 5px 5px;
	box-shadow: 1px 1px 2px;
	overflow: hidden;
	padding: 0 0 15px;
	transition: all 300ms;
	opacity: 0;
}

.galeryItem:hover .giInfo {
	opacity: 1;
	display: block;	
}

.giInfo h1 {
	color: #212121;
	margin: 15px 0 10px 0;
	padding: 0 10%;
}

.giInfo p {
	text-align: left;
	line-height: 28px;
	padding: 0 10%;
}

.giInfo p span {
	color: #212121;
	display: inline-block;
	margin: 0 0 0 5px;
}

.giInfo p span i {
	cursor: pointer;
	font-size: 16px;
	transition: all 300ms;
}

.giInfo p span i:hover {
	color: red;
	font-size: 20px;
}

.giInfo p span i:active {
	font-size: 16px;
}

#footer {
	bottom: 0;
	left: 0;
	width: 100%;
}

}

@media screen and ( max-width: 1024px ) {

.toGaleryItem {
	width: 28% !important;
	margin: 2% 2.5% !important;     
}

.toGaleryItem h2 {
	font-size: 12px;
}

.cerItem h2 {
	font-size: 15px;
}

.promoImg {
	width: 22%;
}

.promoImg img {
	vertical-align: middle;
}

.promoItemImg {
	width: 10%;
}

.promoText {
	width: 58%;
}

.promoText h1 {
	
}

.promoText h1 span {

}

.promoText p {
	padding: 4%;
	font-size: 13px;
}

}

@media screen and ( max-width: 800px ) {

.fb_login {
	margin: 20px auto;
	float: none;
}

.fb_user {
	margin: 20px auto;
	float: none;
}

.toGaleryItem h1 {
	font-size: 18px;
	bottom: 32%;
}

.toGaleryItem h2 {
	font-size: 10px;
}

.galeryItem {
	width: 30%;
	padding: 8px 1.5%;
}

#logo {
	width: 100%;
	text-align: center;
	margin: 0;
	float: none;
}

.info {
	float: none;
	width: 100%;
	text-align: center;
}

.phoneBlock {
	width: 50%;
	margin: 0 auto;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}

.cerItem {
	width: 70%;
	margin: 40px auto;
	float: none;
}

.cerItem h2 {
	font-size: 20px;
}

}


@media screen and ( max-width: 640px ) {
	
.toGaleryItem {
	width: 60% !important;
	margin: 10% auto !important;
	text-align: center;
	float: none;
	clear: both;
}

.toGaleryItem h2 {
	font-size: 16px;
}

.promoImg {
	width: 100%;
	max-width: 280px;
	position: static;
}

.promoImg img {
	vertical-align: middle;
}

.promoItemImg {
	display: none;
}

.promoText {
	width: 100%;
	float: none;
}

.promoText h1 {
	
}

.promoText h1 span {

}

.promoText p {
	padding: 4%;
	font-size: 13px;
}

}

@media screen and ( max-width: 480px ) {

#topMenu {
		
}

#topMenu.active {
	padding: 0;
}

#topMenu ul {
	width: 100%;
	display: block;
}

#topMenu ul i {
	display: block;
	margin: 15px;
}	

#topMenu.active ul i {
	display: block;
	margin: 15px;
}	

#topMenu ul li {
	float: none;
	width: 100%;
	background: #F3A78C;
	clear: both;
	margin: 0;
	display: none;
}

#topMenu ul li {
	background: #F3A78C;
}

#topMenu ul li:hover a {
	background: #fff;
	color: #727272;
}
	
.toGaleryItem {
	width: 80% !important;
	margin: 10% auto !important;
	text-align: center;
	float: none;
	clear: both;
}

.toGaleryItem h2 {
	font-size: 14px;
}

.galeryItem {
	width: 90%;
	padding: 8px 5%;
	margin: 0 0 30px;
}

.mainHr {
	font-size: 20px;
}



}


@media screen and ( max-width: 768px ) {

}


