/* here you can put your own css to customize and override the theme */
::-moz-selection {
  color: #212322;
  background: #e5e5e5;
}
::selection {
  color: #212322;
  background: #e5e5e5;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

.row.no-gutters {
  margin-right: -2px;
  margin-left: -2px;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 2px;
  padding-left: 2px;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
body {
    background-color: #FFFFFF;
/*    background-image: url(images/paper_bg.png);
    background-repeat: repeat;
    background-position: left top;
*/}

body .page {
    overflow: hidden;
    position: relative;
/*    z-index: 10;   */
}

.page-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 350px;
    width: 100%;
    background: #4f636e;
}

p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.kapsa {
	clear: both;
	display: block;
/*	overflow: hidden;*/
	width: 100%;
	margin: 0;
}
img {
    max-width: 100%;
}
.pre-header .sol {
    position: relative;
}
.pre-header .sag {
    position: relative;
}
.pre-header .sol ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.pre-header .sol ul li {
    list-style: none;
    display: inline-block;
    float: left;
    line-height: 40px;
    margin-right: 30px;
}
.pre-header .sol ul li span {
    margin-right: 10px;
}
.pre-header p {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 40px;
}
.pre-header .sag p i {
    font-size: 16px;
    margin-right: 5px;
}
.page-slider {
	margin-top: 0px;
}
div.content-wrap .header_bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -20px;
    bottom: 0;
    width: 100%;
    height: 12%;
    opacity: 1;
    background: -moz-linear-gradient(top,#212322 0%,transparent 100%);
    background: -webkit-linear-gradient(top,#212322 0%,transparent 100%);
    background: linear-gradient(to bottom,#212322 0%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212322",endColorstr="transparent",GradientType=0);
}
.titlebar {
	position: relative;
	padding: 0;
    text-align: left;
    background-image: url("../img/titlebar/banner01.jpg");
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    z-index: 1;
}
.titlebar .color-overlay {
    position: relative;
    height: 100%;
  /*  background-color: rgba(0, 0, 0, 0.6);      */
    /*background: linear-gradient(90deg, rgb(14, 55, 70) 0%, rgba(119, 225, 216, 0) 59%);*/
   /* background-image: url(../img/gridtile.png);            */
    background: rgba(0, 0, 0, 0.7);
}
.titlebar h1 {
	font-size: 20px;
	margin: 0 0 5px 0;
    color: #FFF;
}
.titlebar p {
	font-size: 20px;
    font-weight: 300;
	margin: 0 0 5px 0;
    color: #FFF;
}
.titlebar .breadcrumb{
	margin-bottom: 0;
}
.boxedeb {
	background: none;
}
.corporate .content-page {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.content-page .link, .content-page .link:hover, .content-page .link:active {
  color: #ED1B34;
}
.page-404 .number {
  color: #ED1B34;
}
.blog-item.dotted {
    border-bottom: 1px dashed #EBEBEB;
}
.blog-posts h3 a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}
.blog-posts hr.blog-post-sep {
	margin: 10px 0 20px 0;
    border-top: 1px solid #B5A567;
}
.blog-info {
	margin: 10px 0 !important;
}
.blog-post-items .blog-info {
    margin: 10px 0 0 !important;
}
.blog-posts {
    position: relative;
}
.blog-posts .blog-info li {
    margin-bottom: 0;
    font-size: 14px;
}
.blog-posts .pagination li {
	margin-left: 0;
	margin-right: 10px;
}
.blog-posts h1,.blog-item h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
	color: #171716;
}
.blog-posts h2,.blog-item h2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #171716;
}
.blog-posts h3,.blog-item h3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #171716;
}
.blog-item h3.title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #7e1c1c;
}
.blog-posts h4,.blog-item h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #171716;
}
.blog-posts p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #171716;
}
.blog-post p, .blog-item p {
    margin-bottom: 10px;
}
.blog-posts p:last-child, .blog-item p:last-child {
    margin-bottom: 0px;
}
.blog-posts li,.blog-item p,.blog-item li {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    color: #171716;
}
.blog-posts li, .blog-item li {
    margin-bottom: 10px;
}
.blog-posts a {
    text-decoration: underline;
}
.blog-posts a:hover {
    /*text-decoration: none;   */
    color: #dc4e41;
}
.larger_underline {
    border-bottom: 3px solid #ef7559 !important;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
    color: #666 !important;
}
.blog-posts img {
    max-width: 100%;
    height: auto;
}
.blog-posts .blog-img {
    border: 0;
}
.flexslider .slides img {
    max-width: 100%;
    width: auto;
}
.blog-posts .flex-direction-nav li {
    line-height: 40px;
}
.blog-item li.flex-nav-prev, .blog-item li.flex-nav-next {
    line-height: 40px;
}
.blog-item hr.blog-post-sep {
	margin: 10px 0 20px 0;
}
.blog-tags li i, .blog-info li i {
  color: #7e1c1c;
}
.blog-tags li a:hover {
  color: #fff;
  background: #d2b032;
  border: 0;
}
.blog-tags li a:hover:after {
  border-left-color: #d2b032;
}

