/* renkler */
/*
    #8B7A73
    rgba(139, 122, 115, 0.9)
    #222b65 --> lacivert
    #3A3431
    #6C605A --> links
    #2e3c86 --> a:hover
    #ed1c24 --> kırmızı
    #fc6156 ---> turuncu renk
    #494949 --> body color gri
*/
*,
::before,
::after {
  box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	direction: rtl;
	overflow-x: hidden;
	box-shadow: none !important;
}
@font-face {
    font-family: 'NoyhR';
    src: url('../fonts/subset-NoyhR-Light.eot');
    src: local('☞Noyh R Light'), local('NoyhR-Light'),
        url('../fonts/subset-NoyhR-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-NoyhR-Light.woff2') format('woff2'),
        url('../fonts/subset-NoyhR-Light.woff') format('woff'),
        url('../fonts/subset-NoyhR-Light.ttf') format('truetype'),
        url('../fonts/subset-NoyhR-Light.svg#NoyhR-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NoyhR';
    src: url('../fonts/subset-NoyhR-Medium.eot');
    src: local('☞Noyh R Medium'), local('NoyhR-Medium'),
        url('../fonts/subset-NoyhR-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-NoyhR-Medium.woff2') format('woff2'),
        url('../fonts/subset-NoyhR-Medium.woff') format('woff'),
        url('../fonts/subset-NoyhR-Medium.ttf') format('truetype'),
        url('../fonts/subset-NoyhR-Medium.svg#NoyhR-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/subset-BasicSans-Regular.eot');
    src: local('BasicSans-Regular'),
        url('../fonts/subset-BasicSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-BasicSans-Regular.woff2') format('woff2'),
        url('../fonts/subset-BasicSans-Regular.woff') format('woff'),
        url('../fonts/subset-BasicSans-Regular.ttf') format('truetype'),
        url('../fonts/subset-BasicSans-Regular.svg#BasicSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/subset-BasicSans-Regular.eot');
    src: local('BasicSans-Regular'),
        url('../fonts/subset-BasicSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-BasicSans-Regular.woff2') format('woff2'),
        url('../fonts/subset-BasicSans-Regular.woff') format('woff'),
        url('../fonts/subset-BasicSans-Regular.ttf') format('truetype'),
        url('../fonts/subset-BasicSans-Regular.svg#BasicSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/subset-Calibri.eot');
    src: local('Calibri'),
        url('../fonts/subset-Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Calibri.woff2') format('woff2'),
        url('../fonts/subset-Calibri.woff') format('woff'),
        url('../fonts/subset-Calibri.ttf') format('truetype'),
        url('../fonts/subset-Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Conv_Bodoni 72-BookIta';
	src: url('../fonts/Bodoni 72-BookIta.eot');
	src: local('☺'), url('../fonts/Bodoni 72-BookIta.woff') format('woff'), url('../fonts/Bodoni 72-BookIta.ttf') format('truetype'), url('../fonts/Bodoni 72-BookIta.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}



body {
	background-color: #FFF;
	color: #8B7A73;
	font-family: "Basic Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

body {
 font-size: 1.8rem;
}

body a {
	outline: none !important;
}
a:hover {
    text-decoration: none;
}

li {
	line-height: 24px;
}

/* Responsive */


@media (min-width: 1367px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}




.col-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
    width: 37.49%;
	float: left;
}

/* Header */
#header {
	position: relative;
	z-index: 900;
}

#header .header-body {
	display: flex;
	flex-direction: column;
	background: #FFF;
	-webkit-transition: min-height 0.3s ease;
	-moz-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	border-top: 3px solid #EDEDED;
	border-bottom: 1px solid transparent;
	z-index: 800;
}

#header .header-container {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	-webkit-transition: ease height 300ms;
	-moz-transition: ease height 300ms;
	transition: ease height 300ms;
}

@media (max-width: 991px) {
	#header .header-container:not(.container) .header-nav-main {
		padding: 0 0.75rem;
	}
}

#header .container {
	position: relative;
}

@media (max-width: 767px) {
	#header .container {
		width: 100%;
	}
}

#header .header-row {
	display: flex;
	flex-grow: 1;
	align-items: center;
	align-self: stretch;
	max-height: 100%;
}

#header .header-column {
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-grow: 1;
	flex-direction: column;
}

#header .header-column .header-row {
	justify-content: inherit;
}

#header .header-top {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ededed;
	min-height: 40px;
	z-index: 4;
}

#header .header-top::after {
	clear: both;
	content: "";
	display: table;
}

#header .header-top p {
	font-size: 0.9rem;
	margin: 0;
	padding: 0;
}

#header .header-top p .fa, #header .header-top p .icons {
	position: relative;
	top: 1px;
}

@media (max-width: 991px) {
	#header .header-top {
    	display: none;
        min-height: 0px;
	}

}

#header .header-logo, #footer .header-logo {
      display: block;
      text-indent: -9999px;
      width:256px;
      height: 70px;
      background: url(../img/anatolia_logo.svg);
      background-size: 256px 70px;
}

@media (max-width: 991px) {
   #header .header-logo, #footer .header-logo {
      width:183px;
      height: 50px;
      background-size: 183px 50px;
    }
}

#header .header-nav {
	padding: 1rem 0;
	min-height: 90px;
}

#header .header-social-icons {
	margin-left: 1rem;
}

#header .header-btn-collapse-nav {
	background: #CCC;
	color: #FFF;
	display: none;
	float: right;
	margin: 0 0 0 1rem;
}

#header.header-narrow .header-body {
	min-height: 0;
}

#header.header-narrow .header-logo {
	margin-top: 0;
	margin-bottom: 0;
}

#header.header-narrow .header-nav {
	padding-top: 0;
	padding-bottom: 0;
}

#header.header-no-border-bottom .header-body {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

html:not(.boxed) #header.header-full-width .header-container {
	width: 100%;
	max-width: none;
}

html #header.header-semi-transparent {
	min-height: 0 !important;
	width: 100%;
	position: absolute;

}

html #header.header-semi-transparent .header-body{
	position: relative;
	top: 0;
	background: transparent;
	border-top: 0;
	border-bottom: 0;
	box-shadow: none;
}

html #header.header-semi-transparent .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    background: url(../img/hedaer_bg.png) top left;
   /* background-image: linear-gradient(to bottom, rgba(139, 122, 115,0), rgba(139, 122, 115, 0.6));  */
	border-bottom: 0;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

html.sticky-header-enabled #header.header-semi-transparent .header-body {
	position: fixed;
}

html.sticky-header-active #header.header-semi-transparent .header-body {
	border-bottom: 0;
	box-shadow: none;
}

html.sticky-header-active #header.header-semi-transparent .header-body:before {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(211, 205, 202, 1));
    border-bottom: 1px solid rgba(139, 122, 115, 0.6);
	opacity: 1;
}

html #header.header-transparent-bottom-border .header-body {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: #e9e9e9;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
	background: transparent !important;
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-transparent .header-nav-main:after, html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent .header-nav-main:after, html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent-light .header-nav-main:after {
	background: transparent !important;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}


