/*
	###########################################################
	 Bu CSS Dosyası bir2üç creative tarafından oluşturulmuştur.
	###########################################################
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);
@import url('responsive/small.css');
@import url('responsive/medium.css');
@import url('responsive/large.css');

/* Sabit Tanımlamalar */
.clear { clear: both; }
.pt0 { padding-top: 0; }
.pb0 { padding-bottom: 0; }
.pl0 { padding-left: 0; }
.pr0 { padding-right: 0; }
.mt0 { margin-top: 0; }
.mb0 { margin-bottom: 0; }
.ml0 { margin-left: 0; }
.mr0 { margin-right: 0; }

.mt20 {
  margin-top: -20px;
}

.renk1
{
  background-color:#f2a500;
  color:#fff !important;
}

.renk2
{
  background-color:#6960e2;
  color:#fff !important;
}

.renk3
{
  background-color:#2090cc;
  color:#fff !important;
}

.renk4
{
  background-color:#ff0053;
  color:#fff !important;
}

.renk5
{
  background-color:#009612;
  color:#fff !important;
}

.renk6
{
  background-color:#ff6000;
  color:#fff !important;
}


a[x-apple-data-detectors].phonenumber {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.title-big { font-size: 30px; }
.title-bigger { font-size: 36px; }

h1 { font-size: 26px; font-weight: 700; }
h2 { font-size: 24px; font-weight: 500; }
h3 { font-size: 22px; font-weight: 500; }
h4 { font-size: 20px; font-weight: 500; }
h5 { font-size: 18px; font-weight: 500; }
h6 { font-size: 16px; font-weight: 500; }
p { font-size: 14px; font-weight: 400; }

input:focus, textarea:focus {
  outline: none;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.overflow-hidden {
  overflow: hidden;
}

body.overflow-auto {
  overflow: auto;
}

a {
  text-decoration: none !important;
}

.p20 {
  padding-left: 20px;
}

#comparison, #company-comparison, #notes {
  margin-top: 30px;
}

#company-comparison h2 {
  margin-bottom: 15px;
}

.sigortalar thead {
  background: #fff;
}

.sigortalar table tr td {
  padding: 8px;
  vertical-align: middle
}

#comparison ul, #company-comparison ul {
  padding-left: 0;
  list-style: none;
}

#notes ul {
  padding-left: 0;
}

.yardimciol {
  padding: 5px;
  margin: 25px 0 20px -20px;
  color: #4d4d4d;
  text-align: center;
}

.yardimciol strong {
  opacity: .8;
  padding: 10px;
  border: 1px solid #4d4d4d;
  border-radius: 4px;
  font-size: 13px;
}

.yardimciol a {
  display: block;
  font-weight: 600 !important;
  font-size: 24px !important;
  letter-spacing: -1px;
  padding-top: 20px;
  color: #4d4d4d;
}

.fixed-phone {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 1111;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  background-color: #3c3c3c;
  transition: all .2s linear;
}

.pa20 {
  padding: 20px !important;
}

.fixed-phone .minimize {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #fff;
  width: 20px;
  height: 22px;
  text-align: center;
  font-size: 20px;
  z-index: 999;
  padding-bottom: 10px;
}

.minimize a {
  display: block;
}

.fixed-phone a, .fixed-phone strong {
  color: #fff;
  font-size: 13px;
}

.fixed-phone .yardimciol {
  margin: 0 !important;
}

.destek {
  padding: 20px 0;
}

.destek-slider {
}

.destek img {
  display: block;
  float: left;
  border-radius: 50%;
  width: 80px;
  margin-right: 10px;
}

.destek-desc {
  padding-top: 30px;
}

.destek-name {
  display: block;
  font-size: 28px;
  font-weight: 300;
}

.destek-title {
  display: block;
  font-size: 14px;
}

.modal {
  z-index: 99999 !important;
}

.modal-backdrop {
  background-color: #000;
}

.modal-backdrop.in {
  opacity: .8 !important;
}

.modal-content {
  box-shadow: none;
  border-radius: 4px;
  padding: 20px;
}

.modal-body img {
  padding: 7px 0;
  transition: all .3s linear;
}

.modal-body .alert {
  display: none;
}

#yourModal input {
  background: transparent;
  border-bottom: 1px solid #ccc;
  color: #333;
  text-transform: none !important;
  font-weight: 500;
  border-radius: 0;
  text-align: center;
}

#yourModal textarea {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #333;
  font-weight: 500;
  border-radius: 0;
  padding:10px 13px;
  resize: none;
}

#yourModal .modal-body p {
  color: #ccc !important;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}


#yourModal input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
#yourModal input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
#yourModal input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
#yourModal input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
#yourModal input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #ccc;
}

#yourModal input[type="submit"]{
  background-color: #f6a006;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-size: 15px;
  font-weight: 700;
  padding: 9px 24px;
  margin: 20px 0;
  width: 100%;
}

.smallbox {
  display: table;
  min-height: 80px;
  padding: 15px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #f6a006;
  vertical-align: middle;
  border-radius: 4px;
  line-height: 17px;
}

.smallbox + span {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  color: rgb(107, 99, 81);
}

.smallbox:hover {
  color: #fff;
}

.smallbox img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.kullanicisozlesmesi {
  padding: 100px 0;
}

.kullanicisozlesmesi h1 {
  text-transform: uppercase;
  text-align: center;
}

.kullanicisozlesmesi p {
}

.kullanicisozlesmesi ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.kullanicisozlesmesi ol li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.kullanicisozlesmesi ol li strong {
  display: block;
}

.kullanicisozlesmesi ol li ol > li {
  margin: 0;
}

.kullanicisozlesmesi li ol > li:before {
  content: counters(item, ".") " ";
}

.kullanicisozlesmesi li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}


.tesekkur {
  width: 100%;
  background-color: #f3f3f3;
  color: #3a3939;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 40px;
}

.tesekkur h2, .tesekkur h4 {
  margin: 0;
}

.tesekkur .bold {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 26px;
}

.tesekkur .light {
  font-weight: 300;
}

.tesekkur h4 {
  font-weight: 500;
  font-size: 16px;
}

.teklif-head {
  margin-bottom: 30px;
}

.teklif-head h1 {
  font-size: 30px;
}

.teklif-head p {
  font-size: 16px;
}

.teklif-head i {
  font-size: 55px;
  text-align: center;
  display: block;
  margin: 15px auto 0 auto;

}

.sigortalar {
  width: 100%;
  background-color: #e9e9e9;
  padding: 50px 0;
}

.sigortalar img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.diger {
  background-color: #f3f3f3;
  width: 100%;
  padding: 25px 0;
}