.product-inner {
	position: relative;
}
.product-inner img.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-inner-img {
    overflow: hidden;
}
.product-details {
	/* position: absolute;
	bottom: 0;
	left: 0; */
	width: 100%;
	padding: 15px 10px;
	background: none;
	/*opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);*/
}
.product-details h3 {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.1em;
    color: #f2f0ee;
    padding-top: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*    height: 32px;        */
/*    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}
.product-details p {
	margin-bottom: 5px;
	color: #656565;
}
.product-inner img {
	margin: 0;
	padding: 0;
	width: 100%;
}

.post_meta_share a { display: inline-block;background: #ececec;color: #555;width: 90px;height: 32px;line-height: 32px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;text-align: center;margin-left: 2px; }
.blog-info li.post_meta_share a i { font-size: 16px !important;padding-right: 5px;color: #212322; }
.blog-info li.post_meta_share a:hover i { color: #fff; }
.post_meta_share .post_share_facebook:hover { background: #3B5998;color: #fff; }
.post_meta_share .post_share_twitter:hover { background: #4099FF;color: #fff; }
.post_meta_share .post_share_googleplus:hover { background: #d34836;color: #fff; }
.post_meta_share .post_share_linkedin:hover { background: #0e76a8;color: #fff; }

.pre-footer .container { padding-top: 0px; }
.footer-categories { /*float: left;*/padding-left: 20px; }
.footer-categories li { margin-bottom: 4px; }
.footer-categories li a { position: relative;padding: 0;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s; }
.footer-categories li a:hover { color: #7e1c1c; }
/*.footer-categories li a:before {
    position: absolute;
    content: ".";
    width: 1px;
    right: -6px;
    top: -5px;
}
.footer-categories li:last-child a:before {
    content: "";
    width: 0;
}*/
.alert>p, .alert>ul { margin-bottom: 0; }

/* Flexslider */
.flexslider {
    background: #F3EFE2;
    border: 1px dotted #D6CFB7;
    padding: 4px;
    margin-bottom: 30px;
}
.flex-control-thumbs li {
    width: 20%;
}
.flex-direction-nav li a:hover {
}
.flex-direction-nav a:before {
    color: rgba(245, 185, 32, 0.8);
}
/* Flexslider */

.corporate .content-page.bgwhite {
    background: #FFF;
}
.staticContent .row {
    position: relative;
}
.static:before {
    content: "";
    width: 3000px;
    /* height: 121%; */
    background: none;
    display: block;
    position: absolute;
    right: 75%;
    top: 0px;
    /* bottom: 160px; */
    bottom: -100px;
}
.contentLeft {
    position: relative;
    margin-top: 0px;
    z-index: 1;
/*    padding-right: 30px;*/
/*    padding-bottom: 40px;*/
}
.contentRight {
/*    padding-left: 0px;*/
}
.contentRight h3.title-section {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #212322;
}
.social-button a {
    color: #FFF;
    border: 0;
}
.social-button a:hover {
    color: #FFF;
}
.social-footer {
    position: relative;
    margin: 20px 0;
}
.social-footer:before {
/*    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    background: #999;
    width: 8%;
    height: 1px;
    max-width: 300px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
.social-footer.list-inline>li {
    padding: 0;
}
.social-footer.list-inline>li a {
    background: rgba(123, 122, 122, 0.25);
/*    background: #0e3746;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

/*    border-radius: 50%;
    background: #db2828;*/
    margin-bottom: 0px;
    padding: 8px;
    line-height: 36px;
}
.social-footer.list-inline>li a:hover {
    background: rgba(123, 122, 122, 0.15);
}
.social-footer.list-inline>li a i {
    font-size: 16px;
/*    line-height: 32px;  */
    color: #FFF;
}
.social-footer.list-inline>li a.icon-facebook:hover i {
    color: #3b5998;
}
.social-footer.list-inline>li a.icon-twitter:hover i {
    color: #55acee;
}
.social-footer.list-inline>li a.icon-youtube:hover i {
    color: #bb0000;
}
.social-footer.list-inline>li a.icon-googleplus:hover i {
    color: #dd4b39;
}
.social-footer.list-inline>li a.icon-instagram:hover i {
    color: #cd486b;
}
.social-footer.list-inline>li a.icon-pinterest:hover i {
    color: #cb2027;
}
.social-footer.list-inline>li a.icon-foursquare:hover i {
    color: #0072b1;
}
.social-footer.list-inline>li a.icon-flickr:hover i {
    color: #ff0084;
}
.social-footer.list-inline>li a.icon-linkedin:hover i {
    color: #007bb5;
}
.close {
    line-height: 16px;
}
.pages {
    text-align: center;
    margin-bottom: 20px;
}
.content-section {
    position: relative;
    display: block;
    clear: both;
    margin: 30px 0;
    padding: 30px 0;
}
.post-section {
    position: relative;
    display: block;
    clear: both;
    background-color: #f5f5f5;
    padding: 60px 0;
}
.post-section:nth-child(odd){
    background-color: #f5f5f5;
}
.post-section:nth-child(even){
    background-color: #fff;
}

/* Departmans Block */
.departmans {
    background: none;
    padding: 10px 0 30px;
}
.departmans .thumbnail {
    text-align: center;
    overflow: hidden;
    padding: 30px 10px;
    border: 0;
    margin-bottom: 0;
    text-decoration: none;
}
.departmans .thumbnail.shop {
    background: #DB1759;
}
.departmans .thumbnail.cinema {
    background: #6F5FAA;
}
.departmans .thumbnail.cafe {
    background: #F36A22;
}
.departmans .thumbnail.game {
    background: #FFCA08;
}
.departmans .thumbnail.etkinlik {
    background: #E17070;
}
.departmans .thumbnail.floor {
    background: #338DCC;
}
.departmans .thumbnail .fa {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 30px;
    color: #FFF;
}
.departmans .thumbnail h3 {
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
}
.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
  	box-shadow: 3px 3px 0 rgba(255,255,255,1);
	-webkit-transition: opacity 0.2s, box-shadow 0.2s;
	-moz-transition: opacity 0.2s, box-shadow 0.2s;
	transition: opacity 0.2s, box-shadow 0.2s;
}
.departmans .thumbnail:hover .hi-icon {
    box-shadow: 0 0 0 4px #fff;
}
/* Departmans Block */

