
body{padding:0; margin:0; 


  overflow-x: hidden !important;
font-family: 'Oswald', sans-serif;
font-size:18px;


  background-position: center top; background-repeat: no-repeat;


  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

h1 {
  font-size:15px; margin-top:-1px;
}

h2 {
  font-size:15px; margin-top:-1px;
}

h3 {
  font-size:15px; margin-top:-1px;
}
h4 {
  font-size:15px; margin-top:-1px;
}
h5 {
  font-size:15px; margin-top:-1px;
}

ul,li{padding:0; margin:0; list-style:none}
a{text-decoration:none}
img{border:none}






.sayfalama{position:relative; float:left; width:100%; height:32px; text-align:center; color:#000; background-color:#fff; z-index:2; }

.backRight {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #3498db url(../resimler/NikoPanelsol.jpg);
  background-size: cover;
  
  background-position: 50% 50%;
}

.backLeft {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #e74c3c url(../resimler/NikoPanelsag.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
}

#slideBox {
  width: 50%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 50%;
  position: absolute;

}
.topLayer {
  width: 200%;
  height: 100%;
  position: relative;
  left: 0;
  left: -100%;
}

.left {
  width: 50%;
  height: 100%;
  background: #2C3034;
  left: 0;
  position: absolute;
}

.right {
  width: 50%;
  height: 100%;
  background: #f9f9f9;
  right: 0;
  position: absolute;
}

.content {
  width: 250px;
  margin: 0 auto;
  top: 30%;
  position: absolute;
  left: 50%;
  margin-left: -125px;
}

.content h2 {
  color: #03A9F4;
  font-weight: 300;
  font-size: 35px;
}

button {
  background: #03A9F4;
  padding: 10px 16px;
  width: auto;
  font-weight: 600;
  text-transform:  uppercase;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 0.5px;
  
  
  
  
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
  border: 0;
  outline: 0;
  margin: 15px 15px 15px 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

button:hover {
  background: #0288D1;
  box-shadow: 0 4px 7px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
}
.off {
  background: none;
  color: #03A9F4;
  box-shadow: none;
}

.right .off:hover {
  background: #eee;
  color: #03A9F4;
  box-shadow: none;
}
.left .off:hover {
  box-shadow: none;
  color: #03A9F4;
  background: #363A3D;
}
input {
  background: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #45494C;
  font-size: 14px;
  color: #959595;
  padding: 8px 0;
  margin-top: 20px;
}











.slider--teams {
  position: relative;
  top: 50%;
  left: 49%;
  max-width: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider--teams .slider--teams__team {
  position: relative;
  overflow: hidden;
}

#list {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#list li {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
}



#list li figure {
  cursor: pointer;
  margin: 1em;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 450ms ease-in-out, -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 450ms ease-in-out, -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms ease-in-out;
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms ease-in-out, -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: scale(0.5) translateZ(0px);
          transform: scale(0.5) translateZ(0px);
}
#list li figure:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.6) translateZ(0px);
          transform: scale(0.6) translateZ(0px);
}
#list li figure:active {
  opacity: 1;
  -webkit-transform: scale(0.7) translateZ(0px);
          transform: scale(0.7) translateZ(0px);
}
#list li figure > div {
 border: 3px solid #3f6f9c;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  position: relative;
  margin: 2rem auto;
  width: 220px;
  height: 220px;
  top:32px;
  overflow: hidden;
  -webkit-transform: rotate(0deg) translateZ(0px);
          transform: rotate(0deg) translateZ(0px);
}
#list li figure > div > div {
 
  background-size: cover;
  background-position: 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  height: 270px;
  -webkit-transform: rotate(-15deg) translate(0%, -10%);
          transform: rotate(-15deg) translate(0%, -10%);
}
#list li figure figcaption h2 {
border: 3px solid #3f6f9c;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  position: relative;
  margin: 2rem auto;
  width: 220px;
  height: 30px;
    line-height:23px;
  top:1px;
  background-color:Orange;
  color:#000;
  overflow: hidden;
  -webkit-transform: rotate(0deg) translateZ(0px);
          transform: rotate(0deg) translateZ(0px);
}
#list li figure figcaption p {
border: 3px solid #3f6f9c;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  position: relative;
  margin: 2rem auto;
  width: 220px;
  height: 30px;
  line-height:23px;
  top:-30px;
  background-color:Red;
  overflow: hidden;
  -webkit-transform: rotate(0deg) translateZ(0px);
          transform: rotate(0deg) translateZ(0px);
}
#list li:nth-child(1) figure > div > div {
  background-position: 0px 0px !important;
}
#list li:nth-child(2) figure > div > div {
  background-position: 0px 20% !important;
}
#list li:nth-child(3) figure > div > div {
  background-position: 0px 40% !important;
}
#list li:nth-child(4) figure > div > div {
  background-position: 0px 60% !important;
}
#list li:nth-child(5) figure > div > div {
  background-position: 0px 80% !important;
}
#list li:nth-child(6) figure > div > div {
  background-position: 0px 100% !important;
}

