

body {
  margin: 0px;
  padding: 0px;
  background: #fafafa;
  height: 100%;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  color: #222222;
}
html {
  height: 100%;
  width: 100%;
}
/* ======DEFAULT BROWSER STYLE========= */

a:focus,
a:hover {
  text-decoration: none;
  transition: 300ms ease-in-out;
}
a:focus,
.btn:focus,
.btn:active:focus,
button:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}


/*@media (min-width: 1200px){
  .container {
    max-width: 1200px;

  }
}*/
/* =========== SPACE CLASSES=========== */

.space3 {
  margin-top: 3px;
}
.space5 {
  margin-top: 5px !important;
}
.space10 {
  margin-top: 10px!important;
}
.space10b {
  margin-bottom: 10px!important;
}
.space15 {
  margin-top: 15px;
}
.space20 {
  margin-top: 20px!important;
}
.space25 {
  margin-top: 25px;
}
.space30 {
  margin-top: 30px!important;
}
.space40 {
  margin-top: 40px;
}
.space50 {
  margin-top: 50px!important;
}
.space60 {
  margin-top: 60px!important;
}
.space70 {
  margin-top: 70px!important;
}
.space80 {
  margin-top: 80px;
}
.space100 {
  margin-top: 100px!important;
}
.space120 {
  margin-top: 120px;
}
.space200 {
  margin-top: 200px!important;
}
.pad0 {
  padding: 0!important;
}
.m0{
  margin: 0!important;
}
.mleft0 {
  margin-left: 0!important;
}
.f700{
  font-weight: 700 !important;
}

.space-right4{
  padding-right: 4px;
}
.space-left4{
  padding-left: 4px;
}
.space-top4{
  margin-top: 8px;
}

/*-------------- custom css ------------------*/

header{
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  background: #fff;
}

header .btn-secondary:hover {
  color: #fff;
  background-color: #f15f31;
  border-color: #f15f31;
}

header .btn-secondary:not(:disabled):not(.disabled).active,
header .btn-secondary:not(:disabled):not(.disabled):active,
header .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #f15f31;
  border-color: #f15f31;
}

header .btn-secondary:not(:disabled):not(.disabled).active:focus,
header .btn-secondary:not(:disabled):not(.disabled):active:focus,
header .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

header .btn-secondary.dropdown-toggle::after{
  content: none;
}

header .btn-secondary {
  color: #666666;
  background-color: transparent;
  border-color: transparent;
  font-size: 18px;
  display: flex;
  float: right;
  align-items: center;
}

.search-area .search-icon {
  position: absolute;
  right: 30px;
  top: 8px;
  cursor: pointer;
}

.search-area .form-control{
  box-shadow: none;
  height: 45px;
  border-radius: 3px;
  font-size: 16px;
  color: #999999;
}

.search-area .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-size: 16px;
}
.search-area .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-size: 16px;
}
.search-area .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-size: 16px;
}
.search-area .form-control:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: 400ms ease-in-out;
  padding: 12px 28px;
  text-align: center;
}

.navbar-light .navbar-nav .nav-item{
  display: inline-block;
  margin: 0 16px;
}

.navbar-light .navbar-nav .v-play{
  margin-right: 0;
}

.navbar-light .navbar-nav .v-play .nav-link{
  color: #f15f31;
  width: 100%;
  padding: 12px 16px;
}

#menu-sec{
  background: #fff;
}

#menu-sec .container-fluid{
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0,0,0,.9);
  border-bottom: 2px solid #f15f31;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #f15f31;
  color: #f15f31;
}

#video-list .white-box{
  background: #fff;
  padding: 20px 40px;
}

#video-list h1.title{
  font-size: 22px;
  color: #222;
  font-weight: 700;
}

#video-list h2.title{
  font-size: 22px;
  color: #222;
  font-weight: 700;
}

#video-list .category-list li{
  display: inline-block;
  color: #dedede;
}

.white-box hr {
  margin-top: 12px;
  margin-bottom: 12px;
}

.category-list li a{
  color: #666;
  font-size: 15px;
  font-weight: 700;
  transition: 400ms ease-in-out;
}

.category-list li a:hover{
  color: #f15f31;
}

