html {
    -webkit-font-smoothing: antialiased;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    color: #676767;
    font-size: 16px;
    font-weight:300;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
.topBar{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f1f1f1+46,d3d3d3+100 */
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(241,241,241,1) 46%, rgba(211,211,211,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(241,241,241,1) 46%,rgba(211,211,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(241,241,241,1) 46%,rgba(211,211,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */

}
.topBar ul{
    font-size:13px;
    font-weight:500;
    margin-top:20px;
    float: right;
}
.topBar .btn.transparent{
    border:2px solid #cf3179;
    color: #cf3179;
}
.navbar-brand {
    height: auto;
    padding: 0;
}

.navbarWrapper {
    background-color:#fff;
    border-bottom:2px solid #cf3179
}

.navbar-nav > li > a {
    text-shadow: none;
    font-size: 16px;
    color: #454545;
    font-weight: 700;
    padding: 8px 21px;
    margin: 10px 0;
}

.navbar-nav > li:first-child > a {
    border-left: 0;
}

.navbar-nav > li:last-child > a {
    border-right: 0;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a {
    color: #cf3179;
    background-color: transparent;
}

.navbar-nav > li:last-child a {
    border-right: 0;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.sideMenu {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.sideMenu > span {
    background-color: #006f89;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 9px 15px;
}

.sideMenu > ul > li {
    padding: 0px 15px;
}

.sideMenu > ul > li > a {
    border-bottom: 1px solid #eeeeee;
    color: #353535;
    font-size: 16px;
    display: block;
    padding: 8px 15px;
}

.owl-thumb-item img {
    width: 100px;
    height: auto;
    border: 1px solid #fff;
    margin: 0 2px;
}

.owl-thumbs {
    position: absolute;
    bottom: 15px;
    left: 0;
    display: table;
    width: 100%;
    text-align: center;
}

.owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    opacity: .4;
}

.owl-thumb-item.active {
    opacity: 1;
}

#owl-slider .caption {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.breadcrumbWrapper{
    background-color: #f3f3f3;
    line-height:55px;
}
.breadcrumbWrapper h1{
    font-weight:300;
    font-size:18px;
    color: #545454;
    margin: 0;
    padding:0;
    line-height:55px;
}
.breadcrumb li{
    font-size:12px;
}
.breadcrumb li a{
    color: #777777;
}
.copyrightWrapper{
    line-height:50px;
    font-size:14px;
}
footer {
    background-color: #5f5f5f;
    color: #fff;
    font-size: 14px;
}
footer .darkBg{
    background-color: #424242;
}
footer .lightBg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#505050+0,505050+10,5f5f5f+100 */
    background: rgb(80,80,80); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(80,80,80,1) 0%, rgba(80,80,80,1) 10%, rgba(95,95,95,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(80,80,80,1) 0%,rgba(80,80,80,1) 10%,rgba(95,95,95,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(80,80,80,1) 0%,rgba(80,80,80,1) 10%,rgba(95,95,95,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#5f5f5f',GradientType=1 ); /* IE6-9 */

}
footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}

footer h4 {
    padding-bottom: 7px;
}

footer h3 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

footer .footerMenu li {
    line-height: 32px;
}

footer .footerMenu.grid-2 li {
    width: 50%;
    float: left;
}

.social-circle li a {
    border: 2px solid #fff;
}

h1.kategoriTitle {
    margin: 0;
    padding: 12px 15px;
    font-size: 20px;
    color: #016e87;
    background-color: #f9f9f9;
    margin-bottom: 25px;
}

.turList .turItem {
    border-bottom: 1px solid #efefef;
}

.turList .turItem h3 {
    font-size: 16px;
    font-weight: 500;
    color: #353535;
}

.turList .turItem > .turItemContent {
    font-size: 13px;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.turList .turItem .price {
    font-size: 33px;
    font-weight: 500;
    color: #006f89;
}

.turKategorileri {
    font-size: 12px;
    font-weight: 500;
}

.turKategorileri span {
    color: #006f89;
}

.turKategorileri a {
    color: #353535;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.turDetayTop .price {
    font-size: 44px;
    font-weight: 500;
    color: #006f89;
}
.grey-bg{
    background-color: #f1f1f1;
}
.btn.main {
    border: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 35px;
    background-color: #cf3179;
}

.btn.grey {
    border: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 35px;
    background-color: #707070;
}

.btn-yellow {
    border: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 5px 25px;
    background-color: #f8ac25;
    width: 165px;
}

.btn-transparent-green {
    border: 0;
    font-size: 12px;
    font-weight: 500;
    color: #006f89;
    padding: 0;
}

.btn-blue {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: 10px 35px;
    background-color: #114a82;
    min-width: 225px;
}

.benzerTurlar li {
    margin-top: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.benzerTurlar li a.title {
    line-height: 16px;
    font-size: 14px;
    display: block;
    color: #353535;
    font-weight: 500;
}

.contactPage.contactList li {
    display: block;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    margin-top: 15px;
}

.contactPage.contactList .title {
    width: 50px;
    min-height: 50px;
    color: #194678;
    font-size: 20px;
    float: left;
    text-align: center;
}

.form-control {
    -webkit-border-radius: 15px;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 36px;
    font-size: 15px;
}
#owl-urunler.owl-theme .owl-controls .owl-buttons div,
#contentPhotos.owl-theme .owl-controls .owl-buttons div{
    color: #b4b4b4;
    font-size: 34px;
    background-color: transparent;
    padding:0;
}
#owl-urunler .owl-next {
    right: -30px;
}
#owl-urunler .owl-prev {
    left: -30px;
}
#contentPhotos .owl-next {
    right: -30px;
}
#contentPhotos .owl-prev {
    left: -30px;
}
#owl-urunler .item,
#owl-urunler .urunItem,
#owl-urunler .urunItem .photo,
.urunlerPage .urunItem{
    padding:15px;
}
.urunlerPage .urunItem{
    border:3px solid #e1e1e1;
}
#owl-urunler .urunItem{
    background-color: #fff;

}
#owl-urunler .item{
    padding-top: 0;
    padding-bottom:0;
    margin:15px 0;
}
#owl-urunler .urunItem{
    padding-top:0;
}
#owl-urunler .urunItem:hover,
.urunlerPage .urunItem:hover{
    -webkit-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 24px 0px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 24px 0px rgba(50, 50, 50, 0.31);
}
.urunItem .desc .title span{
    display: block;
    color: #737373;
    font-weight:400;
}
.urunItem .desc .title {
    color:#0069b7;
    font-weight: 700;
    font-size:14px;
    width: calc(100% - 72px);
    float: left;
    line-height: 16px;
}
.urunItem .desc .action{
    float: right;
}
.urunItem .desc .action .btn{
    width: 68px;
    border:1px solid #a2a2a2;
    padding:3px 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #3f3f3f;
}
.urunItem .desc .action .btn:hover{
    background-color: #cf3179;
    color: #fff;
    border-color: #cf3179;
}