/* Brands Section */
.brands {
    padding-top: 60px;
}
/* Brands Section */

/* Hizmetler Section */
.hizmetler {
/*    padding: 100px 0;
    background-image: url(../img/prheader-bg.jpg);
    background-position: center 0px;
    background-repeat: repeat;*/
}
.hizmetler h4 {
    font-weight: 600;
}
.s-icons-wrap {
    position: relative;
}
.s-icons {
/*    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
   */
    text-align: center;
/*    color: #ffffff;*/
   /* box-shadow: inset 0 0 0 2px #ffffff;
    margin: 0 auto 25px auto;*/
    width: 90px;
    margin-right: 20px;
    padding: 10px;
    font-size: 30px;
    border: 1px solid #751b1b;
    color: #751b1b;
}
.contentRight .s-icons {
    border: 0;
}
.s-icons.atm {
   background: url("../img/services-icons/white/atm.png") no-repeat center;
   background-size: 60px 60px;
}
.s-icons.park {
   background: url("../img/services-icons/white/parked-car.png") no-repeat center;
   background-size: 60px 60px;
}
.s-icons.baby {
   background: url("../img/services-icons/white/mother-changing-baby-clothes.png") no-repeat center;
   background-size: 60px 60px;
}
.s-icons.disabled {
   background: url("../img/services-icons/white/disabled.png") no-repeat center;
   background-size: 60px 60px;
}
.s-icons.child {
   background: url("../img/services-icons/white/hobby-horse.png") no-repeat center;
   background-size: 60px 60px;
}
.s-icons.mosque {
   background: url("../img/services-icons/white/mosque.png") no-repeat center;
   background-size: 60px 60px;
}
.s-icons-title {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    display: block;
}
.s-icons-wrap span.s-icons {
    transition-duration: 0.8s;
    transition-property: transform;
}
.s-icons-wrap:hover span.s-icons {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform:rotate(360deg);
}
.block-title-main h3 span.white {
    color: #FFF;
}
/* Hizmetler Section */