/* Header Nav Main */
@media (min-width: 992px) {
	#header .header-nav-main nav {
		display: flex !important;
	}

	#header .header-nav-main nav > ul > li {
		margin-right: 2px;
	}

	#header .header-nav-main nav > ul > li > a {
		display: inline-flex;
		align-items: center;
		white-space: normal;
		color: #CCC;
        font-family: 'NoyhR', Arial, sans-serif;
		/*font-size: 20px;*/
        font-style: normal;
		font-weight: 500;
		padding: 0.5rem 0.9rem;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		margin-right: .255em;
		margin-left: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		top: -10000px;
		display: block;
		opacity: 0;
		right: auto;
		margin: 0;
		min-width: 200px;
		padding: 0px;
		text-align: right;
        background-color: rgba(139, 122, 115, 0.95);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		color: #FFFFFF;
        font-family: 'NoyhR', Arial, sans-serif;
		font-size: 20px;
		font-weight: 300;
		padding: 6px 20px 6px 8px;
		position: relative;
		text-transform: none;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
	    font-family: 'NoyhR', Arial, sans-serif;
	   	font-weight: 300;
	}

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #CCC;
		border-style: solid;
		content: " ";
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		left: 100%;
		display: block;
		margin-top: -8px;
		margin-left: -1px;
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		top: 0;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top: auto;
		display: block;
		opacity: 1;
        border:0;
        border-radius:0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega {
		position: static;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
		left: 15px;
		right: 15px;
		width: auto;
	}

    #header .header-nav-main nav > ul > li.dropdown-mega > .yarimacik {
		left: auto;
		right: auto;
	}



	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
		padding: 1.6rem 2.6rem;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		color: #FFFFFF;
		display: block;
        font-family: 'NoyhR', Arial, sans-serif;
		font-size: 2rem;
		font-weight: 500;
		margin-top: 20px;
		/*padding-bottom: 10px;*/
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
		margin-top: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
		list-style: none;
		padding: 0;
		margin: 0;
	}

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav-extra {
		list-style: none;
		padding: 0;
		margin: 1.5em 0 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a, 	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav-extra > li > a {
		color: #FFFFFF;
		display: block;
        font-family: 'NoyhR', Arial, sans-serif;
		font-size: 1.9rem;
        line-height:2rem;
		font-weight: 300;
		margin: 0 0 0px -8px;
		padding: 3px 8px;
		text-shadow: none;
		text-transform: none;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav-extra > li:hover > a {
       color: #222b65;
	}

	#header .header-nav {
		display: flex;
		align-items: center;
		flex-grow: 1;
		justify-content: flex-end;
		align-self: stretch;
	}

	#header .header-nav.header-nav-top-line {
		padding: 0;
	}

	#header .header-nav.header-nav-top-line .header-nav-main {
		align-self: stretch;
		min-height: 0;
		margin-top: 0;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a, #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
		position: relative;
		background: transparent !important;
		color: #222b65;
		padding: 0 .9rem;
		margin: 1px 0 0;
		min-height: 90px;
		height: 100%;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a:after, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:after {
        background: transparent;
    	top: 65px;
    	content: "";
    	display: block;
    	height: 3px;
    	left: 5px;
    	position: absolute;
    	right: 6px;
    	-webkit-transform: scaleX(0);
    	-o-transform: scaleX(0);
    	transform: scaleX(0);
    	-webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);
    	-o-transition: all .3s cubic-bezier(0, .5, .5, 1);
    	transition: all .3s cubic-bezier(0, .5, .5, 1)
	}

	#header .header-nav.header-nav-top-line nav > ul > li:hover > a:after, #header .header-nav.header-nav-top-line nav > ul > li.open > a:after {
        background: #ed1c24;
    	-webkit-transform: scaleY(1);
    	-o-transform: scaleY(1);
    	transform: scaleY(1)

	}

	#header .header-nav.header-nav-top-line nav > ul > li > a.active:before {
		opacity: 1;
	}

	#header .header-nav.header-nav-top-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-top-line nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top: 0;
	}

	#header .header-nav-main {
		display: flex !important;
		height: auto !important;
	}
    html .main {
        margin-top:40px;
    }
    #header .header-nav-main nav ul.megasub {
        margin:0;
        padding:0;
    }
    #header .header-nav-main nav ul.megasub > li {
        list-style-type: none;
    }

    #header .header-nav-main nav ul.megasub > li a.megasub-item:hover{
        color:#222b65;
    }

}

@media (min-width: 992px) {
	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
		-webkit-transition: -webkit-transform 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transform: translate3d(0, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transform: translate3d(0, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
		-webkit-transform: translate3d(0, 2px, 0);
		-moz-transform: translate3d(0, 2px, 0);
		-ms-transform: translate3d(0, 2px, 0);
		-o-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}

	#header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-top-line .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-dark-dropdown .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
		transition: transform 0.2s ease-out, opacity 0.2s ease-out;
		-webkit-transform: translate3d(-20px, 0, 0);
		-moz-transform: translate3d(-20px, 0, 0);
		-ms-transform: translate3d(-20px, 0, 0);
		-o-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu.dropdown-reverse {
		-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
		transition: transform 0.2s ease-out, opacity 0.2s ease-out;
		-webkit-transform: translate3d(20px, 0, 0);
		-moz-transform: translate3d(20px, 0, 0);
		-ms-transform: translate3d(20px, 0, 0);
		-o-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
		left: auto;
		right: 100%;
		opacity: 0;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@media (min-width: 992px) {
	html #header.header-semi-transparent .header-nav-main nav > ul > li > a {
		color: #222b65;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active {
		color: #222b65;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li.open > a.active, html #header.header-semi-transparent .header-nav-main nav > ul > li:hover > a.active {
		color: #222b65;
	}

}

/* Responsive */
@media (min-width: 992px) {
	#header .header-body {
		height: auto !important;
	}
}

@media (max-width: 991px) {
	#header .header-logo img {
		z-index: 1;
        width:80%;
	}

	#header .header-nav {
		display: flex;
		align-items: center;
	}

    html #header.header-semi-transparent .header-body{
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(211, 205, 202, 1));
        border-bottom: 1px solid rgba(139, 122, 115, 0.6);
    	opacity: 1;
    }
}

/* Page 404 */
.page-not-found {
	padding: 50px 0;
}

.page-not-found h2 {
	font-size: 140px;
	font-weight: 600;
	letter-spacing: -10px;
	line-height: 140px;
}

.page-not-found h4 {
	color: #777;
}

.page-not-found p {
	font-size: 1.4em;
	line-height: 36px;
}

/* Responsive */
@media (max-width: 575px) {
	.page-not-found {
		padding: 0;
	}

	.page-not-found h2 {
		font-size: 100px;
		letter-spacing: 0;
		line-height: 100px;
	}
}

/* Position */
.p-relative {
	position: relative !important;
}

.p-absolute {
	position: absolute !important;
}

.p-fixed {
	position: fixed !important;
}

.p-static {
	position: static !important;
}

/* Pull */
.pull-none {
	float: none !important;
}

.pull-left {
	float: right !important;
}

.pull-right {
	float: left !important;
}

@media (max-width: 767px) {
	.pull-xs-left {
		float: right;
	}

	.pull-xs-right {
		float: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.pull-sm-left {
		float: right;
	}

	.pull-sm-right {
		float: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.pull-md-left {
		float: right;
	}

	.pull-md-right {
		float: left;
	}
}

@media (min-width: 1200px) {
	.pull-lg-left {
		float: right;
	}

	.pull-lg-right {
		float: left;
	}
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #8b7a73;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0;
}

h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 32px 0;
}

h2 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 32px 0;
}

h3 {
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 33px;
	text-transform: uppercase;
}

h4 {
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
}

h6 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
}
/* Responsive */
@media (max-width: 575px) {
	h2 {
		line-height: 40px;
	}
}

/* Paragraphs */
p {
	color: #8b7a73;
	line-height: 24px;
	margin: 0 0 20px;
}

p.featured {
	font-size: 1.6em;
	line-height: 1.5em;
}

p.lead {
	line-height: 1.8rem;
}

p .alternative-font {
	display: inline-block;
	margin-top: -15px;
	position: relative;
	top: 3px;
	margin-bottom: -6px;
}

/* Links */
a {
	color: #2e3c86;
}
a:hover, a:focus, a.normalrenk:hover, a.normalrenk:focus {
	color: #2e3c86;
    text-decoration: underline;
}

a.normalrenk {
    color: #8b7a73;
}

.breadcrumb>li, .breadcrumb>li a {
    font-size:1.3rem;
}


.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>.active {
    color: #8b7a73;
}


ul.nav-pills > li > a.active {
	color: #FFF;
	background-color: #CCC;
}

ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus {
	color: #FFF;
	background-color: #CCC;
}

/* Nav Pills */
.nav-pills-center {
	text-align: center;
}

.nav-pills-center > li {
	display: inline-block;
	float: none;
}

.nav-pills-sm > li > a {
	padding: 7px 12px;
}

.nav-pills-xs > li > a {
	padding: 5px 10px;
	font-size: 0.9em;
}

.nav-pills .nav-link.active {
	background-color: transparent;
}

.show > .nav-pills .nav-link {
	background-color: transparent;
}

/* Buttons */
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	box-shadow: none !important;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
	color: #FFFFFF;
	background-color: #414042;
	border-color: #414042;
}

.btn {
	font-size: 2rem;
	padding: 0.47rem 0.75rem;
	cursor: pointer;
    border-radius: 0px;
}

.btn.btn-xs {
	font-size: 1rem;
	padding: 0.2rem 0.5rem;
}

.btn.btn-sm {
	font-size: 1rem;
	padding: 0.3rem 0.65rem;
}

.btn.btn-lg {
	font-size: 2rem;
	padding: 0.5rem 1rem;
}

