﻿body {
    min-height: 100%;
	min-width: 100%;
    position: relative;
    font: 100%/1.125em Arial,Helvetica,sans-serif;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
    color: #007bc1;
	background-color: #769bb6;
    /*background: url(../images/bg.jpg) repeat;*/
	background-image: url("/temalar/Standart/images/bg.jpg");
}

/* -----------------------------------------------------------
    @font-face
----------------------------------------------------------- */

@font-face {
    font-family: "Cuprum";
    font-style: normal;
    font-weight: 400;
    src: local("Cuprum"), local("Cuprum-Regular"), url("http://themes.googleusercontent.com/static/fonts/cuprum/v4/7YX7MpZfYX5IYkPlvizk1w.woff") format("woff");
}

/* -----------------------------------------------------------

----------------------------------------------------------- */

    /* -----------------------------------------------------------
    Popup
----------------------------------------------------------- */

#popup {
    background: #fff;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 1px solid #000;
    width: 400px;
}

    #popup #content {
        margin: 0;
        background-image: none;
        padding: 0 8px 8px;
    }

        #popup #content div.Buttons {
            background: none;
            padding: 0;
            border: none;
            box-shadow: none;
            margin: -15px -25px -10px 0;
            text-align: right;
            cursor:pointer;
        }

        #popup #content div.form table td.left {
            width: 35%;
        }

        #popup #content div.form table td.right {
            width: 65%;
        }

        #popup #content div.form table table td input[type="text"], #popup #content div.form table table td input[type="password"] {
            width: 100%;
        }

        #popup #content div.form table table td textarea {
            width: 215px !important;
        }

    #popup .close {
        position: absolute;
        right: 7px;
        top: 7px;
    }

.popup {
    /*background: url(../images/popup/popupArka.png) repeat 0 0;*/
    background-color:#1C1C1C; opacity:0.5; filter:alpha(opacity=50); -moz-opacity:0.5;
}
.popuppointer {
    cursor:pointer;
    float:left;
    }

/* -----------------------------------------------------------

----------------------------------------------------------- */

/* -----------------------------------------------------------
    başlıklar
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color: #484848;
    line-height: 150%;
    font-family: 'Cuprum',arial,serif;
    font-weight: 400;
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

h1 {
    font-size: 40px;
    line-height: 1.6em;
}

h2 {
    font-size: 32px;
    line-height: 1.5em;
    color:#007bc1;
}

h3 {
    font-size: 24px;
    line-height: 1.5em;
	    color:#007bc1;
}

h4 {
    font-size: 20px;
    line-height: 1.5em;
    color:#007bc1;
    font-weight: bold;
}

h4.baslik {
        border-left: 5px solid rgb(7, 61, 126);
        border-bottom:1px solid rgb(7, 61, 126);
        padding-left: 10px;
        color: #007bc1;
        font-size: 16px;
        line-height: 1.4em;
        margin-bottom: 10px;
        font-weight: normal;
        outline: medium none;
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
}

h5 {
    font-size: 16px;
    line-height: 1.4em;
}

h6 {
    font-size: 12px;
}

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    linkler
----------------------------------------------------------- */

a {
    /*color: #484848;*/
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #22a2d6;
    }

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    input, select, textarea, button, label, radio, checkbox
----------------------------------------------------------- */

input[type="button"], input[type="submit"] {
    background:#033F5C;
    border: 1px solid #000;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 15px;
    outline: medium none;
    overflow: visible;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
}

    input[type="button"]:hover, input[type="submit"]:hover {
        opacity: 0.9;
        box-shadow: 0 0 2px rgba(0,0,0,0.1);
    }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"] {
    border: 1px solid #CED5E0;
    font-size: 11px;
    padding: 7px 10px;
    width: 216px;
}

    input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="date"]:hover, input[type="number"]:hover {
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
    }

input[type="radio"] {
}

    input[type="radio"]:hover {
    }

input[type="checkbox"] {
}

    input[type="checkbox"]:hover {
    }

textarea {
    border: 1px solid #CED5E0;
    font-size: 11px;
    padding: 7px 10px;
    width: 320px;
    height: 120px;
}

    textarea:hover {
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
    }

select {
}

    select:hover {
    }

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
	hatalar
----------------------------------------------------------- */

div.errors-out {
    display: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

div.errors-in div.basarili, div.errors-in div.hatali, div.errors-in div.uyari, div.errors-in div.bilgi {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 5px rgba(255, 255, 255, 0.1) inset, 0 -2px 8px rgba(0, 0, 0, 0.1) inset;
    color: #555555;
    margin: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    cursor: pointer;
    font-size: 12px;
    padding: 10px 10px 10px 40px;
}

div.errors-in div.basarili {
    background: #A2E8A2 url(../images/icons/success.png) no-repeat 10px 50%;
}

div.errors-in div.hatali {
    background: #F0A8A8 url(../images/icons/error.png) no-repeat 10px 50%;
}

div.errors-in div.uyari {
    background: #E8E8A2 url(../images/icons/warning.png) no-repeat 10px 50%;
}

div.errors-in div.bilgi {
    background: #A8F0F0 url(../images/icons/info.png) no-repeat 10px 50%;
}


/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    Design
----------------------------------------------------------- */

#Design {
	    padding: 0;
}

