body {
    font: normal 12px/18px 'Source Sans Pro',sans-serif;
    background: url(../img/detail-bg.png) repeat center top;
}

body.bodyClass {
    background: #fff;
}

a, a:hover, a:active {
    line-height: 18px;
    text-decoration: none;
}

.btn {
    line-height: 18px !important;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

::selection {
    color: white;
    background-color: #6283a4;
}

.no-radius {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.relative {
    position: relative;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

.kibar-logo {
    float: left;
    width: 264px;
    text-align: center;
    background: #FFF;
    margin: 47px 0 0 0;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
}

.kibar-logo .seperator {
    float: right;
    width: 52px;
    height: 79px;
    background: url(../img/header-logo.png) no-repeat center right;
    margin-right: -52px;
}

.kibar-logo img {
    float: inherit;
    padding: 16px 0 15px 0;
}

.kibar-logo .no-display {
    position: absolute;
    top: 0;
    left: 0;
    z-index : -2;
}

.header-menu {
    float: right;
    width: 576px;
    background-color: #FFF;
    margin: 62px 0 0 0;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.header-menu .home {
    float: left;
    width: 66px;
    height: 49px;
    text-indent: -99999px;
    background: url(../img/header-menu.png) no-repeat center center;
    margin-left: -66px;
}

.header-menu .home a {
    display: block;
    height: 100%;
    background: url(../img/ico-home.png) no-repeat center center;
}

.header-menu > ul {
    display: table;
    width: 576px;
    float: left;
    margin: 0;
}

.header-menu > ul > li {
    list-style: none;
    height: 49px;
    line-height: 49px;
    display: inline-block;
}

.header-menu > ul > li > a {
    font-size: 14px;
    color: #8f8d8a;
    /*font-weight: 600;*/
    border-left: 1px solid #D3D3D3;
    padding: 0 21px;
    text-align: center;
    vertical-align: middle;
}

.header-menu ul li:first-child > a {
    border: none;
}

.header-menu ul li a:hover {
    color: #369;
}

.companies-widget h4, .companies-widget h5 {
    color: #316294;
    font-size: 18px;
    height: 23px;
    font-weight: normal;
    line-height: 18px;
    margin: 0px;
}

.companies-widget strong {
    margin-left: 20px;
    font-size: 32px;
    font-weight: 400;
    line-height: 22px;
    padding-right: 5px;
    display: block;
    margin-top: 20px;
}

.default-widget {
}

.default-widget h2, .small-slider-widget h2, .news-widget h2 {
    font-size: 20px;
    color: #6a6a6a;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 20px;
    text-align:left;
    height:40px;
}
.custom-menu-slider > .default-widget h2, .custom-menu-slider > .small-slider-widget h2, .custom-menu-slider > .news-widget h2 {
        font-size: 16px;
        text-align:center;
    }

.default-widget h3, .small-slider-widget h3, .news-widget h3 {
    color: #316294;
    font-size: 18px;
    height: 23px;
    font-weight: normal;
    line-height: 18px;
    margin: 0px;
}

.default-widget img {
    margin: -7px 0 9px 0;
}

.default-widget p {
    font-size: 14px;
    color: #7e7e7e;
    height: 90px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
}

.miniSlide {
    position: relative;
    margin-top: -7px;
}

.miniSlide ul {
    margin: 0;
}

.miniSlide ul.slide-image {
    margin-top: -7px;
    margin-bottom: 11px;
}

.miniSlide li {
    list-style: none;
}

.miniSlide .slide-content li a {
    display: block;
    font-size: 14px;
    color: #7e7e7e;
    height: 90px;
    overflow: hidden;
}

.miniSlide .arrow {
    width: 100%;
    height: 110px;
    position: absolute;
    top: 10px;
}

.miniSlide .arrow:hover a {
    display: block;
    width: 34px;
    height: 100%;
    background: url(../img/miniSlide-arrow-2.png) no-repeat 0 center;
}

.miniSlide .arrow a.next {
    float: right;
    background-position: -68px center;
}

.miniSlide .arrow a.next:hover {
    background-position: -102px center;
}

.miniSlide .arrow a.prev {
    float: left;
}

.miniSlide .arrow a.prev:hover {
    background-position: -34px center;
}

.companies-info table {
    width: 97%;
    margin-top: -20px;
}

.companies-info table tbody tr:hover {
    border-left: 5px solid #369;
    cursor: pointer;
    background-color: #ededed;
}

.companies-info table tbody tr {
    border-left: 5px solid #FFF;
}

.companies-info table tbody tr:first-child {
    border-top: none;
}

.companies-info table tbody tr td {
    vertical-align: middle;
}

.companies-info table tbody tr td:first-child {
    width: 25%;
}

.companies-tabs {
    margin-bottom: 25px;
}

.companies-tabs .tab-title {
    display: table;
    width: 100%;
}

.companies-tabs > div > ul {
    display: table-row;
}

.companies-tabs > div > ul li {
    position: relative;
    z-index: 9;
    display: table-cell;
    vertical-align: middle;
    height: 67px;
    border: 1px solid #DDD;
    border-bottom: 0;
    font-size: 18px;
    background: #efefef url(../img/tabs-title-shadow.png) no-repeat left center;
}

.companies-tabs > div > ul li a {
    display: block;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    color: #6a6a6a;
}

.companies-tabs > div > ul li.active {
    position: relative;
    background: #FFF;
    z-index: 11;
}

.companies-tabs > div > ul li.active a {
    color: #316294;
}

.companies-tabs > div > ul li.active a h4 {
    font-weight:bold;
}

.companies-tabs div.tab-content {
    clear: both;
    position: relative;
    width: 100%;
    background: #fff url(../img/company-bg.jpg) no-repeat left top;
    z-index: 10;
    margin-top: -1px;
}

.companies-tabs div.tab-content > div {
    border: 1px solid #DDD;
    padding: 25px 25px 0 25px;
    overflow: hidden;
    min-height: 320px;
}

div.tab-content div > ul {
    float: left;
    width: 616px;
}

div.tab-content div > ul li {
    float: left;
    width: 265px;
}

.tab-img {
    float: right;
    width: 295px;
}

div.tab-content .tab-list li {
    background: url(../img/tab-list-icon2.png) no-repeat 0 3px;
    padding: 0 15px 0 23px;
    float: left;
    height: 100px;
}

.tab-list li h4 {
    font-weight: normal;
    font-size: 18px;
    color: #316294;
    margin: 0 0 3px 0;
}

.tab-list li p {
    color: #555;
    line-height: 15px;
    margin-bottom: 10px;
}

.tab-img {
    margin: -25px -25px 0px 0px;
    float: right !important;
    height: 100%;
    padding-bottom: 1000px;
    margin-bottom: -10000px;
    background: rgb(84, 148, 49) url(../img/tabs-title-shadow.png) repeat-y left;
    color: #FFF;
}

.tab-img img {
}

.tab-img h4, .tab-img p {
    margin-left: 20px;
    padding-right: 5px;
}

.tab-img h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.tab-img p {
    font-size: 14px;
    line-height: 22px;
}

.footer {
    background: rgb(255, 255, 255) url(../img/pattern-footer.jpg) repeat;padding: 5px 0 10px 0;
}

.footer ul {
    float: left;
    /*max-width: 175px;*/
    width: 154px;
    min-height: 215px;
    margin: 15px 0 10px 0;
    padding: 0 18px;
    background: url(../img/footer-shadow.png) no-repeat left top;
}

.footer ul:first-child {
    padding-left: 0;
    background: none;
}

.footer ul li {
    background: url(../img/footer-dot.png) no-repeat left 6px;
}

.footer ul li:hover {
    background: url(../img/footer-dot-hover.png) no-repeat left 6px;
}

.footer ul li:first-child {
    background: none;
}

.footer ul li a {
    display: block;
    color: #6a6a6a;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    padding-left: 6px;
    margin-bottom: 5px;
}

.footer ul li:first-child a {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 10px 0;
    padding-left: 0;
    letter-spacing: -1px;
}

.footer ul li a:hover {
    color: #316294;
}

.footer p {
    font-size: 13px;
    color: #6a6a6a;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.poweredby {
    display: block;
    width: 69px;
    height: 8px;
    position: absolute;
    right: 0;
    bottom: 8px;
}

.poweredby a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 69px;
    height: 8px;
    background: url(../img/pg.png) no-repeat 0 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.poweredby a:hover {
    background: url(../img/pg.png) no-repeat 0 -8px;
}

/*Detail Page Style*/
.page-top-background {
    position: relative;
    max-width: 1920px;
    height: 270px;
    margin: 0 auto;
}

.page-top-background img {
    height: 270px;
    overflow: hidden;
}

.page-headers {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: -105px;
    color: #FFF;
    position: absolute;
}

.page-headers.default {
    background: url(../img/page-headers-bg-default.png) repeat;
}

.page-headers.red {
    background: url(../img/page-headers-bg-red.png) repeat;
}

.page-headers.blue {
    background: url(../img/page-headers-bg-blue.png) repeat;
}

.page-headers.gray {
    background: url(../img/page-headers-bg-gray.png) repeat;
}

.page-headers.green {
    background: url(../img/page-headers-bg-green.png) repeat;
}

.page-headers.yellow {
    background: url(../img/page-headers-bg-yellow.png) repeat;
}

.breadcrump.default {
    /*border-top: 1px solid #547291;*/
    background: url(../img/page-headers-bg-default.png) repeat 90%;
}

.breadcrump.red {
    /*border-top: 1px solid #7C4141;*/
    background: url(../img/page-headers-bg-red.png) repeat 90%;
}

.breadcrump.blue {
    /*border-top: 1px solid #517599;*/
    background: url(../img/page-headers-bg-blue.png) repeat 90%;
}

.breadcrump.gray {
    /*border-top: 1px solid gray;*/
    background: url(../img/page-headers-bg-gray.png) repeat 90%;
}

.breadcrump.green {
    /*border-top: 1px solid #0F7A0F;*/
    background: url(../img/page-headers-bg-green.png) repeat 90%;
}

.breadcrump.yellow {
    /*border-top: 1px solid #76792D;*/
    background: url(../img/page-headers-bg-yellow.png) repeat 90%;
}

.page-headers img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-width: 1920px;
    padding: 0 99999px;
    margin: 0 -99999px;
}

.page-headers h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 20px 20px 0 20px;
}

.page-headers h4 {
    font-size: 18px;
    font-weight: normal;
    padding: 0 20px 7px 20px;
    margin: 0;
}

.breadcrump {
    background: #6283a4;
}

.breadcrump a {
    display: block;
    float: left;
    font-size: 14px;
    color: #bccbda;
    background: url(../img/breadcrump-arrow.png) no-repeat center left;
    padding: 5px 0 5px 20px;
    margin-right: 15px;
}

.breadcrump a:first-child {
    margin-left: 20px;
    padding-left: 0;
    background: none;
}

.breadcrump a:last-child {
    color: #FFF;
}

.detail-container {
    background-color: #FFF;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.page-menu {
    /*min-height: 708px;*/
    background: url(../img/pageMenu-shadow.png) no-repeat right center;
}

.page-menu > ul {
    margin: -10px 3px 0px 0px;
}

.page-menu > ul li {
    border-bottom: 1px solid #EAEAEA;
}

.page-menu > ul li h4 {
    font-size: 16px;
    font-weight: 500;
    color: #316294;
    padding: 20px 10px 0px 10px;
}

.page-menu > ul li a {
    display: block;
    line-height: 18px;
    padding: 10px 5px 10px 10px;
    font-size: 14px;
    color: #929292;
    text-decoration: none;
}

.page-menu > ul li a:hover {
    color: #316294;
    background-color: #efefef;
}

.page-menu > ul li a.active {
    color: #316294;
    background: url(../img/page-active-ico.png) no-repeat 10px 13px #EFEFEF;
    padding-left: 25px;
    border-color: #316294;
}

.page-menu > ul li a.active-down {
    background: url(../img/page-menu-active-down.png) no-repeat 95% center #6283a4;
    color: white;
    padding: 10px 25px 10px 10px;
    font-weight: 400;
}

.page-menu > ul li.first-sub {
    border-bottom: 1px dashed #EAEAEA !important;
    margin-left: 10px;
}

.page-menu > ul li.first-sub a.active {
    border-left: 5px solid #6283a4 !important;
}

.page-menu > ul li.first-sub a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page-menu > ul li.first-sub a:hover {
    background-color: #6283a4 !important;
    color: white !important;
}

.page-menu > ul li.second-sub a.active {
    border-left: 10px solid #316294 !important;
}

.page-menu > ul li a.active {
    font-weight: bold;
}

.custom-menu-slider .bjqs-caption, .custom-menu-slider h4 {
    display: none;
}

.custom-menu-slider strong {
    position: absolute;
    bottom: 40px;
    left: 15px;
    width: 56%;
    text-shadow: 0px 1px 5px #FFF;
    opacity: 0.9;
}

.custom-menu-slider strong.titleSmallSlider {
    color: #646464;
    font-size: 16px;
}

.page-details {
    padding: 20px 20px 20px 0;
    position: relative;
}

.page-details h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    color: #316294;
    margin-bottom: 0px;
}

.detail-title {
    margin-bottom: 15px !important;
    border-bottom: 1px solid #EEE;
    line-height: 30px !important;
}

.page-details h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #316294;
    border-bottom: 1px solid #EEE;
}

