
/**
 *
 * aktuder
 *
 */


/* general styles
----------------------------------------*/
html {
    width: 100%;
}

body {
background: url("../img/pattern.png");
    font: 12px "Roboto", "FontAwesome", "Arial", sans-serif;
    color: #000;

}

/* wrapper */
.wrapper {
    width: 1000px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}


/* page full
----------------------------------------*/
div.page-full {
}


/* page header
----------------------------------------*/
header.page-header {
    height: 225px;
    position: relative;
    z-index: 99;
}

/* top bar */
header.page-header section.top-bar {
    height: 49px;
    border-bottom: 1px solid #edebeb;
}

/* social */
header.page-header div.social {
    float: left;
    margin-top: 10px;
}

header.page-header div.social p {
    float: left;
    margin-top: 5px;
    font-size: 14px;
    color: #3a3030;
}

header.page-header div.social ul {
    float: left;
    margin-left: 7px;
}

header.page-header div.social ul li {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 3px;
}

header.page-header div.social ul li a {
    width: inherit;
    height: inherit;
    display: table-cell;
    padding-top: 1px;
    box-sizing: border-box;
    border: 1px solid #e0e0df;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    text-align: center;
    transition: border-color .2s linear;
}

header.page-header div.social ul li a:hover {
    border-color: #a2a19f;
}

/* search */
header.page-header div.search {
    float: right;
    margin-top: 8px;
}

header.page-header div.search input[type="submit"] {
    width: 37px;
    height: 32px;
    float: left;
    background: #34d8e2;
    border-radius: 3px 0 0 3px;
    font-size: 15px;
    color: #fff;
}

header.page-header div.search input[type="text"] {
    width: 265px;
    height: 20px;
    float: left;
    padding: 5px 7px;
    border: 1px solid #eae9e9;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    font-size: 11px;
    color: #444;
}

/* header content */
header.page-header section.header-content {

    height: 270px;
}


/* page logo */
header.page-header div.page-logo {
position: absolute;
    z-index: 1;
    margin-top: 60px;
    margin-left: 15px;
}

/* information */
header.page-header div.information {
    width: 545px;
    float:right;
    margin-top:60px;
    z-index: 1;
 
}

header.page-header div.information ul li {
    width: 175px;
    float: left;
    margin-left: 10px;
}

header.page-header div.information ul li:first-child {
    margin-left: 0;
}

header.page-header div.information ul li p.title {
    font-weight: 700;
    font-size: 14px;
}

header.page-header div.information ul li span {
    float: left;
    display: block;
    font-size: 33px;
    color: #cc3333;
}

header.page-header div.information ul li p.text {
    float: left;
    margin: 6px 0 0 10px;
    color: #fff;
}

/* main menu */
header.page-header nav.main-menu {
    border-bottom: 3px solid #2824AB;
}

header.page-header nav.main-menu > ul {
    height: 55px;
    border: 1px solid #ededed;
    border-bottom: 0;
    border-radius: 1px 1px 0 0;
}

header.page-header nav.main-menu > ul > li {
    height: inherit;
    float: left;
    position: relative;
}

header.page-header nav.main-menu > ul > li > a {
    height: 33px;
    display: block;
    border-left: 1px solid #ebebeb;
    padding: 22px 20px 0;
    font-weight: 700;
    font-size: 14px;
    color: #2824AB;
    transition: background-color .2s linear;
}

header.page-header nav.main-menu > ul > li:first-child a {
    border-left: 0;
}

header.page-header nav.main-menu > ul > li.menu-item-has-children > a:after {
    padding-left: 3px;
    content: "";
}

header.page-header nav.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 55px;
    padding-top: 3px;
    border-bottom: 1px solid #e8e8e7;
}

header.page-header nav.main-menu ul.sub-menu li {
    width: 230px;
    float: left;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
}

header.page-header nav.main-menu ul.sub-menu li:first-child {
    border-top: 0;
}

header.page-header nav.main-menu ul.sub-menu li a {
    display: block;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    color: #666;
    transition: background-color .2s linear;
}

header.page-header nav.main-menu > ul > li:hover > a,
header.page-header nav.main-menu ul.sub-menu li a:hover {
    background-color: #2824AB;
    color: #fff;
}

/* menu collapse */
header.page-header a.menu-collapse {
    width: 100px;
    display: none;
    margin: 10px auto;
    font-size: 20px;
}

header.page-header a.menu-collapse p {
    float: left;
    margin-top: 3px;
}

header.page-header a.menu-collapse span {
    font-size: 24px;
    float: left;
    margin-left: 5px;
}


/* page footer
----------------------------------------*/
footer.page-footer {
    margin-top: 30px;
    padding-top: 15px;
    background: #F5F5F5;
    border-top: 5px solid #397375;
}

/* footer left */
footer.page-footer div.footer-left {
    width: 480px;
    float: left;
}

footer.page-footer div.footer-left p {
    width: inherit;
    float: left;
    margin-top: 15px;
    font: 12px "Arial";
    color: #9fa9a2;
}

/* list */
footer.page-footer div.list {
    width: 480px;
    float: right;
}

footer.page-footer div.list div.title {
    width: inherit;
    height: 35px;
    float: left;
    background: #397375;
}

