::selection {
    color: #727271;
    background: #fafafa;
}

::-moz-selection {
    color: #727271;
    background: #fafafa;
}

body::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

body::-webkit-scrollbar-button {
    width: 0 !important;
    height: 0 !important;
}

body::-webkit-scrollbar-thumb {
    background: #c1c1c1 !important;
    border: 0 !important;
}

body::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1 !important;
}

body::-webkit-scrollbar-thumb:active {
    background: #c1c1c1 !important;
}

body::-webkit-scrollbar-track {
    background: #fafafa !important;
    border: 0 !important;
}

body::-webkit-scrollbar-track:hover {
    background: #fafafa !important;
}

body::-webkit-scrollbar-track:active {
    background: #fafafa !important;
}

body::-webkit-scrollbar-corner {
    background: transparent !important;
}

* {
    font-family: 'Poppins', sans-serif;
}

b,
strong,
h1,
h2,
h3 {
    font-weight: 500;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    background: #fafafa;
}

.center {
    margin: 0 auto;
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    box-sizing: border-box;
}

.center2 {
    margin: -15px auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 1215px;
    box-sizing: border-box;
}

.instagrams {
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: 1215px;
    padding: 7.5px;
    box-sizing: border-box;
}

.instagram {
    float: left;
    width: 33.33%;
    padding: 5px 7.5px;
    box-sizing: border-box;
}

.instagram img {
    width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

#loader {
    width: 100%;
    height: 100%;
    background: url(../images/load.svg) center center no-repeat #999999;
    background-size: auto 60px;
    position: fixed;
    z-index: 98;
}

#header {
    width: 100%;
    height: 75px;
    position: relative;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    z-index: 99;
    background: #fff;
    border-top: 5px solid #999999;
    background: #fff;
	position: -webkit-sticky;
	position: sticky;
	top : 0;
}

#logo {
    float: left;
    overflow: hidden;
    height: 75px;
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
}

#logo img {
    float: left;
    height: 55px;
}

ul#mega {
    float: right;
    list-style: none;
    margin: 0;
    height: 80px;
    padding: 0 10px;
    transition: all 0.2s linear;
    position: relative;
    margin-top: -5px;
}

#mega li {
    float: left;
    position: relative;
}

#mega li a {
    color: #555;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    line-height: 75px;
    font-size: 15px;
    text-transform: capitalize;
    border-top: 5px solid rgba(0, 0, 0, 0);
}

#mega li:hover a {
    color: #FF7C00;
    border-top: 5px solid #FF7C00;
}


#mega li.mavi:hover a {
    color: #009ee3;
    border-top: 5px solid #009ee3;
}

#mega li.grp:hover a {
    color: #fff;
    background-color: #FF7C00;
}
#mega li.grp.mavi:hover a {
    color: #fff;
    background-color: #009ee3;
}

#mega div.menu {
    position: absolute;
    top: 75px;
    max-height: 0;
    min-width: 100%;
    background: #FF7C00;
    z-index: 1;
    overflow: hidden;
    transition: height 2s;
    left: 0;
    box-sizing: border-box;
}

#mega .mavi div.menu {
    background: #009ee3;
}

#mega li:hover div.menu {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

#mega li.grp div.menu a,
#mega li.grp:hover div.menu a {
    min-width: 100%;
    display: block;
    color: #fff;
    padding: 0;
    line-height: 40px;
    font-weight: 400;
    transition: all 0.2s linear;
    box-sizing: border-box;
    padding: 0 10px;
    white-space: nowrap;
    text-transform: capitalize;
}

#mega li.grp div.menu a:hover,
#mega li.grp:hover div.menu a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#slide {
    width: 100%;
    height: 420px;
    background: #999999;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}