.page-details p {
    text-align: justify;
    color: #555454;
    font-size: 14px;
    line-height: 18px;
}

.page-details ul {
    margin-left: 15px;
}

.page-details ul li {
    margin-bottom: 5px;
    list-style: disc;
}

.page-details ul li span {
    padding-left: 20px;
    font-size: 14px;
    display: block;
    color: #555454;
}

.page-details strong {
    color: #369;
    font-weight: 600;
    font-size: 18px;
}

.page-details table {
    font-size: 14px;
}


.page-details .contact-table tr td:first-child {
    width: 20%;
}

.page-details .contact-table tr td code {
    color: #316294;
    font-weight: 400;
}

.other-company-info {
    font-size: 14px;
}

.other-company-info .modal {
    width: 615px;
    left: 54%;
}

.other-company-info .modal-body {
    max-height: inherit;
}

.page-details .modal-body {
    /*max-height: 295px !important;*/
    /*max-height: inherit !important;*/
}

.other-company-info .modal-header h3 {
    color: #6F6565;
}

.page-details .modal {
    width: 615px;
    left: 54%;
}

.custom-modal h3 {
    line-height: 25px;
    font-size: 25px;
    color: #6F6565;
    font-weight: 600;
}

.custom-modal h4 {
    font-size: 12px;
    line-height: 16px;
    color: #969696;
    font-weight: 400;
    margin: 0 0;
}