#owl-kampanyalar  .owl-controls .owl-page.active span, #owl-kampanyalar .owl-controls.clickable .owl-page:hover span,
#owl-haberler .owl-controls .owl-page.active span, #owl-haberler .owl-controls.clickable .owl-page:hover span,
#owl-markalar .owl-controls .owl-page.active span, #owl-markalar .owl-theme .owl-controls.clickable .owl-page:hover span,
#contentPhotos .owl-controls .owl-page.active span, #contentPhotos .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #2f82c9;
}
.haberItem .content{
    text-align: center;
    padding:30px 15px 0 15px;
}
.haberItem .content span{
    color: #007ecb;
    font-size:24px;
    font-weight:700;
    display: block;
    margin-bottom:15px;
}
.list-unstyled{
    overflow: hidden;
}
.haberItem h3{
    color: #cf3179;
    font-size:24px;
    font-weight:700;
    margin-top:0;
    margin-bottom:10px;
}
.haberItem .date{
    font-style: italic;
    display: block;
    margin-bottom:30px;
}
#contact-form .form-control{
    background-color: #e5e5e5;
    border:0;
}
#colorselector{
    background-color: #f3f3f3;
    color: #545454;
    font-size:18px;
    font-weight:500;
    border:0;
    height:50px;
}

.sideBarNavigation li a{
    background-color: #f3f3f3;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #3e3e3e;
    font-weight: 300;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    padding-right: 30px;
    border-bottom: 2px solid #e1e1e1;
}
.sideBarNavigation li a:hover,
.sideBarNavigation li.active a{
    background-color: #cf3179;
    color: #fff;
}
.sideBarNavigation li a i {
    position: absolute;
    right: 0;
    top:0;
    bottom:0;
    background-color:#3db85c ;
    font-size: 24px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
}
.urunlerPage h1,
#myModal h1{
    color: #0069b7;
    font-size:42px;
    font-weight:700;
}
.urunlerPage h3{
    color: #0069b7;
    font-size:18px;
    font-weight:500;
    margin-top:5px;
}
.urunlerPage h4{
    color: #828282;
    font-size:18px;
    font-weight:400;
    margin-top:5px;
}
.urunlerPage .content{
    color: #000000;
    font-size:18px;
    margin-bottom:30px;
}
.techDetails table tr{
    border-bottom:1px solid #666;
    line-height:35px;
}
.urunlerPage .btn.transparent {
    border: 2px solid #cf3179;
    color: #cf3179;
    margin-top:30px;
    font-size:18px;
    padding:7px 50px;
}
.owl-next, .owl-prev, .owl-pagination1 {
    position: absolute;
    top: 50%;
    margin-top: -36px;
}

#myModal .form-control,
#tedarikci .form-control{
    border:0;
    border-bottom:1px solid #d4d4d4;
    font-size:20px;
    background-color: transparent;
    padding-left:0;
}
#tedarikci .form-control{
    font-size:14px;
}
#myModal .form-control:focus,
#tedarikci .form-control:focus,
.modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.modal-content{
    border:0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}
.modal-backdrop {
    background-color: #2e75ab;
}
.megamenu .main-nav{
    position: relative;
}
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    border-radius: 0;
    border: 0;
    border-top: 2px solid #cf3179;
    border-bottom: 2px solid #cf3179;
}
.urunCatItem a{
    color: #3f3f3f;
    font-size:14px;
    line-height: 30px;

}
.urunCatItem a:hover {
    color: #cf3179;
    font-weight: 500;
}