@charset "UTF-8";
/*
 * Author - Merve ├çelik
 * Mail - merve.celig@gmail.com
 * Version - 2.1
 * Sass Lang - http://sass-lang.com/
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Italianno&subset=latin,latin-ext);
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  overflow-x: hidden;
  color: #282828;
  text-align: left;
}

main {
  min-height: 100%;
  height: auto !important;
  width: 100%;
  -webkit-filter: blur(0px);
  float: left;
  position: relative;
  margin-bottom: -77px;
}
main.homepage {
  background-image: url(../images/home-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

section {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

article {
  float: left;
  width: 100%;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: #282828;
}

img[responsive="true"]{
  display: block;
    max-width: 100%;
    height: auto;
}

.clr {
  clear: both;
}

.js {
  text-align: justify;
}

.sh {
  -webkit-box-shadow: 0 0 12px 0 #d1d1d1;
  box-shadow: 0 0 12px 0 #d1d1d1;
}

.sb {
  border: 1px solid #e1e1e1;
}

.img-responsive {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.full-height {
  height: 100%;
}

.arrow:after {
  content: '';
  float: left;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  border: 7px solid transparent;
  border-radius: 3px;
}

.pg-x5 {
  float: left;
  width: 100%;
}

.pgBackface {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.top-bottom-padding {
  padding: 23px;
}

.grid-space {
  padding-right: 6px !important;
  margin-bottom: 6px;
}
.hidden-gal{
  display: none;
}
header {
  width: 100%;
  float: left;
  padding: 15px 0px;
}

.main-page-lft {
  display: block;
  margin-left:auto;
  margin-right: auto;
}

.main-page-rght {
  display: block;
  float: right;
  background: url(../images/footer-logo.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.head-btm {
  width: 100%;
  float: left;
  background: #044863;
  margin-top: 15px;
  padding: 15px 0px 10px 0px;
}

.dv-lft {
  display: block;
  float: left;
  color: #fff;
  line-height: 26px;
}
.dv-lft span {
  display: block;
  float: left;
  margin-bottom: 4px;
}

.dv-rght {
  display: block;
  float: right;
}

.sell-link {
  display: block;
  float: left;
  background: #fff;
  color: #2c2c2c;
  padding: 6px;
  font-weight: 700;
}
.sell-link small {
  display: block;
  float: right;
  color: #044863;
  margin-top: -10px;
  font-weight: 300;
}

.auto-ort {
  display: block;
  margin: auto;
}

.home-logo {
  margin: 10% auto 11% auto;
}

.log {
  width: 100%;
  float: left;
  border: 15px solid #fff;
  margin-bottom: 20px;
}
.log figure {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
}
.log figure img {
  width: 100%;
  display: block;
  float: left;
}
.log figure figcaption {
  width: 100%;
  display: block;
  float: left;
  background: #fff;
  color: #1f1f1f;
  padding: 11px 0px;
  text-align: center;
}

.side-menu {
  width: 100%;
  display: block;
  float: left;
  background: #eeeeee;
  padding: 12px;
  border: 1px solid #d1d1d1;
}
.side-menu li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #969696;
}
.side-menu li a {
  display: table;
  float: left;
  height: 35px;
}
.side-menu li a strong {
  display: table-cell;
  vertical-align: middle;
  color: #2c2c2c;
}
.side-menu li a span {
  display: table-cell;
  vertical-align: middle;
  color: #044863;
  width: 10%;
}
.side-menu li:last-child {
  border-bottom: none;
}

.sell-item {
  width: 100%;
  display: block;
  float: left;
  background: #eeeeee;
  border: 1px solid #cdcdcd;
  margin-bottom: 10px;
  padding: 7px 0px 7px 7px;
  position: relative;
}
.sell-item figure {
  //display: table;
  //float: left;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*position: relative;
  img{
      margin:auto;
      @include position(absolute,0px 0px 0px 0px);
  }*/
}
.sell-item small {
  display: table;
  float: left;
}
.sell-item small span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #044863;
  font-size: 17px;
  padding-left: 7px;
}
.sell-item small span.sold{
  font-size: 16px;
}
.sell-item small span.sold p{
  font-size: 14px;
  color:#282828;
}
.sell-item small span b{
  margin-top:20px;
  display: block;
}
.sell-item em {
  display: flex;
  width: 160px;
  padding: 5px;
  margin-right:auto;
  margin-left:auto;
  height: 28px;
  color: #fff;
  justify-content: center;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  background-color: #044863;
}