.diger h4.light {
  font-weight: 400;
  font-size: 15px;
}

.diger span {
}

.diger a {
  display: table;
  margin: 0 auto;
  color: #2c2c2c;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1px;
  border: 1px solid #2c2c2c;
  padding: 12px 50px;
  border-radius: 4px;
}

.diger-urunler-baslik {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

.diger-urunler {
  background: transparent;
} 


/* Site Kodları */
Body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
  background: url('../images/texture.jpg');
  overflow-x: hidden;
}

/*######################################################################*/
/* Header */
/*######################################################################*/

.header {
	position: fixed;
	top: 0;
	left: 0;
  height: 65px;
	z-index: 99999 !important;
	width: 100%;
	padding: 20px 0 10px 0;
  background-color: #f9f9f9;
	color: #4d4d4d;
  transition: all .3s ease-in;
}

.nav-up { top: -65px; }

.headerscroll {
  background: rgba(0, 119, 126, 1);
}

.blogheader {
  background-color: #cfcfcf;
  margin-bottom: 70px;
}

.logo {
  margin-top: 0px;
  width: 60%;
}

.header-links {
  display: none;
  transition: all .3s ease-in;
  margin-top: -5px;
}

.header-links select, .header-links button {
  width: 100% !important;
  border: 2px solid #4d4d4d;
  border-radius: 0;
  padding: 6px !important;
  color: #4d4d4d !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal !important;
  background: transparent;
  transition: all .2s linear;
}

.header-links select {
  padding-left: 25px !important;
  text-align: center !important;
  text-align-last: center !important;
  font-size: 14px;
}

.header-links select:hover, .header-links button:hover {
  background: rgba(255,255,255,.6);
  color: #fb6b02 !important;
}

.header-links select::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff !important;
}
.header-links select:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff !important;
   opacity:  1;
}
.header-links select::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff !important;
   opacity:  1;
}
.header-links select:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff !important;
}
.header-links select:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #fff !important;
}

.musterihatti {
  width: 140px;
  height: 60px;
  margin-top: -15px;
}

.menu-body {
  background: rgba(238, 127, 0, .97);
  display: none;
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 999;
  color: #fff;
  padding-top: 70px;
}

.menu-body ul {
  padding-left: 0;
  list-style: none;
  display: table;
  text-align: center;
  margin: 0 auto;
}

.menu-body ul > li {
  display: block;
  float: left;
  padding: 5px 20px;
}

.menu-body ul li img {
  margin-bottom: 15px;
  width: 100px;
}

.menu-body ul li a {
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  transition: all .3s linear;
}

.menu-body ul li a:hover {
  text-decoration: underline !important;
}

.menu-body .sub-menu > li {
  float: none;
}

.menu-body .sub-menu li a {
  text-transform: inherit;
  font-weight: 400;
}

.cd-primary-nav-trigger .cd-menu-text, .sigortalar-menu {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
}

.cd-primary-nav-trigger .cd-menu-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #4d4d4d;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #4d4d4d;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: white;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #4d4d4d;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
    margin-left: 15px;
  }

  .cd-primary-nav-trigger .cd-menu-icon {
    left: 15px;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.sigortamenu-body {
  background: rgba(238, 127, 0, .97);
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 999;
  color: #fff;
  padding-top: 70px;
}

.sigortamenu-body ul {
  padding-left: 0;
  list-style: none;
  display: table;
  text-align: center;
  margin: 0 auto;
}

.sigortamenu-body ul > li {
  display: block;
  width: 100%;
  padding: 15px 20px;
}

.sigortamenu-body ul li img {
  margin-bottom: 15px;
  width: 100px;
}

.sigortamenu-body ul li a {
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  transition: all .3s linear;
}

.sigortamenu-body ul li a:hover {
  text-decoration: underline !important;
}

.bizimleiletisim {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 300;
}

.bizimleiletisim:hover {
  color: inherit;
}

.bizimleiletisim i {
  font-size: 24px;
  padding-right: 5px;
}


/*######################################################################*/
/* Lead */
/*######################################################################*/
.lead {
  position: relative;
  z-index: 0;
  width: 100%;
  background: url('../images/slider/2.jpg');
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
  padding-top: 65px;
  overflow: hidden;
  }

.l-right {
  padding: 90px 40px;
  background-color: rgba(16, 13, 36, .9);
}

#information .modal-dialog {
  width: 800px;
}

#information .model-header {
  padding: 0 0 10px 0;
}

#information h4 {
  font-size: 17px;
}

.inform {
  background: transparent;
  color: #F6A006;
  border: none;
  padding: 10px 0 10px 20px;
}

.inform:focus {
  outline: none;
}

.lead-form {
  text-align: left;
  color: #fff;
}

.lead-form h1 {
  font-size: 45px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -1px;
  line-height: auto;
}

.lead-form p {
  font-size: 20px;
  font-weight: 100;
  margin-top: 10px;
}

.lead-form form {
  margin-top: 35px;
}

.lead-form select, .lead-form input {
  padding: 15px 13px !important;
}

.lead-form .ssl {
  border: none !important;
}

.lead-form .ssl p {
  padding-left: 20px !important;
}

select {
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline fill='#9c9ba6' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  color: #9c9ba6 !important;
  background-repeat:no-repeat;
  background-position: right 10px top 15px;
  background-size: 16px 16px;
  color:white;
  padding:10px 13px;
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color:#fff;
  text-align:center;
  border-radius:4px;
  -webkit-border-radius:4px;
  -webkit-appearance: none;
  border:0;
  outline:0;
  -webkit-transition:0.3s ease all;
     -moz-transition:0.3s ease all;
      -ms-transition:0.3s ease all;
       -o-transition:0.3s ease all;
          transition:0.3s ease all;
}

input[type="text"], input[type="number"]{
  color: #9c9ba6;
  padding:10px 13px;
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color:#fff;
  text-align:left;
  border-radius:4px;
  -webkit-border-radius:4px;
  -webkit-appearance: none;
  border:0;
  outline:0;
  -webkit-transition:0.3s ease all;
     -moz-transition:0.3s ease all;
      -ms-transition:0.3s ease all;
       -o-transition:0.3s ease all;
          transition:0.3s ease all;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #9c9ba6;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #9c9ba6;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #9c9ba6;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #9c9ba6;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #9c9ba6;
}

input[type="submit"]{
  background-color: #f6a006;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-size: 15px;
  font-weight: 700;
  padding: 9px 24px;
  margin: 20px 0;
  width: 100%;
}

.lead-form span {
  font-weight: 100;
  font-size: 16px;
}

.select-group {
  display: block;
  text-align: left;
  margin: 20px 0 30px 0;
}

