Sindbad~EG File Manager

Current Path : /home/beghelic/public_html/old-yedek/admin/kod/css/
Upload File :
Current File : //home/beghelic/public_html/old-yedek/admin/kod/css/style.css

* {
	font-family: 'Roboto', sans-serif;
	outline: 0;
}

#ac-globalnav {
	position: relative;
	top: inherit;
	margin-top: -48px;
	background-color: #fffffff5;
}

#ac-globalnav .ac-gn-menuicon {
    left: auto;
    right: 0px;
}

#ac-gn-menustate:checked #ac-globalnav .ac-gn-menuicon-bread-crust  {
    background: #fff;
}

#ac-globalnav .ac-gn-menuicon-bread-crust {
    background: #151515;
}

#wowslider-container1 {
	position: relative;
}

#wowslider-container1 .wrap-scroll-slider1 {
	position: absolute;
	z-index: 99;
	bottom: 67px;
	width: 100%;
	height: auto;
	padding-left: 9px;
}

.scroll-slider1::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    top: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.scroll-slider1:hover {
    background-color: rgba(255,255,255,0.3);
}

.scroll-slider1:hover:before {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.scroll-slider1 {
	width: 25px;
	    height: 37px;
	    border: 2px solid #fff !important;
	    border-radius: 15px;
	    padding-top: 8px;
	    justify-content: center;
	    display: grid;
	    margin: 0 auto;

}

@media(min-width:768px){
	#ac-globalnav {
    position: relative;
    top: inherit;
    margin-top: 0px;
    background-color: #fff;
}
}

.tab-menu-area {
	margin-top: 64px;
}


#ac-globalnav .ac-gn-header .ac-gn-link img{
    height: 26px;
}