.other-company-info-title {
    height: 24px;
    margin-top: 30px;
    padding-left: 35px;
    padding-top: 7px;
    background-image: url(../img/gnl_mdr_unvan_bg.png);
    background-repeat: no-repeat;
    background-color: #ECF1F6;
}

.other-company-info-title a {
    font-size: 14px;
}

.other-company-info strong {
    color: #369;
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}

.quatation {
    font-family: Georgia;
    color: #7E7E7E;
    font-size: 14px;
    font-style: italic;
    display: block;
    padding-top: 2px;
}

.titleDefaultWidget {
    color: #316294;
    font-size: 18px;
    height: 23px;
    font-weight: normal;
}
/*End Detail Page Style*/

/*Kibarca Magazine*/
.magazine-list {
    margin: 20px 0;
}

.magazine-list > li {
    width: 138px;
    float: left;
    list-style: none !important;
    margin: 0 20px 20px 0 !important;
}

.magazine-list li .magazine-list-content .title {
    padding-left: 0px !important;
}

.magazine-list li .btn {
    padding: 2px 10px;
}

.magazine-list li img {
    margin-bottom: 10px;
}

.magazine-list li span.title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #336699;
    text-align: center;
    margin-bottom: 10px;
}

.magazine-list li:first-child .magazine-list-content {
    float: left;
    margin-left: 15px;
}

.magazine-list li:first-child {
    float: none;
    width: auto;
}

.magazine-list li:first-child img {
    margin-bottom: 0;
}

.magazine-list li:first-child .request-forms-img {
    float: left;
}

.magazine-list li .magazine-sublist {
    display: none;
    margin-bottom: 10px;
}

.magazine-list li:first-child .magazine-sublist {
    display: block;
    margin-left: 17px;
}

.magazine-list li:first-child:after {
    content: '';
    display: block;
    clear: both;
}

.magazine-list li .magazine-sublist li {
    font-size: 11px;
    line-height: 15px;
    list-style: disc;
    background: none !important;
}

.magazine-list li:first-child span.title {
    text-align: left;
}

.magazine-list li:first-child .pull-right {
    float: none;
}

/*END Kibarca Magazine*/
/*Header Menu*/
.mainNav {
    position: relative;
}

.navigation ul.mainNav > li:hover {
    line-height: 49px;
}

.mainNav .inside-menu, .mainNav .separator {
    display: none;
}

.mainNav li:hover .separator {
    display: block;
    border-top: 5px solid rgba(51,102,153,0.6);
    border-bottom: 5px solid rgba(255,255,255,0.6);
    margin-bottom: -5px;
    margin-top: -5px;
}

.mainNav li:hover .inside-menu {
    position: absolute;
    display: block;
    background-color: #FFF;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    padding: 11px 21px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    margin-top: 5px;
}

.inside-menu.single {
    width: 225px;
    left: -65px;
}

.inside-menu.double {
    width: 600px;
    left: -129px;
}

.inside-menu.triple {
    width: 600px;
    left: 250PX;
}

.mainNav .inside-menu ul {
    margin-left: -16px;
}

form {
    margin-bottom: 0px !important;
}

.mainNav .inside-menu ul li {
    float: left;
    margin-left: 16px;
    width: 90%;
}

.mainNav .inside-menu.double ul li {
    width: 47% !important;
}

.mainNav .inside-menu.double ul li a {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
}

.mainNav .inside-menu.triple>ul>li {
    width: 30% !important;
}

.mainNav .inside-menu.triple>ul>li>a {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
}

.mainNav .inside-menu.triple>ul>li {
    background:none;
}
.mainNav .inside-menu.triple>ul>li:hover {
    background:none;
}

.mainNav .inside-menu.triple>ul>li>ul>li>a {
    display: table-cell;
    vertical-align: middle;
}

.mainNav .inside-menu.triple>ul>li>ul>li>a:hover {
    text-decoration:underline;
}

.mainNav .inside-menu ul li {
    float: left;
    /*border-bottom: 1px dashed #B3B0B0;*/
    border-bottom: 1px dotted #CCC;
    background: url(../img/inside-menu-ico.png) no-repeat center left;
}

.mainNav .inside-menu ul li:hover {
    background: url(../img/inside-menu-ico-hover.png) no-repeat center left;
}

.mainNav .inside-menu ul li:hover a {
    color: #369;
}

.mainNav .inside-menu ul li a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 0 4px 10px !important;
    color: #8f8d8a;
}
/*END Header Menu*/

/*News List Page*/
.box-sizing {
    box-sizing: border-box;
}

.news-list li {
    min-height: 125px;
    overflow: hidden;
    text-align: center;
}

.news-list-date {
    padding-left: 0px !important;
    font-size: 12px !important;
    color: #FFF !important;
    text-align: center;
    width: 100%;
    background-color: #369;
    height: 18px;
}

.news-list {
    margin: 0 28px;
}

.news-list li a {
    display: block;
}

.news-list li p {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-align: left !important;
    color: #8D8D8D;
    padding: 5px 0;
}

.news-list li:hover {
    background: url(../img/go-ico3.png) no-repeat center 20px;
}

.news-list li:hover img {
    opacity: 0.3;
}

.news-list-items {
    min-height: 105px;
    margin-top: 10px;
}

.news-list-items a > p {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
}

.accordion {
    margin-left: 20px;
    margin-bottom: 0;
}

.accordion-heading .accordion-toggle {
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid #E6E6E6;
}
/*END News List Page*/

/*Press Room*/
.press-room {
    padding-top: 10px;
}

.media-header h3 {
    margin: 0;
    border-bottom: 1px solid white;
}

.media-header {
    background-color: #369;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -8px;
    -webkit-box-shadow: 0px 1px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 1px 5px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 5px rgba(255, 255, 255, 1);
    outline: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.media-header:hover {
    background-color: #244D77;
}

.ui-accordion-header-active {
    background-color: #244D77;
}

.media-header h3:hover {
    cursor: pointer;
}

.media-content {
    border: 1px solid #E4E4E4;
    /*border-bottom: none;*/
    border-top: none;
}

.media-header h3 a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 10px;
    line-height: 24px;
}

.press-room li {
    list-style: none !important;
    margin-bottom: 20px !important;
}

.press-room li p {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-align: center !important;
    color: #8D8D8D;
    padding: 5px 0;
    list-style: none !important;
}

.press-room .thumbnail .caption {
    text-align: center;
}

.press-room hr {
    margin: 10px 0 !important;
}