.active {
  opacity: 1 !important;
  -webkit-transform: scale(1) translateZ(0px) !important;
          transform: scale(1) translateZ(0px) !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}





















.kmiglistsaydir{background-color:#fff;
float:left;
width:260px;
height:290px;
margin:10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 2px solid #fff;
-webkit-box-shadow: 2px 11px 25px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 11px 25px 0px rgba(0,0,0,0.75);
box-shadow: 2px 11px 25px 0px rgba(0,0,0,0.75);
position:relative;
}



#wrapper {
  display: flex;
  flex-direction: row;
}

#left {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#right {
  flex: 1;
}

/* Sign In */
#signin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-bottom: 1rem;
}

#signin form {
  width: 80%;
  padding-bottom: 3rem;
}

#signin .logo {
  margin-bottom: 8vh;
}

#signin .logo img {
  width: 300px;
}

#signin label {
  font-size: 0.9rem;
  line-height: 2rem;
  font-weight: 500;
}

#signin .text-input {
  margin-bottom: 1.3rem;
  width: 100%;
  border-radius: 2px;
  background: #181818;
  border: 1px solid #555;
  color: #ccc;
  padding: 0.5rem 1rem;
  line-height: 1.3rem;
}

#signin .primary-btn {
  width: 100%;
}

#signin .secondary-btn,
.or,
.links {
  width: 60%;
}

#signin .links a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.9rem;
}

#signin .or {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.2rem;
  align-items: center;
}

#signin .or .bar {
  flex: auto;
  border: none;
  height: 1px;
  background: #aaa;
}

#signin .or span {
  color: #ccc;
  padding: 0 0.8rem;
}

/* Showcase */
#showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../resimler/registerbg.jpg') no-repeat center center / cover;
  height: 100vh;
  text-align: center;
}

#showcase .showcase-text {
  font-size: 3rem;
  width: 100%;
  color: #fff;
  margin-bottom: 1.5rem;
}

#showcase .secondary-btn {
  width: 60%;
  margin: auto;
}

/* Footer */
#main-footer {
  color: #ccc;
  text-align: center;
  font-size: 0.8rem;
  max-width: 80%;
  padding-top: 5rem;
}

#main-footer a {
  color: #f96816;
  text-decoration: underline;
}

/* Button */
.primary-btn {
  padding: 0.7rem 1rem;
  height: 6.7rem;
  display: block;
  border: 0;
  border-radius: 2px;
  font-weight: 700;
  background: #f96816;
  color: #fff;
  font-size:25px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}

.primary-btn:hover {
  background-color: #ff7b39;
}

.secondary-btn {
  padding: 0.7rem 1rem;
  height: 2.7rem;
  display: block;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  font-weight: 500;
  background: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}

.secondary-btn:hover {
  border-color: #ff7b39;
  color: #ff7b39;
}

/* Media Queries */
@media (min-width: 1200px) {
  #left {
    flex: 4;
  }

  #right {
    flex: 6;
  }
}

