/* TASARLAYAN GÜNDOĞAR DESİGN */
@charset "utf-8";

/* GOOGLE FONT */
@import url('fonts/Font.css');

/* GOOGLE FONT */
@import url(../plugin/font-awesome/css/fontawesome-all.css);

/* RESET */
* {margin:0px;padding:0px;border:none;outline:none;}
body{
    background: url(../images/backgroundd.png) !important;background-size:cover;background-repeat:no-repeat;background-position:center top;background-color: #f6f6f6 !important;
	
	font-family: 'Raleway', sans-serif !important;
	text-align: justify;
    font-size: 15px;
    color: #4e4e4e;line-height: 1.5;
}	
/* RESET */

/* A */
a{text-decoration:none !important;cursor:pointer;color:#999;transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover,a:focus,a:visited{text-decoration:none !important;outline:none;color:#333;}
a:link {text-decoration: none !important;}
a:hover {text-decoration: none !important;}
a:active {text-decoration: none !important;}
/* A */

/* UL,Lİ */
ul,li{list-style:none;padding:0px;margin-top:0px;margin-bottom:0px;}
/* UL,Lİ */
	
/* SELECTİON */
::selection {background: #000; color:#fff;}
/* SELECTİON */

/* HR */
hr{border: 0 !important;height: 2px !important;background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(234, 234, 234), rgba(0, 0, 0, 0)) !important;margin: 0px 0px 30px !important;}
/* HR */

/* PANEL */
#panel {position: fixed;z-index: 1000;right: -260px;top: 0px;width: 100%;height: 100%;overflow-y: auto;max-width: 260px;background: #404041;padding: 15px;}

/* Panel Mobile Menu */
#panel ul {text-align: center;}
#panel ul li {}
#panel ul li a {font-size: 14px;font-weight: 500;text-transform: uppercase;letter-spacing: 0px;color: #ffffff;text-align: left;float: left;padding: 5px 0;position: relative;width: 100%;transition: all 0.2s linear 0s;}
#panel ul li ul {display: none;}
#panel ul li ul.submenu {float: left;position: relative;width: 100%;display: none;padding: 0px 0 0 15px;background: #fff;}
#panel ul li ul li a {font-size: 15px;font-weight: 500;color: #404041;float: left;padding: 5px 0;position: relative;width: 100%;-webkit-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;display: block;text-transform: unset;text-decoration: none;}
/* Panel Mobile Menu */

/* PANEL */
#page-cnt {position: relative;}
/* PANEL */


/* Header Section */
#header-section{
    position: relative;
    z-index: 999;
    width: 100%;
}