@media (min-width: 768px) {
  .sell-item em {
    position: absolute;
    right:0px;
    bottom:0px;
  }
}

.sell-item b {
  font-size: 18px;
  color: #444343;
  padding-left: 7px;
}

.sell-item em span {
  margin-right:10px;
  font-size: 30px;
  //display: block;
  //float: left;
}

.pro-detail {
  background: #eeeeee;
  border: 1px solid #d0d0d0;
  padding: 7px;
}
.pro-detail strong {
  display: block;
  float: left;
  color: #2c2c2c;
  font-size: 20px;
}
.pro-detail .pro-fee {
  display: block;
  float: right;
  padding: 4px 8px;
  background: #044863;
  color: #fff;
  font-size: 20px;
}
.pro-detail p {
  text-align: justify;
}

.owl-stage-outer {
  height: 100%;
}

.owl-stage {
  height: 100%;
}

.owl-item {
  height: 100%;
}

.owlslide {
  //height: 250px;
  margin-bottom: 10px;
}

.owl-nav{
  height: 50px;
  padding:0px 9px;
  position: absolute;
  bottom:35%;
}
.owl-prev,.owl-next{
  width:24px;
  height: 40px;
  display: block;
  background-size:cover;
  position: relative;
  z-index: 99;
}
.owl-prev{
  float: left;
  background:url(../images/owl-prev.png) no-repeat center center rgba(0,0,0,.4);
}
.owl-next{
  float: right;
  background:url(../images/owl-next.png) no-repeat center center rgba(0,0,0,.4);
}
ul.owlslide li {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
}
ul.owlslide li a {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  position: relative;
}
ul.owlslide li a img{
  margin:auto;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
.detail-list {
  width: 100%;
  display: block;
  float: left;
}
.detail-list li {
  display: block;
  float: left;
  padding: 4px 0px 4px 0px;
  margin-right: 2%;
  border-bottom: 1px solid #969696;
}
.detail-list li span {
  display: block;
  float: left;
  font-size: 15px;
}
.detail-list li span.list-title {
  width: 40%;
  color: #044863;
}
.detail-list li span.list-element {
  width: 60%;
  color: #2c2c2c;
}

.info-sep {
  width: 100%;
  display: block;
  float: left;
  padding: 10px;
  background: #044863;
  color: #fff;
  margin: 10px 0px;
}
.info-sep .lft {
  display: block;
  float: left;
}
.info-sep .rght {
  display: block;
}

.message {
  width: 100%;
  height: 20px;
  float: left;
  font-size: 20px;
  display: none;
  text-align: center;
  margin: 15px 0px;
}

#mini-nav {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 10px;
}
#mini-nav > li {
  width: 100%;
  display: table;
  float: left;
  position: relative;
}
#mini-nav > li > a {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #5C5D5F;
}
#mini-nav > li > ul.openmenu {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 99;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: max-height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: max-height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mini-nav > li > ul.openmenu > li {
  width: 100%;
  display: inline-block;
  margin-bottom: -5px;
}
#mini-nav > li > ul.openmenu > li a {
  width: 100%;
  display: table;
  float: left;
  padding: 7px 10px 7px 20px;
  border-bottom: 1px solid #fff;
  background: #5C5D5F;
}
#mini-nav > li > ul.openmenu > li a strong {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
#mini-nav > li > ul.openmenu > li a span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  width: 10%;
}
#mini-nav > li > ul.openmenu > li:last-child a {
  border: none;
}
#mini-nav > li > ul.openmenu.active {
  max-height: 500px;
  -webkit-transition: max-height 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: max-height 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: max-height 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

:-moz-placeholder {
  color: #363537;
  font-family: "Open Sans", sans-serif;
}