/* Anasayfa İçerikler Section */
.posts {

}
.tanitim {
    position: relative;
    overflow: hidden !important;
    text-align: center;
   /* background: #FFF;
    background-image: url(../img/backgrounds/main_back.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 80px; */
    background-image: url(../img/backgrounds/main_back.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/*.tanitim h3 {
    margin-bottom: 20px;
}
.tanitim p {
    margin: 0;
}
.tanitim .media-body {
    width: 60%;
    padding: 30px 0;
}

.tanitim .block-title-main h3 {
    font: 400 2.1em/1.5em 'Myriad Pro';
}*/
.tanitim .block-title-main:last-child {
    margin-bottom: 0px;
}
/*.tanitim .block-title-main p {
    font: 400 1.2em/1.6em 'Myriad Pro';
}*/
.tanitim .block-title-main p:last-child {
    margin-bottom: 0;
}
.tanitim .top {
    background-image: linear-gradient(to right, #74ebd5 0%, #a578ff 100%);
    padding: 40px 0;
}
.tanitim .top blockquote {
    margin-bottom: 30px;
}
.tanitim .top .btn.btn-default {
    font-size: 14px;
    background-color: #12537a;
    color: #FFF;
}
.tanitim .top .btn.btn-default:hover {
    background-color: #F26260;
}
.tanitim .top p {
    margin-bottom: 0;
}
.tanitim .bottom {
/*    background: #FFF;
    padding: 60px 0 60px 0;*/
}
.tanitim .bottom .container {
    position: relative;
}
.tanitim .bottom .block-title-main {
    margin-bottom: 0;
}
.tanitim .bottom p {
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.tanitim .bottom a.btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0;
}
.tanitim .bottom a.btn .fas {
    margin-right: 5px;
    font-size: 18px;
}
.sectors {
    overflow: hidden;
    background-image: url("../img/backgrounds/home2-map.png");
    background-position: top center;
    background-repeat: no-repeat;
}
.sectors .services-grids:nth-child(2) {
    text-align: center;
}
.sectors .services-grids:nth-child(2) > .col {
    display: inline-block;
    float: none;
}
.faqs {
    overflow: hidden;
}
.faqs .media {
    border-bottom: 1px solid #272727;
}
.faqs .media:last-child {
    border-bottom: 0;
}
.faqs .media-body h4.media-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.faqs .media-body p {
    font-size: 16px;
}
.faqs .btn {
    margin-top: 20px;
    background-color: #db2828;
    border-color: #FFF;
    border-radius: 0;
}
.galleries {
    overflow: hidden;
    padding: 60px 0;
    background-image: url("https://www.transparenttextures.com/patterns/fake-brick.png");
}
.urunler {
    overflow: hidden;
    padding: 60px 0;
}
.blog-items {
    overflow: hidden;
}
.testimonials {
    overflow: hidden;
    padding: 60px 0;
}
.welcome-hotel {
    overflow: hidden;
    background: url(../../pages/img/parallax/welcome.jpg) no-repeat fixed;
    width: 100%;
}
.welcome-hotel .welcome-detail .text h3 {
    font-weight: 400;
    font-size: 2.6em;
    line-height: 2em;
    color: #FFF;
    font-weight: 800;
}
.welcome-hotel .welcome-detail .text p {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.8em;
    margin: 15px 0 0 0;
    color: #FFF;
}
.welcome-hotel .welcome-detail .welcome-img { border-radius: 100%; border: solid 7px #fff;}

/* Anasayfa İçerikler Section */

/* Sosyal Medya Post Section */
.social_posts {
    padding: 80px 0;
}
/* Sosyal Medya Post Section */

/* Sosyal Medya Post Section */
.instagram_feed {
    padding: 80px 0;

}
/* Sosyal Medya Post Section */

.btn-pink {
    color: #fff;
    background-color: #ef7559;
    border-color: #ef7559;
}

/* Hizmetlerimiz Sayfası */
.hizmet_detay {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.hizmet_detay .icon {
    border-radius: 80px;
    border: 1px solid #212322;
    width: 80px;
    height: 80px;
}
.hizmet_detay img {
    max-width: 100%;
    padding: 10px;
}
.hizmet_detay h3 {
    margin: 0;
    padding: 0;
}
.blog-posts .hizmet_detay p {
    font-size: 16px;
}
/* Hizmetlerimiz Sayfası */

.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Bayraklar */
.flags {
    margin-top: 10px;
}
.flag-wrapper {
  width: 25px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.flag-wrapper:after {
  padding-top: 75%;
  /* ratio */
  display: block;
  content: '';
}
.flag-wrapper .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
/* Bayraklar */
.btn-social-icon {
    width: 25px;
    height: 25px;
}
.btn-social-icon>:first-child {
    line-height: 25px;
    font-size: 1em;
}
.btn-maincolor {
    background: #ef7559;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #FFF;
}
.colored {
    color: #7e1c1c;
    font-weight: bold;
}
.thumbnail {
    overflow: hidden;
    position: relative;
    background: #FFF;
    margin: 0 0 20px 0;
    padding: 0;
    border-radius: .625rem;
    border: 1px solid #d4d4e1;
}
.thumbnail.bordered {
    border: 1px solid #c5c7c8;
    border-radius: 50%;
}
.thumbnail figure {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
/*.thumbnail img {
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
	transition: opacity 0.8s, transform 0.8s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}*/
.thumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.thumbnail img:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.thumbnail a:hover img {
    opacity: 0.8;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
.thumbnail .caption {
    padding: 20px 10px;
    background: #FFFFFF;
}
.thumbnail a:hover .caption span {
    color: #4ca1bf;
}
.thumbnail .caption h3 {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    color: #1b1a1a;
    margin-bottom: 10px;
    overflow: hidden;
/*    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}
.thumbnail a:hover .caption h3 {
    color: #7e1c1c;
}
.thumbnail .caption p {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #393d2b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.thumbnail .caption a {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #212322;
    margin-bottom: 0;

/*    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}
.thumbnail .caption a:hover {
    color: #034272;
}
.thumbnail .thumb-media {
    position: relative;
}
.thumbnail .thumb-media:before {
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-image: -webkit-gradient(-180deg,transparent 18%,#31150d 100%);
    background-image: -webkit-linear-gradient(-180deg,transparent 18%,#31150d 100%);
    background-image: -moz-linear-gradient(-180deg,transparent 18%,#31150d 100%);
    background-image: -ms-linear-gradient(-180deg,transparent 18%,#31150d 100%);
    background-image: -o-linear-gradient(-180deg,transparent 18%,#31150d 100%);
    background-image: linear-gradient(-180deg,transparent 18%,#31150d 100%);
}
.thumbnail .thumb-content {
    text-align: left;
    padding: 0 20px;
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 0;
    z-index: 5;
    right: 0;
}
.thumbnail .thumb-content h3 {
    width: 100%;
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1.6px;
    margin-bottom: 5px;
    position: relative;
}
.thumbnail .thumb-content p {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.6px;
    color: #FFF;
    margin-bottom: 0px;
}
.thumbnail a {
    color: #ecd079;
    text-decoration: none;
}
.thumbnail a:hover {
    color: #FFF;
}
.thumbnail figure .date {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 40px;
    color: #000;
    font-size: 20px;
    background: #ecd079;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    z-index: 2;
}
.thumbnail figure .date span {
    background: #7e1c1c;
    display: inline-block;
    width: 100%;
    color: #FFF;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
}
a.scroll-down {
    outline: none;
    color: #888;
}
.mouse {
    position: absolute;
    width: 22px;
    height: 42px;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid #fff;
    transform: translateY(0px);
    opacity: 1;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}
.scroll {
    cursor: pointer;
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
/*    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;*/
    -webkit-animation: 1s ease 0s normal both infinite running exter-bounce;
    animation: 1s ease 0s normal both infinite running exter-bounce;
}
/*.owl-carousel2 .panel {
    padding: 15px 10px;
    background: rgba(77, 74, 35, 0.3);
    border: none;
}
.owl-carousel2 .panel-body p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #FFF;
    text-align: center;
}
.owl-carousel2 .panel-body p.name {
    color: #FFF;
    margin-bottom: 0;
}
.owl-carousel2 .item {
    margin: 10px;
}
.owl-carousel2 .owl-item:nth-child(3n+1) > .item {
    margin-left: 0;
}
.owl-carousel2 .owl-item:nth-child(3n+3) > .item {
    margin-right: 0;
}*/

.block-title-main {
    position: relative;
    color: #FFF;
    margin-bottom: 30px;
    text-align: center;
}
.block-title-main h3 a {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    color: #48533f;
    border-bottom: 0;
    font-weight: 300;
}
.block-title-main h3  {
    display: inline-block;
    position: relative;
    margin: 0 0 30px 0;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 800;
/*    line-height: 2.4em;  */
    margin-bottom: 40px;
    padding: 0 30px;
    color: #212322;
    letter-spacing: 2px;
}
.block-title-main h3 span  {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #212322;
}
.block-title-main.text-white h3  {
    color: #FFF;
}
.block-title-main h3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
/*    background: url("../img/title-line.png");*/
    background: #ecd079;
    width: 150px;
    height: 2px;
    max-width: 120px;
    border-radius: 25%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*.block-title-main h3:after {
    background: rgba(0, 0, 0, 0) url(../img/slide-separator.png) no-repeat scroll center top;
    bottom: -25px;
    content: "";
    display: block;
    width: 115px;
    height: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}*/
/*.block-title-main.text-white h3:before {
    background: #FFF;
}*/
.block-title-main p {
    text-align: center;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.6em;
    letter-spacing: 1px;
    color: #2d2c28;
}
.block-title-main.text-white p {
    color: #FFF;
}

/* Forms*/

.default-form .btn-primary {
    background-color: #7e1c1c;
    border-color: #7e1c1c;
}
.default-form .btn-primary:hover {
    border-color: #212322;
}
.default-form .form-control {
    font-size: 12px;
/*    border: 1px solid #9da5ae;*/
}
.default-form input.form-control, select.form-control {
/*    height: 44px;
    padding: 6px 12px;*/
}
.default-form .btn {
    font-size: 12px;
}

/* Forms*/


/* Single Side Bar */
.sidebar-wrapper .single-sidebar {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}
.single-sidebar .business-enquiry {
    position: relative;
    overflow: hidden;
    display: block;
    background: #7e1c1c;
    margin: 20px 0;
    padding: 30px;
}
.single-sidebar .business-enquiry h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 16px;
}
.single-sidebar .business-enquiry p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.single-sidebar .business-enquiry a {
    background: #450909;
    width: 120px;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    margin: 0;
    transition: all 500ms ease;
    border: 2px solid #550808;
}
.single-sidebar .business-enquiry a:hover {
    background: #ecd079;
    border: 2px solid #FFF;
    color: #000;
}
.single-sidebar .business-enquiry .fa {
    position: absolute;
    font-size: 100px;
    width: 100px;
    height: 65px;
    color: #ED1B34;
    right: -15px;
    top: 70%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: color 0.2s, opacity 0.7s, -webkit-transform 0.6s;
    -moz-transition: color 0.2s, opacity 0.7s, -moz-transform 0.6s;
    transition: color 0.2s, opacity 0.7s, transform 0.6s;
}
.business-enquiry:hover .fa.icons {
	color:#FFF;
}
/* Single Side Bar */
.newsletter-signup {
    text-align: center;
    width: 100%;
}
.footer-bar-title {
    display: inline-block;
    max-width: 35%;
    color: #FFF;
    margin: 0px;
    font-size: 18px;
    vertical-align: middle;
    padding-right: 20px;
}
.newsletter-signup form {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.newsletter-signup form input {
    color: #525151;
}
.newsletter-signup .checkbox {
    margin-bottom: 30px;
}
.newsletter-signup form button {
    display: table-cell;
    width: 30%;
    height: 40px;
    padding: 10px;
    background-color: #0f75bc;
    border: 0 none;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.5px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.newsletter-signup form button:hover {
    color: #ffffff;
}
.footer-social-btns {
    float: right;
    text-align: right;
    width: 100%;
}
@-webkit-keyframes exter-bounce {
0% {
 opacity: 0;
 transform: translate3d(0px, -10%, 0px);
}
100% {
 opacity: 1;
 transform: none;
}
}
@keyframes exter-bounce {
0% {
 opacity: 0;
 transform: translate3d(0px, -10%, 0px);
}
100% {
 opacity: 1;
 transform: none;
}
}
.product-image-box {
    margin-bottom: 20px;
    border: 1px solid #e3e6e7;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
}
.udetayacikla{position:relative;display:block;overflow:hidden;border-bottom:1px solid #ccc; font-size:14px;}
.udetayacikla .udbaslik{background:#eee; padding-top:15px; padding-bottom:15px;  font-weight:600;}
.udetayacikla div:nth-of-type(2){padding-top:15px; padding-bottom:15px;}
.udetayacikla div h2{display:inline; font-size:14px;}
.udetayacikla .udbaslik i{margin-right:10px;}
.udetayacikla:nth-of-type(1) .udbaslik{background:#7e1c1c; color:#fff;}
.udetayacikla:nth-child(even) .udbaslik{background:#ccc;}

.grid .grid-item {
    position: relative;
    margin-bottom: 5px !important;
}
.grid .grid-item p {
    margin: 5px 0;
}
.box-media-zoom {
    position:absolute;
    background: #7e1c1c;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:100%;
    color:#fff;
    z-index:10;
    top:20px;
    right:20px;
    font-size:12px;
    transition: all 300ms linear;
    box-shadow: 0 0 0 4px rgba(128, 123, 123, 0.18);
}
.box-media-zoom i {
    line-height:40px;
}
/*figure.effect-apollo {
    background: #ae8715 !important;
}*/

.modal-header {
    background: #12537a;
    color: #FFF;
}
.modal-header .close {
    opacity: 1;
    color: #FFF;
}

.modal-title{
    margin-bottom: 10px;
}
.modal-header p {
    margin-bottom: 0;
}

/* 12.1 - Testimonials */

#testimonials { max-width:1680px; margin:auto; }
#testimonials:after { content:""; clear:both; display:block; }
#testimonials figure { width:33.33%; box-sizing:border-box; border-width:10px 15px 25px; border-style:solid; border-color:transparent; position:relative; float:left; }
#testimonials figure .testimonial { padding:40px 40px 5px; text-align:center; background:#FFF; position:relative; border-radius:5px; box-shadow:0 1px 1px rgba(0,0,0,0.15), 0 12px 0 -5px #E5E5E5, 0 12px 1px -4px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.2), 0 0 10px rgba(0,0,0,0.1); }
#testimonials figure i { font-size:28px; color:#EEE; position:absolute; top:10px; left:10px; }
#testimonials figure h2 { padding:0 40px; font-weight:bold; font-size: 25px; line-height: 27px; text-transform:none; letter-spacing:0; }
#testimonials figure p { font-style:italic; }
#testimonials figure .name { margin-top:-5px; font-size:14px; line-height:18px; font-style:normal; }
#testimonials figure .name span { font-size:13px; }
#testimonials figure:before, #testimonials figure:after { position:absolute; width:40%; height:10px; content:""; left:12px; bottom:2px; background:transparent; transform:skew(-5deg) rotate(-5deg); box-shadow:0 6px 12px rgba(0,0,0,.2); z-index:-1; }
#testimonials figure:after { left:auto; right:12px; transform:skew(5deg) rotate(5deg); }
#testimonials .btn {
    border: 2px solid #FFF;
    box-sizing: border-box;
    background: none;
    color: #FFF;
    padding: 0 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    color: #FFF;
    letter-spacing: 1.2px;
    text-align: center;
    overflow: hidden;
    transition: .4s ease !important;
}
#testimonials .btn:hover {
    background: #FFF;
    color: #212322;
}

/* 12.2 - Testimonials Cover */

#testimonials figure.cover .testimonial { padding:0; box-shadow:0 0 1px rgba(0,0,0,0.2), 0 0 10px rgba(0,0,0,0.1);background: #d8a337; }
#testimonials figure.cover .testimonial img { width:100%; height:auto; display:block; border-radius:5px 5px 0 0; }
#testimonials figure.cover .testimonial .details { padding:40px; background:top left repeat-x; }
#testimonials figure.cover .testimonial h2, #testimonials figure.cover .testimonial p { padding:0; color:#FFF; }
#testimonials figure.cover:before, #testimonials figure.cover:after { display:none; }

blockquote {
    font-weight: 800;
    font-size: 2.4em;
    line-height: 1.5em;
    color: #FFF;
    width: 60%;
    margin: 1rem auto;
    display: inline-block;
    padding: 1rem 1.5rem;
    position: relative;
    border-left: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
blockquote:after, blockquote:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 4px;
    font-size: 2rem;
    line-height: 3rem;
    color: #FFF;
    opacity: 1;
}
blockquote:before {
    content: "\f10d";
    left: -20px;
    text-align: center;
}
blockquote:after {
    content: "\f10e";
    right: -20px;
    top: auto;
    bottom: 0;
}
#topcontrol:hover img {
    -webkit-filter: drop-shadow(0 10px 20px rgba(198, 170, 74, 0.9 ));
    filter: drop-shadow(0 10px 20px rgba(198, 170, 74, 0.9 ));
}
a.img-group-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    font-size: 16px;
}
.blog-posts a.img-group-title:hover {
    color: #db2828;
}
.btn-primary.alt {
    background-color: #FFF;
    border-width: 2px;
    border-color: #0f75bc;
    color: #0f75bc;
    border-radius: 20px;
    font-size: 12px;
    padding: 10px 30px;
}
.block {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    vertical-align: middle;
    z-index: 2;
}
.circle {
    cursor: pointer;
    background: #3d3b3c;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    border: 3px solid #FFF;
    border-radius: 200px;
    color: #7f7b71;
    width: 52px;
    height: 52px;
    font-size: 26px;
    font-weight: bold;
    display: table;
}
.circle .fas {
    vertical-align: middle;
    display: table-cell;
}
.circle .fas.fa-play {
    font-size: 18px;
    padding-left: 5px;
    color: #FFF;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 9999;
    background: #e6e7ea;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2d3d7f;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss .fas {
    line-height: 35px;
}
#dismiss:hover {
    background: #fff;
    color: #2d3d7f;
}
.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}
#sidebar .sidebar-header {
    padding: 20px 10px;
    background: #0f75bc;
}
#sidebar .sidebar-header h3 {
    font-size: 16px;
    margin: 0;
}
#sidebar ul.components {
    padding: 20px 0;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    display: block;
    color: #312f2f;
    padding: 10px 10px;
    font-size: 11px;
    letter-spacing: 1px;
    border-bottom: 1px solid #b2b3b7;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#sidebar ul li.active > a, #sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #0f75bc;
}
/*a[data-toggle="collapse"] {
    position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\f0dd';
    display: block;
    position: absolute;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
    font-weight: 900;
}
a[aria-expanded="true"]::before {
    content: '\f106';
}*/
#sidebar ul ul a {
    font-size: 11px !important;
    padding-left: 30px !important;
   /* background: #0f75bc;           */
}
#sidebar ul.CTAs {
    padding: 20px;
}
#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
/* Effect 5 */
.hi-icon-effect-5 .info-head i {
	overflow: hidden;
   	box-shadow:0 0 0 4px rgb(224, 220, 220);
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.hi-icon-effect-5 .info-head i:after {
	display: none;
}
.hi-icon-effect-5 .info-head i:before {
	display: block;
}
.hi-icon-effect-5 .info-post:hover i {
	background: rgba(255,255,255,1);
	color: #212322;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}
.hi-icon-effect-5a .info-post:hover i:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
.hi-icon-effect-5b .info-post:hover i:before {
	-webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

#main-nav {
    display: none;
}
header .toggle {
    position: absolute;
    z-index: 9980;
    top: 70px;
    left: auto;
    right: 20px;
    cursor: pointer;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0px;
}
header .toggle:hover span, header .toggle:hover span::before, header .toggle:hover span::after {
    background: #dab977;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    background: #640303;
    display: none;
}
.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -7px;
}
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #2a2b2e;
}
.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
    border-bottom: 1px solid #4d4e50;
}
.hc-offcanvas-nav:not(.touch-device) a:hover {
    background: #db2828;
}
.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
    background: #db2828;
    border-top: 1px solid #db2828;
    border-bottom: 1px solid #db2828;
}
.hc-offcanvas-nav li.nav-close a:hover,.hc-offcanvas-nav li.nav-back a:hover{background:#212322; color: #FFF;}
.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
    border-left: 1px solid #4d4e50;
}
.hc-offcanvas-nav h2 {
    color: #FFF;
}
.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
    font-size: 14px;
}
.cf::after {
    clear: both;
}
.cf::before, .cf::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
}
.sf-vertical {
    min-width: 18em;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
/*  table-layout: fixed;*/
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  font-size: .85em;
  padding: .625em;
  text-align: center;
}

