body {
   background-color: rgba(255,255,255,1);
   font-size: 20px;
   color: #FFFFFF;
}
.text-justified {
   text-align: justify;
}
#header, #header * {
   transition: all 1s;
   -moz-transition: all 1s; /* Firefox 4 */
   -webkit-transition: all 1s; /* Safari and Chrome */
   -o-transition: all 1s; /* Opera */
}
#header {
   display: block;
   width: 100%;
   height: auto;
   z-index: 10;
   position: fixed;
   float: left;
   margin: 0px;
   padding: 0px;
   top: 0px;
   background-color: rgba(37,72,94,0.8);
}
#header.buyuk {
   background-color: rgba(37,72,94,1);
}
#header.buyuk .logo-area {
   height: auto;
   float: left;
   clear: right;
}
#header.buyuk .logo-area .logo {
   margin-top: 24px;
   width: auto;
   height: auto;
}
#header.buyuk .logo-area .logo.img-responsive {
   width: 100%;
   clear: right;
   float: left;
   display: block;
}
#header.buyuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu {
   float: left;
   clear: right;
}
#header.buyuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul {
   width: auto;
   height: auto;
   float: left;
   clear: right;
   margin: 0px;
}
#header.buyuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li {
   margin-left: 8px;
   margin-right: 8px;
   float: left;
   clear: right;
   list-style-image: none;
   list-style-type: none;
   font-size: 16px;
   padding-top: 60px;
   padding-bottom: 20px;
}
#header.buyuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a {
   color: #ffffff;
   font-size: 16px;
   text-decoration: none;
   padding-top: 60px;
   padding-bottom: 10px;
   background-color: none;
}
#header.buyuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a:hover {
   color: #6c98bb;
   font-size: 16px;
   text-decoration: none;
   background-image: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
}
#header.buyuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a.active {
   color: #6c98bb;
   font-size: 16px;
   text-decoration: none;
   background-image: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
}
#header.buyuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix {
   margin-top: 30px;
   color: #FFF;
   width: auto;
   height: auto;
   float: right;
   clear: left;
   padding-bottom: 8px;
   padding-left: 2px;
   padding-right: 2px;
   padding-top: 8px;
}
#header.buyuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li {
   float: left;
   clear: right;
   list-style-image: none;
   list-style-type: none;
   color: #ffffff;
   font-size: 14px;
   padding: 0px;
   margin: 0px;
}
#header.buyuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li a {
   color: #000000;
   font-size: 14px;
   text-decoration: none;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
   padding-right: 2px;
   border-radius: 4px;
   margin-left: 4px;
   margin-right: 4px;
   background-color: #FFFFFF;
}
#header.buyuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li a:hover {
   color: #FFFFFF;
   font-size: 14px;
   background-image: none;
   background-repeat: no-repeat;
   text-decoration: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s;
   border-radius: 4px;
   background-color: #999999;
}
#header.buyuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li .active {
   color: #FFFFFF;
   font-size: 14px;
   background-image: none;
   background-repeat: no-repeat;
   text-decoration: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
   background-color: #6c98bb;
   border-radius: 4px;
}
.caret {
   border-color: #FFFFFF transparent -moz-use-text-color;
   border-width: 6px 6px 0;
}
/*small css */
#header.kucuk .logo-area .logo {
   margin-top: 8px;
   width: auto;
   height: auto;
}
#header.kucuk .logo-area .logo.img-responsive {
   width: 70%;
   clear: right;
   float: left;
   display: block;
}
#header.kucuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu {
   float: left;
   clear: right;
}
#header.kucuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul {
   width: auto;
   height: auto;
   float: left;
   clear: right;
   margin: 0px;
}
#header.kucuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li {
   margin-left: 10px;
   margin-right: 10px;
   float: left;
   clear: right;
   list-style-image: none;
   list-style-type: none;
   color: #333333;
   font-size: 14px;
   padding-top: 20px;
   padding-bottom: 10px;
   background-color: none;
}
#header.kucuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a {
   color: #FFFFFF;
   font-size: 14px;
   text-decoration: none;
   padding-top: 30px;
   padding-bottom: 4px;
   background-color: none;
}
#header.kucuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a:hover {
   color: #6c98bb;
   font-size: 14px;
   text-decoration: none;
   background-image: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
}
#header.kucuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a.active {
   color: #6c98bb;
   font-size: 14px;
   text-decoration: none;
   background-image: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
}
#header.kucuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix {
   margin-top: 10px;
   color: #FFF;
   width: auto;
   height: auto;
   float: right;
   clear: left;
   padding-bottom: 8px;
   padding-left: 2px;
   padding-right: 2px;
   padding-top: 8px;
}
#header.kucuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li {
   float: left;
   clear: right;
   list-style-image: none;
   list-style-type: none;
   color: #333333;
   font-size: 14px;
   padding: 0px;
   margin: 0px;
}
#header.kucuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li a {
   color: #000000;
   font-size: 14px;
   text-decoration: none;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
   padding-right: 2px;
   background-color: #FFFFFF;
   border-radius: 4px;
   margin-left: 4px;
   margin-right: 4px;
}
#header.kucuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li a:hover {
   color: #FFFFFF;
   font-size: 14px;
   background-image: none;
   background-repeat: no-repeat;
   text-decoration: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
   background-color: #ffffff;
   border-radius: 4px;
}
#header.kucuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li .active {
   color: #FFFFFF;
   font-size: 14px;
   background-image: none;
   background-repeat: no-repeat;
   text-decoration: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
   background-color: #6c98bb;
   border-radius: 4px;
}
/*small css end */
/*index genel */