.lead-form input[type="checkbox"]{
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.lead-form label {
  display: block;
  position: relative;
  float: right;
  background-color: #9c9ba6;
  text-align: center;
  text-transform: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  padding: 7px 28px;
  min-height: 50px;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.lead-form label:nth-child(1) {
  line-height: 36px
}

.lead-form label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-right: 15px solid #f6a006;
  border-bottom: 15px solid transparent;
}



/*######################################################################*/
/* Lead Bottom */
/*######################################################################*/

.lead-bottom {
  margin-bottom: 20px;
}

.lead-links {
  margin-top: -35px;
}

.lead-links a {
  display: block;
  position: relative;
  background-color: rgba(16, 13, 36, .9);
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding: 9px 15px;
  border-radius: 4px;
  font-weight: 700;
}

.lead-links a img {
  position: absolute;
  top: -10px;
  right: 10px;
}

.lead-form-bottom {
  width: 100%;
  background-color: rgba(16, 13, 36, .9);
  padding: 15px 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lead-form-bottom-product {
  width: 100%;
  background-color: #3a333a;
  padding: 15px 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ssl {
  width: 100%;
  padding: 3px 13px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: auto;
}

.ssl i {
  display: block;
  margin-top: 5px;
  float: left;
  font-size: 28px;
}

.ssl p {
  display: block;
  float: left;
  font-size: 15px;
  padding-left: 47px;
}


/*######################################################################*/
/* Clients */
/*######################################################################*/

.clients {
  background-color: #f5f5f5;
  padding: 25px 0;
}

#clients-slider .item {
  border-bottom: 2px solid #d2d2d2;
  background: #fff;
  margin-right: 25px;
  padding: 35px 0;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  transition: all .2s linear;
}

/*
#clients-slider .item:hover {
  background: #25a0e3;
  border-color: #2180b4;
}
*/

.clients h5 {
  display: block;
  color: #4d4d4d;
  margin-bottom: 15px;
}

#clients-slider .item img {
  width: 140px;
}

.clients-navigation a {
  display: block;
  text-align: center;
  margin-top: 35px;
  padding: 15px;
  color: #656870;
  font-size: 28px;
  transition: all .3s linear;
}

.clients-navigation a:hover {
  color: #333;
}

.clients-prev, .clients-next {
  display: block;
  float: left;
  width: 50%;
  padding: 14px 0;
  text-align: center;
  color: #656870;
  font-size: 28px;
  transition: all .3s linear;
}

.clients-prev i, .clients-next i {
  display: block;
  text-align: center;
  font-size: 28px;
  padding: 0 !important;
}

.client-prev, .client-next {
  display: block;
  float: left;
  width: 50%;
  padding: 14px 0;
  text-align: center;
  color: #656870;
  font-size: 28px;
  transition: all .3s linear;
}

.client-prev i, .client-next i {
  display: block;
  text-align: center;
  font-size: 28px;
  padding: 0 !important;
}





/*######################################################################*/
/* Info */
/*######################################################################*/

.info {
  width: 100%;
  background: url('../images/texture.jpg');
  padding: 20px 0;
}

.info img {
  color: #656870;
  width: 50px;
  height: 50px;
  margin: 25px auto 0 auto;
}

.info h1 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}

.info h2, .clients h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #656870;
  margin-bottom: 0;
}

.info h3, .clients h3 {
  position: relative;
  font-weight: 300;
  line-height: 28px;
  color: #656870;
  border-bottom: 2px solid rgb(121,156,19);
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}

.info h3:after, .clients h3:after {
  content: '';
  position: absolute;
  right: 10%;
  bottom: 0;
  border-left: 20px solid rgb(121,156,19);
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: rotate(180deg);
}

.info h3 strong, .clients h3 strong {
  font-weight: 500;
}

/* Info Blocks */
#info-blocks {
  margin: 20px 0;
}

#info-blocks .item {
  display: block;
  text-align: center;
  color: #656870;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid rgba(168, 168, 168, 0.58);
  width: 170px;
  height: 280px;
  cursor: pointer;
  transition: all .3s linear;
}

#info-blocks .item:hover {
  background-color: #656870;
  color: #fff;
}

#info-blocks .item .item-front h4 {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 40px 0;
  line-height: 30px;
}

#info-blocks .item .item-back {
  display: none;
}

#info-blocks .item .item-back span {
  background: #fff;
}

#info-blocks .item .item-back p {
  padding: 20px 0 0 0;
  font-size: 13px;
  color: rgba(255,255,255,.8);
}

#info-blocks .item .item-back a {
  display: table;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 20px;
  margin: 12px auto;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
}

#info-blocks .item span {
  display: block;
  background: transparent;
  color: #000;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

#info-blocks .item h4 {
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 19px;
  display: table-caption;
}



/*######################################################################*/
/* Testimonials */
/*######################################################################*/

.testimonials {
  display: block;
  position: relative;
  width: 100%;
  background: url('../images/testimonials.jpg');
  background-size: cover;
  padding: 50px 0;
}

ul.testimonials-header {
  padding-left: 0;
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden;
}

.hakkimizdaheader {
  padding-left: 20px !important;
  position: relative !important;
  z-index: 999 !important;
}

ul.testimonials-header li {
  display: block;
  float: left;
}

ul.testimonials-header li:nth-child(1){
  width: 5%;
}

ul.testimonials-header li:nth-child(2){
  width: 90%;
  text-align: center;
}

ul.testimonials-header li:nth-child(3){
  float: right;
  width: 5%;
}


ul.testimonials-header li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 12px 15px;
  background: rgba(255,255,255,.2);
}

ul.testimonials-header h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-weight: 300 !important;
  display: block;
  text-align: center;
}

ul.testimonials-header h1 span {
  font-weight: 800 !important;
}

.testimonials h6 {
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.testimonials-prev {
  cursor: pointer;
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.testimonials-next {
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer
}

#yorum-slider {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

#yorum-slider .item {
  display: block !important;
  
}
/*
#yorum-slider div.owl-wrapper-outer {
  overflow: inherit !important; 
}*/

.yorum-desc {
  background-color: rgba(250,250,250,.9);
  border-radius: 4px;
  padding: 70px 30px 30px 30px;
  margin-top: -45px;
}

.yorum-resim {
}

.yorum-resim img {
  display: block;
  width: 100px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.yorum-isim, .yorum-isim h3, .yorum-isim h5 {
  margin: 0;
}

.yorum-isim h5 {
  font-weight: 300;
}

.yorum-isim h3 {
  font-weight: 500;
}

.yorum-isim {
  margin-top: -10px;
}

.yorum-text blockquote {
  font-size: 15px;
  border-left: 0;
  quotes: "\201C""\201D""\2018""\2019";
}

.yorum-text blockquote:before {
  color: #bbb;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.yorum-text blockquote:after {
  color: #bbb;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-top: 0.25em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.tirnak1 {
  display: block;
  content: '"';
  width: 50px;
  font-size: 115px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 20px;
  color: #3f3f3f;
  opacity: .6
}

.tirnak2 {
  content: '"';
  width: 50px;
  font-size: 115px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0px;
  color: #3f3f3f;
  opacity: .6
}

#testimonials-slider {
  display: block;
}

#testimonials-slider .item {
  margin-left: 20px;
}

#testimonials-slider .item.firstitem {  
  margin-left: 0 !important;
}

#testimonials-slider .testimonials-item {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  height: 390px;
  cursor: pointer;
}

#testimonials-slider .testimonials-item img {
  display: block;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#testimonials-slider .testimonials-item .desc {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 25px 0 80px 0;
  position: relative;
  z-index: 1;
  transition: all .5s ease;
}

#testimonials-slider .testimonials-item .desc h6 {
  color: #656870;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

#testimonials-slider .testimonials-item .desc span {
  display: block;
  color: #18adb6;
}

#testimonials-slider .testimonials-item .desc p {
  text-align: center;
  color: #828080;
  line-height: 24px;
  margin-top: 70px;
  padding: 0 20px;
  font-size: 13px;
  transition: all .6s ease;
}
/*
#testimonials-slider .testimonials-item:hover .desc {
  margin-top: -85%;
}

#testimonials-slider .testimonials-item:hover .desc p {
  margin-top: 20px;
}*/

#testimonials-slider .testimonials-item a {
  background-color: #ba2727;
  color: #fff;
  border-radius: 4px;
  display: table;
  margin: 0 auto;
  padding: 4px 15px;
}




/*######################################################################*/
/* Showcase */
/*######################################################################*/

.showcase {
  width: 100%;
  background: url('../images/texture.jpg');
  padding: 20px 0;
}

.showcase-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 0 #d2d2d2;
  overflow: hidden;
}

.showcase-front {
}

.showcase-item:hover .showcase-back {
  top: 0;
  opacity: 1;
}

.showcase-item:hover .showcase-back ul {
  padding-top: 0;
}

.showcase-item:hover .showcase-back h6 {
  padding-top: 0;
}

.showcase-image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.showcase-info {
  padding: 0 20px;
}

.showcase-info h3 {
  font-weight: 900;
  font-size: 16px;
  color: #3a3d3f;
  text-transform: uppercase;
}

.showcase-info p {
  display: block;
  margin: 20px 0 40px 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #454545;
  min-height: 60px;
}

.showcase-back {
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  visibility: visible;
  background-color: rgba(121,156,19,0);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  transition: all .3s ease-in-out;
  z-index: 999;
}

.showcase-back h6 {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 30px;
  transition: all .4s ease-in-out;
}

.showcase-back h2 {
  display: block;
  padding-top: 25px;
  font-weight: 900;
  font-size: 21px;
  line-height: 30px;
}

.showcase-back p {
  color: rgba(255,255,255,.5);
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  width: 150px;
  margin: 15px auto;
}

.showcase-back ul {
  padding-left: 0;
  list-style: none;
  text-align: center;
  transition: all .4s ease-in-out;
}

.showcase-back a {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 17px;
  font-weight: 700;
}

.showcase-back a:hover {
  text-decoration: underline !important;
}

.guncelleniyor img {
  border-radius: 4px;
}

.showcase-text {
  width: 100%;
  margin-top: 60px;
  font-size: 17px;
  font-weight: 300;
}


/*######################################################################*/
/* Showcase Yedek */
/*######################################################################

.showcase {
  width: 100%;
  background: url('../images/texture.jpg');
  padding: 20px 0;
}

.showcase-item {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 0 #d2d2d2;
  overflow: hidden;
}

.showcase-front {
}

.showcase-item:hover .showcase-back {
  opacity: 1;
  top: 30%;
}

.showcase-item:hover .showcase-back ul {
  padding-top: 0;
}

.showcase-item:hover .showcase-back h6 {
  padding-top: 0;
}

.showcase-image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.showcase-info {
  padding: 0 20px;
}

.showcase-info h3 {
  font-weight: 900;
  font-size: 16px;
  color: #3a3d3f;
  text-transform: uppercase;
}

.showcase-info p {
  display: block;
  margin: 20px 0 40px 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #454545;
  min-height: 60px;
}

.showcase-back {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  visibility: visible;
  opacity: 0;
  background-color: rgb(121,156,19);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  transition: all .3s ease-in-out;
}

.showcase-back h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-top: 60px;
  transition: all .4s ease-in-out;
}

.showcase-back h2 {
  display: block;
  padding-top: 25px;
  font-weight: 900;
  font-size: 21px;
  line-height: 30px;
}

.showcase-back p {
  color: rgba(255,255,255,.5);
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  width: 150px;
  margin: 15px auto;
}

.showcase-back ul {
  padding-left: 0;
  padding-top: 70px;
  list-style: none;
  text-align: center;
  transition: all .4s ease-in-out;
}

.showcase-back a {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 700;
}

.showcase-back a:hover {
  text-decoration: underline !important;
}

.guncelleniyor img {
  border-radius: 4px;
}
*/


/*######################################################################*/
/* Uzman Broker Ol */
/*######################################################################*/
.uzmanbroker {
  width: 100%;
  height: 146px;
  margin-bottom: 50px;
  padding-top: 45px;
  padding-right: 30px;
  background: url('../images/uzmanbroker.png');
  color: #fff;
  font-weight: 300;
  font-size: 11px;
  line-height: 19px;
}

.uzmanbroker a {
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 4px;
  margin-top: 5px;
}


/*######################################################################*/
/* Twitter */
/*######################################################################*/

.tweets {
  width: 100%;
  background: url('../images/texture2.jpg');
}

.tweets i {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 14px 0 0px 0;
}

.tweets-prev, .tweets-next {
  display: block;
  float: left;
  width: 50%;
  padding: 14px 0;
}

.tweets-prev:hover, .tweets-next:hover {
  background-color: #149ca4;
}

.tweets-prev i, .tweets-next i {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 0 !important;
}

#tweets {
  padding-top: 12px;
  color: #fff;
}

#tweets .item {
  font-weight: 300;
}

#tweets .item a {
  color: #fff;
  font-weight: 700;
}



/*######################################################################*/
/* Footer */
/*######################################################################*/

.footer {
  color: #fff;
  padding: 45px 0;
  background: url('../images/texture3.jpg');
}

.footer h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
}

.footer p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}

.footer .social {
  padding: 13px 0 0 0;
  list-style: none;
}

.footer .social li {
  display: inline-block;
}

.footer .social li a {
  padding-right: 13px;
  transition: all .3s linear;
}

.footer .social li a i {
  font-size: 20px;
  color: #fff;
}

.footer-menu {
  padding-top: 40px;
  float: right;
}

.footer-menu > li {
  display: block;
  float: left;
  padding: 0 10px;
}

.footer-menu li a {
  color: #fff;
  font-weight: 300;
}

.footer-menu li a:hover {
  text-decoration: underline !important;
}

.footer-menu li ul.sub-menu {
  padding-left: 0;
  list-style: none;
}

.footer .security {
  display: table;
  color: #fff;
  font-size: 12px;
}

.footer .security:hover {
  text-decoration: underline !important;
}

.footer .ssl {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
  border: none;
  overflow: auto;
}

.footer .ssl i {
  display: block;
  float: left;
  font-size: 28px;
}

.footer .ssl p {
  display: block;
  float: left;
  font-size: 13px;
  padding-left: 15px;
  padding-top: 13px;
}



/*######################################################################*/
/* Copyright */
/*######################################################################*/
.copyright {
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  padding: 8px 0 5px 0;
  color: #fff;
  background: url('../images/texture4.jpg');
}


/*######################################################################*/
/* Text */
/*######################################################################*/
.text {
  width: 100%;
  padding: 40px 0 70px 0;
  background: url('../images/texture.jpg');
  color: #50535a;
  font-size: 13px;
  line-height: 21px;
}


/*######################################################################*/
/* İletişim Sayfası */
/*######################################################################*/

.iletisim-header {
  background: url('../images/iletisimbg.png');
  min-height: 100px;
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 0;
}

.iletisim-header h1 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 100px;
  text-transform: uppercase;
}

.iletisiminfo .adres {
  min-height: 100px;
}

.iletisiminfo .map {
  display: block;
  padding: 10px 15px;
  background-color: rgb(121,156,19);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

.iletisiminfo .map i {
  display: block;
  font-size: 19px;
  margin-bottom: 5px;
}

.iletisiminfo p a {
  color: #17737f;
}


/*######################################################################*/
/* Teklif */
/*######################################################################*/

.teklif {
  width: 100%;
  margin-top: 0px;
  padding: 45px 0;
  background-color: #cbcccc;
  color: rgba(0,0,0,.8);
}

.teklif p {
  color: rgba(0,0,0,.6);
  font-weight: 300;
}

.teklif a {
  margin-top: 40px;
  padding: 8px 16px;
  background: transparent;
  border: 2px solid rgba(102, 94, 76, 0.2);
  color: rgba(102, 94, 76, 0.5);
  transition: all .3s ease-in-out;
}

.teklif a:hover {
  background: transparent;
  border-color: rgba(102, 94, 76, 0.6);
  color: rgba(102, 94, 76, 0.8);
}


/*######################################################################*/
/* İletişim Title */
/*######################################################################*/

.iletisim-title {
  width: 100%;
  padding: 20px 0 0 0;
  background: #eee;
}

.iletisim-title a {
  display: table;
  font-size: 15px;
  padding-bottom: 7px;
  color: #000;
  font-weight: 500;
  border-bottom: 2px solid rgb(121,156,19);
}

.iletisim-title a.first {
  border-bottom: none;
}

.iletisim-title i {
  color: #d8d8d8;
  font-size: 17px;
}


/*######################################################################*/
/* Map */
/*######################################################################*/

#map {
  width: 100%;
  min-height: 400px;
}



/*######################################################################*/
/* Contact Info */
/*######################################################################*/

.contact-info {
  padding: 45px 0;
  color: rgba(0,0,0,.6);
}

.contact-info h6 {
  display: block;
  text-transform: uppercase;
  font-weight: 700 !important;
  color: rgba(0,0,0,.85);
  margin-bottom: 20px
}

.contact-info .fa-phone {
  padding-top: 40px;
}

.contact-info h6 i {
  margin-right: 10px;
  font-size: 18px;
}

.contact-info p {
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
}

.contact-info p a {
  color: rgba(0,0,0,.6);
}


.left-inner {
    position: relative;
    margin-bottom: 20px;
}

.left-inner input, .left-inner textarea, .left-inner select{
  display: block;
  width: 100%;
  background: transparent;
  border: 2px solid rgba(102, 94, 76, 0.2);
  border-radius: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 35px;
  padding-right: 30px;
  color: rgba(102, 94, 76, 0.6);
  resize: none;
  font-weight: 300;
  font-size: 13px;
  text-transform: inherit;
}

.left-inner .fa-phone {
  margin-top: -25px;
}

.left-inner textarea {
  padding-bottom: 35px;
}

.left-inner ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(102, 94, 76, 0.6);
}
.left-inner :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    rgba(102, 94, 76, 0.6);
   opacity:  1;
}
.left-inner ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    rgba(102, 94, 76, 0.6);
   opacity:  1;
}
.left-inner :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    rgba(102, 94, 76, 0.6);
}
.left-inner :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    rgba(102, 94, 76, 0.6);
}

.left-inner i {
    position: absolute;
    padding: 15px 12px;
    pointer-events: none;
}

.contact-info button {
  background: rgb(121,156,19);
  border: none;
  color: #fff;
  text-align: center;
  padding: 7px 17px;
  border-radius: 3px;
  font-weight: 300;
  font-size: 13px;
  float: right;
}



/*######################################################################*/
/*######################################################################*/
/*######################################################################*/

/*######################################################################*/
/* Ürünler Sayfası */
/*######################################################################*/

