﻿body {
    background-color: #787878;
    /*font-family: 'Quicksand', sans-serif;
    font-family: 'Poppins', sans-serif;*/
    font-family: 'Muli', sans-serif;
    color: #787878;
    font-size: 18px;
}

html, body {
    margin: 0;
    padding: 0;
    /*height: 100%;*/
    width: 100%;
    color: #000;
}

.nopadding {
    padding: 0;
}

.anasayfatext {
    /*letter-spacing: 3px;
    font-weight: 300;*/
    color: #000 !important;
    font-size: 19px;
    font-weight: 300;
}

.hamburger {
    width: 100%;
    /*padding: 10px 0;*/
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 70px;
    z-index:200;
}

.hamburgerTR {
    width: 100%;
    /*padding: 10px 0;*/
    position: fixed;
    bottom: 0;
    left: 0;
    height: 70px;
}

.page {
    height: 100vh;
}

.mainpageimg {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mainpagetext {
    position: absolute;
    bottom: 17%;
    width: 500px;
    left: 50%;
    margin-left: -247px;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

    .navbar-nav li {
        display: inline-block;
        float: none !important;
        position: relative;
        height: 70px;
    }

.menu .navbar-nav > li > a {
    text-shadow: none;
    color: #000;
    font-size: 14px;
    -webkit-transition: all linear .2s;
    -moz-transition: all .2s linear;
    width: 150px;
    text-align: center;
    font-weight: bold;
    background-color: transparent !important;
    padding-top: 27px;
    padding-bottom: 25px;
}

    .menu .navbar-nav > li > a:hover {
        color: #000;
        /* font-size: 19.5px;
        background-color: #fff !important;*/
    }

.firstt, .second {
    font-size: 12px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all linear .1s;
    -moz-transition: all .1s linear;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 0 20px;
}

.firstt {
    top: 12px;
    -webkit-transition: all linear .1s;
    -moz-transition: all .1s linear;
    height: 15px;
    overflow: hidden;
    font-weight: bold;
}

.second {
    bottom: 12px;
    -webkit-transition: all linear .1s;
    -moz-transition: all .1s linear;
    height: 15px;
    overflow: hidden;
    font-weight: bold;
}

.menu .navbar-nav > li:hover .firstt, .menu .navbar-nav > li:hover .second {
    opacity: 1;
}

.menu .navbar-nav > li:hover .firstt {
    -webkit-transition: all linear .1s;
    -moz-transition: all .1s linear;
    top: 7px;
    font-size: 14px;
}

.menu .navbar-nav > li:hover .second {
    bottom: 7px;
    -webkit-transition: all linear .1s;
    -moz-transition: all .1s linear;
    font-size: 14px;
}

.bg {
    background-image: url(../images/iletisim.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    float: left;
    background-size: cover;
    min-height: 900px;
}

.galeri {
    width: 500px;
    height: 500px;
}

.nextx {
    background-image: url('../images/next.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.prevx {
    background-image: url('../images/prev.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.box {
    position: relative;
    overflow: hidden;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(resources.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);*/
    background-position: center center;
    background-size: auto 100%;
    -webkit-transition: all linear .2s;
    -moz-transition: all .2s linear;
    height:365px\9;
    height:361px \0/;

}
*::-ms-backdrop, .box { height:365px } /* IE11 */
.aciklama {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all linear .4s;
    -moz-transition: all .4s linear;
    overflow: hidden;
}

.spacer {
    width: 100% !important;
    height: 100% !important;
}
.bwWrapper {
    position:relative;
    display:block;
}
.box:hover {
    /*-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: url(resources.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(0);
    filter: grayscale(0%);*/
    cursor: pointer;
    background-size: auto 102%;

}

    .box:hover .aciklama {
        position: absolute;
        z-index: 1;
        bottom: 0;
        padding: 20px;
        height: 90% \0/ !important;
        opacity: 1;
    }
    .ikinciresim {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    display:none;
    -webkit-transition: all linear .2s;
    -moz-transition: all .2s linear;
}
.box:hover .ikinciresim {
    display:block;
}



.aciklama span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.shadow {
    margin: 20px;
    padding-top: 30%;
    height: 375px;
    height: 200px\9;
    height: 200px \0/;



    opacity: 0;
    -webkit-transition: all linear .2s;
    -moz-transition: all .2s linear;
}

.box:hover .shadow {
    opacity: 1;
    height: 335px;
    background-color: rgba(255,255,255,0.8);
}
*::-ms-backdrop, .box:hover .shadow { height:285px } /* IE11 */

.detayarrow {
    margin-top: 60px;
}
/*.box:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: url(resources.svg#desaturate);
        filter: gray;
        -webkit-filter: grayscale(0);
        filter: grayscale(0%);
        cursor: pointer;
        background-size: auto 102%;
    }

        .box:hover .aciklama {
            position: absolute;
            z-index: 1;
            bottom: 0;
            width: 90%;
            height: 90%;
            padding: 20px;
            border: 1px solid #fff;
            left: 18px;
            top: 18px;
            opacity: 1;
        }
            .aciklama {
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 10px;
        border: 1px solid #fff;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: all linear .2s;
        -moz-transition: all .2s linear;
        overflow: hidden;
    }
          .aciklama span {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
.shadow {
    background-color: rgba(255,255,255,0.9);
    margin: 20px;
    padding-top: 30%;
    height: 295px;
    opacity: 0;
    -webkit-transition: all linear .2s;
    -moz-transition: all .2s linear;
}

.box:hover .shadow {
    opacity: 1;
    height: 245px;
}
    */


.first {
    z-index: 150;
    position: relative;
}


.detaycont {
    margin-top: 0;
}

.detaycontiletisim {
    margin-top: 5%;
}

.detay {
    margin: 0 auto;
    float: none !important;
    font-size: 15px !important;
    display:flex;
    height: 100vh;
}

    .detay .col-md-6:last-child {
        float: left;
        position: relative !important;
    }
/*.odaozet {
    font-size: 13px !important;
}*/
.sag-sutun {
     align-items: center;
    display: flex;
    text-align:justify;
-webkit-align-items: center;
-moz-box-align: center;
    flex: 1;
	height:100vh;
	position:relative;
	
}
.biyo {  
    width: 100%;
    height: 700px;
    position: absolute;
    left: 40%;
    top: 30%;
    margin-top: -100px;
    margin-left: -150px;
}
_:-ms-fullscreen, :root .sag-sutun { display:table-cell;vertical-align:middle;}
_:-ms-fullscreen, :root .detay { display:table-cell;vertical-align:middle;}
 .detay {
    display:table\9;
}
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.sag-sutun {
	   display: table-cell;
    vertical-align: middle;
}
.detay {
    display:table;

}
}*/
*::-ms-backdrop,.sag-sutun {
	   display: table-cell;
    vertical-align: middle;
}


.iletisim-detay {
    position: absolute;
    top: 410px;
    text-align: right;
    right: 0;
}

    .iletisim-detay span {
        display: block;
        margin-top: 15px;
    }

        .iletisim-detay span a {
            text-decoration: none;
            color: #000;
        }

        .iletisim-detay span:last-child a {
            text-decoration: underline;
        }

.navbar-toggle {
    border: 1px solid #000 !important;
}

    .navbar-toggle .icon-bar {
        background-color: #000 !important;
    }

.home {
    border: 1px solid #000;
    color: #000;
    font-size: 11px;
    left: 20px;
    padding: 10px 5px;
    position: absolute;
    top: 20px;
    -webkit-transition: all linear .2s;
    -moz-transition: all .2s linear;
}

    .home:hover {
        background-color: #000;
        color: #fff;
        border: 1px solid #000;
        text-decoration: none;
    }

.sayfa {
    margin-bottom: 100px;
    float: left;
    width: 100%;
}

.icerik {
    /*margin-bottom: 100px;*/
    height:900px;
    height: 100vh;
}

.iletisimicerik {
    margin-bottom: 0;
}

.projeler {
    margin-bottom: 90px;
    float: left;
    width: 100%;
}

.half {
    width: 45%;
    display: inline-block;
    float: left;
    margin: 0 15px;
    box-sizing: border-box;
    position: relative !important;
}

.filigran {
    position: absolute;
    left: 0;
    bottom: 27%;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 6em;
    z-index: 1001;
}

#grid[data-columns]::before {
    content: '4 .column.size-1of4';
}

/* These are the classes that are going to be applied: */
.column {
    float: left;
}

.size-1of4 {
    width: 25%;
}
/*.grid-item { width: 25%; }
.grid-item--width2 { width: 50%; }
.grid-item {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}*/
.column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}
_::-webkit-:host:not(:root:root), .box {
  height:360px;
}
_::-webkit-:host:not(:root:root), .box:hover .shadow {
    height: 275px;
}
@media only screen and (min-width: 1682px) {
 .box {
	height:476px \0/;
}
	_:-ms-fullscreen, :root .detay { display:block;}

}

@media only screen and (min-width: 1682px) and (max-width: 1920px) {
    .ilkresim,.ikinciresim {
        width:100%;
    }
	 .box:hover .shadow {
        height: 390px;
    }
	/*_::-webkit-:host:not(:root:root), .box:hover .shadow {
    height: 290px;
	padding-top:20%;
	}*/

		_::-webkit-:host:not(:root:root), .box {
    height: 480px;
	
	}
		_:-ms-fullscreen, :root .detay { display:block;}
_:-ms-fullscreen, :root .box { height:480px;}
}
@media only screen and (min-width: 1681px) {
    .detaycontiletisim {
        margin-top: 10%;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1682px) {
_::-webkit-:host:not(:root:root), .box {
  height:419px;
}
.box {
    height:419px\9;
    height:419px \0/;
	}
	_:-ms-fullscreen, :root .box { height:419px; }
	_:-ms-fullscreen, :root .box:hover .shadow{ height:340px; }
	_:-ms-fullscreen, :root .detay { display:block;}

}
@media only screen and (min-width: 1136px) and (max-width: 1366px) {
    .box {
        height:346px;
    }
      .filigran img {
        width: 170px;
    }

    .detaycontiletisim {
        margin-top: 0;
    }

    .iletisim-detay {
        position: absolute;
        top: 350px;
        text-align: right;
        right: 0;
    }

    .detaycont {
        margin-top: 5px;
    }

    .sayfa {
        margin-bottom: 0;
    }

    .mainpagetext {
        bottom: 15%;
    }

    .mainpageimg {
        /* background-position: center -235px;*/
    }

    .box {
        height: 335px;
    }

        .box:hover .shadow {
            height: 250px;
            padding-top: 22%;
        }

    .detayarrow {
        margin-top: 20px;
    }
}


@media only screen and (min-width: 1001px) and (max-width: 1135px) {
    .box {
        height:346px;
    }
    #ctl00_ContentPlaceHolder1_PanelSayfa {
        margin-bottom: 130px;
        height: 100%;
    }

    .sayfa {
        margin-bottom: 0;
    }

    .detaycontiletisim {
        margin-bottom: 100px;
    }

    .detaycontiletisim {
        margin-top: 5%;
    }

    .iletisim-detay {
        top: 305px;
    }

    .icerik {
        margin-bottom: 0;
    }

    .projeler {
        margin-bottom: 0;
    }

    .filigran {
        left: 5%;
    }

    .box:hover .shadow {
        height: 260px;
        padding-top: 22%;
    }
      #grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}


@media only screen and (min-width: 768px) and (max-width: 1000px) {
 	.biyo {
    width: 100%;
    height: auto;
    position: static !important;
    left: initial !important;
    top: initial !important;
    margin-top: initial !important;
    margin-left: initial !important;
	left: 0\9;
    top:  0\9;
    margin-top: 0\9;
    margin-left: 0\9;
	left: 0 \0/;
    top:  0 \0/;
    margin-top: 0 \0/;
    margin-left: 0 \0/;
}
	_:-ms-lang(x), .biyo {

	left: 0;
    top:  0;
    margin-top: 0;
    margin-left: 0;
}
 .bg {
    background-position: left center;
}
 .menu li a {
        font-size: 15px !important;
        width: auto !important;
    }
.ilkresim, .ikinciresim {
        width:100% !important;
    }
    .home {
        left: 21px;
        top: 20px;
    }

    .box {
        background-size: auto 110%;
    }

        .box:hover {
            background-size: auto 108%;
        }

    .iletisim-detay {
        position: static;
        float: left;
        width: 100%;
    }

    .sayfa {
        margin-bottom: 0;
    }

    .half {
        width: 100%;
        margin: 0;
    }

    .detaycontiletisim {
        margin-bottom: 100px;
    }

    .detaycontiletisim {
        margin-top: 5%;
    }

    .box {
        height: 385px;
    }

        .box:hover .shadow {
            height: 310px;
            padding-top: 22%;
        }

    #grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
	
			.detay .col-md-7 {
		width:100%;
		display:block;
		float:left;
		background-size:100% auto !important;
		max-height:700px;
	}

	 .detay .col-md-5 {
		width:100%;
		float:left;
		display:block;
		margin-top: 40px;
	}
	.detay ,.detay .sag-sutun {
		align-items:initial;
		display:block;
		text-align:justify;
		flex:none;
		height: 500px;
	}
	.detay {
		margin-bottom:40px;
	}
 
}


@media only screen and (min-width:480px) and (max-width: 767px) {
	.biyo {
    width: 100%;
    height: auto;
    position: static !important;
    left: initial !important;
    top: initial !important;
    margin-top: initial !important;
    margin-left: initial !important;
	left: 0\9;
    top:  0\9;
    margin-top: 0\9;
    margin-left: 0\9;
	left: 0 \0/;
    top:  0 \0/;
    margin-top: 0 \0/;
    margin-left: 0 \0/;
}
	_:-ms-lang(x), .biyo {

	left: 0;
    top:  0;
    margin-top: 0;
    margin-left: 0;
}
 	.bg {
    background-position: left center;
}
	.second {
    bottom: 27px;
}
.menu .navbar-nav > li:hover .firstt {
    -webkit-transition: all linear .1s;
    -moz-transition: all .1s linear;
    top: -7px;
    font-size: 14px;
}

.menu .navbar-nav > li:hover .second {
    bottom: 19px;
    -webkit-transition: all linear .1s;
    -moz-transition: all .1s linear;
    font-size: 14px;
}
 .menu li a {
        font-size: 15px !important;
        width: auto !important;
    }

    .home {
        left: 21px;
        top: 3px;
    }

    .box {
        background-size: auto 110%;
    }

        .box:hover {
            background-size: auto 108%;
        }

    .iletisim-detay {
        position: static;
        float: left;
        width: 100%;
    }

    .mainpagetext {
        width: 100%;
        margin-left: -51%;
        text-align: center;
    }

        .mainpagetext div span:first-child {
            letter-spacing: normal !important;
        }

    .sayfa {
        margin-bottom: 0;
    }

    .half {
        width: 100%;
        margin: 0;
    }

    .detaycontiletisim {
        margin-bottom: 100px;
    }

    .detaycontiletisim {
        margin-top: 5%;
    }

    #grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
    .ilkresim, .ikinciresim {
        width:100% !important;
    }
    _::-webkit-:host:not(:root:root), .box {

  height:100%;

}
_::-webkit-:host:not(:root:root), .box:hover .shadow {
    height: 90%;
}
.menu .navbar-nav > li > a {
    padding-top: 17px;
}
.home {
    top: 10px;
}
		.detay .col-md-7 {
		width:100%;
		display:block;
		float:left;
		background-size:100% auto;
		max-height:500px;
	}

	 .detay .col-md-5 {
		width:100%;
		float:left;
		display:block;
		margin-top: 40px;
	}
	.detay ,.detay .sag-sutun {
		align-items:initial;
		display:block;
		text-align:justify;
				font-size: 13px !important;

		flex:none;
	}


}


@media only screen and (max-width:479px) {
	_::-webkit-:host:not(:root:root), .box {
  height:199px !important;
}
	_::-webkit-:host:not(:root:root), .ilkresim {
  height:199px !important;
}
	_::-webkit-:host:not(:root:root), .ikinciresim {
  height:199px !important;
}
	.biyo {
    width: 100%;
    height: auto;
    position: static !important;
    left: initial !important;
    top: initial !important;
    margin-top: initial !important;
    margin-left: initial !important;
	left: 0\9;
    top:  0\9;
    margin-top: 0\9;
    margin-left: 0\9;
	left: 0 \0/;
    top:  0 \0/;
    margin-top: 0 \0/;
    margin-left: 0 \0/;
	margin-bottom: 100px;
}

	_:-ms-lang(x), .biyo {

	left: 0;
    top:  0;
    margin-top: 0;
    margin-left: 0;
}
	.anasayfatext {
    font-size: 13px;
}
	.bg {
    background-position: -129px -100px;
}
	.second {
    bottom: 27px;
}
.menu .navbar-nav > li:hover .firstt {
    -webkit-transition: all linear .1s;
    -moz-transition: all .1s linear;
    top: -7px;
    font-size: 14px;
}

.menu .navbar-nav > li:hover .second {
    bottom: 26px;
    -webkit-transition: all linear .1s;
    -moz-transition: all .1s linear;
    font-size: 14px;
}
    .ilkresim, .ikinciresim {
        width:100% !important;
    }
    .menu li a {
        font-size: 12px !important;
        width: auto !important;

    }
    .menu .navbar-nav > li > a {
    padding-top: 12px;
}
    .hamburger {
    height: 55px;
}
    .home {
       position:static;
       margin:10px 5px;
       float:left;
    }
    .navbar-nav {
        float:left;width:90%;
    }
    .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
    .iletisim-detay {
        position: static;
        float: left;
        width: 100%;
		    
    }

    .mainpagetext {
        width: 100%;
        margin-left: -51%;
        text-align: center;
    }

        .mainpagetext div span:first-child {
            letter-spacing: normal !important;
        }

    .sayfa {
        margin-bottom: 0;
    }

    .half {
        width: 100%;
        margin: 0;
    }

    .detaycontiletisim {
        margin-bottom: 100px;
    }

    .detaycontiletisim {
        margin-top: 5%;
    }

    .filigran img {
        width: 200px;
    }

    #grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }

		.box:hover .aciklama {
    padding:10px;
	font-size:11px;
}
	.box:hover .shadow {
    height: 150px;
	margin:10px;
	padding: 10px;
}
	.box:hover .shadow {
    padding-top: 30px;
	}
.aciklama span {
    font-size: 13px;
}
.detayarrow {
    margin-top: 10px;
    margin-bottom: 5px;
}

/*	_::-webkit-:host:not(:root:root), .box {
  height:180px;
}
_::-webkit-:host:not(:root:root), .box:hover .shadow {
    height: 120px !important;
	font-size:11px;
	   padding:5px;
	margin:5px;
	padding-top:10px;
}
_::-webkit-:host:not(:root:root), .shadow {
	margin:10px;
}
_::-webkit-:host:not(:root:root), .detayarrow {
	margin-top:5px;
	margin-bottom:5px;
}	
_::-webkit-:host:not(:root:root), .shadow {
    padding:5px;
	margin:5px;
}*/

		.detay .col-md-7 {
		width:100%;
		display:block;
		float:left;
		background-size:100% auto;
		max-height:500px;
	}

	 .detay .col-md-5 {
		width:100%;
		float:left;
		display:block;
		margin-top: 40px;
	}
	.detay ,.detay .sag-sutun {
		align-items:initial;
		display:block;
		text-align:justify;
		font-size: 13px !important;
		flex:none;
	}
}
