@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900&subset=latin-ext');
body {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.container {
    width: 961px;
    height: auto;
    margin: 0 auto;
    min-height: 20px;
    position: relative;
}

.clearfix {
    clear: both;
}

header{
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    background: url(../images/headerbg.png)no-repeat top center;
}
.logo{
    float: left;
    margin-left: -20px;
    position: relative;
    z-index: 999;
}
ul.ustmenu{
    float: left;
    width: 641px;
    position: relative;
    z-index: 999;
}
ul.ustmenu > li{
    float: left;
    color:#898989;
    font-size: 13px;
    padding: 16px;
    margin-right: 10px;
    position: relative;
}

ul.ustmenu > li > a{
    display: block;
}
ul.ustmenu > li > i{
    margin: 0 5px;
}

ul.ustmenu > li > ul{
    position:absolute;
    margin:0;
    width: 110px;
    height:auto;
    background-color: #2f2f2b;
    z-index: 99999999999;
    margin-top: 13px;
    padding: 0;
    left: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 400ms ease;
    -webkit-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
    -moz-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
    box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
}
ul.ustmenu > li:hover > ul{
    transition: all 400ms ease;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
ul.ustmenu > li > ul > li{
    color: #787878;
    font-size: 13px;
    padding: 10px;
    border-bottom: solid thin #787878;
    width: 82%;
    text-align: center;
    font-weight: normal;
}
ul.ustmenu > li > ul > li:last-child{
    border-bottom:none;
}
ul.ustmenu > li > ul > li > a{
    display:block;
    padding: 0;
    color: inherit;
}
.headersosyal{
    float: right;
    margin: 14px 0;
    position: relative;
    z-index: 999;
}
.headersosyal a{
    float: left;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #555555;
    text-align: center;
    color: #2f2f2b;
    font-size: 12px;
    line-height: 16px;
}
.headersosyal a:hover{
    background: #f07c2b;
}
.rightlogo{
    float: right;
    margin: 10px 0;
}

ul.headermenu{
    float: right;
    width: 706px;
    margin-top: 11px;
}
ul.headermenu > li{
    float: left;
    color: #555555;
    font-size: 13px;
    padding: 16px 14px;
    font-weight: 900;
    position: relative;
}
ul.headermenu > li:hover{
    color: #f07c2b;
}
ul.headermenu > li:hover:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 5px;
    left: 22px;
    background: #f07c2b;
}
ul.headermenu > li > a{
    display: block;
    text-transform: uppercase;
}
ul.headermenu > li > i{
    margin: 0 5px;
}

ul.headermenu > li > ul{
    position:absolute;
    margin:0;
    width: 185px;
    height:auto;
    background-color: #ffffff;
    z-index: 99999999999;
    border-radius: 5px;
    margin-top: 17px;
    padding: 0 5px;
    left: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 400ms ease;
    -webkit-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
    -moz-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
    box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
}
ul.headermenu > li:hover > ul{
    transition: all 400ms ease;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
ul.headermenu > li > ul > li{
    color: #231f20;
    font-size: 12px;
    padding: 10px;
    border-bottom: solid thin #231f20;
    width: 89%;
    text-align: left;
    font-weight: normal;
}
ul.headermenu > li > ul > li:last-child{
    border-bottom:none;
}
ul.headermenu > li > ul > li > a{
    display:block;
    padding: 0;
    color: inherit;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


section.slider {
    height: 692px;
    width: 100%;
    float: left;
    position: relative;
    z-index: -1;
}

section.slider .swiper-slide {
    background-repeat: no-repeat;
    background-position: center bottom !important;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.slideralt{
    float: left;
    width: 100%;
    margin-top: -174px;
    position: relative;
    z-index:  9;
}
.slideraltkutu{
    float: left;
    width: 220px;
    height: 181px;
    border-radius: 5px;
    margin-right: 27px;
    background: #f884fa;
}
.slideraltkutu:nth-child(2) {
    background: #fba82b;
}
.slideraltkutu:nth-child(3) {
    background: #772f8f;
}
.slideraltkutu:nth-child(4) {
    background: #3ecb00;
}
.slideraltkutu:last-child{
    margin-right: 0;
}
.slideraltkutu h2{
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    float: left;
    width: 100%;
    margin: 14px 0;
    margin-top: 7px;
    height: 38px;
}
.slideraltkutu p{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0px 23px;
    text-align: center;
    position: relative;
    height: 52px;
}
.slideraltkutu p:after{
    content:"";
    position:absolute;
    width: 67px;
    height: 2px;
    background: #000000;
    bottom: -20px;
    left: 37%;
}
.slideralticon{
    float: left;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background: #363636;
    text-align: center;
    line-height: 52px;
    color: #fff;
    margin: 1px 84px;
    margin-top: -31px;
    font-size: 31px;
}
.slideraltkutu:hover .slideralticon , .slideraltkutu:hover  p:after{
    background: #f07c2b;
}
.slideraltkutu:hover  h2{
    color: #f07c2b;
}
.slideraltkutu:hover p{
    color: #363636;
}
.ortabg{
    float: left;
    width: 100%;
    height: 815px;
    background: url(../images/ortabg.png)no-repeat top center;
}
.anasayfaakordiyonlar{
    float: left;
    width: 552px;
    margin-top: 197px;
}
.anasayfaakordiyon{
    float: left;
    width: 100%;
    margin-top: 11px;
}
.anasayfaakordiyon h2{
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    color: #363636;
    height: 43px;
    background: #fff;
    padding: 13px;
    cursor: pointer;
    font-weight: bold;
}
.anasayfaakordiyon h2 i{
    float: right;
    color: #fff;
    background: #f07c2b;
    margin-top: -13px;
    margin-right: -13px;
    font-size: 22px;
    padding: 11px;
}
.anasayfaakordiyon p{
    float: left;
    width: 100%;
    box-sizing: border-box;
    display: none;
    color: #fff;
    font-size: 14px;
    padding: 13px;
    line-height: 21px;
}
.kurumsalimg{
    float: right;
    margin-top: 195px;
}
h2.haberlerbaslik{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color:#363636;
    position: relative;
    float: left;
    width: 100%;
}
h2.haberlerbaslik:after{
    content:"";
    position:absolute;
    width: 165px;
    height: 1px;
    background:#363636;
    bottom: -16px;
    left: 43%;
}
.haberler{
    margin-top: 40px;
    float: left;
    width: 100%;
}
.haber{
    float: left;
    width: 555px!important;
    height: 263px;
    background: #fafafa;
    margin-right: 60px;
    text-align: left;
}
.haber:last-child{
    margin-right: 0;
}
.haberimg{
    float: left;
    width: 263px;
    height: 263px;
    overflow: hidden;
    background: #ebebeb;
    position: relative;
}
.haberimg img{
    width: 100%;
    height: 100%;
}
.haberimghover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
    display: none;
    text-align: center;
    line-height: 15;
    top: 0;
}
.haberimghover i{
    height: 40px;
    width: 40px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    line-height: 39px;
}
.haber:hover .haberimghover{
    display:block;
}
.haberaciklama{
    float: right;
    width: 292px;
    height: 263px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
}
.haberaciklama span{
    float: left;
    width: 100%;
    color: #CCCCCC;
    font-size: 13px;
    margin-top: 16px;
}
.haberaciklama h3{
    float: left;
    width: 100%;
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    margin-bottom: 33px;
}
.haberaciklama p{
    float: left;
    width: 100%;
    color: #959595;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 20px;
    height: 90px;
}
.haberaciklama a{
    float: left;
    width: 100%;
    color: #363636;
    font-size: 13px;
}

.haber:hover .haberaciklama a,.haber:hover .haberaciklama h3{
    color: #f07c2b;
}
.referanslar{
    float: left;
    width: 100%;
    height: 446px;
    background: url("../images/referansbg.png")no-repeat top center;
    margin-top: 40px;
}
.referansslayt{
    float: left;
    width: 100%;
    margin-top: 160px;
    position: relative;
    z-index: 9999;
}
.referans{
    float: left;
    height: 184px;
    width: 184px;
    text-align: center;
    line-height: 184px;
    margin-right: 50px;
    background: none;
}
.referans:last-child{
    margin-right: 0;
}
.referans img{
    max-height: 100%;
    max-width: 100%;
}
footer{
    float: left;
    width: 100%;
    height: 592px;
    background: url("../images/footerbg.png")no-repeat top center;
    margin-top: -142px;
}

h2.footerbaslik{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
h2.footerbaslik:after{
    content:"";
    position:absolute;
    width: 71px;
    height: 1px;
    background:#f07c2b;
    bottom: -16px;
    left: 0;
}
.footerhaberler{
    margin-top: 167px;
    float: left;
    width: 270px;
    margin-left: 30px;
    height: 330px;
}
.footerhaber{
    float: left;
    width: 100%;
    margin-right: 60px;
    border-bottom: solid 1px #363636;
    height: 74px;
    margin-bottom: 20px;
    padding-bottom: 21px;
}
.footerhaberimg{
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #ebebeb;
    position: relative;
}
.footerhaber img{
    width: 100%;
    height: 100%;
}
.footerhaberimghover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
    display: none;
    text-align: center;
    line-height: 4;
    top: 0;
}
.footerhaberimghover i{
    height: 32px;
    width: 32px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    line-height: 32px;
    font-size: 15px;
}
.footerhaber:hover .footerhaberimghover{
    display:block;
}
.footerhaberaciklama{
    float: right;
    width: 193px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
}
.footerhaberaciklama span{
    float: left;
    width: 100%;
    color: #464646;
    font-size: 13px;
}
.footerhaberaciklama h3{
    float: left;
    width: 100%;
    color: #959595;
    font-size: 14px;
    margin-bottom: 16px;
}

.footerhaber:hover .footerhaberaciklama span{
    color: #fff;
}
.footerhaber:hover .footerhaberaciklama h3{
    color: #e5493a;
}
.footeriletisim{
    margin-top: 167px;
    float: left;
    width: 270px;
    margin-left: 30px;
    height: 330px;
}
.footeriletisim table{
    float: left;
    width: 100%;
}
.footeriletisim table tr{
    float: left;
    width: 100%;
    border-bottom: solid 1px #363636;
    margin-bottom: 20px;
    padding-bottom: 24px;
}
.footeriletisim table tr td{
    color: #636363;
    font-size: 14px;
}
.footeriletisim table tr td:last-child{
    color: #959595;
    font-size: 14px;
    padding-right: 13px;
}

.footerbulten{
    margin-top: 167px;
    float: right;
    width: 290px;
    margin-left: 30px;
}
.footerbulten input[type=text]{
    float: left;
    width: 67%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #171717;
    color: #979795;
}
.footerbulten input[type=submit]{
    float: right;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #d66b22;
    color: #fff;
}
.footerlogolar{
    float: right;
    margin-top: 60px;
    width: 297px;
}
.copyright{
    float: left;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.griworkshop{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.sayfaheader{
    float: left;
    width: 100%;
    height: 330px;
}
.subContent{
    float: left;
    width: 100%;
    color: #959595;
    font-size: 16px;
    margin-top: -80px;
    line-height: 24px;
    margin-bottom: 60px;
    min-height: 600px;
}
.subContent h2{
    float: left;
    width: 100%;
    color: #2f2f2b;
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: 500;
}
.sayfaimg{
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}
.sayfahaberbg{
    float: left;
    width: 100%;
    height: 815px;
    background: url("../images/sayfadetayhaberbg.png")no-repeat top center;
    box-sizing: border-box;
    padding-top: 180px;
    margin-bottom: -195px;
    position: relative;
}
.sayfahaberbg h2{
    color: #fff;
}
.sayfahaberbg h2:after{
    background: #fff;
}

.iletisimbg{
    float:left;
    width:100%;
    height:100%;
    background:url(../images/iletisimbg.png)top center;
}
.iletisimbg .page-title  {
    color: #ffffff;
}
.iletisimbg .page-title h3 span {
    background: #ffffff;
}

.iletisim{
    margin-top: 107px;
}
.iletisimlabel{
    color: #231f20;
    margin-bottom: 4px;
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}
.page-detail .iletisimlabel{
    color:#000
}
.iletisiminput{
    background: none;
    border: solid 2px #fcaf17;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 9px;
    width: 85%;
}
.iletisiminput:focus{
    border-color: #eb282e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(235, 40, 46, 0.51);
}
textarea.iletisiminput{
    height:155px;
    margin-bottom:10px;
    width: 92%;
}
.btn-iletisimtemizle{
    background-color: #2d3034;
    background-image: none;
    border: none;
    border-radius: 0;
    margin-left: 10px;
    color: #fff;
    padding: 10px 22px;
    font-weight: bold;
    margin-right: 30px;
}
.btn-iletisimgonder{
    background-color: #ffc10e!important;
    background-image: none;
    border: none;
    border-radius: 0;
    margin-left: 10px;
    color: #000;
    padding: 10px 22px;
    font-weight: bold;
}
.iletisimbilgileri{
    float: left;
    height: 645px;
    background: url("../images/iletisimbg.png")no-repeat bottom center;
    width: 463px;
    box-sizing: border-box;
    padding: 40px 101px;
    margin-bottom: 106px;
    margin-right: 17px;
}
.iletisimbilgileri:last-child{
    margin-right: 0px;
}
.iletisimbilgileri h3{
    font-size: 15px;
    font-weight: 600;
    color: #2e3135;
    background: #f4f4f4;
    float: left;
    padding: 6px 8px;
    margin-top: 0;
}

.iletisimbilgileri h3 i{
    font-size: 45px;
    color: #b3b3b3;
    float: left;
    margin-top: -20px;
    position: absolute;
    margin-left: -50px;
    text-align: right;
}
.iletisimbilgileri p{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #2e3135;
    margin: 5px 0;
}
.iletisimformu{
    float: left;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 35px;
}
.iletisimform{
    float: left;
    width: 50%;
}
.harita {
    height: 100%;
    width: 100%;
}
#map{
    height: 450px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #f1f1f1;
    opacity: inherit;
}
.sayfahaberbg .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: inherit;
}
.swiper-pagination-bullet-active {
    opacity: inherit;
    background: #e5493a;
}

.urunpage{
    display: inline-block;
    width: 303px;
    height: 242px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    border: solid 2px #fcaf19;
}
.urunpage:nth-child(3n + 3){
    margin-right:0;
}
.urunpageimg{
    margin-right:0;
}
.urunpageimg{
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    line-height: 21;
}
.urunpageimg img{
    max-width: 100%;
    max-height: 274px;
    margin: 0px auto;
}
.urunadpage{
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    background: #fcaf19;
    color: #2f2f2b;
    padding: 10px 0;
}
.urundetay .sayfaimg{
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 410px;
    height: 330px;
    border: solid #fcaf19;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    line-height: 29;
    overflow: hidden;
    margin-left: 0;
}
.urundetay .sayfaimg img{
    max-width:100%;
    max-height:100%;
}
.galleryContent2{
    float: left;
    width: 100%;
}
.galleryContent2 .item {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    width: 226px;
    height: 193px;
    overflow: hidden;
    position: relative;
    background: #fcaf19;
    border: solid 3px #fcaf19;
    text-align: center;
    line-height: 20;
}
.item:nth-child(4n+4) {
    margin-right: 0;
}
.urundetay galleryContent2 .item a{
    display: block;
}
.urundetay .galleryContent2 .item a img{
    max-width: 100%;
    max-height: 100%;
}
.urundetay .galleryContent2{
    float: left;
    width: 700px;
    margin-right: 20px;
    width: 413px;
}
.urundetay .galleryContent2 .item {
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 118px;
    height: 118px;
    overflow: hidden;
    border: solid #fcaf19;
    margin-top: 0;
    line-height: 13;
}
.galleryContent2 .item a img{
    max-width: 100%;
    max-height: 100%;
}
*:focus{
    outline: none;
}
.sayfaicerik{
    float: right;
    width: 526px;
    min-height: 470px;
    line-height: 14px;
}


/* table styles */
.sayfaicerik table {
    font-size: 18px;
    color: #2f2f2b;
    line-height: 24px;
    width: 100%;
    float:left;
    margin-top:10px;
    font-weight: 100;
    font-weight:bold;
}


.sayfaicerik th {padding-bottom: 36px;}
.sayfaicerik td {
    padding: 6px 7px;
    position: relative;
}


.sayfaicerik tr {
    background: #fff ;
}

.sayfaicerik tr:nth-child(odd) td {
    background: #ccc ;
}
/*table styles */
.itemhover{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 90px 65px;
    background: #0000006b;
    font-weight: 600;
    display: none;
    line-height: 1;
}
.galleryContent2 .item:hover .itemhover{
    display: block;
}
.itemhover span{
    font-size: 18px;
    color: #fff;
}

.referansslaytleft,.referansslaytright{
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #d77a38;
    text-align: center;
    cursor: pointer;
    top: 227px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 4px;
    z-index: 99999;
}
.referansslaytleft:hover,.referansslaytright:hover{
    background: #363636;
}
.referansslaytleft{
    left:0;
}
.referansslaytright{
    right:0;
}

.subContent table {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
    width: 100%!important;
    float:left;
    margin-top:10px;
    color: #422f00;
}
.subContent table th {
    background: #fbb800;
    color: #412e00;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    font-size: 18px;
    border: 2px solid #ffffff;
}
.subContent table th:after {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
    content: '';
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}
.subContent table td {
    padding: 2px 7px;
    position: relative;
    transition: all 300ms;
    border-right: solid 1px white;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
.subContent table td:last-child {
    border-right: 1px solid #e8e8e8;
}
.subContent table tr {
    background: #E6E6E6;
    cursor:pointer;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.subContent table tr:nth-child(odd) td {
    background: #f1f1f1;
}
.subContent table tr:hover td {
    background:#fff;
}


.pageforms{
    float:left;
    width:100%;
    margin-top:10px;

}
.pageform {
    width: 48%;
    margin: 12px auto;
    font-size: 14px;
    float:  left;
    margin: 9px;
}


.pageform > input[type=text],.pageform > input[type=number], .pageform > input[type=password], .pageform> select {
    background: #fff;
    width: 100%;
    height: 46px;
    border: 1px solid #d9dbdd;
    border-radius: 3px;
    background-color: #fafafa;
    padding-left: 15px;
    padding-right: 15px;
    color: #515456;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    box-sizing: border-box;
}
.pagetextarea{
    padding: 10px 5px;
    border: 1px solid #ccc;
    background: #fff;
    color: #959595;
    max-width: 100%;
    min-width: 100%;
    max-height:100px;
    min-height:100px;
    border-radius: 5px;
    color: #000;
}
.pageform label{
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 5px;
    width: 100%;
    float: left;
    color: #97989a;
    font-weight: 700;
}
.pageform input[type=radio],.pageform input[type=checkbox] {
    margin:5px;
}
.bbContactFormButton {
    position: relative;
    height: 48px;
    border: 2px solid #dc6d22;
    border-radius: 4px;
    font-size: 15px;
    color: #dc6d22;
    font-weight: 700;
    background-color: white;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    cursor: pointer;
    padding: 10px 25px;
}

.bbContactFormButton:hover {
    color: white;
    background-color: #dc6d22;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.urunleft{
    float: left;
    width: 410px;
}
.iletisimresmi{
    float: left;
    width: 120%;
    margin-bottom: 15px;
}
.iletisimresmi img{
    float: right;
    max-width: 100%;
    margin-right: -46px;
}