.productpage {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 65px !important;
  overflow: hidden;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(3,3,3,0.15) 1%, rgba(255,255,255,0.15) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(3,3,3,0.15) 1%,rgba(255,255,255,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(3,3,3,0.15) 1%,rgba(255,255,255,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#26ffffff',GradientType=0 ); /* IE6-9 */
}

.product-list-bg {
  /*background: #373737;*/
  background: transparent;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (min-width: 768px){
    ul.pro-list{
        float:none;
        margin: 0 auto 10px auto;
        display: table;
        table-layout: fixed;
    }
}

ul.pro-list > li {
  display: block;
  float: left;
  position: relative;
  z-index: 100;
  text-align: center;
  margin: 15px 20px;
  width: 160px;
}

ul.pro-list img {
  width: 50px;
}

ul.pro-list > li > a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: -.5px;
  font-size: 15px;
  /*padding: 20px 35px 15px 35px;*/
  padding: 3px 20px;
  transition: all .3s linear;
  line-height: 50px;
  border: 1px solid #b7b7b7 !important;
  border-radius: 4px;
}

ul.pro-list > li:hover > a {
  background: #f79f07;
  color: #fff;
  border-color: transparent !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

ul.pro-list > li:hover .svg path, ul.pro-list > li:hover .svg polyline, ul.pro-list > li:hover .svg polygon, ul.pro-list > li:hover .svg line {
  stroke: #FFFFFF !important;
}

ul.pro-list > li > ul {
  position: absolute;
  display: block;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  background: #f79f07;
  list-style: none;
  padding-left: 0;
  width: 155px;
  text-align: left;
  margin-top: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .3s linear;
}

.svg {
  width: 45px;
  float: left;
}

ul.pro-list > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

ul.pro-list > li > ul > li {
  display: inline-block;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: -.5px;
  font-size: 15px;
  padding: 10px 35px;
}

ul.pro-list > li > ul > li > a {
  color: #fff;
}

ul.pro-list > li > ul > li > a:hover {
  text-decoration: underline !important;
}
ul.pro-list i {
  font-size: 28px;
  padding-right: 3px;
}

.productpage h1 {
  font-size: 46px;
  font-weight: 700;
  color: #4d4d4d;
  margin-bottom: 5px;
  margin-top: 30px;
}

.productpage h5 {
  color: #4d4d4d;
  font-size: 18px !important;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

.productpage p {
  font-size: 13px;
  font-weight: 300;
  color: #4d4d4d;
}

.productpage ul.detail {
  padding-left: 25px;
  margin-top: 35px;
  list-style-image: url('../images/check.png');
}

.productpage ul.detail li {
  padding: 3px 0;
}

.productpage ul.detail li a {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 14px;
}

.leadformu {
  /*background: url('../images/productsingle.jpg') no-repeat;*/
  background: rgba(16, 13, 36, .85);
  background-size: cover;
  padding: 40px;
  overflow: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.leadformu .navbar {
  visibility: hidden;
  margin-top: -60px;
}

.leadformu input, .leadformu select {
  text-transform: inherit; 
  font-size: 15px;
}

.leadformu ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  /*font-style: italic;
  font-weight: 300;*/
}
.leadformu :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  /*font-style: italic;
  font-weight: 300;*/
}
.leadformu ::-moz-placeholder { /* Mozilla Firefox 19+ */
  /*font-style: italic;
  font-weight: 300;*/
}
.leadformu :-ms-input-placeholder { /* Internet Explorer 10-11 */
  /*font-style: italic;
  font-weight: 300;*/
}
.leadformu :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
 /*font-style: italic;
  font-weight: 300;*/
}

.leadformu p, .leadformu h3 ,.leadformu h4, .leadformu h5 {
  color: #fff;
}

.leadformu h1, .leadformu h2,.leadformu h3,.leadformu h4, .leadformu h5, .leadformu h6, .leadformu p {
  padding: 0 0 10px 0;
}

.leadformu h2 {
  display: block;
  float: none;
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  color: #f6a006;
  border-bottom: 1px solid #f6a006;
}

.leadformu p {
  font-size: 15px;
  padding: 10px 0;
}

.leadformu h4 {
  font-size: 17px;
}

.sozlesme {
  padding-top: 15px;
  color: #fff;
}

.sozlesme a {
  color: #f6a006;
}

.pager li.previous a {
  background-color: #555555 !important;
}

.pager li.next a, .pager li.previous a, .pager li.finish button {
  background-color: #f6a006;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-size: 15px;
  font-weight: 700;
  padding: 9px 24px;
  margin: 20px 0;
}

.pager {
  float: none;
}

/*ul.pager-right li.finish, .pager-right li.finish button {
  float: right !important;
  display: inherit !important;
  width: auto !important;
}*/

.pager li.previous {
  float: left;
  margin-right: 10px;
}

.pager li.next {
  float:left;
}

.pager li.finish, .pager li.finish button {
  float: none;
  display: block;
  width: 100%;
}



/*######################################################################*/
/* Product Detail */
/*######################################################################*/

.product-lead .p20 {
  text-align: left;
}

.product-lead ul.productleadul {
  padding-left: 0;
  list-style: none;
  margin: 30px 0;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
}

.product-lead ul.productleadul li {
  padding: 1px 0;
}

.product-lead h6 {
  font-size: 15px;
  font-weight: 400;
  color: #4d4d4d;
  margin: 0;
}

.product-single {
  width: 100%;
  margin-bottom: 25px;
  padding-top: 30px;
}

.product-item {
  margin-bottom: 15px;
}

.product-left-title {
  background: #f6a006;
  color: #fff;
  width: 100%;
  padding: 20px 20px 40px 20px;
  text-align: right;
  transition: all .3s linear;
  cursor: pointer;
  border-bottom-right-radius: 4px;
}

.product-left-title:hover {
  background: url('../images/product-detail.jpg');
  background-size: cover;
}

.product-item p {
  font-size: 12px;
  line-height: 18px;
  padding: 10px 0;
  color: #4d4d4d;
}

.product-item p + [data-readmore-toggle], .product-item p[data-readmore] {
  width: auto !important;
}

.readmore {
  display: table;
  float: right;
  background-color: #9c9ba6;
  border-radius: 4px;
  font-weight: 600;
  padding: 5px 25px;
  color: #fff;
  text-transform: uppercase;
}

.readmore:hover {
  color: #fff;
}


.product-accordion {
  padding: 50px 0;
}

.indicator {
  padding-right: 10px;
}

.panel {
  margin-bottom: 10px !important;
}

.panel-heading {
  background-color: rgb(121,156,19) !important;
  color: #fff !important
}

.panel-default {
  border: none;
}

.panel-body {
  font-size: 13px;
}

/*######################################################################*/
/*######################################################################*/
/*######################################################################*/

/*######################################################################*/
/* Hakkımızda Sayfası */
/*######################################################################*/
.hakkimizda {
  width: 100%;
  min-height: 50vh;
  background: url('../images/hakkimizda.jpg');
  background-size: cover;
  padding-top: 120px;
  color: #fff;
  position: relative;
}

.hakkimizda h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
}

.hakkimizda p {
  padding-top: 10px;
  color: #a8b2ba;
  font-size: 14px;
}

.hakkimizda a {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 20px;
  padding: 10px 25px 20px 10px;
}


/*######################################################################*/
/* Broker */
/*######################################################################*/
.broker {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px !important;
}

.broker a {
  padding: 0;
}

.broker-left {
  width: 100%;
  background-color: rgb(121,156,19);
  color: #fff;
  padding: 53px;
}

.broker-left h1 {
  font-weight: 200;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
}

.broker-left ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.broker-left ul li {
  padding: 0;
  margin: 0;
}

.broker-left ul li a {
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.broker-left ul li a:hover {
  text-decoration: underline !important;
}

.broker-right {
  width: 100%;
  background-color: rgba(0, 169, 157, 0.25);
  color: #fff;
  padding: 194px 0 228px 0;
}

.broker-bottom-left {
  width: 100%;
  padding: 170px 0 40px 0;
  background-color: rgb(121,156,19);
  color: #fff;
}


.broker-bottom {
  margin-bottom: 30px;
}

.broker-bottom-right h1 {
  text-transform: uppercase;
  color: #3a4d69;
  font-size: 30px;
  font-weight: 500;
  padding-top: 15px;
}

.broker-bottom-right h6 {
  display: block;
  font-weight: 500;
  margin: 20px 0 5px 0;
  font-size: 14px;
  color: #6f6f6f;
}

.broker-bottom-right p {
  display: block;
  font-weight: 300;
  color: #6f6f6f;
  font-size: 13px;
  line-height: 23px;
}



/*######################################################################*/
/* Misyonumuz */
/*######################################################################*/
.misyonumuz {
  width: 100%;
  background: url('../images/misyonumuz.jpg');
  background-size: cover;
  color: #3a4d69;
}

.misyonumuz-left {
  padding: 40px 0 40px 20px;
}

.misyonumuz ul {
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px
}

.misyonumuz-right {
  width: 100%;
  padding-top: 140px;
}

.misyonumuz-right {
  margin: 0;
}




/*######################################################################*/
/* Sayılarla Genç Sigorta */
/*######################################################################*/
.sayilarla {
  width: 100%;
  background: url('../images/sayilarlabg.jpg');
  background-size: cover;
  margin: 30px 0 0 0;
  padding: 40px 30px;
  text-align: center;
  color: #3a4d69;
}

.sayilarla h1 {
  color: #3a4d69;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: left;
}

.sayilarla ul {
  padding-left: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}

.sayilarla ul li {
  display: block;
  float: left;
  padding: 10px 25px;
  text-align: center;
}

.sayilarla .counter {
  font-weight: 900;
  font-size: 33px;
  color: #424b5c;
}

.sayilarla h6 {
  text-transform: uppercase;
  font-size: 14px
}



/*######################################################################*/
/* Tarihlerle */
/*######################################################################*/
.tarihlerle {
  margin: 30px 0;
  border-radius: 4px;
}

.tarihlerle-title {
  background-color: #dc6145;
  color: #fff;
  padding: 70px 15px 70px 25px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 228px;
}

.tarihlerle-title h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 5px;
}

.tarihlerle-title h5 {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}

.timeline {
  background-color: #72a297;
  width: 100%;
  padding: 10px 0;
  height: 228px;
  overflow: auto;
}

.timeline ul {
  padding-left: 0;
  list-style: none;
  text-align: center;
  overflow: auto;
}

.timeline ul li a {
  display: block;
  padding: 3px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.timeline ul li a:hover, .timelineactive {
  background: #698e83;
  cursor: pointer !important;
}

.timeline-area {
  display: block;
  width: 100%;
  height: 228px;
}

.timeline-item {
  height: 228px;
}

.timeline-item img {
  display: block;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


/*######################################################################*/
/* Bizimle Çalışmak */
/*######################################################################*/
.bizimle-calismak {
  width: 100%;
  background-color: #323339;
  margin: 15px 0;
}

.bizimle-calismak-right {
  background-color: #f26522;
  padding: 40px;
  margin: 40px 0;
  color: #fff;
}

.bizimle-calismak-right h1 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 35px;
}

.bizimle-calismak-right p {
  font-weight: 300;
}



/*######################################################################*/
/* İş Modeli */
/*######################################################################*/
.is-modeli {
  width: 100%;
  background: url('../images/is-modeli.png');
  background-size: cover;
  padding: 60px 60px 70px 60px;
  margin-bottom: 15px;
  color: #fff;
}

.is-modeli h2 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.is-modeli a {
  display: table;
  text-align: center;
  padding: 4px 20px;
  margin-top: 15px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 100;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 4px;
}





/*######################################################################*/
/* Data */
/*######################################################################*/
.data {
  margin-top: 50px;
  color: #6f6f6f;
  font-weight: 300;
}

.data h1 {
  font-weight: 300;
  font-size: 27px;
  text-transform: uppercase;
}

.data ul {
  padding-left: 18px
}

.data p {
  padding-top: 40px;
  font-size: 13px;
  font-weight: 300;
}


/*######################################################################*/
/* Leader & Team */
/*######################################################################*/
.leader {
  width: 100%;
  height: 600px;
  margin-top: 15px;
  background: url('../images/leader.jpg');
  background-size: cover;
}

.leader2 {
  width: 100%;
  height: 600px;
  margin-top: 15px;
  padding-top: 110px;
  background: url('../images/hakkimizda2.jpg');
  background-size: cover;
}

.leader-title {
  width: 100%;
  background-color: #f26522;
  color: #fff;
  padding: 121px 50px;
  margin-top: 229px;
}

.leader-title h1 {
  font-weight: 200;
  font-size: 46px;
}

.gencay {
  margin-top: 229px;
}

.leader-text {
  background-color: #f26522;
  color: #fff;
  padding: 80px 25px 25px 25px;
}

.leader-text p {
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 20px;
}


/*######################################################################*/
/* Katalog & Broşür */
/*######################################################################*/
.katalog {
  width: 100%;
  margin-top: 20px;
}

.katalog-container {
  background-color: #333439;
  width: 100%;
  padding-bottom: 250px;
}

.katalog h1 {
  color: #fff;
  font-weight: 200;
  font-size: 30px;
  padding-top: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.katalog ul {
  padding-left: 40px;
  list-style: none;
}

.katalog ul li {
  display: block;
  float: left;
  margin-right: 15px;
}

.katalog ul li input[type="text"]{
  background: #fff;
  color: #83969f;
  font-weight: 600;
  text-transform: inherit;
  font-size: 13px;
}

.katalog ul li input[type="submit"]{
  color: #ffffff;
  background: transparent;
  border-radius: 3px;
  border: 2px solid #fff;
  margin-top: 0;
  text-transform: inherit;
  font-weight: 500;
}

.katalog ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #83969f;
}
.katalog :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #83969f;
   opacity:  1;
}
.katalog ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #83969f;
   opacity:  1;
}
.katalog :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #83969f;
}
.katalog :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #83969f;
}

