/* MAIN SETTINGS */
/* FONT SETTINGS */
/* COLOR SETTINGS */
/* FORM */
/* MISC SETTINGS */
.is-uf .uf-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 444;
  cursor: pointer;
}
.is-uf .uf-overlay.uf-white {
  background: rgba(255, 255, 255, 0.6);
}
.is-uf .uf {
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  /*font-family: 'Roboto';*/
}
.is-uf .uf * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.is-uf .uf .uf-toggle {
  display: none;
}
.is-uf .uf.uf-fixed {
  /*width: 310px;*/
  width: 375px;
  position: fixed;
  z-index: 150;
  border: 1px solid #fff;
  box-shadow: 0 6px 10px 0 var(--gray);
  -webkit-box-shadow: 0 6px 10px 0 var(--gray);
}
.is-uf .uf.uf-fixed .uf-toggle {
  position: absolute;
  display: block;
  text-align: center;
  width:150px;
  height: 40px;
  line-height: 40px;
  /*color: #494949;
  background: #fff;*/
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  border-radius: 10px 10px 0px 0px;
}
.is-uf .uf.uf-fixed .uf-toggle i {
  position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    left: 0;
    top: 0;
    background: #ed1c24;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    -ms-transition: 0.4s all;
    color: #fff;
    font-weight: bold;
}
.is-uf .uf.uf-fixed .uf-toggle i.uf-close {
  opacity: 0;
}
.is-uf .uf.uf-fixed .uf-toggle:hover i {
 /*background: rgba(0, 0, 0, 0.05);*/
}
.is-uf .uf.uf-fixed .uf-container {
  max-height: 550px;
  overflow: hidden;
  overflow-y: auto;
}
.is-uf .uf.uf-left {
  left: -310px;
  top: 70px;
}
.is-uf .uf.uf-left .uf-container {
  border-left: none;
}
.is-uf .uf.uf-left .uf-toggle {
  top: -1px;
  right: -50px;
}
.is-uf .uf.uf-right {
  right: -310px;
  top: 70px;
}
.is-uf .uf.uf-right .uf-container {
  border-right: none;
}
.is-uf .uf.uf-right .uf-toggle {
  top: -1px;
  left: -50px;
  border-right: none;
}
.is-uf .uf.uf-top-left {
  top: -3px;
  left: 0;
  border-top: none;
}
.is-uf .uf.uf-top-left .uf-container {
  border-left: none;
  max-height: 0;
  overflow: hidden;
}
.is-uf .uf.uf-top-left .uf-toggle {
  bottom: -50px;
  left: -1px;
  border-top: none;
}
.is-uf .uf.uf-bottom-left {
  bottom: -3px;
  left: 0;
  border-bottom: none;
}
.is-uf .uf.uf-bottom-left .uf-container {
  border-left: none;
  max-height: 0;
  overflow: hidden;
}
.is-uf .uf.uf-bottom-left .uf-toggle {
  top: -50px;
  left: -1px;
  border-bottom: none;
}
.is-uf .uf.uf-top-right {
  top: -3px;
  right: 0;
  border-top: none;
}
.is-uf .uf.uf-top-right .uf-container {
  border-right: none;
  max-height: 0;
  overflow: hidden;
}
.is-uf .uf.uf-top-right .uf-toggle {
  bottom: -50px;
  right: -1px;
  border-top: none;
}
.is-uf .uf.uf-bottom-right {
  bottom: -3px;
  right: 1px;
  border-bottom: none;
}
.is-uf .uf.uf-bottom-right .uf-container {
  border-right: none;
  max-height: 0;
  overflow: hidden;
}
.is-uf .uf.uf-bottom-right .uf-toggle {
  top: -40px;
  right: -1px;
  border-bottom: none;
}
.is-uf .uf.uf-active {
  z-index: 10000;
}
.is-uf .uf.uf-active .uf-container {
  position: relative;
  z-index: 998;
}
.is-uf .uf.uf-active .uf-toggle i {
  opacity: 0;
}
.is-uf .uf.uf-active .uf-toggle i.uf-close {
  opacity: 1;
}
.is-uf .uf.uf-active.uf-left {
  left: 0;
}
.is-uf .uf.uf-active.uf-right {
  right: 0;
}
@media screen and (max-width: 360px) {
  .is-uf .uf.uf-active.uf-left .uf-toggle,
  .is-uf .uf.uf-active.uf-right .uf-toggle {
    left: auto;
    right: 0;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    z-index: 999;
  }
}
.is-uf .uf.uf-active.uf-top-left .uf-container,
.is-uf .uf.uf-active.uf-bottom-left .uf-container,
.is-uf .uf.uf-active.uf-top-right .uf-container,
.is-uf .uf.uf-active.uf-bottom-right .uf-container {
  /*max-height: 550px;*/
  /*max-height: 685px;*/
  max-height: 86vh;
  overflow: hidden;
}
.is-uf .uf.uf-active.uf-top-left .uf-container.uf-scroll,
.is-uf .uf.uf-active.uf-bottom-left .uf-container.uf-scroll,
.is-uf .uf.uf-active.uf-top-right .uf-container.uf-scroll,
.is-uf .uf.uf-active.uf-bottom-right .uf-container.uf-scroll {
  overflow: auto;
}
@media screen and (max-height: 600px) {
  .is-uf .uf.uf-active.uf-top-left .uf-toggle,
  .is-uf .uf.uf-active.uf-bottom-left .uf-toggle,
  .is-uf .uf.uf-active.uf-top-right .uf-toggle,
  .is-uf .uf.uf-active.uf-bottom-right .uf-toggle {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    z-index: 999;
  }
}