.container.area {
   position: relative;
   padding-top: 0px;
   padding-bottom: 10px;
}
hr {
 height: 2px;
 width: auto;
 background-color: #25485e;
}
/*index genel end*/
/*index anayazi */
.row.page {
   background-color: #FFFFFF;
   text-align: justify;
   padding-top: 20px;
   padding-right: 0px;
   padding-bottom: 20px;
   padding-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
}
.row.page.urunsayfalari {
   margin-top: 100px;
}
.urunler-nav {
   background-color: rgba(37, 72, 94, 1);
   display: block;
}
.urun-nav {
   padding: 0px;
   margin: 0px;
   list-style: none;
   background-color: rgba(37, 72, 94, 1);
   border-radius: 0px;
   color: #FFFFFF;
   float: left;
   clear: right;
}
.urun-nav > li {
   list-style: none;
   background-color: rgba(37, 72, 94, 1);
   border-radius: 0px;
   color: #FFFFFF;
   font-size: 16px;
   float: left;
   clear: right;
}
.urun-nav > li > a {
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 12px;
   padding-bottom: 12px;
   list-style: none;
   background-color: rgba(37, 72, 94, 1);
   border-radius: 0px;
   color: #FFFFFF;
   font-size: 16px;
   float: left;
   clear: right;
}
.urun-nav > li > a:hover {
   background-color: #5C8CB4;
   text-decoration: none;
}
.urun-nav > li > a.active {
   background-color: #6c98bb;
   text-decoration: none;
}
.urun-ru-nav {
   padding: 0px;
   margin: 0px;
   list-style: none;
   background-color: rgba(37, 72, 94, 1);
   border-radius: 0px;
   color: #FFFFFF;
   float: left;
   clear: right;
}
.urun-ru-nav > li {
   list-style: none;
   background-color: rgba(37, 72, 94, 1);
   border-radius: 0px;
   color: #FFFFFF;
   font-size: 12px;
   float: left;
   clear: right;
}
.urun-ru-nav > li > a {
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 12px;
   padding-bottom: 12px;
   list-style: none;
   background-color: rgba(37, 72, 94, 1);
   border-radius: 0px;
   color: #FFFFFF;
   font-size: 12px;
   float: left;
   clear: right;
}
.urun-ru-nav > li > a:hover {
   background-color: #5C8CB4;
   text-decoration: none;
}
.urun-ru-nav > li > a.active {
   background-color: #6c98bb;
   text-decoration: none;
}
.urun-oranti {
   padding: 6px;
}
.urun-kutusu {
   border: 2px solid rgba(37, 72, 94, 1);
   padding: 0px;
   margin: 0px;
}
.haber-kutusu {
   border: 2px solid rgba(37, 72, 94, 1);
   margin: 0px;
   padding-bottom: 15px;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
}
.galeri-resim {
   padding-bottom: 15px;
}
.urun-baslik {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   border-bottom: 1px solid rgba(37, 72, 94, 1);
}
.urun-yazi {
   color: rgba(37, 72, 94, 1);
   padding-left: 6px;
   font-weight: bold;
}
.urun-icerikyazi {
   color: rgba(37, 72, 94, 1);
   padding-left: 6px;
   font-size: 12px;
}
.urun-pad {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}
.btn-sm, .btn-xs {
   border-radius: 0px;
   font-size: 12px;
   line-height: 1.5;
   padding: 5px 10px;
}
.btn-default {
   background-color: #25485e;
   border-color: #ffffff;
   color: #ffffff;
}
.btn {
   -moz-user-select: none;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   cursor: pointer;
   display: inline-block;
   font-size: 14px;
   font-weight: normal;
   line-height: 1.42857;
   margin-top: 4px;
   margin-bottom: 0;
   padding: 4px 4px;
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
}
/*index anayazi end */
/*index haberler*/