.btn.btn-xl {
	font-size: 1rem;
	padding: 0.8rem 2rem;
}

/* Outline */
.btn-outline {
	border-width: 2px;
}
/* Icons	*/
.btn-icon i {
	margin-right: 10px;
}

.btn-icon-right i {
	margin-right: 0;
	margin-left: 10px;
}

/* Dropdown Button */
.btn.dropdown-toggle:after {
	margin-left: .155em;
	vertical-align: .155em;
}

html[dir="rtl"] .input-group .form-control:not(:first-child),
html[dir="rtl"] .input-group-addon:not(:first-child),
html[dir="rtl"] .input-group-btn:not(:first-child) > .btn,
html[dir="rtl"] .input-group-btn:not(:first-child) > .btn-group > .btn,
html[dir="rtl"] .input-group-btn:not(:first-child) > .dropdown-toggle,
html[dir="rtl"] .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
html[dir="rtl"] .input-group-btn:not(:last-child) > .btn:not(:first-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* Forms */
form label {
	font-weight: normal;
}

textarea {
	resize: vertical;
}

.label {
	font-weight: normal;
}

.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.form-control:not(.form-control-lg) {
	font-size: 2rem;
	line-height: 1.5;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 1.5rem;
	line-height: 1.85;
}

.form-control.form-control-focused {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-color: #CCC;
}

.form-control:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-color: #CCC;
}

.form-control.error {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* Form - iOS Override */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bdbdbd;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #bdbdbd;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bdbdbd;
}

/* Form - Bootstrap Override */
.btn-lg,
.btn-group-lg > .btn {
	line-height: 1.334;
}

.input-group-btn .btn {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

select.form-control-sm, select.form-control-lg {
	line-height: 1;
	height: auto !important;
}

.bootstrap-timepicker-widget table td input {
	width: 40px;
}

.fileupload .btn {
	line-height: 20px;
	margin-left: -5px;
}

/* Forms Validations */
label.valid {
	display: inline-block;
	text-indent: -9999px;
}

label.error {
	color: #c10000;
	font-size: 0.9em;
	line-height: 18px;
	padding: 5px 0 0;
}

label.error#captcha-error {
	margin-top: 15px;
}

/* Thumbnails */

.img-thumbnail {
	border-radius: 4px;
	position: relative;
}

.img-thumbnail img {
	border-radius: 4px;
}

.img-thumbnail.img-thumbnail-hover-icon {
	position: relative;
}

.img-thumbnail.img-thumbnail-hover-icon img {
	position: relative;
	z-index: 1;
}

.img-thumbnail.img-thumbnail-hover-icon:before {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	background: rgba(0, 0, 0, 0.65);
	border-radius: 4px;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 2;
}

.img-thumbnail.img-thumbnail-hover-icon:after {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	font-family: FontAwesome;
	color: #FFF;
	content: "\f00e";
	font-size: 30px;
	height: 30px;
	position: absolute;
	top: 30%;
	margin-top: -15px;
	display: block;
	text-align: center;
	width: 100%;
	opacity: 0;
	z-index: 3;
}

.img-thumbnail.img-thumbnail-hover-icon:hover:before {
	opacity: 1;
}

.img-thumbnail.img-thumbnail-hover-icon:hover:after {
	top: 50%;
	opacity: 1;
}

.mt-none {
    margin-top: 0px !important;
}
.mb-none {
    margin-bottom: 0px !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem;
}

.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-10 {
    margin-bottom: 5rem!important;
}
.mt-10 {
    margin-top: 5rem!important;
}
div.mt-50 {
  margin-top: -50px;
  margin-bottom:50px;
}
.mt-60 {
    margin-top: 2.5rem;

}


/* Thumb Info */
.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin: 0px;
	overflow: hidden;
	display: block;
	position: relative;
}

.thumb-info .thumb-info-wrapper:after {
	content: "";
	background: rgba(23, 23, 23, 0.21);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	color: #FFF;
	position: absolute;
	display: block;
	opacity: 0;
	z-index: 1;
}

.thumb-info .thumb-info-action-icon {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #CCC;
	border-radius: 0 0 0 25px;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100px;
	text-align: center;
	top: -100px;
	width: 50px;
	z-index: 2;
}

.thumb-info .thumb-info-action-icon i {
	font-size: 24px;
	left: 3px;
	position: relative;
	top: -4px;
	color: #FFF;
}

.thumb-info .thumb-info-inner {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}

.thumb-info .thumb-info-inner hr{
    background-image: -webkit-linear-gradient(left, transparent, #ED1C28, transparent);
    background-image: linear-gradient(to right, transparent, #ED1C28, transparent);
    border: 0;
    height: 2px;
    margin: 8px 0;
}

.thumb-info .thumb-info-title {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 2rem;
	font-weight: 400;
    line-height: 1.5em;
	padding: 9px 11px 9px;
	z-index: 2;
    margin-top:5em;
    color: #8B7A73;
}

.thumb-info .thumb-info-title:hover {
    text-decoration: none;
}

.thumb-info .thumb-info-type {
	display: block;
	font-size: 1.0em;
	font-weight: 400;
    line-height: 1.2em;
	margin: 10px 0;
	padding: 0;
	text-transform: none;
	z-index: 2;
    color: #222b65;
}

.thumb-info img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	width: auto;
}

.thumb-infoozel img {
	width: 100%;
}

.thumb-info:hover .thumb-info-wrapper:after {
	opacity: 1;
}

.thumb-info:hover .thumb-info-action-icon {
	right: 0;
	top: 0;
}

.thumb-info:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}


.thumb-info.thumb-info-centered-info .thumb-info-title, .thumb-info.thumb-info-centered-info .thumb-info-type {
	text-align: center;
}


.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
	border-radius: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}


/* Thumb Info Caption	*/
.thumb-info-caption {
	padding: 10px 0;
}

/* anasayfa ekip foto */
.thumb-ekip {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.thumb-ekip .thumb-ekip-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin: 0px;
	overflow: hidden;
	display: block;
	position: relative;
}

.thumb-ekip .thumb-ekip-wrapper:after {
	content: "";
	background: rgba(23, 23, 23, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #FFF;
	position: absolute;
	display: block;
	opacity: 0;
	z-index: 1;
}

.thumb-ekip .thumb-ekip-inner {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}

.thumb-ekip .thumb-ekip-title {
	background: rgba(23, 23, 23, 0.5);
	color: #FFF;
    left:20%;
    width:60%;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 2px;
    top: 42%;
    bottom:auto;
	padding: 29px 11px 9px;
	position: absolute;
    text-align:center;
}

.thumb-ekip .thumb-ekip-type {
	display: block;
	font-size: 0.6em;
    line-height:30px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 30px auto;
	padding: 2px 9px;
	text-transform: none;
	z-index: 2;
    text-align:center;
}

@media (max-width: 991px) {
	.thumb-ekip .thumb-ekip-title {
	    top: 42%;
	    left:0;
	    width:100%;
		font-size: 1em;
	}

    .thumb-ekip .thumb-ekip-type {
    	font-size: 1em;
        line-height:1.2em;
    	font-weight: 300;
    	margin: 30px auto;
        letter-spacing: 0px;
    }
}

@media (max-width: 575px) {
    .thumb-ekip .thumb-ekip-title {
        padding: 9px 1px 9px;
		font-size: 0.9em;
	}
    .thumb-ekip .thumb-ekip-type {
        font-size: 0.8em;
    	margin: 10px auto;
    }
}


.thumb-ekip img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 3px;
	position: relative;
	width: 100%;
}


/* anasayfa carosel foto */
.thumb-carosel {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.thumb-carosel .thumb-carosel-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin: 0px;
	overflow: hidden;
	display: block;
	position: relative;
}

.thumb-carosel .thumb-carosel-wrapper:after {
	content: "";
	background: rgba(23, 23, 23, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #FFF;
	position: absolute;
	display: block;
	opacity: 0;
	z-index: 1;
}

.thumb-carosel .thumb-carosel-inner {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}

.thumb-carosel .thumb-carosel-title {
	background: rgba(23, 23, 23, 0.5);
	color: #FFF;
    width:100%;
    height:100%;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 2px;
    top: 0;
    left:0;
    bottom:auto;
	padding: 29px 11px 9px;
	position: absolute;
    text-align:center;
}

@media (max-width: 991px) {
	.thumb-carosel .thumb-carosel-title {
		font-size: 1em;
	}
}

@media (max-width: 575px) {
    .thumb-carosel .thumb-carosel-title {
        padding: 9px 1px 9px;
		font-size: 0.9em;
	}
}


.thumb-carosel img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 3px;
	position: relative;
	width: 100%;
}


