﻿body
{
    font-family: 'akzidenzgrotesk-condensed',sans-serif;
    background: #ececec url(http://aksa-p.mncdn.com/dogalgaz/images/background.jpg) repeat-x center top;
}

#clouds
{
    background: url(http://aksa-p.mncdn.com/dogalgaz/images/clouds.png) repeat-y center top;
    padding-top: 5px;
}

#birds
{
    background: url(http://aksa-p.mncdn.com/dogalgaz/images/birds.png) no-repeat center top;
}

.centered
{
    width: 1228px;
    margin: 0 auto;
}

.clear
{
    clear: both;
    height: 0;
    font-size: 0;
}

.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}

a
{
    text-decoration: none;
}

#container
{
}

#header
{
    background: url(http://aksa-p.mncdn.com/dogalgaz/images/logo-bg.png) no-repeat 0 0;
    height: 228px;
    position: relative;
    margin: 0 42px 38px 39px;
}

    #header .togglenav
    {
        display: none;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        background: url(http://aksa-p.mncdn.com/dogalgaz/images/menu.jpg) no-repeat;
        margin-top: 30px;
        margin-right: 10px;
    }

    #header .logo
    {
        padding: 34px 0 34px 37px;
        width: 290px;
        height: 100px;
        float: left;
    }

        #header .logo img
        {
            width: 290px;
            height: 100px;
        }

    #header .house
    {
        position: absolute;
        width: 385px;
        height: 137px;
        right: 29px;
        bottom: 40px;
        background: url(http://aksa-p.mncdn.com/dogalgaz/images/house.png) no-repeat 0 0;
        z-index: 5;
    }

    #header .lang
    {
        height: 52px;
        float: right;
    }

        #header .lang a
        {
            width: 52px;
            height: 26px;
            padding-top: 26px;
            background: #fff;
            border-radius: 50%;
            display: block;
            float: left;
            margin-left: 10px;
            text-align: center;
            font-size: 19.89px;
            color: #0066b2;
            line-height: 20px;
        }

#topmenu
{
    height: 60px;
    margin-left: 37px;
    margin-right: 29px;
    clear: both;
}

    #topmenu > ul
    {
        height: 40px;
        width: 858px;
        background: url(http://aksa-p.mncdn.com/dogalgaz/images/wave.png) repeat-x 0 0;
        padding-top: 20px;
        float: left;
    }

        #topmenu > ul > li
        {
            height: 40px;
            background: #0066b2;
            position: relative;
            float: left;
        }

            #topmenu > ul > li > a
            {
                display: block;
                height: 40px;
                line-height: 40px;
                color: #fff;
                text-align: center;
                font-size: 24px;
            }

            #topmenu > ul > li.menu1 > a
            {
                width: 214px;
            }

            #topmenu > ul > li.menu2 > a
            {
                width: 233px;
            }

            #topmenu > ul > li.menu3 > a
            {
                width: 231px;
            }

            #topmenu > ul > li.menu4 > a
            {
                width: 180px;
            }

            #topmenu > ul > li.menu5
            {
                display: none;
            }

    #topmenu .online
    {
        margin-top: 22px;
        float: right;
        width: 220px;
        height: 38px;
        position:relative;
    }

        #topmenu .online > a
        {
            color: #fff;
            display: block;
            height: 38px;
        }

            #topmenu .online a span
            {
                float: left;
                display: block;
                height: 38px;
                width: 44px;
                background: #a2c62b url(http://aksa-p.mncdn.com/dogalgaz/images/online.png) no-repeat center center;
            }

            #topmenu .online a em
            {
                float: right;
                display: block;
                height: 38px;
                line-height: 38px;
                background: #a2c62b;
                width: 173px;
                text-align: center;
                font-size: 20px;
            }
        #topmenu .online:hover .submenu
        {
            display:block;
        }
        #topmenu .online .submenu
        {
            top:38px;
        }
    #topmenu .submenu
    {
        background: rgba(255,255,255,0.8);
        z-index: 2500;
        position: absolute;
        width: 100%;
        top: 40px;
        left: 0;
        display: none;
    }

        #topmenu .submenu li
		{
            padding: 0 6px;
            position:relative;
		}

            #topmenu .submenu li a
            {
                display: block;
                border-bottom: 1px #c8c2c2 dotted;
                min-height: 36px;
                line-height: 36px;
                padding: 0 4px;
                color: #717171;
                font-size: 18px;
            }

            #topmenu .submenu li:last-child a
            {
                border-bottom: 0;
            }

            #topmenu .submenu li a:hover
            {
                color: #0066b2;
            }

    #topmenu > ul > li:hover .submenu
    {
        display: block;
    }
	#topmenu .submenu .submenu2 {
		display:none;
        position:absolute;
        left:100%;
        top:0;
        z-index:501;
        width:210px;
        background: rgba(255,255,255,0.8);
	}
    #topmenu .submenu > li:hover .submenu2
    {
        display:block;
    }
    #topmenu .online .submenu2
    {
        left:auto;
        right:100%;
        width:240px;
    }

#homeslider
{
    box-sizing: border-box;
    background: #fff;
    width: 1228px;
    height: 477px;
    border-radius: 33px;
    border: 7px #d3d2d2 solid;
    padding: 6px 7px;
    margin-bottom: 46px;
}

    #homeslider .bx-wrapper
    {
        margin-bottom: 0;
    }

        #homeslider .bx-wrapper .bx-viewport
        {
            border: 0;
            box-shadow: none;
            left: 0;
            border-radius: 20px;
        }

        #homeslider .bx-wrapper .bx-pager
        {
            bottom: -45px;
        }

            #homeslider .bx-wrapper .bx-pager.bx-default-pager a
            {
                background: url(http://aksa-p.mncdn.com/dogalgaz/images/bullets.png) no-repeat;
                width: 23px;
                height: 23px;
            }

                #homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
                #homeslider .bx-wrapper .bx-pager.bx-default-pager a.active
                {
                    background-position: right top;
                }

#triboxes
{
    margin: 0 57px 10px 64px;
}

    #triboxes .tribox
    {
        float: left;
        width: 369px;
        text-align: center;
    }

        #triboxes .tribox .title
        {
            height: 48px;
            line-height: 48px;
            background: #2779d3;
            color: #fff;
            font-size: 24px;
            letter-spacing: 0.025em;
            margin-bottom: 5px;
        }

        #triboxes .tribox.box2 .title
        {
            background: #236bbb;
        }

        #triboxes .tribox.box3 .title
        {
            background: #1b5391;
        }

        #triboxes .tribox .whitebox
        {
            background: #fff;
            padding: 4px;
            margin: 0 1px;
        }

            #triboxes .tribox .whitebox img
            {
                display: block;
                margin: 0 auto;
            }

#steps
{
    height: 385px;
    margin-bottom: 45px;
    background: url(http://aksa-p.mncdn.com/dogalgaz/images/steps.png) no-repeat center top;
}
    #steps .step1
    {
        float: left;
        padding: 162px 0 0 129px;
    }

    #steps .step2
    {
        float: left;
        padding: 162px 0 0 48px;
    }

    #steps .step3
    {
        float: left;
        padding: 161px 0 0 51px;
    }

    #steps .step4
    {
        float: left;
        padding: 41px 0 0 114px;
    }

#haberduyuru
{
    margin: 0 57px 40px 64px;
}

    #haberduyuru .title
    {
        height: 48px;
        line-height: 48px;
        color: #fff;
        font-size: 24px;
    }

    #haberduyuru .haberler
    {
        width: 369px;
        float: left;
    }

        #haberduyuru .haberler .title
        {
            background: #195694;
            padding-left: 22px;
        }

        #haberduyuru .haberler .haberlistesi
        {
            padding-left: 5px;
            padding-top: 18px;
        }

            #haberduyuru .haberler .haberlistesi ul
            {
            }

                #haberduyuru .haberler .haberlistesi ul li
                {
                    float: left;
                    width: 294px;
                    padding: 0 0 0 17px;
                    background: url(http://aksa-p.mncdn.com/dogalgaz/images/bullet-green.png) no-repeat 0 5px;
                    height: 65px;
                    overflow: hidden;
                    color: #646464;
                    font-size: 18px;
                    line-height: 22px;
                    font-family: "akzidenzgrotesk-light-condensed";
                }

                    #haberduyuru .haberler .haberlistesi ul li a
                    {
                        font-family: 'akzidenzgrotesk-condensed';
                        color: #646464;
                    }

    #haberduyuru .duyurular
    {
        width: 369px;
        float: left;
    }

        #haberduyuru .duyurular .title
        {
            background: #237cd7;
            padding-left: 22px;
        }

        #haberduyuru .duyurular .duyurulistesi
        {
            padding:19px 5px 0 5px;
        }

            #haberduyuru .duyurular .duyurulistesi ul
            {
                width: 100%;
            }

                #haberduyuru .duyurular .duyurulistesi ul li
                {
                }

                    #haberduyuru .duyurular .duyurulistesi ul li a
                    {
                        background: rgba(226,226,226,0.7);
                        color: #4b5696;
                        border: 1px #cececf solid;
                        padding: 10px 15px;
                        line-height: 18px;
                        display: block;
                        margin-bottom: 5px;
                        border-radius: 5px;
                    }
    #haberduyuru .dokumanlar
    {
        width:369px;
        float:left;
    }
        #haberduyuru .dokumanlar .title
        {
            background:#236bbb;
            padding-left:22px;
        }
        #haberduyuru .dokumanlar .dokumanlistesi
        {
            padding:19px 10px 0;
        }
            #haberduyuru .dokumanlar .dokumanlistesi ul
            {
                width: 100%;
            }

                #haberduyuru .dokumanlar .dokumanlistesi ul li
                {
                }

                    #haberduyuru .dokumanlar .dokumanlistesi ul li a
                    {
                        background: rgba(226,226,226,0.7);
                        color: #4b5696;
                        border: 1px #cececf solid;
                        padding: 10px 15px;
                        line-height: 18px;
                        display: block;
                        margin-bottom: 5px;
                        border-radius: 5px;
                    }

.hr-seperator
{
    height: 4px;
    background: url(http://aksa-p.mncdn.com/dogalgaz/images/hr.png) no-repeat center top;
}

#turkiye
{
    padding: 32px 0 40px 0;
    text-align: center;
    width: 936px;
    margin: 0 auto;
}

    #turkiye .dagitimliste
    {
        display: none;
    }

        #turkiye .dagitimliste li
        {
            float: left;
            width: 48%;
            margin-right: 5px;
            margin-bottom: 5px;
            text-align:left;
        }

            #turkiye .dagitimliste li a
            {
                color: #717171;
                font-weight: normal;
            }

                #turkiye .dagitimliste li a:hover
                {
                    color: #005095;
                }

    #turkiye .dagitimharita
    {
        background: transparent url('http://aksa-p.mncdn.com/dogalgaz/images/harita2.gif') no-repeat scroll left top;
        width: 936px;
        height: 349px;
        position: relative;
    }

        #turkiye .dagitimharita a
        {
            width: 16px;
            height: 16px;
            position: absolute;
        }

            #turkiye .dagitimharita a img
            {
                border: 0;
            }

.hr-seperator2
{
    height: 9px;
    background: url(http://aksa-p.mncdn.com/dogalgaz/images/hr2.png) no-repeat center top;
}

#footer
{
    padding: 40px 0 0 40px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

    #footer .footerlinks
    {
        float: left;
        width: 200px;
        vertical-align: top;
        text-align: left;
        color: #717171;
        line-height: 22px;
    }

        #footer .footerlinks .title
        {
            font-family: 'akzidenzgrotesk-bold-condensed';
        }

        #footer .footerlinks a
        {
            color: #717171;
        }

    #footer .footerlogos
    {
        padding-top: 20px;
    }

#footer-bg
{
    height: 270px;
    background: url(http://aksa-p.mncdn.com/dogalgaz/images/footer.png) repeat-x center bottom;
}

#breadcrumb
{
	margin:0 57px 34px 64px;
	padding:10px 0 10px 75px;
	font-size:24px;
	line-height:42px;
	color:#fff;
	background:#0066b2;
}
	#breadcrumb a 
	{
		color:#fff;
		float:left;
	}
	#breadcrumb span
	{
		float:left;
	}
	#breadcrumb .PathSperatorStyle
	{
		margin:0 15px;
		width:12px;
		height:42px;
		background:url(http://aksa-p.mncdn.com/dogalgaz/images/breadcrumb-arrow.png) no-repeat center center;
        text-indent:-9999px;
	}
#content
{
	margin:0 57px 94px 64px;
	padding:35px 70px 40px 0;
	background:rgba(255,255,255,0.55);
	position:relative;
    color:#6d6d6d;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:30px;
    min-height:250px;
}
#content .maskot
{
	position:absolute;
	width:199px;
	height:257px;
	bottom:15px;
	right:15px;
	background:url(http://aksa-p.mncdn.com/dogalgaz/images/maskot.png) no-repeat;
}
    #content .text
    {
        width:780px;
        padding-left:75px;
    }
    #content strong
    {
        font-weight:700;
    }
    #content .scroll-pane
    {
        
    }
    #content .title1
    {
        color:#0066b2;
    }
    #content .title2
    {
        text-align:left;
        color:#fff;
        background:#0066b2;
        padding-left:52px;
        margin-left:-108px;
        margin-bottom:20px;
        max-width:783px
    }
    #content ul
    {
        padding-left:20px;
    }
    #content li
    {
        list-style-type:disc;
    }
    table.content1, table.content1 th, table.content1 td {
        border:1px #ccc solid;
    }
    table.content1 th, table.content1 td {
        padding:2 5px;
    }
.thumbnail {
    display:inline-block;
    width:170px;
    padding:4px;
    border:1px #ddd solid;
    border-radius:6px;
    background:#fff;
}
    .thumbnail img {
        max-width:100%;
        display:block;
        border-radius:3px;
    }
.table1 {
    border:1px #ddd solid;
}
    .table1 td {
        border:1px #ddd solid;
        padding:3px;
    }
.inputbtn {
    background:#0066b2;
    color:#fff;
    padding:5px 10px;
    border:0;
    font-size:16px;
    font-family: Roboto, sans-serif;
    cursor:pointer;
}
#content-text .text a {
    color:#0066b2;
}
#content td.contentText .title2 {
    margin-left:0;
    margin-bottom:5px;
    padding-left:10px;
}
.accordionHeader span {
    color:#0066b2;
}