﻿html, body {
  height: 100%;
}

body {
  background: #f6f6f6; left: 0;
    top: 0;
    margin: 0px;
    padding: 0px;
} 
a {
  text-decoration: none;
  color: #e31e35;
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.grid {font-family: "Open Sans", sans-serif;
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1100px;
	list-style: none;
	text-align: center;
}
.title {
	color: #333333;
	width: 50%;
	text-align: left;
	border-bottom: 2px dashed #333333;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 250px;
	max-width: 250px;
	max-height: 250px;
	width: 33%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.10em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 3px;
	font-size: 68.5%;
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 30px;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
 
.slides {
    padding: 0;
    width: 100%;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}
.slide .slidebaslik {
text-align:center;
position: relative;
 margin-top: -100px;
}

.slide .slidebaslikarka{
margin:0 auto;
 position: relative;
 width:auto;
 display:inline-block;
 padding:5px;
 font-family:Calibri;
    color: #FFF !important;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
    text-shadow: 1px 2px 5px #313131;
    line-height: 42px; }

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}

.aboutus{
	float: left;
	width: 100%; 
	height: 170px; 
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 15px solid #e31e24;
}
.leftside{
	float: left;
	width: 25%;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	min-width: 250px;
	min-height: 300px;
	background-color: #fff;
	text-align: left;
	font-size: 13px;

}

.leftside ul{
	padding: 8px 30px;
	list-style: circle;
}
.leftside li{
}
.leftside ul a{
	color: #333333;
}
.leftside ul a:hover{
	color: #7c7c7c;
}
.leftside h3{
	font-weight: normal;
	padding: 7px 15px;
	font-size: 14pt;
	color: #fff;
	height: 45px;
	width: 100%;
	border-radius: 4px 4px 0 0; 
	background-color: #333333;
}
@media screen and (max-width: 767px) {
	.leftside{
	float: left;
	width: 95%;	
	border-radius: 5px;
	border: 1px solid #ccc;
	min-width: 250px;
	min-height: 300px;
	margin: 0 10px;
	}
}










.leftside2{
	float: left;
	width: 45%;
    min-height: 523px;
	min-width: 250px;
	text-align: left;
	font-size: 13px;
}

.leftside2 ul{
	padding: 8px 30px;
	list-style: circle;
}
.leftside2 li{
}
.leftside2 ul a{
	color: #333333;
}
.leftside2 ul a:hover{
	color: #7c7c7c;
}
.leftside2 h3{
	font-weight: normal;
	padding: 7px 15px;
	font-size: 14pt;
	color: #fff;
	height: 45px;
	width: 100%;
	border-radius: 4px 4px 0 0; 
	background-color: #333333;
}
@media screen and (max-width: 767px) {
	.leftside2{
	float: left;
	width: 95%;	
	border-radius: 5px;
	border: 1px solid #ccc;
	min-width: 250px;
	min-height: 300px;
	margin: 0 10px;
	}
}



.contentr{
	float: left;
	background-color: #fff;
	margin-left: 2%;
	text-align: left;
	width: 73%;
	min-height: 450px;
	height: 100%;
	padding-bottom: 50px;
	border-radius: 5px;
	border: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
	.contentr{
	float: left;
	margin: 20px 10px;
	width: 95%;	
	min-height: 450px; 
	border-radius: 5px;
	border: 1px solid #eeeeee;
}
}









.contentr2{
	float: left;
	background-color: #fff;
	margin-left: 2%;
	text-align: left;
	width: 53%;
	min-height: 450px;
	height: 100%;
	padding-bottom: 50px;
	border-radius: 5px;
	border: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
	.contentr2{
	float: left;
	margin: 20px 10px;
	width: 95%;	
	min-height: 450px; 
	border-radius: 5px;
	border: 1px solid #eeeeee;
}
}



.contentr2 h3{
	font-weight: normal;
	padding: 7px 15px;
	font-size: 14pt;
	color: #fff;
	height: 45px;
	width: 100%;
	border-radius: 4px 4px 0 0; 
	background-color: #333333;
}



.contentr h3{
	font-weight: bold;
	padding: 7px 15px;
	font-size: 14pt;
	color: #333333;
	height: 45px; 
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	border-radius: 4px 4px 0 0;
}
.contentr p{
	padding: 7px 15px;
	color: #333333; 
}
@media screen and (max-width: 767px) {
	.contentr img{
	width: 100%; 
	}
}
 
.products{
	margin: 0 10px;
}
 
footer {
	float: left;
	width: 100%;
	height: auto;
	min-height: 40px;
	margin-top: 20px;
	background-color: #333333; 
	color: white;
	font-family: "Open Sans", sans-serif;
	
}
.footer-distributed{
	
	width: 100%;
	max-width: 1100px;
	text-align: left;
	padding: 55px 50px;
	margin: 0 auto;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

.footer-distributed .footer-left{
	width: 40%;
}
.footer-distributed .footer-left img{
	width: 100%;
	height: 100%;
	max-width: 330px;
	max-height: 77px;
}
.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px, cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #2c2c2c;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}


.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #FFF;
	text-decoration: none;;
}

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #2c2c2c;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}






@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html{
  height:100%;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:95%;
	float:left;
margin:20px 0 0 20px;
}

#form-div {
	background-color:#ececec;
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width:100%;
	float: left;
	left: 50%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #E31E24;
	color: #E31E24;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(../form/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../form/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#firma{
	background-image: url(../form/firma.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#firma:focus{
	background-image: url(../form/firma.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}


#sifre{
	background-image: url(../form/sifre.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#sifre:focus{
	background-image: url(../form/sifre.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}




#email{
	background-image: url(../form/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../form/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

.tel{
	background-image: url(../form/tel.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.tel:focus{
	background-image: url(../form/tel.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}



#comment{
	background-image: url(../form/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

.button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #E31E24;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

.button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}