.is-uf .uf.uf-active.uf-top-left,
.is-uf .uf.uf-active.uf-top-right {
  top: 0;
}
.is-uf .uf.uf-active.uf-bottom-left,
.is-uf .uf.uf-active.uf-bottom-right {
  bottom: 0;
}
.is-uf .uf a {
  text-decoration: none;
}
.is-uf .uf a:hover {
  text-decoration: none;
}
.is-uf .uf .uf-container {
  background: #fff;
  padding: 0 15px;
  border: 1px solid #fff;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
.is-uf .uf .uf-container .uf-header {
  margin: 0 0 10px 0;
  padding: 5px 5px 5px 0px;
  border-bottom: 1px solid #a7a7a7;
  /*position: fixed;
  width: 340px;*/
  background: white;
  z-index: 9999;
}
.is-uf .uf .uf-container .uf-header h3 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 100;
  color: #444;
}
.is-uf .uf .uf-container .uf-header h4 {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
.is-uf .uf .uf-container .uf-form {
  padding: 5px 0;
  margin-bottom : 20px;
}
.is-uf .uf .uf-container .uf-form .uf-row + .uf-row {
  margin-top: 10px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-label {
  display: block;
  font-weight: 300;
  color: #555;
  font-weight: bold;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input {
  position: relative;
  background: #fff;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=text],
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=email],
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=tel],
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=password],
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=url],
.is-uf .uf .uf-container .uf-form .uf-row .uf-input select,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  display: block;
  padding: 8px 8px 8px 8px;
  margin: 0 0 0 0;
  font-size: 14px;
  background: transparent;
  position: relative;
  /*z-index: 2;*/
  color: #333;
  font-weight: 300;
  border: 1px solid #d5d5d5;
  /*font-family: 'Roboto';*/
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=text]:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=email]:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=tel]:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=password]:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=url]:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input select:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input textarea:focus + i {
  color: #494949;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input select {
  padding-top: 7px;
  padding-bottom: 7px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input select option {
  background: transparent;
}
@media screen and (max-width: 800px) {
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=text],
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=email],
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=tel],
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=password],
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=url],
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input select {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input select {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input textarea {
  resize: none;
  min-height: 100px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input > i {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 33px;
  width: 36px;
  font-size: 17px;
  text-align: center;
  color: #a5a5a5;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
@media screen and (max-width: 800px) {
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=text] + i,
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=email] + i,
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=tel] + i,
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=password] + i,
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=url] + i,
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input select + i {
    line-height: 39px;
  }
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input:hover > i {
  color: #494949;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio {
  padding: 8px 8px 8px 0;
  background: transparent;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label {
  display: block;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  line-height: 24px;
  padding: 0 4px;
  margin: 0;
  color: #555;
  font-weight: 300;
  cursor: pointer;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label:hover {
  background: rgba(0, 0, 0, 0.05);
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label input {
  display: inline;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
  left: 0;
  padding: 0;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label + label {
  margin-top: 1px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label i.fa-star-o {
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label {
    padding: 6px;
  }
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-rating-inputs {
  display: none;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars {
  padding: 5px 0;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 18px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star:before {
  content: "\f006";
  padding-right: 8px;
  color: #555;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star:hover:before,
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star:hover ~ span.uf-star:before,
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star.uf-star-active:before,
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star.uf-star-active ~ span.uf-star:before {
  content: "\f005";
  color: #333;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-submit {
  text-align: right;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-submit button {
  display: inline-block;
  color: #fff;
  /*font-family: 'Roboto';*/
  background:#23a240;
  padding: 10px 15px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  border: 1px solid #23a240;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
   border-radius: 4px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-submit button i {
  font-size: 22px;
  margin-right: 10px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-submit button:hover {
  /*background: rgba(0, 0, 0, 0.15);*/
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-link {
  color: #333;
  display: inline-block;
  float: left;
  padding: 10px 0;
  text-decoration: underline;
  transition: themeDefaultTransition;
  -webkit-transition: themeDefaultTransition;
  -moz-transition: themeDefaultTransition;
  -o-transition: themeDefaultTransition;
  -ms-transition: themeDefaultTransition;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-link:hover {
  color: #222;
  text-decoration: none;
}
.is-uf .uf.uf-nolabels .uf-input-text .uf-label,
.is-uf .uf.uf-nolabels .uf-textarea .uf-label {
  display: none !important;
}
/* RWD */
@media (max-height: 620px) {
  .is-uf .uf.uf-left,
  .is-uf .uf.uf-right {
    height: 100%;
    top: 0;
  }
  .is-uf .uf.uf-left .uf-container,
  .is-uf .uf.uf-right .uf-container {
    min-height: 100%;
    height: 100%;
  }
  .is-uf .uf.uf-left.uf-active,
  .is-uf .uf.uf-right.uf-active {
    height: 100%;
  }
  .is-uf .uf.uf-left.uf-active .uf-container,
  .is-uf .uf.uf-right.uf-active .uf-container {
    min-height: 100%;
    height: 100%;
  }
  .is-uf .uf.uf-top-left .uf-container,
  .is-uf .uf.uf-top-right .uf-container,
  .is-uf .uf.uf-bottom-left .uf-container,
  .is-uf .uf.uf-bottom-right .uf-container {
    max-height: 0;
  }
  .is-uf .uf.uf-top-left.uf-active,
  .is-uf .uf.uf-top-right.uf-active,
  .is-uf .uf.uf-bottom-left.uf-active,
  .is-uf .uf.uf-bottom-right.uf-active {
    max-height: 100vh;
  }
  .is-uf .uf.uf-top-left.uf-active .uf-container,
  .is-uf .uf.uf-top-right.uf-active .uf-container,
  .is-uf .uf.uf-bottom-left.uf-active .uf-container,
  .is-uf .uf.uf-bottom-right.uf-active .uf-container {
    max-height: 100vh;
  }
  .is-uf .uf.uf-top-left.uf-active,
  .is-uf .uf.uf-top-right.uf-active {
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
  }
  .is-uf .uf.uf-bottom-left.uf-active,
  .is-uf .uf.uf-bottom-right.uf-active {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 360px) {
  .uf.uf-active {
    width: 100% !important;
  }
}
/* MISC */
.uf-clear {
  clear: both;
  overflow: hidden;
}
.uf-hidden {
  display: none;
}
.fa-1-5x {
  font-size: 1.5em !important;
}
.minisize
{
  float: right;
  /*margin-top: -25px;*/
  min-width: 350px;
}
.minisize i
{
  cursor: pointer;
  height: 25px;
  width: 25px;
  float: right;
  margin-top: -30px;
}
/*Scrolbars*/
.scrollbar
{
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}
#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color:#bfbfbf
}
i.sikayetyaz {
  letter-spacing: -.04em;
  /*text-shadow: 1px 1px 2px rgba(0,0,0,.7);*/
  font-style: normal;
}
.form-fixed
{
  display: none;
  position: fixed;
  bottom: 0px;
  margin-bottom: 0px;
  padding: 5px 20px 0px 0px;
  background: #fff;
  z-index:10;
  
}
.form-fixed-header, .form-fixed-footer
{
  position: fixed;
  padding: 5px 20px 0px 0px;
  background: #fff;
  z-index:10;
  
}
.form-fixed-footer
{
  display: none;
  bottom: 0px;
  margin-bottom: 0px;
}
.form-fixed-header
{
  /*top: 0px;*/
  margin-top: 0px;
}
.uf-fixed-header
{
  display: none;
  background: #fff;
  padding: 5px 0px 5px 15px;
  border-bottom: 1px solid gray;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-fixed-header{width : 18%;}
}

@media (max-width: 575px)
{
  .form-fixed-footer .col-md-8, .col-sm-8, .col-xs-8
  {
    flex: 0 0 60%;
  }
  .form-fixed-footer .col-md-2, .col-sm-2, .col-xs-2
  {
    flex: 0 0 0;
  }

}
