
body
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: rgb(47, 47, 47);
    font-size: 14px;
    background-color: #FFF;
    line-height: 25px;
    padding-top: 70px;
}
@media (max-width: 760px) {
  body
{
    font-size: 13px;
}  
    
}
a
{  
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    text-decoration:none !important;
    color: rgb(47, 47, 47);

} 


a:hover
{  
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    text-decoration:none !important;
    color: #C7303F;

} 
ul
{
    margin:0;
    padding:0;
}


/***********************************/
/***********************************/
h1{
    padding: 0px;
    margin: 0px 0px 10px 10px;
    font-size: 20px;
    color: #C7303F;
    font-weight: bold;
    line-height: 32px; 
    
}

h2,
h3,
h4
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #4C6A33;
    font-weight: bold;
    line-height: 32px;
}
@media (max-width: 760px) {
  h2,
h3,
h4
{
    font-size: 12px;
}
}


h5
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #4C6A33;
    font-weight: bold;
    line-height: 32px;
}

h6
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #C7303F;
    font-weight: bold;
    line-height: 32px;
}

@media (max-width: 760px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .row {
    margin-right: -5px;
    margin-left: -5px;
    }
}

.tumu{
    font-size: 12px;
    float: right;
    padding: 3px 20px;
    /* background-color: #ED9D72; */
    /* margin-top: 10px; */
    /* width: 100%; */
    text-align: right;
}

.bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 20px;
    border: 1px #ddd solid;
}

#scrolltoTop {
    background: #C7303F;
    text-align: center;
    padding: 5px 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 20px;
    z-index: 999;
}

/*------------------NAV-BAR----------------------------*/
.navbar-ozel {
    background-color: #2F2F2F;
    border: 0px;

}
.navbar-ozel .navbar-nav > .active > a, 
.navbar-ozel .navbar-nav > .active > a:hover, 
.navbar-ozel .navbar-nav > .active > a:focus
{
    color: #fff;
    background-color: #C7303F;
}

.navbar-ozel .navbar-nav > li > a:hover, 
.navbar-ozel .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: rgba(149, 25, 62, 0.62);
}

.navbar-ozel .navbar-nav > .open > a, .navbar-ozel .navbar-nav > .open > a:hover, .navbar-ozel .navbar-nav > .open > a:focus {
        color: #fff;
    background-color: rgba(149, 25, 62, 0.62);
}
.navbar-ozel .navbar-nav > li > a {
    color: rgb(255, 255, 255);
}

.navbar-toggle .icon-bar {
    background-color: #C7303F;
}

.navbar-ozel .navbar-collapse, .navbar-ozel .navbar-form {
    border-color: #e7e7e7;
}


.dropdown-menu > li > a {
    color: #FFF;
}
.dropdown-menu {
     background-color: #2F2F2F;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: rgba(149, 25, 62, 0.62);
    background-image:none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
   background-color: rgba(149, 25, 62, 0.62);
    background-image:none;
}
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
   background-color: rgba(149, 25, 62, 0.62);
    background-image:none;
    color: #FFF;
  } 
/*------------------NAV-BAR----------------------------*/


.logo{
    width: 300px;
    margin: 0px auto;
}

.content{
    padding: 10px 10px 10px 10px;
    border: 1px solid rgba(180, 195, 114, 0.22);
    margin-top: 20px;
}
@media (max-width: 760px) {
    .content{
        padding: 3px;
    }
}

/* ----------------------Core Owl Carousel CSS File-------------------------- */
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
margin-top: -25px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    /* top: 2px; */

}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* ----------------------Core Owl Carousel CSS File-------------------------- */


.bg-clr{
     background-color: #2F2F2F;
}

.title{
border-bottom: 3px solid #E9997C;

  
}
p{
    text-align: justify;
}



.week-post a:hover{
display: block;
opacity: 0.7;        
}


/** left sidebar**/

.feed-wrap {
    position: relative;
    overflow: hidden;
        margin-bottom: 10px;
            list-style: none;

}

.feed-wrap .img-area {
    width: 80px;
    float: left;
    margin-right: 20px;
}
.feed-wrap .img-area img {
    width: 80px;
    height: 80px;
}


.feed-wrap .text-item {
    display: block;
}

.feed-wrap .text-item h5 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 1.4em;
    display: block;
    max-height: 2.8em;
    overflow: hidden;
}

/** left sidebar**/


.mt-item {
    font-size: 11px;
    font-style: italic;
    color: #B4C372;
    word-spacing: 0.1em;
}


.etiket{
        font-size: 13px;
    display: inline-block;
}
.etiket  a{
      background-color: rgba(220, 205, 198, 0.06);
    border: 1px solid #f0f0f0;
    display: inline-block;
    color: #2F2F2F;
    float: left;
    font-weight: normal;
    line-height: 1.4em !important;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 6px 10px;
    /* position: relative; */
    transition: all 0.2s linear 0s;
}
.etiket  a:hover{
     border: 1px solid #E9544D;
   
}




/** SEARCH **/

.search_text{
    width: 100%;
}
.search_btm{
    width: 20%;
            float: right;
}
.smart-forms #searchtop input {
    padding-left: 
        10px;
}

/** SEARCH **/



