body { 
	background-color: #ebebeb;
}
.navbar-dark .navbar-nav .nav-link {
	color: black;
	text-transform: uppercase;
}
.header_top {
    background: none repeat scroll 0 0 #F0F0E9;
}
.pull-right {
    float: right!important;
}
.social-icons ul li {
    display: inline-block;
}
.social-icons ul li a {
    border: 0 none;
    border-radius: 0;
    color: #696763;
    padding: 0px;
}



@media(min-width:768px) {
	.header-nav {
		float:left;
		margin:0
	}
	.header-nav>li {
		float:left
	}
	.header-nav>li>a {
		padding-top:15px;
		padding-bottom:15px
	}
	.header-nav.header-right:last-child {
		margin-right:-15px
	}
}
@media (max-width: 480px) {
.social-icons.pull-right {
    float: none !important;
    text-align: center;
	}
}
@media (max-width: 480px) {
.header_top .col-md-6:last-child {
    display: block;
    float: none;
}
}
.name {
    position: fixed;
	background-color: rgba(255,255,255,0.50);
	color: #688aaf;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 1030;
	text-align: center;
	padding: 13px;
}
.fixed-top {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
}
.social-icons ul li a i {
    padding: 11px 15px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.contactinfo ul li a {
    font-size: 12px;
    color: #696763;
    font-family: 'Roboto', sans-serif;
}
.header-pills>li>a {
    border-radius: 4px;
}
.header-pills>li {
    float: left;
	padding: 5px 15px;
}
.l_height {
	line-height: 18px !important
}
.navbar-dark .navbar-toggler {
    color: rgba(29, 27, 27, 0.5);
    border-color: rgba(4, 4, 4, 0.5);
	background-color: #000;
	
}
.navbar-dark .navbar-toggler-icon {
    background-color: #000;
}
.navbar-toggler {
    position: relative;
    float: right;
    padding: 3px 10px;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.dropdown li:hover > ul {
    display: block;
}
.blue-title {
	padding: 10px 0;
    padding-top: 20px;
    color: #546170;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 35px;
    /*font-weight: bold;*/
    line-height: 1em;
    text-align: center;
    display: inline-block;
    letter-spacing: -1px;
	font-family: "Playfair Display" ! important;
}
.title-white {
	padding: 10px 0;
    padding-top: 80px;
    color: #ffffff;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 35px;
    /*font-weight: bold;*/
    line-height: 1em;
    text-align: center;
    display: inline-block;
    letter-spacing: -1px;
}
.blue {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 40px
}
.blue-1 {
	color: #96726c;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	padding-bottom: 15px;
}
.blue-2 {
	color: #4bac0c;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 20px;
	font-size: 17px
}
.blue-3 {
	color: #96726c;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 11px;
}
.blue-4 {
	color: #96726c;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	padding-bottom: 10px;
}
.line-3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #e2dddd;
	width: 80%;
}
.white-1 {
	color: #ffffff;
	font-weight: 300;
	font-size: 13px
}
.white-2 {
	color: #574743;
	font-weight: 400;
	font-size: 64px;
	font-family: "Playfair Display";
}
@media (max-width: 767px) {
.blue {
	color: #237bde;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 20px;
	}
	.blue-title {
		font-size: 25px;
	}
	.title-white {
    font-size: 25px;
	}
}

ul.logo-group {
    overflow: hidden;
    padding: 0;
    border-right: none;
    border-bottom: none;
    position: relative;
}
ul.logo-group li {
    width: 20%;
    float: left;
    height: 150px;
    list-style: none;
}
ul.logo-group li img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 767px) {
	ul.logo-group li {
    width: 33%;
	}
	.title-term {
	font-size: 16px !important;
	text-align: center;
	font-weight: 500 !important;
	}
}
@media (max-width: 480px) {
	ul.logo-group li {
    width: 50%;
	}
}
.carousel-item-blog {
    height: 15vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pages-title h2:after {
    content: "";
    display: block;
    width: 62%;
    height: 1px;
    background-color: #000000;
    margin: auto;
    margin-top: 10px;
}
.pages-title h1:after {
    content: "";
    display: block;
    width: 20%;
    height: 1px;
    background-color: #000000;
    margin: auto;
    margin-top: 10px;
}
.pages-by {
    display: block;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 7px;
}
.title {
    display: block;
    color: #96726c;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 2px;
    margin-top: 20px;
	font-weight: 400;
}
.title-term {
	font-family: "Playfair Display" ! important;
}
.title-blog {
    display: block;
    color: #237bde;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    margin-top: 20px;
	font-weight: 300;
}
.title-inv {
    font-size: 25px;
	font-weight: 300;
    text-transform: uppercase;
	margin-bottom: 12px;
    color: #96726c;
}
.title-inv-1 {
    font-size: 35px;
	font-weight: 300;
    text-transform: uppercase;
	margin-bottom: 12px;
    color: #96726c;
	font-family: 'Playfair display', serif !important;
}
.title-inv-2 {
    font-size: 25px;
	font-weight: 300;
    text-transform: uppercase;
	margin-bottom: 12px;
    color: #546170;
	font-family: 'Playfair display', serif !important;
}
.polc_container {
    background: url(../images/slide_mn.jpg) no-repeat center center;
    margin-top: 0px;
    min-height: 250px;
}
@media (max-width: 480px) {
	.title-inv {
    font-size: 18px;
    text-align: center;
	}
	.title-inv-2 {
    font-size: 15px;
	font-weight: 300;
    text-transform: uppercase;
	margin-bottom: 12px;
    color: #546170;
	}
}
.head-list > li {
	display: inline-block;
	padding: 5px 0px;
	font-size: 15px;
	color: white;
}
.head-list > li > a {
    color: #fff;
}
.head-list > li.active {
    color: #a3d5f7;
}
.head-list > li + li:before {
    content: "/";
    padding: 0 15px;
	color: white;
}
.kind-words {
	background-color: #f7f8f9; padding: 30px; border: 1px solid #e2e2e2; margin-bottom: 30px
}
.re-logo {
	background-image: url(../images/recycling.png);
	background-repeat: no-repeat;
	height: 100px;
}
.carousel {
    position: relative;
	padding-top: 150px;
}
.carousel-item {
  height: 1024px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 575px) {
	.carousel {
	padding-top: 50px;
	}
	.carousel-item {
    height: 300px;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
    .head-list > li + li:before {
    content: "/";
    padding: 0 5px;
	}
}
.carousel-caption {
    position: absolute;
	width: 100%;
    right: 10px;
    bottom: 45%;
    left: 10px;
    z-index: 10;
    padding: 20px 20px;
    color: #fff;
    text-align: center;
	/*background-color: rgba(0, 0, 0, 0.7); */

}
.img-thumbnail {
    padding: 0.1rem;
    border-radius: 0.10rem;
}


.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.latest-news .latest-news-img div {
    position: absolute;
    background: #29a9ff;
    text-align: center;
    left: 0;
    bottom: 0;
    display: inline-block;
    text-decoration: none;
    padding: 2px 10px;
}
.latest-news .latest-news-img span:first-child {
    font-size: 12px;
    color: #fdfdfd;
    display: block;
}
.latest-news .latest-news-img span:last-child {
    font-size: 26px;
    color: #fdfdfd;
    font-weight: bold;
    margin-top: 0;
    display: block;
    position: relative;
}
.latest-news .latest-news-img {
    position: relative;
    overflow: hidden;
}.latest-news .latest-news-img img {
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
  .latest-news:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}
.term {
	background-color: #ffffff;
	padding: 5px 30px;
	border: 1px solid #e1e1e1;
}
.term_home {
	background-color: #ffffff;
	padding: 20px 20px;
	border: 1px solid #e1e1e1;
}
.term_find {
	background-color: #ffffff;
	padding: 20px 20px;
	border: 1px solid #e1e1e1;
}
.fun_facts {
    background: url( ../images/slider/2.jpg);
    background-attachment: fixed !important;
    background-repeat: no-repeat;
}
.floatleft {
    float: left;
    padding-right: 40px;
	padding-top: 5px;
}
.mt-200 {
	 margin-top: 200px;
}
.mt-98 {
	 margin-top: 205px;
}
.p30 {
	padding: 30px;
}
.img30 {
	width: 40%;
	padding: 20px 20px 20px 0px;
}
.img50 {
	width: 50%;
	padding: 20px 20px 20px 0px;
}
.img40 {
	width: 40%;
	padding: 20px 0px 20px 20px;
}
@media (max-width: 767px) {
	.mt-200 {
		 margin-top: 50px;
	}
	.mt-98 {
		 margin-top: -8px;
	}
	.fs-1 {
		font-size: 20px;
	} 
	.fs-2 {
		font-size: 18px;
	}
	.rd-navbar a {
    color: #000;
	}
	.kind-words {
    padding: 10px;
    margin-bottom: 30px;
	}
    .p30 {
	padding: 30px 15px;
	}
	.img30 {
	width: 100%;
	padding: 20px 0px 	
	}
	.img50 {
	width: 100%;
	padding: 20px 0px 	
	}
    .img40 {
	width: 100%;
	padding: 20px 0px 20px 20px;
	}
	.pt-5-0 {
		padding-top: 0px !important;
	}
}
button, input, textarea, {
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    color: inherit;
    overflow: visible;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
	border: 0;
}
.rd-navbar-fixed .rd-navbar-top-panel__toggle span, .rd-navbar-fixed .rd-navbar-top-panel__toggle span:before, .rd-navbar-fixed .rd-navbar-top-panel__toggle span:after {
    position: absolute;
    width: 4px;
    height: 4px;
    line-height: 4px;
    text-align: center;
    background: #000;
    left: 50%;
    margin-left: -2px;
    transition: .3s all ease;
}
.kotelezo {
	color: red;
	font-size: 15px;
}
.elfogad {
	width: 18px;
    height: 18px;
	margin-top: 0.2rem;
	
}
.icheckbox_flat-green {
    display: inline-block;
    vertical-align: middle !important;
	margin-bottom: 20px;
}
ul {
	list-style-type: none;
	padding-left: 0px;
}
.rd-navbar-static-home {
    display: block;
    padding: 0 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0 1px 12px rgba(136, 136, 136, 0.22);
}
.rd-navbar-outer-home {
    color: #999;
    background: #333;
}
@media (min-width: 767px) {
	.rd-navbar-static-home .rd-navbar-nav-home > li > a, .rd-navbar-static-home .rd-navbar-nav-home > li > a:active, .rd-navbar-static-home .rd-navbar-nav-home > li > a:focus, .rd-navbar-sidebar .rd-navbar-nav-home > li > a, .rd-navbar-sidebar .rd-navbar-nav-home > li > a:active, .rd-navbar-sidebar .rd-navbar-nav-home > li > a:focus {
    color: #FFFFFF;
    font-weight: 400;
	}
}
@media (min-width: 575px) {
	.rd-navbar-static-home .rd-navbar-nav-home > li > a, .rd-navbar-static-home .rd-navbar-nav-home > li > a:active, .rd-navbar-static-home .rd-navbar-nav-home > li > a:focus, .rd-navbar-sidebar .rd-navbar-nav-home > li > a, .rd-navbar-sidebar .rd-navbar-nav-home > li > a:active, .rd-navbar-sidebar .rd-navbar-nav-home > li > a:focus {
    color: #FFFFFF;
    font-weight: 400;
	}
}
.fa-home {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: white;
}
.rd-navbar-static-home .rd-navbar-nav-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 102vw;
    border-top: 0px solid #ececee;
}
.rd-navbar-static-home .rd-navbar-nav > li > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    display: inline-block;
    width: 17px;
    padding-top: 3px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}
@media (max-width: 575px) {
	.rd-navbar-static-home .rd-navbar-nav > li > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    display: block;
    width: 17px;
    padding-top: 3px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #000000;
}
	.footer-info {
		text-align: center;
	}		
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.latest-news h4 {
    font-size: 12px;
    position: relative;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.latest-news h4 a {
    color: #282828;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-elemek {
    font-size: 12px;
    font-style: normal !important;
    line-height: 17px;
    margin-bottom: 2px;
    padding: 9px 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 0;
    background: #4f555a;
    text-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}
.btn-elemek:hover {
    text-transform: uppercase;
    background:  #686565;
}
.btn-primary {
    color: #fff;
    background-color: #4f555a;
    border-color: #4f555a;
}















.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: 47px;
}
.hvrbox img {
	max-width: 100%;
	border: 1px solid #000000;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 12px;
	line-height: 1.1;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
.hvrbox .hvrbox-layer_slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}















/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #6e92bb;
}

/* Slides */
.mySlides {
  width: 100%;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(250,250,250,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #6e92bb;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.activee, .dot:hover {
  background-color: #173e86;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: #173e86;}