table th {
  letter-spacing: .1em;
}
.search-box {
    padding: 0;
    position: relative;
}
.search-outer {
    background: #e6e3e3;
    position: relative;
    z-index: 1;
    padding: 30px 30px 15px 30px;
    box-shadow: 0px 0px 40px #57575757;
    border-bottom: 3px solid #b62c2a;
}
.search-outer .form-control {
    font-size: 12px;
    height: 46px;
}
.search-outer .form-group {
    max-width: 100%;
}
.search-outer .form-group .btn {
    width: 100%;
    font-size: 12px;
    background-color: #0e3746;
    border-color: #0e3746;
    height: 46px;
}
.search-content .form-group {
    margin-top: 10px;
}
.search-content-text {
    text-align: right;
}
.search-content-text h3 {
    font-weight: bold;
    margin-bottom: 0;
}
.search-content-text h3 span {
    color: #7e1c1c;
}
.search-content-text p {
    margin-bottom: 0;
    line-height: 20px;
}
.single-property {
    position: relative;
}
.dlab-quik-search {
    background-color: #EE3131 !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    z-index: 999;
    overflow: hidden;
}
.dlab-quik-search form {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
}
.dlab-quik-search .form-control {
    padding: 15px;
    width: 100%;
    height: 42px;
    border: none;
    background: 0 0;
    color: #fff;
    font-size: 14px;
}
.dlab-quik-search .form-control::placeholder {
    color: #FFF;
}
.dlab-quik-search span {
    position: absolute;
    right: 100px;
    top: 30%;
    font-size: 20px;
    cursor: pointer;
}
.site-button-link {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-weight: 400;
}
.wrapper.cf .site-button-link{
    display: none;
}