#slidemini {
    width: 100%;
    height: auto;
	
}
#slidemini a{
	display : block;
    height: auto;
	padding : 20px 0 65px 0;
	background-image:url(../images/slide.jpg);
	background-position: center center;
	background-size : cover;
	color : #ddd;
	text-decoration : none;
}
#slidemini.dus a{
	background-image:url(../images/slidedus.jpg);
	background-position: center center;
	background-size : cover;
}
#slidemini a b{
	color : #fff;
	font-size : 21px;
	display : block;
	line-height : 40px;
}
#slidemini a p{
	display: table-cell;
	vertical-align: middle;
	padding : 0 50px;
	font-size : 14px;
	
}
.yer {
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
    position: relative;
    z-index: 2;
    background: #999999;
	background : linear-gradient(#999999,#888888);

    height: 45px;
    line-height: 45px;
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 12px;
    overflow: hidden;
}

.yer a {
    float: left;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding-right: 20px;
    background: url(../images/right.svg) right 5px center no-repeat;
    background-size: 10px 10px;
    font-size: 12px;
}

.yer a:hover {
    text-decoration: underline;
}

.page .yer b {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

#page {
    width: 100%;
    position: relative;
    z-index: 3;
    color: #fff;
    font-weight: 400;
    min-height: 50%;
    margin-top: -65px;
}

.page {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    z-index: 2;
    padding: 20px 15px;
    color: #222;
    min-height: 50%;
	overflow : hidden;
}

.page_in {
    width: 100%;
    z-index: 2;
    background: #fff;
    min-height: 100%;
    padding-top: 15px;
    line-height: 25px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
}

.page_in a.tg {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    padding-right: 5px;
}

.page h1 {
    margin: 0;
    padding: 0 0 10px 0;
    color: #FF7C00;
    font-size: 17px;
    display: inline-block;
    border-bottom: 2px solid #ccc;
}

body.dus .page h1, body.dus .contact span{
    color: #009ee3;
}

.page b {
    color: #FF7C00;
    font-size: 15px;
}
.page p a {
    color: #FF7C00;
}

.page p a.dgaleri {
    color: #fff;
	background : #009ee3;
	display : inline-block;
	line-height : 35px;
	padding :  0 15px;
	text-decoration : none;
}

.galeri {
    width: 100%;
    padding: 5px 5px 15px 5px;
    box-sizing: border-box;
	background : linear-gradient(#999999,#888888);
}

.galeri b.h1 {
    padding: 10px 0 10px 0;
    margin-left: -5px;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.contact {
    display: block;
    width: 100%;
    padding: 25px 15px 25px 60px;
    box-sizing: border-box;
    background: #fff;
    font-size: 12.5px;
    color: #333;
    text-decoration: none;
    margin-top: 20px;
    border-top: 1px solid #ddd;
	position : relative;
}

.contact:hover {
    background: #fafafa;
    background-size: 55px 55px;
}

.contact b {
    display: block;
    color: #333;
    font-size: 15px;
}

.contact span {
    display: block;
    color: #FF7C00;
    padding : 10px 20px;
	left : 0;
	position : absolute;
	font-size : 40px;
}
#galeri {
    margin: -15px auto;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
    max-width: 1215px;
    box-sizing: border-box;
}

.galeribox {
    float: left;
    width: 25%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 7.5px;
    box-sizing: border-box;
}

.galeribox.hizmet {
    width: 33.33%;
}

.galeribox a.resim {
    width: 100%;
    height: 190px;
    display: block;
    background: #fff;
	background-position : top center;
    background-size: cover;
    overflow: hidden;
    border: 10px solid #fff;
    box-sizing: border-box;
}

body.dus .galeribox.hizmet {
    width: 25%;
}
body.dus .galeribox a.resim {
    width: 100%;
    height: 250px;
    display: block;
    background: #fff;
	background-position : top center;
    background-size:  auto 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.galeribox a.isim {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    display: block;
    color: #333;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    background: #fff;
}

.galeribox:hover a.resim {
    border: 10px solid #FF7C00;
}
body.dus .galeribox:hover a.resim {
    border: 10px solid #009ee3;
}

.galeribox:hover a.isim {
    color: #727271;
}
.galeribox.hizmet:hover a.isim {
    color: #fff;
    background: #FF7C00;
}
body.dus .galeribox.hizmet:hover a.isim {
    background: #009ee3;
}


#footer {
width : 100%;
padding : 30px 0 0 0;
background : #fafafa;
height : auto;
margin-top : 20px;
}
#footer .sosyal {
float : right;
width : 100%;
height : 40px;
max-width : 240px;
text-align : center;
}
#footer .sosyal a {
float : right;
width : 40px;
height : 40px;
display : block;
border-radius : 20px;
text-decoration : none;
margin-left : 10px;
background : #aaa;
}
#footer .sosyal a.facebook {
background : #3B5998;
}
#footer .sosyal a.instagram {
background : #E02C76;
}
#footer .sosyal a.youtube {
background : #FF0000;
}
#footer .sosyal a:hover {
transform: scale(1.1);
}
#footer .sosyal a img {
margin : 0 auto;
width : 20px;
height : 20px;
display : block;
color : #f0f2f5;
margin-top : 10px;
}
#footer .footer .alan {
float : left;
width : 30%;
padding-right : 20px;
padding-left : 50px;
box-sizing : border-box;
}
#footer .footer .alan.bulten {
width : 30%;
text-align : right;
padding-right : 0;
padding-left : 0px;
}
#footer .footer .alan.kurumsal {
width : 40%;
padding-right : 20px;
padding-left : 0px;
}
#footer .footer .alan b {
display : block;
font-size : 17px;
color : #333;
padding : 3px 0;
margin-bottom : 20px;
}
#footer .footer .alan a {
display : block;
padding : 0;
text-decoration : none;
color : #111;
line-height : 25px;
cursor : pointer;
}
#footer .footer .alan a:hover {
color : #f60;
}
#footer .footer .alan p {
margin : 0;
padding : 0;
text-decoration : none;
color : #111;
line-height : 25px;
}

