html {

}

body {
	background-color:#e6e6e6;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#7e7e7e;
	line-height: 19px;
}
#wrapper{
	background-color:#fff;
-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
}
a,
a:hover,
a:focus,
a:active{
	text-decoration:none;
}
b, strong {
   
}
button {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

h2{
	color:#686767;
	font-weight:500;
	max-width:270px;
	border-bottom:1px solid #535353;
	font-size:20px;
	padding-bottom:10px;
	padding-left:10px;
	position:relative;
	margin-bottom:20px;
}
h2:after{
	content:"";
	position:absolute;
	left:30px;
	bottom:-3px;
	width:40px;
	height:6px;
	background-color:#16527f;

}
.ozgecmis h1{
	font-size:17px;
	color:#7e7e7e;
	font-weight:500;
	margin-top:10px;
	margin-bottom:15px;
	padding-left:15px;
	
}
.ozgecmis p{
	margin-bottom:5px;
}
.ozgecmis a{
	font-size:12px;
	color:#16527f;
}
.headerBackground{
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.main-nav{
	background-color:#fff;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.navbar-brand {
    height: auto;
}
.tgv-logo{
	padding:15px;
	margin-top:25px;
}
.navbar-brand>img {
    display: block;
}
.navbar-nav>li>a {
	text-shadow: none;
	font-size: 15px;
	color: #757575;
	font-weight:500;
	padding: 21px 20px;
	border-left: 1px solid #eeeeee;
}
.nav>li>a:focus, 
.nav>li>a:hover,
.nav>li.active>a{
	color: #165380;
	background-color: #f4f4f4;
	}
.navbar-nav>li:last-child a{
	border-right:0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #d63d37;
}
.navbar-nav>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
	background: rgb(9,129,195); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5ODFjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzYxYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(9,129,195,1) 0%, rgba(7,97,175,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(9,129,195,1) 0%,rgba(7,97,175,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(9,129,195,1) 0%,rgba(7,97,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0981c3', endColorstr='#0761af',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 0;
	border-right:0;
	min-width:220px;
	border-left:0;
	padding:0;
}
.dropdown-menu{
	padding:0;
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	min-width:200px;
	border: 1px solid #ddd;
}
.dropdown-menu>li>a {
    font-size: 14px;
    font-weight:500;
    color: #3d3d3d;
    padding: 10px 20px;
    background-color: #fff;
}
.dropdown-menu>li{
	border-bottom: 1px solid #ecf0f1;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #124a7b;
	background-image: none;
	background-color: #f5f7f8;
}
.dropdown-menu>li:last-child{
	border-bottom:none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 180px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.form-control{
	border-radius:0;
}

.caption{
	width:100%;
	height:60px;
	background-color:#16527f;
	color:#fff;
	font-weight:500;
	font-size:16px;
	padding:10px 10px;
}

.greyBg{
	background-color:#e6e6e6;
}
#kitaplar .item,
#gallery .item{
	padding:0 15px;
}
#kitaplar .item .kitapThumb{
	padding:0 60px;
	background-color:#ababab;
}

#kitaplar.owl-theme .owl-controls .owl-buttons div,
#gallery.owl-theme .owl-controls .owl-buttons div {
    color: #16527f;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0px 8px;
    font-size: 11px;
    background-color: transparent;
    border: 3px solid #16527f;
    border-radius: 50%;
    text-align: center;
}

#kitaplar .owl-next, 
#kitaplar .owl-prev, 
#kitaplar.owl-pagination,
#gallery .owl-next, 
#gallery .owl-prev, 
#gallery.owl-pagination  {
    position: absolute;
    bottom: auto;
    top: 0;
    left: auto;
    right: 20px;
    margin-top: -60px !important;
}
#kitaplar .owl-prev,
#gallery .owl-prev{
	right: 53px;
}
.kitapThumb{
	position:relative;
}
.kitapThumb .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(22,82,127,0.5);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.kitapThumb:hover .overlay{
	opacity:1;
}
.kitapThumb .overlay ul{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.kitapThumb .overlay ul li a{
	color: #fff;
	padding: 0px 10px;
	display: block;
	font-size: 13px;
	line-height: 29px;
	text-align: center;
}	
.kitapThumb .overlay ul li a i{
	background-color:#444343;
	width:25px;
	height:25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 24px;
}

.kitapTitle{
	display:block;
	margin-top:25px;
	color:#646464;
	font-size:15px;
	font-weight:500;
}

footer{
	background-color:#2e2e2e;
}

.footerMenu{
	font-size:12px;
	margin-top:25px;
	
}
.footerMenu li a{
	color:#fff;
}

.socialLinks li a{
	background-color:#fff;
	width:35px;
	height:35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	display:block;
}

.socialLinks li a i{
	color:#2e2e2e;
	font-size:16px;
	line-height: 36px;
}

.panel-default>.panel-heading {
    color: #686767;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-size: 13px;
}

.form-control{
	border-radius:0;
	box-shadow:none;
	border-color:#ededed;
}

.btn-blue{
	background-color:#15527f;
	color:#fff;
	font-weight:500;
	font-size:16px;
	border-radius:0;
}

.kitaplarim .kitapThumb{
	padding:0 30px;
	background-color:#e5e5e5;
}
.kitaplarim .kitapTitle{
	font-size:12px;
	margin-top:10px;
	height: 40px;
}

h1.smallBlue{
	font-weight:500;
	font-size:16px;
	color:#14527f;
	margin-top:0px;
}

.haberTitle{
	font-size:12px;
	font-weight:500;
	color:#646464;
	line-height:16px;
	display:block;
	padding-left:10px;
	padding-right:5px;
}
.haberItem{
	border:1px solid #ddd;
	min-height: 220px;
}

#googlemaps,
#googlemap{
	width:100%;
	height:300px;
}

.iletisimPage h3{
	font-weight:400;
	font-size:15px;
	margin-top:0;
	margin-bottom:15px;
}
.contactList li{
	margin-bottom:10px;
	overflow:hidden;
}
.contactList li i{
	width:30px;
	height:30px;
	text-align:center;
	margin-right:15px;
	font-size:20px;
	display: block;
	float: left;
}

.form-group {
    margin-bottom: 10px;
}

.haberItem .img-responsive {
	width:100%;
	height:150px!important;
	max-height:auto;
	object-fit:cover;
}