body {margin: 0px;padding: 0px; border: 0px; background: url("../images/bg.png"); font-family: 'Exo 2', sans-serif;}

/*Fonts font-family: 'Lato', Arial;*/
a { font-size:12px; color:#666;}
a:link{color:#999999; text-decoration:none;}
a:visited{color:#999999; text-decoration:none;}
b {font-weight: 500;}
h1 { font-size:20px; font-weight:bold; color:#333;}
h2 { font-size:24px; font-weight:bold; color:#222; margin:0px;}
span {font-size:14px; font-weight:bold; }
li{list-style:none;}
ul{margin:0; padding:0;}
span{margin:0; padding:0;}
p{margin:0; padding:0;}
h3{margin:0; padding:0;}
input{outline: 0;}
select{outline: 0;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: 300;
}
/*Fonts END */

.clear{
    clear:both;
}

/*Topbar*/
#topbar{
    background: #000;
    height: 3px;
}
#topbar p {
    color: #fff;
    float: left;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1;
    margin: 10px 0 0;
}

.topbar-social{
    float: right;
}
a.bar-social{
    float: left;
    margin: 5px 4px 0;
}
/*Header*/
#header {
    /*background-color: #fff;*/
	background: url(../images/bg_top.jpg) top center no-repeat #1e2023;
    width: 100%;
    height: 127px;
    display: block;
    position: relative;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.3);
    border-bottom: 1px solid #ddd;
}
.wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#header #logo {
    float:left;
    width: 100%;
    height: 100px;
    color: #fff;
    border: none;
    font-size: 1.5em;
    line-height: 1.5em;
}

#logo a span{
    background: url(../images/gorukle-nakliye-header.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    display: block;
    text-indent: -999px;
}

/*Menü*/
.menu{
    background:red !important;
    width: 100%;
}
.menu ul{
    float:right;
    margin-top:40px;
}
.menu ul li{
    float: left;
    //*padding: 0 5px 0;**/
}
.menu ul li a{
    width: 100%;
    float: left;
    color:#333;
    font-size:15px;
    font-weight: 500;
    border-bottom: 2px solid #161616;
    line-height:25px;
    text-align: center;
    width: 125px;
    padding: 5px;
}

.menu ul li a span{
    float: left;
    width: 100%;
}

.menu ul li a span.anasayfa{
    width: 100%;
    height: 30px;
    background: url("../images/icon/main.png") no-repeat;
    background-position: 50% 30%;
    margin-bottom: 8px;
}


.menu ul li a span.hakkimizda{
    width: 100%;
    height: 30px;
    background: url("../images/icon/hakkimizda.png") no-repeat;
    background-position: 50% 30%;
    margin-bottom: 8px;
}

.menu ul li a span.hizmet{
    width: 100%;
    height: 30px;
    background: url("../images/icon/hizmet.png") no-repeat;
    background-position: 50% 30%;
    margin-bottom: 8px;
}

.menu ul li a span.ref{
    width: 100%;
    height: 30px;
    background: url("../images/icon/ref.png") no-repeat;
    background-position: 50% 30%;
    margin-bottom: 8px;
}

.menu ul li a span.iletisim{
    width: 100%;
    height: 30px;
    background: url("../images/icon/iletisim.png") no-repeat;
    background-position: 50% 30%;
    margin-bottom: 8px;
}

.menu ul li a:hover > span.anasayfa{
        background: url("../images/icon/main-hover.png") ;
        background-repeat: no-repeat !important;
        background-position: 50% 30%;
}

.menu ul li a:hover > span.hakkimizda{
        background: url("../images/icon/hakkimizda-hover.png") ;
        background-repeat: no-repeat !important;
        background-position: 50% 30%;
}

.menu ul li a:hover > span.hizmet{
        background: url("../images/icon/hizmet-hover.png") ;
        background-repeat: no-repeat !important;
        background-position: 50% 30%;
}

.menu ul li a:hover > span.ref{
        background: url("../images/icon/ref-hover.png") ;
        background-repeat: no-repeat !important;
        background-position: 50% 30%;
}

.menu ul li a:hover > span.iletisim{
        background: url("../images/icon/iletisim-hover.png") ;
        background-repeat: no-repeat !important;
        background-position: 50% 30%;
}

.menu ul li a.aktif{
    border-bottom: 2px solid #dc6f1c;
}

.menu ul li a:hover{
    background: #f0f0f0;
}

/*Container*/
.container{
        /*background: url("../images/bg.png");*/
        background: #fff;
}