#ac-globalnav .ac-gn-header .ac-gn-link img.beyaz {
	display: none;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-header .ac-gn-link img.beyaz {
    display: block;
		margin-top: 11px;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-header .ac-gn-link img.siyah {
    display: none;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-top .ac-gn-menuicon-bread-crust  {
	background: #fff !important;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-bottom .ac-gn-menuicon-bread-crust {
  background: #fff !important;
}

.tab-menu-area .tab-content h3{
	border-bottom: 1px solid #8c8c8c;
	font-weight: 200;
	display: inline-flex;
	font-size: 39px;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 21px;
}

.tab-menu-area .tab-content p{
	font-weight: 300;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 22px;
}

.tab-menu-area .nav-tabs {
	border-bottom: 0px !important;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
}

.tab-menu-area .nav-tabs > li > a {
	border: 1px solid #797979 !important;
	border-radius: 0px;
	padding: 5px 9px;
	margin-right: 8px;
	font-size: 14px;
	font-weight: 300;
	color: #4e4d4d;
}


.tab-menu-area .nav-tabs > li.active > a {
	border: 1px solid #797979;
	border-radius: 0px;
	padding: 6px 9px;
	background-color: #4e4d4d;
	margin-right: 8px;
	font-weight: 300;
	color: #fff;
}

.owl-carousel-ss .item {
	position: relative;
}

.owl-carousel-ss .item .box p{
	position: absolute;
	    z-index: 999;
	    color: #fff;
	    font-size: 12.3px;
	    left: 0px;
	    width: 100%;
	    font-weight: 300;
	    bottom: 0px;
	    height: 53px;
	    padding: 0px 15px;
}

.owl-carousel-ss .item .box h2{
	position: absolute;
	z-index: 999;
	color: #fff;
	font-size: 17px;
	left: 0px;
	width: 100%;
	font-weight: 400;
	bottom: 65px;
	padding: 0px 15px;
}


.owl-carousel-ss .item .box h2::after{
	content: "";
     display: block;
     background-color: white;
     width: 200px;
     height: 1px;
     margin-top: 10px;
     margin-left: -15px;

}

.about-us {
	background-color: #000;
	width: 100%;
	padding: 25px 0px;
	margin-top:40px;
}

.about-us h1{
	color: #fff;
	font-weight: 200;
	margin-bottom: 5px;
}

.about-us .uncan {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 12px;
	display: block;
}

.about-us p {
	color: #efefef;
    font-weight: 300;
    font-size: 12.5px;
		    line-height: 19px;
}

.about-us img {
	width: 100%;
}

.about-us .resmobil {
	display: none;
}

@media(max-width:768px){

	.about-us .res-asas p {
		overflow: scroll;
		height: 100px;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 35px;
	}

		

	.about-us h1{
		font-size: 38px;
		width: 44%;
		padding-top: 25px;
		line-height: 40px;
		float: left;
	}

	.about-us .resweb {
		display: none;
	}

	.about-us .resmobil {
		display: block;
    float: left;
    width: 56%;
	}

	.tab-menu-area .nav-tabs > li > a {
		font-size: 13px;
		padding: 5px 5px;
	}

}

.web-gallery .hood{
 text-align: center;
 width: 100%;
 position: relative;
 margin-top: 55px;
}

.web-gallery .hrarea {
	width: 100%;
	display: inline-block;
}

.web-gallery .hood hr {
	width: 50%;
	float: left;
	border-color: #a0a0a0;
}

.web-gallery .hood h1 {
	margin-bottom: 0px;
	font-weight: 200;
	font-size: 41px;
}

.social-media {
	background-color: #f0f0f0;
	padding: 15px 0px;
	width: 100%;
	padding-bottom: 25px;
	text-align: center;
}

.social-media h3 {
	font-weight: 300;
	font-size: 18px;
	margin-top: 20px;
}

.social-media ul {
	padding: 0px;
	margin: 0px auto;
	display: table;
	padding-top: 5px;
}


.social-media ul li {
	list-style: none;
	float: left;
}


.social-media ul li a {
	margin-left: 5px;
	    margin-right: 5px;
	    display: block;
	    font-size: 17px;
	    text-decoration: none !important;
	    color: #656565;
	    width: 34px;
	    border: 1px solid #616161 !important;
	    height: 34px;
	    background-color: #ffffff00;
	    border-radius: 100px;
	    text-align: center;
	    padding-top: 4px;
	}

footer .copyright {
	background-color: #f0f0f0;
	padding: 13px 0px;
	margin-top: 30px;
}

footer .copyright p {
	margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 300;
}

.instagram-area {
	background-image: url(../img/instagram-back.jpg);
	width: 100%;
	padding-top: 25px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
position: relative;
padding-bottom: 25px;
}

.instagram-area .hood{
 text-align: center;
 width: 100%;
 position: relative;
 margin-top: 55px;
}


.instagram-area .item{
 padding: 0px 5px;
 margin-bottom: 15px;
}


.instagram-area .hrarea {
	width: 100%;
	display: inline-block;
}

.instagram-area .hood hr {
	width: 50%;
	float: left;
	border-color: #a0a0a0;
}

.instagram-area .hood h1 {
	margin-bottom: 0px;
	font-weight: 200;
	font-size: 41px;
}

footer {
	padding-top: 40px;
}

footer img.logo {
	width: 90px;
}

footer h3 {
	margin: 0px;
font-size: 18px;
font-weight: 500;
color: #545454;
}

footer h3::after {
	content: "";
	display: block;
	width: 39px;
	height: 1px;
	margin-top: 6px;
	margin-bottom: 5px;
	background-color: #000;
}

footer .menus {
	padding: 0px;
	margin: 0px;
	padding-left: 8px;
}

footer .menus li {
	list-style: none;
}

footer .menus li a{
	color: #333333;
    font-weight: 300;
    font-size: 14px;
    padding: 2px 0px;
    display: block;
    text-decoration: none;
}

footer .log-text {
	color: #3c3c3c;
    font-weight: 300;
    margin-top: 15px;
    font-size: 13.5px;
}

footer .form-area-df {
	padding-left: 8px;
	width: 100%;
}

footer .form-area-df input {
	width: 100%;
	    outline: 0;
	    padding: 8px 7px;
	    border: 1px solid #ccc;
	    margin-top: 7px;
	    margin-bottom: 3px;
	    font-size: 13px;
	    font-weight: 300;
}

footer .form-area-df button {
		background-color: #000;
    padding: 7px 17px;
		font-weight: 300;
		color: #fff;
    border: 1px solid #000;
    margin-top: 7px;
		font-size:14px;
}

footer .contact {
	padding-left: 8px;
	width: 100%;
}

footer .contact p {
	color: #3c3c3c;
    font-weight: 300;
    margin-top: 15px;
    font-size: 13.5px;
}

#wowslider_engine {
	display: none !important;
}

.web-logo{
    padding: 9px 0px;
		border-bottom: 1px solid #dcdcdc;
}

.web-logo img {
    width: 41px;
    display: block;
    margin: 0 auto;
		margin-bottom: -5px;
}

header {
	position: relative;
    z-index: 999999;
    display: inline;
}

#ac-globalnav .ac-gn-link {
	color: #3c3c3c;
}


