@font-face{
    font-family: 'MantekaRegular';
    src: url('../font/manteka.eot');
    src: url('../font/manteka.eot') format('embedded-opentype'),
         url('../font/manteka.woff') format('woff'),
         url('../font/manteka.ttf') format('truetype'),
         url('../font/manteka.svg#MantekaRegular') format('svg');
}
html
{
    height: 100%;
    width: 100%;
}
body
{
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    height: 100%;
    width: 100%;
}
img
{
    border: 0;
}
.pageback
{
    height: 100%;
    width: 100%;
    margin: 0px;
    background-color: #152585;
    opacity: 0.2;
    display: block;
}
.content
{
    height: 100%;
    width: 100%;
    margin: 0px auto;
}
.pattern
{
    background-image: url(pattern.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
/**/
.footer
{
    display: block;
    position: absolute;
    top: 0px;
    color: #fff;
    right: 0px;
    font: 11px Tahoma, Helvetica, sans-serif;
    padding: 3px;
    background-color: #111;
    margin:0px;
}
.footer a
{
    color: #8c221a;
    text-decoration: none;
}
.footer a:hover
{
    color: #d03428;
}
/**/
.logo
{
    height: 100px;
    width: auto;
    position: absolute;
    z-index: 100;
    border: 0px;
    margin: auto;
    margin-top: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.menu
{
    height: auto;
    width: auto;
    position: absolute;
    top: 172px;
    padding-top: 5px;
    z-index: 100;
    left: 0;
    right: 0;
    text-align: center;
}
.menu a
{
    text-decoration: none;
    color: #fff;
    font: 15px Ebrima;
    font-weight: bold;
}
.menu a:hover
{
    color: #d41f29;
}
#pr , #hk
{
    top: 190px;
    visibility: hidden;
}
/**/
.social
{
    height: 32px;
    width: 105px;
    background-color: #111;
    position: absolute;
    display: block;
    left: 0px;
    top:0px;
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    color:#fff;
    padding:0px;
    
}
.social .f-btn ,.social .t-btn ,.social .g-btn
{
    height: 32px;
    width: 32px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    margin:0px;
}
.social .f-btn
{
    background-image: url(fc.png);
}
.social .f-btn:hover
{
    background-image: url(fc_o.png);
}
.social .g-btn
{
    background-image: url(go.png);
}
.social .g-btn:hover
{
    background-image: url(go_o.png);
}
.social .t-btn
{
    background-image: url(tw.png);
}
.social .t-btn:hover
{
    background-image: url(tw_o.png);
}
/***/
.call
{
    bottom: 75px;
    top: 220px;
    left: 0px;
    right: 0px;
    display: block;
    height: auto;
    position: absolute;
    color: #FFF;
    margin: auto;
    padding: 10px;
    max-width: 1000px;
    min-width: 700px;
    width: 80%;
    z-index: 100;
    border-top: 2px solid #e5e4e5;
    visibility: hidden;
    overflow: hidden;
}
/**/
.project_thumbs
{
    bottom: 15%;
    height: 280px;
    position: absolute;
    color: #fff;
    padding: 0px;
    z-index: 100;
    visibility: visible;
    width:100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}
.pr_list
{
    width: auto;
    height: 250px;
    padding: 0px;
    margin: 0px
}
.project_thumbs img
{
     width: 150px;
     height: 220px;
}
.project_thumbs a
{
    text-decoration: none;
    color:#fff;
    font: 15px Tahoma, Helvetica, sans-serif;
}
.pr_item_box
{
    width: 150px;
    position: relative;
    display: inline-block;
    height: 220px;
    margin: 10px 5px 40px 5px; 
    border: 1px solid #fff;
    z-index: 150;
    background-color: #fff;

}
.pr_item_box:hover
{
    color:#D31F28;
    /* -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}
.transition {/*up funct connect*/
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pr_text
{
    position: absolute;
    bottom: 0;
    margin: auto;
    padding: 0px 7px 0px 7px;
    right: 0;
    left: 0;
    display: block;
    text-align: center;
    background-color: #111;
    opacity: 0.9;
    height: 60px;
}
/**/
.proge
{
    position: relative;
    height: 100%;
    padding: 5px;
    width: 100%;
    color: #000;
    overflow: auto;
    max-width: 1200px;
    min-width: 500px;
    font: 14px Tahoma, Helvetica, sans-serif;
}

.proge ul
{
    list-style: none;
}

.proge li
{
    left: 25px;
    right: 25px;
    height: 100px;
    display: block;
    background-color: #111;
    color: #d03428;
    font: 25px Tahoma, Helvetica, sans-serif;
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 20px;
    opacity: 0.6;
}

.proge li:hover
{
    opacity: 1;
}

.proge a
{
    color: #fff;
    text-decoration: none;
}

.proge span
{
    color: #C5C4C5;
    font: 14px Tahoma, Helvetica, sans-serif;
    width: 100%;
}
.map{
    height: 300px;
    width: 100%;
}

.proge h1
{
    color: #d03428;
    font: 25px Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}
/**/
.ilke
{
    position: relative;
    padding: 5px;
    width: 100%;
    color: #fff;
    font: 14px Tahoma, Helvetica, sans-serif;
    text-indent: 20px;
}

.ilke h2, .history h2
{
    display: inline;
    font: 25px Tahoma, Helvetica, sans-serif;
    padding-left: 30px;
    height: 20px;
    margin: 0;
}

.ilke ul
{
    font: 14px Tahoma, Helvetica, sans-serif;
    color: #fff;
}
/**/

.history
{
    position: relative;
    max-width: 1200px;
    min-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    min-height: 360px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    text-indent: 20px;
}

.history .ruller
{
    margin-top: 0px;
    margin-bottom: 10px;
    color: #d03428;
    width: auto;
    position: relative;
}

.history a
{
    margin-right: 1px;
    background-color: #000;
    color: #d03428;
    text-decoration: none;
    padding: 5px;
}

.history .rulerphoto
{
    background-color: #FFF;
    width: 400px;
    height: 300px;
}
/**/

.yonetim
{
    position: relative;
    height: 100%;
    padding: 5px;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    min-width: 500px;
    overflow: auto;
}

.yonetim .ara
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 240px;
    width: 100%;
    max-width: 1200px;
    min-width: 500px;
}

.yonetim h1
{
    color: #fff;
    font: 25px Tahoma, Helvetica, sans-serif;
}

.yonetim h2
{
    display: inline;
    font: 17px Tahoma, Helvetica, sans-serif;
    padding-left: 10px;
    height: 20px;
    margin: 0;
    color: #fff;
}

.yonetim .baslik
{
    padding: 0;
    margin: 0;
    position: relative;
    width: 350px;
    height: 27px;
    background-color: #111;
}

.yonetim h3
{
    display: inline;
    font: 12px Tahoma, Helvetica, sans-serif;
    height: 20px;
    padding: 0;
    margin: 0;
    color: #d03428;
}

.yonetim .resim
{
    padding: 0;
    margin: 20px;
    position: absolute;
    left: 15px;
    background-color: #444;
    width: 150px;
    height: 180px;
    display: block;
}

.yonetim .bilgi
{
    padding: 20px;
    margin: 20px;
    position: absolute;
    left: 180px;
    background-color: #111;
    right: 10px;
    height: auto;
    min-height: 110px;
    display: block;
    font: 12px Tahoma, Helvetica, sans-serif;
    text-indent: 10px;
}
/**/


.contact
{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
}

.contact .content
{
    width: 800px;
    height: 500px;
    padding: 5px;
    color: #fff;
}

.contactform
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    height: auto;
    width: 260px;
    float: left;
}

.contactinfo
{
    margin-right: 10px;
    float: left;
    padding-right: 10px;
    border-right: solid 1px #fff;
    height: auto;
    width: 260px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #fff;
}

.formlabel
{
    color: #aaa;
}



.contact p
{
    margin: 0px;
    padding: 0px;
}

.contact h2
{
    margin-top: 0px;
    margin-bottom: 10px;
    color: #aaa;
    font: 25px Tahoma, Helvetica, sans-serif;
}

.contact input, .contact textarea
{
    padding: 2px;
    border: 1px solid #E5E5E5;
    width: 250px;
    color: #d03428;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    font: 13px Verdana, Geneva, sans-serif;
}

.contact textarea
{
    height: 70px;
    max-width: 400px;
    line-height: 18px;
    resize: none;
}

.contact input:hover, textarea:hover,
.contact input:focus, textarea:focus
{
    border-color: 1px solid #C9C9C9;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}

.contact .form label
{
    margin-left: 10px;
    color: #d03428;
}

.contact input[type='button']
{
    width: 70px;
    height: 30px;
    background-color: #000;
    color: #d03428;
    padding-bottom: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.contact input[type='button']:hover
{
    background-color: #C60000;
    color: #FFFFFF;
    cursor: pointer;
}

.contact_info_message
{
    display: none;
}


/**/
/**********************************************************************/

/**/


.suiet
{
    color: #fff;
}

.suiet .right
{
    text-align: right;
}

.suiet .left
{
    text-align: left;
}

.proje-text
{
    width: 300px;
    height: 30px;
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
    font: 18px Tahoma, Helvetica, sans-serif;
    background-color: #000;
    color: #fff;
    padding: 10px;
}