/**FOOTER*/
footer {
    margin-top: 20px;
    border-top: 1px solid rgb(74, 64, 64);
    font-size: 13px; 
    font-weight: 200;
    padding: 10px;
}


footer .border_bottom {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

footer a{
   color:white;
}
.list-arrow-icons li:before {
    margin-left: -18px;
    position: absolute;
    font-family: fontawesome;
    content: "\f105";
    color: white;
}

.list-arrow-icons li {
    list-style: none;
    margin-left: 25px; 
}

.social-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}
.social-icons li {
    display: inline-block;
    -o-transition: background-color 0.2s ease;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px; 
}
.social-icons li a {
    display: block;
    line-height: 28px;
}
.social-icons li:hover a {
    color: rgb(230, 114, 109); 
}


.social-icons .share{
        margin-left: 10px;
    font-size: 13px;
}

.copyright-content {
    border-top: 1px solid rgba(255,255,255,0.1);
    min-height: 80px;
    padding: 20px 0;
    text-align: center;
    color: white;
}


/**FOOTER*/




/**PAGINATION***/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 15px;
    border-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
    font-size: 12px;
    color: #000;
    background-color: #FDFDFD;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #B4C372;
        border-color: #ddd;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #4B6B2B;
    background-color: rgb(255, 255, 255);
    border-color: #ddd;
}
/**PAGINATION***/

.anket{
    font-size: 15px;
    color:#4B6B2B;
}

.yorum .tarih{
    font-size: 11px;
    font-style: italic;
    color: #969696;
    word-spacing: 0.1em;

}

.yorum{
    border-left: solid 2px #eee;
    padding: 10px 2px 10px 15px;
    /* height: auto; */
    display: block;
    float: left;
    /* padding-left: 15px; */
    margin-bottom: 20px;
}
.btn-ozel {
  color: #fff;
  background-color: #C7303F;
  border-color: #C7303F;
}
.btn-danger:focus,
.btn-ozel.focus {
  color: #fff;
  background-color: #D43646;
  border-color: #D43646;
}
.btn-ozel:hover {
  color: #fff;
  background-color: #D43646;
  border-color: #D43646;
}
.btn-ozel:active,
.btn-ozel.active,
.open > .dropdown-toggle.btn-ozel {
  color: #fff;
  background-color:#D43646;
  border-color: #D43646;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #C7303F;
}

.help-block-oy {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #C7303F;
}

.last
{
    margin-left: 0px;
    margin-right: 0px;
}
.clear
{
    clear: both;
}

.inputdisplay{
    display: none;
}

iframe{
      width: 100% !important;
    border: none;
    min-height: 400px;
    padding-bottom: 20px;
}




/** IMG Opacity and zoom **/
.blog-hover{
        margin-top: 20px;
}
.blog-hover figure {
    background: #000;
    overflow: hidden;
    float:left;
    width: 50%;
         margin-right: 20px;
}
@media (max-width: 760px) {
  .blog-hover figure {

    width: 100%;
 
}
}


.blog-hover figure img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
}
.blog-hover figure:hover img {
    opacity: .5;
   -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/** IMG Opacity and zoom **/

.blog-category a{
 padding: 6px 14px;
    font-size: 13px;
    transition: 300ms;
    -webkit-transition: 300ms;
    color: #E9544D;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.icerik_alt{
    display: block;
    width: 100%;
    font-size: 11px;
    transition: 300ms;
    -webkit-transition: 300ms;
    color: rgb(236, 166, 132);
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.icerik_alt span{
margin-right: 15px;
}

.anket_sonuc{
    padding-right: 20px;
    text-align: right;
    width: 90px;
    display: block;
    float: left;
}

.anket_kazanan{
    background-color: #ABDE78;
    font-weight: bold;
    line-height: 41px;
    border: 1px solid #e5e5e5;
}

.anket_diger{
    line-height: 41px;
    border: 1px solid #e5e5e5;
}



/*  ARAMA*/
.ana{width:175px; position:relative; margin:auto;}



.b_kelimeler{  
        width: 100%;
    /* position: absolute; */
    /* margin-left: 2px; */
    /* top: 57px; */
    /* z-index: 99999999; */
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    background-color: rgb(255, 255, 255);
    overflow: hidden;
   /* width: 370px;
    position: absolute;
    left: 150px;
    top: 64px;
    z-index: 99999999;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    background-color: #FFF;
    overflow: hidden;*/
    
    }
.b_kelime{    
     width: 100%;
    float: left;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #CCC;
    font-size: 12px;
    color: #333 !important;
    text-align: left;}
a:hover.b_kelime{color: #E36932 !important;}
.b_kelime span{  margin-left: 10px;}
.b_arama_baslik{
    width: 370px;
    background-color: #5dad19;
    font-weight: bold;
    color: white;
    float: left;
    padding: 10px;
    cursor: pointer;
    text-align: left;
}


.benzer{
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    height: 40px;
    margin-bottom: 15px;
}

.sinirli {
       line-height: 20px;
    height: 40px;
    overflow: hidden;
   margin-top: 10px;
    margin-bottom: 0px;
}

.psinirli{
       height: 100px;
    overflow: hidden; 
}

.imgblok{
        width: 40%;
    margin-right: 20px;
    float: left;
}

.twitter-takip{
        max-height: 210px;
    overflow: hidden;
}