/* Design by Khalig Gasimli */
/* 17 april 2017 */

/* Fonts */
@font-face {
	font-family: 'KGfont-Thin';
	src: url('../fonts/KGfont-Thin3.eot');
	src: local('☺'), url('../fonts/KGfont-Thin3.woff') format('woff'), url('../fonts/KGfont-Thin3.ttf') format('truetype'), url('../fonts/KGfont-Thin3.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'KGfont-Medium';
	src: url('../fonts/KGfont-Medium.eot');
	src: local('☺'), url('../fonts/KGfont-Medium.woff') format('woff'), url('../fonts/KGfont-Medium.ttf') format('truetype'), url('../fonts/KGfont-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KGfont-Regular';
	src: url('../fonts/KGfont-Regular.eot');
	src: local('☺'), url('../fonts/KGfont-Regular.woff') format('woff'), url('../fonts/KGfont-Regular.ttf') format('truetype'), url('../fonts/KGfont-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DessertScript';
	src: url('../fonts/DessertScript.eot');
	src: local('☺'), url('../fonts/DessertScript.woff') format('woff'), url('../fonts/DessertScript.ttf') format('truetype'), url('../fonts/DessertScript.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Main */ 
html, head, body {
    font-family: 'kgfont-regular', 'Segoe UI';
}

body {
  background: url('../images/texture.png');
}

/* Top Navbar Design */
.navbar-top{
	background: #976835;
    border-radius: 0px;
	min-height: 33px!important;
	border-bottom: 3px solid #c38f55;
	margin: 0px;
	text-transform: uppercase;
    font-size: 12px;
    font-family: 'kgfont-thin';
    letter-spacing: 1px;
}

.nav-top>li>a{
	color: white;
	padding: 5px;
}

.nav-top>li>a::after{
	margin: 0px 0px 0px 10px;
	content: "|";
}

.nav-top>li:last-child>a::after{
	margin: 0px 0px 0px 10px;
	content: "";
}

.nav-top>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* Header Design */
.header{
	background-color: #ecf0f1;
	padding: 20px 0px 20px 0px;
    color: #bd8343;
	box-shadow: 0 0 12px 0 #ccc;
}

.img-ha {
    width: 180px;
    margin: 10px 5px 0 20px;
}

.logo-area{
	float: left;
    margin-top: 15px;
}

.text-area{
  width: 400px;
    padding: 15px;
  float: right;
    font-family: 'kgfont-medium';
    text-transform: uppercase;
}

.text-area h3 {
    font-size: 28px;
    margin-top: 0;
}

.text-area h4 {
    font-size: 22.5px;
}

.archive-area {
    font-family: 'DessertScript';
    width: 600px;
}

.downen{

  padding-top: 26px;
}

.downru{

  padding-top: 30px;
}
/* Menu Design */
.navbar-menu{
	margin: 10px 0px 5px 0px;
}

.nav-menu{
	text-transform: uppercase;
	float: left;
}

.nav-menu > li {
	float: left;
}

.nav-menu > li > a {
	border-radius: 5px;
	background-color: #e9e8e8;
    color: #1E824C;
	font-family: 'kgfont-medium';
}

.nav-menu > li > a:hover,
.nav-menu > li > a:focus{
	border: 1px solid #34495e;
	padding: 9px 14px;
	background: #fff;
}

.nav-menu > li + li {
	margin-left: 10px;
}

.nav-menu > li.active > a,
.nav-menu > li.active > a:hover,
.nav-menu > li.active > a:focus {
	color: #1E824C;
	padding: 9px 14px;
	background-color: #e9e8e8;
	border: 1px solid #34495e;
}

.search{
    border-bottom: 3px solid #E4E4E4;
    margin-top: 7px!important;
    margin: 0;
}

.search input{
    border: 0;
    background: none;
    box-shadow: none;
    outline: none;
}

.search > .input-group {
    width: 315px;
    margin-left: -15px;
    margin-right: -30px;
}

.search button{
    background: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
}

.search button:hover {
    background: none;
    box-shadow: none;
    outline: none;
    color: #666666;
}

.search .glyphicon-search{
    font-size: 12px;
}

/* Slider */
.carousel-caption{
	left: 70%;
	right: 0%;
	padding: 10px;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.carousel {
	box-shadow: 0 0 12px 0 #ccc;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators {
	padding:10px;
	background: rgba(0,0,0,0.3);
	width: 10%;
	bottom: 0;
    left: 0;
	margin: 0;
}

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }
  
/* Sections */

.section{
	margin-top: 30px;
}

.section a {
	color: inherit;
}

.section a:hover {
	text-decoration: none;
}

.section > h3 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'kgfont-thin';
	padding:10px 10px 10px 10px;
}

.hr {
	width: 80px;
    height: 2px;
    border: none;
    margin: 0px auto;
    background: #976835;
	margin-bottom: 20px;
}

/* News Section */

.news {
	background: #ecf0f1;
	padding: 15px;
	border-radius: 5px;
}

.news:hover {
	border: 1px solid #34495e;
	padding: 14px;
	cursor: pointer;
}

.news > h5 {
	text-align: center;
	background: rgba(0,0,0,0.05);
	margin: 10px -15px 10px -15px;
	padding: 10px;
  height: 80px;

}

.xidmetler > li > a {
    font-family: 'kgfont-medium';
	text-transform: uppercase;
	background: #ecf0f1;
	border-radius: 5px;
	color: inherit;
	height: 130px;
    display: table-cell;
    vertical-align: middle;
}

.xidmetler > li > a:hover{
	background: #ecf0f1;
	border: 1px solid #34495e;
	padding: 9px 14px;
}

.xidmetler > li > a > h5 {
	background: rgba(0,0,0,0.05);
	margin: 10px -15px 10px -15px;
    padding: 10px;
	font-size: 13px;
  min-height: 48px;
}

.exidmet > li > a {
	height: 90px;
}

.elayihe > li > a {
	height: 90px;
}
    
.img-nav {
	filter: gray; 
	-webkit-filter: grayscale(1); 
	filter: grayscale(1);
}

.xidmetler > li > a:hover > .img-nav{
	-webkit-filter: grayscale(0);
	filter: none;
	cursor: pointer;
}

.service{
	font-family: 'kgfont-medium';
	text-transform: uppercase;
	height: 130px;
	background: #ecf0f1;
	padding: 15px;
	border-radius: 5px;
	vertical-align: middle;
}

.service > h5 {
	text-align: center;
	background: rgba(0,0,0,0.05);
	margin: 10px -15px 10px -15px;
	padding: 10px;
	height: 80px;
	vertical-align: middle;
}

.service:hover{
	border: 1px solid #34495e;
	padding: 14px;
	cursor: pointer;
}

.ex {
	height: 100px!important;
}

.ex > h5{
	height: 50px!important;
}

.layihe {
	height: 80px!important;
}

.layihe > h5{
	height: 35px!important;
}
/*Links*/
.links {
	padding: 20px;
}

.links img {
  filter: gray; 
  -webkit-filter: grayscale(1); 
  filter: grayscale(1); 
}

.links  img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  cursor: pointer;
}

/* Footer */

.footer {
	background: white;
    margin: -20px 0px -20px;
    padding: 25px 0 25px;
}

.footer-logo {
	filter: gray; 
  -webkit-filter: grayscale(1); 
  filter: grayscale(1); 
}

/* Copyright */

.copyright {
	text-align: center;
	font-family: 'kgfont-thin';
	font-size: 10px;
}

/* Pages */
/* News Page */

.newsheader {
	background-color: #ecf0f1;
	height: 100px;
	box-shadow: 0 0 12px 0 #ccc;
}
.newsheader h3 {
	text-transform: uppercase;
    vertical-align: middle;
    line-height: 100px;
    margin: 0;
    text-align: center;
	font-family: 'kgfont-thin';
}

.newsbody {
	padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dadada;
}

.newsbody .post-meta {
	font-size: 12px;
    color: #bcbcbc;
    margin: 5px 0 -8px 0;
    padding: 0 0 0 2px;
    text-transform: uppercase;
}

.newsbody .post-meta span {
	display: inline-block;
    margin-right: 25px;
}

.newsbody h2{

  font-size: 20px;
}

.single-new p {
	text-align:justify;
}

.single-new > img {
	margin-bottom: 20px;
}

.article {
	margin-top: 15px;
	box-shadow: 0 0 12px 0 #ccc;
	padding-bottom: 20px;
	background: white;
}

.breadcrumb {
	background:none;
	margin: 0;
	border-radius: 0;
	padding: 0;
}

.breadcrumb a:hover {
	text-decoration: none;
}

.widget-area {
	margin: 5px 0 20px;
}

.widget-area ul {
	padding-left: 20px;
	margin-bottom: 0;
}

.widget-area a:hover, a:focus {
	text-decoration: none;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    float: right;
    color: #337ab7;
    font-size: 18px;
    line-height: 22px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* SVG Icons */

.icon-svg {
	margin: 0px 4px 4px;
    float: left;
    width: 40px;
}

.icon-fix {
	margin: 7px 5px 5px;
}

.icon-eservice {
	width: 30px;
	margin: -2px 4px 0px;
}

.elayihe .icon-svg {
	margin: 20px;
    width: 30px;
}

/* Map */

.map {
	width: 110px;
	float: right;
	margin-left: 15px;
}

.map-text {
	font-size: 22px;
	text-align: center;
}

.map-link {
	color: inherit;
	text-decoration:none!important;
}

.region-address{
	font-size: 15px;
}

.st1 > g.disabled { 
	fill: #ddd;
}
.st1 > g.disabled:hover { 
	fill: red;
}

.st1 > g.active, .st1 > g:hover { 
	fill: #274256;
}

.st0 {
	fill: #fff;
	stroke-width: 4;
	stroke: #274256;
}

.wholemap .st1:hover > g {
	fill: #fff;
}
.wholemap .st1 > g {
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}
.st1 > g {
	cursor: pointer;
	stroke-width: 2;
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
	stroke: #274256;
	fill: #F3F3F3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.non-header > li > a {
	height: 166px;
}

.non-header > li > a > h5{
	background: rgba(0,0,0,0.05);
    margin: 5px -15px 10px -15px;
    padding: 50px;
    font-size: 20px;
    height: 135px;
}

.virtual .icon-png {
	margin: 20px 10px 0px;
    float: left;
    width: 100px;
	filter: gray; 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
}

.virtual:hover .icon-png {
  -webkit-filter: grayscale(0);
  filter: none;
  cursor: pointer;
}



/* Search Results & 404 page */

.search-result,
.search-result:hover,
.search-result:active {
	text-decoration: none;
	font-size: 15px;
	color: black;
}

.search-result > .media {
	margin: 20px 20px 10px;
}

.nb-error {
  margin: 0 auto;
  text-align: center;
  max-width: 480px;
  padding: 60px 30px;
}

.nb-error .error-code {
  color: #2d353c;
  font-size: 96px;
  line-height: 100px;
}

.nb-error .error-desc {
  font-size: 12px;
  color: #647788;
}
.nb-error .input-group{
  margin: 30px 0;
}

.search-links{

color:green;
}


.related_posts{

	height: 102px;
	width: 179px;
}
.related_date_label{

	margin: 2px;
}


.big-col {
  width: 400px !important;
}

table#dataTable{
  table-layout:fixed;
}


.thumb-size{

	height: 120px !important;
  width: 100%;
	
}



/* Multi Level Menu Start */

.dropdown-submenu {
    position: relative;

}

.dropdown-submenu>.dropdown-menu {

    top: -7px;
    left: 100%;
    
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    

}

/*.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;
}*/

ul.nav li:hover > ul.dropdown-menu {
	display: block;
 

}


.menu-pos{

  top:97%;
}
.dropdown-submenu{

  top:97%;
}
/* Widget color*/
.widget-area a{

  color:#bd8343
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    /* transform: rotate(90deg); */
    color: #ca8343;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    float: right;
    color: #337ab7;
    font-size: 10px;
  }
.article{

  background-color: #f7f7f9 !important;
}

.article h5{
  color:#777;
}
.related li{

  background-color: white;
  list-style: none;
  padding: 4px;
  border-bottom: 1px dashed #ddd;
}
.rel_color{
  color:#bd8343;
  
}

.foot_link a{
  color: #959795;
}

.single-new img{

margin:15px;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #bd8343;
    border-color: #bd8343;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #bd8343;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.allnews{
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.allnews a{
  color:#bd8343;
}
.fa-long-arrow-right{
  font-size: 10px !important;
  color:#777;
}





/* Slider */
#archiveslider {
    display:none;
}

#archiveslider img {
    width: 180px;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}


/*Visitors*/


.visitor>.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 1px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.visitor > table i{

  padding-right: 6px;
}

.visitor{

  width: 100%;
}

.visitor span {
  font-size: 18px;
  padding:2px 8px 2px 8px;
  color:#ffffff;
  background-color: #000;
}

 .gray{

    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.gray:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  cursor: pointer;
}