.anasayfa9lubaslik {
    text-align: center;
    font-size:1.4em;
    letter-spacing:1px;
}
.anasayfa9lubaslik h1, .anasayfa9lubaslik h2{
    margin:0;
    padding:0;
    display: inline-block;
     color: #8B7A73;
    font-family: "Basic Sans", Arial, sans-serif;
    font-size:1em;
    font-weight: normal;
    line-height: 22px;
    letter-spacing:1px;
}

#anasayfa9lu {
    margin-top:-84px;
}

section.mt-0 {
  margin-top: 0px !important;
}
section.mb-0 {
  margin-bottom: 0px !important;
}

section.mt-78 {
  margin-top: 78px !important;
}


#anasayfa9lu > div > div:nth-child(3n+2) {
    margin-top:24px;
}


@media (max-width: 991px) {
    #anasayfa9lu {
        margin-top:0px;
    }
	#anasayfa9lu > div > div:nth-child(3n+2) {
        margin-top:0;
    }
}

html.webkit .thumb-info .thumb-info-wrapper {
	margin: 4px 4px 3px 4px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* List */
.list li {
	margin-bottom: 13px;
}

.list.pull-left li {
	text-align: left;
}

/* Sitemap */
ul.sitemap > li > a {
	font-weight: bold;
}

ul.sitemap.list li {
	margin: 0 0 3px 0;
}

ul.sitemap.list ul {
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Toggles */
.toggle {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

.toggle .toggle {
	margin: 10px 0 0;
}

.toggle > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 45px;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.toggle > label {
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	background: #F4F4F4;
	border-left: 3px solid #CCC;
	border-radius: 5px;
	color: #CCC;
	display: block;
	font-size: 1.1em;
	min-height: 20px;
	padding: 12px 20px 12px 10px;
	position: relative;
	cursor: pointer;
	font-weight: 400;
}

.toggle > label:-moz-selection {
	background: none;
}

.toggle > label i.fa-minus {
	display: none;
}

.toggle > label i.fa-plus {
	display: inline;
}

.toggle > label:selection {
	background: none;
}

.toggle > label:before {
	border: 6px solid transparent;
	border-left-color: inherit;
	content: '';
	margin-top: -6px;
	position: absolute;
	right: 4px;
	top: 50%;
}

.toggle > label:hover {
	background: #f5f5f5;
}

.toggle > label + p {
	color: #999;
	display: block;
	overflow: hidden;
	padding-left: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px;
}

.toggle > label i {
	font-size: 0.7em;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.toggle > .toggle-content {
	display: none;
}

.toggle > .toggle-content > p {
	margin-bottom: 0;
	padding: 10px 0;
}

.toggle.active i.fa-minus {
	display: inline;
}

.toggle.active i.fa-plus {
	display: none;
}

.toggle.active > label {
	background: #F4F4F4;
	border-color: #CCC;
}

.toggle.active > label:before {
	border: 6px solid transparent;
	border-top-color: #FFF;
	margin-top: -3px;
	right: 10px;
}

.toggle.active > p {
	white-space: normal;
}

.toggle > p.preview-active {
	height: auto;
	white-space: normal;
}

.toggle.toggle-sm .toggle > label {
	font-size: 0.9em;
	padding: 6px 20px 6px 10px;
}

.toggle.toggle-sm .toggle > .toggle-content > p {
	font-size: 0.9em;
}

.toggle.toggle-lg .toggle > label {
	font-size: 1.1em;
	padding: 16px 20px 16px 20px;
}

.toggle.toggle-lg .toggle > .toggle-content > p {
	font-size: 1.1em;
}

.toggle.toggle-simple .toggle > label {
	border-radius: 0;
	border: 0;
	background: transparent;
	color: #777;
	padding-left: 32px;
	margin-bottom: -10px;
	font-size: 1em;
	font-weight: 600;
	color: #1d2127;
}

.toggle.toggle-simple .toggle > label:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background: #CCC;
	top: 23px;
	margin-top: -12px;
	border-radius: 3px;
	z-index: 1;
}

.toggle.toggle-simple .toggle > label:before {
	border: 0;
	left: 7px;
	right: auto;
	margin-top: 0;
	top: 12px;
	font-family: FontAwesome;
	content: "\f067";
	z-index: 2;
	color: #FFF;
	font-size: 13px;
}

.toggle.toggle-simple .toggle.active > label {
	background: transparent;
	color: #1d2127;
}

.toggle.toggle-simple .toggle.active > label:before {
	content: "\f068";
}

/* Popup */
.popup-inline-content,
.mfp-content .ajax-container {
	background: none repeat scroll 0 0 #FFF;
	margin: 40px auto;
	max-width: 1170px;
	padding: 20px 30px;
	position: relative;
	text-align: left;
	display: none;
}

.mfp-content .ajax-container {
	display: block;
}

.mfp-wrap .popup-inline-content {
	display: block;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 600px;
	}
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
	margin-right: 0rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
	margin-left: 0rem;
}

/* Close */
.mfp-close,
.mfp-close-btn-in .mfp-close {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #838383;
}

/* No Margins */
.mfp-no-margins img.mfp-img {
	padding: 0;
}

.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-no-margins .mfp-container {
	padding: 0;
}

/* Zoom */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0.001;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Dialog */
.dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	margin: 40px auto;
	position: relative;
	max-width: 600px;
}

.dialog.dialog-xs {
	max-width: 200px;
}

.dialog.dialog-sm {
	max-width: 400px;
}

.dialog.dialog-md {
	max-width: 600px;
}

.dialog.dialog-lg {
	max-width: 900px;
}
/* Modal Opened */
.modal-open {
	padding-right: 0 !important;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Container */
.container-xl {
	width: 100%;
	max-width: 1630px;
}

/* Pagination */
.pagination {
	position: relative;
	z-index: 1;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #8B7A73;
    font-size:1.6rem;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #8B7A73;
	border-color: #8B7A73;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius:0;
    border:0;
}
.pagination>li>a, .pagination>li>span {
    border:0;
    border-left: 1px solid #ddd;
}

/* Read More */
.read-more,
.learn-more {
	display: inline-block;
	white-space: nowrap;
}

/* Alerts */
.alert .fa, .alert .icons {
	margin-right: 8px;
	font-size: 1.1em;
}

.alert ul {
	padding: 0;
	margin: 7px 0 0 40px;
}

.alert ul li {
	font-size: 0.9em;
}

.alert.alert-sm {
	padding: 5px 10px;
	font-size: 0.9em;
}

.alert.alert-lg {
	padding: 20px;
	font-size: 1.2em;
}

.alert.alert-default {
	background-color: #f2f2f2;
	border-color: #eaeaea;
	color: #737373;
}

.alert.alert-default .alert-link {
	color: #4c4c4c;
}

@media (max-width: 991px) {
	.col-md-3 .sidebar {
		clear: both;
	}
}

/* Section Featured */
section.section {
	background: #FFFFFF;
	margin: 30px 0;
	padding: 0;
}

section.section.section-no-background {
	background: transparent;
	border-top-color: transparent;
}

section.section.section-center {
	text-align: center;
}

section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
	color: #FFF;
}

section.section.section-text-light p {
	color: #e6e6e6;
}

section.section.section-background {
	background-repeat: no-repeat;
	border: 0;
}

section.section.section-no-border {
	border: 0;
}

section.section.section-with-divider {
	margin: 56px 0 35px;
}

section.section.section-with-divider .divider {
	margin: -56px 0 44px;
}

section.section.section-footer {
	margin-bottom: -50px;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: flex;
}

/* Half Section */
.col-half-section {
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	max-width: 555px;
	margin-left: 30px;
	margin-right: 0;
}

.col-half-section.col-half-section-right {
	margin-left: 0;
	margin-right: 30px;
}

@media (max-width: 1199px) {
	.col-half-section {
		max-width: 465px;
	}
}

@media (max-width: 991px) {
	.col-half-section {
		max-width: 720px;
		margin: 0 auto !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media (max-width: 767px) {
	.col-half-section {
		max-width: 540px;
	}
}

@media (max-width: 575px) {
	.col-half-section {
		max-width: 100%;
	}
}

/* Social Icons */
.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1;
    vertical-align: middle;
}

.social-icons li a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 0;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 25px;
	text-align: center;
	text-decoration: none;
}

.social-icons .twitter:hover {
  color: #1aa9e1 !important;
}

.social-icons .facebook:hover {
  color: #3b5a9a !important;
}

.social-icons .instagram:hover {
  color: #7c4a3a !important;
}

.social-icons .youtube:hover {
  color: #c3191e !important;
}

/* Social Icons */
.flag-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.flag-icons li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	overflow: visible;
}