.norm-page #ac-globalnav {
    margin-top: 0px;
}

@media only screen and (max-width: 767px){
	#ac-globalnav .ac-gn-item-menu .ac-gn-link {
	    color: #fff;
	}
	.web-logo {
	    display: none;
	}

}

#wowslider-container1 {
	margin: 0px !important;
}

.hood-area-df {
	width: 100%;
	background-color: #000;
	display: inline-block;
	padding: 34px 0px;
	text-align: center;
	position: relative;
}

.hood-area-df h1 {
	color: #fff;
	margin: 0px !important;
	padding: 0px !important;
	font-weight: 200;
}

.page-text-area-df {
	padding: 35px 0;
}

.page-text-area-df p {
	padding: 0px;
    font-size: 15px;
    font-weight: 300;
    color: #5a5a5a;
    line-height: 24px;
}

.fancybox-skin {
    border-radius: 0px;
    padding: 0px !important;
}

.df-gallery-ant img {
	width: 100%;
}

.df-gallery-ant .resim {
	padding: 5px;
}


.contact-form h2 {
	font-weight: 300;
	font-size: 19px;
	color: #4a4a4a;
}

.contact-form h2::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #000;
  margin-top: 5px;
  margin-bottom: 15px;
}

.contact-form .form-group {
  padding-left: 0px;
  padding-right: 18px;
}

.contact-form .form-group label {
  font-size: 14px;
  margin-top: 6px;
  color: #313131;
  font-weight: 400;
}

.contact-form .form-group input {
  width: 100%;
  margin-top: 0px;
  outline: 0;
  padding: 8px 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
	font-size: 13px;
}

.contact-form .form-group textarea {
  width: 100%;
  margin-top: 0px;
  outline: 0;
  padding: 8px 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  min-height: 90px;
	font-size: 13px;
}

.contact-form {
  padding-bottom: 40px;
}

.contact-form .form-group button {
  background-color: #3a3a3a;
  border: 0px;
  padding: 8px 50px;
  color: #fff;
  border-radius: 2px;
	font-size:14px;
  outline: 0;
}

.contact-form ul {
  padding: 0;
  margin-top: 21px;
}

.contact-form ul li {
    list-style: none;
    color: #2d2d2d;
    padding: 10px 5px;
    font-size: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.contact-form ul li:last-child {
    border-bottom: 0px;
}

.contact-form ul li:hover {
  background-color: #f5f5f5;
}

.contact-form ul li a{
  text-decoration: none;
  color: #2d2d2d;
}

.contact-form ul h2 {
  font-size: 19px;
}

.contact-form ul h2::after {
  background-color: #000;
}

.contact-form ul li a i{
  color: #545454;
}

.sticy-form-area {
	position: fixed;
	z-index: 997;
	bottom: 0px;
	background-color: #f5f5f5;
	width: 100%;
	padding: 15px 0px;
	border-top: 1px solid #e0e0e0;
	box-shadow: 0px -5px 20px #eae7e7;
}

.sticy-form-area .form-area {
	width: 70%;
	float: left;
}

.sticy-form-area .form-area p{
	font-size: 14px;
	font-weight: 300;
}

.sticy-form-area .form-area input {
	width: 38%;
	float: left;
	margin-right: 1%;
	padding: 6px 6px;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-size: 13px;
	font-weight: 300;
}

.sticy-form-area .form-area button {
	width: 20%;
	float: left;
	padding: 6px 6px;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #131313;
	background-color: #131313;
	font-size: 13px;
	font-weight: 300;
}

.sticy-form-area .wp-area p{
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
}

.sticy-form-area .wp-area a{
	font-size: 15px;
	font-weight: 300;
	margin-top: 5px;
	text-decoration: none;
	color: #000;
}

.sticy-form-area .wp-area {
	width: 30%;
	float: left;
	text-align: center;
}

.page-text-area-df h1, .page-text-area-df h3, .page-text-area-df h2, .page-text-area-df h4 , .page-text-area-df h5 {
	font-weight: 200;
}

.sticy-form-area-mobile {
	display: none;
	position: fixed;
	bottom: 0px;
	height: auto;
	width: 100%;
	z-index: 997;
	background-color: #f5f5f5;
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid #e0e0e0;
	box-shadow: 0px -5px 20px #eae7e7;
}

.sticy-form-area-mobile a {
	font-size: 15px;
	width: 48%;
	display: block;
	float: left;
	text-align: center;
	background-color: #131313;
	color: #fff;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 5px;
	padding: 8px 0px;
}

.sticy-form-area-mobile a:nth-child(2) {
	background-color: #c69c6d;
}

@media(max-width:768px){
	.sticy-form-area {
		display: none;
	}
	.sticy-form-area-mobile {
    display: block;
	}

	body {
		padding-bottom: 57px;
	}
}

gallery-single-section {
  width: 100%;
}

/* isotope items in gallery single section */
@media (max-width: 768px) {
  #gallery-single-section .isotope.col-2 .isotope-item,
  #gallery-single-section .isotope.col-3 .isotope-item,
  #gallery-single-section .isotope.col-4 .isotope-item,
  #gallery-single-section .isotope.col-5 .isotope-item,
  #gallery-single-section .isotope.col-6 .isotope-item {
    width: 50%;
  }
}

