/* 
    Created on : 28.Eki.2014, 10:35:54
    Author     : Mustafa
*/
/* 
    SAYFA ALTI USTU CIZGI: #669933
    DEFAULT COLOR: #81B71A 
*/

/***** BASKIN OZELLESTIRMELER *****/

.panel-heading .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f056"; /*fa-minus-circle*/
  float: right;
  color: grey;   
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\f055"; /*fa-plus-circle*/
}

.panel-heading .accordion-toggle {
  cursor: pointer;
}

.product-title { 
  margin: 0 0 10px 0;
} 

.section-content {
  padding: 30px 0;/*override*/
}
.section-content h2 {
  margin: 0; 
}  

.content-box.style5 h4 {
  line-height: 24px;
}
.content-box.style5 p {
  margin: 0px 0 0 80px;
  padding: 0 0 20px 0;
}

body, p, ul {
  color: #4A4A4A;
  font-size: 15px;
}

.twitter-share-button {max-width:90px;}

.footer .footer-col .footer-title {margin: 0;}
.footer .copyright-text           {line-height: 20px !important;}

@media only screen and (max-width: 767px)
{
  .contact-map3 {margin-right: 50px;}
}


/****** YENI TANIMLAMALAR ******/

.bu-sayfada {
  padding: 26px 20px;
  border: 1px solid #eaeaea;
  border-left: 10px solid #eaeaea;
  background-color: #fbfbfb;
}
.bu-sayfada ul {
  list-style: none;
  padding: 0;
  margin: 0 10px;
}
.bu-sayfada li {
  margin: 0 0 10px 0; /*satir araligi*/
  padding-left: 10px;
}
.bu-sayfada li:before {
  color: #81B71A;
  content: "\f0ab"; /* asagi ok */
  font-family: FontAwesome;
  font-size: 15px;
  display: inline-block;
  line-height: 20px;
  margin-left: -20px; /* ikinci satir icin */
  width: 20px; /* same as padding-left set on li */
}

.menu i {
  font-size: 16px;
  margin-right: 10px;
}
.menu .list-group-item:after {
  content: "";
}

.simge-kutu {
  /*margin-bottom: 30px;*/
  min-height: 100px;
}
.simge-kutu i {
  width: 40px;
  height: auto;
  display: inline-block;
  font-size: 32px;
  float: left;
  margin-right: 10px;
  position: relative;
}
.simge-kutu h4 {
  margin: 0;
}
.simge-kutu.simge-bordered i {
  margin-right: 20px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #333333;
  text-align: center;
  background-color: transparent;
}
.simge-kutu.simge-boxed i,
.simge-kutu.simge-boxed-circle i,
.simge-kutu.simge-boxed-rounded i {
  color: #fff;
  float: left;
  margin-right: 20px;
  text-align: center;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
}  
.simge-kutu.simge-boxed-circle i {
  border-radius: 50%;
}
.simge-kutu.simge-boxed-rounded i {
  border-radius: 10%;
}
.simge-kutu p {
  margin-left: 50px;
}
.simge-kutu.simge-boxed p,
.simge-kutu.simge-boxed-circle p,
.simge-kutu.simge-boxed-rounded p,
.simge-kutu.simge-bordered p {
  margin-left: 80px;
}

