/*!*
   *
   *   Authors       : Tolgahan Arikan & Safak Otur 
   * 
   * 
   *   Copyright    : GMK > www.gmk.org.tr
   *
***/



/*=============================
=            FONTS            =
=============================*/


@import url('../css/fonts/fontello/css/fontello.css');
@import url('../css/fonts/font/stylesheet.css');




/*=====================================
=            GLOBAL STYLES            =
=====================================*/


/* invalid input */
.bvalidator_invalid {
	background-color: #FFFFAE;
}

/* error message */
.bvalidator_errmsg {
	font-size: 11px;
	color: #FFF;
	display: none;
	white-space: nowrap;
	-moz-opacity: .90;
	filter: alpha(opacity=90);
	opacity: .90;
	padding: 4px 6px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 16px;
}

/* arrow */
.bvalidator_errmsg em {
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	left: -5px;
	top:9px;
	border-top: 5px solid transparent;
	border-right: 5px solid #000000;
	border-bottom: 5px solid transparent;
}


.bvalidator_close_icon {
	display: none;
}

html {
  -webkit-font-smoothing: antialiased;
}

html *
{
    font-family: 'Kulturista', serif; 
}

nav *
{
  font-family: 'Nudista', sans-serif;
  font-weight: 300;
}

a {
	color: #000000;
}

.bg-haber-text a {
	background: #cafdf8;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: initial;
}

ul li {
  list-style-type: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}


textarea {
  resize: none;
}

img {
  max-width: 100%;
}
.col-centered{ 
  float: none;
    margin: 0 auto;
}

.mid-sec {
	background-color: #f2f2f2;
	/*background-image: url(../img/pattern.png);*/
	padding-bottom: 100px;
	border-bottom: 5px solid #000;
}

.reg-form {
	margin: 15px 0;
}

.mt15 {
	margin-top: 15px;
	display: block;
}

.apply-btn {
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}



.next_page {
    background: #000;
    padding: 10px 20px;
    font-size: 16px;
    display: block;
    max-width: 190px;
    text-align: center;
    margin: 40px auto 0;
    color: #fff !important;
}

.active-page {
  background-color: #B4FCF6 !important;
  padding-left: 5px;
  padding-right: 17px !important;
}

.sidebar a:hover,
nav a:hover {
  background-color: rgba(180, 252, 246, .7) !important;
  
}

* {
  box-sizing: border-box;
}

::selection {
  background: rgba(180, 252, 246, .7); 
}
::-moz-selection {
  background: rgba(180, 252, 246, .7); 
}



/* clearfix */
.packery:after {
  content: ' ';
  display: block;
  clear: both;
}


/*fancybox*/

.fancybox-nav:hover,

.fancybox-close:hover,
.fancybox:hover {
  background-color: transparent !important;
}

.fancybox-skin,
.fancybox-inner {
  background-color: transparent;
}

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

.fancybox-image {
  max-height: 93%;
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); 
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hidden-d {
    display: none;
}



/*collapse & isotope fix*/

.collapse {
  display: block;
  height: 0;
  overflow-y: hidden;
}


.collapse.in {
  height: auto !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}




/*=====================================
=            NAVIGATION                =
=====================================*/

nav {
  border-bottom: 5px solid #000;  
}

nav .row {
  margin-top: 20px;
}


.logo-container img {
  width: 150px;
}

.logo-container a {
	display: block;
}

.logo-container a:hover {
	background-color: transparent !important;
}