@media (max-width: 768px) {
  body {
    overflow: auto;
  }

  #right {
    display: none;
  }

  #left {
    justify-content: start;
    margin-top: 4vh;
  }

  #signin .logo {
    margin-bottom: 2vh;
  }

  #signin .text-input {
    margin-bottom: 0.7rem;
  }

  #main-footer {
    padding-top: 1rem;
  }
}







































.blog-wrapper {
  padding: 1px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-wrapper .blog-card {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-width: 300px;
  margin: 8px 8px 8px 8px;
  background: #fff;
  border: 1px solid #CB6074;
  text-align: center;
  cursor: pointer;
}
.blog-wrapper .blog-card:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.blog-wrapper .blog-card:hover .card-img img {
  opacity: 0.8;
}
.blog-wrapper .blog-card .card-img {
  position: relative;
  text-align: center;
  background: #CB6074;
}
.blog-wrapper .blog-card .card-img img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-height: 180px;
  width: 100%;
  border-bottom: 4px solid #CB6074;
}
.blog-wrapper .blog-card .card-img:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px #CB6074;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.blog-wrapper .blog-card .card-img h1 {
  position: absolute;
  margin: 0;
  font-size: 22px;
  bottom: 15px;
  width: 100%;
  color: #fff;

}
.blog-wrapper .blog-card .card-details {
  margin-top: 30px;

  color: #3C3C3C;
}
.blog-wrapper .blog-card .card-details span {
  padding: 0 30px;
}
.blog-wrapper .blog-card .card-details span i {
  margin-right: 5px;
}
.blog-wrapper .blog-card .card-text {
  padding: 5px 15px;
color:#000;
text-align:Justify;

  line-height: 22px;
}
.blog-wrapper .blog-card .read-more {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  background: #CB6074;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
}
.blog-wrapper .blog-card .read-more:hover {
  background: #943143;
}