.btn-pdf {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(top, #FFF, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
    background-image: -o-linear-gradient(top, #FFF, #E6E6E6);
    background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-ai {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(top, #FFF, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
    background-image: -o-linear-gradient(top, #FFF, #E6E6E6);
    background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.press-room .btn-pdf:hover, .btn-pdf:focus {
    background-color: #DA4F49;
    background-position: 0 -27px;
    color: white;
}

.press-room .btn-ai:hover, .btn-ai:focus {
    background-color: #FAA732;
    background-position: 0 -27px;
    color: white;
}
/*END Press Room*/

/*Directors Page*/
.directors-list > div.director-item > a {
    display: block;
}

.directors-list > div.director-item > a > img {
    /*-webkit-filter: brightness(65%) grayscale(60%);
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        transition: all 600ms ease;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.directors-list > div.director-item > a:hover > img {
    /*-webkit-filter: brightness(100%) grayscale(0%);*/
}

.director-item {
    padding: 10px 25px;
    float: left;
    width: 164px;
    min-height: 190px;
    margin-right: 10px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
    text-align: center;
    margin-bottom: 15px;
}

.director-item:after {
    position: absolute;
    width: 80%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    bottom: 0%;
    content: "";
    box-shadow: 0 7px 16px rgba(0,0,0,0.4);
}

.directors-list > div.director-item > a h4 {
    color: #6D6B6B;
    font-weight: 400;
    line-height: 14px;
    min-height: 28px;
    margin: 10px 0 5px 0;
}

.directors-list > div.director-item > a span {
    line-height: 12px;
    display: block;
    /*min-height: 36px;*/
    min-height: 50px;
}
/*END Directors Page*/

/*Senior Page*/
.senior-list > div.director-item > a {
    display: block;
}

.senior-list > div.senior-item > a > img {
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.senior-item {
    padding: 10px 5px 5px 10px;
    float: left;
    width: 164px;
    margin-right: 15px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
    text-align: left;
    margin-bottom: 15px;
}

.senior-item:after {
    position: absolute;
    width: 80%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    bottom: 0%;
    content: "";
    box-shadow: 0 7px 16px rgba(0,0,0,0.4);
}

.senior-list > div.senior-item > a h4 {
    color: #6D6B6B;
    font-weight: 400;
    line-height: 14px;
    min-height: 28px;
    margin: 10px 0 0px 0;
}

.senior-list > div.senior-item > a span {
    line-height: 12px;
    display: block;
}
/*END Directors Page*/

/*Slider*/
.rsGCaption {
    display: none !important;
}

#full-width-slider {
    width: 100%;
    color: #FFF;
    margin-bottom: 30px;
}

.coloredBlock {
    padding: 12px;
    background: rgba(255,0,0,0.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%;
}

.infoBlock a {
    color: #4A5F79;
    position: absolute;
    bottom: -30px;
    right: -45px;
    font-size: 20px;
    font-weight: 300;
}

.infoBlock a:hover {
    text-decoration: underline;
}

.photosBy {
    position: absolute;
    line-height: 24px;
    font-size: 12px;
    background: #FFF;
    color: #000;
    padding: 0px 10px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    top: auto;
    border-radius: 2px;
    z-index: 25;
}

.photosBy a {
    color: #000;
}

.fullWidth {
    max-width: 1920px;
    margin: 0 auto 0px;
    max-height: 510px;
    overflow: hidden;
    margin-bottom: 15px;
}

.infoBlock {
    position: absolute;
    right: 30px;
    left: auto;
}

.infoBlockLeftBlack {
    color: #FFF;
    left: 50%;
    margin-left: -610px;
    top: 50%;
    margin-top: 210px;
    max-width: 700px;
}

.infoBlock h4 {
    font-size: 32px;
    font-weight: 300;
    display: inline-block;
    line-height: 37px;
    padding: 10px 10px;
    margin: 0;
    background-color: #CE5B5B;
    opacity: 0.8;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.infoBlock p {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    font-weight: 400;
    display: inline-block;
    position: relative;
    bottom: 5px;
    left: 2%;
    margin: 0;
    background-color: #193E56;
    opacity: 0.8;
    padding: 10px 10px 25px 10px;
}
/*END Slider*/

/*Mobile Menu*/
.mobile-menu ul li {
    background: #FFF;
    background: -moz-linear-gradient(top, #FFF 0%, #F5F5F5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#F5F5F5));
    background: -webkit-linear-gradient(top, #FFF 0%,#F5F5F5 100%);
    background: -o-linear-gradient(top, #FFF 0%,#F5F5F5 100%);
    background: -ms-linear-gradient(top, #FFF 0%,#F5F5F5 100%);
    background: linear-gradient(to bottom, #FFF 0%,#F5F5F5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    border-bottom: 1px solid #ccc;
}

.mobile-menu ul li:active {
    background: #F5F5F5;
    background: -moz-linear-gradient(top, #F5F5F5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #F5F5F5 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #F5F5F5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #F5F5F5 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #F5F5F5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#ffffff',GradientType=0 );
}

.mobile-menu ul li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #369;
    padding: 20px 15px;
    background: url(../img/mobile-menu-arrow.png) no-repeat right center;
    margin-right: 15px;
}
/*END Mobile Menu*/

/*Social Media*/
.mobile-footer {
    background-color: #336699;
}

.mobile-contact {
    width: 49%;
    border-right: 1px solid #224a71;
    text-align: center;
}

.mobile-social {
    width: 48%;
    border-left: 1px solid #4887c7;
    text-align: center;
}

.social-media-line {
    background: url(../img/social-bg.jpg) repeat-x #33508D;
    height: 53px;
}

.social-media {
    float: right;
}

.social-media li {
    list-style: none;
    float: left;
    margin-left: 10px;
}

.social-media li:first-child {
    margin-left: 0;
}

.social-media li a {
    display: block;
    padding: 14px 5px 14px 5px;
}

.social-media li a img {
    width: 20px;
    transition: width 1s, height 1s, transform 1s;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
}

.social-media li a:hover img {
    width: 24px;
}

.quick-contact a {
    display: block;
    float: left;
    padding: 14px 0 10px 0;
    font-size: 20px;
    font-weight: 200;
    line-height: 20px;
}

.quick-contact a span {
    color: white;
    margin-left: 10px;
}
/*END Social Media*/

/*Mobile Footer*/
.change-device ul li {
    background: #373c3f; /* Old browsers */
    background: -moz-linear-gradient(top, #373c3f 0%, #353a3d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373c3f), color-stop(100%,#353a3d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #373c3f 0%,#353a3d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #373c3f 0%,#353a3d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #373c3f 0%,#353a3d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #373c3f 0%,#353a3d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373c3f', endColorstr='#353a3d',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #2b2f31;
}

.change-device ul li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    padding: 20px 15px;
    background: url(../img/mobile-menu-arrow.png) no-repeat right center;
    margin-right: 15px;
}

.change-device ul li a span {
    padding-left: 15px;
}
/*END Mobile Footer*/

/*Mobile Header*/
.top-mobile-menu {
    margin-bottom: 60px;
}

.mobile-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #FFF;
    background: -moz-linear-gradient(top, #FFF 0%, #F5F5F5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#F5F5F5));
    background: -webkit-linear-gradient(top, #FFF 0%,#F5F5F5 100%);
    background: -o-linear-gradient(top, #FFF 0%,#F5F5F5 100%);
    background: -ms-linear-gradient(top, #FFF 0%,#F5F5F5 100%);
    background: linear-gradient(to bottom, #FFF 0%,#F5F5F5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.56);
}

.panel-menu {
    -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.49);
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.49);
}

.mobile-logo a {
    display: block;
    padding: 12px 5px;
    width: 66%;
}

.mobile-panel {
    background: #336699;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.mobile-panel a {
    position: relative;
    display: block;
    padding: 30px;
}

.mobile-panel a img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -12px;
}

.darkness-side {
    display: none;
    position: absolute;
    z-index: 998;
    width: 100%;
    height: 1000px;
    background-color: black;
    opacity: 0.8;
}

.top-panel {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    background-color: #369;
    display: none;
}
/*END Mobile Header*/

/*Eror page*/
.error-page-wrapper {
    text-align: center;
    padding-top: 75px;
}

.error-page-wrapper img {
    display: block;
    margin: 0 auto;
}

.error-page-wrapper .lead {
    font-size: 26px;
    font-weight: bold;
    color: #336799;
    margin-top: 30px;
    width: 100%;
}

.error-page-wrapper p {
    font-size: 16px;
    color: #336799;
    width: 280px;
    margin: 10px auto;
}

.error-page-wrapper a {
    color: #336799;
    text-decoration: underline;
}

.error-page-wrapper a:hover {
    color: #336799;
    text-decoration: underline;
}
/*END Error page*/

/* Search */

.search-results-category {
    border-bottom: 1px solid;
}

.search-results-hit {
    line-height: 25px;
}

.search-panel {
    margin: 25px 0;
}

.search-panel input {
    margin-bottom: 8px;
    margin-left: -2px;
}

.search-box {
    border: 1px solid #DFDFDF;
    padding: 13px 15px 0px 15px;
    margin-right: 20px;
    background-color: #F2F2F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.accesibility {
    display: block;
    background: url(../img/engelli-gri.png) no-repeat 3px;
    width: 19px;
    height: 19px;
    margin-top: 4px;
    border-left: 1px dotted #ccc;
    padding-left: 5px;
}

.accesibility:hover {
    display: block;
    background: url(../img/engelli-mavi.png) no-repeat 3px;
}

.search-box .input-append input[type=text] {
    width: 90%;
}

.result-link {
    display: block;
}

.result-link a:hover {
    color: #a0a0a0 !important;
}

.result-link a span {
    color: #1464D1;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
}

.result-link a b u {
    text-decoration: none;
}

.searchtext {
    margin: 45px 0 0 17px;
}

.result-search {
    margin-right: 20px;
}

.search-results-category {
    border-bottom: none;
    border-top: 1px solid #DDD;
    clear: both;
}

.search-title {
    font-size: 16px;
    font-weight: normal;
    color: #013781;
}

.search-title strong {
    font-size: 18px;
    font-weight: bold;
    color: #013781;
}

.result-search span {
    line-height: 33px;
    font-size: 20px;
    font-weight: bold;
    color: #999;
}

.search-results-hit {
    line-height: 25px;
    background-color: #F5F5F5;
    margin: 10px 0;
    border: 1px dashed #CCC;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-results-hit:before {
    content: "►";
    margin: 0 5px;
    color: #999;
}

.search-results-hit:nth-child(2n) a {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    background-color: #37A1D5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-results-hit a {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    background-color: #013781;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-results-hit a:hover {
    text-decoration: none;
}

.search-results-hit:nth-child(2n) a:hover {
    text-decoration: none;
}

.search-results-hit span a {
    color: #8a8a8a !important;
    background-color: rgba(0, 0, 0, 0) !important;
    font-weight: normal !important;
    font-style: normal;
    font-size: 12px !important;
    text-shadow: 0 1px 0 #FFF;
    width: 98%;
    overflow: hidden;
    display: inline-block !important;
}

.result-link a {
    text-shadow: 0 1px 0 #FFF !important;
}

.search-results-hit span a:hover {
    color: #727272 !important;
}

.search-title-sidebar {
    padding: 5px 0px;
    border-bottom: 1px solid #E4E4E4;
}

.search-title-sidebar strong {
    color: #747474;
    font-size: 12px;
}

.search-title-sidebar span {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    float: right;
}

.result-sidebar-title {
    font-size: 16px;
    font-weight: bold;
    color: #013781;
}

.result-total-all {
    font-size: 14px;
    font-weight: bold;
    float: right;
    color: #013781;
}

/* End of Search */

/*Share Module*/
.title-area.clearfix {
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
    position: relative;
}

.social-share-buttons {
    position: absolute;
    bottom: 1px;
    left: 2px;
}

.social-share-buttons .item {
    float: right;
}

.social-share-buttons .item a {
    display: inline-block;
}
/*END Share Module*/

/*Search Box*/
.language-search {
    position: absolute;
    z-index: 999;
    right: 50%;
    margin-right: -470px;
    background: #FFF;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

.language-search * {
    float: left;
}

.language-search input {
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 0;
}

.language-search input[type="submit"] {
    width: 50px;
    height: 26px;
    background: url(../img/ico-search.png) left top no-repeat;
    margin-left: -45px;
    border: none;
}

.language-search input[type="text"] {
    width: 100px;
    line-height: 26px;
    border: none;
    font-size: 12px;
    color: #a6a6a6;
    font-style: italic;
}

.language-search input:focus, .language-search input:active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.language-search ul {
    margin: 3px 8px 0 0;
}

.language-search ul li:first-child {
    border-left: 1px solid #a6a6a6;
}

.language-search ul li a {
    margin: 0 3px;
    font-size: 10px;
    color: #a6a6a6;
}

.language-search ul li a:hover {
    text-decoration: underline;
}

.language-search ul li:first-child a {
    margin-left: 10px;
}
/*END Search Box*/

/*Gallery Images*/
.project-gallery {
    margin-right: 10px;
}

.galley-list {
    margin-left: -15px !important;
}

.galley-list li {
    margin-left: 35px !important;
    list-style: none !important;
    margin-bottom: 15px !important;
}
/*END Gallery Images*/

/*Information Society Services*/
.kb-list li span {
    font-size: 14px !important;
    font-weight: 600;
    float: left;
    width: 45%;
    display: inline-block !important;
}

.kb-list {
    margin-left: 0!important;
}

.kb-list li {
    background-color: #F1F1F1;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #DADADA;
    list-style: none!important;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}

.kb-list li:hover {
    -webkit-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.45);
}

.kb-list {
    margin: 0;
    padding: 0;
}

.kb-list li strong {
    font-size: 14px;
    font-weight: 400;
    width: 45%;
    display: inline-block;
}
/*END Information Society Services*/

.shadow-top {
    background: url(../img/shadow-top.png) center bottom no-repeat;
    height: 31px;
    width: 100%;
}

.shadow-bottom {
    background: url(../img/golge-aralik.png) center top no-repeat;
    height: 12px;
    width: 100%;
    margin-bottom: 10px;
}

/*Principles*/
.kb-list2 {
    margin-left: 0 !important;
}

.kb-list2 li a {
    font-size: 14px !important;
    font-weight: 600;
    float: left;
    width: 100%;
    display: inline-block !important;
    color: #555454;
}

.kb-list2 li {
    background-color: #F1F1F1;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #DADADA;
    list-style: none !important;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    list-style: none !important;
}

.kb-list2 li:hover {
    cursor: pointer;
    margin-right: 25px;
    background-color: #369;
}

.kb-list2 li:nth-child(2n):hover {
    cursor: pointer;
    margin-right: 25px;
    background-color: #407FBF;
    margin-left: 0;
}

.kb-list2 li:nth-child(3n):hover {
    cursor: pointer;
    margin-right: 25px;
    background-color: #2A557F;
}

.kb-list2 li:hover a {
    color: white;
}

.kb-list2 {
    margin: 0;
    padding: 0;
}
/*END Principles*/

/*Mobile Language*/
.mobile-language {
    font-size: 15px;
    padding: 0 15px;
    text-shadow: none;
    background: #5A5959;
    border: 0;
    font-weight: 400;
    overflow: hidden;
    color: #EFEFEF;
}

.mobile-language p {
    margin: 2px 10px 0 0 !important;
}

.mobile-language p span {
    float: right;
    margin-top: 0px;
}

.mobile-language {
    background: #5A5959;
}

.mobile-language ul {
    margin: 0 auto;
    padding: 0;
    width: 180px;
}

.mobile-language ul li {
    list-style-type: none;
    margin: 5px 5px;
    float: left;
}

.mobile-language ul li :active {
    border-left: 3px solid #199DD4;
}

.mobile-language ul li a {
    border: solid #727272 1px;
    box-shadow: 0 1px 0 #727272;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    text-shadow: 0px 1px 1px #000;
}
/*Mobile History*/
.mobile-history table {
    width: 100%;
}

.mobile-history table tbody tr {
    border: 1px solid #e6e6e6;
    border-left: none;
}

.mobile-history table tbody tr td.left {
    width: 15%;
    background-color: #206191;
    text-align: center;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}

.mobile-history table tbody tr td span {
    font-size: 35px;
    display: block;
    color: #FFF;
    font-weight: 200;
}

.mobile-history .history-item .item-right {
    width: 85%;
}

.mobile-history table tbody tr td p {
    font-size: 15px;
    color: #808080;
    padding: 15px;
    text-align: left;
    margin: 0;
}
/*END Mobile History*/

/*Kibarca- New*/
.kibarca-new li {
    list-style: none !important;
    float: left !important;
    margin-right: 6px !important;
    margin-bottom: 15px !important;
}

.kibarca-new li {
    position: relative;
}

.kibarca-new li span {
    text-align: center;
    padding-left: 0 !important;
    font-size: 14px;
    font-weight: 600;
}

.kibarca-new li:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
}

.kibarca-new li:hover .kibarca-buttons {
    display: block;
    width: 100%;
}

.kibarca-new li .kibarca-buttons {
    display: none;
    position: absolute;
    top: 12%;
    left: 0;
}

.katalog-ico {
    width: 100%;
    display: block;
    margin-left: 15px;
    margin-top: 20px;
}
/*END Kibarca New*/

/*News List*/
.panel {
    background-color: #FFF;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-primary {
    border-color: #369;
}

.panel-heading {
    margin: 0px 0px 5px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDD;
}

.panel-primary .panel-heading {
    background-color: #369;
    border-color: #369;
}

.panel-primary .panel-heading h3 {
    margin: 0;
}

.panel-primary .panel-heading h3 a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    display: block;
    padding: 10px 20px;
}

.panel-primary .panel-heading h3 a:focus {
    outline: none;
    outline-offset: 0px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 500;
}
/*END News List*/

/*History slider*/
.main_content_slider_wrapper {
    margin-left: -660px !important;
}

.content_slider_text_block_wrap {
    margin-left: 50px !important;
}

div.main_content_slider_wrapper {
    max-width: 1336px !important;
    width: 1336px !important;
}

.content_slider_wrapper {
    width: 680px !important;
    left: -240px !important;
}
/*End History slider*/

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.text-magnify a {
    display: block;
    float: left;
    padding: 3px 3px 7px 7px;
    border: 1px solid #D2D2D2;
    margin-right: 2px;
    border-bottom: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.text-magnify a:hover {
    background-color: #f2f2f2;
}

.text-magnify a:last-child {
    margin-right: 0px;
}

.director-item2 {
    padding: 10px 10px;
    float: left;
    width: 140px;
    min-height: 200px;
    margin-right: 10px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
    text-align: center;
    margin-bottom: 15px;
}

.director-item2 a {
    display: block;
}

.director-item2 a h4 {
    color: #6D6B6B;
    font-weight: 400;
    line-height: 14px;
    min-height: 28px;
    margin: 10px 0 0px 0;
}

.all-director {
    z-index: 5;
    height: 32px;
    overflow: hidden;
    position: absolute;
    background-color: white;
    margin-left: 0px !important;
    width: 90%;
    border: 1px solid #EEE;
    margin-top: 7px;
}
.all-h1 span, .all-h1-new span {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px; color: #369;
    font-size: 12px;
    width:50%;
}

.all-director li a span {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px; color: #369;
    font-size: 12px;
    width:415px;
}
.all-director li {
    border-bottom: 1px dashed #ccc;
    padding: 0px 5px;
}

.all-director li a {
    display: block;
}
.senior-list-hover:hover {
    height:290px !important;
    -moz-animation-name: slidein !important;
    -webkit-animation-name: slidein !important;
    
}

.all-director li:last-child {
    border-bottom: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.all-director li:hover {
    background-color: #E7E7E7;

}
.all-director:hover {
    height: 290px;
    z-index: 15;
    -moz-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -moz-animation-name: slidein;
    -webkit-animation-name: slidein;
    -moz-box-shadow: 2px 3px 5px #C0BBBB;
    -webkit-box-shadow: 2px 3px 5px #C0BBBB;
    box-shadow: 2px 3px 5px #C0BBBB;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.all-director h1 {
    margin: 3px 0;
    width: 25%;
    font-size: 14px;
}

.all-h1 {
    z-index: 10;
    background: url(../img/arrow-down.png) no-repeat 0px 15px #fff;
    width: 87%;
    height: 33px;
    margin-top: 7px;
    position: absolute;
    padding-left:25px;
}

.all-h1:hover {
    z-index: 0;
    display: none;
}

@-moz-keyframes slidein {
    from {
        margin-top: -10px;
        height: 290px;
    }

    to {
        margin-top: 7px;
        height: 290px;
    }
}

@-webkit-keyframes slidein {
    from {
        margin-top: -10px;
        height: 290px;
    }

    to {
        margin-top: 7px;
        height: 290px;
    }
}

.no-display {
    text-indent: -9999px;
    overflow: hidden;
}


.director-item2 a {
line-height: 13px;
}

.mobile-language .accesibility {
    width: 24px;
    height: 30px;
    margin-top: 0px;
}

.center-text {
    text-align:center;
}

#sticky_for_a_while { position: relative; bottom: 0px; left: 0px; z-index: 999; right: 0 }

.tab-title h4:hover { font-weight: bold }
/*New Footer*/
.socialLink { float:left; font-size: 26px;}
.socialLink a {display: block; float: left; height: 17px; margin-left: 3px;}
.kibarholding_logo, .facebook_logo, .twitter_logo {background-image: url(../img/kibar-logo-footer-master.png);-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;}
.kibarholding_logo {width: 50px;background-position: 0 17px;}
.facebook_logo {width: 20px;background-position: -130px 28px;}
.twitter_logo {width: 19px;background-position: -151px 28px;}
.kibarholding_logo:hover {width: 50px;background-position: 0 0;}
.facebook_logo:hover {width: 20px;background-position: -130px 3px;}
.twitter_logo:hover {width: 19px;background-position: -151px 3px;}
.footerMobile .socialLink {font-size: 28px;}
.footerMobile .socialLink a {color: #252525;}
.footerMobile .socialLink a:hover {color: #181818;}
.socialMobile {padding: 7px 0;margin: 10px;border-top: 1px solid #B8B8B8;border-bottom: 1px solid #B8B8B8;}
.kibarholdingLogo {-webkit-transition: opacity 0.2s ease-in;-moz-transition: opacity 0.2s ease-in;-o-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in;opacity: 0.8;}
.kibarholdingLogo:hover {    opacity: 1;}
.copyright {text-align: left;color: #838c95;font-size: 10px;margin-top: 20px;position: relative;}
.copyright strong {float: none;text-align: center;display: block;}
.poweredby {display: block;width: 69px;height: 8px;float: right;top:9px;position: absolute;right: 0;left: inherit;}
/*End New Footer*/

#maincontent_1_ph12_0_rptCompanies_dvTabImage_0 > img { height:330px }

.scfDropListLabel, .scfSingleLineTextLabel, .scfEmailLabel, .scfTelephoneLabel {width: 23%;}
.scfSingleLineTextBorder, .scfDropListBorder, .scfEmailBorder, .scfTelephoneBorder {margin: 0 0 5px 0;overflow: hidden;}
.scfRequired, .scfValidatorRequired {margin-right: 20px !important;}
.scfSubmitButton {display: inline-block;margin-bottom: 20px;font-size: 12px;font-weight: normal;line-height: 1.5;text-align: center;white-space: nowrap;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid rgba(0, 0, 0, 0);border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;color: #FFF;background-color: #428BCA;border-color: #357EBD;float: right;margin-right: 70px;}

.relative {
    position: relative;
}

.team-content {
    background: url(../img/team-list-bg.jpg) no-repeat;
    padding: 15px 15px 0 15px;
    background-size: cover;
    background-color: #fff;
    background-position: center;
}

.team-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.team-list li {
    display: inline-block;
    width: 48.88%;
    float: right;    
    margin-left: 15px;
}

.team-list li * {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.team-list li .team-form {
    font-size: 16px;
    height: 48px;
    margin-top: 10px;
    margin-bottom: 0;
}

.team-list li select {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    background: #fff url(../img/team-select-arrow.png) center right 10px no-repeat !important;
}

.team-list li select.team-listbox {
    background: #fff !important;
}

.team-listbox, .team-list-group {
    font-size: 16px;
    height: 48px;
    margin-top: 10px;
    margin-bottom: 0;
}

.team-list-group {
    resize: vertical;
}

.team-title {
    display: inline-block;
    overflow: hidden;
    margin: 20px 0px;
    width: 100%;
    max-width: 660px;
}

.team-title h1 {
    background: url(../img/team-logo.png) center no-repeat;
    text-indent: -99999px;
    margin: 0;
    padding: 5px 0;
    color: #004885;
    text-align: center;
    display: inline-block;
    float: left;
    width: 340px;
}


.team-title span {
    width: 24%;
    display: inline-block;
    height: 1px;
    background-color: #004885;
    float: left;
    margin-top: 25px;
}

.team-content p {
    color: #1a2b5c;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
}

.list-one {
    margin-left: 0 !important;
    float: left !important;
}

.team-btn {
    font-size: 16px;
    padding: 15px;
    font-weight: 400;
    -webkit-border-radius: 0;  
    -moz-border-radius: 0;  
    border-radius: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    background: rgba(25, 42, 93, 0.93) !important;
    border: none;
    color: #fff;
}

.team-btn:hover, .team-btn:focus {
    color: #fff;
}

.team-img {
    margin: 20px auto;
    display: block;
    width: 69% !important;
}

.list-one span {
    color: #000;
    font-size: 14px;
}
.list-one .team-form::-webkit-input-placeholder, .team-list-group::-webkit-input-placeholder {
    color: #555;
}
.list-one .team-form:-moz-placeholder, .team-list-group:-moz-placeholder {
   color: #555;
   opacity:  1;
}
.list-one .team-form::-moz-placeholder, .team-list-group::-moz-placeholder {
   color: #555;
   opacity:  1;
}
.list-one .team-form:-ms-input-placeholder, .team-list-group:-ms-input-placeholder {
   color: #555;
}

.team-list li span, .red {
    color: #f00;
    font-size: 12px;
}

.dblock {
    display: block;
}

@media (max-width:767px) {
    .team-list li {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .team-title span {
        display: none;
    }
    .team-title h1 {
        float: inherit;
        width: 200px;
        background-size: contain;
    }
    .team-img {
        display: none;
    }
}