#Design-in {
}

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    top
----------------------------------------------------------- */

div.top {
    margin: 0 auto;
    width: 100%;
}

div.top-in {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
	box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.6);
}


/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    header
----------------------------------------------------------- */

div.header {
    margin: 0 auto;
    width: 100%;
    /*
    background: url(../images/ocean_bg.jpg) no-repeat scroll 0% 80%;
    background-size:cover;
*/
}

div.header-in {
    margin: 0 auto;
    width: 980px;
    height:200x;
    overflow: hidden;
    padding-bottom: 10px;
}

/* -----------------------------------------------------------
    menu
----------------------------------------------------------- */
div.menu {
    width: 800px;
    height: 40px;
    margin: 0 auto;
	margin-top:3px;
	background-color: #007bc1;
	background-image: url("/temalar/Standart/images/menu-bg.png");
}

div.menu-in {
    margin: 0 auto; /* Snk */
    height: 40px;
    padding: 0;
}

div.golge 
{
	height:10px;
	width:100%;
	float:right;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.6);
	display: block;
	position: absolute;
}

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    slide
----------------------------------------------------------- */

div.slide {
    width: 980px;
    margin: 0 auto;
    height: auto;
    display: block;
    overflow: hidden;
}

div.slide-in {
}

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    slide-sub
----------------------------------------------------------- */

div.slide-sub {
    display: table;
    margin: 0 auto;
    width:100%;
}

div.slide-sub-in {
    display: table-cell;
    width:980px;
}

div.slide-sub-in h2.baslik {
    font-size: 32px;
    font-weight: normal;
    line-height: 100%;
    outline: medium none;
    text-shadow: 1px 1px #FFF;
    padding: 10px;
    margin-top: 5px;
}
/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    main
----------------------------------------------------------- */

div.main {
    /*background: url(../images/trans_bg.png) repeat;
    padding: 20px 30px;*/
    width: 1000px;
    margin: 10px auto;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
	margin-bottom: 20px;
}

div.main-in {
    height: 100%;
    min-height: 100%;
    width: 980px;
    margin: 0 auto;
}

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    footer-top
----------------------------------------------------------- */

div.footer-top {
    width: 980px;
    margin: 0 auto;
    background: #000;
    padding: 20px 0;
    background: url(../images/footer_bg.jpg) repeat-x 50% 0;
}

div.footer-top-in {
}

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */

div.footer {
    width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #fff;
}

div.footer-in {
    padding: 7px 10px;
}

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    bottom
----------------------------------------------------------- */

div.bottom {
width: 100%;
margin: 0px auto;
background: url(../images/footer_bg.jpg) no-repeat;
box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.6);
background-color:#00102b;
background-position: right top;
}

div.bottom-in {
	width:980px;
    padding: 7px 10px;
	margin: 0px auto;
}

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    Design -> boxes (kutular/alanlar/place holder'lar)
----------------------------------------------------------- */

div.row {
    display: table;
    width: 100%;
    height: 100%;
    empty-cells: hide;
}

div.box {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 100%;
}

    div.box div.box-in {
    }

div.clear {
    clear: both;
    display: table-row;
    width: 100%;
}

/*-----------------------her bir alanın ayrı ayrı düzenlenebildiği bölüm ---------------------------------*/

/* not : tüm box ların aynı anda otomatik olarak genişlemesini istemezsek(mevcut kullandığımız box lardan birinin içeriğinin temizlenmesi veya box u hiç kullanmamamız durumunda), genişliğinin sabit kalmasını istediğimiz box un genişlik özelliğini değiştirmiyoruz(varsayılan değeri kalıyor) , genişleyebilir dediğimiz ya da genişlemesini  istediğimiz box un genişlik özelliğini 'width:0;' tanımlıyoruz!!! */

div.box1 {
    padding: 5px 0 0;
}

div.box2 {
}

div.box3 {
}

div.box4 {
}

div.box5 {
}

div.box6 {
}

div.box7 {
}

div.box8 {
}

div.box9 {
	box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.6);
}

    div.box9 div.box-in {
    }

div.box10 {
    padding: 0 20px 0 0;
}

    div.box10 div.box-in {
    }

div.box11 {
}

div.box11-1 {
    height:1px;
}

div.box11-2 {
}

div.box11-2-1 {
    padding-right: 10px;
}

div.box11-2-2 {
    padding: 0;
}

div.box11-2-3 {
    padding-left: 10px;
}

div.box11-3 {
}

div.box12 {
    padding: 0 0 0 20px;
}

    div.box12 div.box-in {
    }

div.box13 {
}

div.box14 {
    padding-right: 20px;
}

div.box15 {
}

div.box16 {
    padding: 10px 0 50px 0;
}

div.box17 {
}

div.box18 {
}

div.box19 {
}

div.box20 {
}

div.box21 {
}