.flag-icons li a {
	background: #FFF;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
}

/* Scroll to Top */
html .scroll-to-top {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background: #404040;
	border-radius: 7px 7px 0 0;
	bottom: 55px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 10px 35px;
	position: fixed;
	left: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 49px;
	z-index: 905;
}

html .scroll-to-top:hover {
	opacity: 1;
}

html .scroll-to-top.visible {
	opacity: 0.75;
}

html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px;
}

/* Search Results */
.search-results {
	min-height: 300px;
}





/* List */
.list li {
	margin-bottom: 13px;
}

.list.pull-left li {
	text-align: left;
}

.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.list.list-icons li {
	position: relative;
	padding-left: 25px;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	position: absolute;
	left: 0;
	top: 5px;
}

.list.list-icons.list-icons-sm li {
	padding-left: 0px;
	margin-bottom: 5px;
}

.list.list-icons.list-icons-sm li > .fa:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
	font-size: 0.8em;
	top: 7px;
}


/* #Footer */
#footer {
	background: #aaa6a3;
	font-size: 0.9em;
	margin-top: 100px;
	padding: 30px 0 0;
	position: relative;
	clear: both;
}

#footer .list li a{
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 18px;
    line-height:24px;
    font-weight: 300;
}
#footer .list li a:hover{
    font-size: 18px;
    color: #2e3c86;
}

#footer .container .row > div {
	margin-bottom: 55px;
}

#footer .container input:focus {
	box-shadow: none;
}

#footer a:hover {
	color: #CCC;
}

#footer h1, #footer h2, #footer h3, #footer a {
	color: #FFF;
}

#footer h2 {
	font-size: 2.3rem;
	font-weight: 300;
    color: #766862;
    margin:0;
}

#footer h4 {
	font-size: 1em;
	font-weight: 300;
    color: #766862;
}
#footer p{
	font-size: 1.6rem;
    line-height: 1.8rem;
    color:#766862;
}

#footer a.kirmizilink {
  color: #ed1c24;
}

#footer a.kirmizilink:hover {
  color: #FFFFFF;
}

#footer ul.nav-list > li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 20px;
	padding-bottom: 11px;
}

#footer ul.nav-list > li:last-child a {
	border-bottom: 0;
}

#footer ul.nav-list > li a:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
	margin-bottom: 5px;
}

#footer .contact {
	list-style: none;
	margin: 0;
	padding: 0;
    color:#766862;
}

#footer .contact i {
	display: block;
	float: left;
	font-size: 1.0em;
	margin: 7px 8px 10px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 30px;
}

#footer .contact p {
	margin-bottom: 10px;
}

#footer .logo {
	display: block;
}

#footer .logo.mb-5 {
	margin-bottom: 12px;
}


/* Responsive */
@media (max-width: 991px) {
	#footer .phone {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	/* Footer */
	#footer .phone {
		font-size: 20px;
	}

}

.alt_iletisim {
    display: block;
	position: fixed;
	left: 0;
	bottom: 0px;
	z-index: 800;
	width: auto;
   background-color: transparent;
}
.alt_iletisim.active {
    bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.alt_iletisim .bolum {
    position: relative;
	height: 55px;
	padding: 0;
}

.alt_iletisim .bolum .pull-right1 > div, .alt_iletisim .bolum .pull-right2 > div {
	position: relative;
	display: block;
	float: left;
	height: 55px;
	padding: 10px 10px;
	text-align: center;
	font-size: 0.8em;
	cursor: pointer;
	color: #fff;
    float:right;
    direction: ltr;
}

.alt_iletisim .bolum  div a, .alt_iletisim .bolum  div span {
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    color:#FFF;
    text-decoration: none;

}
.alt_iletisim .bolum > div, .alt_iletisim .bolum > div i, .alt_iletisim .bolum > a, .alt_iletisim .bolum > span {
    color: #fff;
}

.alt_iletisim .bolum > div i {
    display: block;
	margin: 0 auto;
    margin-bottom: 5px;
}

.alt_iletisim .anlasmalikurumlar {
    background-color: #222b65;
}
.alt_iletisim .erandevu {
    background-color: #8B7A73;
}
.alt_iletisim .ekatalog {
    background-color: #8B7A73;
}
.alt_iletisim .email {
    background-color: #222B65;
}
.alt_iletisim .whatsapp {
    background-color: #4CAE50;
}
.alt_iletisim .destek {
    background-color: #ED1C28;
}
.alt_iletisim .telefon {
    background-color: #8B7A73;
}

@media (max-width: 498px) {
	.alt_iletisim .pull-right2{
    	display:none;
	}
    .alt_iletisim .bolum .pull-right1 {
        width: 100%;
    }
    .alt_iletisim .bolum .pull-right1 .telefon{
        width:37%;
    }
    .alt_iletisim .bolum .pull-right1 .destek{
        width:20%;
    }
    .alt_iletisim .bolum .pull-right1 .erandevu{
        width:20%;
    }
     .alt_iletisim .bolum .pull-right1 .whatsapp{
        width:23%;
    }
    .alt_iletisim .bolum .pull-right1 > div, .alt_iletisim .bolum .pull-right2 > div {
    	padding: 10px 7px;
    }
    #footer .container .row > div {
            margin-bottom: 0px;
    }
    #footer .container .row {
            margin-bottom: 55px;
    }

}

@media (max-width: 320px) {
    .alt_iletisim .bolum .pull-right1 > div, .alt_iletisim .bolum .pull-right2 > div {
    	padding: 10px 2.5px;

    }
}

.mmenu-toggle-btn {
	display: block;
	width: 30px;
	height: auto;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	float: right;
	margin: 5.5px 5px;
	vertical-align: middle;
	color: #6C605A;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
.mmenu-toggle-btn:hover, .mmenu-toggle-btn:focus {
	color: #6C605A;
	text-decoration: none;
}

.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	right: -85%;
	z-index: 999;
	width: 85%;
	height: 100%;
	overflow-y: scroll;
	padding: 20px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #FFFFFF;
}

#mobile-menu-overlay {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.mmenu-open.body {
	right: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.15;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	right: 0;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
    padding: 10px 0;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	background-color: transparent;
	color: #6C605A;
	border: 0;
	padding: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu li li a {
	margin-right: 10px;
	font-size: 14px;
    color: #222b65;
}
.mobile-side-menu li li a:before {
	font: normal normal 18px/30px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: right;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-right: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #6C605A;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	right: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}

.mobile-nav .mobile_menufooter {
    justify-content: inherit;
    position:relative;
    padding-top:10px;
    padding-bottom:20px;
    border-top:1px solid;
    border-bottom:1px solid;
}
.mobile-nav .mobine_menu_alt {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    max-height: 100%;
    width:100%;
    margin-top:10px;
}

.mobile-nav .mobine_menu_alt ul{
    margin-right:5px;
}

.rev_slider_wrapper {
    margin:0px auto;
    background: transparent;
    padding: 0px;
    height: 480px;
    overflow: visible;
}
@media (max-width: 991px) {
	.rev_slider_wrapper {
        margin:90px 0 0;
    }
}


/* Testimonials */

.some-absolute-div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.centered-in-absolute {
  padding: 10px;
  border-radius: 0px;
  max-width: 90%;
}
.some-absolute-div .col {
    /*padding: 0 60px; */
}

.centered-in-absolute > .owl-carousel {
  margin-bottom: 0px;
}


.testimonial blockquote {
	border: 0;
	font-family: 'Conv_Bodoni 72-BookIta', Arial, sans-serif;
	margin: 0;
	padding: 10px 0px;
	position: relative;
    text-align: center;
    color:#FFFFFF;
}
.testimonial blockquote p{
	color: #FFFFFF;
    font-size:2.5rem;
    font-weight:300;
    letter-spacing:2px;
    line-height:1.05;
    text-align:center;
}
div.basicsans{
	font-family: "Basic Sans", Arial, sans-serif;
    font-weight: 300;
    font-size:3rem;
    letter-spacing:2px;
}

div.basicsans span{
	font-size:80%;
}

@media (max-width: 992px) {
    div.basicsans{
        font-size:2rem;
        letter-spacing:0px;
        line-height: normal;
    }
    .testimonial blockquote p{
        font-size:2rem;
    }

}

/* Alternarive Font */
.testimonial.testimonial-alternarive-font blockquote p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
}

