@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
body{
  padding: 0px;
  margin: 0px;
    font-family: "MK Text Cond Pro-Reg";
}
a{text-decoration: none;}
li{list-style: none;}
a:hover{text-decoration: none;}
.logo img{
  width: 100%; 
  height: auto;
}

.tableform, .fieldsubmit {
text-align: center;
}
#dle-captcha img {
border:1px solid #d7d7d7;
}
@-webkit-keyframes blackWhite {  
  0% {background-color: white; border: 1px solid white; box-shadow: inset 0px 0px 10px white;}
  50% { background-color: white; border: 1px solid white; box-shadow: inset 0px 0px 10px white;}
  51% { background-color: #14fb78; border: 1px solid #0da73f; box-shadow: inset 0px 0px 3px #3d845b;}
  100% { background-color: #14fb78; border: 1px solid #0da73f; box-shadow: inset 0px 0px 3px #3d845b;}
}

.register {
    display: inline-block;
    float: right;
    margin-right: 33px;
    text-align:center;
}

.registernone {
     display:none;
    float: right;
    margin-right: 33px;
    text-align:center;
}

.register h5 , .registernone h5 {
    font-size: 20px;
    margin: 2px;
}

.register h4 , .registernone h4 {
    font-weight:bold;
    color:#333333;
    font-weight: bold;
    color: #6b6b6d;
    font-size: 18px;
    margin: 2px;
}

.blinkdiv {
    height: 12px;
    width: 12px;
    margin-top: 6px;
    float: left;
    border-radius: 100%;
    -webkit-animation-name: blackWhite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
}

.btn-hekimesual {
    padding: 2px 20px;
    float: right;
    color: #25c144;
    width: 198px;
    font-size: 17px;
    margin-top:10px;
    outline: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    position: relative;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0px 0px 5px #bbb4b4;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-hekimesual:hover {
    box-shadow: 0px 0px 8px #bbb4b4;
}


.full-story iframe {
    width: 100%;
    height: 385px;
}

.yumrusekil .crop img {
width:180px;
border-radius: 155px;
}

.btn-diger{
    padding: 8px 20px;
    margin:0 auto;
    color: white;
width:240px;
height: 43px;
font-size:18px;
    outline: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    position: relative;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0px;
    text-decoration: none;
    border: 1px solid #fafafa;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #f32c2c;
}
.btn-diger:hover {
    cursor: pointer;
    background: #de2727;
}

.btn-diger a {
color:white;
}


.btn-diger:after {
    position: absolute;
    content: "";
    top: 9px;
    left: 15px;
    background-image: url(http://aldim.az/images/sprite.png);
    background-position: -280px -255px;
    width: 24px;
    height: 23px;
}





.find {
    height: 30px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #bbb;
    background-color: #fff;
    margin-top: 9px;
    margin-left: 5px;
    float: right;
    display: inline-block;
}

.find .find-text {
    height: 28px;
    font-size: 13px;
    border: 0px;
    border-radius: 5px;
    width: 165px;
    outline: none;
}
.find-text {
    box-sizing: border-box;
    margin: 0px;
    padding: 10px;
    height: 45px;
    border: 1px solid #ddd;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    float: left;
}
.find .find-button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: transparent;
    background-image: url(../img/find.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    width: 33px;
    height: 27px;
    cursor: pointer;
    opacity: 0.6;
}
.social-icons{
  display: inline-block;
  float: right;
  height: 50px;
  width: auto;
  padding: 10px;
}
.social-icons>a>div{
   display: inline-block;
    height: 27px;
    width: 27px;
    text-align: center;
    border-radius: 100%;
    padding: 0px 4px 0px 4px;
    color: white;
    font-size: 19px;
    margin-left: 5px;
}
.social-icons>a>div>.sosial{  
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.social-icons>a>div:hover .sosial{
    -ms-transform: rotate(360deg); 
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fb {
    background: #4E71A8;
}
.yt {
    background: #D33029;
}
.tw {
    background: #1CB7EB;
}
.ins {
    background: #FA9713;
}
.lin {
    background: #4376B1;
}

.menu {
    height: 53px;
}
.menu:after {
    min-width: 100%;
    content: "";
    background: transparent url(../img/kolge.png);
    width: 100%;
    height: 12px;
    position: absolute;
    margin-top: -20px;
    z-index: 1;
}
.content{
  padding: 2px 0px;
}
.slide img{
  width: 100%;
  height: 345px;
}
.iki{
  margin-top: 10px;
}
.bir .col-md-6, .iki .col-md-6{
  padding: 0px !important;
  margin-left: 5px !important;
  margin-bottom: 5px !important;
  width: 49% !important;
}
.img2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}
.img{
  height: 170px;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.cont{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    background-image: url(../img/shadow.png);
    -webkit-transition: .2s linear all;
    -khtml-transition: .2s linear all;
    -moz-transition: .2s linear all;
    -ms-transition: .2s linear all;
    -o-transition: .2s linear all;
    transition: .2s linear all;
    background-position: bottom;
    background-repeat: repeat-x;
}
.title{
    font-family: "MK Text Cond Pro-Reg";
    position: absolute;
    text-shadow: 1px 1px rgba(0,0,0,0.8);
    left: 10px;
    right: 10px;
    font-weight: bold;
    bottom: 10px;
    color: white;
    font-size: 20px;
    line-height: 18px;
}
.img:hover div.cont{
    background-color: rgba(0,0,0,0.7);
}
.short-img{
    width: 100%;
    height: 100%;
    min-height: 200px;
}
.top-img{
    width: 100%;
    height: 100%;
    min-height: 120px;
}
.imgg3 {
    width: 100%;
    height: 100%;
    min-height: 150px;
}
img.imgg4 {
    width: 100%;
    height: 100%;
    min-height: 170px;
}

.content2{
  padding: 20px 0px;
}
.blok{ 
    display: inline-block;
    float: left;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 31.7% !important;
}
.basliq{
    margin-right: 16px !important;
    margin-bottom: 20px !important;
    margin-left: 0px !important;
}
.basliq1{
    border-bottom:3px solid #25c144;  
}
.basliq2{
    border-bottom: 3px solid #f32c2c;  
}
.basliq3{
    border-bottom: 3px solid #777777;  
}
.cat{
  padding:6px 12px 2px 12px;
  color: white;
    float: left;
  font-size: 16px;
  text-transform: uppercase;
  font-family: roboto condensed;
}
.cat1{
  background: #25c144;
}
.cat2{
  background: #f32c2c;
}
.cat3{
  background: #777777;
}
.img3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}
.blok2:hover .kolge3{
    border-bottom: 7px solid #25c144;
    background-color: rgba(0,0,0,0.5);
}
.blok22:hover .kolge33{
    border-bottom: 7px solid #e82a2a;
    background-color: rgba(0,0,0,0.5);
}
.blok7:hover .kolge7{
    border-bottom: 7px solid #AE7EC1;
    background-color: rgba(0,0,0,0.5);
}
.blok2, .blok7,.blok22{
  position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block; 
}
.kolge3, .kolge7, .kolge33{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    -webkit-transition: .1s linear all;
    -khtml-transition: .1s linear all;
    -moz-transition: .1s linear all;
    -ms-transition: .1s linear all;
    -o-transition: .1s linear all;
    transition: .1s linear all;
    background-position: bottom;
    background-repeat: repeat-x; 
}

.ikili{
  margin-top: 20px;
}
.cont2{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    background-image: url(../img/shadow.png);
    -webkit-transition: .1s linear all;
    -khtml-transition: .1s linear all;
    -moz-transition: .1s linear all;
    -ms-transition: .1s linear all;
    -o-transition: .1s linear all;
    transition: .1s linear all;
    background-position: bottom;
    background-repeat: repeat-x;
}
.img:hover div.cont2{
    background-color: rgba(0,0,0,0.2);
    border-bottom: 5px solid #f32c2c;
}

.video h4{
  font-weight: bold;
  color: #333946;

}
.video{
    height: 310px;
    width: 48.3% !important;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    border-bottom: 2px solid #E2E2E2;
    font-family: "MK Text Cond Pro-Reg";
}
.video p{
    font-size: 15px;
    line-height: 15px;
    margin: 0px;
    color: #333946;
}

.td_social_facebook {
    background-color: #516eab;
}
.td_social_linkedin {
    background-color: #4376B1;
}
.td_social_twitter {
    background-color: #29c5f6;
}
.td_social_instagram {
    background-color: #FA9713;
}
.td_social_youtube {
    background-color: #e14e42;
}
.td_social_type {
  cursor: pointer;
    height: 32px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.td_block_social_counter .td-sp {
    position: relative;
}
.td_social_type div {
    display: inline-block;
}
.td-sp-facebook {
    width: 32px;
    height: 32px;
    background-position: -20px -20px;
}
.lin{
      font-size: 19px;
    color: white;
    margin: 6px 8px;
}
.td-sp-linkedin {
    width: 32px;
    height: 32px;
}
.td-sp-twitter {
    width: 32px;
    height: 32px;
    background-position: -20px -436px;
}.td-sp-instagram {
    width: 32px;
    height: 32px;
    background-position: -20px -228px;
}
.td-sp-youtube {
    width: 32px;
    height: 32px;
    background-position: -20px -384px;
}
.td-sp {
    background-image: url(../img/elements.png);
    background-repeat: no-repeat;
    display: block;
}
.td_social_type .td_social_info {
    padding: 0 9px;
    color: white;
    position: relative;
    top: -12px;
}
.td_social_type .td_social_button {
    float: right;
    color: white;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 14px;
    margin-top: 8px;
    top: 9px;
    height: 16px;
    line-height: 15px;
    text-transform: uppercase;
}
.td_social_type a {
    color: #fff;
}
.td_social_type:hover {
    background-color: #222;
}


.kategoriya {
    position: absolute;
    padding: 6px 8px;
    font-size: 14px;
    z-index: 2;
    display: inline-block;
    left: 0;
    line-height: 11px;
    color: #fff;
}
.kategoriya-reng {
    background-color: #f32c2c;
}
.kategoriya-reng1 {
    background-color: #fb0086;
}
.kategoriya-reng2 {
    background-color: #25c144;
}
.kategoriya-reng3 {
    background-color: #00a8df;
}
.kategoriya-reng4 {
    background-color: #777777;
}
.kategoriya-reng7 {
    background-color: #AE7EC1;
}

ul.category_menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.category_menu li {
    border-right: solid 5px;
}
ul.category_menu li.c1 {
    border-right-color: #fc5000;
}
ul.category_menu li.c2 {
    border-right-color: #25c144;
}
ul.category_menu li.c3 {
    border-right-color: #fb0086;
}
ul.category_menu li.c4 {
    border-right-color: #00a8df;
}
ul.category_menu li.c5 {
    border-right-color: #ffcc00;
}
ul.category_menu li.c6 {
    border-right-color: #ae7ec1
}
ul.category_menu li>a {
    display: block;
    padding: 6px 12px;
    font-size: 15px;
    background: #fafafa;
    color: #000;
}
ul.category_menu li>a:hover{
    background: #f5f5f5;
}

.basliq4 {
    border-bottom: 3px solid #00a8df;
    margin-right: 0px !important;
}
.cat4 {
    background: #00a8df;
}
 .left-cat{
  padding-bottom: 30px
 }


.video2 h4{
    font-size: 18px;
    line-height: 16px;
    color: #333946;

}
.video2{
    height: 165px;
    width: 46.3% !important;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    font-family: "MK Text Cond Pro-Reg";
}
.blok3:hover .kolge3 {
    border-bottom: 7px solid #2d2d2d;
    background-color: rgba(0, 0, 0, 0.34);
}
.blok3{
  position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: block; 
}

.basliq5 {
    border-bottom: 3px solid #ae7ec1;
}
.cat5 {
    background: #ae7ec1;
}
.son{
  margin-left: 0px;
}



.footer{
  padding: 30px 0px;
  background: #131313;  
}

.social-icons2{
  height: 50px;
  width: auto;
  padding: 10px;
}
.social-icons2>a>div{
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 100%;
    padding: 0px 5px 0px 4px;
    color: white;
    font-size: 25px;
    margin-left: 5px;
}
.social-icons2>a>div>.sosial{  
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.social-icons2>a>div:hover .sosial{
    -ms-transform: rotate(360deg); 
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.footer-menu{
  margin-top: 20px;
}
.footer-menu li{
  display: inline-block;
}
.footer-menu li a{
    color: white;
    font-size: 18px;
    margin-right: 18px;
}
.footer-menu li a:hover{
  color: #ccc;
  transition: 0.4s;
}
.end{
    background: #000000;
    padding: 10px;
    color: white;
    font-size: 14px;
    font-family: roboto condensed;
}
.okmedia{
  color: white;
}
.okmedia:hover{
  text-decoration: none;
  color: white;
}





.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}







.navigation{
height:30px;
width:100%;
color:#000;
padding:5px 0 5px 0;
margin:5px auto;
font-size:15px;
clear:both;
}
.navigation b{
font-size:25px !important; 
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
    margin: 1px;
    line-height: 20px;
    text-decoration: underline;
    color: #FFFFFF;
    padding: 1px 5px;
    font-size: 13px;
    border: 1px solid #000000;
    background: #571d50;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.navigation a:hover{
text-decoration:none;
color:white;
}
.navigation span {
line-height: 20px;
    height: 20px;
    text-decoration: none;
    padding: 1px 5px;
    color: #909090;
    font-size: 13px;
    border: 1px solid #571d50;
    background: #f0f0f0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}





.comments{
    z-index: 10000;
    position: absolute;
}

.comments img{
    overflow: hidden;
    width: 45px;
    height: 45px;
    margin: 10px 0 5px 10px;
    background: white;
    padding: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 3px #B5B5B5;
    -moz-box-shadow: 0px 0px 3px #b5b5b5;
    -webkit-box-shadow: 0px 0px 3px #B5B5B5;
    float: left;
}

.dcont{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 1px 3px 0 #B5B5B5;
    -moz-box-shadow: 0px 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0px 1px 3px 0 #B5B5B5;
    position: relative;
    padding: 10px;
margin-top:5px;
    margin-left: 35px;
    margin-right: 10px;
}

h3.reply{
    float: right;
    background: #DDD;
    color: black;
    font-size: 11px;
    padding: 5px;
    position: relative;
    top: 10px;
    left: 10px;
}

h3.reply:hover{
    background: black;
    color: white;
}
.reset li h4 a {
   color: #bf109e;
}
.bcomment{
    color: #333333;
}


.dtop, .block .dbtm, .blocklite .dbtm {
    height: 19px;
    background: #fff url("") no-repeat -550px 100%;
    font: 1px/1px sans-serif;
}

.dtop {
    height: 15px;
    background-position: 0 0;
}

.dcont {
    padding: 0 9px;
    background: #fff url("") repeat-y -275px 0;
}

.dcont .dpad {
    padding-bottom: 6px;
}

.btl h4 {
    margin-top: 5px;
    float: left;
    text-transform: uppercase;
    font-size: 1.15em;
    color: #368fde;
}

.block .btl{
    background: url("../images/btlblocks.png") repeat-x 0 100%;
    padding: 0 15px;
    height: 31px;
    border-bottom: 2px solid #368fde;
}


/*---Комментарии---*/
.addcombtn {
    text-align: center;
    font: 1.15em/30px sans-serif;
    color: #fff;
    float: left;
    height: 31px;
    width: 181px;
    padding-right: 27px;
    background: #428cda url("../images/addcombtn.png") no-repeat;
}

.addcombtn:hover {
    background-position: 0 -31px;
}

.bcomment {
    border-bottom: 1px solid #dadada;
    background: url("") repeat-x 0 100%;
    padding-bottom: 15px;
}

.bcomment .dcont, .bcomment .dtop {
    padding: 0 15px;
}

.bcomment .dcont {
    padding-top: 10px;
}

.bcomment .dtop {
    overflow: hidden;
    padding-left: 70px;
    height: 67px;
    border-top: 3px solid #cb269e;
}

.bcomment .dtop .lcol {
    width: 40px;
    padding: 0 15px;
    margin-left: -70px;
}

.bcomment .dtop .lcol span {
    margin-top: 12px;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.bcomment .dtop .lcol span img {
    width: 40px;
}

.bcomment .dtop .rcol {
    font-size: 11px;
font-family:verdana;
    color: #90a7b2;
    width: 100%;
}

.bcomment .dtop .rcol ul {
list-style:none;
    height: 36px;
padding:0;
    float: left;
    margin-top: 12px;
    margin-right: 15px;
}

.cmsep {
    padding-left: 19px;
    background: url("../img/cmsep.png") no-repeat 0 50%;
}

.reply a, .reply a b {
    height: 28px;
    background: #66325C;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #F8F1D0!important;
    cursor: pointer;
}

.reply a {
    float: right;
    margin-top: 18px;
    color: #fff;
    line-height: 27px;
}

.reply a b {
    cursor: pointer;
    float: left;
    padding: 0 15px;
    background-color: transparent;
    background-position: 100% -28px;
}

.reply a:hover {
    background-position: 0 -56px;
}

.reply a:hover b {
    background-position: 100% -84px;
}

.tableform input[type="text"]{
    width: 100%;
    outline: none;
    border: 1px solid #d4d4d4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left-top-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 6px 5px;
    margin: 5px 0px;
}
.tableform textarea {
    border: 1px solid #ad039d;
    height: 130px !important;
}
 .bb-pane{    background-image: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    color: #000000;
    border: 2px solid #777777;
}
.ignore-select{ width:100% !important;
          margin: 5px 0px;
}
.fieldsubmit button{
margin-top: 5px;
    background: #008c1c;
    border: none medium;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #ffffff!important;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 10px 29px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(78,78,78,0.7);
    white-space: nowrap;
}

#addcform { margin-bottom: 30px; padding: 10px 50px;}
#addcform .label{ display: none;}



div.cominfo {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #e4e6e6;
    font-size: 0.9em;
    height: 29px;
    background: #3f4b51 url("../img/cominfo.png") repeat-x;
}

div.cominfo .thide {
    width: 13px;
    padding-top: 8px;
    position: absolute;
    left: 29px;
    top: -7px;
    background: url("../images/comarrow.png") no-repeat;
}

div.cominfo .dpad {
    overflow: hidden;
}

.comedit, .selectmass {
    display: inline;
}

.selectmass input, .comedit ul, .comedit ul li {
    float: right;
}

.comedit ul li, .selectmass input {
    margin: 6px 0 0 8px;
}

.comedit ul li {
    float: left;
    list-style: none;
}

.comedit ul li a {
    color: #ffe0f4;
}

.selectmass input {
    vertical-align: middle;
    margin: 8px 10px 0px 10px;
}

.signature {
    border-bottom: 1px solid #d0cfd0;
    margin-bottom: 10px;
}

ul.cominfo, ul.cominfo li {
    float: left;
}

ul.cominfo {
    margin: 6px 0 0 -8px;
}

ul.cominfo li {
    border-left: 1px solid #73858e;
    margin: 0 7px 0 0;
    padding-left: 7px;
list-style:none;
}

/*---infoblock---*/
.infoblock {
    background-color: #f1f5f7;
    padding: 15px;
    margin-bottom: 25px;
}

.pollvotelist {
    width: 70%;
    text-align: left;
}

.pollvotelist input {
    margin-right: 5px;
}

.mass_comments_action {
    border-top: 2px solid #eee;
    border-bottom: 1px solid #dadada;
    background-color: #f5f6f7;
    padding: 10px 15px;
}



.full-story h1 {
    font-size: 16px;
    margin: 0px;
    padding: 2px 12px 3px 10px;
}
.full-story h2 {
    margin: 0 0 0 10px;
    padding-left: 7px;
    border-left: 2px solid #ffcc00;
    font-size: 21px;
    font-weight: bold;
}
.full-story h3 {
    line-height: 30px;
    padding: 3px 10px;
    margin-bottom: 0px;
    color: #777777;
    margin-top: 0px;
    border-bottom: 1px solid #dce8f1;
}
.full-story ul li {
    background-image: url(/img/check.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}
.full-story img {
    margin-left: 10px;
}
.uc {
    margin-top: 25px;
}

.sosial-right{
    padding-right: 0px !important;
    padding-left: 20px !important
}
.yt-shrt{
    height: 190px; 
    position: relative; 
    overflow: hidden; 
    cursor: pointer; 
    display: inline-block; 
    width: 48%; 
    margin: 6px;
}
.yt-img6{
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    width: 100%;
    bottom: 0; 
    transition: 0.4s;
}
.slide-content {
    position: absolute;
    bottom: 70px;
    left: 100px;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.75);
}











/*web*/

@media (min-width: 1200px){
    .container{
      width: 1100px !important;
    }
    .uc .col-md-4{
        margin-left: 5px;
        width: 33% !important;
    }
    .uc .col-md-4:first-child{
      margin-left: 0px!important;
    }






}

 



/*mobil*/

@media (max-width: 768px){

    .uc, .margin-none {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar-nav > li > a {
        font-size: 18px;
        padding: 18px 15px;
    }
    .basliq{
        margin-right: 0px !important;
    }
    .img {
        height: 120px;
    }
    .video {
        height: 260px;
        width: 100% !important;
        margin-right: 10px;
    }
    .blok{
        margin-right: 4%;
        width: 48% !important;
    }
    .ikili .blok:nth-child(2n-1){
        margin-right:0px;
    }

    .sosial-right{
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-top: 35px;
    }
    .basliq3 {
         margin-right: 15px !important; 
    }
    .find {
        display: none;
    }
    .find .find-button {
        margin: -10px -30px;
    }
    .find .find-text, .btn-hekimesual{
        width: 90%;
        margin-right: 10px;
        margin-top: 7px;
    }
    .social-icons{
        padding: 5px 0px;
    }
    .navbar-toggle .icon-bar {
        width: 35px;
        height: 3px;
        background: #25c144;
    }
    .navbar-toggle {
        position: relative;
        float: left;
        padding: 9px 0px;
        margin-top: 6px;
    }
    .menu {
        height: 0px;
        margin-top: 10px;
    }
    .navbar {
        min-height: 0px;
    }
    .scriptcode, .title_quote, .quote, .title_spoiler, .text_spoiler {
        margin: 0 30px 20px !important;
    }
    #addcform {
        padding: 10px 20px;
    }
    .yt-shrt{
        width: 46%;
    }
    .full-story img {
        margin-left: 0px;
        width: 100%;
    }
    .slide-content {
        bottom: 35px;
        left: 60px;
    }

    
    
    






}



@media (min-width: 768px) and (max-width: 991px){
    
    .video {
        height: 350px;
        width: 47.3% !important;
    }
    .blok {
        width: 31% !important;
    }
    .video2 {
        height: 180px;
        width: 44.3% !important;
    }
    .container {
        width: 900px;
    }
    .nav>li>a, .navbar-brand {
        padding: 10px 10px !important;
        font-size: 16px !important;
    }
    
}

@media only screen and (max-width:665px) {
    .register {
        display:none;
    }
    
    .registernone {
        display: block;
        float: none;
        text-align: center;
        margin: 0;
    }
    
    .registernone h4 {
        float:left;
    }
    
    .registernone h5 {
        text-align:right;
    }
}