.katalog p {
  color: #fff;
  padding-left: 40px;
  font-weight: 300;
  font-size: 13px;
}



/*######################################################################*/
/* Medya */
/*######################################################################*/
.medya {
  margin-top: -180px;
  margin-bottom: 100px;
}

.medya-left {
  width: 100%;
  color: #fff;
  background-color: #f26522;
  padding: 80px 43px 270px 43px;
}

.medya-left h1 {
  font-weight: 200;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}

.medya-left ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.medya-left ul li {
}

.medya-left ul li a {
  display: table;
  color: #fff;
  font-weight: 500;
  line-height: 19px;
}

.medya-left ul li a:hover {
  text-decoration: underline !important;
}

.medya-bottom-right {
}

.medya-bottom-right h1 {
  text-transform: uppercase;
  color: #3a4d69;
  font-size: 30px;
  font-weight: 300;
  padding-top: 15px;
  padding-left: 50px
}

.medya-bottom-right p {
  font-weight: 500;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 20px;
  padding-left: 50px
}



/*######################################################################*/
/* Blog */
/*######################################################################*/

.blog {
}

.blog-header {
  margin: 65px 0;
  width: 100%;
  height: 200px;
  background: url('../images/blog-header.jpg');
  background-size: 100%;
}

.blog-header h1 {
  text-align: center;
  line-height: 200px;
  margin: 0;
  font-size: 55px;
  color: #fff;
  letter-spacing: -1px;
}