.category-list li.active a{
  color: #f15f31;
}

.videolar h4{
  font-size: 16px;
  color: #222;
  margin-bottom: 5px;
  line-height: 22px;
}
.videolar h4 a{
  font-size: 16px;
  color: #222;
  margin-bottom: 5px;
  line-height: 22px;
  transition: 400ms ease-in-out;
}

.videolar h4 a:hover{
  color: #f15f31;
}

.videolar h5{
  font-size: 12px;
  color: #222;
  font-weight: 700;
}

.videolar p{
  color: #999;
  font-size: 12px;
  font-weight: 700;
}

.videolar h2.title{
  font-size: 16px !important;
  color: #222 !important;
  margin-bottom: 5px !important;
  line-height: 22px !important;
}
.videolar h2.title a{
  font-size: 16px !important;
  color: #222 !important;
  margin-bottom: 5px !important;
  line-height: 22px !important;
  transition: 400ms ease-in-out !important;
}

.videolar h2.title a:hover{
  color: #f15f31 !important;
}

footer{
  background: #eeeeee;
  padding: 30px 0 50px;
}

.foot-list1 li.list-inline-item {
  vertical-align: middle;
}

.foot-list1 li a{
  color: #222;
  font-weight: 700;
  font-size: 16px;
  margin: 0 18px 0 0;
  display: inline-block;
  transition: 400ms ease-in-out;
}

.foot-list1 li a:hover{
  color: #f15f31;
}

.foot-list1 li:last-child a{
  margin: 0 5px;
}

.foot-list1 li a .fa{
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
}

.foot-list1 li a .fa.fa-facebook{
  background: #3b5998;
}

.foot-list1 li a .fa.fa-twitter{
  background: #55acee;
}

.foot-list2 li a{
  color: #999;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 5px 0;
  transition: 400ms ease-in-out;
}

.foot-list2 li a:hover{
  color: #f15f31;
}

footer .container , #copyright .container{
  padding: 0 50px;
}


#copyright{
  background: #dedede;
  color: #999;
  font-size: 15px;
  padding: 16px 0;
}


.search-mobile{
  display: none;
}





/*-------------  video detail -----------------*/

.single-video h1{
  color: #222;
  font-weight: 700;
  font-size: 22px;
}
.video-detail-box{
  background: #fff;
  padding: 15px 25px;
}
.video-detail-box h4{
  font-size: 16px;
  font-weight: 700;
}
.video-detail-box .abone-btn {
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 22px;
  border-radius: 4px;
  border: 1px solid #f15f31;
  color: #f15f31;
}
.video-detail-box p{
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
.video-detail-box .category-list li a{
  font-size: 16px;
}
.video-detail-box h4 span{
  color: #999;
}
.fw400{
  font-weight: 400 !important;
}
.f16{
  font-size: 16px !important;
  line-height: 20px;
}
.video-detail-box h3{
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.commnet-box{
  border: 1px solid #dedede;
  padding: 20px;
  margin-top: 10px;
}

.commnet-box .media-body{
  position: relative;
}

.commnet-box .media-body .form-control{
  border-radius: 0;
}

.commnet-box .media-body:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #ccc;
  border-bottom: 7px solid transparent;
  left: -7px;
  top: 20px;
}

.commnet-box .media-body:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
  left: -6px;
  top: 20px;
}

.comment-list li{
  color: #999999;
  font-size: 16px;
}

.comment-list li span{
  font-weight: 700;
}

.btn-iptal{
  background: transparent;
  border: 1px solid #d7d7d7;
  padding: 7px 28px;
  font-size: 14px;
  font-weight: 700;
  color: #999;
  border-radius: 2px;
}
.btn-gonder{
  background: #2d3f4f;
  border: 1px solid #2d3f4f;
  padding: 7px 28px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
}
.video-detail-box .media-body h4{
  color: #2d3f4f;
}
.video-detail-box .media-body h4 span{
  position: relative;
}

.video-detail-box .media-body h4 span:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}

#video-list .single-video .white-box{
  padding: 15px;
}
.f700{
  font-weight: 700 !important;
}








.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 19px;
  margin-bottom: 0;
  vertical-align: middle;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f15f31;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f15f31;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider:after{

}

input:checked + .slider:after{
  content: url(../img/toggle-on.png);
  left: 10px;
  top: -4px;
  position: absolute;
}
.toggle-txt{
  color: #f15f31;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}




/*--------------- channel page --------------*/

.navg-list li {
  font-size: 12px;
  color: #999;
  transition: 400ms ease-in-out;
}
.navg-list li a{
  font-size: 12px;
  color: #999;
  transition: 400ms ease-in-out;
}
.navg-list li a:hover{
  color: #f15f31;
}
.navg-list li.arrow{
  color: #f15f31;
}
.white-box .back-img{
  /*background: url(../img/back-banner.png) no-repeat;*/
  background-size: cover;
  padding: 80px 20px 15px;
}
.white-box .media-body h1{
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 3px;
}.white-box .media-body h2{
   color: #fff;
   font-size: 32px;
   font-weight: 700;
   margin-bottom: 3px;
 }
.white-box .back-img .media p{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.social-list li a .fa{
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 34px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
}

.social-list a .fa.fa-facebook{
  background: #3b5998;
}

.social-list a .fa.fa-twitter{
  background: #55acee;
}

.social-list a .fa.fa-google-plus{
  background: #dd4b39;
}

.social-list a .fa.fa-youtube-play{
  background: #bb0000;
}

.abone-btn{
  background: #f15f31;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 4px;
}

.daha-btn{
  border: 1px solid #f15f31;
  font-size: 18px;
  font-weight: 700;
  color: #f15f31;
  display: block;
  text-align: center;
  width: 320px;
  padding: 10px 0;
  margin: 20px auto;
}

.football-box.sidebar img{
  height: 32%;
  object-fit: cover;
}

.football-box{
  position: relative;
}

.football-box .football-caption{
  position: absolute;
  bottom: 15px;
  left: 30px;
}
.football-box .football-caption h1{
  font-size: 42px;
  color: #fff;
}
.football-box .football-caption h1 a{
  color: #fff;
}

.football-box.sidebar .football-caption h1{
  font-size: 20px;
  color: #fff;
}

.football-box.sidebar .football-caption p{
  font-size: 14px;
  margin-bottom: 0;
}

.football-box.sidebar .football-caption{
  left: 10px;
  bottom: 10px;
}

.football-box .football-caption p{
  font-size: 16px;
  color: #999;
  font-weight: 700;
}
.video-part{
  position: relative;
  display: block;
}

.video-part p{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  margin-bottom: 0;
  padding: 0 5px;
}










.sprite-img{
  background: url(../img/sprite-img.png) no-repeat;
}

.sprite-img.logo{
  background-position: 61% -116px;
  width: 146px;
  height: 40px;
}

.sprite-img.search-icon {
  width: 7%;
  height: 35px;
  background-position: 78% 32%;
}

.sprite-img.user-img {
  width: 50px;
  height: 37px;
  background-position: 88% -29px;
  border-radius: 50%;

}
.sprite-img.video-icon {
  width: 35px;
  height: 20px;
  background-position: 51% -52px;
  display: inline-block;
}

.sprite-img.foot-logo {
  background-position: 31% -110px;
  width: 151px;
  height: 45px;
}

.sprite-img.app-store {
  background-position: -8px -21px;
  width: 142px;
  height: 45px;
}

.sprite-img.netbu-img {
  background-position: -40px 81%;
  width: 95px;
  height: 30px;
  float: right;
}

.sprite-img.tags {
  background-position: 71% -12px;
  width: 245px;
  height: 30px;
}


/*--------------- media query ----------------*/

@media(max-width: 1440px){
  .navbar-light .navbar-nav .nav-item {
    margin: 0 8px;
  }
}

@media(max-width: 1280px){
  .navbar-light .navbar-nav .nav-item {
    margin: 0 4px;
  }
}

@media(max-width: 1199px){
  .navbar-light .navbar-nav .nav-link {
    padding: 12px 15px;
    font-size: 14px;
  }
  .videolar h4{
    font-size: 15px;
  }
  .videolar p{
    font-size: 13px;
  }
  .foot-list1 li a{
    font-size: 13px;
    margin: 0 5px 0 0;
  }
  #video-list h1.title {
    font-size: 28px;
  }  #video-list h2.title {
       font-size: 28px;
     }
  .football-box.sidebar .football-caption h1 {
    font-size: 17px;
  }
  .football-box .football-caption h1 {
    font-size: 36px;
  }
  .football-box.sidebar .football-caption p {
    font-size: 12px;
  }
  .toggle-txt{
    font-size: 14px;
  }
  .single-video h1{
    font-size: 25px;
  }
  .foot-list1 li.list-inline-item {
    margin-right: 5px;
  }
}

@media(max-width: 991px){
  .navbar-light .navbar-nav .nav-item{
    text-align: left;
    display: block;
  }
  .navbar-light .navbar-nav .nav-link{
    text-align: left;
    display: inline-block;
  }
  .navbar-light .navbar-toggler {
    color: #f15f31;
    border-color: transparent;
    font-size: 32px;
  }
  .navbar{
    flex-direction: row-reverse;
  }
  header .btn-secondary{
    font-size: 17px;
  }
  #video-list .white-box{
    padding: 20px 25px;
  }
  .foot-list1 li:first-child{
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .foot-list1{
    text-align: center;
  }
  .foot-list1 li a {
    font-size: 16px;
    margin: 0 20px 0 0;
  }
  .football-box.sidebar{
    display: inline-block;
    width: 49.75%;
  }
  .football-box.sidebar img{
    width: 100%;
  }
  .white-box div.pl-2{
    padding-left: 15px !important;
  }
  .abone-btn{
    margin-top: 10px;
    display: inline-block;
  }
  .video-detail-box .abone-btn{
    margin-top: 0;
  }
  .video-part img{
    width: 100%;
  }
}


@media(max-width: 767px){
  header{
    padding: 10px 0;
  }
  .category-list.text-right{
    text-align: left !important;
  }
  #video-list h1.title {
    font-size: 20px;
  }
  #video-list h2.title {
    font-size: 20px;
  }
  .category-list li a{
    font-size: 13px;
  }
  .category-list.space10 {
    margin-top: 0px!important;
  }
  .foot-list1 li a {
    font-size: 14px;
    margin: 0 6px 0 0;
  }
  #copyright{
    text-align: center;
  }
  #copyright .text-right{
    text-align: center !important;
    margin-top: 10px;
  }
  .white-box .videolar .media{
    display: block;
  }
  .white-box .videolar .media iframe{
    width: 100%;
    height: 150px;
  }
  .white-box .back-img{
    text-align: center;
    padding: 20px;
  }
  .white-box .back-img .text-right{
    text-align: center !important;
  }
  .white-box .back-img .media{
    display: block;
  }
  .white-box .back-img .mr-3 {
    margin-right: 0!important;
  }
  .football-box .h-100 {
    height: auto!important;
  }
  .football-box .football-caption h1 {
    font-size: 24px;
  }
  .football-box .football-caption {
    bottom: 0px;
    left: 15px;
  }
  .white-box div.pr-2 {
    padding-right: 15px!important;
  }
  .football-box.sidebar {
    width: 100%;
  }
  .daha-btn{
    width: 100%;
    display: block;
    font-size: 16px;
  }
  .navg-list li a {
    font-size: 14px;
  }
  .single-video h1 {
    font-size: 20px;
  }
  .video-detail-box p{
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
  }
  .video-detail-box .category-list li a {
    margin-top: 10px;
    display: block;
  }
  .video-detail-box h4 {
    font-size: 15px;
  }
  .comment-list.text-right{
    text-align: left !important;
  }
  .btn-iptal,.btn-gonder{
    padding: 7px 15px;
  }
  .f16 {
    font-size: 14px !important;
    line-height: 20px;
  }
  .video-detail-box p.f16{
    text-align: right;
  }
  .comment-list li{
    font-size: 15px;
  }
  .sprite-img.search-icon {
    width: 25%;
    background-position: 78% 30%;
    float: right;
  }
  header .btn-secondary{
    float: none;
  }
  .sprite-img.logo {
    background-position: -240px -67px;
    background-size: 500px;
  }
  .sprite-img.netbu-img{
    float: none;
    display: block;
    margin: 0 auto;
  }
  .boxlogin{
    margin-left:10px !important;
  }
}


@media(max-width: 375px){
  #video-list h1.title {
    font-size: 18px;
  }  #video-list h2.title {
       font-size: 18px;
     }
  .category-list li a {
    font-size: 11px;
  }
  .video-detail-box{
    padding: 15px;
  }
  .single-video h1 {
    font-size: 18px;
  }
  .foot-list1 li a {
    font-size: 13px;
  }
}

@media(max-width: 360px){
  .pr-2 {
    padding-right: 3px!important;
  }
  .pl-2 {
    padding-left: 3px!important;
  }
  header .btn-secondary{
    font-size: 15px;
  }
  header .btn-secondary img{
    width: 30px;
  }
  .category-list li a {
    line-height: 17px;
    display: block;
  }
  .white-box .media-body h1{
    font-size: 25px;
  }  .white-box .media-body h2{
       font-size: 25px;
     }
  .white-box .back-img .media p {
    font-size: 16px;
  }
  .football-box .football-caption h1 {
    font-size: 19px;
  }
  .football-box .football-caption p {
    font-size: 14px;
  }
  .single-video h2 {
    font-size: 16px;
  }
  .commnet-box{
    padding: 12px;
  }
  .btn-iptal, .btn-gonder {
    padding: 7px 10px;
    font-size: 12px;
  }
  .sprite-img.search-icon {
    width: 32%;
    background-position: 78% 30%;
  }
}

.lastsection {
  margin-top: -16px !important;
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 600;
  top: 0;
  background: url(../images/boxOverlay.png);
  display: none;
}
.overlayBox {
  top: 0;
  margin-top: 60px;
  z-index: 9999999999999;
  position: fixed;
  display: none;
  width: 100%;
}
.overlayBox .center {
  width: 620px;
  margin: auto;
}
.boxsingup {
  width: 620px;
  background: #fff;
  display: none;
}
.boxlogin {
  width: 420px;
  background: #FFF;
  margin-left: 100px;
  text-align: center;
}
.number-wrapper {
  float: right;
  padding-top: 15px;
  padding-bottom: 25px;
  clear: both;
}.number {
   border: 1px solid #ecedef;
   background: #FFFFFF;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   float: left;
   margin-left: 20px;
 }
.number .selected {
  color: #f45d2f !important;
}
.number a {
  display: block;
  float: left;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1d4766;
  float: left;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #ecedef;
  height: auto;
  clear: none;
  margin: 0px;
}
.hedebg {
  position: absolute;
  width: 100%;
  padding: 22px 0 0 0 !important;
  bottom: 0px !important;
  height: 142px !important;
  background: transparent url(https://www.zapkolik.com/images/slider-bg.png) repeat-x;
}

.overlayBox .heads {
  line-height: 70px
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 600;
  top: 0;
  background: url(../img/boxOverlay.png);
  display: none
}
.overlayBox {
  top: 0;
  margin-top: 60px;
  z-index: 9999999999999;
  position: fixed;
  display: none;
  width: 100%
}

.overlayBox .center {
  width: 620px;
  margin: auto
}

.overlayBox .head {
  position: relative;
  background: #f4f4f3;
  height: 70px;
  text-align: center;
  font-family: 'Titillium Web';
  font-weight: 700;
  color: #1d4766;
  font-size: 22px;
  line-height: 67px;
  border-bottom: 1px solid #d1d7db;
  margin-top: 0
}

.overlayBox .foot {
  border-top: 1px solid #d1d7db;
  text-align: center;
  font-family: 'Titillium Web';
  font-weight: 600;
  color: #1d4766;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px
}

.overlayBox .foot a {
  color: #f45d2e;
  cursor: pointer
}

.overlayBox .close {
  display: block;
  background: url(../img/zapkolik-sprite.png?t=1);
  background-position: -216px -56px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px
}

.overlayBox .facebook {
  display: inline-block;
  background: url(../img/zapkolik-sprite.png?t=1);
  background-position: -0 -111px;
  width: 220px;
  height: 46px;
  cursor: pointer;
  clear: both
}

.overlayBox .twitter {
  display: inline-block;
  background: url(../img/zapkolik-sprite.png?t=1);
  background-position: -220px -111px;
  width: 220px;
  height: 46px;
  cursor: pointer;
  clear: both;
  margin-top: 10px
}

.overlayBox input {
  width: 209px;
  height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #cccccb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1d4766;
  margin-bottom: 10px
}

.overlayBox input:focus {
  border: 1px solid #f45d2e;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 90, 7, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(255, 90, 7, 0.75);
  box-shadow: 0 0 10px 0 rgba(255, 90, 7, 0.75)
}

.overlayBox .title-wrapper {
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
  margin-left: 40px;
  text-align: left !important;
  font-weight: 600 !important;
  font-size: 16px !important
}

.overlayBox .title-cont {
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
  margin-left: 40px;
  text-align: left !important;
  font-size: 14px !important;
  font-weight: 600 !important
}

.overlayBox .title-cont label {
  line-height: 20px;
  padding-left: 5px;
  cursor: pointer
}
.overlayBox .radio {
  width: auto;
  height: auto
}

.overlayBox button {
  background: none repeat scroll 0 0 #f45d2e;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  padding: 10px 20px;
  text-align: center;
  float: left;
  margin-left: 165px;
  margin-bottom: 20px
}


.boxlogin {
  text-align: center;
}
.boxlogin div {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #8897a5;
  margin-top: 30px;
  margin-bottom: 15px
}
.fleft {
  float: left;
}
.boxlogin .fleft {
  margin: 0;
  text-align: left;
  margin-left: 100px
}

.boxlogin .fleft a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1d4766;
  text-decoration: underline;
  display: block;
  margin-top: 10px
}
.fright {
  float: right;
}
.boxlogin .fright {
  margin: 0;
  margin-right: 100px
}

.boxlogin button {
  margin-left: 0 !important
}

input.css-checkbox[type="checkbox"] {
  border: 0 none;
  clip: rect(0,0,0,0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
input.css-checkbox.lrg[type="checkbox"] + label.css-label.lrg {
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 15px;
  line-height: 14px;
  padding-left: 22px;
  vertical-align: middle;
  font-family: 'Titillium Web',sans-serif;
  font-weight: 600;
  color: #1d4766;
}
input.css-checkbox.lrg[type="checkbox"]:checked + label.css-label.lrg {
  background-position: 0 -16px;
}
.klaus {
  background-image: url(../img/klaus.png);
}
.clear {
  clear: both;
}

.boxsingup {
  width: 620px;
  background: #fff;
  display: none
}

.boxsingup .fleft {
  width: 298px;
  text-align: center;
  border-right: 1px solid #d1d7db
}

.boxsingup .fleft div {
  color: #8897a5;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: center
}

.boxsingup .fright {
  width: 300px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px
}

.boxsingup .fright div {
  color: #8897a5;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px
}

.boxsingup .fright p {
  text-align: left;
  color: #707f8a;
  font-family: "Titillium Web";
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px
}
.sex-text {
  float: left;
  margin-bottom: 0 !important
}
.sex-cont {
  float: left;
  margin-left: 10px;
  margin-bottom: 0 !important
}


.main-wrapper {
  width: 940px;
  margin: 0 auto;
}
.upload{
  margin-top: 20px;
}
.upload .page-title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #f45d2e;
  height: 60px;
  line-height: 35px;
  float: left;
}


.upload .left-side {
  height: 270px;
  background: #FFF;
  border: 1px solid #ebebea;
  text-align: center;
  margin-bottom: 40px;
}
.upload .left-side .title {
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  color: #707f8a;
  padding-top: 58px;
  padding-bottom: 40px;
}
.upload .left-side .uploadbutton {
  text-align: center;
  background: #f45d2e;
  padding: 10px 20px 10px 20px;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
}
.upload .left-side .uploadbutton:hover {
  background: #1d4766;
}
.left-side p {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  color: #707f8a;
}
.dn {
  display: none;
}

.upload .right-side {
  min-height: 270px;
  background: #FFFFFF;
  border: 1px solid #ebebea;

  text-align: center;
}
.upload .right-side .title {
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  color: #707f8a;
  padding-top: 58px;
  padding-bottom: 25px;
}
.upload .right-side .or {
  padding-bottom: 30px;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  color: #707f8a;
  line-height: 21px;
}
.upload .right-side input {
  background: #fff;
  padding: 10px 20px 10px 20px;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  color: #1d4766;
  font-weight: 700;
  margin-left: 10%;
  border: 1px solid #cccccb;
  float: left;
}

.upload .right-side .uploadbutton {
  text-align: center;
  background: #f45d2e;
  padding: 10px 20px 10px 20px;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
  margin-left: 10px;
}
.upload .right-side .uploadbutton:hover {
  background: #1d4766;
}
.lastsection {
  margin-top: -16px !important;
}

.uploadinfo li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 5px
}

.uploadinfo li .progress {
  border: 1px solid #1d4766;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative
}

.uploadinfo li .progress.blink {
  border: 1px solid red;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 10px #ff7171
}

.uploadinfo li .progress .cancel {
  top: 1px;
  right: 1px;
  position: absolute;
  border: 1px solid #f45d2f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px
}

.uploadinfo li .progress .cancel a {
  font-family: "Titillium Web", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #f45d2f
}

.uploadinfo li .progress .cancel:hover {
  border: 1px solid #1d4766
}

.uploadinfo li .progress .cancel:hover a {
  color: #707f8a
}

.uploadinfo li .bar {
  background-color: #fb4b4b;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 20px;
  width: 0
}

.uploadinfo li .bar.done {
  background-color: #b4f5b4
}

.uploadinfo li .percent {
  display: inline-block;
  left: 48%;
  position: absolute;
  top: 3px
}

.uploadinfo {
  background: #FFF;
  border: 1px solid #ebebea;
  padding: 10px;
  margin-bottom: 20px;
  display: none
}

.uploadinfo li {
  display: block;
  clear: both
}

.uploadinfo span {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1d4766;
  width: 200px;
  display: block;
  float: left;
  line-height: 24px
}

.uploadinfo input {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1d4766;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccb;
  width: 78%
}

.uploadinfo select {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1d4766;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccb;
  width: 78%
}

.uploadinfo textarea {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1d4766;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccb;
  width: 78%;
  height: 200px
}

.uploadinfo button {
  text-align: center;
  background: #f45d2e;
  padding: 10px 20px 10px 20px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
  margin-top: 10px
}

.uploadinfo button:hover {
  background: #1d4766
}

.uploadinfo .loader {
  margin-left: 10px;
  margin-top: 18px;
  display: none
}

.uploadinfo .disabled {
  background: #aaaaa9 !important
}

#uploadSuccess {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1d4766;
  margin-bottom: 30px
}

#uploadSuccess h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #707f8a;
  line-height: 30px
}
.upload .footer {
  clear: both;
}
.upload .footer .left-side {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  height: auto;
  border: 0px;
  margin: 0px;
  margin-left: 0px;
  margin-left: 20px;
  text-align: left;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #707f8a;
  line-height: 22px;
}
.upload .footer .left-side .title {
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 0px;
}
.upload .footer .left-side a {
  color: #f45d2f;
  line-height: 22px;
  font-weight: 700;
}
.upload .footer .left-side {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  height: auto;
  border: 0px;
  margin: 0px;
  margin-left: 0px;
  margin-left: 20px;
  text-align: left;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #707f8a;
  line-height: 22px;
}
.upload .footer .left-side .title {
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 0px;
}
.description textarea {
  width: 620px;
  /*width: 600px;*/
  padding: 10px;
  border: 0px;
  min-height: 100px;
}
.share-box {
  float: left;
  width: 280px;
}
.share-box .facebook {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.share-box .twitter {
  float: left;
  margin-right: 10px;
  /*position: relative;*/
  width: 95px !important;
}
.share-box .gplus {
  float: left;
  position: relative;
  /*top: -12px;*/
}
.result{
  margin-top:15px;
}
.result .right-side {
  background: #FFF;
}
.result .right-side .border {
  border: 1px solid #e4e4e4;
  border-top: 0px;
}
.result .right-side .title {
  padding: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #f45d2f;
  line-height: 28px;
}
.result .right-side .title a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #f45d2f;
  line-height: 28px;
}
.result .right-side .total {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #707f8a;
  padding: 10px;
}
.result .right-side .clear a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1d4766;
  line-height: 18px;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
}
.result .right-side .clear a span {
  float: right;
  padding-right: 10px;
  padding-top: 1px;
  display: block;
}
.result .right-side .clear a:hover span {
  color: #f45d2f;
}
.result .right-side .clear a:hover {
  color:#f45d2f;
  border-bottom:1px solid #f45d2f;
}
.result .left-side {
  float:left;
}
.result .left-side a{
  color: #1d4766;
}
.result .left-side a:hover{
  color: #f45d2e;
}
.result .page-title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #f45d2e;
  min-height: 60px;
  line-height: 35px;
  float: left;
  font-weight: 600;
}
.result .page-title div {
  max-width: 535px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #f45d2e;
  float: left;
  font-weight: 600;
  margin-right: 10px;
  margin-top: 10px;
}
.result .page-title span {
  float: left;
  margin-top: 10px;
  font-weight: 300;
  min-height: 50px;
}
.result .left-side .fright {
  position: absolute;
  right: 0px;
  margin-right:5px;
}
.result .nav {
  display: block;
  float: left;
  background-color: #FFFFFF;
  border: 1px solid #eaeced;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 200;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1d4666;
  cursor: pointer;
  height: 35px;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 10px;
}
.result .nav .fleft {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1d4666;
  cursor: pointer;
  height: 35px;
  line-height: 33px;
}
.result .nav span {
  display: block;
  background: url(../img/zapkolik-sprite.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: -185px -24px;
  width: 14px;
  height: 7px;
  float: left;
  margin: 14px 5px 4px;
}
.result .nav .categori-list {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 36px;
  padding-top: 2px;
}
.result .nav .categori-list div {
  background-color: #FFFFFF;
  border: 1px solid #eaeced;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}

.result .nav .categori-list a {
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1d4666;
  white-space: nowrap;
  float: left;
  margin: 10px;
  line-height: 20px;
  clear: none;
  height: auto;
}
.result .nav .categori-list a:hover {
  color:#f45d2f;
}
.result .nav:hover {
  background-color:#f45d2e;
  color:#FFF;
}
.result .nav:hover .fleft{
  color:#FFF;
}
.result .nav:hover span{
  background:url(../img/zapkolik-sprite.png);
  background-position:-217px -48px;
}

.result .nav:hover .categori-list {
  display:block !important;
}

.videos .comment-video .user {
    float: left;
    cursor: pointer;
}
.videos .comment-video .comment-cont {
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    width: 550px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    color: #707f8a;
    line-height: 20px;
    font-size: 14px;
}
.videos .comment-video .comment-cont .title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    color: #1d4766;
    font-size: 16px;
    float: left;
    margin-bottom: 15px;
}
.videos .comment-video .comment-cont .date {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    color: #aaaaa9;
    font-size: 14px;
    float: left;
    margin-left: 10px;
    padding-top: 2px;
}
.video-part img {
  width: 100%;
}

.contact .left-side {
  text-align: left;
  padding: 10px;
  width: auto;
  background: #FFFFFF;
  border: 1px solid #ebebea;
}
.contact .left-side a {
  font-family: "Titillium Web",sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: #1d4766;
  text-align: left;
}
.contact .activemenu {
  color: #f45d2f !important;
}
.contact .right-side {
  text-align: left;
  padding: 10px;
  font-family: "Titillium Web",sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #707f8a;
  border: 1px solid #ebebea;
  background: #FFF;
  float: right;
}
.contact .right-side b {
  font-weight: 700;
  font-size: 15px;
}
.video-detail-box h2 {
  font-size: 15px;
}
.videos .desc h2 {
  display: block;
  float: none;
  max-width: 615px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #707f8a;
  overflow: hidden;
  clear: both;
}
#moreComment {
  display: block;
  clear: both;
  cursor: pointer;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1d4766;
}