.gallery-single-inner {
  position: relative;
}

/* gallery single item
======================= */
.gallery-single-item {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: rgba(138, 138, 138, 0.11);
}

/* gallery single item image */
.gallery-single-item .gs-item-image {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-single-item:hover .gs-item-image,
.iso-height-1 .gallery-single-item:hover .gs-item-image,
.iso-height-2 .gallery-single-item:hover .gs-item-image {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.iso-height-1 .gallery-single-item .gs-item-image,
.iso-height-2 .gallery-single-item .gs-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* gallery single item cover */
.gallery-single-item:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: rotate(64deg);
}

.gallery-single-item:hover:before {
  opacity: .5;
  transform: rotate(64deg) scale(2.5);
}

.gallery-single-item .gs-item-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-single-item:hover .gs-item-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1);
}

.df-gallery-ant .hood-as {
	background-color: white;
	    width: 90%;
	    height: 40px;
	    margin-left: 5%;
	    margin-top: -20px;
	    z-index: 999;
	    position: relative;
	    padding: 10px 10px;
	    text-align: center;
}

.df-gallery-ant .hood-as h1{
	margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 300;
		color: #000;
}

@media (max-width:768px) {
	footer h3 {
    margin-top: 30px;
	}
}

.instagram-area .owl-item a {
	text-decoration: none;
outline: none;
border: none;
display: inline-block;
overflow: hidden;
}

.instagram-area .owl-item img {
	margin-bottom: -34px;
	margin-top: -15px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	background-color: transparent !important;
	position: absolute;
	top: 41%;
	z-index: 999;
	left: 0px;
	font-size: 17px !important;
}

.owl-carousel .owl-nav .owl-next {
	left: inherit;
	right: 0px;
}

.owl-carousel-instagram  .owl-nav [class*=owl-] {
    color: #869791 !important;
		margin-top: -20px;
}

 .owl-carousel-instagram {
	padding: 0px 30px;
}

.owl-carousel .owl-nav .owl-prev::after {
  content: "\f053";
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.owl-carousel .owl-nav .owl-next::after {
  content: "\f054";
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@media(max-width:768px){
	.instagram-area .hood {
	    background-image: url(../img/instagram-back.jpg);
	    width: 100%;
	    padding-top: 25px;
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    text-align: center;
	    position: relative;
	    margin-bottom: 34px;
	}

	.instagram-area {
    background-image: none;
    width: 100%;
    padding-top: 25px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}

}

.home-page-box  {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 70px;
}

.home-page-box .row {
	margin: 0px !important;
}

.home-page-box .md-box {
	text-align: center;
	position: relative;
	z-index: 99;
}

.home-page-box .md-box .simge {
	height: 60px;
	display: block;
	margin: 0 auto;
	width: 60px;
	border: 1px solid #d6d6d6;
	border-radius: 100px;
	text-align: center;
	padding-top: 15px;
	box-shadow: 0px 0px 16px #ccc;
	background-color: #fff;
}


.home-page-box .md-box .simge img{
display: block;
width: 30px;
margin: 0 auto;
}

.home-page-box .md-box h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	margin-top: 14px;
	margin-bottom: 18px;
}

.home-page-box hr {
	width: 100%;
	margin: 0px;
	display: block;
	height: 77px;
	background-color: black;
	border: 0px;
	position: absolute;
	bottom: 0px;
	z-index: 1;
}

@media(max-width:768px){
	.home-page-box hr {
		display: none;
	}

	.home-page-box .md-box h3 {
		color: #000;
		margin-bottom: 40px;
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists