﻿/*normalize*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #fff;
    font: 400 1em/1.1 sakkal_majalla,sans-serif;
    background-color: #000;
    text-shadow: 0 1px 0 #000;
}

button, input, select, textarea {
    color: #999;
    text-shadow: 1px 1px 0 #000;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

:focus {
    outline: 0;
}

a:active, a:hover {
    outline: 0;
}

h1, h2, h3 {
    font-weight: 400;
}

h1 {
    font-size: 2.25em;
    margin: 0 0 .67em;
    text-align: center;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    margin: 0;
    font-size: 100%;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

audio, canvas, img, video {
    vertical-align: middle;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
    color: white;
}
/* maximage */
.mc-hide-scrolls {
    overflow: hidden;
}

body .mc-cycle {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.mc-old-browser .mc-image {
    overflow: hidden;
}
/*tools*/
html, body, .jspVerticalBar, div.leftSide {
    height: 100%;
}

body {
    min-height: 660px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dpb {
    display: block;
}

.jspCap, .dpn {
    display: none;
}

.jspTrack, .jspDrag, .jspTrack, .jspPane, .jspContainer, .pr {
    position: relative;
}

.jspVerticalBar, .jspPane, .pa {
    position: absolute;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}
/* scrollPane */
.jspContainer {
    overflow: hidden;
}

.jspVerticalBar {
    top: 0;
    right: 0;
    width: 16px;
}

.jspTrack {
    background: #728188;
}

.jspDrag {
    background: #abb2b6;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 6px;
    margin: auto;
}

    .jspDrag:hover {
        background: #b8c0c3;
    }

.jspArrow {
    background: #728188 url(img/up-down-arrows.png) no-repeat 0 0;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrowUp {
    background-position: 2px 7px;
}

.jspArrowDown {
    background-position: 3px -52px;
}

.jspVerticalBar .jspArrow {
    height: 22px;
}
/* scrollPane ends */
footer {
    background: #666 url(img/footer-pattern.png) repeat-x 0 0;
    height: 48px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 768px;
    z-index: 3;
}

div.leftSide {
    background: url(img/opac60.png) repeat 0 0;
    width: 230px;
    margin-left: 1.667%;
}

a.logo {
    margin-top: 1.563em;
    display: block;
    text-align: center;
}

div.contentBody {
    background: url(img/opac-gray-95.png) repeat 0 0;
    margin-right: 1.667%;
    height: 100%;
    overflow: hidden;
    width: 180px;
    z-index: 1;
}

div.innerBody {
    height: 100%;
}

    div.innerBody article {
        position: absolute;
/*        top: 50%;*/
        left: 0;
/*        margin-top: -250px;*/
    }

nav ul, nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    margin: .4em 0;
}

nav {
    margin: 1em 0 0 15%;
    font-size: 1.6em;
    bottom: 10%;
}

    nav a {
        color: white;
        text-decoration: none;
        transition: color .2s;
    }

        nav a.curr, nav a:hover {
            color: #3898ca;
        }

table.footer-tbl {
    width: 100%;
}

    table.footer-tbl td {
        vertical-align: middle;
        height: 48px;
        padding: 0;
    }

div#copyRight {
    margin-right: 5%;
    font-size: .9em;
}

a.twitter, a.facebook, a.instagram {
    display: block;
    text-indent: -999em;
    background-image: url(img/social-icons.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    opacity: .4;
    transition: opacity .35s;
    filter: alpha(opacity=40);
    overflow: hidden;
    float: left;
}

a.twitter {
    background-position: 0 0;
}

a.facebook {
    background-position: -31px 0;
    margin: 0 2%;
}

a.instagram {
    background-position: -58px 0;
    width: 32px;
}

    a.twitter:hover, a.facebook:hover, a.instagram:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

div.newsEventsBody, div.galleryMain {
    margin: 0 35px;
    
}

div.newsEventsBody {
    width: 423px;
}

div.galleryMain {
    width: 160px;
}

ul.thumbList, ul.thumbList li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.thumbList {
    margin-bottom: .7em;
}

    ul.thumbList li {
        padding-right: 20px;
        display: block;
        width: 7.5em;
        height: 8.2em;
        float: left;
        line-height: .9em;
    }

        ul.thumbList li:nth-child(3n) {
            padding-right: 0;
        }

    ul.thumbList a {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

    ul.thumbList.scrc li {
        width: 7.1em;
        padding: 0;
        height: 4.8em;
    }

img.thumbImage-1 {
    border: 2px solid #818789;
}

.headM1 {
    font-size: 1.1em;
    margin: .25em 0 .18em;
}

div.thmbDate {
    color: #999;
    font-size: .9em;
}

.button1 {
    background: none;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: white;
    font-size: 1.1em;
    transition: opacity .35s;
    opacity: .5;
    filter: alpha(opacity=50);
}

    .button1:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

div.projects {
    margin-top: -1em;
}

    div.projects p {
        margin: 0 0 1em;
        font-size: 1.1em;
    }

    div.projects ul.thumbList li {
        height: 7em;
    }

div.porTable {
    font-size: 1.1em;
    margin: 2% 1.2% 0;
}

    div.porTable caption {
        text-align: left;
    }

    div.porTable table {
        width: 100%;
    }

.porHead {
    margin: 0;
    font-size: 2em;
    color: black;
    text-shadow: none;
}

div.porScroller, div.scroller {
    height: 440px;
    overflow: auto;
}

div.poBigImg {
    width: 379px;
}

a.polay {
    color: #90cff0;
    text-decoration: none;
    transition: color .35s;
    display: block;
    background: url(img/opac60.png) repeat;
    height: 36px;
    bottom: 0;
    width: 355px;
    margin: 2px;
    padding-right: 20px;
    line-height: 36px;
    font-size: 1.1em;
}

    a.polay:hover {
        color: white;
    }

div.yardsContent {
    font-size: 1.1em;
}

ul.blue-arrow-list, ul.blue-arrow-list li {
    margin: 0;
    list-style: none;
    padding: 0;
}

    ul.blue-arrow-list li {
        padding: 0;
        background: url(img/list-arrow-1.png) no-repeat 15px 5px;
        padding-left: 40px;
        margin: .5em 0;
    }

div.contact {
    font-size: 1.1em;
}

.contTable {
    width: 100%;
}

    .contTable td {
        vertical-align: top;
        padding: 2px;
    }

#contactIframe {
    border: 0;
    width: 100%;
    height: 330px;
    margin-top: 3%;
    display: block;
}

.leftArrow, .rightArrow {
    width: 17px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent url(img/gallery-arrows.png) no-repeat 0 0;
}

.leftArrow {
    background-position: 0 0;
    left: -20px;
}

.rightArrow {
    background-position: -23px 0;
    right: -20px;
}

button.galUp, button.galDown {
    width: 37px;
    height: 19px;
    border: 0;
    background: transparent url(img/gallery-arrows.png) no-repeat 0 0;
}

button.galUp {
    background-position: -54px 0;
}

button.galDown {
    background-position: -108px 0;
}

div.gallerCatHeader {
    font-size: 1.1em;
    line-height: 34px;
}

div.galThumbs {
    height: 350px;
    overflow: hidden;
    margin: .6875em 0;
}

div.galSingleImg {
    width: 120px;
    height: 90px;
    cursor: pointer;
}

div.galOnImgLayer {
    position: relative;
    background: url(img/opac60.png) repeat 0 0;
    z-index: 2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 80px;
    border: 2px solid #818789;
    opacity: 1;
    transition: opacity .35s;
}

div.galSingleImg.selected div.galOnImgLayer, div.galSingleImg:hover div.galOnImgLayer {
    opacity: 0;
    filter: alpha(opacity=0);
}

div.contentLoader {
    width: 100%;
    height: 100%;
    background: /*#5f6d74*/ white url(img/loader.gif) no-repeat center center;
    z-index: 5;
}

a.langflag {
    right: 0;
    top: 13px;
    z-index: 10;
    width: 86px;
    height: 36px;
    background: url(img/lang.png) no-repeat;
}

a.tr {
    background-position: 0 -38px;
}

a.en {
    background-position: 0 0;
}

div.col-1 {
    width: 403px;
}

div.thumbCar {
    vertical-align: top;
    width: 100%;
    overflow-y: auto;
    
}

/*BEGIN Scrollbar rengi değiştirme*/
div.thumbCar::-webkit-scrollbar { width: 10px; }
div.thumbCar::-webkit-scrollbar-track { background: #f1f1f1; }
div.thumbCar::-webkit-scrollbar-thumb { background: #4c8dad;}
div.thumbCar::-webkit-scrollbar-thumb:hover { background: #888; }
/*END Scrollbar rengi değiştirme*/


    div#projectDetail {
        position: absolute;
        width: 403px;
        margin-top: -1000px;
    }

div.detailSingle + div.detailSingle {
    margin-top: 1em;
}

.no-touch .galFilters {
    width: 100%;
    background: transparent;
    border: 1px solid #818789;
    color: white;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
}

    .no-touch .galFilters option {
        background: #5f6d74;
    }

.galFilters {
    width: 100%;
    font-size: 1rem;
}

div.detailImages, div#detailImages {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    background: white url(img/loader.gif) no-repeat center center;
}

    div.detailImages div, div#detailImages div, div.detailImages img, div#detailImages img {
        width: 100%;
    }

button.pback {
    left: 0;
    top: -57px;
}

    button.pback:hover {
        color: white;
    }

div.phWrp {
    width: 385px;
}

div.projSgn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.fontfix {
    font-family: serif;
    font-size: 76%;
}

a.ag_logo {
    background: url(img/au-logo.png) no-repeat center center;
    display: inline-block;
    overflow: hidden;
    width: 7px;
    height: 22px;
    text-indent: -999em;
    margin-right: 10px;
}

.leftArrow.homeSlideBtn,
.rightArrow.homeSlideBtn {
    top: 50%;
    z-index: 4;
}

.leftArrow.homeSlideBtn {
    left: 272px;
}

.rightArrow.homeSlideBtn {
    right: 250px;
}

.yardImgLt {
    cursor: pointer;
}

.btn_main_pic {
    left: 0;
    top: -50px;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.bt1 {
    background: #3386b2; /* Old browsers */
    background: -moz-linear-gradient(top, #3386b2 0%, #52a5d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3386b2), color-stop(100%,#52a5d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3386b2 0%,#52a5d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3386b2 0%,#52a5d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3386b2 0%,#52a5d1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3386b2 0%,#52a5d1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3386b2', endColorstr='#52a5d1',GradientType=0 ); /* IE6-9 */
    color: white;
    border: 1px solid #93c7e2;
    line-height: 25px;
    padding: 2px 20px 0;
    font-size: 1.2em;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.49);
    transition: all .25s ease;
}

.no-touch .bt1:hover {
    background: #4c8dad;
    background: -moz-linear-gradient(top, #4c8dad 0%, #74aecc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c8dad), color-stop(100%,#74aecc));
    background: -webkit-linear-gradient(top, #4c8dad 0%,#74aecc 100%);
    background: -o-linear-gradient(top, #4c8dad 0%,#74aecc 100%);
    background: -ms-linear-gradient(top, #4c8dad 0%,#74aecc 100%);
    background: linear-gradient(to bottom, #4c8dad 0%,#74aecc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8dad', endColorstr='#74aecc',GradientType=0 );
    border-color: #9bd0e4;
    box-shadow: 0 0 5px 0px rgba(255, 255, 255, 0.55);
}

.bt1 .exit, .bt1.clicked .vsbl {
    display: none;
}

.bt1.clicked .exit {
    display: block;
}

.rightArrow.yrRightarw {
    right: 505px;
}

html.lt-ie9 div.ie8-imgfx {
    position: absolute;
    left: 0;
    top: 0;
    overflow: auto;
}

    html.lt-ie9 div.ie8-imgfx .mc-image {
        overflow: auto;
    }

.award {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.videoLink {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 6;
}

    .videoLink i {
        background: url(/Styles/img/play.png) no-repeat center 15px;
        width: 100%;
        position: absolute;
        height: 100%;
        display: block;
        z-index: 2;
    }