/*Neler Yapıyoruz*/
.blok {
    width: 100%;
    float: left;
    margin-top: 3%;
    margin-bottom: 25px;
    min-height: 200px;
}
/*Makale*/
.makale{
    padding: 0px 10px;
    width: 80%;
    margin: 0 auto;
    float: none !important;
}
h2.baslik{
    float:left;
    width: 100%;
    color: #474747;
    letter-spacing: 3px;
    /*text-align: center;*/
    margin-top: 1%;
    padding: 0 20px;
    font-size:30px;
    font-weight: 500;
    border-bottom: 2px solid #474747;
    line-height:65px;
    margin-bottom: 25px;
    box-shadow: 0 8px 8px -5px rgba(0,0,0,.2);
}
h3.baslik{
    float:left;
    width: 96%;
    height: 45px;
    margin-left: 2%;
    color: #1e2023;
    letter-spacing: 1px;
    margin-top: 2%;
    font-size:23px;
    font-weight: 500;
    border-bottom: 2px solid #1e2023;
    line-height:35px;
    margin-bottom: 15px;
    background-position: 15px 8px;
    padding-left: 10px;
}
h4.baslik{
    float:left;
    width: 98%;
    height: 45px;
    margin-left: 1%;
    color: #1e2023;
    letter-spacing: 1px;
    margin-top: 2%;
    font-size:23px;
    font-weight: 500;
    border-bottom: 2px solid #1e2023;
    line-height:35px;
    margin-bottom: 15px;
    background-position: 5px 5px;
    padding-left: 10px;
}

ul.list {
    //*margin-top: 3.5%;*/
}

.list li{
    float:left;
    /*margin-left:15px;*/
    padding: 10px;
}

.list li img:hover{
    box-shadow: 0px 2px rgba(0,0,0,.7)
    
}

ul.blog-list{
    float:left;
    width: 24%;
    padding: 0 25px 0;
    border-right: 1px solid #333;
}

.list li img:hover{
    box-shadow: 0px 2px rgba(0,0,0,.7)
    
}

ul.blog-list{
    float:left;
    width: 24%;
    padding: 0 25px 0;
    border-right: 1px solid #333;
}

.pd{ 
    margin-left: 10px;
}

