@charset "utf-8";
/* CSS Document */
*{
	padding: 0; margin: 0;
	}

a{
	text-decoration:none;
	}
body{
	font-family: "Verdana";
	padding: 0; margin: 0;
}
img{
	border:none;
	}
	
.site{
	max-width:1200px;
	margin: 0 auto;
	box-shadow: -15px 0 15px -5px rgba(0,0,0,0.31), 15px 0 15px -5px rgba(0,0,0,0.31);
	}
header{
    text-align: center;
    padding: 20px 0 20px 0;
}
/*
Nav-Start
*/
nav{
	margin:4px 0 4px 0;
	text-align:center;
	}
nav a{
	font-family: "Whitney Cond A", "Whitney Cond B", "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
}
/*
Nav-End
*/
content{

	margin: 5px;
	}

.logo{
	display: flex;
	align-items: center;
	justify-content: center;
}	
h1{
	height: 144px;
	width: 284px;
	background-image: url(../images/photokrista_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h2{
	margin: 5px 0 4px 10px;
}

/*
Portfolio-Start
*/
div.sec-portfolio {
	margin; auto 0;
}
div.sec-portfolio-in{
	display:                 flex;
	display:                 -webkit-flex; /* Safari 8 */
	flex-wrap:               wrap;
	-webkit-flex-wrap:       wrap;         /* Safari 8 */
	justify-content:         center;
	-webkit-justify-content: center;       /* Safari 8 */
}

div.gallery {
	display: inline-block;
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
	border-bottom: solid 3px #FFF;
	transition: border-color 0.3s linear;
    -webkit-transition: border-color 0.3s linear;
}

div.gallery img:hover {
	border-bottom: solid 3px #019fb6;
}

div.desc {
    padding: 15px;
    text-align: center;
}

div.sec-portfolio::after {
    content: "";
    clear: left;
    display: none;
}
#gall_sub{
	width: 100%;
    text-align: center;
}
.gall_sub_sub{
	background-image: url("../images/brake_line-01.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size: 211px 20px;
	padding-bottom: 20px;
	margin-bottom: 3px;
}
.gall_sub_sub:last-child{
	padding-bottom: 0;
	background: none;
}

/*
Portfolio-End
*/

/*
Contac Us-Start
*/


.contact-form-box{
	margin:0;
	padding:0;
	text-align: center;
}
form#contact-form {
	width: 100%;
}

.form-control{
	width: 600px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid gray;
	color: #000;
	font-size: 18px;
	margin-bottom: 1px;
	background: #FAFAFA;
	height: 35px;
}
textarea.form-control{
	height: 120px;
}
.form-control.submit{
	background: #000;
	border-color: transparent;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 35px;
}

/*
Contac Us-End
*/

/*
Footer Start
*/

footer{
	background-image: url(../images/bg-001.jpg);
	font-size: 11px;
	color: white;
	}
.footer-up-100{
	text-align:center;
	padding: 7px 0 7px 0;
	}
.footer-up-101{
	text-align:center;	
	display: none;
	padding: 10px 0 10px 0
	}
.footer-up-13{
	float:left;
	width:33%;
	text-align:center;
	margin: 2px;
	}
.footer-up-13 a img#bann-01{
	background-color:#FFF;
	height:65px;		
	}
.footer-down{
	clear: both;
	text-align:center;
	background-color:#FFFFFF;
	padding: 3px 0 3px 0;
}

/*
Footer Us-End
*/

.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (min-width:401px) and (max-width:650px){
.form-control{
	width: 95%;
	margin-left: 2%;
	margin-right: 2%;
	}
.footer-up-100{
		display:none;
	}
.footer-up-101{
	display: block;
	}
}




@media only screen and (min-width:321px) and (max-width:400px){
	.footer-up-13{
	display:none;
	}
	.site{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	div.gallery {
		width: 280px;
	}
	.form-control{
	width: 95%;
	margin-left: 2%;
	margin-right: 2%;
	}
.footer-up-100{
		display:none;
	}
.footer-up-101{
	display: block;
	}
}




@media only screen and (min-width:32px) and (max-width:321px){
	.site{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	.footer-up-13{
		display:none;
		}
	div.gallery {
		width: 240px;
	}
	
	.form-control{
	width: 95%;
	margin-left: 2%;
	margin-right: 2%;
	}
.footer-up-100{
		display:none;
	}
.footer-up-101{
	display: block;
	}
}