::-webkit-input-placeholder {
  color: #363537;
  font-family: "Open Sans", sans-serif;
}

::-webkit-validation-bubble-message {
  padding: 1em;
}

*:focus {
  outline: none;
}

.form-ul {
  float: left;
}
.form-ul li {
  width: 100%;
  display: block;
  float: left;
}
.form-ul li input[type="text"], .form-ul li input[type="password"] {
  height: 41px;
  margin-bottom: 20px;
  width: 98%;
  font-family: "Open Sans", sans-serif;
}
.form-ul li textarea {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}
.form-ul li input[type="text"], .form-ul li input[type="password"], .form-ul li textarea {
  padding: 13px 20px 11px;
  color: #363537;
  border: none;
  background-color: #fff;
  display: block;
  float: left;
  border: 1px solid #cdcdcd;
}

.form-ul textarea {
  height: 164px;
  width: 100%;
}

form {
  float: left;
  width: 100%;
}
form input:focus, form textarea:focus {
  background: #fff;
}
form input:focus:invalid, form textarea:focus:invalid {
  border-bottom-color: #D32A3D;
  background-image: url(images/invalid.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}
form input:required, form textarea:required {
  background-color: #fff;
  background-image: url(images/red_asterisk.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}
form input:required:valid, form textarea:required:valid {
  border-bottom-color: #28921f;
  background-image: url(images/valid.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}
form textarea {
  resize: none;
}

.submit, .usubmit {
  width: 116px;
  height: 28px;
  background: #044863;
  color: #fff;
  padding: 5px 0px;
  font-weight: 600;
  display: block;
  margin: 5px 0px 20px 0px;
  float: left;
  border: none;
  text-align: center;
}
.submit:hover, .usubmit:hover {
  opacity: .85;
  cursor: pointer;
}

.usubmit {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  padding: 10px 50px;
  margin-top: 10px;
}

.form_hint {
  display: none;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 8px;
  color: white;
  background: #D32A3D;
  position: absolute;
  z-index: 999;
}
.form_hint:before {
  content: "\25C0";
  color: #D32A3D;
  position: absolute;
  top: 1px;
  left: -8px;
}

#contact input:focus + .form_hint {
  display: inline;
}

#contact input:required:valid + .form_hint {
  background: #28921f;
}

#contact input:required:valid + .form_hint::before {
  color: #28921f;
}

#prosign input:focus + .form_hint {
  display: inline;
}

#prosign input:required:valid + .form_hint {
  background: #28921f;
}

#prosign input:required:valid + .form_hint::before {
  color: #28921f;
}

footer {
  width: 100%;
  height: 77px;
  float: left;
  background: #484848;
}
footer .container{
  display: table;
  height: 100%;
}
footer span{
  display: table-cell;
  vertical-align: middle;
  color:#000;
  font-size:10px;
}
footer img {
  display: block;
  margin: 15px auto 0px auto;
}

.push {
  width: 100%;
  height: 77px;
  float: left;
}

.expertiz{
  width: 100%;
  float: left;
  position: relative;
}

.expertiz img{
  max-width: 100%;
  height:auto;
  display: block;
  position: absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  margin:auto;
}
/*.expInfo{
  display: table;
}*/
.expInfo .cell{
  display: flex;
  width: 100%;
  margin-bottom:20px; 
}
.expInfo span{
  display: flex;
  margin:20px 10px 0px 0px;
  align-items: center;
  /*margin-bottom:24px;*/
}
.expInfo span small{
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  border:1px solid #044863;
  margin-right:5px;
}
.expInfo span small.org{
  background:#000;
}
.expInfo span small.boya{
  background:#e2801d;
}
.expInfo span small.deg{
  background:#e4121e;
}
.expInfo span small.loc{
  background:#0015FF;
}
.expInfo span b{
  display: block;
  float: left;
  font-size: 14px;
  color:#2c2c2c;
}

.card--v4_3 {
  width: 100%;
  position: relative;
}
.card--v4_3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top:75%;
}
.card--v4_3__inner {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
}
.card--v4_3__cover{
  background-size: cover;
}
.card--v4_3__contain{
  background-size:contain;
}