@charset "utf-8";
body {
	
}
header {
	width:100%;
	height:auto;
	background-color:#000000c2;
	
	position:fixed;
	z-index:9999;
}
footer {
	width:100%;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
}
.home-content{
	width:100%;
	height:auto;
}
.logo {
	width:187px;
	height:71px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

.home-content-block-1{
	width:100%;
	height:auto;
	padding-top:50px;
	padding-bottom:50px;
	background-color:#F7F7F7;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.home-content-block-1 img{
	width:100%;
	height:auto;
}

.home-content-block-1 h1{
	border-bottom:1px dashed #000;
	padding-bottom: 1%;
    width: 250px;
	
}


.home-content-block-2{
	width:100%;
	height:auto;
	padding-top:50px;
	padding-bottom:50px;
	background-color:#fff;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;

}

.home-content-block-2 img{
	width:98%;
	height:auto;
	padding:1%;
	
}


.home-content-block-3{
	width:100%;
	height:auto;
	padding-top:50px;
	padding-bottom:50px;
	background-color:#F7F7F7;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;

}

.home-content-block-3 img{
	width:100%;
	height:auto;
	
}
.home-content-block-3 img:hover{
	width:100%;
	height:auto;
	
	
	
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.header-menu {
	float:right;
	width:100%;
	margin-top:10px;
}

.social-media {
	    width: 205px;
    float: right;
    margin-bottom: 15px;
	
}
.big-title {
	width:100%;
	height:auto;
}

.big-title h1 {
	color: #000;
    font-size:25px;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    margin-bottom: 7px;
}
.title-line-img {
	width:100%;
	height:auto;
}
.home-content-text {
    line-height: 30px;
    margin-top: 30px;
    font-size: 16px;
}

a.detail-button {
    color: #000;
    border: 1px solid #000;
    padding: 10px;
	background-image:url(../img/detail-button-bg.png);
	background-repeat:repeat;
	background-size:cover;
}

.video-title {
	width: 100%;
    font-size: 12px;
    height: 70px;
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
}
.footer-about {
	width: 100%;
    color: #333333;
    border-right: solid 1px #000;
    padding: 2%;
	    height: 230px;
}
.footer-logo {
	width:178px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

.footer-about p {
    font-size: 12px;
    line-height: 20px;
}
.footer-site-map {
	width:100%;
	color:#333;
	border-right:solid 1px #000;
	padding:2%;
	padding-top:30px;
	    height: 230px;
}
.footer-site-map ul {
	list-style:none;
	
}
.footer-site-map ul>li>a {
	color: #333;
    line-height: 28px;
    letter-spacing: 3px;
	
	
}
.footer-bulten {
		width:100%;
	color:#333;
	border-right:solid 1px #000;
	padding:2%;
	padding-top:30px;
    height: 230px;		font-size: 12px;
	
}
.footer-bulten-title {
	font-size:22px;
	letter-spacing: 3px;
	    margin-bottom: 10px;
}
.footer-bulten-form {
	width:100%;
	height:auto;
	margin-top:5px;
	
}
.footer-bulten input[type="text"]{
	border-radius: 20px;
    padding: 2%;
    width: 100%;
outline:0;
}

.footer-bulten-form input[type="submit"] {
    background-color: #a32d32;
    color: #fff;
    border: none;
    width: 30px;
    height: 26px;
    border-radius: 30px;
    position: absolute;
    top: 92px;
    left: 231px;
}
.footer-social-media {
	width:100%;
	height:auto;
}
.footer-social-media ul{
	list-style:none;
}
.footer-social-media ul>li>a{
	float:left;
	margin:10px;
	
}
.video-detail-button {
	    margin-top: 20px;
    width: 80%;
    margin-left: 10%;
    padding: 1%;
    text-align: center;
    background-color: #E3E3E3;
    border: 1px solid #C4C4C4;
	border-radius:5px;
}

.video-detail-button a {
	color:#000;
}

.page-background {
	width:100%;
	height:400px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
}
.photo-gallery-list {
	width:100%;
	height:auto;
	margin-top:20px;
}

.photo-gallery-list img {
	    width: 100%;
    /* height: 95px; */
    padding: 3%;
	
}
.team-photos img{
	padding:3%;
	
}
.users-title {
	    width: 100%;
    height: 30px;
    font-size: 13px;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding-top: 6px;
}

.users-title2 {
	    width: 100%;
    height: 30px;
    font-size: 12px;
    color: #000;
    /* background-color: #000; */
    text-align: center;
    padding-top: 6px;
    border-bottom: 1px solid #000;
}

.iletisim-sol {
	width:49%;
	float:left;
	height:auto;
	margin-right:1%;
}

.iletisim-sol b {
	font-weight: bold;
    font-size: 18px;
    color: #000;
}
.iletisim-sol span {
	padding:1%;
	
    line-height: 35px;
}


.iletisim-sol h4 {
	color: #000;
    font-size: 25px;
    font-weight: 700;
}

.iletisim-sag h4 {
	color: #000;
    font-size: 25px;
    font-weight: 700;
}

.iletisim-sag {
	font-family: 'Raleway', sans-serif;
	width:50%;
	float:left;
	height:auto;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	
	.logo {
    width: 187px;
    height: 71px;
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.social-media {
    width: 205px;
    float: none;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.home-content-block-1{
	width:100%;
	height:auto;
	padding-top:103px;
	padding-bottom:50px;
	background-color:#F7F7F7;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.home-content-block-1 img{
	width: 98%;
    padding: 1%;
    height: auto;
}
}