.footer-col-item,
.nav-list a {
  display: inline-block;
  border-top: 5px solid #000;
  padding-right: 22px;
  padding-top: 2px;
  padding-bottom: 3px;
  font-size: 14px;
  letter-spacing: .5px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.nav-list {
  padding-left: 5px;
}

.nav-list {
  margin-bottom: 1px;
}

.nav-list-1 {
  padding-left: 30px;
}

.nav-list-4 a {
  padding-right: 23.4659px;
  
}

@media screen and (min-width: 1200px){
  .iletisim-social li:nth-of-type(1) a, .iletisim-social li:nth-of-type(2) a{
    padding-right: 33.5px;
  }
}

.nav-list-3 a {
  padding-right: 25px;
}

.iletisim-social li {
  padding-right: 0;
  padding-left: 4.9px;
}


.uye-girisi {
  display: block !important;
  margin-bottom: 40px !important;
}

.search-input {
  display: block !important;
  width: 100%;
  border: none;
  border-top: 5px solid #000;
  padding-top: 3px;
}

.nav-list-4 form {
  position: relative;
}


.submit-btn {
  position: absolute;
  top: 5px;
  border: none;
  background-color: transparent;
  right: 0;
}

.social-icon i {
  position: relative;
  left: 12px;

}

.lang-btn {
  position: relative;
  left: 1px;
}

/*Nav Icon*/


#nav-icon {
  z-index: 99;
  width: 40px;
  height: 25px;
  position: absolute;
  top: 32px;
  right: 25px;
  display: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

#nav-icon:hover,
#nav-icon:active,
#nav-icon:focus {
  background-color: transparent;
  border: none;  
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open {
  position: fixed;
}

/*Mobile Menu*/


.owf-hidden {
  overflow: hidden !important;
}

.right-menu {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  right: -250px;
  z-index: 98;
  width: 250px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  -ms-overflow-y: scroll;
      overflow-y: scroll;
}

.toggled {
  right: 0;
}

.right-menu .nav-list {
  margin-left: 0;
  padding-left: 0;
  
}

.right-menu .nav-list a {
  width: 100%;
  border-top: 1px solid #000;
  padding: 10px 20px;
  margin-bottom: 0;
}

.right-menu .uye-girisi {
  margin-bottom: 10px !important;
}

.right-menu .nav-list-4 > li:first-of-type > a {
  border-top: none;
  margin-top: 10px;
}

.right-menu .search-input {
  border-top: 2px solid #000;
  padding-left: 10px;
}

.right-menu .nav-list-1 > li:first-of-type > a {
  border-top: 2px solid #000; 
}

.right-menu .uye-ol {
  margin-top: 0;
}

/*=====================================
=            MAIN PAGE CONTENT        =
=====================================*/



/*.i-item:nth-child(4n-7) {
  width: 50%;
}*/

#posts {
  position: relative;
  height: 100%;
  margin-right: -5px;
  min-height: 100px;
}


/*.i-item {
  width: 50%;
  float:left;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}*/

.col-large-items,
.i-item {
  padding-right: 5px !important;
}

.to-row .i-item {
  padding-right: 15px !important;
}

.to-row .i-item-slider {
  width: 100%;
  padding-right: 0 !important;
}




.carousel-main-wrap {
  margin-top: 50px;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   -webkit-filter:none !important;
           filter:none !important;
   height: 180px;
}

.carousel-control.left:hover, .carousel-control.right:hover {
   background-color: transparent !important;
}

.carousel-main-wrap .carousel-caption {
  text-align: left;
  position: relative;
}

.carousel-main-wrap .item {
  background-color: #fff;
  min-height: 500px;
}

.carousel-main-wrap .item img {
  max-height: 380px;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    left: 5%;
  }
  .carousel-indicators {
    bottom: 10px;
  }
}


.m-slider-img {
  max-height: 495px;
  min-height: 495px;
}

.carousel-main-wrap .icon-left-open-big,
.carousel-main-wrap .icon-right-open-big {
  font-size: 40px;
}

.carousel-main-wrap .carousel-control {
  top: 50%;
  margin-top: -40px;
}

.slider-text {
  text-shadow: none;
  color: #000;
  margin-bottom: 15px;
}

.slider-button {

  text-shadow: none;
  color: #000;
  padding-left: 0 !important;
}

.slider-button:hover {
  background-color: transparent !important;
  color: #000;
}

.main-generic-box {
  color: #000;
  margin-top: 20px;
}

.main-generic-box.job-vs {
	
}

.main-generic-box.job-vs .m-box-content-type {
	background: #000;
	color: #fff;
}

.main-generic-box.job-vs .m-box-content-wrap {
	background: #FFFF73;
}

.main-generic-box.job-vs .m-box-content-wrap .content-heading-holder {
	
}

.main-generic-box.job-vs .m-box-content-wrap .img-wrap {
	
}

.main-generic-box.job-vs .m-box-content-wrap .m-content-text {
	
}

.main-generic-box.job-vs .m-box-content-wrap .m-content-text .emp-name {
	
}

.main-generic-box.job-vs .m-box-content-wrap .m-content-text .emp-location {
	
}




.m-box-content-wrap {
  background-color: #FFF;
  border-top: 5px solid #000; 
  overflow: hidden;
  -webkit-transition-duration: .2s ease;
          transition-duration: .2s ease;
}

.i-item .m-box-content-wrap:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.m-box-content-type {
  border-top: 5px solid #000;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  background-color: #FFFF73;
  padding: 5px 10px;
  font-family: 'Nudista', sans-serif;
  padding-right: 15px;
}

.content-heading-holder {
  padding: 0px 10px 12px;
}

.m-content-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  text-decoration: none;
  display: inline;
  border-bottom: 2px solid #000;
  font-family: 'KulturistaSemi', serif;
  padding-bottom: 4px;
}

.m-content-heading-bg {
  font-size: 28px;
  line-height: 40px;
}

.m-content-heading-sm {
  font-size: 20px;
  line-height: 30px;
}

.bg-chh {
  padding-bottom: 20px;
}

.img-wrap {
  overflow: hidden;
  max-height: 550px;
/*  min-height: 350px;*/
}

.img-wrap-ff {
  max-height: auto !important;
}