.row.page .container.area.clearfix .col-md-6.haberler {
   height: auto;
   padding-left: 10px;
   padding-right: 10px;
   background-color: #FFFFFF;
   margin-top: 10px;
   margin-bottom: 10px;
}
.row.page .container.area.clearfix .col-md-6.haberler .nav.nav-tabs {
   height: auto;
   width: 100%;
   background-color: #FFFFFF;
   border-style: none;
   margin-bottom: 0px;
   text-align: justify;
}
.row.page .container.area.clearfix .col-md-6.haberler .nav > li > a {
   display: block;
   padding-top: 5px;
   padding-left: 6px;
   padding-right: 6px;
   padding-bottom: 6px;
   position: relative;
}
.row.page .container.area.clearfix .col-md-6.haberler .nav.nav-tabs.hmenu li {
   margin-bottom: 0px;
   margin-left: 2px;
}
.row.page .container.area.clearfix .col-md-6.haberler .nav.nav-tabs.hmenu a {
   background-color: rgba(37, 72, 94, 1);
   float: left;
   clear: right;
   font-size: 12px;
   color: #FFFFFF;
   border-radius: 14px;
   border-style: none;
   font-weight: bold;
   width: 26px;
   height: 26px;
   text-align: center;
   margin-left: 4px;
   margin-right: 4px;
}
.row.page .container.area.clearfix .col-md-6.haberler .nav.nav-tabs.hmenu a:hover {
   background-color: #6c98bb;
   color: #FFFFFF;
}
.row.page .container.area.clearfix .col-md-6.haberler .nav.nav-tabs.hmenu a.active {
   background-color: #FF3300;
   color: #FFFFFF;
}
.row.page .container.area.clearfix .col-md-6.haberler .tab-content .col-md-12.hicerik {
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   color: #000000;
   font-size: 16px;
   background-color: #FFFFFF;
   margin-bottom: 10px;
   min-height: 300px;
   height: auto;
   font-weight: normal;
}
.row.page .container.area.clearfix .col-md-6.haberler .tab-content .col-md-12.hicerik h3 {
   font-size: 30px;
   font-weight: 200;
   color: #333333;
   margin-top: 10px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}
.row.page .container.area.clearfix .col-md-6.haberler .tab-content .col-md-12.hicerik h4 {
   font-size: 20px;
   font-weight: normal;
   color: #FF3300;
   margin-top: 10px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}
.text-black {
   color: #000
}
/*index haberler end*/
.gorselmenu {
   margin: 0px;
   padding: 0px;
   background-color: #000000;
}
.boxmenu_top {
   margin: 0px;
   padding: 0px;
   opacity: 0.7;
   transition: all 1s;
   -moz-transition: all 1s; /* Firefox 4 */
   -webkit-transition: all 1s; /* Safari and Chrome */
   -o-transition: all 1s; /* Opera */
   z-index: 1;
}
.boxmenu_top:hover {
   opacity: 1;
   transition: all 1s;
   -moz-transition: all 1s; /* Firefox 4 */
   -webkit-transition: all 1s; /* Safari and Chrome */
   -o-transition: all 1s; /* Opera */
}
.boxmenu {
   margin: 0px;
   padding: 0px;
   opacity: 0.6;
   transition: all 1s;
   -moz-transition: all 1s; /* Firefox 4 */
   -webkit-transition: all 1s; /* Safari and Chrome */
   -o-transition: all 1s; /* Opera */
   z-index: 1;
}
.boxmenu:hover {
   opacity: 1;
   transition: all 1s;
   -moz-transition: all 1s; /* Firefox 4 */
   -webkit-transition: all 1s; /* Safari and Chrome */
   -o-transition: all 1s; /* Opera */
}
/* product start*/