div.box22 {
}

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    Design -> boxes (genişlik özellikleri)
----------------------------------------------------------- */

div.one-full {

}

div.one-half {
    width: 50%;
}

div.one-third {
    width: 33.3333%;
}

div.two-thirds {
    width: 66.6666%;
}

div.one-fourth {
    width: 25%;
}

div.two-fourths {
    width: 0;
}

div.three-fourths {
    width: 75%;
}

div.one-fifth {
    width: 20%;
}

div.two-fifths {
    width: 50%;
}

div.three-fifths {
    width: 60%;
}

div.three-fifths {
    width: 60%;
}

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    Design -> blok (genel özellikler)
----------------------------------------------------------- */

div.blok {
    display: block;
    zoom: 1;
	}

    div.blok:before, div.blok:after {
        content: ".";
        display: block;
        height: 0;
        overflow: hidden;
    }

    div.blok:after {
        clear: both;
    }

    div.blok h2.baslik {
    }

    div.blok div.blok-in {
    }

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    Sayfalama
----------------------------------------------------------- */

div.pager {
    list-style: none;
    margin-left: -3px;
    margin-top: 18px;
}

    div.pager li {
        float: left;
        padding: 0 3px;
    }

        div.pager li.current {
        }

        div.pager li a {
            border: 1px solid #CED5E0;
            position: relative;
            padding: 6px 0;
            width: 20px;
            display: inline-block;
            cursor: pointer;
            border-radius: 3px;
            text-decoration: none;
            font-size: 11px;
            font-weight: 700;
            outline: 0 none;
            text-align: center;
            text-transform: uppercase;
            white-space: pre-line;
            vertical-align: baseline;
            text-shadow: 0 1px 0 rgba(255,255,255,0.5);
            color: #484848;
            background-color: #eee;
        }

            div.pager li a:hover {
                background-color: #e2e2e2;
                text-shadow: 0 1px 0 rgba(255,255,255,0.9);
            }

        div.pager li.current a {
            background-color: #ffffff;
            text-shadow: none;
        }

/* -----------------------------------------------------------

----------------------------------------------------------- */



/* -----------------------------------------------------------
    
----------------------------------------------------------- */


div.accordion-container {
    background: url(../images/box6_bg.png) no-repeat 50% 100%;
    padding: 0 0 30px;
    margin: 20px 0 0;
}

ul.accordion-slider {
    list-style: none;
    clear: both;
    margin: 0;
    background: url(../images/bg-accordion-slider.png) repeat-x;
    border: 1px solid #e0dcdc;
    overflow: hidden;
    display: table;
}

    ul.accordion-slider li {
        margin: 0;
        padding: 0;
        display: table-cell;
        width: auto;
        max-width: 100% !important;
        border-left: 1px solid #e4e4e4;
    }

        ul.accordion-slider li:first-child, ul.accordion-slider li.first {
            border-left: none;
        }

        ul.accordion-slider li:last-child, ul.accordion-slider li.last {
            border-right: none;
        }

        ul.accordion-slider li .photo-preview, ul.accordion-slider li .handle {
            padding: 12px;
            width: 128px;
            float: left;
            cursor: pointer;
        }

        ul.accordion-slider li:first-child .photo-preview, ul.accordion-slider li:first-child .handle, ul.accordion-slider li.first .photo-preview, ul.accordion-slider li.first .handle {
            border-left: 0;
        }

        ul.accordion-slider li.accordion-closed .description {
            display: none;
            position: relative;
        }

        ul.accordion-slider li h5 {
            margin: 0;
            line-height: 12px;
            color: #22A2D6;
            margin: 10px 0 5px;
            font-size: 18px;
        }

        ul.accordion-slider li p.profile {
            margin: 0;
            font-size: 12px;
            color: #4c4c4c;
        }

        /*for script*/
        ul.accordion-slider li .contentContainer {
            padding-left: 0px;
            float: left;
            width: 0px;
            height: 285px;
            overflow: hidden;
        }

.contentWrapper {
}

ul.accordion-slider li .contentInnerWrapper {
    margin: 12px 12px 12px 0;
}

    ul.accordion-slider li .contentInnerWrapper p {
        margin-top: 0;
    }

/*border-radius*/
ul.accordion-slider {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
/* ====================== END ACCORDION SLIDER ====================== */


div.section-caption {
    width: 100%;
    margin: 0;
}

    div.section-caption h5 {
        color: #636161;
        text-transform: none;
        padding-right: 30px;
        font-weight: normal;
        margin-top: 0;
        font-size: 20px;
        display: table-cell;
        width: 120px;
    }

    div.section-caption .captions {
        display: table-cell;
    }

    div.section-caption .caption {
        border-left: 1px solid #cfcfcf;
        padding-left: 30px;
        margin-bottom: 45px;
    }

        div.section-caption .caption h6 {
            margin-top: 0;
            line-height: 18px;
            color: #22A2D6;
            font-size: 16px;
        }

    div.section-caption .captions br {
        display: none;
    }

	.ttErrorBox {
    color: #FF0000;
    font-style: oblique;
}