@media (max-width: 767px) {
    .testimonial.testimonial-with-quotes blockquote p {
        padding: 0 20px;
        font-size: 0.8em;
        line-height: 1.3;
    }
    .testimonial blockquote:before, .testimonial blockquote:after {
        font-size: 40px;
    }
    .centered-in-absolute {
      height: inherit;
    }

}
@media (max-width: 575px) {
    .testimonial.testimonial-with-quotes blockquote p {
        padding: 0;
        font-size: 1rem;
        line-height: 1.2;
    }
    .testimonial blockquote:before, .testimonial blockquote:after {
        font-size: 30px;
    }
	.some-absolute-div .col {
    	padding: 0px;
	}
    .centered-in-absolute .owl-carousel.stage-margin .owl-stage-outer {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

}

/* anasayaf son section  */
.text-decoration-none {
    text-decoration: none !important;
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.thumb-info.custom-thumb-info-style-1 {
	border: none;

}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption {
	background: #00bdf3;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-thumb-info-title span {
	color: #FFF;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow {
	position: absolute;
	bottom: 0;
	right: 0;
    height:100px;
	width: 100px;
    padding:20px;
    background-color:#8B7A73;
    color:white;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:before {
	content: '+';
	display: block;
    text-align:center;
    vertical-align:middle;
    font-size:2em;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow {
    content: '';
    padding:35px 10px;
    background-color: transparent;
    width: 120px;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:before {
	content: '';
    text-align:center;
    vertical-align:middle;

}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:after {
    text-align:center;
    vertical-align:middle;
	content: 'Devamı >';
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption {
	position: relative;
	padding: 10rem 8rem 0;
	display: block;
	-webkit-transition: ease background 300ms, ease width 300ms;
	-moz-transition: ease background 300ms, ease width 300ms;
	transition: ease background 300ms, ease width 300ms;
}
@media (max-width: 767px) {
   .thumb-info.custom-thumb-info-style-1 .thumb-info-caption {
    	padding: 5rem 4rem 4rem;
    }
}

/*.thumb-info.custom-thumb-info-style-1 .background-color-secondary {
	padding-bottom: 0px !important;
}*/

.thumb-info.custom-thumb-info-style-1 .custom-thumb-info-pic2 {
    position: inherit;
    margin:0;
    padding:0 50px;
    margin-top: -150px;
    z-index: 9999;

}

@media (max-width: 575px) {
    .thumb-info.custom-thumb-info-style-1 .custom-thumb-info-pic2 {
    	width: 80%;
	}

}


.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-name {
    padding: 0 0 1em 0;
	display: block;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-desc {
    padding: 0 0 1em 0;
    height:400px;
    display:block;
}

/*@media (min-width: 1367px) {
    .thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-desc {
        padding: 0 0 1em 0;
        height:320px;
        display:block;
    }

    .neleroluyor .thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-desc {
        padding: 0 0 1em 0;
        height:353px;
        display:block;
    }

}*/

@media (min-width: 992px) {
    .thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-desc {
        padding: 0 0 1em 0;
        height:320px;
        display:block;
    }

    .neleroluyor .thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-desc {
        padding: 0 0 1em 0;
        height:320px;
        display:block;
    }

}

@media (max-width: 991px) {
    .haberler-table.haberler-table-flat .egitim {
        min-height: 300px;
    }

    .thumb-info.custom-thumb-info-style-1 .thumb-info-caption {
        padding: 5rem 4rem 0;
    }

    /*.neleroluyor .thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-desc {
        padding: 0 0 1em 0;
        height:353px;
        display:block;
    }*/

}


html .background-color-secondary {
    background-color: #F5D067;
    color:#000;
}

html .background-color-first {
    background-color: rgba(0, 0, 0, 0.5);
    color:#FFF;
}


.text-4 {
    font-size: 1.3em !important;
    letter-spacing: 0.1em;
}
.text-5 {
    font-size: 2rem !important;
}
.font-weight-semibold {
    font-weight: 600 !important;
}
.font-weight-light {
    font-weight: 300 !important;
}

.haberler-table {
    margin: 0;
    padding: 0;
}

.haberler-table .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0!important;
    }
}
.haberler-table.haberler-table-flat .plan {
    padding-left: 0;
    padding-right: 0;
    margin: -1px;

}



.haberler-table.haberler-table-flat .egitim .thumb-info {
    background-color: transparent;
}

.haberler-table.haberler-table-flat .neleroluyor {
    height:100%;
    min-height:504px;
    width:100%;
    min-width:300px;
}
.haberler-table.haberler-table-flat .egitim {
    height:100%;
    min-height:504px;
    width:100%;
    min-width:300px;
    background-image:url(../../images/anasayfa/egitim.jpg);
    background-size:cover;
    background-repeat:no-repeat;
}

.haberler-table.haberler-table-flat .plan h3 {
    padding-left: 0;
    padding-right: 0;
    margin: -20px 0 0;
    color: #FFF;
    padding-top: 30px;
    text-shadow: 0 1px #555;
}

.haberler-table.haberler-table-flat .plan h3 {
    background-color: #00bdf3;
}

.haberler-table .mb-left-15 {
    padding-left: 15px;
    padding-right: 0px;
}
.haberler-table .mb-right-15 {
    padding-left: 0px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .haberler-table.haberler-table-flat .egitim {
        min-height: 300px;
    }

    .thumb-info.custom-thumb-info-style-1 .thumb-info-caption {
        padding: 5rem 4rem 0;
    }
    .egitim .thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-desc {
        height:300px;
    }

    .neleroluyor .thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-desc {
        padding: 0 0 1em 0;
        height:300px;
        display:block;
    }

}


@media (max-width: 767px) {
	.haberler-table .mb-left-15,.haberler-table .mb-right-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
	.hyslider {
        margin:70px 0 0;
    }
}
.hyslider img {
    width: 100%;
}

/* iç sayfalar */
body section.icsayfa {
	background-color: #FFF;
	color: #8B7A73;
	font-family: "Calibri", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    float:left;
    padding: 30px 8px 0;
    font-size:1.4em;
}
.breadcrumb:after {
    content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.icsayfabasligi h1 {
    color: #8b7a73;
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 300;
}

.icsayfabasligi h1 > .sayfaaltbasligi {
    color: #8b7a73;
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 300;
    margin-top:-3rem;
    margin-bottom: -1rem;
}

.icsayfabasligi h2 {
    color: #8b7a73;
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 300;
}

@media (max-width: 767px) {
	.icsayfabasligi h1 {
        font-size: 3rem;
    }

    .icsayfabasligi h1 > .sayfaaltbasligi {
        font-size: 2rem;
        margin-top:-2rem;
    }
    .icsayfabasligi h2 {
        font-size: 2rem;

    }
}


body section.icsayfa > div.container {
    font-size:1.4em;
    color:#494949;
}
body section.icsayfa > div.container p {
    color:#494949;
}
.page-header {
  border:0;
  background: url(../img/page-header-bg.jpg) no-repeat top center fixed;
  /*height:163px;*/
  padding-top: 120px;
}
@media (max-width: 991px) {
    .page-header {
        background: none;
        padding-top: 30px;
    }
}

@media (min-width: 576px) {
   .page-header {
       /* height:110px; */
    }
}

@media (max-width: 575px) {
    .page-header {
        padding-top: 0px;
        margin:0;
       height:90px;
    }
	 .page-header > .container {
        display:none;
    }
}


.blokresimyeri {
    margin-top:10px;
    padding-bottom:20px;
}

.blokresimalti {
    display: block;
    width:100%;
    margin:10px 0;
}

.blokresimalti > .sol {
    text-align: right;
    width:50%;
}
.blokresimalti > .sag {
    text-align:left;
    width:20%;
    float:left;
    color: #8B7A73;
}

.blokyorum {
    clear:both;
    display:block;
}
/*.blokyorum > a{
    color:#222b65 !important;
}
.blokyorum > a:hover, .blokyorum > a:active {
    color:#6C605A !important;
}*/
#sidebar {
    margin-top:80px;
}

#sidebar > h4 {
    color: #8B7A73;
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 2em;
    font-style: normal;
    font-weight: 300;
    padding: 0.5rem 0;

}

@media (max-width: 767px) {
    #sidebar {
        margin-top:40px;
    }
	#sidebar > h4 {
        font-size: 1.5em;
    }
}
hr {
    color:#8B7A73;
    border-top: 1px solid;
}

/* Simple Post List */
ul.simple-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.simple-post-list li {
	border-bottom: 0px;
	padding: 15px 0;
}

ul.simple-post-list li::after {
	clear: both;
	content: "";
	display: table;
}

ul.simple-post-list li:last-child {
	border-bottom: 0;
}

ul.simple-post-list .post-image {
	float: right;
	margin-left: 12px;
}

ul.simple-post-list .post-image > .img-thumbnail{
    border-radius: 0;
    border:0;
    padding:0;
}

ul.simple-post-list .post-image img{
	width:100px;
    border-radius: 0;
}

ul.simple-post-list .post-meta {
    text-align: justify;
}

ul.simple-post-list .post-info {
	line-height: 20px;
}

.d-none {
    display: none!important;
}

/* İLETİŞİM */
#contactFormAdvanced input, #contactFormAdvanced textarea {
    height:50px;
    border-radius: 0;
    padding-right:20px;
    padding-left:20px;
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 1.7rem;
    line-height: 2.3rem;
    font-style: normal;
    font-weight: 300;
    width:100%;
}
#contactFormAdvanced textarea {
    height:150px;
}

