
.section-background{
	background-color:#060a15;
}
.contact{
    text-align: left;
	background-color:#060a15;
}
.contact-name-white1 {
    padding-top: 20px;
    font-size: 18px !important;
    text-align: left;
    color: #fdfdfd !important;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 33px;
}
.contactwhite{
    text-align: left;
    /* background: url('../images/bg/bg-white-dots.png') repeat 0 0; */
    /* background: url('../images/bg/bg-white-dots.png') repeat 0 0; */
    /* background: url('../images/bg/bg-white-dots.png') repeat 0 0; */
    background-image: url('../../../obleky/assets/images/bg/bg-white-dots.png') repeat 0 0;
    background-color: #060a15;
}

.contact-info{
	text-align: left;
	padding: 20px 0px;
}

.contact-name{
	font-size: 18px !important;
	text-align: left;
	color: #fff !important;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 10px;
	
}
.click{
	/* margin-top: 200px; */
	/* padding: 10px 18px; */
	line-height: 1.5em;
	/* background-color: #888888; */
	color: white !important;
}
/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blinking{
	animation: blinkingText 0.6s infinite;
	/* padding-top: 148px; */
	-moz-animation: blink normal 0.6s infinite ease-in-out; /* Firefox */
	-webkit-animation: blink normal 0.6s infinite ease-in-out; /* Webkit */
	-ms-animation: blink normal 0.6s infinite ease-in-out; /* IE */
	animation: blink normal 0.6s infinite ease-in-out; /* Opera and prob css3 final iteration */
	max-width: 100%;
}
@keyframes blinkingText{
  0% {		color: #FFF	}
  25%{	color: transparent;	}
  50%{	color: transparent;	}
  75%{	color: #fdfdfd;	}
  100%{	color: #fdfdfd;	}
  
}

.contact-name-white{
	font-size: 18px !important;
	text-align: left;
	color: #fff !important;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 10px;
	
}

.contact-town{
	font-size: 18px !important;
	text-align: left;
	color: #fff !important;
	letter-spacing: 3px;
	line-height: 70%;
}

.contact-header{
	margin-top:30px;
	padding-left:0px;
	color: #fff !important;
	font-weight: bold;
	letter-spacing: 3px;
}
.contact-time{
	
	padding-left: 0px;
	color: #fff !important;
	line-height: 70%;
	letter-spacing: 3px;

}

.contact-town-white{
	font-size: 18px !important;
	text-align: left;
	color: #fff !important;
	letter-spacing: 3px;
	line-height: 70%;
	padding-top: 10px;
}

.contact-header-white{
	margin-top:30px;
	padding-left:0px;
	color: #9298a7 !important;
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 0px;
	font-size:  15px;
}
.contact-time-white{
	padding-left: 0px;
	color: #9298a7 !important;
	line-height: 100%;
	letter-spacing: 3px;
	padding-top: 6px;
	padding-left: 0px;
	font-size: 13px;
}

.contact i {
    width: 60px;
    height: 80px;
    border-radius: 30px;
    border: 2px solid #b1b1b1;
    color: #b1b1b1;
    font-size: 40px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    float: left;

}
.contact-item:hover i{
   
    
    color: #fff;
}

.contact-img{
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
}



.contact-image{
	width: 100%;
	/* height:280px; */
	border-radius: 10px;
}
.contact-img:hover .overlay{
	opacity:1;
	margin: 0px auto;
	text-align: center;
	width:280px;
	transition: 0s ease;
	-webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;	
	border-radius: 10px;
}
.contact h3{
	padding-bottom: 20px;
	font-size: 15px;
}
.contact p{
	font-size: 13px;
	color: #969595;
}

.form{
    margin-top: 30px;
    background: #f9f9f9;
}
.form h3{
    margin-left: 15px;
    font-size: 25px;
}
.form .message{
    margin: 0px 15px;
    height: 180px;
    width: 98%;
}
.btn-sub {
    border-radius: 0px;
    color: white;
    background-color: #4a148c;
    padding: 10px 25px;
    margin: 10px 30px;
    border-color: #4a148c;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-sub:hover{
    background-color: #fff;
    border-color: #4a148c;
    color: #4a148c;
}
input[type="username"], input[type="email"], input[type="text"], .message{
	border-color: transparent;
	background: #fff;
	font-size: 13px;
	margin-top: 15px;
	color: #969595;
	/* padding:5px; */
	/* padding-left: 15px; */
}
input[type="username"]:focus, input[type="email"]:focus, input[type="text"]:focus, .message:focus{
    border-color: #4a148c;
    box-shadow: 0 0 8px rgba(74,20,140,.1) !important;
}
input.form-control, .message {
    border-radius: 0px;	
}



@media screen and (min-width: 1024px) and (max-width: 1366px) {
.contact-time-white {
    padding-left: 0px;
    color: #9298a7 !important;
    line-height: 100%;
    letter-spacing: 0px;
    padding-top: 6px;
    padding-left: 15px;
    font-size: 15px;
}

.contact-image {
    width: 100%;
    /* height: 280px; */
    border-radius: 10px;
    margin-top:20px;
}

.wrap {
    width: 90%;
    margin: 0 auto;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.contact-time-white {
    padding-left: 0px;
    color: #9298a7 !important;
    line-height: 100%;
    letter-spacing: 0px;
    padding-top: 6px;
    padding-left: 15px;
    font-size: 15px;
}

.contact-image {
    width: 80%;
    /* height: 280px; */
    border-radius: 10px;
	margin-top:20px;
}

.wrap {
    width: 90%;
    margin: 0 auto;
}
}


@media screen and (min-width: 480px) and (max-width: 820px) {
input[type="username"], input[type="email"], input[type="text"], .message{
	border-color: transparent;
	background: #fff;
	font-size: 13px;
	color: #969595;
	width: 150px;
	padding:5px;
}
}

@media (max-width: 480px){
	
.contact-image {
    width: 280px;
    /* height: 280px; */
    border-radius: 10px;
}

input[type="username"], input[type="email"], input[type="text"], .message{
	border-color: transparent;
	background: #fff;
	font-size: 13px;
	color: #969595;
	width: 200px;
	padding:5px;
}
	
.contact-info{
	text-align: left;
	padding: 20px 0px;	
}

.contact-name{
	font-size: 18px !important;
	text-align: left;
	color: #fff !important;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 10px;
	
}

.contact-town{
	font-size: 18px !important;
	text-align: left;
	color: #fff !important;
	letter-spacing: 3px;
	line-height: 70%;
}

.contact-header{
	margin-top:30px;
	padding-left:0px;
	color: #fff !important;
	font-weight: bold;
	letter-spacing: 3px;
}
.contact-time{
	
	padding-left: 0px;
	color: #fff !important;
	line-height: 70%;
	letter-spacing: 3px;

}


}