footer.page-footer div.list div.title p {
    margin: 8px 0 0 10px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

footer.page-footer div.list ul li {
    width: 160px;
    float: left;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 7px;
    font: 13px "Arial";
    color: #2e3c32;
}

footer.page-footer div.list ul li a:hover {
	text-decoration:underline;
}

/* footer bottom */
footer.page-footer div.footer-bottom {
    height: 30px;
    margin-top: 15px;
    padding-top: 20px;
    background: #F5F5F5;
    font: 12px "Arial";
    color: #202923;
}


/* page container
----------------------------------------*/
section.page-container {
    margin-top: 10px;

}

/* page content */
section.page-container div.page-content {
    width: 664px;

    float: left;
}

/* sidebar */
section.page-container aside.sidebar {
    width: 328px;
    float: left;
    margin-left: 8px;
}


/* news slider
----------------------------------------*/
div.news-slider {
    height: 44px;
    position: relative;
    box-shadow: 0 2px 0 0 #2D27CF;
    background: #2822E0;
    border-radius: 2px;
    color: #fff;
}

/* title */
div.news-slider div.title {
    width: 170px;
    height: inherit;
    float: left;
    background: #262BD1;
    border-radius: 2px 0 0 2px;
}

div.news-slider div.title span {
    float: left;
    display: block;
    margin: 10px 0 0 20px;
    font-size: 20px;
}

div.news-slider div.title p {
    float: left;
    margin: 13px 0 0 10px;
    font-size: 14px;
    font-weight: 500;

}


/* bx wrapper */
div.news-slider div.bx-wrapper {
    width: 650px;
    float: left;
    font-size: 14px;
}

/* bx viewport */
div.news-slider div.bx-viewport {
    float: left;
    margin: 13px 0 0 20px;
}

div.news-slider div.bx-viewport a:hover {
    text-decoration: underline;
}

div.news-slider div.bx-viewport ul li {
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* bx controls */
div.news-slider div.bx-controls {
    width: 22px;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 0 0 13px;
    background: #262BD1;
    border-radius: 0 2px 2px 0;
}

div.news-slider div.bx-controls a {
    display: block;
}


/* main slider
----------------------------------------*/
div.main-slider {
    width: 650px;
    height: 350px;
    float: left;
    position: relative;
    margin-top: 10px;

color:#fff;


}

/* list */
div.main-slider ul li {
width: 650px;
 position: relative;
overflow: hidden;

 }
div.main-slider ul li img {
width: 728px;  
height:350px;   
overflow: hidden;
}
/* text */

div.main-slider div.text {
    position: absolute;
    bottom: 0;

 
}

/* date */
div.main-slider p.date {
    height: 27px;
    float: left;
    padding: 8px 13px 0;
    background: rgba(189, 173, 50, 0.59);
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;

}

div.main-slider p.date span {
    float: left;
    display: block;
    margin: 1px 6px 0 0;
    font-size: 17px;
}

/* title */
div.main-slider p.title {
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 16px;
    text-transform:capitalize;
    background-color: rgba(14, 19, 31, 0.75);
}

/* pager */
div.main-slider div.bx-controls {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 50;
}

div.main-slider div.bx-controls div.bx-pager-item {
    float: left;
    margin-right: 3px;
}

div.main-slider div.bx-controls div.bx-pager-item a {
    width: 14px;
    display: block;
    position: relative;
    font-size: 16px;
    text-indent: -99999px;
}

div.main-slider div.bx-controls div.bx-pager-item a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    text-indent: 0;
}

div.main-slider div.bx-controls div.bx-pager-item a.active:after {
    content: "";
}


/* events
----------------------------------------*/
div.events {
    width: 343px;
    height: 348px;
    float: right;
    margin-top: 10px;
    border: 1px solid #d9d9d9;
}

/* title */
div.events div.title {
    width: inherit;
    height: 40px;
    float: left;
    border-bottom: 1px solid #d9d9d9;
}

div.events div.title p {
    margin: 10px 0 0 10px;
    font-weight: 700;
    font-size: 15px;
    color: #3f5245;
}

/* content */
div.events div.content {
    width: 318px;
    height: 287px;
    float: left;
    padding: 10px;
   overflow-x: hidden;
    overflow-y: scroll;
}

div.events div.content ul li {
    width: 310px;
    float: left;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    color: #707070;
}

div.events div.content ul li:first-child {
    padding-top: 0;
    border-top: 0;
}

div.events div.content ul li:last-child {
    padding-bottom: 0;
}

div.events div.content ul li p {
    width: inherit;
    float: left;
    margin-top: 5px;
}

div.events div.content ul li a {
    float: left;
    display: block;
    margin: 10px 15px 0 0;
    line-height: 18px;
    color: #b7b5b5;
    transition: color .2s linear;
}

div.events div.content ul li a:hover {
    color: #575757;
}

div.events div.content ul li a span {
    float: left;
    display: block;
    margin-right: 5px;
    font-size: 13px;
}

div.events div.content ul li a.event-name {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: #3695d5;
}

/* reklam
----------------------------------------*/

div.reklam {
    width: 343px;
    height: 166px;
    float: right;
    margin-top: 6px;
    border: 1px solid #d9d9d9;
}

div.areklam {
    width: 325px;
    height: 162px;
    float: left;
    margin-top: 5px;
    border: 1px solid #d9d9d9;
}
div.abreklam {
    width: 650px;
    height: 125px;
    float: left;
    margin-top: 5px;
    border: 1px solid #d9d9d9;
}



/* quick links
----------------------------------------*/
div.quick-links {
    width: inherit;
    float: left;
    margin-top: 10px;
}

/* list element */
div.quick-links ul li {
    width: 160px;
    float: left;
    margin-left: 8px;
}

div.quick-links ul li:first-child {
    margin-left: 0;
}

/* link */
div.quick-links ul li a {
    width: 158px;
    height: 53px;
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #e7e7e6;
    color: #333;
    transition: background-color .2s linear;
}

div.quick-links ul li a:after {
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: 19px;
    z-index: 10;
    margin-left: -9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #d9d9d9;
    content: ".";
    text-indent: -99999px;
}

div.quick-links ul li a:before {
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: 19px;
    z-index: 11;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    content: ".";
    text-indent: -99999px;
}

/* icon */
div.quick-links ul li a span.icon {
    width: 40px;
    float: left;
    margin-top: 11px;
    font-size: 25px;
    text-align: center;
}

/* paragraph */
div.quick-links ul li a p {
    margin-top: 11px;
    font: 11px "Arial";
}

div.quick-links ul li a p span {
    display: block;
    font: 500 14px "Roboto";
}

/* hover */
div.quick-links ul li a:hover {
    background-color: #1395fe;
    color: #fff;
}

div.quick-links ul li a:hover:after {
    border-top-color: #fff;
}

/* sidebar */
aside.sidebar div.quick-links {
    margin-top: 8px;
}

aside.sidebar div.quick-links div.title {
    width: inherit;
    height: 45px;
    float: left;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
    border: 1px solid #e5e5e5;
}

aside.sidebar div.quick-links div.title p {
    margin: 12px 0 0 10px;
    font-weight: 700;
    font-size: 16px;
}

aside.sidebar div.quick-links ul {
    margin-left: -8px;
}

aside.sidebar div.quick-links ul li {
    margin-top: 8px;
}

aside.sidebar div.quick-links ul li:first-child {
    margin-left: 8px;
}


/* item list
----------------------------------------*/
section.item-list {
    width: 662px;
    float: left;
    margin-top: 8px;
    border: 1px solid #e8e8e7;
	position:relative;
}

/* title */
section.item-list div.title {
    width: 100%;
    height: 45px;
    float: left;
    border-bottom: 1px solid #e5e5e5;
}

section.item-list div.title p {
    min-width: 150px;
    height: 30px;
    float: left;
    padding: 15px 5px 0px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/* content */
section.item-list div.content {
    width: inherit;
    float: left;
    box-sizing: border-box;
    padding: 10px 6px;
}

.singlevideo section.item-list div.content
{
	padding:0px;
}

.singlevideo section.item-list div.content iframe, .singlevideo section.item-list div.content embed, .singlevideo section.item-list div.content object
{
	width:662px !important;
}

/* ul */
section.item-list div.content ul {
    margin: -19px 0 0 -19px;
}

/* list element */
section.item-list div.content ul li {
    width: 204px;
 height: 234px;
    float: left;
    margin: 19px 0 0 19px;
}

section.item-list.video-gallery div.content ul li {
	margin: 19px 12px 0 18px;
}

/* image */
section.item-list div.content ul li div.image {
    width: inherit;
    height: 114px;
    float: left;
    position: relative;
}
/* haber image */
div.himage {
    width: 660px;
    height: 500px;
    float: left;
}
div.detay {
    width: 660px;
    height: auto;
    float: left;
    font: 11px "Arial";

}
section.item-list div.content ul li div.image img {
    width: inherit;
    height: 114px;
    display: block;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid #e8e8e7;
	max-width:196px;
}

/* paragraph */
section.item-list div.content ul li p {
    width: inherit;
    float: left;
    margin-top: 4px;
    color: #979797;
}

section.item-list div.content ul li p.title a {
    font-weight: 700;
    font-size: 13px;
    color: #3695d5;
    transition: color .2s linear;
}

section.item-list div.content ul li p.title a:hover {
    color: #e04344;
}

/* info */
section.item-list div.content ul li div.info {
    width: inherit;
    float: left;
    margin-top: 5px;
}

section.item-list div.content ul li div.info a {
    float: left;
    display: block;
    margin-right: 15px;
    line-height: 18px;
    color: #b7b5b5;
    transition: color .2s linear;
}

section.item-list div.content ul li div.info a:hover {
    color: #575757;
}

section.item-list div.content ul li div.info a span {
    float: left;
    display: block;
    margin-right: 5px;
    font-size: 13px;
}

/* news */
section.item-list.news div.title p {
    background: #3338D4;
}

/* photo gallery */
section.item-list.photo-gallery div.title p {
    background: #2C32F2;
}

section.item-list.photo-gallery div.image:hover:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 51, 51, 0.8);
    font-size: 33px;
    line-height: 111px;
    color: #fff;
    text-align: center;
    content: "";
}