#contactFormSubmit {
    width: 300px !important;
}

/* doktoarlarımız */
.mprandevu-container{
    padding:20px;
    background-color: #766862;
    width: max-content;
}
.mprandevu-container .randevuicin{
    color:#FFF;
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 2em;
    font-style: normal;
    font-weight: 300;

}
.mprandevu-container .randevuicintel{
    color:#FFF;
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 2.5em;
    line-height: 0.8em;
    font-style: normal;
    font-weight: 300;
}
.mprandevu-container .randevuicintel > span{
    font-size: 0.7em;
}

#kurumsal .row + .row, #anatoliatv .row + .row, #bebeklerimiz .row + .row, #hikayeler .row + .row{
    margin-top:30px;
}
.center {
    text-align: center !important;
}
p.text-tam {
    font-size:1.5em;
    color:#6E6E6E;
}

#hikayeler h1 {
    margin-top:50px;
}

#hikayeler h4 {
    font-family: "NoyhR", Arial, sans-serif;
    font-size:2rem;
    line-height:2rem;
    font-weight:300;
    color:#f04e23
}
#hikayeler .tarih {
    font-family: "NoyhR", Arial, sans-serif;
    font-size:1.4rem;
    line-height:1.4rem;
    font-weight:300;
    color:#8B7A73;
}

#hikayeler .aciklama,#hikayeler .adisoyadi {
    text-align: justify;
    font-size:1.6rem;
    line-height:1.9rem;
}

#hikayeler p.aciklama{
    margin: 0 0 10px;
}

#hikayeler .hikayeliste {
    padding:10px 5% 0;
   /* padding-bottom:10px; */

}

#basin h1 {
    font-family: "NoyhR", Arial, sans-serif;
    font-size:5rem;
    font-weight:300;
    margin-top:50px;
}
#basin h1 > .sayfaaltbasligi {
    font-family: "NoyhR", Arial, sans-serif;
    font-size:2.5rem;
    font-weight:300;
}
section.section.section-default {
	background-color: #756763 !important;
}

section.section.section-gri {
	background-color: #CBC5C4 !important;
}

#basin .post-content h2{
    font-family: "NoyhR", Arial, sans-serif;
    font-weight:300;
    font-size:4em;
}
#basin .post-content h2, #basin .post-content p{
    color:#FFF;
}
#basin .post-content p{
    font-size:1.2em;
}

#basin .post-content > a:hover{
    color:#DCD7D5;
}

#yazilimedya .row .col-md-6, #yazilimedya .row .col-md-12 {
   padding:0 30px;
}
#yazilimedya .row .yazilibasinicbaslik {
    padding-left:0;
}

@media (max-width: 767px) {
    #yazilimedya .row .col-md-6, #yazilimedya .row .col-md-12 {
        padding: 0 15px;
    }

}

#yazilimedya a{
    color:#FFF;
}

#yazilimedya h4{
    color:#FFF;
    font-family: "NoyhR", Arial, sans-serif;
    font-weight:300;
    font-size:3rem;
}

#yazilimedya .tarihi {
    margin:30px 0;
    color:#FFF;
    font-size:1.1em;
}

.pdfimage {
    width: 50px !important;
}

.gorsel_basin_main_video {
    margin-top: 50px;
    margin-bottom: 50px;
    display:flex;
}

/*.basin-video-title-yan {
    display: flex;
	flex-grow: 1;
	align-items: center;
	align-self: stretch;
	max-height: 100%;
}*/


hr {
	background-image: -webkit-linear-gradient(left, transparent, #6C605A, transparent);
	background-image: linear-gradient(to right, transparent, #6C605A, transparent);
	border: 0;
	height: 1px;
	margin: 22px 0;
}

hr.short {
	margin: 11px 0;
}

hr.tall {
	margin: 44px 0;
}

hr.taller {
	margin: 66px 0;
}

hr.gri {
    background:#D8D2D0;
	border: 0;
	height: 1px;
	margin: 0;
}

hr.duz {
    background:#8B7A73;
	border: 0;
	height: 1px;
	margin: 0;
}

hr.kirmizibg {
    background:#fa081f;
}


hr.gradient-to-right {
	background-image: -webkit-linear-gradient(left, #6C605A, transparent);
	background-image: linear-gradient(to right, #6C605A, transparent);
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*#katalog .row{
    display:flex;
}*/

#katalog .row .katalogres{
    padding-right:10px;
}



/*#basin .row {
    display:flex;
}*/

@media (max-width: 767px) {
    #katalog .row, #basin .row {
        display:block;
    }
}

.altahizala {
  vertical-align: bottom;
}
.altahizala h2{
    font-family: "NoyhR", Arial, sans-serif;
    font-weight:300;
    font-size:2.5em;
}
.katalogyazi {
    font-family: "NoyhR", Arial, sans-serif;
    font-weight:300;
    font-size:2.2rem;
    line-height:2.1rem;
    color:#8B7A73;
}

/* modal */
.genel-modal {
  background-color: #FFF;
  width: 600px;
  border-radius: 4px;
  display: none;
}

.genel-modal .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #eeeeee;
}

.genel-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #36404a;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}

.genel-modal-text {
  padding: 20px;
}

/* arama */
#aramabtn i {
    color:#8B7A73;
}

#aramatextdiv {
    width:80%;
    margin: 0 auto;
}

#aramatextdiv input{
    padding-left:50px;
    padding-right:20px;
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 2.3rem;
    line-height: 2.3rem;
    font-style: normal;
    font-weight: 300;
    width:100%;
    height:60px;
}

#aramatextdiv .btn-light {
	background: transparent;
	border: 0 none;
	color: #CCC;
	position: absolute;
	left: 20px;
	top: 1rem;
	z-index: 3;
    font-size:2.3rem;
}

#aramatextdiv .btn-light:hover {
	color: #000;
}

h1.h1_noyhr {
   font-family: "NoyhR", Arial, sans-serif;
   font-weight:300;
   font-size:2.5em;
}

@media (min-width: 992px) {
    .col-md-8 {
        padding-left:50px;
    }
}

#basin .basin-video-title-yan h2 {
    font-family: "NoyhR", Arial, sans-serif;
    font-weight:300;
    font-size:2.5rem;
    line-height:3rem;
    color:white;
    margin-bottom: 10px;
}

#basin .basin-video-title-yan .h2alti {
    font-family: "NoyhR", Arial, sans-serif;
    font-weight:300;
    font-size:1.6rem;
    line-height:2rem;
    color:white;
    margin-bottom: 50px;
}

.basin_video_icerik {
    width:100%;
    height:140px;
    overflow: hidden;
    background-color: #DEDAD9;
    color: #756763;
    font-family: "NoyhR", Arial, sans-serif;
    font-weight:300;
    font-size:1.7rem;
    line-height:1.8rem;
    padding:10px;

}

section .basin_video_icerik .h2alti {
    font-family: "NoyhR", Arial, sans-serif;
    font-weight:300;
    font-size:1.4rem;
    line-height:2rem;
    margin-top:10px;
}