.m-content-img {
  padding-right: 15px;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.m-content-text {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.m-content-text:after {
  content: '\e808';
  font-family: 'fontello';
  font-weight: 200;
  margin-left: 5px;
  color: #1B1919;
  
}

footer {
  padding-bottom: 30px;
}

.footer-logos {
  max-width: 1200px;
  margin: auto;
}

.footer-wrap {
  margin: 20px 0 10px;
}

.footer-nav {
  padding-left: 0;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav a {
  color: #000;
  font-family: "Nudista";
  font-weight: 300;
  border-top: 2px solid black;
  padding: 5px 18px 5px 0;

}



footer .social-icon {
  color: #fff;
  background-color: #000;
  padding: 8px;
  border-radius: 100%;
  left: 0;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
}

footer .social-icon i {
  left: 0;
  top: 1px;
}

footer .icon-1 {
  margin-right: 15px;

}
.footer-nav .active-page {
  padding: 5px;
}

.contact-info {
  margin-top: 10px;
}

.contact-info li {
  vertical-align: top;
  position: relative;
}

.contact-info li a {
  color: #000;
}

.contact-info li:not(:first-child) a {
  position: relative;
  top: 12px;
  left: 10px;
  margin-right: 15px; 
}



.contact-info li:not(:first-child):after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}


.res {
  width: 100%;
  height: auto !;
}

/*=====================================
=               TUZUK                 =
=====================================*/

.sidebar {
  padding-left: 0;
  margin-top: 30px;
}

.sidebar li {
  margin-bottom: 5px; 
}

.sidebar a {
  background-color: #FFF;
  border-top: 5px solid #000;
  padding: 5px 20px 4px 10px;
  font-family: 'Nudista', sans-serif;
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  text-decoration: none;
}

.inf-heading-bg,
.inf-heading-sm {
  font-family: 'Nudista', sans-serif;
  letter-spacing: 1px;
  background-color: #FFF;
  color: #000;  
  display: inline-block;
  padding: 8px 20px 5px 10px;
  border-top: 5px solid #000; 
}



.inf-heading-sm {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
}

.inf-heading-bg {
  margin-top: 5px;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600;
  padding-top: 5px;
  text-transform: uppercase; 
}

.inf-text-wrap {
  background-color: #FFF;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
}

.inf-text-heading {
  font-family: "KulturistaSemi";
  font-size: 27px;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
}

.inf-text-subheading {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 20px 10px 10px;
  display: inline-block;
  font-weight: bold;
  margin-top: 0;
}

.inf-text {
  padding: 0 15px;
  line-height: 24px;
}

.pagination {
  margin-top: 5px;
}

.pagination a {
  border: none !important;
  border-radius: 0;
  border-top: 4px solid #000 !important;
  margin-right: 5px;
  padding: 2px 18px 2px 8px !important;
  color: #000 !important;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-radius: 0;
}

.pagination li.active a {
  background-color: #B4FCF6;
}

.pagination li.active a:hover,
.pagination li.active a:focus,
.pagination li.active a:active {
  background-color: #98F8F1;
}

.tuzuk-panel {
  background-color: transparent;
  padding-top: 0;
}

.tuzuk-heading {
  margin-top: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #FFF;
  margin-bottom: 5px;
  border-top: 5px solid #000;
}

.tuzuk-heading:first-child {
  margin-top: 0;
}

.tuzuk-panel .panel-body {
  margin-top: 5px;
}

.tuzuk-panel .panel-group {
  margin-top: 5px;
}


.fm-img {
  padding-right: 0;
}

.fm-info {
  padding-left: 0;
}

.fm-row {
  margin-bottom: 30px;
  background-color: #FFF;
  border-top: 5px solid #000; 
}

.fm-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.fm-img {
  padding-left: 0;
}

.fm-name {
  margin-top: 10px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-left: 8px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.fm-info p {
  padding-left: 8px;
  margin-bottom: 5px;
}

.fm-work {
  max-width: 200px;
}


.yonetim-img-wrap {
  padding-bottom: 5px;    
}

.yoneticiler-wrap {
  background-color: #FFF;
  margin-top: 5px;
  padding: 0;

}

.yoneticiler-wrap-nbg {
  background-color: transparent;
}

.yoneticiler-wrap .panel-title {
  display: block;
}

.yoneticiler-wrap .panel-group {
  margin-top: 0;
}

.yonetici-header {
  font-weight: 700;
}

.yoneticiler-wrap .panel-body {
  padding-left: 10px;
}

.yoneticiler-wrap .panel-default>.panel-heading {
  padding-right: 0;
}

.pb-no-tp {
  padding-top: 0;
}


.list-btn {
  border-top: 5px solid #000;   
  background-color: #FFF;
  padding: 5px 16px 13px 5px;
  display: inline-block;
  font-family:  sans-serif; 
  font-size: 14px;
  vertical-align: top;
  margin-top: 5px;
  color: #000;
}

.list-btn:hover,
.list-btn:active,
.list-btn:focus {
  color: #000;
}

.uyeler-pg {
  border-top: 5px solid #000;   
  background-color: #FFF;
  display: inline-block;
  padding: 3px 15px 5px 5px;
  margin-bottom: 5px;
  font-family: sans-serif;
}

.uyeler-list-box ul {
  padding: 5px 5px 15px 10px;
  background-color: #FFF;
  border-top: 5px solid #000; 
    
}

.uyeler-list-box ul li {
  margin-bottom: 4px;
}

.uye-link .uye-no {
  margin-right: 10px;
}

.uye-link {
  color: #000;
}

.uye-link:hover,
.uye-link:active,
.uye-link:focus {
  color: #008279;
}



.back-btn {
  padding: 9px 18px;
  background-color: #FFF;
  border-top: 5px solid #000; 
  vertical-align: top;
  margin-top: 5px;
  display: inline-block;  
}

.back-btn img {
  width: 22px;
  position: relative;
  left: 10px;
  
}

.uye-name-col {
  padding-right: 0;
}

.uye-name-col h1 {
  background-color: #FFF;
  margin-top: 0;
  border-top: 5px solid #000; 
  padding-left: 10px; 
  padding-bottom: 10px;
  font-weight: 700;
  margin-bottom: 5px;
}

.arrow-btn {
  padding: 13px 18px;
  background-color: #FFF;
  border-top: 5px solid #000; 
  vertical-align: top;
  margin-top: 0;
  display: inline-block;  
  padding-bottom: 15px;
}

.arrow-btn img {
  width: 22px;
  position: relative;
  left: 10px; 
  top: -2px;
}


.uye-next-btn img {
  left: -9px;
}

.uye-img-col img {
  padding: 10px;
  padding-bottom: 65px;
  background-color: #FFF;
  
}

.uye-soc-links,
.uye-webpage-wrap,
.uye-info-text-wrap {
  background-color: #FFF;
  padding: 5px 10px;
  position: relative;
  left: -9px;

}

.uye-soc-link i {
		margin: 2px 0 0;
		display: block;
		text-align: center;
}

.uye-soc-link .icon-vimeo {
	margin: 6px 0 0 -3px;
	font-size: 14px;
}

.uye-soc-link i.icon-website {
	width: 16px;
	height: 16px;
	background: url('../img/globe.png') no-repeat;
	background-size: 16px;
	display: block;
	margin: 5px auto;
}

.uye-webpage-wrap {
  margin-top: 3px;
}

.uye-webpage {
  font-family: 'Nudista', sans-serif;
  font-size: 16px;
  color: #000;
}

.uye-webpage:hover {
  color: #008279;
}

.uye-soc-links {
  padding: 0 9px 10px;
  overflow: hidden;
}

.uye-soc-links a {
  display: inline-block;
  background-color: #B4B4B4;
  color: #FFF;
  padding: 3px 3px;
  font-size: 17px;
  -webkit-transition: .2s;
  transition: .2s;
  margin-right: 5px;
  height: 32px;
  width: 32px;
  float: left;
}

.uye-soc-links a:hover {
  background-color: #000 !important;
}

.panel .panel-default {
  margin-top: 0;
}
.panel-default>.panel-heading,
.panel {
  box-shadow: none !important;
      border-radius: 0;
      border: none;
      background-color: transparent;
      
}

.panel-default>.panel-heading {
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.panel-title {
  background-color: #FFF;
  border-top: 5px solid #000; 
  display: inline-block;  
  font-weight: 700;
  padding: 7px 10px;
  font-size: 21px;
}

.panel-title:hover a {
  background-color: transparent !important;
}

.mp-sign {
  margin: 3px 7px 0 0;
  font-size: 12px;
}

.panel-group {
  margin-top: 20px;
}

.panel-body {
  padding-left: 0;
  padding-right: 0; 
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.panel-body .row {
  margin-right: -5px;
}

.pb-row-m {
  margin-right: 0;
  margin-left: -9px;
}

.panel-body .col-lg-4 {
  padding-right: 0;
}

.panel-body .m-box-content-wrap {
  margin-bottom: 0;
}

.work-wrap {
  padding: 10px;
  margin-bottom: 20px;
}

.work-text {
  font-weight: 500;
  font-family: "KulturistaSemi";
  margin-bottom: 6px;
}

.panel-body-w-bg .bg-w-col {
  background-color: #FFF;
  padding-left: 0;
  padding-bottom: 20px;
  border-top: 5px solid #000;
}

.panel-body-w-bg {
  background-color: #FFF;
}

.odul-subheading {
  padding-left: 10px;
  padding-right: 15px;
  border-bottom: 2px solid #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

.odul-group {
  padding-left: 10px;
  margin-top: 20px;
}

.is-galeri-wrap {
  background-color: #FFF;
  padding-bottom: 10px;
  border-top: 5px solid #000;   
}

.is-galeri-wrap img {
  padding: 10px 10px 0;
}

.is-bg-heading {
  font-family: 'Kulturista', serif; 
}



.uye-is-text-wrap {
  background-color: #FFF;
  border-top: 5px solid #000;   
}

.is-subheading {
  padding-left: 10px;
  border-bottom: 2px solid #000;
  font-weight: 700;
  padding-right: 15px;
  padding-bottom: 5px;
  display: inline-block;
}

.uye-is-text {
  padding: 0 10px 10px;
}




.rapor-heading {
  padding-left: 10px;
  border-bottom: 2px solid #000;
  font-weight: 700;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: 3px;
  display: inline-block;
  margin-top: 5px;  
}



.hover-wrap {
  position: relative;
}

.hover-wrap i {
  position: absolute;
  bottom: 0;
  visibility: hidden;
  font-size: 22px;
  left: 5px;
}

.hover-wrap .icon-file-pdf {
  left: 35px;
}

.hover-wrap:hover i {
  visibility: visible;
}

.dw-text {
  margin-bottom: 0;
  font-size: 13px;
  padding: 10px;
}


.heading-bg-aligned {
  margin-top: 30px;
}

.sidebar-right .sidebar {
  margin-top: 5px;
}

.sidebar-right .sidebar a {
  display: block;
}

.side-box-wrap img {
  padding-bottom: 10px;
}

.side-box-wrap .main-generic-box {
  margin-bottom: 25px;
}

.side-box-wrap {
  margin-top: 25px;
}

.about-sergi-text {
  padding: 10px;
}

.about-sergi-img {
  padding-top: 10px;
}

.work-box-sergi .m-box-content-wrap {
  border-top: none;
}

.work-box-sergi .work-text {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 17px;
}

a.collapsed {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}



.subheading-i {
  position: relative;
  right: 10px;
  padding-left: 10px;
  border-top: 1px solid #000;
  display: inline-block;
  font-style: italic;
  font-family: 'Nudista', sans-serif;
  font-size: 17px;
  padding-top: 5px;
  padding-right: 15px;
  margin-top: 0;
}

.img-box-no-text {
  background-color: #FFF;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.etkinlik-collapse-wrap .panel-body {
  margin-top: 5px;
}

.etkinlik-collapse-wrap .panel-heading {
  -webkit-transition: .2s ease;
          transition: .2s ease;
}

.etkinlik-collapse-wrap .panel-heading.active {
  margin-top: 20px;
}


.etkinlik-collapse-wrap .panel-body {
  padding-top: 0;
}

.etkinlik-collapse-wrap  .work-box-sergi {
  margin-top: 15px;
}

/*=====================================
=               ISBIRLIKLERI           =
=====================================*/



/*.md-common-sec .main-generic-box {
  margin-bottom: 20px;
}*/



/*=====================================
=               YAYINLAR              =
=====================================*/

.yayin-subheading {
  border-top: 1px solid #000;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding-left: 10px;
  max-width: 370px;
  padding-right: 20px;
  padding-top: 5px;
}

.yayin-subheading i {
  font-weight: 200;
  
}

h4.text-with-ys {
  margin-bottom: 0;
}

p.text-with-ys {
  margin-top: 0;
  padding-top: 0;
}


/*=====================================
=               UYELERDEN IS          =
=====================================*/

.inf-heading-uye,
.inf-heading-uye-is { 
    font-family: 'Kulturista', serif; 
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 0;
}

.inf-heading-uye-is {
  font-weight: 700;
}

.inf-heading-uye {
  font-style: italic;
  
}

.uye-btn-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}

.uyelerden-is-row {
  margin-top: 20px;
}

.uyelerden-is-row .is-galeri-wrap {
  border-top: none;
  margin-top: 5px;
}

.uye-is-u-name {
  background-color: #FFF;
  margin: 0;
  margin-bottom: 5px;
  padding: 5px 10px 10px;
  border-top: 5px solid #000;
  font-weight: 700;
  
}

.uyeden-is-u-img {
  padding: 10px;
  background-color: #FFF;
  margin-bottom: 5px;
}

.uye-is-rb-wrap .uye-webpage-wrap {
  margin-top: 0;
}

.uye-is-u-soc,
.uye-is-rb-wrap .uye-webpage-wrap {
  left: 0px;
  
}


.uye-is-u-soc {
  min-height: 170px;
}

.uye-is-u-soc a {
  margin-bottom: 10px;
}


/*=====================================
=               HABERLER               =
=====================================*/

.haberler-box .m-box-content-type {
  margin-top: 0;
}

.bg-haber-text {
  padding: 0 20px 0 10px;
}

.bg-haber-img {
  padding-right: 20px;
  padding-bottom: 20px;
}

.bg-haber-box {
  margin-bottom: 0 !important;
}


.bg-f-img {
  padding-right: 0;
  padding-bottom: 10px;
}

.haber-link {
  padding: 0 15px 0 10px;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.baglanti-link {
  padding-left: 10px;
  padding-right: 15px;
  color: #000;
  border-bottom: 1px solid #000;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
  
}

.b-info-text {
  margin-bottom: 0;
}



.inf-st {
  display: block;
  font-size: 17px;
  margin-top: 10px;
}


.iletisim-wrap {
  padding-bottom: 20px;
}

.iletisim-mail {
  color: #000;
  margin-top: 5px;
}

/*=====================================
=             SPONSORLAR            =
=====================================*/

.sidebar-right-aligned {
  float: right;
  margin-top: 92px;
}

.sponsor-img {
  padding: 20px 30px 30px;
}

.sponsors-row .m-content-heading {
  font-size: 16px;
}

.sponsor-span {
  font-weight: 400;
}

/*=====================================
=             BURS                   =
=====================================*/


.burs-text {
  margin-top: 5px;
}


/*=====================================
=             LOGIN                 =
=====================================*/

.formModal .modal-content {
  border-radius: 0;
    
}

.formModal .modal-dialog {
  max-width: 450px;
  margin-top: 6%;
}

.login-wrapper {
  margin-top: 70px;
  margin-bottom: 40px;
  padding: 0 10px;
}

.formModal form {
  max-width: 380px;
  margin: 0 auto;
  background-color: #fff;
}

.formModal input {
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Nudista', sans-serif;
  line-height: 24px;
}

.formModal .form-signin-heading {
  margin-bottom: 20px;
  text-align: center;
}

.formModal h4.form-signin-heading {
  line-height: 1.5;
}

.formModal .checkbox {
  display: block;
  margin: 0;
  float: left;
  font-weight: normal;
}

.formModal .checkbox input {
  position: relative;
  top: 1px;
  margin: 0;
}

.formModal .btn-block {
  border-radius: 0;
      background-color: #212321;
      border: none;
      margin-top: 15px;
      -webkit-transition: .1s;
              transition: .1s;
}

.formModal .btn-block:hover,
.formModal .btn-block:active,
.formModal .btn-block:focus {
  background-color: #131413;
}

.fg-pass {
  color: #000;
  margin-left: 15px;
  -webkit-transition: .1s;
          transition: .1s;
  font-size: 14px;
  
}

.fg-pass:hover,
.fg-pass:active,
.fg-pass:focus {
  border-bottom: 1px solid #000;
  color: #000;
}

.login-wrapper .close {
  font-size: 39px;
  position: absolute;
  top: 20px;
  right: 20px;
}

/*=====================================
=             E-BULTEN              =
=====================================*/

.ebultenModal input {
  margin: 30px 0;
  padding: 20px 15px;
  font-size: 18px;
}



/*=====================================
=            MEDIA QUERIES             =
=====================================*/

@media (min-width: 1200px) {
  .main-page-content .col-lg-2 {
    width: 19.445555%;
  }
  .col-gen-sm {
    padding-left: 0;
  }
  .content-right-md {
    padding-left: 45px; 
    
  } 

  .uye-section .content-right-md {
    padding-right: 5px;
  }
  
  .mid-sec {
    min-height: 773px;
  }
  
  .uye-info-col {
    padding-left: 0;
  }

  .uye-is-rb-wrap .uye-info-col {
    padding-right: 8px;
    position: relative;
    left: -8px;
  }

  .uye-name-col {
    padding-right: 0;
    padding-left: 3px;
    position: relative;
    left: 12px; 
    }

  .uye-is-text-col {
    padding-left: 0;
  }

  .uyeden-inf-row {
    margin-bottom: 20px;
  }


}

@media (max-width: 1200px) {



}


@media (max-width: 992px) {
  #nav-icon {
    display: block;
  }
  .nav-list {
    display: none;
  }

  .right-menu .nav-list {
    display: block;
  }
  
  .logo-container {
  	height: 50px;
  	overflow: hidden;
  	margin-bottom: 10px;
  	margin-left: 10px;
  }
  
  .logo-container img {
	width: 100px;
		
  }
  
  .right-menu .search-input {
  	height: 40px;
  }
  
  
  .sidebar {
	overflow: auto;
	white-space: nowrap;
  }
  
  .sidebar li {
	display: inline-block;	  
  }
  
  .sidebar li a {
	  
  }
  
  

}

@media (max-width: 845px) {
  .footer-wrap .pull-right {
    float: none!important;
  }

}

@media (max-width: 768px) {
  .col-large-items, .i-item {
    padding-right: 15px !important;
  }
  .footer-col-item {
    margin-top: 15px;
  }
  .f-sponsor-heading {
    margin-top: 10px !important;
  }
  .banner-wrap,
  .main-generic-box {
    max-width: 565px;
  }
  
  
}



@media (max-width: 665px) {
  .contact-info li {
    display: block;
  }
  .contact-info li:not(:first-child) a {
    left: 0;
  }

  .contact-info li:after {
    display: none;

  }

  
}

@media (max-width: 500px) {


	.membership-item-wrap {
		height: 250px !important;
	}
	
	.membership-item-wrap h3 {
		font-size: 16px !important;
	}

  .right-menu {
    width: 100%;
    right: -500px;
  }

  .toggled {
    right: 0;
  }

  .social-icon i {
    left: 0;
  }

  .uye-soc-links,
  .uye-webpage-wrap,
  .uye-info-text-wrap {
    left: 0;
    padding: 0;
  }

  .main-generic-box {
    margin-bottom: 10px;
  }

  .carousel-main-wrap .item {
    background-color: #fff;
    min-height: 400px;
  } 
}



.fancybox-title-over-wrap {
  position: relative;
}

.fancybox-wrap .fancybox-skin {
  padding: 0 !important;
}

.a2a_kit {
  padding: 10px;
}

.a2a_bg {
  background-color: #FFF;
  display: block;
  margin-top: 10px;
  max-width: 175px;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.a2a_dd{color: #464646 !important;line-height: 20px !important;}
.a2a_divider, .a2a_button_facebook, .a2a_button_twitter, .a2a_button_google_plus{display: none !important}
.panel-body {
  position: relative;
  padding-bottom: 45px;
}

.lgn-w {
  width: 49%;
  display: inline-block !important;
}

/*5 columns*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.footer-col-item {
  display: block;
  padding: initial;
  padding-right: 20px;
  margin-right: 20px;
  max-width: 200px;
}

.footer-col-item a {
  display: block;
  margin-bottom: 15px;
}

.f-sponsor-heading {
  font-size: 14px;
  letter-spacing: .5px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-family: NudistaSemi, sans-serif;
  margin-top: 5px;
  margin-bottom: 15px;
}

img.fb-1 {
  max-width: 96px;
}

img.fb-2 {
  max-width: 62px;

}

img.fb-3 {
  max-width: 120px;
  
}


img.fb-4 {
  max-width: 82px;
}

img.fb-5 {
  max-width: 50px;
  
}

img.fb-6 {
  max-width: 86px;
}

img.fb-7 {
  max-width: 83px;
  
}

img.fb-8 {
  max-width: 76px;

}

img.fb-9 {
  max-width: 145px;
}

img.fb-tor {
  max-width: 64px;
}

img.fb-mim {
  max-width: 83px;
}

img.fb-net {
  max-width: 115px;
}

img.fb-dk {
  max-width: 85px;
}

img.fb-kat {
  max-width: 90px;
}

img.fb-sf {
  max-width: 98px;
}

img.fb-wt {
  max-width: 119px;
}

.phone,
.email,
.address {
  font-family: "NudistaSemi", sans-serif;
  margin-top: 10px;
  line-height: 19px;
  font-size: 14px;
  color: #333;
  display: block;
  text-decoration: none;
}

.banner-wrap {
  margin: 20px 0 0;
  padding: 15px;
  background-color: #FFF;
  
}


.row-under-bg {
  margin-left: 0;
  margin-right: -20px !important;
}

.row-under-bg .i-item {
  padding-left: 0 !important;
  padding-right: 20px !important;
}

@media (max-width: 992px) {
  .row-under-bg {
    margin-right: -15px !important;
    margin-left: -15px !important; 
  }
  .row-under-bg .i-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #posts {
    margin-right: -15px;
  }
}

.juri-panel .row {
  padding: 10px;
  margin: 0;
}

.juri-panel {
  padding-bottom: 0;
}


.a2a_img {
  background-image: url(../img/plus-icons.png) !important;
  position: relative;
  top: 1px;
}

.coming-soon-heading {
  font-size: 22px;
  font-weight: 600;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  line-height: 1.5;
}




/*MEMBERS*/


.selected-member-box {
  background-color: #FFF;


}

.sm-info-wrap {padding: 20px 20px 20px;-webkit-transition: .2s;-moz-transition: .2s;-ms-transition: .2s;-o-transition: .2s;transition: .2s;}


.sm-info-wrap.opacity-start {
  opacity: 0;
}

.sm-info-wrap.opacity-end {
  opacity: 1;
}
.membership-item-wrap {
  background-color: #FFF;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  height: 350px;
}

.membership-item-wrap:hover {
  opacity: .8;
}


.mi-photo {
  border-bottom: 4px solid #000;
  text-align: center;
  position: relative;
}


.selected-member-box .member-name {
  margin-top: 0;
  font-weight: 500;
  color: #000;
  float: left;
}

.membership-item-wrap h3 {
  margin-top: 15px;
  padding: 0 10px;
  color: #000;
  font-size: 18px;
}



.selected-member-box .member-bio {
  line-height: 1.5;
  font-size: 15px;
}

.membership-item .uye-soc-links {
  display: none;
}


.selected-member-box .membership-item-wrap {
  display: none;
}


.selected-member-box {
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  overflow: hidden;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  position: relative;
}


.selected-member-box.open {
  margin-bottom: 30px;
  min-height: 254px;
}


.mem-num {
	color: #999;
	padding: 10px 10px 0;
	font-weight: normal;
	float: right;
}

.mm-num {
	color: #999;
	font-size: 13px;
	float: left;
	margin: 0 10px 10px;
}

.mm-hold {
	margin-top: 0;
    font-weight: 500;
    border-bottom: 2px solid;
    margin-bottom: 20px;
    color: #000;
}

.job-box {
	background: #fff;
	border-top: 3px solid #000;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
    align-items: stretch;
    padding: 16px 32px;
}

.job-title {

}

.job-holder {
	overflow: hidden;
}

.job-box .job-img {
	max-width: 160px;
	display: block;
    border: 1px solid #F2F2F2;
}

.job-box .job-info {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.job-deta {
  display: flex;
}
.job-listing {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.job-listing li {
  display: flex;
  align-items: center;
  color: #999;
  font-weight: 500;
  font-size: 12px;
}
.job-listing li:first-child:before {
  display: none;
}
.job-listing li:before {
  margin-left: 8px;
  margin-right: 8px;
  content: '';
  background: #999;
  width: 4px;
  height: 4px;
  border-radius: 75px;
}

.job-box .job-info .small-brand{
  font-weight: 500;
  font-size: 12px;
  color: #000;
}

.job-box .job-info h3 {
	font-weight: 500;
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 32px;
}

.job-box .job-info .job-category {
	display: inline-block;
	border-top: 5px solid #000;
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block;
	background-color: #FFFF73;
	padding: 5px 10px;
	font-family: 'Nudista', sans-serif;
	/* padding-right: 15px; */
	text-align: center;
	margin-right: 15px;
}

.job-box .job-info .job-location {
	color: #999;
	font-size: 13px;
	margin-right: 30px;
}


.job-box .job-info .job-desc {
	font-size: 18px;
}

.job-box.sponsored {
	background: #cee;
}

.sp-boxes {
	margin-top: 40px;
	margin-bottom: 40px;
}

.sp-box {
	display: block;
	background: #fff;
	padding: 10px;
	border-top: 3px solid #000;
}

.date-sep {
	border-bottom: 1px solid #000;
}

.date-sep span {
	background: #000;
	color: #fff;
	padding: 10px 10px 5px;
	display: block;
	float: right;
}

.bullet-list li {
	list-style-type: disc;
}

.job-address {background-color: #FFF;padding-bottom: 15px;padding-top: 15px;margin-bottom: 15px;border-top: 3px solid #000;padding: 15px;}

.job-address h4 {
	font-weight: bold;
	margin: 5px 0 10px;
}

.job-address p {
	margin: 5px 0;
}

.selected-member-box .prev-mem {
	background: url('../img/left-arrow.svg') no-repeat;
	text-align: center;
	border: 0;
	padding: 8px 25px 5px;
	/* position: absolute; */
	/* left: -100px; */
	/* top: 50%; */
	height: 40px;
	background-position: 0 0;
	background-size: contain;
	padding-left: 35px;
	margin-top: 20px;
}

.selected-member-box .next-mem {
	background: url('../img/right-arrow.svg') no-repeat;
	text-align: center;
	border: 0;
	padding: 8px 25px 5px;
	/* position: absolute; */
	/* right: -100px; */
	/* top: 50%; */
	height: 40px;
	background-position: right 0;
	background-size: contain;
	padding-right: 35px;
	margin-top: 20px;
}


.heading-link {
	padding: 0;
	margin: 35px 0 0;
	float: right;
}

.heading-link li {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 10px;
}

.heading-link li.selected a {
	background-color: #B4FCF6;	
}



.heading-link a  {
	background-color: #FFF;
	border-top: 5px solid #000;
	padding: 5px 20px 4px 10px;
	font-family: 'Nudista', sans-serif;
	color: #000;
	font-size: 14px;
	letter-spacing: 2px;
	display: inline-block;
	text-decoration: none;	
}

.heading-link input {
	background-color: #FFF;
	padding: 5px 20px 4px 10px;
	font-family: 'Nudista', sans-serif;
	color: #000;
	font-size: 14px;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	border: 0;
	border-top: 5px solid #000;
}

.ik-text {
	text-align: center;
	padding: 20px 0;
}


/*.next-mem {
	background: #000;
	color: #fff;
	text-align: center;
	border: 0;
	padding: 8px 25px 5px;
}*/

@media (max-width: 992px) {
  .selected-member-box .member-name {
    margin-top: 20px;
    border: none;
    margin-bottom: 5px;
  }
}

@media (max-width:768px) {
  .m-content-img, p img {
    width: 100% !important;
    height: auto !important;
    margin: auto !important;
    
  }
}