.copyright {
width : 100%;
padding : 20px 0;
background : #eee;
margin-top : 20px;
text-align : left;
}

a.filnet {
    float: right;
    display: block;
    width: 19px;
    height: 25px;
    background: url(../images/filnet.svg) center left no-repeat;
    background-size: auto 25px;
    transition: all 0.2s linear;
}

a.filnet:hover {
    width: 90px;
}

#wht,
#up {
    position: fixed;
    bottom: 110px;
    right: 0;
    background: rgba(160, 160, 160, 1);
    width: 30px;
    height: 30px;
    padding: 10px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.2s linear;
}

#up {
    opacity: 0;
}
#up span{
    color : #fff;
    width: 30px;
    height: 30px;
    font-size: 30px;
}
#up.goster {
    opacity: 0.6;
}

#up.goster:hover {
    opacity: 1;
}

#wht {
    bottom: 60px;
    background: url(../images/wht.svg) center center no-repeat rgba(85, 174, 61, 1);
    background-size: 30px 30px;
}

#wht:hover {
    opacity: 1;
}

b.tags {
    color: #fff;
    font-size: 0px;
    line-height: 0px;
    display: none;
}

#megaac {
    display: none;
}

@media screen and (max-width:1000px) {

	#footer .footer .alan, #footer .footer .alan.kurumsal, #footer .footer .alan.bulten {
	width : 100%;
	border-bottom : 1px solid #ddd;
	padding-bottom : 15px;
	padding-left : 0;
	margin-bottom : 15px;
	}
	#footer .footer .alan.bulten {
	text-align : left;
	border-bottom : 0;
	}
	#footer .sosyal {
	float : left;
	width : auto;
	}
	#footer .sosyal a {
	margin-left: 0px;
	margin-right: 10px;
	}
	#page {
		margin-top: -45px;
	}

    .page {
        box-sizing: border-box;
		padding : 0;
    }
    .instagram {
        width: 50%;
    }
    #header {
        border-top: 0;
    }
    #slide {
        width: 100%;
        height: 320px;
        background: #999999;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 1;
    }
    #megaac {
        float: right;
        width: 65px;
        height: 75px;
        display: block;
        margin-right: -15px;
		overflow : hidden;
    }
    #megaac span {
        width: 65px;
        height: 75px;
        line-height: 75px;
        font-size: 40px;
        color: #727271;
        padding-left: 12px;
        display: none;
    }
    #megaac span.ac {
        display: block;
    }
    #megaac.ac {
        background: #727271;
        height: 75px;
    }
    #megaac.ac span {
        color: #fff;
    }
    ul#mega {
        display: none;
    }
    ul#mega.ac {
        display: block;
        width: 100%;
        position: absolute;
        top: 80px;
        left: 0;
        height: auto;
        min-height: 100%;
        background: #727271;
        line-height: 50px;
        padding: 15px 0;
    }
    ul#mega.ac li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    ul#mega.ac li a {
        line-height: 50px;
        color: #fff;
    }
    .galeribox,
    .galeribox.hizmet {
        width: 50%;
    }
    .galeribox a.resim {
        height: 170px;
    }
    #mega li:hover a {
        color: #727271;
        border-top: 5px solid rgba(0, 0, 0, 0);
    }
    #copyright .center {
        padding: 0 15px;
    }
    #copyright b {
        display : none;
    }
    #mega li:hover div.menu {
        max-height: 0px;
    }
    .page .vizyon {
        width: 100%;
    }
body.dus .galeribox.hizmet {
    width: 50%;
}
body.dus .galeribox a.resim {
    width: 100%;
    height: 200px;
    display: block;
    background: #fff;
	background-position : top center;
    background-size:   cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
}