/*
	S T Y L E

	http://www.tkd.org.tr/kongre/2014

	Project:		31 UKK
	Author:			Resul Gulenc
	Tested On:		Chrome, IE10, Firefox
	Version:		1.0
	File ID:		style.css

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

*/

body {
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    font-size: 12px;
}

.hidden-page {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

/*Language*/
.tkd-language {
    background: #b81017;
}

    .tkd-language ul {
        margin: 0;
        padding: 0;
    }

        .tkd-language ul li {
            padding: 0;
        }

            .tkd-language ul li a {
                color: #fff;
                font-size: 12px;
                padding: 5px 10px;
                display: inline-block;
            }

                .tkd-language ul li a.active {
                    background-color: #fff;
                    color: #b81017;
                }

/*Language End*/

/*Header*/
.tkd-docs-nav {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

    .tkd-docs-nav .navbar-header .navbar-toggle {
        background-color: #b81017;
    }

    .tkd-docs-nav .navbar-toggle .icon-bar {
        background-color: #FFFFFF;
    }

    .tkd-docs-nav .navbar-header {
        display: block;
        width: 100%;
    }

    .tkd-docs-nav .navbar-brand {
        height: inherit !important;
    }

    .tkd-docs-nav .navbar-brand, .tkd-docs-nav .navbar-nav > li > a {
        font-weight: 500;
        color: #FFFFFF;
        font-size: 14px;
        padding: 12px 15px;
    }

        .tkd-docs-nav .navbar-nav > .active > a, .tkd-docs-nav .navbar-nav > .active > a:hover, .tkd-docs-nav .navbar-nav > li > a:hover {
            color: #FFFFFF;
            font-weight: 500;
            background-color: #A9A9A9;
            -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        }

.img-tkd {
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    margin: 0 auto;
}

.m0 {
    margin: 0;
}

.bright {
    border-right: 1px solid #000;
}

.tkd-header-img {
    min-height: 65px;
    margin: 20px 0;
}

.tkd-header {
    background: #8c8c8c;
}

.tkd-navbar-collapse .navbar-nav {
    width: 100%;
    display: table;
    float: none;
}

    .tkd-navbar-collapse .navbar-nav li {
        text-align: center;
        display: table-cell;
        float: none;
    }

/*Header End*/

/*Content*/
.btn-tkd, .btn-tkd:hover, .btn-tkd:focus {
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 10px;
    margin: 16px 0;
    height: 60px;
    white-space: inherit;
}

.btn-tkd-red {
    background: #b81017;
}

.btn-tkd-blue {
    background: #00a6e3;
}

.btn-tkd.btn-tkd-red, .btn-tkd.btn-tkd-red:hover {
    padding: 20px 10px;
}

.content {
    background: url("../../images/content-bg.jpg");
}

.mt15 {
    margin-top: 15px;
}

.content-white {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

    .content-white img {
        margin-bottom: 20px;
    }

    .content-white span {
        color: #b81017;
        font-weight: 300;
        font-size: 18px;
        margin-bottom: 0;
        display: block;
    }

.bg-gray {
    background: #8c8c8c;
    padding: 25px 0;
}

.generic-title {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding-left: 5.33333333%;
}

.content-gray {
    background: #cecece;
}

.content-txt-area {
    background: #fff;
    padding: 30px;
    /*padding: 30px 30px 30px 8.33333333%;
    border-right: 1px solid #b81017;*/
}

    .content-txt-area h2 {
        margin: 0px;
        border-bottom: 1px solid rgb(184, 16, 23);
        padding-bottom: 10px;
        font-size: 26px;
        margin-bottom: 10px;
    }

.tkd-ukk-table {
    padding: 0;
    margin: 0;
    display: table;
}

    .tkd-ukk-table li {
        list-style: none;
        display: table-row;
    }

        .tkd-ukk-table li p {
            display: table-cell;
            padding-right: 40px;
        }

.content-txt-area h3 {
    margin: 30px 0 10px;
    border-bottom: 1px solid #B81017;
    padding-bottom: 10px;
    font-size: 22px;
    color: #000;
}

.content-txt-area p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.tkd-ul {
    margin: 0;
    padding: 0;
}

    .tkd-ul li {
        list-style: none;
        display: inline-block;
        border-right: 1px solid #000;
        padding-right: 20px;
        margin-right: 20px;
    }

        .tkd-ul li:last-child {
            border-right: none;
            padding-right: 0;
            margin-right: 0;
        }

        .tkd-ul li p {
            color: #b81017;
            font-size: 15px;
            font-weight: 500;
            font-style: italic;
            margin-bottom: 0;
        }

.ukk-ul {
    padding-left: 20px;
}

    .ukk-table tr td, .ukk-ul li {
        color: #000;
        font-size: 16px;
        font-weight: 300;
    }
/*Content End*/

/*Footer*/
footer {
    background: #8c8c8c;
}

.copyright {
    margin-bottom: 0;
    color: #fff;
    padding: 12px 10px;
    font-size: 14px;
}
/*Footer End*/

.borderless td, .borderless tr, .borderless tbody, .borderless thead {
    border: none !important;
    font-size: 16px !important;
}

    .borderless tr td:first-child {
        width: 15%;
    }

/*Ukk List*/    
.ukk-list {padding: 0; margin: 0; display: table; width: 100%; background-color: #fff; border: 1px solid #ddd;}
.ukk-list li {list-style: none; display: table-row;}
.ukk-list li strong, .ukk-list li p {display: table-cell; padding: 10px; border: solid #ddd; border-width: 0 0 1px 1px; margin: 0; color: #000; font-size: 16px;}
.ukk-list li p {font-weight: 300;}
.ukk-list li p strong {display: none;}
.ukk-list li strong:first-child, .ukk-list li p:first-child {border-width: 0 0 1px;}
.ukk-list li:last-child p {border-bottom: none;}
/*Ukk List End*/