@charset "utf-8";
/*	TYPOGRAPHIES
================================================================================================================================== */
/*	MAIN ELEMENTS
================================================================================================================================== */



@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);


.crop {
width: 295px;
    height: 244px;
    float: left;
    border: 1px solid #dbdbdb;
    margin: 0 5px 0px 0px;
    overflow: hidden;
}

.crop img {
    width: 300px;
min-height:244px;
}



.image2 {
    width: 335px;
    height: 240px;
    float: left;
    border: 1px solid #dbdbdb;
    margin: 0px 5px 5px 0px;
    overflow: hidden;
}

.image2 img { 
    width: 335px;
    min-height: 240px;
}



.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}







.navigation{
height:30px;
width:100%;
color:#000;
padding:5px 0 5px 0;
margin:5px auto;
font-size:15px;
clear:both;
}
.navigation b{
font-size:25px !important; 
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
    margin: 1px;
    line-height: 20px;
    text-decoration: underline;
    color: #FFFFFF;
    padding: 1px 5px;
    font-size: 13px;
    border: 1px solid #000000;
    background: #571d50;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.navigation a:hover{
text-decoration:none;
color:white;
}
.navigation span {
line-height: 20px;
    height: 20px;
    text-decoration: none;
    padding: 1px 5px;
    color: #909090;
    font-size: 13px;
    border: 1px solid #571d50;
    background: #f0f0f0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}




.diller{margin-left: 178px;}
.diller a img{width:25px;}
.diller a{
    background: #F3E8DB;
    padding: 2px;
    padding-bottom: 5px;
}
.comments{
    z-index: 10000;
    position: absolute;
}

.comments img{
    overflow: hidden;
    width: 45px;
    height: 45px;
    margin: 10px 0 5px 10px;
    background: white;
    padding: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 3px #B5B5B5;
    -moz-box-shadow: 0px 0px 3px #b5b5b5;
    -webkit-box-shadow: 0px 0px 3px #B5B5B5;
    float: left;
}

.dcont{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 1px 3px 0 #B5B5B5;
    -moz-box-shadow: 0px 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0px 1px 3px 0 #B5B5B5;
    position: relative;
    padding: 10px;
margin-top:5px;
    margin-left: 35px;
    margin-right: 10px;
}

h3.reply{
    float: right;
    background: #DDD;
    color: black;
    font-size: 11px;
    padding: 5px;
    position: relative;
    top: 10px;
    left: 10px;
}

h3.reply:hover{
    background: black;
    color: white;
}
.reset li h4 a {
   color: #bf109e;
}
.bcomment{
    color: #333333;
}


.dtop, .block .dbtm, .blocklite .dbtm {
    height: 19px;
    background: #fff url("") no-repeat -550px 100%;
    font: 1px/1px sans-serif;
}

.dtop {
    height: 15px;
    background-position: 0 0;
}

.dcont {
    padding: 0 9px;
    background: #fff url("") repeat-y -275px 0;
}

.dcont .dpad {
    padding-bottom: 6px;
}

.btl h4 {
    margin-top: 5px;
    float: left;
    text-transform: uppercase;
    font-size: 1.15em;
    color: #368fde;
}

.block .btl{
    background: url("../images/btlblocks.png") repeat-x 0 100%;
    padding: 0 15px;
    height: 31px;
    border-bottom: 2px solid #368fde;
}


/*---Комментарии---*/
.addcombtn {
    text-align: center;
    font: 1.15em/30px sans-serif;
    color: #fff;
    float: left;
    height: 31px;
    width: 181px;
    padding-right: 27px;
    background: #428cda url("../images/addcombtn.png") no-repeat;
}

.addcombtn:hover {
    background-position: 0 -31px;
}

.bcomment {
    border-bottom: 1px solid #dadada;
    background: url("") repeat-x 0 100%;
    padding-bottom: 15px;
}

.bcomment .dcont, .bcomment .dtop {
    padding: 0 15px;
}

.bcomment .dcont {
    padding-top: 10px;
}

.bcomment .dtop {
    overflow: hidden;
    padding-left: 70px;
    height: 67px;
    border-top: 3px solid #cb269e;
}

.bcomment .dtop .lcol {
    width: 40px;
    padding: 0 15px;
    margin-left: -70px;
}

.bcomment .dtop .lcol span {
    margin-top: 12px;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.bcomment .dtop .lcol span img {
    width: 40px;
}

.bcomment .dtop .rcol {
    font-size: 11px;
font-family:verdana;
    color: #90a7b2;
    width: 100%;
}

.bcomment .dtop .rcol ul {
list-style:none;
    height: 36px;
padding:0;
    float: left;
    margin-top: 12px;
    margin-right: 15px;
}

.cmsep {
    padding-left: 19px;
    background: url("../img/cmsep.png") no-repeat 0 50%;
}

.reply a, .reply a b {
    height: 28px;
    background: #66325C;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #F8F1D0!important;
    cursor: pointer;
}

.reply a {
    float: right;
    margin-top: 18px;
    color: #fff;
    line-height: 27px;
}

.reply a b {
    cursor: pointer;
    float: left;
    padding: 0 15px;
    background-color: transparent;
    background-position: 100% -28px;
}

.reply a:hover {
    background-position: 0 -56px;
}

.reply a:hover b {
    background-position: 100% -84px;
}

.tableform input[type="text"]{
    width: 100%;
    border: 1px solid #6C2D66;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left-top-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 6px 5px;
    margin: 5px 0px;
}
.tableform textarea {
    border: 1px solid #ad039d;
    height: 130px !important;
}
 .bb-pane{ background-image: linear-gradient(to bottom, #ff84f3 0%, #710867 100%);
          color: #ad039d; 
    border: 2px solid #ad039d;
}
.ignore-select{ width:100% !important;
          margin: 5px 0px;
}
.fieldsubmit button{
       margin-top: 5px;
    margin-left: 111px;
   background: #66325C;
    border: none medium;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #F8F1D0!important;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 10px 29px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(78,78,78,0.7);
    white-space: nowrap;
}
#addcform { margin-bottom: 30px; padding: 10px 50px;}
#addcform .label{ display: none;}



div.cominfo {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #e4e6e6;
    font-size: 0.9em;
    height: 29px;
    background: #3f4b51 url("../img/cominfo.png") repeat-x;
}

div.cominfo .thide {
    width: 13px;
    padding-top: 8px;
    position: absolute;
    left: 29px;
    top: -7px;
    background: url("../images/comarrow.png") no-repeat;
}

div.cominfo .dpad {
    overflow: hidden;
}

.comedit, .selectmass {
    display: inline;
}

.selectmass input, .comedit ul, .comedit ul li {
    float: right;
}

.comedit ul li, .selectmass input {
    margin: 6px 0 0 8px;
}

.comedit ul li {
    float: left;
    list-style: none;
}

.comedit ul li a {
    color: #ffe0f4;
}

.selectmass input {
    vertical-align: middle;
    margin: 8px 10px 0px 10px;
}

.signature {
    border-bottom: 1px solid #d0cfd0;
    margin-bottom: 10px;
}

ul.cominfo, ul.cominfo li {
    float: left;
}

ul.cominfo {
    margin: 6px 0 0 -8px;
}

ul.cominfo li {
    border-left: 1px solid #73858e;
    margin: 0 7px 0 0;
    padding-left: 7px;
list-style:none;
}

/*---infoblock---*/
.infoblock {
    background-color: #f1f5f7;
    padding: 15px;
    margin-bottom: 25px;
}

.pollvotelist {
    width: 70%;
    text-align: left;
}

.pollvotelist input {
    margin-right: 5px;
}

.mass_comments_action {
    border-top: 2px solid #eee;
    border-bottom: 1px solid #dadada;
    background-color: #f5f6f7;
    padding: 10px 15px;
}


.hekime-sual{display:none !important;}

.ui-dialog {
    overflow: hidden;
    padding: .2em;
    position: absolute;
    background: #ececec;
    width: 300px;
    -moz-box-shadow: 0px 12px 25px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 12px 25px rgba(0,0,0,0.7);
    box-shadow: 0px 12px 25px rgba(0,0,0,0.7);
}

.ui-dialog .ui-dialog-titlebar {
    padding: .5em 1em .3em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .2em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 18px;
    margin: -10px 0 0 0;
    padding: 1px;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: hidden;
    padding: .5em 1em;
    position: relative;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0 0;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
    text-align: left;
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    float: right;
    line-height: 1.4em;
    margin: .5em .4em .5em 0;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}

.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}







/*---Цитата и скрытый текст---*/

.quote {
    background: #f6e6f5;
    padding: 7px 15px;
    border: 1px solid #e2d2d2;
}
.quote:before {
    font: 5em/26px Times, serif;
    color: #CFCFCF;
    float: left; 
    margin-left: -45px;
    padding: 0 2px;
}
.quote:after {
    font: 5em/26px Times, serif;
    color: #CFCFCF;
    float: right;
    margin-right: -45px;
}

.quote .cite:before {
    content: "— ";
}
.quote .cite {
    font-size: 16px;
    padding-right: 30px;
    text-align: right;
}
.quote:after {
    font: 5em/6px Times, serif;
    color: #CFCFCF;
    float: right;
    margin-right: -45px;
}

.title_quote, .title_spoiler {
    background: #f9fafa;
}

.title_quote {
    border-bottom: 0;
    background: #f0d2ee;
    padding: 5px 2px;
    font-weight: bold;
    border: 1px dashed #aea0ad;
}

.scriptcode {
    color: #004e8d;
    text-align: left;
    font-family: "Courier New";
}

.title_spoiler {
    font-weight: bold;
}

.text_spoiler {
    border-top: 0;
    text-align: justify;
}







.orta {
padding-left:0px;
      background-color:#fffdff;
    font-size: 13px;
width: 98%;
}


.sag {
padding: 8px;
    background: #f6e6f5;
    font-size: 13px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
}

.sag .title {
    color:#6C2D66;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 37px;
    border-bottom: 1px solid;
    font-family: roboto condensed;
    margin-bottom: 6px;
}


a.agreng {
color: #571d50;
}
a.agreng:hover {
color: #5b5b5b;
}


.kvadrat {
border: 1px solid white;
    margin: 10px;
    padding: 8px;
    color: white;
    font-size: 12px;
}

/*** Jetmenu ***/
.navbar-toggle {
    margin-top: 15px;
    /* margin-right: 19px; */
    margin-right: 5%;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #4E301A;
    border-radius: 4px;
}
.navbar-toggle .icon-bar{ background:#4E301A;}
#navbar-collapse-header{ padding:2px; }

.story{width: 712.7px; }

.menu li{
	display: inline-block;
	float: left;
border-left: 1px solid #e6e6e6;
}
.menu li:last-child {
border-right: 1px solid #e6e6e6;
}
.menu a{
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.memenu{ margin: 0; background-color:#f6eee5; text-align: center; }
.menu > li > a{ margin: 2px; padding: 13px 20px; color: #482925; font-size: 17px; font-family: Roboto Condensed; text-align: center; display: inline-block !important; }
.menu > li:hover > a, .menu > li.active > a{ color: #482925; background-color: transparent; }
.menu li:hover {
    background: #f0e7dc;
}



/*** Flexslider ***/
#wowslider-container1{z-index:1}
.flexslider{ margin-bottom: 0; text-align: center; background-color: transparent; }
.flexslider li.item{ position: relative; height: 400px; background-size: cover; background-position: center center } /* Slider yüksekliği */
.flexslider .flex-caption{ position: absolute; top: 10px; left: 10px; z-index: 9; padding: 0 15px; color: #fff; }

.slider{ list-style-type: none;  margin-bottom: 0; text-align: center; background-color: transparent; }
.slider li.item{ position: relative; height: 250px; background-size: cover; background-position: center center } /* Slider yüksekliği */

.flexslider .flex-direction-nav a:before{ content:''; background-image: url(); height: 42px; width: 28px; background-position: left top; }
.flexslider .flex-direction-nav a.flex-next:before{ content:''; background-image: url(); height: 42px; width: 28px; background-position: right top; }

#slider .flex-direction-nav a{ height: 55px; color: #000; font-size: 0; }
#slider .flex-direction-nav a:before{ content:''; background-image: url(); height: 42px; width: 28px; background-position: left top; }
#slider .flex-direction-nav a.flex-next:before{ content:''; background-image: url(); height: 42px; width: 28px; background-position: right top; }
#slider .flex-direction-nav .flex-prev, .flexslider:hover .flex-prev{ left: 10px; opacity: 1; }
#slider .flex-direction-nav .flex-next, .flexslider:hover .flex-next{ right: 10px; opacity: 1; }

.flex-control-thumbs { border: none; }
.flex-control-thumbs li { height: 110px !important; padding:5px; display: inline-block !important; }
.flex-control-thumbs li:first-child { padding-left: 0; }
.flex-control-thumbs li:last-child { padding-right: 0; }
.flex-control-thumbs li img { border-width: 1px; border-color: #fff; border-style: solid; width: 100%; height: 100%; }
.flex-control-thumbs .flex-active-slide img{ opacity: 1; }
.flex-control-thumbs .flex-direction-nav{ display: none; }

#carousel { height: 120px; }
#carousel .flex-direction-nav{ display: block; position: relative; }
#carousel .flex-direction-nav .flex-prev{ left:0; display: block; position: absolute; margin-top: -80px; }
#carousel .flex-direction-nav .flex-next{ right:0; display: block; position: absolute; margin-top: -80px; }

#carousel .flex-direction-nav a{ height: 45px; font-size: 0; }


.flexslider-preview { position: absolute; left:0; right: 0; top: 0; z-index: 25; background-color: rgba(0,0,0,.50); display: none; }
.flexslider-preview .preview { width: 510px; height: 240px; left: calc((100% - 510px) / 2); position: absolute; bottom: 0; border-width: 1px; border-style: solid; border-color: #4b2d17; background-size: cover; background-position: center center; }

.flex-control-nav{ position: absolute; bottom: 10px; z-index: 9; text-align: right; }
	.flex-control-nav li{ margin: 0 6px 0 0; }
		.flex-control-nav li a{ font-size: 0 !important;}

.flex-control-paging li a{ background: transparent; border:1px solid #4b2d17;border-radius: 0; }
	.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{ background: #4b2d17; border: 1px solid #4b2d17; }
.flex-control-paging li a.flex-active{ cursor: default; }

@media (max-width: 767px) {
    .flexslider li.item{ height: 160px !important; }
    /*.flex-control-nav{ display: none; }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexslider li.item{ height: 317px !important; }
}



/*** Validation ***/
.formError .formErrorContent{ white-space: nowrap; }


/*** FredCarousel ***/
/*** Slimscroll ***/
/*** Zebra Datepicker ***/
/*** Fancybox ***/


/*** Nivoslider ***/
.nivoSlider{ display: table; width: 100%; height: auto; }


/*** Navgoco ***/
.navgoco ul{ margin-left: 12px; }



#wrapper_bu {
    position: absolute;
    top: 150px;
    width: 100%;
    height: 100%;
    background-color: #ddd
}

.txt_Center { margin: 50% 0% 0% 20% }

.txt_h1 { font-size: 2em }

.holder_bu { cursor: pointer }

.holder_bu_awayL1 {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 10%;
    height: 40%;
    background-color: rgba(0,0,50,0.7);
    -webkit-transition: width 1s, height 1s, top 1s, left 1s;
    -moz-transition: width 1s, height 1s, top 1s, left 1s;
    -o-transition: width 1s, height 1s, top 1s, left 1s;
    -ms-transition: width 1s, height 1s, top 1s, left 1s;
    transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_awayL2 {
    position: absolute;
    top: 35%;
    left: 0%;
    width: 10%;
    height: 30%;
    background-color: rgba(0,0,50,0.5);
    -webkit-transition: width 1s, height 1s, top 1s, left 1s;
    -moz-transition: width 1s, height 1s, top 1s, left 1s;
    -o-transition: width 1s, height 1s, top 1s, left 1s;
    -ms-transition: width 1s, height 1s, top 1s, left 1s;
    transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_center {
    position: absolute;
    top: 5%;
    left: 20%;
    width: 60%;
    height: 90%;
    background-color: #37c;
    -webkit-transition: width 1s, height 1s, top 1s, left 1s;
    -moz-transition: width 1s, height 1s, top 1s, left 1s;
    -o-transition: width 1s, height 1s, top 1s, left 1s;
    -ms-transition: width 1s, height 1s, top 1s, left 1s;
    transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_awayR1 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 10%;
    height: 40%;
    background-color: rgba(0,0,50,0.7);
    -webkit-transition: width 1s, height 1s, top 1s, left 1s;
    -moz-transition: width 1s, height 1s, top 1s, left 1s;
    -o-transition: width 1s, height 1s, top 1s, left 1s;
    -ms-transition: width 1s, height 1s, top 1s, left 1s;
    transition: width 1s, height 1s, top 1s, left 1s
}
.slayddd{height:300px;}

.holder_bu_awayR2 {
    position: absolute;
    top: 35%;
    left: 90%;
    width: 10%;
    height: 30%;
    background-color: rgba(0,0,50,0.5);
    -webkit-transition: width 1s, height 1s, top 1s, left 1s;
    -moz-transition: width 1s, height 1s, top 1s, left 1s;
    -o-transition: width 1s, height 1s, top 1s, left 1s;
    -ms-transition: width 1s, height 1s, top 1s, left 1s;
    transition: width 1s, height 1s, top 1s, left 1s
}


.connnn{margin-bottom: 50px}

.post-title h1 {
font-size:18px;
font-weight:bold;
margin:8px 0;
font-family: roboto condensed;
    text-transform: uppercase;
}
.custom-2 {width:100%; height:68px; padding: 2px 0px; border-bottom: 1px solid #cfcfcf;overflow:hidden;}

.custom-22 {width:29%; height: 100%; padding: 2px; float:left;}

.custom-222 {height: 100%; width:100%; float: right; padding:0px 4px;}
.custom-222 p{font-size: 10.5px;}

.custom-222 h1 {
    margin: 0;
    font-size: 11px;
    font-family: verdana;
    font-weight: bold;
}



.elaqe-xerite{height:300px}
.elaqe-story{height:105%}
.r-form{height:450px}

.eldar2{height:100%}


.block {width:453px;}
.slct{width: 264px; }
.element .textarea{width:240px;}
 
.element input.text{width:250px;}


body { min-height: 100%; color: #333; font-family: "verdana"; font-size: 15px; background-color: #fbf7f2; /*#d7cebf;*/ /*#f3e8db*/;  }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "roboto condensed";  }
a {}
a:hover, a:focus { text-decoration: none;  }
p { margin-bottom: 15px;  }


.col6-1, .col6-2{width:48%;}

a.logo {
color:white;
}


.icon-arrow-down{ background-image: url(); width: 15px; height: 7px; position: absolute; right: 20px; z-index: 20 !important; margin-top: 25px; }

iframe[name=google_conversion_frame]{display: none;}

/* Bootstrap Custom */
.btn{ font-family: DaxRegular; }
.btn-default{ background-color:#50321b !important; border-color: #50321b !important; box-shadow: none !important; }
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default { color: #ffffff; background-color: #50321b !important; border-color: #50321b !important;  }
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default { background-image: none;  }
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active { background-color: #50321b !important; border-color: #50321b !important;  }

.form-control-default{ font-family: verdana!important; color: #412e21 !important; font-size: 14px !important; background-color: #f3e8db !important; border-radius: 0; font-style: italic; }
.form-control:-moz-placeholder { color: #412e21 !important; }
.form-control::-moz-placeholder { color: #412e21 !important; opacity: 1 }
.form-control:-ms-input-placeholder { color: #412e21 !important; }
.form-control::-webkit-input-placeholder { color: #412e21 !important; }

.fileHandler{ display: inline-block; position:absolute; background-color: #cdc3b6; margin-top:-33px; right: 15px; line-height: 33px; padding-right: 10px; padding-left: 10px; color: #4d2f19; }

/*	GENERAL STYLES
================================================================================================================================== */
.select-wrapper { position: relative; height: 34px; width: 100%;  }
.select-wrapper:after { content: "\f0d7"; position: absolute; top: 0px; right: 0px; height: 100%; padding-top: 7px; font-family: "FontAwesome"; text-align: center; pointer-events: none; padding-right:10px;  }
.select-wrapper select { width: 99.9%; border: none; box-shadow: none !important; cursor: pointer;  }
.select-wrapper option { padding: 3px 6px; color: #333;  }
.image-box { position: relative; display: block; width: 100%; min-height: 40px; background-position: center; background-repeat: no-repeat; background-size: cover;  }
.image-box-thumb:hover:before { content: " "; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(51, 51, 51, .4);  }
.image-box-thumb:hover:after { content: "\f00e"; position: absolute; top: 50%; left: 50%; margin: -15px 0 0 -15px; color: #fff; font-family: "FontAwesome"; font-size: 30px;  }
.office-item { display: block; }
.office-item:nth-child(1n) {padding-left:0 !important; padding-right: 7.5px;}
.office-item:nth-child(2n) {padding-left:7.5px !important; padding-right: 0;}
/*	HEADER
================================================================================================================================== */
.section-header { background-image: url(/img/fon.jpg); background-repeat: repeat-x;  }
.section-header .container {}
.section-header .container .logo { height: 148px; display: inline-block; padding-top: 27px;  }

/* Search */
.section-header div.search {}
.section-header div.search input.search { width: 296px; height: 32px; text-indent: 13px; color: #281715; font-size: 14px; line-height: 16px;  }
.section-header div.search input.search:-moz-placeholder { color: #281715 !important; }
.section-header div.search input.search::-moz-placeholder { color: #281715 !important; opacity: 1 }
.section-header div.search input.search:-ms-input-placeholder { color: #281715 !important; }
.section-header div.search input.search::-webkit-input-placeholder { color: #281715 !important; }
.section-header div.search i { position: absolute; z-index: 5; margin-left: -20px; margin-top: 8px;  }

/* Social */
.section-header div.social-wrapper { margin-top: 18px;  }
.section-header div.social-wrapper a.social { color: #4e301a; background-color: #f3e8db; text-align: center; display: inline-block; width: 24px; height: 24px; padding-top: 2px;  }

/* Language */
.section-header .language-wrapper { margin-top: 8px; display: block; width: 101px; }
.section-header .language-wrapper .overflow { overflow: hidden; height: 20px; position: absolute; z-index: 30; /*background-color: #4d2f18;*/ margin-right: 10px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding-bottom:5px; }
.section-header .language-wrapper .extends { height: auto; }
.section-header .language-wrapper img { display: inline-block; margin-top: -3px;  }
.section-header .language-wrapper a{ color: #f3e8db; font-family: DaxCompactMedium; font-size: 13px; float:none;  text-indent: 10px; }
.section-header hr { background-image: url(); background-repeat: repeat-y; height: 2px; width: 100%; border: none;  }
.section-header .head-menu { text-align: right; }
.section-header .head-menu a { color: #f3e8db; font-size: 14px; font-family: verdana; text-align: center; display: inline-block; width: 100%;  }
.section-header .head-menu a:hover, .section-header .head-menu a.active { color: #fff;  }
.section-header .head-menu ul { list-style-type: none; text-align: right; display: inline-block; margin-right: 15px; padding: 0; }
.section-header .head-menu li { padding-left: 42px; padding-right: 0; float:left; display: inline-block; }
.section-header .head-menu li:first-child { padding: 0; }

/* Menü */
.section-menu .container {}
.section-menu { background-color: #f6eee5 /*#f6eee5*/; border-top: 1px dashed #000; border-bottom: 1px dashed #000; text-align: center;  }
.section-menu-fixed { top: 0; width: 100%; position: fixed; z-index: 100;  }

/* Alt Menü */
.subContMenu { background-color: #4b2d17; text-align: center; font-family: verdana; height: 50px;  }
.subContMenu ul { text-align: center; overflow: hidden; padding:0; }
.subContMenu ul li { text-align: center; margin-right: 70px; display: inline-block;  }
.subContMenu ul li:last-child { margin-right: 0;  }
.subContMenu ul li a { text-align: center; color: #e3d5c5; line-height: 50px;  }
.subContMenu ul li a:hover, .subContMenu ul li a.active { color: #ffffff;  }
.subContMenu-fixed { top: 54px; position: fixed; z-index: 30; left: 0; right: 0;  }
.section-slider { background-color: transparent; }
.section-slider .container {}

/*	PAGE-CLASSES
================================================================================================================================== */
/* Genel section wrapper stilleri */
.section {}
.section .container {}
/* home grid */
.section-anasayfa { }
.section-anasayfa-wrapper{ margin-left:-5px; margin-right:-5px; }
.section-anasayfa [class*=col-xs] { height: 378px; background-repeat: no-repeat; background-size: cover; }
.section-anasayfa .col-xs-2 { width: calc(40% - 10px); margin-right: 5px; margin-left: 5px; margin-top: 10px; padding: 0; display: block; background-size: cover; background-position: center center; }
.section-anasayfa .col-xs-1 { width: calc(20% - 10px); margin-right: 5px; margin-left: 5px; margin-top: 10px; padding: 0; display: block;  }
.section-anasayfa .col-shadow:hover { box-shadow: 1px 1px 4px #999 !important;  }
.section-anasayfa [class*=col-xs-] span.devami { font-size: 12px;  }
.section-anasayfa [class*=col-xs-] img { display: inline-block; width: 100%; height: 100%;  }
.section-anasayfa [class*=col-xs-] .caption { font-family: DaxCompactMedium; font-size: 16px; color: #412e23; position: absolute; padding: 15px 10px; background-color: #fff; width: 100%; }
.section-anasayfa [class*=col-xs-] .caption .arrow_box { position: relative; background-color: #ffffff; z-index: 7;  }
.section-anasayfa [class*=col-xs-] .caption .arrow_box:after { border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); margin-left: -10px;  }
.section-anasayfa [class*=col-xs-] .caption .title { color: #412e21; font-size: 16px;  }
.section-anasayfa [class*=col-xs-] .caption p { color: #412e21; font-size: 14px; font-family: verdana;  }
.section-anasayfa [class*=col-xs-] .caption p b { color: #412e21; font-size: 16px;  }
.section-anasayfa [class*=col-xs-] .caption a { color: #412e21; font-size: 13px; font-family: verdana;  }
.section-anasayfa [class*=col-xs-] .caption-left { left: 0; width: 140px; height: 100%;  }
.section-anasayfa [class*=col-xs-] .caption-left .arrow_box:after { left: calc(100% + 20px); border-left-color: #ffffff; border-width: 10px;  }
.section-anasayfa [class*=col-xs-] .caption-right { right: 0; width: 140px; height: 100%;  }
.section-anasayfa [class*=col-xs-] .caption-right .arrow_box:after { right: calc(100% + 10px); border-right-color: #ffffff; border-width: 10px;  }
.section-anasayfa [class*=col-xs-] .caption-top { top: 0;  }
.section-anasayfa [class*=col-xs-] .caption-top .arrow_box:after { top: calc(100% + 15px); left: 5%; border-top-color: #ffffff; border-width: 10px;  }
.section-anasayfa [class*=col-xs-] .caption-bottom { bottom: 0;  }
.section-anasayfa [class*=col-xs-] .caption-bottom .arrow_box:after { bottom: calc(100% + 15px); left: 5%; border-bottom-color: #ffffff; border-width: 10px;  }

.section-company { height: 230px; background-color: #571d50;  }
.section-company .company-logo { padding-top:10px; height: 86px; margin-top: -1px; background-position: center center; background-repeat: no-repeat;  }
.section-company .company-image { height: 100px; background-position: center center; background-repeat: no-repeat;  }
.section-company .company-item{ width: calc(20% - 10px) !important; margin-right: 5px; margin-left: 5px; }


/* Details 2 */

.detail-2 .section-slider { width:400px; float:left; margin-bottom: 15px; }
.detail-2 .content { width:calc(100% - 400px); float:left; height: 415px; overflow: hidden; }
.detail-2 .parallax-item { width: 100%; float: left;  min-height: 400px; margin-left: 10px; padding-bottom: 0; }
.detail-2 .parallax-item .title{ border-bottom: 1px solid #412e21; margin: 15px 0; height: 42px; }
.detail-2 .description { height: 343px; }

/* icerik */
.section-icerik {}
.section-icerik select{ -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; }
.section-icerik .google-map{ height:150px; }
.section p .bold, .section p strong,.spanDaxCompactMedium b,.spanDaxCompactMedium strong { font-family: DaxCompactMedium;  }

.content-side-menu { padding: 0; margin: 0; }
.content-side-menu li{ line-height: 45px; text-indent: 15px; list-style-type: none; border-color:#cfc4b8; border-bottom-width: 1px; border-bottom-style: dashed; }
.content-side-menu li:last-child{ border-bottom-width: 0; }
.content-side-menu li.active { background-color: #e4d9cc }
.content-side-menu li a { color:#412e21; font-size:15px; font-family: DaxCompactMedium; }

.tab-button { text-align: center;  }
/* Nav Tabs */
.tab-button{ text-align: center;  }

.parallax-button-fixed{ position: fixed; margin-top: 100px; width: 100%; z-index: 30; margin-top: 0; }
.parallax-button{ background-color: #f6eee5; }
.parallax-button ul{ text-align: center; text-decoration: none; list-style-type: none; height: 50px; padding: 0; }
.parallax-button ul li{ text-align: center; float: left; width: 33.3333333333%; border-bottom-width:1px; border-bottom-color: #4b2d17; border-bottom-style: solid; }
.parallax-button ul li a{ text-align: center; display: inline-block; line-height: 50px; width: 100%; font-family: verdana; color:#4b2d17; }
.parallax-button ul li.active{  border-bottom-width: 2px; }
.parallax-button ul li.active a{ font-family: DaxCompactMedium; }
.parallax-content { width: 100%; overflow-y: auto; overflow-x: hidden; height: 100%; -ms-overflow-style: none; position: relative; }
.parallax-wrapper { position: relative; height: auto; overflow: hidden; background-color: #e4d9cc; } /*Parallax Yüksekliği*/
.parallax-content::-webkit-scrollbar { display: none; width: 0 !important; }
.parallax-item{ margin-bottom:15px; position: static; /*height: 800px;*/ display: none; }
.parallax-item:first-child{ display: block; }
.parallax-item .title{ font-family: DaxCompactMedium; font-size:18px; color:#412e21; border-bottom: 3px solid #412e21; line-height: 50px; }
.parallax-item .title span{ font-family: DaxCompactMedium; font-size:18px; color:#412e21; border-bottom: 3px solid #412e21; line-height: 30px; display: inline-block;}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{ border:1px solid #f3e8db; }
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{ text-align: center; }
.table-bordered>thead>tr{ background-color:#e4d9cc; font-size: 15px; font-family: DaxCompactMedium; }
.table-bordered>tbody>tr{ background-color:#d6ccbf; font-size: 16px; text-align: center; font-family: verdana; }
.table-bordered>tbody>tr:nth-child(2n+1){ background-color:#d9d2c9; }


.property-list{ list-style-type: none; padding: 0 0 10px; margin:0; }
	.property-list li{ position: relative; margin: 70px 0;  background-color: #f3e8db; }
	.property-list li.image { margin: 70px 150px 0 10px; }
	.property-list li.image:first-child { margin: 60px 150px 0 10px; }
	.property-list li.no-image { margin: 60px 10px 0 10px !important; }
		.property-list li .description{ background-color: #f3e8db; min-height: 85px; width: 100%; }
		.property-list li .description .text{ float: left; color: #4b2d17; font-size: 16px; font-family: DaxCompactMedium; width: calc(100% - 80px); padding: 20px; }
		.property-list li .description .text a{ color: #4B2D17; font-size: 18px; }
		.property-list li .description img.round{ width: 200px; height: 200px; /*border-radius: 100px !important;*/ position: relative; margin-top: -57px; margin-bottom: -57px; border-width: 2px; border-color: #f3e8db; border-style: solid; float: right; margin-right: -140px; }
		.property-list li.image:nth-child(2n) { margin: 70px 10px 0 120px; }
		.property-list li.image:nth-child(2n) .description img.round{ float: left; margin-left: -110px;  }
		.property-list li.image:nth-child(2n) .text{ float: right; }

#similarProducts li { margin: 15px 5px; }
#similarProducts li a{ color: #4b2d17; font-family: verdana; }
#similarProducts li a img{ display: inline-block; border:1px solid #4b2d17; }

/* Grid Wrapper */
.gridWrapper { margin-left:-5px; margin-right:-5px; }
.gridWrapper [class*=col-xs]{ margin-right: 5px; margin-left: 5px; margin-top: 10px; padding: 0; display: block; background-size: cover; background-position: center center;  background-repeat: no-repeat; }

/* Grid 4x */
.grid4xWrapper [class*=col-xs] { height: 480px; }
.grid4xWrapper .col-xs-2 { width: calc(50% - 10px); }
.grid4xWrapper .col-xs-4 { width: calc(100% - 10px); height: 235px; }
.grid4xWrapper .col-xs-4 a{ width: calc(50% - 5px) !important; float:left; }
.grid4xWrapper .col-xs-4 a:nth-child(2){ margin-left:10px !important; }
.grid4xWrapper .col-xs-1 { width: calc(25% - 10px); }

/* Grid 5x */
.grid5xWrapper [class*=col-xs] { height: 378px; }
.grid5xWrapper .col-xs-2 { width: calc(40% - 10px); }
.grid5xWrapper .col-xs-1 { width: calc(20% - 10px); }

.grid-sabit{ background-image: url() !important; text-align: center; background-repeat: repeat !important; background-size: auto !important; }
.grid-sabit [class*=grid-sabit-icon]{ display:inline-block; width: 100%; height: 50px; background-position: center center; background-repeat: no-repeat; }
.grid-sabit a { padding-top: 15px !important; border-bottom: 1px solid #f3e8db; }
.grid-sabit a:last-child { border-bottom: none; }
.grid-sabit a p{ color: #f3e8db; }
.grid-sabit a:hover p{ color: #fff; }
.grid-sabit .grid-sabit-icon-1{ background-image: url() !important; }
.grid-sabit a:hover .grid-sabit-icon-1{ background-image: url() !important; }
.grid-sabit .grid-sabit-icon-2{ background-image: url() !important; }
.grid-sabit a:hover .grid-sabit-icon-2{ background-image: url() !important; }
.grid-sabit .grid-sabit-icon-3{ background-image: url() !important; }
.grid-sabit a:hover .grid-sabit-icon-3{ background-image: url() !important; }


.gridWrapper .col-shadow:hover { box-shadow: 1px 1px 4px #999 !important;  }
.gridWrapper [class*=col-xs-] span.devami { font-size: 12px;  }
.gridWrapper [class*=col-xs-] img { display: inline-block; width: 100%; height: 100%;  }
.gridWrapper [class*=col-xs-] .caption { font-family: DaxCompactMedium; font-size: 16px; color: #412e23; position: absolute; padding: 15px 10px; background-color: #fff;  }
.gridWrapper [class*=col-xs-] .caption .arrow_box { position: relative; background-color: #ffffff; z-index: 7;  }
.gridWrapper [class*=col-xs-] .caption .arrow_box:after { border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); margin-left: -10px;  }
.gridWrapper [class*=col-xs-] .caption .title { color: #412e21; font-size: 16px;  }
.gridWrapper [class*=col-xs-] .caption p { color: #412e21; font-size: 14px; font-family: verdana;  }
.gridWrapper [class*=col-xs-] .caption p b { color: #412e21; font-size: 16px;  }
.gridWrapper [class*=col-xs-] .caption a { color: #412e21; font-size: 13px; font-family: verdana;  }
.gridWrapper [class*=col-xs-] .caption-left { left: 0; width: 140px; height: 100%;  }
.gridWrapper [class*=col-xs-] .caption-left .arrow_box:after { left: calc(100% + 20px); border-left-color: #ffffff; border-width: 7px;  }
.gridWrapper [class*=col-xs-] .caption-right { right: 0; width: 140px; height: 100%;  }
.gridWrapper [class*=col-xs-] .caption-right .arrow_box:after { right: calc(100% + 10px); border-right-color: #ffffff; border-width: 7px;  }
.gridWrapper [class*=col-xs-] .caption-top { top: 0; width: 100%;  }
.gridWrapper [class*=col-xs-] .caption-top .arrow_box:after { top: calc(100% + 10px); left: 5%; border-top-color: #ffffff; border-width: 13px;  }
.gridWrapper [class*=col-xs-] .caption-bottom { bottom: 0; width: 100%;  }
.gridWrapper [class*=col-xs-] .caption-bottom .arrow_box:after { bottom: calc(100% + 10px); left: 5%; border-bottom-color: #ffffff; border-width: 13px;  }


.logo-carousel{ height: 50px; padding: 10px; background-color: #4b2d17; }
.logo-carousel a{ display: inline-block; margin:0 10px; }
.logo-carousel a img{ height: 30px; width: auto; display: inline-block; }

.pagemenu ul { padding: 0; margin: 0; color: #5a4537; font-family: verdana;  }
.pagemenu ul li { list-style-type: none; float:left; width: 50%;  }
.pagemenu ul li a { display: inline-block; list-style-type: none; color: #5a4537; border-bottom: 1px dotted #5a4537; width: calc(100% - 30px); text-indent: 0;  }
/*.pagemenu ul li:nth-last-child(1) a { border-bottom: none;  }*/
/*.pagemenu ul li:nth-last-child(2) a { border-bottom: none;  }*/

/* Satış noktası */

.satis-slider{ margin:0; padding: 0;}
.address{ list-style-type: none; margin: 0; padding: 0; }
.address li{ height: 40px; display: table; margin-bottom: 30px; }
.address li p{ display: table-cell; vertical-align: middle; }
.address-icon{ width: 50px; height: 40px;  display: inline-block; border-right: 1px solid #4b2d17; background-repeat: no-repeat; background-position: center center; }
.address-icon-1{ background-image: url(); }
.address-icon-2{ background-image: url(); }
.address-icon-3{ background-image: url(); }
.address-icon-4{ background-image: url(); }
.address-icon-5{ background-image: url(); }

.brands{ list-style-type: none; margin: 0; padding: 0; height: 70px; }
.brands li{ float:left; width: 16.666666666%; border-right: 1px solid #4b2d17; height: 70px; display: table;}
.brands li div{ display: table-cell; vertical-align: middle; text-align: center; height: 100%; width: 100%; }
.brands li:last-child{ border-right: none; }

.products{ list-style-type: none; margin: 0; padding: 0;}
.products li{ float:left; width: 16.666666666%; height: 170px; }
	.products li:hover, .products li.active{ background-color: #4b2d17; }
.products li div{ text-align: center; height: 100%; width: 100%; }
.products li .title{ font-family: DaxCompactMedium; color: #4d3019; font-size: 17px; padding: 15px; display: inline-block; text-align: center; width: 100%; }
	.products li:hover .title,.products li.active .title{ color: #fff; }
.products li:last-child{ border-right: none; }

.product-table{ border: none; }
.product-table>thead>tr>th, .product-table>tbody>tr>th, .product-table>tfoot>tr>th, .product-table>thead>tr>td, .product-table>tbody>tr>td, .product-table>tfoot>tr>td{ vertical-align: middle; text-align: center; padding: 0 !important; height: 90px; width: 16.6666666667%; }
.product-table>thead>tr{ background-color: transparent; }
.product-table>thead>tr>th{ border: 1px solid #4b2d17 !important; }
.product-table>thead>tr>th, .product-table>tbody>tr>th, .product-table>tfoot>tr>th, .product-table>thead>tr>td, .product-table>tbody>tr>td, .product-table>tfoot>tr>td { border: none; min-width: 140px !important; }
.product-table>tbody{ background-color: #d6ccc1;  }
.product-table>tbody>tr>td{ border: 1px solid #4b2d17; font-family: DaxCompactMedium; font-size: 15px; color: #4b2d17; line-height: 30px; padding: 15px !important; }
.product-table>tbody>tr>td a{ color: #4b2d17; }

.product-tab-wrapper>.item{ display: none; overflow-x: auto; min-width: 100%; }
.product-tab-wrapper>.item td::after{ content: " "; display: block; }

.satis-icon { background-repeat: no-repeat; background-position: center center; background-size: cover; }
.satis-icon-baza{ background-image: url(); }
	.satis-icon-baza:hover{ background-image: url(); }


/* iletisim */
.section-iletisim {}
.section-iletisim .contact { line-height: 30px;  }
.map-marker{ background-image: url(); background-repeat: no-repeat; background-position: left center; display: inline-block; text-indent: 20px; }
.map-marker2{ background-image: url(); }
.gm-style-cc, .gm-style a img { display: none;  }

.select-wrapper-form { border: 1px solid #ccc; border-radius: 3px; background-color: #fff;  }
.select-wrapper-form:after { background-color: #fff; color: #333;  }
.select-wrapper-form select { color: #333;  }
/*	FOOTER
================================================================================================================================== */
.section-footer { height: 50px;  background-color: #cdc3b7 /*#e0d4c7*/;   }
.section-footer .container {line-height: 50px; font-family: verdana; font-size: 12px; color: #571d50;  }
.egegen{ position: relative; display: inline-block; width: 75px; height: 50px; overflow: hidden; }
	.egegen .before, .egegen .after{ position: absolute; left: 0px; right: 0px; height: 100%; -webkit-transition: .1s; transition: .1s; display: block; }
	.egegen .before{  top: 0%; }
	.egegen .after{ top: 100%; }
	.egegen:hover .before{ top: -100%; }
	.egegen:hover .after{ top: 0%; }

	.egegen .after svg{ width: 100%; height: 100%; } /* egegen logosu boyutları */
	.egegen .egegen-logo path{ fill: #fff !important; } /* egegen logosu rengi */

	.egegen .before svg{ width: 100%; height: 100%; } /* oscar logosu boyutları */
	.egegen .oscar-logo path{ fill: #fff !important; } /* oscar logosu rengi */

/*  MEDIA QUERIES (ENABLE WHEN RESPONSIVE)
================================================================================================================================== */
/* Mobile */

@media (max-width: 668px){

.block { width: 236px;}
.element input.text {width: 94%;}

.slct{width:99.6%;}
.element .textarea{width: 89.8%;}

}





@media (min-width: 668px){

#dlemasscomments {
width:712.2px;}

}


@media (max-width: 767px) {






.diller a img{width:auto;}
.diller a{padding:0px;}

.diller{ display: inline-block; float: left; margin-left: 0px; margin-top: 23px;  margin-right: 26px;}

div.social-wrapper {display: inline-block; margin-top: 25px !important;}


.hekime-sual{ display: block !important;}
.orta {width:100%;}
.dcont {margin:0 10px;}
#addcform {padding: 10px 11px;}
#dlemasscomments {
width: 100%;}

.menu>li>a
.tableform input[type="text"] { width: 100%;}
#addcform {padding-left: 15px;}
.fieldsubmit button { margin-left: 0px;}
#addcform .label{display:none;}

.r-form{height: 570px;}

.crop img{width:100%;}







.col6-1, .col6-2{width:100%}
.elaqe-xerite{height:30%}
.elaqe-bloku{width:93%; height:100%}
.randevu-formu{height:540px}

.story{width:100%;}
.custom-2{height:70px}
.custom-22 {width: 30%}
.custom-222 {width: 100%}
.custom-222 p{    font-size: 13px !important;
    line-height: 14px !important;}

.custom-222 h1 {
font-size:12px;}

.slayddd{height:150px !important}

    .menu a { background-color: #f3e8db; width: 100%; }
    .menu li{ border-bottom-width: 1px; border-bottom-color: #4b2d17; border-bottom-style: solid; width:99%; }
    .menu .category-item a{ background-color:#571A53; color:#f3e8db; }
    .menu .category-item { border-bottom-color: #f3e8db; }
    .menu > li > a{ height: auto; padding: 10px 13px; font-size: 14px; }

#slayddd { height:150px;}
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 1%!important;

}
.container>.navbar-collapse{ margin-left:0px !important;}

header .navbar .navbar-nav>li {
    margin-top: 10px;
    text-align: center;
}
#navbar-collapse-header{
 max-height: 380px !important;
    width: 100%;}

header #navbar-collapse-header .navbar-nav>li a {
    color: #fff!important;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

#slayddd {height:300px !important;}


.section-company{ height: 285px !important;}


    .row {margin-left: 0px !important; margin-right: 0px !important;}
    
    .section-header { background-color: transparent; }
    .section-header div.search i{ margin-top: -24px; right:23px; }
	.section-header div.search input.search{ width:100%; }

    .section-slider{ margin-top:41px; }

    .section-anasayfa .col-xs-2 { width: calc(100% - 10px); background-size: cover; background-position: center center; }
    .section-anasayfa .col-xs-1 { width: calc(50% - 10px); background-size: cover; }

    .section-menu{ border-bottom: 0; width: 100%; z-index: 25; position: absolute; }
    .section{ margin-top:25px; }

    .subContMenu { position: absolute; z-index: 15; height: auto; top: 290px; }
    .subContMenu ul{ padding:0; margin: 0; }
    .subContMenu ul li{ float:none;  width: 100%; text-align: left; text-indent: 10px; }

    .subContMenu-close ul{ height:50px; overflow: hidden; }

    .content-side-menu li a{ font-size:10px; }

	.content-side-menu-wrapper{ position: relative; left: 0; right: 0; height: 50px; }

	.parallax-wrapper{ height: auto; overflow: auto; margin: 15px; }
    .parallax-content .parallax-item { min-height: initial !important; padding:0 5px; display: block;  }
    .parallax-content .parallax-item h1{ text-indent: 15px; }
    .grid4xWrapper .col-xs-height { height: 314px; }
    .grid4xWrapper .col-xs-2 { width: calc(100% - 10px);  }
    .grid4xWrapper .col-xs-4 { width: calc(100% - 10px);  }
	.grid4xWrapper .col-xs-4 a{ width: 100% !important; margin: 0 !important; float: none; }
	.grid4xWrapper .col-xs-4 a:nth-child(2){margin: 15px 0 0 !important; }
    .grid4xWrapper .col-xs-1 { width: calc(50% - 10px); }

	.office-item:nth-child(1n) {padding:0 !important;}
	.office-item:nth-child(2n) {padding:0 !important;}

    .section-footer .container { font-size: 10px; }

    .section-company { height: 200px; }
    .section-company .company-logo { border: none !important;  }
    .section-company .company-image { display:none;  }
	.section-company .company-item{ width: 98% !important; height: 45px !important; margin-right: 5px; margin-left: 5px; }
.connnn{margin-bottom: 0px}

	.pagemenu ul li{ width: 100%; float: none; }

	/* Details 2 */

	.detail-2 .section-slider { width:100%; float:left; }
	.detail-2 .content { width:100%; float:left; height: 505px; overflow: hidden; }
	.detail-2 .parallax-item { width: 100%;  float: left;  min-height: 0; margin-left: 0; padding:0 5px;  }
	.detail-2 .description { height: 343px; }

	/* Grid Wrapper */
	.gridWrapper { margin-left: 0; margin-right: 0; }

	#carousel{ display: none; }


	.property-list li .description .text { width: 100%; }
	.property-list li .description img.round{ position: absolute; left: calc((100% - 200px)/2); top: -130px; }

	.property-list li.image { margin: 205px 10px 20px }
	.property-list li.image:first-child { margin: 200px 10px 20px; }
	.property-list li.image:nth-child(2n){ margin: 205px 10px 20px; }
	.property-list li.image:nth-child(2n) .description img.round{ margin: 0; float: none; top: -185px; }
	.property-list li.no-image{ margin: 30px 10px 0 10px !important; }

	.products li{ height: 60px; }
		.products li .img-responsive{ max-width: 70%; }
		.products li .title{ display:none; }
		.products li div{ padding-top: 15px; }
	.product-tab-wrapper>.item .table-responsive{ border: none; }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
	.section{ margin-top: 50px !important; }
    .section-header div.search i{ margin-top: -24px; right:23px; }
    .section-anasayfa .col-xs-2 { width: calc(50% - 10px); }
    .section-anasayfa .col-xs-1 { width: calc(25% - 10px); }

    .grid4xWrapper .col-xs-2 { width: calc(50% - 10px);  }
    .grid4xWrapper .col-xs-4 { width: calc(100% - 10px);  }
    .grid4xWrapper .col-xs-4 a{ width: calc(50% - 5px);  }
    .grid4xWrapper .col-xs-1 { width: calc(25% - 10px); }

    .section-menu{ border-bottom: 0; width: 100%; z-index: 25; position: absolute; }

    .subContMenu { position: absolute; z-index: 15; height: auto; top: 188px; }
    .subContMenu ul{ padding:0; margin: 0; }
    .subContMenu ul li{ float:none;  width: 100%; text-align: left; text-indent: 10px; }

    .subContMenu-close ul{ height:50px; overflow: hidden; }

    .parallax-content .parallax-item { min-height: initial !important; }



	/* Details 2 */

	.detail-2 .section-slider { width:400px; float:left; }
	.detail-2 .content { width: calc(100% - 415px); float:left; height: 505px; overflow: hidden; }
	.detail-2 .parallax-item { width: 100%;  float: left;  min-height: 0; margin-left: 0; padding:0 5px;  }
	.detail-2 .description { min-height: 435px; padding-bottom: 15px !important; }


	#carousel{ display: none; }
}
/* Desktop */
@media (min-width: 992px) {
    .hidden-lg { display:none !important; }
    .section-slider .container-fluid { width: 970px!important; margin-left: calc((100% - 970px)/2); }
}
/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (                min-resolution: 192dpi), only screen and (                min-resolution: 2dppx) {}
/*  AJAX MESSAGES
================================================================================================================================== */
.loading { position: fixed; top: 0px; left: 0px; z-index: 9999999; width: 100%; min-height: 100% !important; background-image: url('');  }
.loading .loading-image { position: fixed; top: 49%; top: 50%; left: 50%; z-index: 9999999; width: 70px; height: 69px; margin: -35px 0 0 -35px; padding: 5px 0 0 7px; background-color: #fff;  }
/*	MODERNIZR FIXES (CROSS-BROWSER)
================================================================================================================================== */
.lt-ie9 .container {}
/* ie less than 9 */
.chrome .container {}
/* chrome tarayıcı */
/*  TEXT SELECTION COLOR
================================================================================================================================== */
::selection { background: #b2d3fa; color: #fff;  }
::-moz-selection { background: #b2d3fa; color: #fff;  }
::-webkit-selection { background: #b2d3fa; color: #fff;  }
::-ms-selection { background: #b2d3fa; color: #fff;  }
::-o-selection { background: #b2d3fa; color: #fff;  }


.kateqoriya {position: absolute;  background-color: #AD415A;  bottom: 0px;}
.kateqoriya a{color:white;}
.orta p{ text-align: justify; margin-bottom:0;}

.hb{position: absolute;
    background-color: hsla(312, 34%, 30%, 0.8);
    text-align: center;
    bottom: 0px;
    color:white;
    padding: 10px;
    width: 100%;}

.hb:hover{ color:white;}

.test:hover {box-shadow: 0px 0px 15px #ababab; transition: 0.4s; }


.calc-container {
background:none 0 0 repeat scroll #F2F1F1;
border:#DDDDDD solid 1px;
border-radius:12px;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:13px;
line-height:20px;
margin:0 auto;
padding:0;
background:url() top right no-repeat;
}

.calc-header {
color:#009854;
padding: 10px 0 5px 0;
font: 700 16px arial;
text-align:center;
}

#calc-content {
padding:7px 0;
text-align:center;
}

#calc-content td {
height:40px;
text-align:left;
}

.calc-button {
background:#66325C;
border:none medium;
border-radius:6px;
box-shadow:0 1px 2px rgba(0,0,0,0.2);
color:#F8F1D0!important;
cursor:pointer;
display:inline-block;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
font-weight:bold;
line-height: 12px;
padding:10px 32px;
text-align:center;
text-decoration:none;
text-shadow:0 -1px 0 rgba(78,78,78,0.7);
white-space:nowrap;
}

.calc-container input[type=text] {
background-color:#FFFFFF;
border:#CCCCCC solid 1px;
box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;
border-radius:4px;
color:#555555;
display:inline-block;
font-size:12px;
height:20px;
line-height:20px;
padding:4px 6px;
vertical-align:middle;
}

.calc-containerht {
background:none 0 0 repeat scroll #F2F1F1;
border:#DDDDDD solid 1px;
border-radius:12px;
color:#666666;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:13px;
line-height:20px;
margin:0 auto;
padding:0;
background:url(/images/Kalkulyator/hamilelikteqvimi/hamilelikteqvimi.jpg) top right no-repeat;
margin-bottom:15px;
}

.calc-containerht input[type=text] {
background-color:#FFFFFF;
border:#CCCCCC solid 1px;
box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;
border-radius:4px;
color:#555555;
display:inline-block;
font-size:14px;
height:20px;
line-height:20px;
padding:4px 6px;
vertical-align:middle;
}

.td_c {
border-style:solid;
border-width:1px;
text-align:center;
border-color:#666;
width:300px;
padding:2px;
}

.td_h {
background-color:#DFF5DA;
border-color:#73A100;
border-style:solid;
border-width:2px;
}

.td_f {
text-align:center;
border-style:solid;
border-width:1px;
border-color:#666;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#73A100;
}
