
@import url('https://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:light,regular,medium,thin,italic,mediumitalic,bold&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext');

html,body {
  height: 100%;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;  
  color: rgb(95, 101, 109); 
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgb(255, 139, 0);
  box-shadow: none;
  outline: 0 none;
}
.btn:focus {
  outline: none;
}
header {
    width: 100%;
    position: relative;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
img {
   width:100%;
   height:auto;
}
a,
a:hover,
a:focus {
    color: inherit;
	text-decoration:none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.accordion>.card {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
}
#accordionExample>.shadow-lg {
	box-shadow: none !important;
    border: 1px solid rgb(255, 139, 0) !important;
}
.card {
	border:8px solid #ccc;
    border-radius:15px;
}
.shadow-lg {
	box-shadow: none !important;
    border: 8px solid rgb(255, 139, 0) !important;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - -7px);
    border-top-right-radius: calc(.25rem - -7px);
}
.card a:hover {box-shadow:none !important;}
.card a:hover .card-title {color: rgb(103, 100, 96);}
.card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.mt-10 {margin-top: 5rem !important;}
.mb-10 {margin-bottom: 5rem !important;}
.pl-10 {padding-left: 8rem !important;}
.bg-grey {
    background-color: rgb(228, 229, 230)!important;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.breadcrumb a {color:rgb(255, 139, 0);}
.breadcrumb a:hover {text-decoration:underline;}
.navbar-light .navbar-nav .nav-link {
    color: rgb(103, 100, 100);
}
.dropdown-menu {
	margin:0;
    background-color: rgb(245, 245, 245);
	padding:0;
	border:none;
}
.dropdown-item {
	font-size: 15px;
    line-height: 2;
	cursor: pointer;	
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color:rgb(255, 133, 0);
	color:#fff;
}
.carousel-indicators {
   position:relative;
}
.carousel-indicators li {
   background-color:rgb(255, 139, 0);
}
.m-bar-main {
   box-shadow: 0 5px 20px -10px rgb(0, 0, 0);
}
.arama {

}
.arama .btn {
    background: rgb(146, 144, 144);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: rgb(255, 255, 255);
}
.footer {

}
.footer .social-icons a {
    float: left;
}
.footer .social-icons {

}
.card-body li:hover {color:rgb(255, 139, 0)}
.prodct {
    margin: 0 auto;
    max-height: 170px;
    width: auto !important;
}
.card-title {font-size:1.2rem;}
.product-detail table {
    width: 100% !important;
    font-size: 13px;
    border: 1px solid;
}
.product-detail table td, th {
    padding: 5px;
    border: 1px solid;
    border-color: rgb(220, 215, 215);
}
.bulten-buton {
   position:absolute !important;
   right:0;
   top: 0;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;   
}
.sayfa img {
   width:100% !important;
   height:auto !important;
}
.marka {
    max-height: 200px;
}
.in-product img {
    width: auto;
    display: block;
    margin: 0 auto;
    max-height: 130px;
}
.my-card-body {
    height:90px;
	overflow:hidden;
}
iframe {max-width:100%;}
.aramasonuc a {
    margin-bottom: 1rem;
    text-decoration: underline;
    color: #058df9;
}
.aramasonuc a:hover {
    color: #000;
}
.whatsapp-icon {
	display: block;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
	z-index:99;	
}
whatsapp-icon img {
    width: 60px;
    height: 60px;
}
.products img {
	max-width: 210px;
    margin: 0 auto;
    display: block;
}
.text-myfirm {
    color: rgb(255, 139, 0)!important
}
.btn-myfirm {
	color: rgb(0, 0, 0);
    background-color: rgb(255, 139, 0);
    border-color: rgb(255, 139, 0);
}
.firmtop {
	border-color: rgb(121, 120, 118) !important;
    color: rgb(121, 120, 118) !important;
}
.btn-myfirm:hover {
	color: #fff;
}
.mycard {
   padding:0;
}
.mycard-list {
	padding: 0.5rem 1rem 0.5rem;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.mycard-list:hover {
    background: rgb(255, 139, 0);
    color: rgb(255, 255, 255) !important;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.bg-myfirm {
	background-color: rgb(255, 139, 0)!important;
} 
.border-myfirm {
	border-color: rgb(255, 139, 0)!important;
}
@media (min-width: 670px) {
.dokumanlarim p {min-height:2rem;}
.card-title { height:3rem;}
.blog-main {height:130px !important;}	
}
@media (max-width:500px) {
.my-card-body {
    height:80px;
}
}
@media (max-width:900px) {
.dropdown-item {
    border-bottom: 1px solid rgb(204, 204, 204);
}
}
@media (max-width:1280px) {
.Logo{
    width:75%;
}
.card {
	border:8px solid rgb(255, 139, 0);
    border-radius:15px;
}
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.aramasonuc a {
	font-size: 18px;
    margin-bottom: 1rem;
    text-decoration: underline;
    color: #058df9;
}
}
@media (max-width: 670px) {
    html {
        font-size: 14px;
    }
.h1, h1, .h2, h2 {
       font-size:2.2rem;
}
.h3, h3, .h4, h4, .h5, h5 {
       font-size:1.2rem;
}
.dropdown-item {
    white-space: pre-line;
}	
}

@media (min-width: 670px) and (max-width: 1200px) {
.products .card-title {
    font-size: 0.8rem;
}
.products .card-body {padding:0.7rem;}
.in-product img {
    max-height: 110px;
}
.my-card-body {
    height:60px;
}
}
@media (min-width: 640px) and (max-width: 900px) {
.h1, h1, .h2, h2 {
       font-size:2rem;
}
.h3, h3, .h4, h4, .h5, h5 {
       font-size:1.3rem;
}
}
@media (min-width: 900px) and (max-width: 1200px) {
.h1, h1, .h2, h2 {
       font-size:2rem;
}
.h3, h3, .h4, h4, .h5, h5 {
       font-size:1.3rem;
}
.navbar-expand-lg {padding-right:0;}
.arama {max-width:185px;}
.blog-main {height:190px !important;}
}
@media (min-width: 900px) and (max-width: 1024px) {

    html {
        font-size: 14px !important;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 16px !important;
    }
.h1, .h2, h1, h2  {
    color: rgb(255, 139, 0) !important;
}	
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    outline: none;
    border: 5px solid rgb(255, 140, 0);
    border-radius: 10px;
}	
.navbar-light .navbar-nav .nav-link {
    border: 5px solid;
    border-radius: 10px;
	border-color:transparent;	
}
.navbar-light .navbar-nav .nav-link:hover {
	color: rgb(255, 140, 0);
	border-color: rgb(255, 140, 0);	
}	
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}	
.h2, h2 {
       font-size:2rem;
}
.h3, h3, .h4, h4, .h5, h5 {
       font-size:1.4rem;
}
.arama .input-group {
    min-width:260px;
}
header.smaller {
    height: 75px;
	top: 0;
	position:fixed;
}
header.smaller .Logo {
    width: auto !important;
    height: 50px !important;
}
header.smaller .firmtop {
    display:none !important;
}
.blog-main {height:230px !important;}	
}
@media (min-width: 1360px) {
.m-bar-main .container {min-width:1300px}
.navbar-light .navbar-nav .nav-link {
	font-size: 17px;	
}
}
@media (min-width:1200px) {
#toTop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    display: none;
    padding: 10px 13px;
    font-size: 18px;
    line-height: 1em;
    background: none;
    border: none;
    z-index: 99;
    border-radius: 0;
}
#toTop:before {
    content: "\f062";
    font: 32px/32px 'FontAwesome';
    color: rgb(255, 139, 0);
}
}
@media (min-width:1600px) {
.maxo-size {max-width:1400px;}
}