.push-top {
    margin-top: 20px;
}

.push-bottom {
    margin-bottom: 20px;
}

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

.padding-bottom {
    padding-bottom: 10px;
}

/* centered columns styles */
.row-centered {
    text-align: center;
    max-width: 100%;
}

.col-centered {
    /*display: inline-block;*/
    /*display: inline;*/
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.table-curved {
    border-collapse: separate;
    border: solid #ddd 1px;
    border-radius: 6px;
    border-left: 0px;
    border-top: 0px;
}
.table-curved > thead:first-child > tr:first-child > th {
    border-bottom: 0px;
    border-top: solid #ddd 1px;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.table-curved > :first-child > :first-child > :first-child {
    border-top-left-radius: 6px;
}
.table-curved > :first-child > :first-child > :last-child {
    border-top-right-radius: 6px;
}
.table-curved > :last-child > :last-child > :first-child {
    border-bottom-left-radius: 6px;
}
.table-curved > :last-child > :last-child > :last-child {
    border-bottom-right-radius: 6px;
}
.justify {
    text-align: justify;
}

body {
    background-color: #fff;
    font-size: 10pt;
}

a {
    color: #333333;
}

a:focus, a:hover {
    color: #357260;
    text-decoration: none;
}

select, button, input {
    padding: 4px 4px;
    max-width: 100%;
    width: 100%;
    color: #000;
    line-height: 18px;
}

select{
    height: 27px;
    /*display: block;*/
    -webkit-appearance: menulist-button;
    padding: 0;
}

button {
    box-sizing: content-box;
    font-size: 14px;
    font-weight: bold;
    color: #121212;
    padding: 0 15px;
    vertical-align: middle;
    line-height: 25px;
    width: auto;
}

header {
    background-color: #fff;
    background-image: url('/img/bg_head_layer.png');
    background-repeat: repeat-x;
    min-height: 140px;
    /*background-color: #357260;*/
}

header .logo {
    margin: 25px 0 0 0;
    width: 319px;
    max-width: 90%;
}

header .right_banner {
    max-width: 90%;
    float: right;
    margin-top: 20px;
    margin-bottom: -20px;
}

footer {
    background-image: url('/img/footer_center.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 150px;
    width: 100%;
    background-color: #357260;

}

footer, footer a {
    color: #e8e8e8;
}

footer .links {
    margin-bottom: 5px;
    padding-top: 30px;
}

footer .links a:hover {
    color: #c4e3f3;
}

footer .copyright {
    margin-bottom: 5px;
}

.highlight{
    /*display: block;*/
    color: #357260;
    font-size: 11pt;
    font-weight: bold;
}

select.highlight{
    /*display: block;*/
    color: #357260;
    font-size: 10pt;
    font-weight: normal;
    background-color: #FFFBE8;
}

div.menu_box {
    margin-top: -35px;
}

div.menu {
    margin-bottom: -3px;
}

div.menu .nav-tabs {
    border-bottom: none;
}

div.menu ul.nav {
}

div.menu ul.nav > li {
    margin-bottom: -2px;
}

div.menu ul.nav > li > a {
    background-color: #357260;
    padding: 5px 10px;
}

div.menu ul.nav > li > a, div.menu ul.nav > li > a:hover {
    border-color: transparent;
    color: #fff;
}

div.menu ul.nav > li > a:hover {
    background-color: #408973;
}

table.info.table > tbody > tr > td, table.pager.table > tbody > tr > td {
    border: none;
}

.body {
    background-color: #fff;
}

.search_box {
    width: 100%;
    background-color: #357260;
}

.search {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.search .box_head {
    color: #FFF;
    font-size: 16pt;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 7px;
}

.search label {
    color: #fff;
    font-weight: lighter;
    display: block;
}

/*.search select, */.search button, .search input{
    border: none;
    border-radius: 5px;
}

.table > thead > tr > th {
    color: #555555;
}

table.stats {
}

table ol{
    max-height: 650px;
    overflow: hidden;
    overflow-y: auto;
}

div.oneri h4{
    color: #357260;
}

div.oneri ul{  }

div.oneri ul li{
    min-width: 85px;
    margin-right: 5px;
}

div.oneri ul li a:hover{
    text-decoration: underline;
    color: mediumblue;
    font-weight: bold;
}

table.list {
}

table.list thead {
}

table.list thead tr {
}

table.list thead th {
    background-color: #357260;
    color: #fff;
}

table.list tbody tr td.block_anchor a {
    width: 100%;
    display: block;
}

.right{}

.right .banner{
    display: block;
    width: 100%;
}

.right .banner img{
    max-width: 100%;
    width: 100%;
}

#takip {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999999;
}

#takip .takip {
    background-image: url('/img/follow2.png');
    background-repeat: no-repeat;
    height: 42px;
    width: 42px;
    top: 10px;
    margin-left: auto;
    cursor: pointer;
}

#takip .facebook {
    background-position: 0px 0px;
}

#takip .twitter {
    background-position: 0px -42px;
}

#takip .hotbird {
    background-position: 0px -84px;
}

#takip .friendfeed {
    background-position: 0px -126px;
}

#takip .vimeo {
    background-position: 0px -168px;
}

#takip .youtube {
    background-position: 0px -210px;
}

#takip .linkedin {
    background-position: 0px -252px;
}

#takip .rss {
    background-position: 0px -294px;
}

/** Banner **/
.banner{
    position: relative;
    max-width: 100%;
}
.banner img{
    max-width: 100%;
}
.banner a.btn{
    display: block;
    position: absolute;
    background-position: center top;
}
.banner a.btn:hover{
    background-position: center bottom;
}

@media only screen and (max-width: 768px) {

    .row-centered {
        /*display: inline-block;*/
        /*display: block;*/
    }

    .col-centered {
        /*display: inline-block;*/
        /*display: block;*/
    }

    header .container {
        padding-left: 0;
        padding-right: 0;
    }

    header .logo_box {
        display: block;
        width: 100%;
        text-align: center;
    }

    .search .box_head {
        line-height: 30px;
        display: none;
    }

    table ol{
        max-height: 190px;
        overflow: hidden;
        overflow-y: auto;
    }


}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}