.property-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.property-img > a {
    display: block;
}
.property-img a img {
    transition: all 0.5s ease 0s;
    width: 100%;
    display: block;
}
.property-desc {
    background: #FFF none repeat scroll 0 0;
}
.property-desc i:before{
    margin-left: 0;
}
.property-desc-kod {
    padding: 10px 15px;
    position: relative;
    background: #EAE8DC;
    color: #0e3746;
}
.property-desc-oem {
    padding: 10px 15px;
    position: relative;
    background: #7e1c1c;
    color: #FFF;
}
.property-desc-top {
    padding: 10px 15px;
    position: relative;
}
.property-img span.category_name {
    background: #7e1c1c;
    color: #fff;
    height: 28px;
    font-size: 10px;
    line-height: 28px;
    padding: 0 13px;
    position: absolute;
    border-radius: 3px;
    text-align: center;
    bottom: 20px;
    right: 10px;
    z-index: 5;
}
.property-desc-top h6 a {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.property-img h4.price {
    color: white;
    position: absolute;
    font-weight: 700;
    font-size: 23px;
    bottom: 10px;
    left: 15px;
    z-index: 20;
}
.property-img h4.price span {
    font-size: 12px;
}
.property-title small {
    color: #7e1c1c;
}
.property-title > p {
    margin-bottom: 0;
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.property-title > p a {
    color: #252424;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
.property-title > p a:hover {
    color: #7e1c1c;
}
.property-desc-bottom {
    background: #818285;
}
.property-bottom-list {
    border-top: 1px solid #ffffff;
    overflow: hidden;
    padding: 18px;
    text-align: center;
}
.property-bottom-list ul {
    padding: 0;
    margin: 0;
}
.property-bottom-list ul li {
    color: #ffffff;
    display: inline-block;
    padding-left: 25px;
    font-size: 12px;
}
.property-bottom-list ul li:first-child {
    padding-left: 0;
}
.img-fade {
	width:100%;
	height:80px;
	position:absolute;
    z-index: 2;
    bottom:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21232200', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.bottom-icons {
    position: fixed;
    bottom: 75px;
    left: 20px;
    z-index: 2;
}
.bottom-icons img {
    display: block;
}
.form-message {
    font-size: 12px;
}
.alert i {
    margin-right: 10px;
}
.module {
    position: relative;
    padding: 40px 0px;
}
.module.products {
    background: #4e636e;
}
.module.videogallery {
    background: #FFF;
}
.module.videogallery .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 40px 20px;
    background: #21232261;
    color: #FFF;
    border: 1px solid #797676;
    z-index: 1;
    width: calc(100% - 200px);
}
.module.videogallery .welcome-to-page {
    background: none;
}
.module.videogallery .welcome-to-page .col-lg-7 {
    padding: 0 10px;
}
.module.videogallery .welcome-to-page .col-lg-7 h3 {
    display: block;
    padding: 0;
    color: #37383c;
    border-top: 0;
    border-bottom: 0;
}
.module.videogallery .welcome-to-page .col-lg-7 h4 {
    color: #37383c;
}
.module.videogallery .welcome-to-page .col-lg-7 p {
    color: #37383c;
}

.module.posts {
    padding: 0;
}
.module.posts .container .media {
    position: relative;
    overflow: visible;
    display: block;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 30px 0;
    border-top: 5px solid #4e636e;
}
.module.posts .container:first-child .media {
    margin-top: 0;
}
.module.posts .media-body h3 {
    position: absolute;
    top: -15px;
    display: inline-block;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.1em;
    padding: 5px 20px;
    background: #4e636e;
    color: #FFF;
    margin: 0;
}
.module.posts .media-body h4.media-heading {
    line-height: 24px;
    margin-bottom: 10px;
}
.module.posts .media-body p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
}
.module.posts .media-body li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.module.posts .media .media-right img {
    width: 360px;
    max-width: fit-content;
    margin-top: -45px;
}
.module.posts .media .block {
    top: auto;
    bottom: 20px;
}
.module.posts .media .circle {
    cursor: pointer;
    background: #ec2028;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    border: 0;
    border-radius: 25px;
    color: #7f7b71;
    width: 25px;
    height: 25px;
}
.module.posts .media .circle .fas.fa-play {
    font-size: 10px;
    padding-left: 3px;
}

.social-banner {
    position: absolute;
    top: 230px;
    right: 0;
    margin: 0;
    z-index: 2;
}
.socialHeader.list-inline>li {
/*    background: rgba(176, 145, 70, 0.22);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
*/
    line-height: 30px;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    /*background: #9fa8ad;          */
}
.socialHeader.list-inline>li:last-child {
    margin-right: 0;
}
.socialHeader.list-inline>li a {
    padding: 8px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.socialHeader.list-inline>li a i {
/*    font-size: 16px;  */
    line-height: 32px;
    color: #FFF;
}
.socialHeader.list-inline>li a:hover {
    border-color: #af914f;
}
.socialHeader.list-inline>li a:hover i {
    color: #af914f;
}

/* */
.info-post.alt {
    position: relative;
    border: 1px solid #66543e;
    padding: 15px 10px;
    margin-bottom: 0;
    background: #302d26;
    background: linear-gradient(150deg, #3a3833 52%,#302d26 53%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2828', endColorstr='#a18548',GradientType=1 );
}
.info-post.alt:before {
    content: '';
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    border: 1px solid #FFF;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.info-post.alt:hover {
    background: #910e0e;
    background: linear-gradient(150deg, #db2828 52%,#910e0e 53%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3d42', endColorstr='#313237',GradientType=1 );
}
.info-post.alt .info-head i {
    color: #FFF;
    margin: 20px 0;
    line-height: 50px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.info-post.alt .info-head h3 {
    color: #FFF;
    height: auto;
    margin-bottom: 10px;
}

.onlineDanisma {
    position: relative;
}
.onlineDanisma .jumbotron {
    padding: 30px;
    background: #12537a;
    color: #FFF;
    text-align: center;
}
.onlineDanisma .jumbotron h3 {
    font-size: 18px;
    font-weight: 800;
}
.onlineDanisma .jumbotron p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
}
.onlineDanisma .jumbotron .btn.btn-primary {
    background-color: #949d6e;
    border: 2px solid #949d6e;
    color: #fff;
}
.onlineDanisma .jumbotron .btn.btn-primary:hover {
    border-color: #fff;
}
/* */
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
/* */

.faq-box {
    padding: 35px;
    margin: 0 0 20px;
    background: #f8f8f8;
    letter-spacing: -.4px;
}
.faq-box:nth-child(even) {
    background: #FFF;
}
.faq-box p.question {
    font-size: 16px;
}
.faq-box p.informa {
    font-style: italic;
    font-size: 13px;
}
.faq-box p.response {
    color: #67a07e;
}
.faq-box a {
    font-weight: 600;
    color: #67a07e;
    text-decoration: underline;
}
.faq-box a:hover {
    color: #12537a;
}
.faq-answer {
    padding: 15px;
    background: #E8E3E8;
}
.marka-box {
    margin-bottom: 20px;
}
.marka-box a {
    color: #212322;
    border: 1px solid #ccc;
    display: block;
    font-size: 18px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 300;
    transition: .2s;
}
.marka-box a:hover { color:#fff; background:#7e1c1c; border:1px solid #7e1c1c; text-decoration:none;}
.flex-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.flex-container.center {
    align-items: center;
}