.breadcrumb {
   padding: 8px 15px;
   margin-bottom: 20px;
   list-style: none;
   background-color: #25485e;
   border-radius: 0px;
   font-style: normal;
   font-size: 0px;
}
.breadcrumb h3 {
   padding: 0px;
   margin: 0px;
}
.product-area {
   padding-top: 20px;
   padding-bottom: 20px;
   margin-bottom: 20px;
}
.product-box {
   margin: 0px;
   padding: 4px;
   text-decoration: none;
   transition: all 1.4s;
   -moz-transition: all 1.4s; /* Firefox 4 */
   -webkit-transition: all 1.4s; /* Safari and Chrome */
   -o-transition: all 1.4s; /* Opera */
   background-color: #FFFFFF;
}
.product-box:hover {
   margin: 0px;
   padding: 4px;
   text-decoration: none;
   transition: all 1.4s;
   -moz-transition: all 1.4s; /* Firefox 4 */
   -webkit-transition: all 1.4s; /* Safari and Chrome */
   -o-transition: all 1.4s; /* Opera */
   background-color: #000000;
   border-radius: 8px;
}
.product-item {
   margin: 0px;
   padding: 4px;
   text-decoration: none;
}
.row.page .container.col-md-12.clearfix.product-area .col-md-2.product-box a.proje01 {
   text-decoration: none;
}
h5.center-block {
   margin: 4px;
   padding: 4px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   vertical-align: middle;
   color: #FFF;
   text-decoration: none;
   border-radius: 4px;
   background-color: #000;
}
/* product end*/
.contact-area {
   color: #333333;/*     padding-top: 20px;
   padding-bottom: 20px;
   margin-bottom: 40px;
   text-decoration: none;
   text-transform: none;*/
}
#map-canvas {
   margin-top: 46px;
   height: 674px;
   border: 1px solid #333;
}
/* footer start*/
footer {
   color: #FFF;
   background-color: rgba(37,72,94,1);
   border-top: 2px solid #0066FF;
   padding-top: 10px;
   padding-bottom: 20px;
}
footer .reset {
   padding: 0px;
   margin: 0px;
}
footer .social {
   height: 30px;
   width: 30px;
   float: right;
   clear: left;
   margin-top: 14px;
   margin-left: 10px;
}
.normal-imh0 {
   min-height: 36px;
}
.normal-imh1 {
   min-height: 54px;
}
.resim {
   border: 1px solid #25485e;
   background-color: #25485e;
   color: #FFFFFF;
}
.martext2 {
   margin-top: 4px;
   margin-bottom: 4px;
}
.formtome {
   height: 100%;
   min-height: 830px;
}
 @media only screen and (max-width: 1000px) {
#header.buyuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li {
   margin-left: 4px;
   margin-right: 4px;
   float: left;
   clear: right;
   list-style-image: none;
   list-style-type: none;
   font-size: 12px;
   padding-top: 10px;
   padding-bottom: 2px;
}
#header.buyuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a {
   color: #ffffff;
   font-size: 12px;
   text-decoration: none;
   padding-top: 10px;
   padding-bottom: 2px;
   background-color: none;
}
#header.buyuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a:hover {
   color: #6c98bb;
   font-size: 12px;
   text-decoration: none;
   background-image: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
}
#header.buyuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a.active {
   color: #6c98bb;
   font-size: 12px;
   text-decoration: none;
   background-image: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
}
#header.buyuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix {
   margin-top: 10px;
   color: #FFF;
   width: auto;
   height: auto;
   float: right;
   clear: left;
   padding: 2px;
}
#header.buyuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li {
   float: left;
   clear: right;
   list-style-image: none;
   list-style-type: none;
   color: #ffffff;
   font-size: 10px;
   padding: 0px;
   margin: 0px;
}
#header.buyuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li a {
   color: #000000;
   font-size: 10px;
   text-decoration: none;
   padding: 2px;
   border-radius: 2px;
   margin: 2px;
   background-color: #FFFFFF;
}
#header.buyuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li a:hover {
   color: #FFFFFF;
   font-size: 10px;
   background-image: none;
   background-repeat: no-repeat;
   text-decoration: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s;
   border-radius: 2px;
   background-color: #999999;
}
#header.buyuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li .active {
   color: #FFFFFF;
   font-size: 10px;
   background-image: none;
   background-repeat: no-repeat;
   text-decoration: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
   background-color: #6c98bb;
   border-radius: 2px;
}
.hide_items {
   display: none;
}
#header.kucuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li {
   margin-left: 4px;
   margin-right: 4px;
   float: left;
   clear: right;
   list-style-image: none;
   list-style-type: none;
   font-size: 12px;
   padding-top: 10px;
   padding-bottom: 2px;
}
#header.kucuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a {
   color: #ffffff;
   font-size: 12px;
   text-decoration: none;
   padding-top: 10px;
   padding-bottom: 2px;
   background-color: none;
}
#header.kucuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a:hover {
   color: #6c98bb;
   font-size: 12px;
   text-decoration: none;
   background-image: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
}
#header.kucuk .container .row.clearfix .col-md-6.col-lg-6.col-xs-9.col-sm-9.anamenu ul li a.active {
   color: #6c98bb;
   font-size: 12px;
   text-decoration: none;
   background-image: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
}
#header.kucuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix {
   margin-top: 10px;
   color: #FFF;
   width: auto;
   height: auto;
   float: right;
   clear: left;
   padding: 2px;
}
#header.kucuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li {
   float: left;
   clear: right;
   list-style-image: none;
   list-style-type: none;
   color: #ffffff;
   font-size: 10px;
   padding: 0px;
   margin: 0px;
}
#header.kucuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li a {
   color: #000000;
   font-size: 10px;
   text-decoration: none;
   padding: 2px;
   border-radius: 2px;
   margin: 2px;
   background-color: #FFFFFF;
}
#header.kucuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li a:hover {
   color: #FFFFFF;
   font-size: 10px;
   background-image: none;
   background-repeat: no-repeat;
   text-decoration: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s;
   border-radius: 2px;
   background-color: #999999;
}
#header.kucuk .container .row.clearfix .col-md-3.col-lg-3.col-xs-3.col-sm-3.dilmenu .dilsec.clearfix li .active {
   color: #FFFFFF;
   font-size: 10px;
   background-image: none;
   background-repeat: no-repeat;
   text-decoration: none;
   transition: all 0s;
   -moz-transition: all 0s; /* Firefox 4 */
   -webkit-transition: all 0s; /* Safari and Chrome */
   -o-transition: all 0s; /* Opera */
   background-color: #6c98bb;
   border-radius: 2px;
}
.urun-nav > li {
   list-style: none;
   background-color: rgba(37, 72, 94, 1);
   border-radius: 0px;
   color: #FFFFFF;
   font-size: 12px;
   float: left;
   clear: right;
}
.row.page.urunsayfalari {
   margin-top: 70px;
}
.row.page.anasayabosluk {
   margin-top: 70px;
}
.urun-nav > li > a {
   padding: 6px;
   list-style: none;
   background-color: rgba(37, 72, 94, 1);
   border-radius: 0px;
   color: #FFFFFF;
   font-size: 12px;
   float: left;
   clear: right;
}
.urun-nav > li > a:hover {
   background-color: #5C8CB4;
   text-decoration: none;
}
.urun-nav > li > a.active {
   background-color: #6c98bb;
   text-decoration: none;
}
.urun-ru-nav > li {
   list-style: none;
   background-color: rgba(37, 72, 94, 1);
   border-radius: 0px;
   color: #FFFFFF;
   font-size: 10px;
   float: left;
   clear: right;
}
.urun-ru-nav > li > a {
   padding: 6px;
   list-style: none;
   background-color: rgba(37, 72, 94, 1);
   border-radius: 0px;
   color: #FFFFFF;
   font-size: 10px;
   float: left;
   clear: right;
}
.urun-ru-nav > li > a:hover {
   background-color: #5C8CB4;
   text-decoration: none;
}
.urun-ru-nav > li > a.active {
   background-color: #6c98bb;
   text-decoration: none;
}
h1, .h1 {
   font-size: 20px;
}
h2, .h2 {
   font-size: 18px;
}
h3, .h3 {
   font-size: 16px;
}
h4, .h4 {
   font-size: 12px;
}
h5, .h5 {
   font-size: 12px;
}
h6, .h6 {
   font-size: 10px;
}
.imh {
   min-height: 10px;
}
.imh1 {
   min-height: 20px;
}
.imh2 {
   min-height: 50px;
}
.imh3 {
   min-height: 120px;
}
.row.page .container.area.clearfix .col-md-6.haberler .tab-content .col-md-12.hicerik {
   background-color: #ffffff;
   color: #000000;
   font-size: 16px;
   font-weight: normal;
   height: auto;
   margin-bottom: 10px;
   min-height: 50px;
   padding: 10px;
}
body {
   font-size: 12px;
}
.breadcrumb {
   background-color: #25485e;
   border-radius: 0;
   font-size: 0;
   font-style: normal;
   list-style: outside none none;
   margin-bottom: 10px;
   padding-bottom: 2px;
   padding-left: 10px;
   padding-right: 2px;
   padding-top: 2px;
}
#map-canvas {
   margin-top: 20px;
   height: 200px;
   border: 1px solid #333;
}
.formtome {
   height: 100%;
   min-height: 880px;
}
 @media only screen and (max-width: 600px) {
 .formtome {
 height: 100%;
 min-height: 960px;
}
}