.header-top{
	display:block;
	position: relative;
    background: white;
    border-bottom: 1px solid #f1f1f1;
text-align: center;text-transform: uppercase;width: 100%;line-height: 38px;}
.header-top .main-menu{text-align: right;}
.header-top .main-menu .navbar-collapse{padding:0px; }
.header-top .main-menu .navigation{position:relative;margin:0px;}
.header-top .main-menu .navigation > li{position:relative;display: inline-block;margin-left: 12px;margin-right: 12px;}
.header-top .main-menu .navigation > li > a > i:before{margin-right: 5px;font-size: 16px;}
.header-top .main-menu .navigation > li > a{position: relative;display: block;font-size: 13px;color: #404041;font-weight: 400;text-align: center;text-transform: uppercase;opacity: 1;-webkit-transition: all 500ms ease;}
.header-top .main-menu .navigation > li:hover > a,.main-menu .navigation > li.current > a,
.header-top .main-menu .navbar-collapse > ul li.dropdown.current .dropdown-btn span:before{color: #da8e3c;transition: all 500ms ease;}
.header-top .main-menu .navigation > li:hover > a:after{opacity:1;}
.header-top .main-menu .navigation > li > ul{position:absolute;left:0px;top: 90px;width:220px;padding:0px;z-index:100;display:none;background:#fff;border-top:3px solid #da8e3c;transition:all 1000ms ease;-moz-transition:all 1000ms ease;-webkit-transition:all 1000ms ease;-ms-transition:all 1000ms ease;-o-transition:all 1000ms ease;}
.header-top .main-menu .navigation > li > ul > li{position:relative;width:100%;}
.header-top .main-menu .navigation > li > ul > li:last-child{border-bottom:none; }
.header-top .main-menu .navigation > li > ul > li > a{position:relative;display:block;padding:10px 15px;line-height:28px;font-weight:600;font-size:14px;text-transform:capitalize;color: #222;border-bottom: 1px dashed #da8e3c;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;}
.header-top .main-menu .navigation > li > ul > li:last-child >a{border-bottom: none;}
.header-top .main-menu .navigation > li > ul > li:hover > a{color: #da8e3c;padding:10px 15px 10px 17px;transition:all 500ms ease;}
.header-top .main-menu .navigation > li > ul > li.dropdown:hover > a:after{color:#ffffff;transition:all 500ms ease;  }
.header-top .main-menu .navigation > li.dropdown:hover > ul{visibility:visible;opacity:1;top:100%;transition:all 500ms ease;  }
.header-top .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{display: none;position: absolute;top: 32px;right: -12px;cursor: pointer;}
.header-top .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn span:before{font-size: 15px;color: #222;margin: 0px;}


#header-section .header-bottom{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

#header-section .header-bottom .logo{position: relative;float: left;padding: 15px 0px;margin-top: -50px;background-color: #ffffff;}
#header-section .header-bottom .logo:before {position: absolute;content: '';right: 0px;top: 0px;height: 100%;z-index: 1;width: 50000px;background-color: #ffffff;}
#header-section .header-bottom .logo:after{position: absolute;content: '';right: -85px;z-index: 1;top: 0;border-top: 100px solid #ffffff;border-right: 85px solid transparent;}
#header-section .header-bottom .logo img{width: 175px;position: relative;z-index: 10;margin: 5px auto 0;}



.menu {
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    height: 51px;
    line-height: 48px;
    background: #fff;
	-webkit-box-shadow: 0px 10px 30px 0px #40404121;
    box-shadow: 0px 10px 30px 0px #40404121;



}


.navMenu {-webkit-transition: .4s;-o-transition: .4s;transition: .4s;display:block;}


.navMenu > li {display: inline-block;padding: 0 10px;}
.navMenu > li > a {
	          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s;
	color: #404040;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
    display: block;
}
.navMenu > li > a:before {content: "";-webkit-transition: .4s;-o-transition: .4s;transition: .4s;height: 5px;width: 0;background-color: #d10909;position: absolute;bottom: 0;left: 50%;opacity: 0;}
.navMenu > li:hover a{color: #d10909;}
.navMenu > li:hover a:before, .navMenu > li.active a:before {left: 0;width: 100%;opacity: 1;}

.navMenu > li .submenu {position: absolute;z-index: -1;width: 100%;left: 0;top: 45px;overflow: hidden;-webkit-transition: .6s;-o-transition: .6s;transition: .6s;left: 0;right: 0;background-color: #ffffff !important;    display: none;}
.navMenu > li .submenu:after{content: "";border-bottom: 5px solid #d10909;position: absolute;width: 100%;bottom: 0;left: 0;right: 0;margin: 0 auto;text-align: center;}		
.navMenu > li .submenu .container {position: relative;}
.navMenu > li .submenu ul {width: 350px;float: left;padding-top: 5px;padding-bottom: 5px;}
.navMenu > li .submenu ul li {text-align: left;border-bottom: 1px solid #f5f5f5;}
.navMenu > li .submenu ul li a {position: relative;font-weight: 600;display: block;padding: 0 5px;text-decoration: none;color: #404041;text-transform: uppercase;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.navMenu > li .submenu ul li a:before {content: "";-webkit-transition: .4s;-o-transition: .4s;transition: .4s;height: 5px;width: 0;background-color: #d10909;position: absolute;bottom: 0;left: 50%;opacity: 0;}
.navMenu > li .submenu ul li:hover a{color: #d10909;}
.navMenu > li .submenu ul li:hover a:before, .navMenu > li .submenu ul li:hover a:before {left: 0;width: 100%;opacity: 1;}

.login-panel{
	position: absolute;
    z-index: 9;
    right: 55px;
    top: 10px;
    background: white;
    padding: 5px;
}

.login-panel .tv-button{
	float: left;
    position: relative;
    z-index: 9;
    margin-right: 5px;margin-top: 0px;
}
.login-panel .tv-button img{width: 75px;}

.account {float: left;position: relative;margin: 17px 0;}
.account .account-button{color: #ffffff;background-color: rgb(64, 64, 65);width: 30px;height: 30px;line-height: 26px;border-radius: 100%;}
.account .account-button img{width: 100%;height: 100%;border-radius: 100%;}
.account .account-dropdown {position: absolute;right: 0;opacity: 0;transition: opacity .2s linear;visibility: hidden;top: 50px;width: 150px;box-shadow: 0 0 10px #e1e1e1;background-color: #fff;}
.account .account-dropdown:before {content: "\f0d8";position: absolute;top: -25px;z-index: 1;font-size: 30px;right: 5px;transition: all .3s linear;color: #fff;font-family: 'Font Awesome 5 Free';font-weight: 900;text-shadow: 0 -3px 10px #eee;}
.account .account-dropdown.is_active {opacity: 1;visibility: visible }
.account .account-dropdown li {display: block;width: 100% }
.account .account-dropdown li a {padding: 10px;border-bottom: 1px solid #ececec;display: block;font-weight: 600;text-transform: uppercase;font-size: 13px;width: 100%;text-align: center;}
.account .account-dropdown li:last-child a {border: 0 }

/* Menu Buton */
.mobile-menu {display:none;
    z-index: 9;
    float: left;
    position: relative;
    margin: 20px 0;
    width: 30px;
    height: 25px;
    margin-left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

}
.mobile-menu span {display: block;position: absolute;height: 3px;width: 100%;background: #404041;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
.mobile-menu span:nth-child(1) {top: 0px;}
.mobile-menu span:nth-child(2),
.mobile-menu span:nth-child(3) {top: 9px;}
.mobile-menu span:nth-child(4) {top: 18px;}
.mobile-menu-active .mobile-menu span:nth-child(1) {top: 18px;width: 0%;left: 50%;}
.mobile-menu-active .mobile-menu span:nth-child(2) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);-ms-transform: rotate(45deg);}
.mobile-menu-active .mobile-menu span:nth-child(3) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
.mobile-menu-active .mobile-menu span:nth-child(4) {top: 18px;width: 0%;left: 50%;}
/* Menu Buton */

@media (min-width: 0) and (max-width: 320px){
.navMenu {display:none;}
.header-top .main-menu .navigation{display:none;}
.header-top .main-menu .navbar-collapse{padding:20px; }
.mobile-menu {display:block;}
.login-panel {right: 0;}
.login-panel .tv-button {margin-top: 10px;}
.login-panel .tv-button img {width: 50px;}
#header-section .header-bottom .logo img {width: 150px;margin: 10px auto 0;}
}
@media (min-width: 320px) and (max-width: 375px){
.navMenu {display:none;}
.header-top .main-menu .navigation{display:none;}
.header-top .main-menu .navbar-collapse{padding:20px; }
.mobile-menu {display:block;}
.login-panel {right: 0;}
.login-panel .tv-button {margin-top: 10px;}
.login-panel .tv-button img {width: 50px;}
#header-section .header-bottom .logo img {width: 150px;margin: 10px auto 0;}
.header-top {border-bottom: 0px solid #f1f1f1;}
}
@media (min-width: 375px) and (max-width: 425px){
.navMenu {display:none;}
.header-top .main-menu .navigation{display:none;}
.header-top .main-menu .navbar-collapse{padding:20px; }
.mobile-menu {display:block;}
.login-panel {right: 0;}
.login-panel .tv-button {margin-top: 10px;}
.login-panel .tv-button img {width: 50px;}
#header-section .header-bottom .logo img {width: 150px;margin: 10px auto 0;}
.header-top {border-bottom: 0px solid #f1f1f1;}
}
@media (min-width: 425px) and (max-width: 768px){
.navMenu {display:none;}
.header-top .main-menu .navigation{display:none;}
.header-top .main-menu .navbar-collapse{padding:20px; }
.mobile-menu {display:block;}
.login-panel {right: 0;}
.login-panel .tv-button {margin-top: 10px;}
.login-panel .tv-button img {width: 50px;}
#header-section .header-bottom .logo img {width: 150px;margin: 10px auto 0;}
.header-top {border-bottom: 0px solid #f1f1f1;}
}
@media (min-width: 768px) and (max-width: 1024px){
.navMenu {display:none;}
.header-top .main-menu .navigation{display:none;}
.header-top .main-menu .navbar-collapse{padding:20px; }
.mobile-menu {display:block;}
.login-panel {right: 0;}
.login-panel .tv-button {margin-top: 10px;}
.login-panel .tv-button img {width: 50px;}
#header-section .header-bottom .logo img {width: 150px;margin: 10px auto 0;}
.header-top {border-bottom: 0px solid #f1f1f1;}
}
@media (min-width: 1024px) and (max-width: 1265px){
.mobile-menu {display:none;}
.navMenu {margin-right: 50px;}
.navMenu > li {padding: 0 5px;}
.navMenu > li > a {font-size: 12px;}
.login-panel {right: 1px;}
.login-panel .tv-button {margin-top: 12px;}
.login-panel .tv-button img {width: 45px;}
}


/* Header Section */

/* Section Title */
.section-title {margin-top: 5px;margin-bottom: 40px;padding-bottom: 10px;position: relative;font-size: 24px;text-transform: capitalize;color: #525b6e;font-weight: 600;}
.section-title:before {width:50px;z-index:1;background-color: #d10909;}
.section-title:after {right:0;background-color:#e6e6e8;}
.section-title:before, 
.section-title:after {position: absolute;content: "";bottom: -10px;left: 0;height: 2px;} 
.section-title.title {margin-bottom:45px;}
.read-more {margin-bottom: -21px;position: relative;bottom: 43px;float: right;text-align: right;background: #f2f2f2;padding-right: 0;padding-left: 25px;-webkit-box-shadow: 0px 0px 10px 0px #f2f2f2;-moz-box-shadow: 0px 0px 10px 0px #f2f2f2;-o-box-shadow: 0px 0px 10px 0px #f2f2f2;box-shadow: 0px 0px 10px 0px #f2f2f2;}
.read-more a {font-size: 14px;font-weight: 500;text-transform: uppercase;color: #404041;}
/* Section Title */

/* Reklam Ust Section */
#reklamust-section{padding: 50px 0px 0px 0px;margin: 0 auto;text-align: center;margin-bottom: 5px;position: relative;z-index: 9;}	
#reklamust-section .content{position:relative;}
#reklamust-section .content a {}
#reklamust-section .content a img{width: auto;max-width: 100%;display: inline-block !important;}
@media (min-width: 0) and (max-width: 425px){#reklamust-section .content a img{width: 100%;}}
/* Reklam Ust Section */

/* Reklam Kare Section */
#reklamkare-section{margin-bottom: 30px;}	
#reklamkare-section .content{position: relative;text-align: center;}
#reklamkare-section .content a {}
#reklamkare-section .content a img{width: auto;max-width: 100%;display: inline-block !important;margin: 0 auto;text-align: center;}
@media (min-width: 0) and (max-width: 375px){#reklamkare-section .content a img{width: 100%;}}
/* Reklam Kare Section */

/* Reklam Alt Section */
#reklamalt-section{padding: 50px 0px 0px 0px;margin: 0 auto;text-align: center;margin-bottom: 30px;}	
#reklamalt-section .content{position:relative;}
#reklamalt-section .content a {}
#reklamalt-section .content a img{width: auto;max-width: 100%;display: inline-block !important;}
@media (min-width: 0) and (max-width: 425px){#reklamalt-section .content a img{width: 100%;}}
/* Reklam Alt Section */

/* Slider Section */
#slider-section {width: 100%;padding: 30px 0;}
#slider-section .dergiarsiv {width: 100%;}
#slider-section .dergiarsiv .item{float: left;display: inline-block;margin-right: 40px;}
#slider-section .dergiarsiv .item .content{background-size: cover;background-repeat: no-repeat;width: 160px;height: 232px;clear: both;display: block;-webkit-box-shadow: 0px 2.5px 5px 0px #aaa;-moz-box-shadow: 0px 2.5px 5px 0px #aaa;-o-box-shadow: 0px 2.5px 5px 0px #aaa;box-shadow: 0px 2.5px 5px 0px #aaa;}
#slider-section .dergiarsiv .item:nth-child(2){margin-right:0px;}
#slider-section .dergiarsiv .item p{text-align: center;font-size: 15px;font-weight: 600;padding: 20px 0;margin-top: 0;}
#slider-section .dergiarsiv .buttonbu{background: #d10909;color: #ffffff;padding: 10px 0;text-align: center;margin: 0 auto;width: 100%;display: block;clear: both;-webkit-box-shadow: 0px 2.5px 5px 0px #aaa;-moz-box-shadow: 0px 2.5px 5px 0px #aaa;-o-box-shadow: 0px 2.5px 5px 0px #aaa;box-shadow: 0px 2.5px 5px 0px #aaa;}
@media screen and (max-width: 320px){#slider-section .dergiarsiv .item .content{width: 123px !important;height: 176px !important;}}
@media screen and (max-width: 375px){#slider-section .dergiarsiv .item .content{width: 150px;height: 214px;}}
@media screen and (max-width: 768px){#slider-section .col-md-4{margin: 0 auto;text-align: -webkit-center;}#slider-section .dergiarsiv .item{float: none;}}
@media screen and (max-width: 1024px){#slider-section .dergiarsiv .item{margin-right: 15px;}#slider-section .dergiarsiv .item .content{width: 139px;height: 199px;}}
#slider-section .flexslider{margin-bottom: 30px;padding: 0;background: #fff;position: relative;zoom: 1;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;overflow: hidden;-webkit-box-shadow: 0px 2.5px 5px 0px #aaa;-moz-box-shadow: 0px 2.5px 5px 0px #aaa;-o-box-shadow: 0px 2.5px 5px 0px #aaa;box-shadow: 0px 2.5px 5px 0px #aaa;}
#slider-section .flex-direction-nav a:before {font-size: 14px;color: #1f2223;}
#slider-section .flex-direction-nav .flex-prev {right: 50px;}
#slider-section .flex-direction-nav a {opacity: 1;width: 44px;line-height: 44px;background: #fff;padding: 0 20px;position: absolute;left: 0;right: 0;margin: 0 auto 10px;text-align: center;}
#slider-section .flex-direction-nav a:hover {background: #ccc;}
#slider-section .flex-direction-nav .flex-next {left: 50px;}
#slider-section .flexslider .slides{}
#slider-section .flexslider .slides img{object-fit: cover;}
/* Slider Section */

/* Menüler Section */
#dergivekategoriler-section{overflow: hidden;}
#dergivekategoriler-section .editor {margin-bottom: 30px;background-size: cover;background-repeat: no-repeat;color: #404041;width: 100%;height: 250px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: 0px 2.5px 5px 0px #aaa;-moz-box-shadow: 0px 2.5px 5px 0px #aaa;-o-box-shadow: 0px 2.5px 5px 0px #aaa;box-shadow: 0px 2.5px 5px 0px #aaa;}
#dergivekategoriler-section .editor .metin {position: relative;padding: 5px 10px;font-size: 15px;width: 100%;background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(255, 255, 255, 0.91) 60%, rgba(255, 255, 255, 0.9) 0%);height: 100%;z-index: 1;color: #555;font-weight: 500;}	
#dergivekategoriler-section .editor .metin p{float: right;width: 160px;line-height: 30px;text-align: right;}	
#dergivekategoriler-section .editor .metin .btn-detay {position: absolute;bottom: 5px;right: 5px;display: block;font-size: 15px;text-transform: uppercase;-webkit-transition: .4s;-o-transition: .4s;transition: .4s;text-align: right;color: #404041;}
#dergivekategoriler-section .editor .metin .btn-detay i {color: #d10909;font-size: 15px;vertical-align: middle;margin-left: 5px;margin-top: -3px;-webkit-transition: .4s;-o-transition: .4s;transition: .4s;}
#dergivekategoriler-section .editor .metin .btn-detay:hover i{margin-left: 10px;}	
#dergivekategoriler-section .menubox {width: 100%;height: 250px;clear: both;position: relative;text-align: center;overflow: hidden;margin: 0 10px 10px 10px;-webkit-box-shadow: 0px 2.5px 5px 0px #aaa;-moz-box-shadow: 0px 2.5px 5px 0px #aaa;-o-box-shadow: 0px 2.5px 5px 0px #aaa;box-shadow: 0px 2.5px 5px 0px #aaa;}
#dergivekategoriler-section .menubox:before{animation: zoom-img 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;position: absolute;left: 0;top: 0;height: 100%;width: 100%;background-color: rgba(0,0,0,.20);content: "";}
#dergivekategoriler-section .menubox .text {background: #fff;width: 100%;height: 50px;top: 110px;left: 0;right: 0;padding: 15px 0;text-align: center;margin: 0 auto;position: absolute;color: #000;opacity: .9;}
#dergivekategoriler-section .menubox .text h3 {text-transform: uppercase;color: #222;font-size: 16px;font-weight: 600;margin-top: 0;margin-bottom: 0;}
#dergivekategoriler-section .dunya-seyahat-bg:before{background: url(../images/menuler/dunya-seyahat.jpg);background-size: cover;background-position: bottom;background-repeat: no-repeat;}
#dergivekategoriler-section .turkiye-seyahat-bg:before{background: url(../images/menuler/turkiye-seyahat.jpg);background-size: cover;background-position: bottom;background-repeat: no-repeat;}
#dergivekategoriler-section .kultur-sanat-bg:before{background: url(../images/menuler/kultur-sanat.jpg);background-size: cover;background-position: bottom;background-repeat: no-repeat;}
#dergivekategoriler-section .hayat-aktuel-bg:before{background: url(../images/menuler/hayat-aktuel.jpg);background-size: cover;background-position: bottom;background-repeat: no-repeat;}
#dergivekategoriler-section .muze-bg:before{background: url(../images/menuler/muze.jpg);background-size: cover;background-position: bottom;background-repeat: no-repeat;}
#dergivekategoriler-section .koleksion-bg:before{background: url(../images/menuler/koleksion.jpg);background-size: cover;background-position: bottom;background-repeat: no-repeat;}
#dergivekategoriler-section .roportaj-bg:before{background: url(../images/menuler/roportaj.jpg);background-size: cover;background-position: bottom;background-repeat: no-repeat;}
#dergivekategoriler-section .guncel-haber-bg:before{background: url(../images/menuler/sanat-haber.jpg);background-size: cover;background-position: bottom;background-repeat: no-repeat;}
#dergivekategoriler-section .mekan-tanitim-bg:before{background: url(../images/menuler/mekan-tanitim.jpg);background-size: cover;background-position: bottom;background-repeat: no-repeat;}
#dergivekategoriler-section .dunya-kazan-bg:before{background: url(../images/menuler/dunya-kazan.jpg);background-size: cover;background-position: bottom;background-repeat: no-repeat;}
#dergivekategoriler-section .editorden-bg:before{background: url(../images/menuler/editorden.jpg);background-size: cover;background-position: bottom;background-repeat: no-repeat;}
@keyframes zoom-img{0%{opacity:0}100%{opacity:1;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}}
/* Owl Thema */
#dergivekategoriler-section .owl-controls .owl-nav {position: absolute;top: -40px;right: 0px;text-align: right;background: #f2f2f2;padding-right: 0;padding-left: 25px;-webkit-box-shadow: 0px 0px 10px 0px #f2f2f2;-moz-box-shadow: 0px 0px 10px 0px #f2f2f2;-o-box-shadow: 0px 0px 10px 0px #f2f2f2;box-shadow: 0px 0px 10px 0px #f2f2f2;}
#dergivekategoriler-section .owl-controls .owl-nav .owl-prev,
#dergivekategoriler-section .owl-controls .owl-nav .owl-next {background: #f2f2f2;display: inline-block;}
#dergivekategoriler-section .owl-controls .owl-nav .owl-next {padding-left: 25px;}
/* Menüler Section */

/* Page Background Title Section */
#page-background{position: relative;z-index: 0;clear: both;position: relative;margin-top: -20px;padding: 40px 0 120px 0;text-align: center;overflow: hidden;margin-bottom: 30px;}
#page-background:before{position: absolute;left: 0;top: 0;height: 100%;width: 100%;background-color: rgba(0,0,0,.20);content: "";}
#page-background:after{position: absolute;left: 0;top: 0;height: 100%;width: 100%;background-image: url(../images/pattern.png);background-repeat: repeat;content: "";}


#page-background.editorden-bg:before{background: url(../images/pagetitle/editorden.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.basindabiz-bg:before{background: url(../images/pagetitle/basindabiz.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.blog-bg:before{background: url(../images/pagetitle/blog.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.arsiv-bg:before{background: url(../images/pagetitle/arsiv.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.yazarlar-bg:before{background: url(../images/pagetitle/yazarlar.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.hakkimizda-bg:before{background: url(../images/pagetitle/hakkimizda.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.kunye-bg:before{background: url(../images/pagetitle/kunye.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.iletisim-bg:before{background: url(../images/pagetitle/iletisim.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}

#page-background.kosebucak-tv-bg:before{background: url(../images/pagetitle/kosebucak-tv.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.dunya-kazan-bg:before{background: url(../images/pagetitle/dunya-kazan.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}

#page-background.dunya-seyahat-bg:before{background: url(../images/menuler/dunya-seyahat.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.turkiye-seyahat-bg:before{background: url(../images/menuler/turkiye-seyahat.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.kultur-sanat-bg:before{background: url(../images/menuler/kultur-sanat.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.hayat-aktuel-bg:before{background: url(../images/menuler/hayat-aktuel.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.muze-bg:before{background: url(../images/menuler/muze.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.koleksion-bg:before{background: url(../images/menuler/koleksion.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.roportaj-bg:before{background: url(../images/menuler/roportaj.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.guncel-haber-bg:before{background: url(../images/menuler/sanat-haber.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
#page-background.mekan-tanitim-bg:before{background: url(../images/menuler/mekan-tanitim.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}

#page-background.portfolyo-bg:before{background: url(../images/menuler/portfolyo.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
/* Page Background Title Section */

/* Page Detail */
#page-detail {margin-top: -95px;}
#page-detail .contents{padding: 15px;width: 100%;position: relative;z-index: 1;background: #fff;box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);clear: both;display: inline-block;}
#page-detail .contents:after,#page-detail .contents:before {box-shadow: 0 -4px 8px rgba(110, 131, 152, .08);content: '';position: absolute}
#page-detail .contents:after {background: hsla(0, 0%, 100%, .8);left: 5px;top: -5px;z-index: -1;width: calc(100% - 10px);height: 5px;}
#page-detail .contents:before {background: hsla(0, 0%, 100%, .6);left: 10px;top: -10px;z-index: -2;width: calc(100% - 20px);height: 5px;}

/* Pagination */
#page-detail .contents .page-nav{text-align: center;padding: 30px 0 0 0;clear: both;}
#page-detail .contents .page-nav .detay{font-size: 15px;font-weight: 400;color: rgba(120, 130, 140, 0.34);}
#page-detail .contents .page-nav .detay b{font-weight: 600;font-family: sans-serif;}

#page-detail .contents .page-title{text-align: center;background: #fff;color: #272727;text-transform: uppercase;border-bottom: 1px solid #ddd;margin-bottom: 10px;display: flex;}
#page-detail .contents .page-title h1{margin: -5px auto 0px;font-size: 20px;line-height: 40px;text-transform: uppercase;border-bottom: 2px solid #d10909;}
/* Page Detail */

/* Blog Sayfası */
#bloggs-detail{}
#bloggs-detail .images{width: 350px;height: 350px;float: left;display: inline-block;margin: 0 15px 0 0;}
#bloggs-detail .images img{width: 100%;height: 100%;object-fit: cover;}
@media only screen and (max-width: 500px){#bloggs-detail .images{width: 100%;height: 215px;}}

#bloggs-detail .icerikleryazilir{padding-bottom: 30px;display: block;}
#bloggs-detail .icerikleryazilir p{color: #757575;font-weight: 400;}

#bloggs-detail .actions{width: 100%;clear: both;display: block;padding-top: 10px;}
#bloggs-detail .actions .yazifoto{text-align: center;border-top: 1px solid #ddd;padding-top: 10px;}
#bloggs-detail .actions .yazifoto p{font-size: 13px;font-weight: 400;color: #aaa;}
#bloggs-detail .actions .yazifoto p b{font-weight: 500;font-size: 15px;color: #555;}

.blog-box {margin-bottom: 30px;width: 100%;position: relative;}
.blog-box .images {width: 100%;height: 300px;position: relative;overflow: hidden;}
.blog-box .images img {width: 100%;height: 300px;object-fit: cover;}
.blog-box .images:before {content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background-color: #000;opacity: 0;z-index: 0;-webkit-transition: .6s;-o-transition: .6s;transition: .6s;}
.blog-box:hover .images:before{opacity: 0.4;}
.blog-box .images .detail {position: absolute;bottom: 0;left: 0;z-index: 1;height: 100%;width: 100%;}
.blog-box .images .detail .date {display: none;background-color: #d10909;color: #fff;font-size: 12px;font-weight: 500;padding: 7px 10px;float: left;clear: right;position: absolute;left: 0;bottom: 0;}
.blog-box .images .detail .more {float: left;clear: both;font-size: 14px;color: #000;background-color: #f5f5f5;font-weight: 600;padding: 10px 10px;bottom: 31px;left: -150px;position: absolute;}
.blog-box:hover .images .detail .more {left: 0;}
.blog-box .info {width: 100%;margin-top: 10px;text-align: center;}
.blog-box .info h4 {font-size: 15px;font-weight: 600;margin-bottom: 10px;
    height: 50px;margin-top: 0;}
.blog-box .info h4:hover {font-size: 15px;font-weight: 600;margin-bottom: 10px;margin-top: 0;}
.blog-box .info p {margin-bottom: 0;font-size: 13px;line-height: 1.3;color: #999;}

.arsiv-box {
margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.arsiv-box .images {
	width: 100%;
    height: 354px;
    position: relative;
    overflow: hidden;}
.arsiv-box .images img {
	object-fit: cover;
    width: 100%;
    height: 354px;
}
.arsiv-box .images:before {content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background-color: #000;opacity: 0;z-index: 0;-webkit-transition: .6s;-o-transition: .6s;transition: .6s;}
.arsiv-box:hover .images:before{opacity: 0.4;}
.arsiv-box .images .detail {position: absolute;bottom: 0;left: 0;z-index: 1;height: 100%;width: 100%;}
.arsiv-box .images .detail .date {background-color: #d10909;color: #fff;font-size: 12px;font-weight: 500;padding: 7px 10px;float: left;clear: right;position: absolute;left: 0;bottom: 0;}
.arsiv-box .images .detail .more {float: left;clear: both;font-size: 14px;color: #000;background-color: #f5f5f5;font-weight: 600;padding: 10px 10px;bottom: 31px;left: -150px;position: absolute;}
.arsiv-box:hover .images .detail .more {left: 0;}
.arsiv-box .info {width: 100%;margin-top: 10px;text-align: center;}
.arsiv-box .info h4 {font-size: 15px;font-weight: 600;margin-bottom: 10px;margin-top: 0;}
.arsiv-box .info h4:hover {font-size: 15px;font-weight: 600;margin-bottom: 10px;margin-top: 0;}
.arsiv-box .info p {margin-bottom: 0;font-size: 13px;line-height: 1.3;color: #999;}
/* Blog Sayfası */

/* Editörden Sayfası */
#editor-detail{}
#editor-detail .images{width: 200px;height: 225px;text-align: center;display: inline-block;margin: 0 15px 0px 0;float: left;}
#editor-detail .images img{width: 150px;height: 150px;border-radius: 100%;object-fit: cover;margin: 0 auto;text-align: center;box-shadow: 0px 1px 5px #999;}
@media only screen and (max-width: 500px){#editor-detail .images{width: 100%;}}
#editor-detail .actions{width: 100%;clear: both;display: block;padding-top: 10px;}
#editor-detail .actions .yazifoto{text-align: center;border-top: 1px solid #ddd;padding-top: 5px;}
#editor-detail .actions .yazifoto p{font-size: 13px;font-weight: 400;color: #aaa;}
#editor-detail .actions .yazifoto p b{font-weight: 500;font-size: 15px;color: #555;}

#editor-detail .icerikleryazilir{padding-bottom: 30px;display: block;}
#editor-detail .icerikleryazilir p{color: #757575;font-weight: 400;}
/* Editörden Sayfası */

/* Basında Biz Sayfası */
#basindabiz-detail{}
#basindabiz-detail .images{width: 350px;height: 350px;float: left;display: inline-block;margin: 0 15px 0 0;}
#basindabiz-detail .images img{width: 100%;height: 100%;object-fit: cover;}
@media only screen and (max-width: 500px){#basindabiz-detail .images{width: 100%;height: 215px;}}

#basindabiz-detail .icerikleryazilir{padding-bottom: 30px;display: block;}
#basindabiz-detail .icerikleryazilir p{color: #757575;font-weight: 400;}
/* Basında Biz Sayfası */

/* Künye Sayfası */
#kunyeitem{padding-top: 10px;}
#kunyeitem .content{text-align: center;margin-bottom:20px;}
#kunyeitem .content label{width: 100%;font-weight: 400;font-size: 18px;border-bottom: 1px solid #f5f5f5;margin-bottom: 15px;padding-bottom: 10px;}
#kunyeitem .content p{font-size: 16px;margin: 0 0 10px 0;color: #aaa;font-weight: 400;}
/* Künye Sayfası */

/* Footer Section */
#footer-section {box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);font-size: 15px;text-align: center;color: #999;font-weight: 500;background: #fff;}

/* Social Buttons */
#footer-section .social {width: 100%;padding: 10px 0;}
#footer-section .social ul {list-style: none;}
#footer-section .social ul li {
	    width: 50px;
    max-width: 15.5%;
    display: inline-block;
    line-height: 32px;
}
#footer-section .social ul li.twitter a {background: #00aced;}
#footer-section .social ul li.facebook a {background: #3b5998;}
#footer-section .social ul li.linkedin a {background: #007bb6;}
#footer-section .social ul li.google a {background: #dd4b39;}
#footer-section .social ul li.youtube a {background: #bb0000;}
#footer-section .social ul li.instagram a {background: #517fa4;}
#footer-section .social ul li a {width: 100%;height: 45px;display: block;text-align: center;float: right;padding: 10px 0;}
#footer-section .social ul li a i {color: #fff;font-size: 20px;}

#footer-section .logo{padding: 0;}
#footer-section .logo img{width: 200px;margin-bottom: 20px;}
#footer-section .logo p{font-size: 12px;font-weight: 500;color: #999;}
/* Copyrights */
#footer-section .copyrights {border-top: 1px solid rgba(0, 0, 0, 0.09);padding: 15px 0 0 0;font-size: 12px;margin-top: 10px;}
/* Design */
#footer-section .design{letter-spacing: 3px;font-size: 10px;color: #ccc;text-transform: uppercase;padding: 0 0 15px 0;}
#footer-section .design i{color: #9d0a0e;font-size: 11px;}
#footer-section .design img{width: 75px;}
/* Footer Section */



/* Paylaş Plugin */
.share{position: absolute;z-index: 1;top: 0;left: -45px;width: 45px;height: 100%;text-align: center;float: left;background: white;-webkit-box-shadow: 5px 0 10px 0px #40404112;-moz-box-shadow: 5px 0 10px 0px #40404112;-o-box-shadow: 5px 0 10px 0px #40404112;box-shadow: 5px 0 10px 0px #40404112;}
.share ul{position: -webkit-sticky;position: -moz-sticky;position: -ms-sticky;position: -o-sticky;position: sticky;top: 0}
.share a{display: block;width: 100%;padding: 10px 0;font-size: 20px;}
.share a:hover{background-color: #555;color: #fff;}
.share .facebook{color:#447bc6}
.share .twitter{color:#55acee}
.share .whatsapp{color:#02b875}
.share .google{color:#e7403c}
.share .pinterest{color:#c33}
.share .linkedin{color:#0077B5}
.share .tumblr{color: #34465d}
.share .mailto{color: #607D8B}
.share .print{color:#607D8B}
.share .smallest{color:#607D8B}
.share .biggest{color:#607D8B}
@media only screen and (max-width: 1050px){.share{display:none !important;}}
@media only screen and (min-width: 1051px){.share-mobile{display:none !important;}}
.share-mobile{display:block;position: relative;width: 100%;height: 45px;text-align: center;clear: both;}
.share-mobile ul{}
.share-mobile ul li{float: left;width: 11.11%;}
.share-mobile ul li a{display: block;width: 100%;padding: 10px 0;font-size: 20px;}
.share-mobile ul li a:hover{background-color: #555;color: #fff;}
.share-mobile .facebook{color:#447bc6}
.share-mobile .twitter{color:#55acee}
.share-mobile .whatsapp{color:#02b875}
.share-mobile .google{color:#e7403c}
.share-mobile .pinterest{color:#c33}
.share-mobile .linkedin{color:#0077B5}
.share-mobile .tumblr{color: #34465d}
.share-mobile .mailto{color: #607D8B}
.share-mobile .print{color:#607D8B}

/* Paylaş Plugin */

/* Dünya Kazan Biz Kepçe */
.galeri-box{position: relative;overflow: hidden;width: 100%;height: 300px;transition: all .4s ease-in-out;margin-bottom: 30px;}
.galeri-box:hover{-webkit-transform: translateY(-3px);transform: translateY(-3px);}
.galeri-box .image{}
.galeri-box .image img{width: 100%;height: 300px;object-fit: cover;-webkit-transform: rotate(0deg) scale(1.4);transform: rotate(0deg) scale(1.4);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.galeri-box .overlay {background: rgba(0, 0, 0, 0.57);position: absolute;top: 0;overflow: hidden;height: 100%;width: 100%;opacity: 0;transition: all .4s ease-in-out;}
.galeri-box .overlay .content {position: absolute;width: 100%;bottom: 0;padding: 5px 15px;-webkit-transform: translateY(-10px);transform: translateY(-10px);transition: all .4s ease-in-out;}
.galeri-box .overlay .content h3{font-size: 15px;font-weight: 500;text-transform: uppercase;color: #fff;text-align: left;}
.galeri-box:hover .overlay {opacity: 1;}
.galeri-box:hover .overlay .content, .galeri-box:hover {-webkit-transform: translateY(0);transform: translateY(0);}
.galeri-box:hover .image img{-webkit-transform: rotate(0) scale(1);transform: rotate(0) scale(1);}
/* Dünya Kazan Biz Kepçe */


/* İletişim Sayfası */
.iletisimsayfasi{}
.iletisimsayfasi .bilgiler{width: 100%;position: relative;margin-bottom: 30px;display: inline-block;clear: both;}
.contact-box-info-4{
    position: relative;
    text-align: center;
    padding: 20px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.contact-box-info-4 i{
    color: #404041;
    font-size: 55px;
}

.contact-box-info-4 h4{
    color: #222;
    font-size: 19px;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 5px;
}
.contact-box-info-4 h5{
    color: #404041;
    font-size: 15px;
    font-weight: 500;
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
	
.iletisimsayfasi .maps{width: 100%;height: 400px;clear: both;display: block;}
/* İletişim Sayfası */


/* Misafir Giriş */
#yonetim{margin: 50px 0;}
#yonetim .leftpanel{width: 100%;clear: both;display: block;background: white;-webkit-box-shadow: 0px 0px 10px 0px #40404121;-moz-box-shadow: 0px 0px 10px 0px #40404121;-o-box-shadow: 0px 0px 10px 0px #40404121;box-shadow: 0px 0px 10px 0px #40404121;padding: 10px;position: relative;overflow: hidden;background: #fff;border: 1px solid #dadada;border-radius: 4px;margin-bottom: 30px;}
#yonetim .leftpanel .title{width: 100%;text-align: center;border-bottom: 1px solid #ddd;padding: 5px 0;font-size: 17px;font-weight: 500;color: #404041;}
#yonetim .leftpanel .images{width: 100%;height: 100%;padding: 10px;overflow: hidden;margin: 0 auto;text-align: center;border-bottom: 1px solid #ddd;}
#yonetim .leftpanel .images2{border-radius: 100%;width: 150px;height: 150px;margin: 0 auto;overflow: hidden;box-shadow: 0px 2px 5px #ddd;}
#yonetim .leftpanel .images img{width: 100%;height: 100%;object-fit: cover;}
#yonetim .leftpanel h5{font-size: 15px;margin: 0;padding: 12px 5px;border-bottom: 1px solid #ddd;}
#yonetim .leftpanel .menua{}
#yonetim .leftpanel .menua a{color: #333;padding: 12px 0px;position: relative;display: block;border-bottom: 1px solid #eaedef;font-weight: 500;font-size: 14px;-webkit-transition: .6s;-o-transition: .6s;transition: .6s;}
#yonetim .leftpanel .menua a i{width: 25px;font-size: 15px;text-align: center;}
#yonetim .leftpanel .menua a:hover {color: #333;background: #eaedef;padding-left: 12px;-webkit-transition: .6s;-o-transition: .6s;transition: .6s;}
#yonetim .leftpanel .menua a:last-child {border-bottom: 0;}

#yonetim .rightpanel{width: 100%;clear: both;display: block;background: white;-webkit-box-shadow: 0px 0px 10px 0px #40404121;-moz-box-shadow: 0px 0px 10px 0px #40404121;-o-box-shadow: 0px 0px 10px 0px #40404121;box-shadow: 0px 0px 10px 0px #40404121;padding: 10px;position: relative;overflow: hidden;background: #fff;border: 1px solid #dadada;border-radius: 4px;}
#yonetim .rightpanel .title{width: 100%;text-align: left;border-bottom: 1px solid #ddd;padding: 5px 10px;font-size: 17px;font-weight: 500;color: #404041;}
#yonetim .rightpanel .title i{width: 25px;text-align: left;}
#yonetim .rightpanel .content{width: 100%;padding: 10px;}
#yonetim .rightpanel .content .title{width: 100%;text-align: left;border-bottom: 1px solid #ddd;padding: 5px 10px;font-size: 17px;font-weight: 500;color: #404041;}
#yonetim .rightpanel .content .title i{width: 25px;text-align: left;}

/* Bilgiler Kutu */
#yonetim .rightpanel .content .info-box{display: block;height: 90px;background: #fff;width: 100%;border-radius: 2px;margin-bottom: 15px;-webkit-box-shadow: 0px 3px 10px 0px #40404121;-moz-box-shadow: 0px 3px 10px 0px #40404121;-o-box-shadow: 0px 3px 10px 0px #40404121;box-shadow: 0px 3px 10px 0px #40404121;}
#yonetim .rightpanel .content .info-box .icon{border-top-left-radius: 2px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 2px;display: block;float: left;height: 90px;width: 90px;text-align: center;font-size: 45px;line-height: 90px;background: #404041;color: white;}
#yonetim .rightpanel .content .info-box .content{padding: 23px 10px;margin-left: 90px;}
#yonetim .rightpanel .content .info-box .content .number {display: block;font-weight: bold;font-size: 18px;}
#yonetim .rightpanel .content .info-box .content .text {display: block;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

/* İçerik Listele */
#yonetim .rightpanel .content .home-list-pop {position: relative;overflow: hidden;background: #fdfeff;margin-bottom: 30px;border-bottom: 1px solid #f2f2f2;padding-bottom: 10px;}
#yonetim .rightpanel .content .home-list-pop img {width: 100%;height: 112px;-webkit-object-fit: cover;-moz-object-fit: cover;-o-object-fit: cover;object-fit: cover;}
#yonetim .rightpanel .content .home-list-pop h3 {font-size: 15px;text-align: center;color: #000000;margin-top: 10px;margin-bottom: 10px;}
#yonetim .rightpanel .content .home-list-pop p {margin-bottom: 10px;font-size: 13px;text-align: center;color: #aaa;}
#yonetim .rightpanel .content .home-list-pop .edit {width: 100%;}
#yonetim .rightpanel .content .home-list-pop .edit ul {margin-bottom: 0px;padding: 0px;}
#yonetim .rightpanel .content .home-list-pop .edit ul li {width: 100%;}
#yonetim .rightpanel .content .home-list-pop .edit ul li a {display: block;border: 1px solid #e6ebec;padding: 2px 5px;margin-bottom: 5px;font-size: 12px;color: #8a8a8a;text-align: center;}

/* Giriş Yap Sayfası */
#login {padding: 100px 0;}
#login form {width: 100%;padding: 50px;overflow-y: auto;background-color: #fff;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;overflow: hidden;-webkit-box-shadow: 0px 2.5px 5px 0px #aaa;-moz-box-shadow: 0px 2.5px 5px 0px #aaa;-o-box-shadow: 0px 2.5px 5px 0px #aaa;box-shadow: 0px 2.5px 5px 0px #aaa;}
#login form button{width: 100%;padding: 5px;background: #404041;color: white;-webkit-transition: .6s;-o-transition: .6s;transition: .6s;}
#login form button:hover{width: 100%;padding: 5px;background: #999;color: white;-webkit-transition: .6s;-o-transition: .6s;transition: .6s;}
#login form .input {position: relative;margin-bottom: 20px;}
#login form .input .simge {position: absolute;left: 0;width: 40px;color: #253b49;text-align: center;line-height: 35px;z-index: 1;}