ul.blog-list li{
    float:left;
    width: 100%;
    line-height: 35px;
    list-style-type: square;
}
ul.blog-list li a{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
ul.blog-list li a:hover{
    color: cornflowerblue;
    text-decoration: underline;
}


/* Yaptığımız İşler */
.work-list{
    float: left;
    margin: 0 auto;
    border: 2px solid #ddd;
}

.work-list li{
    width: 330px;
    float:left;
    padding: 15px;
}
.work-list li img{
    border: 2px solid #505050;
    border-radius: 5px;
}
.work-list li a span{
    color: #333;
    float:left;
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
    margin-top: 5px;
}

.work-list li:hover > a span{
    color: #1b8410;
    
}

.work-list li:hover > a img{
    border: 2px solid #1b8410;
}

.work-all{
    float: right;
    padding: 15px;
}
.work-all a{
    color: cornflowerblue;
    text-decoration: underline;
}

/*#*/
.c-bg{
    float: left;
    background: #ebebeb !important;
    width: 100%;
    min-height: 900px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    background-position: 50% 32px;
    background-attachment: fixed;
    margin-top: 30px;
}

.content h1 span{
	    color: brown !important;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    letter-spacing: 3px;
	
}

.content {
    float: left;
    /*border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: rgba(255, 255, 255, .3);*/
    height: 230px; 
    margin-top: 15px;
    text-align: center;
}
.content h1 a{
    color:  brown;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    letter-spacing: 3px;
}

.content h1 a:hover{
    text-decoration: underline;
}

.content h2 a{
    color:  brown;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    letter-spacing: 3px;
}

.content h2 a:hover{
    text-decoration: underline;
}

.content p{
    width: 1000px;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    color: #333;
    font-size: 22px;
    text-align:center;
    padding-bottom: 20px;
    line-height:38px;
    letter-spacing: 1.5px;
    word-spacing: 1px;
    padding: 10px;
}

.content p a{
    width: 1000px;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    color: #333;
    font-size: 18px;
    text-align:center;
    padding-bottom: 20px;
    line-height:38px;
    letter-spacing: 1.5px;
    word-spacing: 1px;
    padding: 4px;
}

.content p a:hover{
    color: brown;
    text-decoration: underline;
}

.content span{
    font-size: 23px;
    font-weight: 500;
    color: #918609;
    letter-spacing: 1px;
}

.content li{
    float:left;
    color: #333;
    font-size: 17px;
    text-align:center;
    padding-bottom: 20px;
    line-height:38px;
    letter-spacing: 1.5px;
    word-spacing: 1px;
    padding: 4px;
    margin-left: 12px;
}

.border{
    height: 3px;
    width: 100%;
    border-bottom: 2px solid brown;
}

/*Footer*/
.footer-box{
    text-align: center;
    margin-top: 30px;
}

.footer-box li{
    float:left;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    color: #1b8410;
    padding: 0.5%;
    font-weight: 500;
    border: 1px solid #1b8410;
}

li.left-border{
    color: #6c6c6c;
    float:left;
    width: 45%;
    height:4px;
    background: #1b8410;
    margin-top:20px;
    padding: 0;
}

li.right-border{
    float:right;
    width: 45%;
    height:4px;
    background: #1b8410;
    margin-top:20px;
    padding: 0;
}


.footer{
    margin-top: 30px;
}

.footer ul{
    float:left; 
    width: 215px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0 15px 0;
}

.footer ul h5{
    color: #1b8410;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}

.footer ul li{
    margin-top: 6px;
    float:left;
    color: #6c6c6c;
    line-height: 25px;
}

.footer ul li a{
    font-size: 15px;
    float: left;
    padding: 0 0 8px;
    color: #6c6c6c;
}

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

.hizmet li{
    float:left !important;
}

.footer ul.iletisim{
    width: 390px; 
}
.footer ul.iletisim li span{
    margin-left: 10px;

}
.footer ul.iletisim li i{
    float:left;
}

.footer ul.sosyal{
    width: 180px; 
}

.footer ul.sosyal li{
    width: 100%; 
}

.footer ul.sosyal span{
    margin-left: 10px;
}

.footer ul.iletisim li{
    width: 360px;
    font-size: 15px;
    line-height: 30px;
}
.footer ul.iletisim li span{
    float: left;
    width: 70px;
    color: #333;
}
.footer-img a{
    margin-left: 2%;
    margin-top: 2%;
}

/*Main*/
.orta{
    float:left;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 25px;
    background: white;
    box-shadow: 4px 5px 5px -5px rgba(0,0,0,.6);
}

h1.o_baslik{
    width: 100%;
    max-height: 42px;
    text-align: left;
    background: #e9e9e9;
    color: #484848;
    font-size: 21px;
    font-weight: 500;
    padding: 1% 1.5%;
    border-bottom: 3px solid #ddd;
}

h2.o_baslik{
    width: 100%;
    max-height: 42px;
    text-align: left;
    background: #e9e9e9;
    color: #484848;
    font-size: 21px;
    font-weight: 500;
    padding: 1% 1.5%;
    border-bottom: 3px solid #ddd;
}

li.hizmet-desc{
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}


.o_border li a img{
    border: 1px solid #484848;
}

.orta p{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 17px;
    line-height: 30px;
    padding: 5px 15px 0;
    color: #333;
    width: 95%;
}

.orta h2{
    margin-left: 4%;
    margin-top: 4%;
    text-decoration: underline;
}

.orta h3{
    margin-left: 4%;
    margin-top: 4%;
    text-decoration: underline;
    font-size: 24px;
    color: #222;
}

.orta p a{
    font-size: 17px;
    color: #333;
}

.orta p a:hover{
    text-decoration: underline;
}

.orta li{
    float:left;
    padding: 15px 10px 0;
}

li.resim{
    float: none;
    text-align: center;
}

li.blog-resim{
    float:left;
    margin-left: 10px;
}
li.blog-resim a{
    float: left;
    padding: 10px 10px;

}

.orta li strong{
    float:left; 
    font-size: 17px;
    color: #333;
    font-weight: 600;
    width: 65px;
}
.orta li span{
    float:left;
    font-size: 18px;
    padding: 2px 13px;
    font-weight: 500;    

}

.orta .map{
    float: left;
    width: 100%;
    margin-top: 15px;
}

.iletisim li{
    width: 490px;
    border-bottom: 1px solid #d5d5d5;
    margin-top: 10px;
}

.iletisim li a{
    margin-left: 5px;
}

a.n_link{
    color: #1947c9;
    font-size: 16px;
    text-decoration: underline;
}

/*Etiketler*/
.tag{
    float:left;
    padding: 10px;
}

.tag a{
    color: #3066ff;
}

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


/*Blog Sayfası*/

li.blog-list{
    float:left;
    width: 100%;
    list-style: url('../images/icon/list.png')  !important;
    line-height: 35px;
    margin-left: 25px;
    color: #ff7519;
}

li.blog-list a{
    color: #333;
    font-size: 17px;
    font-weight: bold;
}

.blog-list a:hover{
    color: #3066ff;
    text-decoration: underline;
}

span.u-line{
    font-size: 19px;
    text-decoration: underline;
}


.teklif{
    min-height: 280px !important;
}