.sidebar {
  border-bottom: 2px solid #eaedf2;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .sidebar {
      border-bottom: none;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 20px; } }
  .sidebar .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0; }
  .sidebar .box {
    margin-bottom: 30px; }
    .sidebar .box:first-child .title {
      margin-top: 0; }
    .sidebar .box:last-child {
      margin-bottom: 0; }
  .sidebar .sidebar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .sidebar .sidebar-collapse {
      width: auto; }
      .sidebar .sidebar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important; }
      .sidebar .sidebar-collapse.in {
        overflow-y: visible; } }
  .sidebar .sidebar-toggle {
    position: relative;
    display: block;
    padding: 15px 0;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .sidebar .sidebar-toggle {
        display: none; } }
    .sidebar .sidebar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      background-color: white;
      margin-left: auto;
      margin-right: auto; }
    .sidebar .sidebar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }

.text-boxes .text-box:first-child.text-box-title-above .title {
  margin-top: 0; }

.text-boxes .text-box {
  text-align: center; }
  @media (min-width: 768px) {
    .text-boxes .text-box {
      text-align: left; } }
  .text-boxes .text-box .title {
    margin-top: 40px;
    margin-bottom: 0; }
    .text-boxes .text-box .title a {
      color: #434955; }
    @media (min-width: 768px) {
      .text-boxes .text-box .title {
        margin-top: 0; } }
  .text-boxes .text-box .toolbar {
    margin-bottom: 30px; }
    .text-boxes .text-box .toolbar .btn-link {
      font-family: "Open Sans";
      font-weight: 400;
      padding: 2px 10px;
      color: #9ca4af;
      text-decoration: none;
      font-size: 14px;
      line-height: 17px; }
      .text-boxes .text-box .toolbar .btn-link [class^="fa-icon-"], .text-boxes .text-box .toolbar .btn-link > [class*=" fa-icon-"] {
        color: #8dc153;
        margin-right: 10px; }
      .text-boxes .text-box .toolbar .btn-link:hover span, .text-boxes .text-box .toolbar .btn-link:focus span {
        text-decoration: underline; }
    .text-boxes .text-box .toolbar .btn-link:first-child {
      padding-left: 0; }
  .text-boxes .text-box p {
    margin: 20px 0;
    line-height: 22px; }
  .text-boxes .text-box.text-box-title-above .title {
    margin: 0; }
  @media (min-width: 768px) {
    .text-boxes .text-box.text-box-title-above p {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .text-boxes .text-box.text-box-big-image p {
      margin: 20px 0; } }

.lt-ie9 .text-box .img-responsive {
  width: auto !important; }

.image-list-box > li {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: top; }
  .image-list-box > li > a {
    display: block; }
    .image-list-box > li > a img {
      border: 4px solid #eaedf2;
      -webkit-transition: border-color 300ms;
      -moz-transition: border-color 300ms;
      -o-transition: border-color 300ms;
      transition: border-color 300ms;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
    .image-list-box > li > a:hover img {
      border-color: #cad2df; }

@media (min-width: 768px) {
  .icon-boxes .row:last-child .icon-box, .icon-boxes.icon-boxes-lg .row:last-child .icon-box {
    margin-bottom: 0; } }
.icon-boxes .row:last-child .icon-box:last-child, .icon-boxes.icon-boxes-lg .row:last-child .icon-box:last-child {
  margin-bottom: 0; }

.icon-boxes {
  text-align: center; }
  @media (min-width: 768px) {
    .icon-boxes {
      text-align: left; } }
  .icon-boxes .icon-box {
    margin-bottom: 15px; }
  .icon-boxes .icon {
    float: none;
    margin-bottom: 20px;
    vertical-align: top; }
    .icon-boxes .icon.icon-circle {
      vertical-align: middle; }
    @media (min-width: 768px) {
      .icon-boxes .icon {
        float: left;
        margin-bottom: 0;
        margin-right: 10px; }
        .icon-boxes .icon.icon-lg {
          margin-right: 30px; }
        .icon-boxes .icon.icon-md {
          margin-right: 25px; } }
  .icon-boxes .content {
    overflow: hidden;
    zoom: 1; }
    .icon-boxes .content .title {
      margin-top: 0;
      font-weight: 500; }
    .icon-boxes .content p {
      margin-bottom: 0; }
  .icon-boxes.icon-boxes-nowrap {
    text-align: left; }
    .icon-boxes.icon-boxes-nowrap .icon {
      float: left;
      margin-right: 10px; }
      .icon-boxes.icon-boxes-nowrap .icon.icon-lg {
        margin-right: 30px; }
      .icon-boxes.icon-boxes-nowrap .icon.icon-md {
        margin-right: 25px; }

.icon-boxes.icon-boxes-lg .icon-box {
  margin-bottom: 50px; }
.icon-boxes.icon-boxes-lg .content p {
  line-height: 22px; }


/*######################################################################*/
/*######################################################################*/
/*######################################################################*/

.main-category {
  padding: 15px 0;
  text-align: center;
  color: #354f60;
  font-weight: 500;
}

.main-category h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.main-category p {
  font-weight: 500;
  font-size: 16px;
  color: #354f60;
}

.main-category a {
  display: block;
  width: 100%;
  padding: 15px 0;
  margin: 15px 0;
  background-color: #f6a006;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
}

/*######################################################################*/
/* Responsive */
/*######################################################################*/