.NikoPanel-sohbetgirisi-title{width:100%; height:40px; line-height:40px; text-align:center; background-color:#3183d7; margin:auto;  color:#fff;   position:relative; }
.NikoPanel-sohbetgirisi{width:100%; height:700px;   margin:auto;    position:relative; }
.NikoPanel-gorevliler-title{width:100%; height:40px; line-height:40px; text-align:center; background-color:#3183d7;  margin:auto;  color:#fff;  position:relative; }
.NikoPanel-gorevliler{width:100%; height:400px;   margin:auto;    position:relative; }
.NikoPanel-mesajlar-title{width:100%; height:40px; line-height:40px; text-align:center;  background-color:#3183d7; margin:auto; color:#fff;   position:relative; }
.NikoPanel-mesajlar{width:100%; height:300px;   margin:auto;    position:relative; }




.NikoPanel-bloglar-title{width:100%; height:40px; line-height:40px; text-align:center;  background-color:#3183d7; margin:auto;  color:#fff;  position:relative; }
.NikoPanel-bloglar{width:100%;    margin:auto;    position:relative; }




.NikoPanel-populerodalar-title{width:100%; height:40px; line-height:40px; text-align:center;  background-color:#3183d7; margin:auto;  color:#fff;  position:relative; }
.NikoPanel-populerodalar{width:100%;    margin:auto;    position:relative; }

.NikoPanel-kurucular-title{width:100%; height:40px; line-height:40px; text-align:center;  background-color:#3183d7; margin:auto;  color:#fff;  position:relative; }
.NikoPanel-kurucular{width:100%;    margin:auto;    position:relative; }


.NikoPanel-hareketler-title{width:100%; height:40px; line-height:40px; text-align:center;  background-color:#3183d7; margin:auto;  color:#fff;  position:relative; }
.NikoPanel-hareketler{width:100%;    margin:auto;    position:relative; }


.NikoPanel-sonuyeler-title{width:100%; height:40px; line-height:40px; text-align:center; background-color:#3183d7;  margin:auto;  color:#fff;  position:relative; }
.NikoPanel-sonuyeler{width:100%; height:270px;   margin:auto;    position:relative; }



.NikoPanel-bloglarindetayi-title{width:100%; height:40px; line-height:40px; text-align:center; background-color:#3183d7;  margin:auto;  color:#fff;  position:relative; }
.bloggovdesi{width:100%; margin:auto; float:left; position:relative; background-color:#fff; }
.blogorta{width:1010px; margin:auto; background-color:#fff; margin-top:6px; position:relative;


}





.NikoPanel-foterler-title{width:100%; height:40px; line-height:40px; text-align:center;  background-color:#3183d7; margin:auto; float:left; color:#fff;  position:relative; }
.NikoPanel-foterler{width:100%;  float:left;  margin:auto; background-color:#3183d7;  position:relative; }











.close_btn{position:absolute;cursor:pointer;left:0;top:0;width:44px;height:44px;background:url(../resimler/btn.png);}
.file{position:absolute;cursor:pointer;left:88px;top:328px;width:254px;color:#fff;height:31px;}
.collar{position:relative;top:-138px;width:110px;height:146px;background:url(../resimler/collar.png);}
#kullanicidivi2{margin-top:-285px; background:url(../resimler/kirmizibgsi.png);position:absolute;z-index:9999;}
#kullanicidivi3{margin-top:-285px; background:url(../resimler/siyahbgsi.png);position:absolute;z-index:9999;}


.isec{display: block;
width: 98%;
height: 31px;
text-align: center;
top: 18px;
position: absolute;
color: #000;
line-height: 31px;
font-weight: bold;
background: url(../resimler/isec.png);}
.ikonk{padding:5px;background:#c32929;clear:both;position:relative;top: -89px;}
.ikonk img{cursor:pointer;border:2px solid #aaaaaa;width:42px;height:42px;margin-right:4px;}





.siyahbeyaz-simgelerimiz {float:left; position:relative;  
border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
border: 3px solid #ffffff;
 }

.siyahbeyaz-simgelerimiz:hover {float:left; position:relative;  

border: 3px solid #ff6347;
 }









menu, ol, ul {
    padding: 0;
}
dl, menu, ol, ul {
    margin: 0;
    list-style: none;
}
.commentlist {
    max-width: 800px;
    margin: 0 auto;
}








.commentlist>.comment, .CommentForm>.comment, .comment ul>.comment {
    list-style: none;
    background: rgba(0,0,0,0.05);
    padding: 1rem;
    position: relative;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    padding-bottom: 1rem;
}
.commentlist>.comment.featured, .CommentForm>.comment.featured, .comment ul>.comment.featured {
   
    background-size: contain;
    background-position: top center;
}

*, *::after, *::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div {
    display: block;
}

.grid-1-5 {
    width: 20%;
}
.grid-4-5 {
    width: 80%;
}
.grid [class*='grid-'] {
    float: left;
    position: relative;
    margin: 0 0 1rem 0;
    padding-right: 1rem;
}
.commentlist .comment-body, .CommentForm .comment-body, .comment ul .comment-body {
    padding: 0;
}
.grid [class*='grid-']:last-child {
    padding-right: 0;
}
.commentlist .comment-avatar img, .CommentForm .comment-avatar img, .comment ul .comment-avatar img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.comment-time {
    margin: 0 0 5px 0;
}

a {
    color: #03A9F4;
  text-decoration: none;
}

.screen-reader, .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader, .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
*, *::after, *::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.commentlist .comment-body time, .CommentForm .comment-body time, .comment ul .comment-body time {
    color: #ccc;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.commentlist .comment-content, .CommentForm .comment-content, .comment ul .comment-content {
    padding-right: 1rem;
    overflow: hidden;
}

p, pre, figure {
    margin: 0 0 1rem 0;
}
.commentlist .reply, .CommentForm .reply, .comment ul .reply {
    position: absolute;
    top: 0;
    right: 1rem;
}
.group:after, .forum-titles:after, .forums-module>.reply:after {
    content: "";
    display: table;
    clear: both;
}