.section-gri h3 {
    color: #8b7a73;
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 300;
    margin: 3rem 0 0 0;
    text-transform: none;
    /* margin-top: -3rem; */
}

/* Owl Carousel */
.owl-carousel {
	margin-bottom: 20px;
}

#videoliste.owl-carousel {
    margin-top: 50px;
}



.owl-carousel .owl-item img {
	transform-style: unset;
    width: auto;
}

.owl-carousel .owl-nav {
	top: 50%;
	position: absolute;
	margin-top: -3.5rem;
	width: 100%;
}

.akademi .owl-carousel .owl-nav {
	margin-top: -1.5rem;
}


@media (max-width: 767px) {
   .owl-carousel .owl-nav {
    	margin-top: -1.7rem;
    }
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	position: absolute;
	width: 70px;
	height: 70px;
}

.akademi .owl-carousel .owl-nav .owl-prev, .akademi .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
}

.owl-carousel .owl-nav .owl-prev {
	left: -5px;
}

.akademi .owl-carousel .owl-nav .owl-prev {
	left: 5px;
}

.owl-carousel .owl-nav .owl-prev:before {
	font-family: FontAwesome;
	content: "\f0d9";
	position: relative;
	left: -1px;
	top: 1px;
}

.owl-carousel .owl-nav .owl-next {
	right: -5px;
}

.akademi .owl-carousel .owl-nav .owl-next {
	right: 5px;
}

.akademi .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
}

.owl-carousel .owl-nav .owl-next:before {
	font-family: FontAwesome;
	content: "\f0da";
	position: relative;
	left: 2px;
	top: 1px;
}


#yazilimedya.owl-carousel.stage-margin .owl-stage-outer {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.owl-carousel.stage-margin .owl-stage-outer {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.owl-carousel.show-nav-hover .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.owl-carousel.show-nav-hover .owl-nav .owl-prev {
	left: -20px;
}

.owl-carousel.show-nav-hover .owl-nav .owl-next {
	right: -20px;
}

.owl-carousel.show-nav-hover:hover .owl-nav {
	opacity: 1;
}

.owl-carousel.show-nav-title .owl-nav {
	top: 0;
	right: 0;
	margin-top: -45px;
	width: auto;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"], .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {
	font-size: 18px;
	background: transparent !important;
	width: 18px;
	font-size: 18px;
}

.owl-carousel.show-nav-title .owl-nav .owl-prev {
	left: -45px;
}

.owl-carousel.rounded-nav .owl-nav [class*="owl-"] {
    font-size: 4.5rem;
	padding: 0px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #999 !important;
	color: #FFFFFF;
    margin:0;
}

.akademi .owl-carousel.rounded-nav .owl-nav [class*="owl-"] {
    font-size: 2rem;
}


.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover, .owl-carousel.rounded-nav .owl-nav [class*="owl-"].hover {
	background: transparent !important;
	border: 1px solid #a1a1a1 !important;
	color: #a1a1a1 !important;
}

.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:active, .owl-carousel.rounded-nav .owl-nav [class*="owl-"].active {
	background: transparent !important;
	border: 1px solid #666 !important;
	color: #666 !important;
}


.owl-carousel.rounded-nav .owl-nav [class*="owl-"] {
    font-size: 4.5rem;
	padding: 0px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #FFF !important;
	color: #FFFFFF;
    margin:0;
}

.akademi .owl-carousel.rounded-nav .owl-nav [class*="owl-"] {
    font-size: 2rem;
}


.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover, .owl-carousel.rounded-nav .owl-nav [class*="owl-"].hover {
	background: transparent !important;
	border: 1px solid #a1a1a1 !important;
	color: #a1a1a1 !important;
}

.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:active, .owl-carousel.rounded-nav .owl-nav [class*="owl-"].active {
	background: transparent !important;
	border: 1px solid #FFF !important;
	color: #666 !important;
}

.owl-carousel.nav-bottom .owl-nav {
	position: static;
	margin: 0;
	padding: 0;
	width: auto;
}

.owl-carousel.nav-bottom .owl-nav .owl-prev, .owl-carousel.nav-bottom .owl-nav .owl-next {
	position: static;
}

.owl-carousel.nav-inside .owl-nav, .owl-carousel.nav-inside .owl-dots {
	bottom: 2px;
	margin-top: 10px;
	position: absolute;
}

.akademi .owl-carousel.nav-inside .owl-nav, .owl-carousel.nav-inside .owl-dots {
	margin-top: -1rem;
}

.owl-carousel.full-width .owl-nav, .owl-carousel.big-nav .owl-nav {
	margin-top: -30px;
}

.owl-carousel.full-width .owl-nav [class*="owl-"], .owl-carousel.full-width .owl-nav [class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav [class*="owl-"], .owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {
	height: auto;
	padding: 20px 0;
}

.owl-carousel.full-width .owl-nav .owl-prev, .owl-carousel.big-nav .owl-nav .owl-prev {
	border-radius: 0 4px 4px 0;
}

.owl-carousel.full-width .owl-nav .owl-next, .owl-carousel.big-nav .owl-nav .owl-next {
	border-radius: 4px 0 0 4px;
}

.owl-carousel.top-border {
	border-top: 1px solid #DBDBDB;
	padding-top: 18px;
}

#yazilimedya.owl-carousel.nav-bottom .owl-nav {
	position: relative;
}

#yazilimedya.owl-carousel.nav-bottom .owl-nav .owl-prev, #yazilimedya.owl-carousel.nav-bottom .owl-nav .owl-next {
	position: relative;
}

#yazilimedya.owl-theme .owl-dots, #yazilimedya.owl-theme .owl-nav {
    text-align: left;
}

#yazilimedya.owl-carousel .owl-nav .owl-prew {
    right: 0;
    text-align: left;
}

#yazilimedya.owl-carousel .owl-nav .owl-next {
    right: 0;
    float: right;
    text-align: right;
}

#yazilimedya.owl-carousel.rounded-nav .owl-nav [class*="owl-"] {
    border: 0px !important;
}

#yazilimedya .herrow {
    display: inline-block;
    position: relative;
    margin:0 10px;
    height:400px;
    overflow: hidden;
}

#yazilimedya.owl-carousel .owl-item.active:nth-child(1n+0) {
    border-left:1px solid;
    border-right:1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

#yazilimedya.owl-carousel .owl-item.active:nth-child(even) {
    border-right:1px solid;
    border-color: rgba(255, 255, 255, 0.5);

}

/*#yazilimedya.owl-carousel .owl-item:nth-child(odd) {
  background-color: green;
}

#yazilimedya.owl-carousel .owl-item:nth-child(even) {
  background-color: red;
}*/

@media (max-width: 767px) {
    #yazilimedya .herrow {
        height:auto;
        margin:0;
    }
    #yazilimedya .herrow:nth-child(2n+1) {
        border-right:0px;
    }
    #yazilimedya .herrow:nth-child(2n+1) {
        border:0;
    }
}


@media (max-width: 767px) {
	.owl-carousel.rounded-nav .owl-nav [class*="owl-"] {
        font-size: 20px;
        padding:0;
    }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        width: 30px;
    	height: 30px;
    }
    #yazilimedya.owl-carousel.nav-bottom .owl-nav {
    	display:none;
    }
}

.ekiprow + .ekiprow {
    margin-top:80px;
}

.ekiprow .resimalani {
    position: relative;
}

.ekiprow .resimalaniyazi {

    /*position: absolute;*/
    bottom:0;
    background: #b6b3b0;
    color:#766862;
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 300;
    padding:10px;
    width:100%;
    overflow:hidden;
}

.ekiprow .resimalaniyazi span {
    color:#FFF;
    font-family: 'NoyhR', Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-style: normal;
    font-weight: 300;
    width:100%;
    overflow:hidden;
    display:block;
}

.btn-primary {
    color: #fff;
    background-color: #8B7A73;
    border-color: #6C605A;
}
.btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #6C605A;
    border-color: #6C605A;
}

.blog-posts article {
    border-bottom: 1px solid #DDD;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.turuncurenk {
    color:#fc6156;
}
.kahverengi {
    color:#8B7A73;
}

#ekipsection h1 {
    margin: 0 0 10px 0;
}
#katalogliste .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.kucuktext {
    font-size:1rem;
}

/* harita icon için*/
.gm-style .gm-style-iw {
    font-size: 1.5rem;
}