/* HIZMETLER ICIN, i+h4*/
.simge-kutu-2 {
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  background-color: silver;
  border-radius: 2px;
  display: block;
}
.simge-kutu-2 i {
  color: #fff;
  display: block;
  font-size: 56px;
  float: none;
}
.simge-kutu-2 h4 {
  color: #fff;
  border-top: 1px #ffffff dotted;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}

/**/
.simge-kutu-3 {
  margin-bottom: 10px;
  background-color: silver;
  border-radius: 2px;
  display: table;
  padding: 10px;
}
.simge-kutu-3 i {
  color: #fff;
  font-size: 32px;
  float: left;
  width: 40px;
  height: auto;
  display: table-cell;
  margin-right: 10px;
  text-align: center;
}
.simge-kutu-3 h4 {
  color: #fff;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%
}

.sertifika > div {
	background: #fff;
	margin-bottom: 20px;
    padding: 30px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    position: relative;
}
.sertifika > div::after {
	content: "";
	
    border-color: transparent;
    border-radius: 0;
    border-width: 30px;
    border-right-color: #81b819;
    border-top-color: #81b819;
    border-style: solid;
	position: absolute;
	top: 0;
    right: 0;
}
.sertifika img {
	margin: auto;
}
.sertifika > p {
	text-align: center;
}
/**/

.ul-paket {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  border: 1px solid #f0f0f0;
  text-align: center;
}
.ul-paket li {
  padding: 10px 10px;
  border-bottom: 1px solid #f0f0f0;
}
.ul-paket li.title {
  background: #74b749;
  padding: 15px;
  font-size: 22px;
  line-height: 22px;
  color: white;
  border-top: 0;
}
.ul-paket li.top    {}
.ul-paket li.bottom {background: #f0f0f0;}
.ul-paket .btn      {margin: 0;}
.ul-paket li i      {margin-right: 10px;}

/**/
.ul-liste-1 {
  list-style-type: none;
  margin: 10px 0 20px 40px;
  padding: 0;
}
    .ul-liste-1 li {
      margin-bottom: 10px;
    }
    .ul-liste-1 li:before {
      color: #81B71A;/*default*/
      content: "\f04d";
      font-family: FontAwesome;
      font-size: 10px;
      float: left;
      margin-left: -20px;
      line-height: 20px;
    }

/*http://codeitdown.com/demos/ol-css-styles*/
ol.ol-liste-1 {
  list-style-type: none;
  margin: 0 0 20px 50px;
  padding: 0;
  counter-reset: li;
}
    ol.ol-liste-1 li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 0;
    }
    ol.ol-liste-1 li:before {
      content: counter(li, decimal);
      counter-increment: li;
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      display: inline-block;
      text-align: center;
      background-color: #81B71A;/*default*/
      color: #fff;
      font-size: 14px;
      line-height: 24px;
      float: left;
      margin-left: -35px;
      border-radius: 2px;
    }

.footer-content.social-icon i{
  font-size: 32px;
  margin-right: 4px;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.external:after {
	font-family: FontAwesome;
    font-size: 12px;
	font-weight: normal;
    content: "\f08e";
    margin: 0 4px 0 4px;
    color: #6e9e3e;
}

/* GENEL MAKSAT TANIMLAMALAR*/

.bg-default {background-color: #81B71A !important;} .cl-default {color: #81B71A;}/*669933*/
.bg-green   {background-color: #72c02c !important;} .cl-green   {color: #72c02c;}/*2ecc71*/
.bg-red     {background-color: #EB3C00 !important;} .cl-red     {color: #EB3C00;}/*e74c3c*/
.bg-pink    {background-color: #ff5c93 !important;} .cl-pink    {color: #ff5c93;}
.bg-yellow  {background-color: #f3d73b !important;} .cl-yellow  {color: #f3d73b;}
.bg-purple  {background-color: #9F00A7 !important;} .cl-purple  {color: #9F00A7;}
.bg-orange  {background-color: #FFC400 !important;} .cl-orange  {color: #FFC400;}/*e67e22*/
.bg-blue-lt {background-color: #52b9e9 !important;} .cl-blue-lt {color: #52b9e9;}
.bg-blue    {background-color: #2D89EF !important;} .cl-blue    {color: #2D89EF;} /*2980b9*/
.bg-silver  {background-color: silver  !important;} .cl-silver  {color: silver;}
.bg-gray-lt {background-color: #cccccc !important;} .cl-gray-lt {color: #cccccc;}
.bg-gray    {background-color: #999999 !important;} .cl-gray    {color: #999999;}
.bg-gray-dk {background-color: #666666 !important;} .cl-gray-dk {color: #666666;}

.ml-0  {margin-left: 0 !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}

.bb-1 {border-bottom: 1px #81B71A solid;}

.min-h-135 {min-height: 135px;}
.min-h-150 {min-height: 150px;}

.d-table-row    {display: table-row !important;}
.d-table-cell   {display: table-cell;}
.v-align-middle {vertical-align: middle;}
.v-align-bottom {vertical-align: bottom;}

.h-inherit {height: inherit;}