/* video gallery */
section.item-list.video-gallery {
    background: #243CD6;
}

section.item-list.video-gallery div.title {
    border-color: #243CD6;
}

section.item-list.video-gallery div.title p {
    background: #1D24F0;
}

section.item-list.video-gallery div.image {
    background: #fff;
    border-color: #fff;
}

section.item-list.video-gallery p.title a {
    color: #1f1313 !important;
}

section.item-list.video-gallery ul li:hover p.title a {
    color: #fff !important;
}

section.item-list.video-gallery div.content ul,
section.item-list.video-gallery div.content ul li {
    margin-left: 0;
}


/* bx controls */
section.item-list.video-gallery .bx-controls {
    position: absolute;
    top: 0;
    right: 0;
}

section.item-list.video-gallery .bx-controls a {
    width: 40px;
    height: 35px;
    float: left;
    display: block;
    padding-top: 10px;
    background: #3522E0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

section.item-list.video-gallery .bx-controls a.bx-prev {
    border-right: 1px solid #2222E3;
}


/* newsletter
----------------------------------------*/
div.newsletter {
    width: inherit;
    float: left;
    margin-top: 8px;
    background: #295ED9;
    border-bottom: 3px solid #2C38D4;
    color: #fff;
}

/* title */
div.newsletter div.title {
    width: inherit;
    height: 45px;
    float: left;
    background: #292ECC;
}

div.newsletter div.title p {
    margin: 15px 0 0 10px;
    font-weight: 700;
    font-size: 14px;
}

/* content */
div.newsletter div.content {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

/* paragraph */
div.newsletter div.content p {
    font-size: 13px;
}

/* input type text */
div.newsletter div.content input[type="text"] {
    width: inherit;
    height: 38px;
    float: left;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #344c62;
    color: #333;
    text-align: center;
}

/* input type submit */
div.newsletter div.content input[type="submit"] {
    width: inherit;
    height: 40px;
    float: left;
    margin-top: 8px;
    background: #2C38D4;
    font-weight: 700;
    font-size: 16px;
}


/* user account
----------------------------------------*/
div.user-account {
    width: inherit;
    float: left;
    margin-top: 8px;
}

/* tab title */
div.user-account div.tab-title {
    width: inherit;
    height: 45px;
    float: left;
}

div.user-account div.tab-title ul li {
    width: 50%;
    height: 45px;
    float: left;
    position: relative;
}

div.user-account div.tab-title ul li a {
    width: 100%;
    height: 30px;
    display: block;
    padding-top: 15px;
    background: #168cdb;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

div.user-account div.tab-title ul li.active a {
    background: #2498e6;
}

div.user-account div.tab-title ul li.active:after {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2498e6;
    content: ".";
    text-indent: -99999px;
}

/* tab content */
div.user-account div.tab-content {
    width: inherit;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dddddc;
    border-top: 0;
}

div.user-account div.tab-content > div {
    width: inherit;
    float: left;
    display: none;
    box-sizing: border-box;
    padding: 5px 10px 10px;
}

div.user-account div.tab-content > div.active {
    display: block;
}

div.user-account div.tab-content input[type="text"], div.user-account div.tab-content input[type="password"]{
    width: 308px;
    height: 40px;
    float: left;
    margin-top: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #e1e2e9;
    color: #68879b;
}

div.user-account div.tab-content textarea {
    width: 308px;
    height: 80px;
    float: left;
    margin-top: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #e1e2e9;
    color: #68879b;
}

div.user-account div.tab-content select{
    width: 308px;
    height: 40px;
    float: left;
    margin-top: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #e1e2e9;
    color: #68879b;
	border:none;
}

div.user-account div.tab-content input[type="text"].fifty, div.user-account div.tab-content input[type="password"].fifty {
    width: 47%;
}

div.user-account div.tab-content input[type="submit"],
div.user-account div.tab-content input[type="button"] {
    width: 110px;
    height: 40px;
    float: left;
    margin-top: 10px;
    background: #35b5eb;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

div.user-account div.tab-content input[type="button"] {
    width: 180px;
    float: right;
    background: #3f67c0;
}


/* poll
----------------------------------------*/
div.poll {
    width: inherit;
    float: left;
    margin-top: 8px;
    box-sizing: border-box;
    border: 1px solid #dddddc;
}

/* title */
div.poll div.title {
    width: inherit;
    height: 45px;
    float: left;
    background: #fcfcfc;
    border-bottom: 1px solid #dddddc;
}

div.poll div.title p {
    margin: 15px 0 0 10px;
    font-weight: 700;
    font-size: 14px;
}

/* content */
div.poll div.content {
    width: inherit;
    float: left;
    padding: 15px;
    box-sizing: border-box;
	overflow:hidden;
}

/* paragraph */
div.poll div.content p {
    font-weight: 700;
    font-size: 14px;
    color: #717076;
	text-align:left !important;
}

/* div */
div.poll div.content div {
    width: 100%;
    /*height: 25px;*/
    float: left;
    margin-top: 10px;
}

div.poll div.content .Buttons
{	
	display:block;
}
div.poll div.content .wp-polls-ans p
{
	float:left;
	margin:4px;
}

div.poll div.content div input {
    display: none;
}

div.poll div.content div label {
    width: 100%;
    height: 25px;
    float: left;
    cursor: pointer;
    margin-top: 10px;
    padding: 3px 0 0 40px;
    box-sizing: border-box;
    background: url("../img/bg@checkbox.png") no-repeat left top;
    font-weight: 700;
    font-size: 14px;
    color: #b0b0b0;
}

div.poll div.content div input:checked + label {
    background-position: left -25px;
}

/* submit */
div.poll div.content .Buttons {
    width: 110px;
    height: 40px;
    float: left;
    margin-top: 10px;
    background: #d93138;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
	font-family: inherit;
}
div.poll div.content .wp-polls-ans a
{
    width: 110px;
    /*height: 40px;*/
    float: left;
    margin-top: 10px;
    background: #4D7AFF;
    font-weight: 700;
	font-family: inherit;
    font-size: 16px;
    color: #fff;
	text-align:center;
	padding:8px 0px 9px;
	border: 1px solid #C8C8C8;
}

div.poll div.content ul.wp-polls-ul li
{
	clear:both !important;
	overflow:hidden;
}
div.poll div.content ul.wp-polls-ul li .pollbar:before
{
clear:both;
}
div.poll div.content ul.wp-polls-ul li .pollbar
{
	clear:both !important;
	height:24px !important;
	background:#96FF73 !important;
	float:none;
	margin-top:5px;
}

/* detail page
----------------------------------------*/





div.detail-page {
    width: inherit;
    float: left;
    margin-top: 8px;
    box-sizing: border-box;
    border: 1px solid #e8e8e7;
}


/* title */
div.detail-page div.title {
    width: inherit;
    min-height: 35px;
    height: auto;
    float: left;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: #fbfafa;
    border-bottom: 1px solid #e8e8e7;
}

div.detail-page div.title p {
    margin: 12px 0 0 10px;
    font-weight: 700;
    font-size: 16px;
}

/* typography */
div.detail-page div.detail {
    width: inherit;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    font-family: "Arial";
    font-size: 12px;
    line-height: 20px;
    color: #4e4e4e;
}

div.detail-page div.detail img {
    margin-bottom: 20px;
}

div.detail-page div.detail p {
    margin: -5px 0 25px;
}

div.detail-page div.detail h1 {
    margin-bottom: 10px;
    font-size: 22px;
}

div.detail-page div.detail h2 {
    margin-bottom: 7px;
    font-size: 18px;
}

div.detail-page div.detail h3 {
    margin-bottom: 6px;
    font-size: 16px;
}

div.detail-page div.detail h4 {
    margin-bottom: 5px;
    font-size: 14px;
}

div.detail-page div.detail ul {
    margin: -5px 0 25px;
    padding-left: 20px;
    list-style-position: inside;
}

div.detail-page div.detail ul li {
    display: list-item;
    list-style-type: disc;
}

div.detail-page div.detail ul li ul {
    margin: 5px 0;
}

div.detail-page div.detail ul li ul li {
    list-style-type: circle;
}

div.detail-page div.detail ul li ul li ul li {
    list-style-type: square;
}

div.detail-page div.detail ol {
    margin: -5px 0 25px;
    padding-left: 20px;
    list-style-position: decimal;
}

div.detail-page div.detail ol li {
    display: list-item;
    list-style-type: decimal;
}

div.detail-page div.detail ol li ol {
    margin: 5px 0;
}

div.detail-page div.detail blockquote {
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

div.detail-page div.detail blockquote p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}

div.detail-page div.detail blockquote span {
    font-style: italic;
    font-size: 14px;
}

div.detail-page div.yonetim h2
{
	border-top:1px #ccc dotted;
	margin-top:8px;
	padding-top:8px;
}
div.detail-page div.yonetim h2:first-child
{
	border-top:0px;
	margin-top:2px;
	padding-top:2px;
}


div.detail-page div.yonetim .resim {
  float:left;
  margin-top: 5px;	
  border-radius: 50%;
  border:2px #ccc solid;
  overflow: hidden;
  width: 170px;
  height: 170px;
}

div.detail-page div.yonetim .aciklama {
	float:left;
	width:438px;
	margin:2px;
	margin-left:4px;
	border:1px #ccc solid;
	border-radius:5px;
	padding:4px;
}

div.detail-page div.yonetim .resim img {

 display: block;
  min-width: 100%;
  min-height: 100%;



}

div.detail-page div.yonetim .aciklama span {
	font-weight:bold;
	width:90px;
	float:left;
	margin-right:10px;
}

div.detail-page div.yonetim .aciklama span:after {
	font-weight:bold;
	content:":";
	float:right;
}

div.detail-page div.yonetim .aciklama small {
	width:330px;
	float:left;
}

div.detail-page div.yonetim .aciklama small p{
	margin:0px;
}

div.detail-page div.ziyaretci .comment-list ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
div.detail-page div.ziyaretci .comment-list ul li{
	list-style:none;		
	margin-top: 8px;
	background: none repeat scroll 0% 0% #3C5D7C;
	border-bottom: 3px solid #2C4359;
	color: #FFF;
	clear:both;
}

div.detail-page div.ziyaretci .comment-list ul li p{	
	padding:4px;
	margin:0px;
}

div.detail-page div.ziyaretci .comment-list ul li .name{	
	padding:8px;
	font-weight:bold;	
	height: 25px;
	/*float: left;*/
	background: none repeat scroll 0% 0% #466B8E;
	color:#fff;
}

div.detail-page div.ziyaretci .comment-list ul li .name small{
	font-weight:normal;
	float:right;
	font-size:11px;
}

div.detail-page div.ziyaretci .new-comment
{
	margin:0px;
	padding:0px;
}

div.detail-page div.ziyaretci .new-comment .title
{
	font-weight:bold;
	margin:4px 0px 0px;
	background:none;
	border:none;
	width:100%;	
	min-height:14px;
	height:14px;
}

div.detail-page div.ziyaretci .new-comment input, div.detail-page div.ziyaretci .new-comment textarea
{
	float: left;
	margin-top: 10px;
	padding: 10px 15px;
	-moz-box-sizing: border-box;
	background: none repeat scroll 0% 0% #E1E2E9;
	color: #68879B;
	width:614px;
}
div.detail-page div.ziyaretci .new-comment textarea
{	
	height:120px;
}
div.detail-page div.ziyaretci .new-comment input[type=submit]
{
	height: 40px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	background: #3f67c0;
	width:644px;
}
.unapproved
{	
	padding:6px 12px;
	margin: 4px 20px;
	background: none repeat scroll 0% 0% #2D4963;
	font-weight: 700;
	font-size: 16px;
}
.sayfalama, .sayfalama2
{
	float:right;
}
#post-pagination
{
	background:none;
	color:#333;
}

#post-pagination a
{
	border:1px #ccc solid;
	padding:3px 8px;
	margin:1px;
}

.sayfalama2 a
{
	border:1px #ccc solid;
	padding:6px 8px;
	margin:1px;
}

#post-pagination span.current
{
	border:1px #2C32F2 solid;
	padding:3px 8px;
	margin:1px;
	background:#2C32F2;
	color:#fff;
}
.msgError
{
	margin:4px 0px;
	border-top:2px #FF7373 solid;
	border-bottom:2px #FF7373 solid;
	font-weight:bold;
	background:#FFBFBF;
	padding:8px;
}
.msgSuccess
{
	margin:4px 0px;
	border-top:2px #B9FF73 solid;
	border-bottom:2px #B9FF73 solid;
	font-weight:bold;
	background:#DFFFBF;
	padding:8px;
}
#lostpasswordform
{
	display:none;
}
#profform, #sifreform
{
	display:none;
}
.tab-content .buttn
{
	border-bottom:1px #ccc dotted;
	padding:5px;
	float:left;
	width:120px;
	margin:0px 12px;
	color:#aaa;
}
.kullanici
{
	padding:5px;
	font-size:14px;
}
.uyelist ul {padding:0px !important;}
.uyelist ul, .uyelist ul li
{
	list-style-type:none !important;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.uyelist ul li
{
	/*padding:5px;*/
	border-bottom:1px #ccc dotted;	
}
.uyelist ul li .avatar
{
	padding:1px;
	float:left;
	width:30px;	
}
.uyelist ul li img
{
	margin:0px !important;	
}
.uyelist ul li .username
{
	padding:4px;
	float:left;
	width:240px;
}

.uyelist ul li .kangrubu
{
	padding:4px;
	float:left;
	width:80px;
}
.uyelist ul li .telefon
{
	padding:4px;
	float:left;
	width:180px;
}

.uyelist ul li .sosyal
{
	padding:4px;
	float:left;
	width:60px;
}

.uyelist ul li .sosyal a
{
	width:20px;
	margin:2px;
	padding:2px 4px;
	border:1px #ccc solid;
	color:#ccc;
	font-size:16px;
	border-radius:4px;
	text-align:center;
}

.uyelist ul li .sosyal a.facebook:hover
{
	border:1px #3B5998 solid;
	background:#3B5998;
	color:#fff;
}

.uyelist ul li .sosyal a.twitter:hover
{
	border:1px #9AE4E8 solid;
	background:#9AE4E8;
	color:#fff;
}

.harfler
{
	padding:4px;
}

.harf
{
	padding:5.37px;
	border:1px #ccc solid;
	background:#eee;
	float:left;
	margin:1px;
	min-width:10px;
	text-align:center;
	cursor:pointer;
}
.kangruplari
{
	float:right;
	padding:6px 6px 0px;
}
.kangruplari .kangrub
{
	float:left;
	padding:6px 2px;
	border:1px #ccc solid;
	margin:2px;
	width:37px;
	cursor:pointer;
	text-align:center;
}
.kutu1icon
{
	color:#34D8E2;
}
.kutu2icon
{
	color:#34D8E2;
}
.kutu3icon
{
	color:#34D8E2;
}
.hizli1:hover
{
	background-color:#1395FE !important;
}
.hizli2:hover
{
	background-color:#1395FE !important;
}
.hizli3:hover
{
	background-color:#1395FE !important;
}
.hizli4:hover
{
	background-color:#1395FE !important;
}
.hizli5:hover
{
	background-color:#1395FE !important;
}
.hizli6:hover
{
	background-color:#1395FE !important;
}
.sayfalama2
{
	padding:16px 6px 0px 0px;
	background:none;
	color:#333;
	display:none;
}

#pagenavi{float:right;margin-top:6px;}
#pagenavi .mTop20{margin-top:0px;}
#pagenavi .mBottom20 {margin-bottom:10px;}
#pagenavi .navigation {float:right;overflow:hidden;}
#pagenavi .navigation ul{list-style:none;overflow:hidden;}
#pagenavi .navigation ul li{float:left;margin:2px;height:33px;}
#pagenavi .navigation ul li a{
	height: 23px;
    float: left;
    cursor: pointer;
    margin-left: 5px;
    padding: 9px 15px 0;
    border: 1px solid #e8e8e8;
    border-top: 2px solid #00A8FF;	
    font: 11px "Source Sans Pro";
    color: #616161;
    transition: all 0.2s linear;
}
#pagenavi .navigation ul li a:hover{
    height: 24px;
    background: #00A8FF;
    color: #fff;
}
#pagenavi .navigation ul li a.active{
    height: 24px;
    background: #00A8FF;
    color: #fff;
}





section.banner {
  padding: 1px 0; }
  section.banner .thumb-gallery {
    float: left;
    width: 19%;
    margin-right: 0.5%; }
    section.banner .thumb-gallery .swiper-container {
      height: 351px; }
    section.banner .thumb-gallery .swiper-scrollbar {
      width: 2px !important;
      opacity: 1 !important; }
    section.banner .thumb-gallery .swiper-slide {
      padding: 1px;
      width: 92%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 5px;
      font-size: 0;
      line-height: 0;
      border: 1px solid #d7d7d7;
      transition: 0.3s border;
      -webkit-transition: 0.3s border;
      -moz-transition: 0.3s border; }

      section.banner .thumb-gallery .swiper-slide figure {
        height: 100%; }
      section.banner .thumb-gallery .swiper-slide a {
        display: block;
        font-size: 0;
        line-height: 0;
        height: 100%;
        position: relative; }
      section.banner .thumb-gallery .swiper-slide img {
        width: 100%;
        height: 100%;
        font-size: 0;
        line-height: 0; }
  section.banner .right-side {
    border: 1px solid #d6d6d6;
    overflow: hidden; }
  section.banner .big-image {
    float: left;
    overflow: hidden;
    width: 69%;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    position: relative; }
    section.banner .big-image .buttons a {
      font-size: 50px;
      color: #fff;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      z-index: 5;
      text-shadow: 0 1px 0 #000; }
      section.banner .big-image .buttons a.prev {
        left: 10px; }
      section.banner .big-image .buttons a.next {
        right: 10px; }
    section.banner .big-image figure {
      width: 100%;
      height: 100%;
      position: relative; }
      section.banner .big-image figure figcaption {
	position: absolute;
	bottom: 0px;
	left: 2px;
	width: 100%;
	z-index: 3;
	text-shadow: 0 1px 1px #000;
}
        section.banner .big-image figure figcaption h3 {
          padding: 15px;
          margin-bottom: 0px;
          background-color: rgba(0, 0, 0, 0.65);
          font-size: 23px;
          line-height: 29px;
          color: #fff; }
       
        section.banner .big-image figure figcaption .info {
                background-color: rgba(0, 0, 0, 0.40);
	    font-size: 11px;
          padding: 15px 15px 15px 15px;
              margin-bottom: 0px;
      color: #fff; }
          section.banner .big-image figure figcaption .info span.s2 {
            padding-left: 20px; }
            section.banner .big-image figure figcaption .info span.s2 span {
              padding-right: 10px; }
          section.banner .big-image figure figcaption .info i {
            padding-right: 2px; }
    section.banner .big-image img {
      width: 100%; }
  section.banner .user-profile {
    float: left;
    width: 100%;
    border-left: 1px solid #d6d6d6;
    min-height: 351px;
    position: relative; }
    section.banner .user-profile .user-detail {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      section.banner .user-profile .user-detail ul {
        display: table;
        width: 100%;
        border-top: 1px solid #d6d6d6; }
        section.banner .user-profile .user-detail ul li {
          border-right: 1px solid #d6d6d6;
          display: table-cell;
          text-align: center;
          transition: 0.2s all;
          -webkit-transition: 0.2s all;
          -moz-transition: 0.2s all; }
          section.banner .user-profile .user-detail ul li:hover {
            -webkit-box-shadow: inset 0 0 4px #dddddd;
            -moz-box-shadow: inset 0 0 4px #dddddd;
            box-shadow: inset 0 0 4px #dddddd; }
          section.banner .user-profile .user-detail ul li:last-child {
            border-right: transparent; }
          section.banner .user-profile .user-detail ul li a {
            display: block;
            padding: 8px 3px;
            font-size: 11px;
            color: #cdcdcd;
            font-weight: 700;
            transition: 0.2s all;
            -webkit-transition: 0.2s all;
            -moz-transition: 0.2s all; }
          section.banner .user-profile .user-detail ul li i {
            display: block;
            font-size: 15px;
            transition: 0.2s all;
            -webkit-transition: 0.2s all;
            -moz-transition: 0.2s all;
            color: #afafaf;
            margin-bottom: 8px; }
    section.banner .user-profile .cover-image {
      height: 148px;
      margin: 3px;
      text-align: center; }
      section.banner .user-profile .cover-image .image {
        padding-top: 50px; }
        section.banner .user-profile .cover-image .image a {
          border-radius: 100%;
          width: 150px;
          height: 150px;
          border: 5px solid #fff;
          transition: 0.2s all;
          -webkit-transition: 0.2s all;
          -moz-transition: 0.2s all; }
          section.banner .user-profile .cover-image .image a img {
            border-radius: 100%; }
    section.banner .user-profile .text {
      margin-top: 80px;
      text-align: center; }
      section.banner .user-profile .text h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 3px; }
      section.banner .user-profile .text span {
        font-size: 12px;
       }



section.banner .user-profile .cover-image { background: url("../img/akkus.jpg") no-repeat center; background-size: cover; }

#Slaytt {
width: 100%;
	position:absolute;
	z-index: -1;
}

/* http://www.menucool.com */

#sliderFrame 
{
 position:relative;
width: 100%;
height:270px;
    margin:0 auto; /*center-aligned*/
}

#slider, #slider div.sliderInner {
    width:auto;height:270px;/* Must be the same size as the slider images */
}

#slider {
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

/* image wrapper */
#slider a.imgLink, #slider div.video {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider .video {
	background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
#slider div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
    background:none;
}
#slider div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
#slider div.mc-caption a {
	color:#FB0;
}
#slider div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper  {
    top:50px;/* Its position is relative to the #slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
	left:0px;


}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(../img/bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {background-position:0 -11px;}


/* --------- Others ------- */

#slider div.loading 
{
    width:100%; height:100%;
    background:transparent url(../img/loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#slider img, #slider>b, #slider a>b {
	position:absolute; border:none; display:none;
}

#slider div.sliderInner {
    width:100%; height:100%;

	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}


#slider>a, #slider video, #slider audio {display:none;}

/*===========yonetim foto================*/
.dairesel{
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
}

.dairesel img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}

.daireselb{
  border-radius: 50%;
  overflow: hidden;
  width: 250px;
  height: 250px;
}

.daireselb img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}

/*===========haber içerik sayfa===============*/
.post_image_col{
    position:relative;
    margin-bottom:10px;
}
.single-post-single-style1 .post_image_col{
    position:relative;
    margin-bottom:1px;
    float: left;    
}  
.post_image_col .post-image img,
.post_image_col .post_image img{
    width:100%;
}
.post_image_col .post-image,
.post_image_col .post_image{
    line-height:0;
    min-height: 45px;
}
.post_image_col .entry-meta .post-categories li a {
    margin-bottom:0;
}
.post_image_col .entry-meta .post-categories li a:hover {
    opacity:0.8;
}
.post_image_col .entry-meta.no-thumb { 
        position: static;
}
.post_image_col .entry-meta{
    position:absolute;
    width:100%;
    bottom:20px;
    left:0;
    z-index:1;
    background: rgba(255, 255, 255, 0.54);
    padding: 5px;
}
.post-image a{
    line-height:0;
}

.archive .post-image,
.archive .archive-videothumb, 
.archive .archive-audiotumb {
    margin-bottom: 0px;
    text-align: center;
    line-height: 0;
}

.archive-page-archive-style1 .post_image_col .post-image,
.single-post-style1-template .post_image{
    margin:0;
    padding:0;
    float:none;
}
.archive-page-archive-style1 .post_image_col,
.single-post-style1-template .post_image_col{
    float:left;
    width: 297px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.category article.hentry:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #DDD;
}

.single-post .entry-title, 
.archive .entry-title, 
.search-results .entry-title {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 6px 0;
    font-weight:700;
}
.single-post .page-content,.single-post .entry-content, .single-post .entry-summary ,
.archive .page-content,.archive .entry-content, .archive .entry-summary ,
.search-results .page-content,.search-results .entry-content, .search-results .entry-summary{
    margin: 15px 0 0;
    font-size: 14px;
    color: #777;
    font-family: 'Open Sans',arial,sans-serif;
}
.archive-page-archive-default .post-extra-wrapper {
    float: left;
}



.single .byline, 
.group-blog .byline, 
.posted-on, .blog-author,
.blog-cat{       
    font-family: 'Open Sans', arial, sans-serif;
    color: #3d3d3d;
    font-size: 11px;
    font-weight:bold;
    font-style:normal;
}

/*===========yorum================*/
.msgError {
	float:left; 
	width:640px; 
	height:auto; 
	overflow:hidden; 
	margin:0px 0px 10px 0px; 
	padding:10px 0px 10px 10px; 
	background:#fff5ce; 
	border-top:1px solid #fed946;
	border-bottom:1px solid #fed946;
	font-size:12px;
	color:#803600;
	font-weight: normal;
	text-decoration:none;
	}
.msgError1 {
	float:left; 
	width:auto; 
	height:auto; 
	overflow:hidden; 
	margin:0px 0px 10px 0px; 
	padding:10px 0px 10px 10px; 
	background:#fff5ce; 
	border-top:1px solid #fed946;
	border-bottom:1px solid #fed946;
	font-size:12px;
	color:#803600;
	font-weight: normal;
	text-decoration:none;
	}

.msgWarning {
	float:left; 
	width:640px; 
	height:auto; 
	overflow:hidden; 
	margin:0px 0px 10px 0px; 
	padding:10px 0px 10px 10px; 
	background:#fff5ce; 
	border-top:1px solid #fed946;
	border-bottom:1px solid #fed946;
	font-size:12px;
	color:#803600;
	font-weight: normal;
	text-decoration:none;
	}
.msgWarning1 {
	float:left; 
	width:auto; 
	height:auto; 
	overflow:hidden; 
	margin:0px 0px 10px 0px; 
	padding:10px 0px 10px 10px; 
	background:#fff5ce; 
	border-top:1px solid #fed946;
	border-bottom:1px solid #fed946;
	font-size:12px;
	color:#803600;
	font-weight: normal;
	text-decoration:none;
	}
.msgError b, .msgWarning b, .msgError a, .msgWarning a {
	font-size:12px;
	color:#803600;
	font-weight: bold;
	text-decoration:none;
	}

.msgError p, .msgWarning p {
	float:left; 
	width:640px; 
	height:auto; 
	overflow:hidden; 
	margin:0px 0px 10px 0px; 
	padding:0px 0px 0px 0px; 
	border:0px;
	font-size:12px;
	color:#803600;
	font-weight: normal;
	text-decoration:none;
	}

.saga {
	float: right; 
	width: auto; 
	height:auto; 
	overflow:hidden; 
	margin:0px 21px 0px 0px; 
	padding:0px 0px 0px 0px; 
	font-size:12px;
	color:#803600;
	font-weight: normal;
	text-decoration:none;
	}

.msgSuccess {
	float:left;
	width:640px; 
	height:auto; 
	overflow:hidden;
	margin:-10px 0px 10px 0px; 
	padding:10px 0px 10px 10px; 
	background:#e3f5ff; 
	border-top:1px solid #96cae3;
	border-bottom:1px solid #96cae3;
	font-size:12px;
	color:#0c5471;
	font-weight: bold;
	text-decoration:none;
	}
.msgSuccess1 {
	float:left;
	width:auto; 
	height:auto; 
	overflow:hidden;
	margin:-10px 0px 10px 0px; 
	padding:10px 0px 10px 10px; 
	background:#e3f5ff; 
	border-top:1px solid #96cae3;
	border-bottom:1px solid #96cae3;
	font-size:12px;
	color:#0c5471;
	font-weight: bold;
	text-decoration:none;
	}

.msgInfo {
	float:left;
	width:640px;
	height:auto; 
	overflow:hidden;
	margin:0px 0px 10px 0px; 
	padding:10px 0px 10px 10px; 
	background:#e3f5ff; 
	border-top:1px solid #96cae3;
	border-bottom:1px solid #96cae3;
	font-size:12px;
	color:#0c5471;
	font-weight: bold;
	text-decoration:none;
	}

.msgSuccess b, .msgInfo b, .msgSuccess a, .msgInfo a {
	font-size:12px;
	color:#0c5471;
	font-weight: bold;
	text-decoration:none;
	}

.msgSuccess p, .msgInfo p {
	float:left; 
	width:640px; 
	height:auto; 
	overflow:hidden; 
	margin:0px 0px 10px 0px; 
	padding:0px 0px 0px 0px; 
	border:0px;
	font-size:12px;
	color:#0c5471;
	font-weight: normal;
	text-decoration:none;
	}

.cls-input {
	float:left;
	width:250px;
	background:#f1f1f1;
	padding: 5px 3px 5px 3px;
	margin:2px 0px 17px 0px;
	border:1px solid #d7d7d7;
	font-size:12px;
	color:#2f2f2f;
	font-weight: bold;
	text-decoration:none;
	}
	
.cls-input:hover {
	float:left;
	width:250px;
	background:#fff;
	padding: 5px 3px 5px 3px;
	margin:2px 0px 17px 0px;
	border:1px solid #d7d7d7;
	font-size:12px;
	color:#2f2f2f;
	font-weight: bold;
	text-decoration:none;
	}

.cls-select {
	float:left;
	width:250px;
	background:#f1f1f1;
	padding: 5px 3px 5px 3px;
	margin:2px 0px 17px 0px;
	border:1px solid #d7d7d7;
	font-size:12px;
	color:#2f2f2f;
	font-weight: bold;
	text-decoration:none;
	}
	
.cls-select:hover {
	float:left;
	width:250px;
	background:#fff;
	padding: 5px 3px 5px 3px;
	margin:2px 0px 17px 0px;
	border:1px solid #d7d7d7;
	font-size:12px;
	color:#2f2f2f;
	font-weight: bold;
	text-decoration:none;
	}


.tamamdir {
	float:left;
	width:726px;
	background:#e3f5ff;
	border:1px solid #96cae3;
	padding: 25px 3px 25px 3px;
	margin:2px 0px 17px 0px;
	font-size:35px;
	color:#0c5471;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
	}
.tamamdir:hover {
	float:left;
	width:726px;
	background:#fff5ce;
	border:1px solid #fed946;
	padding: 25px 3px 25px 3px;
	margin:2px 0px 17px 0px;
	font-size:35px;
	color:#591d09;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
	}

.cls-text {
	float:left;
	width:720px;
	height:200px;
	background:#f1f1f1;
	padding: 5px 3px 5px 3px;
	margin:2px 0px 17px 0px;
	border:1px solid #d7d7d7;
	font-size:12px;
	color:#2f2f2f;
	font-weight: bold;
	text-decoration:none;
	}
	
.cls-text:hover {
	float:left;
	width:720px;
	height:200px;
	background:#fff;
	padding: 5px 3px 5px 3px;
	margin:2px 0px 17px 0px;
	border:1px solid #d7d7d7;
	font-size:12px;
	color:#2f2f2f;
	font-weight: bold;
	text-decoration:none;
	}

.yorumtamam {
	float:left;
	width:118px;
	background:#ededed;
	border:1px solid #cfcfcf;
	padding: 10px 3px 10px 3px;
	margin:10px 0px 27px 0px;
	font-size:15px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
	}

.yorumtamam:hover {
	float:left;
	width:118px;
	background:#fff5ce;
	border:1px solid #fed946;
	padding: 10px 3px 10px 3px;
	margin:10px 0px 27px 0px;
	font-size:15px;
	color:#591d09;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
	}

.yorum-text {
	float:left;
	width:420px;
	height:140px;
	background:#f1f1f1;
	padding: 5px 3px 5px 3px;
	margin:2px 0px 11px 0px;
	border:1px solid #d7d7d7;
	font-size:12px;
	color:#2f2f2f;
	font-weight: bold;
	text-decoration:none;
	}
	
.yorum-text:hover {
	float:left;
	width:420px;
	height:140px;
	background:#fff;
	padding: 5px 3px 5px 3px;
	margin:2px 0px 11px 0px;
	border:1px solid #d7d7d7;
	font-size:12px;
	color:#2f2f2f;
	font-weight: bold;
	text-decoration:none;
	}

.bosluk{
	float:left;
	width:100%;
	height:10px;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
	margin:1px 0px 4px 0px;
	border:0px;
	}

/************************************************

*	PART SISTEMI								*

************************************************/

.keremiya_part {	float:right;margin:-4px 0px -7px -3px;padding: 0em 1em 0.2em;font-size: 13px;list-style-type: none;line-height:28px;text-align: right;font-family: tahoma;width:95%;}

.keremiya_part a span {background-color: #0C757A;text-transform:uppercase;color: #fff;text-decoration: none;font-size: 13px;font-family: tahoma;border-radius: 4px;margin-right: 0px;padding: 5px;text-shadow:1px 1px #414141;transition: all .3s linear;-o-transition: all .3s linear;-moz-transition: all .3s linear;-webkit-transition: all .3s linear;}

.keremiya_part span {background-color: #D4E104;text-transform:uppercase;text-decoration: none;color: #000;text-decoration: none;font-size: 13px;font-family: tahoma;border-radius: 4px;margin-right: 0px;padding: 5px;text-shadow:1px 1px #c8e352;}

.keremiya_part a span:hover {background-color: #505050;}

.keremiya_part a {padding: 0;margin: 0;background: none;border: 0;text-decoration: none;}

span.keros{ background-color: #F7410F;color: #FFFFFF;text-decoration: none;text-transform:none;font-size: 11px;font-family: tahoma;border-radius: 4px 4px 4px 4px;margin-left: 3px;padding: 5px;text-shadow:none;}

span.keros a:hover {color:#FFFFFF;}

span.keros2{ background-color: #FFA500;color: #FFFFFF;text-decoration: none;text-transform:none;font-size: 13px;font-family: tahoma;border-radius: 4px 4px 4px 4px;margin-left: 3px;padding: 5px;text-shadow:none;}

span.keros2 a:hover {color:#FFFFFF;}

.jcarousel-skin-tango .jcarousel-container-horizontal { width:603px;     height: 110px; padding:10px 30px; }
.jcarousel-skin-tango .jcarousel-clip { overflow:hidden; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { width:603px; height:125px; }
.jcarousel-skin-tango .jcarousel-item { width:140px; height:110px; border:1px solid #FFF; }
.jcarousel-skin-tango .jcarousel-item:hover { webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .13); -moz-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .13); box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .13); border: 1px solid #ddd; position: relative; z-index: 1; }
.jcarousel-skin-tango .jcarousel-item .pvitrin { line-height:15px; height:30px; font-size:13px; text-align:center; width:130px; padding:0px; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-left:0; margin-right:10px; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left:10px; margin-right:0; }
.jcarousel-skin-tango .jcarousel-item-placeholder { background:#fff; color:#000; }
.jcarousel-skin-tango .jcarousel-next-horizontal { position:absolute; top:55px; right:0px; width:32px; height:32px; cursor:pointer; background:transparent url(../img/next-horizontal.png) no-repeat 0 0; }

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal { left:5px; right:auto; background-image:url(../img/prev-horizontal.png); }
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus { background-position:-32px 0; }
.jcarousel-skin-tango .jcarousel-next-horizontal:active { background-position:-64px 0; }
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { cursor:default; background-position:-96px 0; }
.jcarousel-skin-tango .jcarousel-prev-horizontal { position:absolute; top:55px; left:0px; width:32px; height:32px; cursor:pointer; background:transparent url(../img/prev-horizontal.png) no-repeat 0 0; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal { left:auto; right:5px; background-image:url(../img/next-horizontal.png); }
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus { background-position:-32px 0; }
.jcarousel-skin-tango .jcarousel-prev-horizontal:active { background-position:-64px 0; }
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { cursor:default; background-position:-96px 0; }
 .orta_modul { float:left; width:662px; margin-top:5px; margin-bottom:5px; padding:0px; border:1px solid #dddddc;
 }

