
@font-face {
    font-family: 'gotham_htfthin';
    src: url('../fonts/gothamhtf-thin-webfont.eot');
    src: url('../fonts/gothamhtf-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamhtf-thin-webfont.woff2') format('woff2'),
         url('../fonts/gothamhtf-thin-webfont.woff') format('woff'),
         url('../fonts/gothamhtf-thin-webfont.ttf') format('truetype'),
         url('../fonts/gothamhtf-thin-webfont.svg#gotham_htfthin') format('svg');
}
@font-face {
    font-family: 'gotham_htfbold';
    src: url('../fonts/gothamhtf-bold-webfont.eot');
    src: url('../fonts/gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamhtf-bold-webfont.woff2') format('woff2'),
         url('../fonts/gothamhtf-bold-webfont.woff') format('woff'),
         url('../fonts/gothamhtf-bold-webfont.ttf') format('truetype'),
         url('../fonts/gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
}
@font-face {

    font-family: 'gotham_htfbook';
    src: url('../fonts/gothamhtf-book-webfont.eot');
    src: url('../fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamhtf-book-webfont.woff2') format('woff2'),
         url('../fonts/gothamhtf-book-webfont.woff') format('woff'),
         url('../fonts/gothamhtf-book-webfont.ttf') format('truetype'),
         url('../fonts/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
}
@font-face {
    font-family: 'novecento_sans_widebook';
    src: url('../fonts/Novecentosanswide-Book-webfont.eot');
    src: url('../fonts/Novecentosanswide-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Novecentosanswide-Book-webfont.woff2') format('woff2'),
         url('../fonts/Novecentosanswide-Book-webfont.woff') format('woff'),
         url('../fonts/Novecentosanswide-Book-webfont.ttf') format('truetype'),
         url('../fonts/Novecentosanswide-Book-webfont.svg#novecento_sans_widebook') format('svg');
}
/*--------------------------------------------
1. Global
---------------------------------------------*/
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: gotham_htfbook;
	font-size: 16px;
}
body {
	min-width: 320px;
	overflow-x: hidden;
}
h1, h2, p {
	margin: 0;
}
h1 {
		font-size: 40px;}
h2 { font-size: 25px;}

a,
a:hover{
	text-decoration: none;
	color: inherit;
}
*{box-sizing: border-box;}
.nav>li>a:hover, .nav>li>a:focus, .lang-bar a:hover, .lang-bar a:focus, strong,.lang-bar {
	font-family: 'gotham_htfbold';
}
.section-1, .section-2_2, .section-2_3, .section-6, .section-7 {
	background-position: 50% 0;
	background-position: center top;
	background-position-x: 50%;
	background-position-y: 0%;
	height: 100%;
	padding-top: 80px;
}
.section-1 h1, .section-2_2 h1, .section-2_3 h1, .section-3 h1, .section-4 h1, .section-5 h1, .section-6 h1, .section-7 h1 {	font-size: 25px;
	font-weight: 200;
		font-size: 40px;
}

.section-1 h2, .section-2_2 h2, .section-2_3 h2, .section-3 h2, .section-4 h2, .section-5 h2, .section-6 h2, .section-7 h2 {
	font-size: 25px;
}
.section-2_2 .widget-title h1,.section-2_3 .widget-title h1, .section-3 .team-members h2, .section-4 .widget-title h1, .section-5 h1 {
	font-family: 'novecento_sans_widebook';
	text-transform: uppercase;

}
.section-1 h1, .section-2_2 h1, .section-2_3 h1, .section-3 h1, .section-4 h1, .section-5 h1, .section-6 h1, .section-7 h1, .section-1 h2, .section-2_2 h2, .section-2_3 h2, .section-3 h2, .section-4 h2, .section-5 h2, .section-6 h2, .section-7 h2, .section-2_2 .widget-content p, .section-4 .widget-title h2, .section-4 .widget-title p, .section-5 p {
	font-family: 'gotham_htfbook';
}
.content {
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 1px;
	padding: 24px 0 21px;
}
.container {
	max-width: 693px;
}
.scroll-down {
	display: inline;
	width: 100%;
	text-align: center;
	cursor: pointer;
	position: fixed;
	bottom: 0;
}
.scroll-down span{
	color: #fff;
	text-transform: uppercase;
	font-family: 'novecento_sans_widebook';
}
/*--------------------------------------------
2. Header
---------------------------------------------*/
header {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 999999999;
	top: 0px;
}
.dropdown-menu li{
	font-family: 'gotham_htfthin';
}
.logo {
	margin: 10px 0 12px;
}
nav {
	margin-left: 34px;
	margin-top: 29px;
}
.list_justify {
    text-align: justify;
    margin-left: -2px;
}
.list_justify li  {
	display: inline-block;
	text-align: left;
}
.list_justify li:nth-child(1){
	width: 90px;
}
.list_justify li:nth-child(2){
	width: 135px;
}
.list_justify li:nth-child(3){
	width: 87px;
}
.list_justify li:nth-child(4){
	width: 116px;
}
.list_justify li:nth-child(5){
	width: 83px;
}
.list_justify li.helper {
    height: 0;
    visibility: hidden;
    width: 100%;
}
.nav>li>a{
	color: #6f6f6f;
	font-size: 22px;
	font-family: 'gotham_htfthin';
	letter-spacing: -1px;
	padding: 0;
	margin: 0 31px 0 0;
	text-align: center;
}
.nav>li>a:hover, .nav>li>a:focus, .lang-bar a:hover, .lang-bar a:focus {
	background: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none;
}
.lang-bar{
	position: absolute;
	float: right;
	top: 0;
	right: 0;
	margin: -3px 4px 0;
	z-index: 999;
}
.lang-bar a,
.lang-bar span {
	color: #6f6f6f;
	font-size: 22px;
	font-family: 'gotham_htfthin';
	text-decoration: none;
}
.dropdown-menu {
	top: 51px;
	background: transparent;
	padding: 0;
	box-shadow: none;
}
.dropdown-menu li {
	width: 100% !important;
	margin-bottom: 1px;
	background: white;
	font-size: 14px;
	font-family: 'gotham_htfbook';
	letter-spacing: -1px;
}
.dropdown-menu>li>a {

	display: block;
	padding: 11.5px 20px;
}
.navbar-toggle .icon-bar {
	background: #fff;
	width: 28px;
	height: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}
.navbar-toggle {
	margin-top: -68px;
	padding: 15px;
	border: none;
	border-radius: 0;
	background-color: #535353;
}
.nav_btn{
	float: right;
}
@media (max-width: 1050px){.div_nav{width: 540px; padding: 0;}nav {margin-left: 0;}}
@media (max-width: 767px){
	.list_justify{
		text-align: center;
	}
	.list_justify li{
		padding: 11.5px 20px;
		display: block;
		text-align: center;
		width: auto;
	}
	.list_justify>li:hover{
		background-color: #fff;
	}
	.list_justify li:nth-child(2):hover{
		background-color: #fff;
	}
	.list_justify li:nth-child(2) ul li a:hover{
		background-color: #f5f5f5;
	}
	.lang-bar{
		margin-right: 100px;
	}
	.navbar-nav{
		margin: 0;
	}
	nav {
		margin-top: 0;
	}
	.div_nav{
		width: auto;
	}
	.list_justify li:nth-child(1), .list_justify li:nth-child(2), .list_justify li:nth-child(3), .list_justify li:nth-child(4), .list_justify li:nth-child(5){width: auto;}
}
@media (max-width: 340px){
	.lang-bar{
		margin-right: 85px;
	}
}
/*--------------------------------------------
3. Homepage
---------------------------------------------*/
.section-1 {
	background: url(../images/bg/section-1.jpg) no-repeat;
	background-position: 50% 0;
	background-position: center top;
	background-position-x: 50%;
	background-position-y: 0%;
}
.section-1 p {
	font-size: 15px;
}
/*--------------------------------------------
4. About Us
---------------------------------------------*/
.section-2_1,
.section-2_2,
.section-2_3,
.section-2_4{
	padding: 15% 0 40%;
}
@media (max-width: 1200px){
	.section-2_1,
	.section-2_4{
		font-family: 'gotham_htfbook';
	}
}
.section-2_1-h2{
	padding-bottom: 25px;
}
article.section_2{
	background: url(../images/bg/section-3.jpg) no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	background-position: center top;
	background-position-x: 50%;
	background-position-y: 0%;
}
.section-2_2 .row,
.section-2_3 .row{
	max-width: 1860px;
	margin: auto;
}
.section-2_2 .content,
.section-2_3 .content {
	margin-bottom: 61px;
}

.section-2_2 .widget,
.section-2_3 .widget{
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 20px;
	max-width: 528px;
	min-height: 310px;
	padding: 0 47px;
	margin: 48px 43px;

}
.align_center{
	padding-top: 80px;
}
.last_wid{
	padding-top: 50px;
}
.section-2_2 .widget-title h1,
.section-2_3 .widget-title h1 {
	padding-bottom: 30px;
	font-size: 37px;
	text-transform: uppercase;
}

.section-2_2 .widget-content p,
.section-2_3 .widget-content p {

	font-size: 16px;
}
.section-2_2 .widget-title h1,
.section-2_3 .widget-title h1{
	font-family: 'novecento_sans_widebook';
}
@media (max-width: 1570px){
	.section-2_2 .widget-title h1,
	.section-2_3 .widget-title h1{
		font-size: 25px;
	}
	.align_center{
		padding-top: 20px;
	}
	.section-2_2 .widget,
	.section-2_3 .widget{
		margin: 10px 20px;
		padding: 20px;
	}
}
@media (max-width: 1100px){
	.section-2_2 h1,
	.section-2_3 h1{
		font-size: 38px;
	}
	.section-2_2 h2,
	.section-2_3 h2{
		font-size: 24px;
	}
	.section-2_2 .widget-title h1,
	.section-2_3 .widget-title h1 {
		font-size: 24px;
		padding-bottom: 15px;
	}
	.section-2_2 .widget,
	.section-2_3 .widget{
		margin: 5px;
		padding: 10px;
	}
}
@media (max-width: 991px){
	.section-2_2 .widget,
	.section-2_3 .widget{
		min-height: 200px;
	}
	.section-2_2 .content,
	.section-2_3 .content {
		margin-bottom: 30px;
		padding: 10px 0;
	}
}
@media (max-width: 767px){
	.section-2_2 .widget-title h1,
	.section-2_3 .widget-title h1 {
		font-size: 25px;
	}
}
/*--------------------------------------------
5. Team
---------------------------------------------*/
.section-3 {

	background: #ebebeb;
	position: relative;
}
.section-3 .txt-wrapper p{
	font-family: 'gotham_htfbook';
}
.slide-arrow {
	position: absolute;
	top: 118px;
	right: 74px;
	z-index: 9999;
	cursor: pointer;
}
.section-3 .slide img {
	height: 520px;
}
.section-3 .txt-wrapper {
	margin-top: 7.2%;
}
.section-3 .team-members {
	background: #fff;
	padding: 39px 0 120px;
	overflow: hidden;
}
.txt-wrapper h2{
	padding-bottom: 30px;
}
.txt-wrapper strong {
	display: block;
}
.section-3 .team-members h2{
	font-family: 'gotham_htfbook';
}
.member {
	max-width: 273px;
	cursor: pointer;
}
.member img {
	width: 100%;
}
.section-3 .member h2 {
	margin-top: 27px;
	font-size: 29px;
}
/*Team Slider*/
.slide_right {
	background-image: url('../images/slide-arrow.png');
	height: 93px;
	margin-top: -110px;
	position: absolute;
	top: 140px;
	right: 70px;
	width: 51px;
}
.max_wd_bl{
	display: inline;
}

@media (max-width: 1350px){
	.slide_right {
		top: 120px;
	}
}
@media (max-width: 1200px){
	.slide_right {
		top: 50%;
	}
	.max_wd_bl{
		display: inline-block;
		width: 100%;
	}
	.section-3 .txt-wrapper {
		margin-top: 10px;
	}
	.section-3 .member h2 {
		font-size: 20px;
	}
}
@media (max-width: 900px){

	.slide_right {
		right: 10px;
	}
}
@media (min-width: 767px){
	.d_none_min_w{
		display: none;
	}
}
@media (max-width: 767px){
	.d_none_max_w{
		display: none;
	}
	.member{
		max-width: 100%;
		cursor: default;
	}
	.d_block_min_w{
		display: block;
	}
	.section-3 .member h2{
		margin-top: 0;
	}
	.padd_max_w{
		padding: 10px 0 35px;
	}
}
/*--------------------------------------------
6. Services
---------------------------------------------*/
.section-4_0 {
	background: url(../images/bg/section-4.jpg) no-repeat;
	padding: 16.61% 0 18.8%;
}
.section-4_1{
	background: url(../images/bg/section-4_1.jpg) no-repeat;
	padding: 16.61% 0 5.8%;
	background-position: 50% 0;
	background-position: center top;
	background-position-x: 50%;
	background-position-y: 0%;
	background-attachment: fixed;
}
.section-4_2{
	background: url(../images/bg/section-4_2.jpg) no-repeat;
	padding: 330px 0 150px;
	background-position: 50% 0;
	background-position: center top;
	background-position-x: 50%;
	background-position-y: 0%;


}
.section-4_3{
	background: url(../images/bg/section-4_3.jpg) no-repeat;
	padding: 230px 0 150px;
	background-position: 50% 0;
	background-position: center top;
	background-position-x: 50%;
	background-position-y: 0%;
	background-attachment: fixed;
	background-size: cover;
}

@media (max-width: 1100px){
	.section-4_1{
		background-attachment: scroll;													/* Not Parallax*/
	}
	article.section_2{
		background: none;
	}
	.section-4_3{
		background-attachment: scroll;													/* Not Parallax*/
	}
	.section-2_1,
	.section-2_2,
	.section-2_3,
	.section-2_4{
		background: url(../images/bg/section-3.jpg) no-repeat;
		padding: 15% 0 40%;
		background-size: cover;
	}
}
.section-4_4{
	background: url(../images/bg/section-4_4.jpg) no-repeat;
	padding: 230px 0 150px;
	background-position: 50% 0;
	background-position: center top;
	background-position-x: 50%;
	background-position-y: 0%;
}
.text_center{
	text-align: center;
}
.section-4 .widget{
}
.section-4 .widget-content .collapsed span{
	font-family: 'gotham_htfbook';
}
.section-4 p{
	font-family: 'gotham_htfbook';
	font-weight: 400;
}
.section-4 .widget {
	background: rgba(255, 255, 255, 0.8);
	padding: 36px 43px;
	min-height: 310px;
	margin: 80px 25px 0  25px;
}
.section-4 .section-4_2 .widget{
	min-height: 500px;
}
.section-4 .section-4_1 .widget{
	min-height: 450px;
}
.section-4 .section-4_4 .widget{
	min-height: 500px;
	max-width: 530px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.sec4_row{
	max-width: 1200px;
	display: inline-block;
	margin: auto;
}
.margin_auto{
	margin: auto;
	max-width: 1200px;
}
@media (max-width: 1154px){
	.section-4_4{
		padding: 30px 0 30px;
	}
	.section-4 .section-4_4 .widget{
		min-height: 100px;
		max-width: 1100px;
	}
	.section-4 .widget {
		padding: 10px;
	}
}
.section-4 p{
	padding-top:25px;
	font-size: 16px;
	text-align: left;
}
.section-4 .widget-title h2 {
	font-size: 20px;
	color: #1c1c1c;
	margin: 27px 0;
}
.section-4 .widget-content p {
}
.section-4 .widget-content span {
	background: url(../images/services-icon.png) no-repeat left;
	padding-left: 40px;
	font-weight: 400;
}
.section-4 .widget-content .wrapper {
	margin-bottom: 27px;
}
.section-4 .widget-content .active p span {
	background: url(../images/services-icon-dark.png) no-repeat left;
	padding-left: 40px;
	font-weight: 900;
}
.section-4 .widget-content p span, .section-4 .widget-content p strong {
	font-size: 16px;
}
.section-4_0 h1{
	font-family: gotham_htfbook;
	line-height: 1.1;
	font-weight: 500;	font-size: 40px;
}
.section-4_0 h2{
	font-family: gotham_htfbook;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.1;
}
.section-4_0 p{
	font-family: gotham_htfbook;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}
@media (max-width: 1650px){
	.section-4 .widget{
		margin: 15px;
	}
}
@media (max-width: 1499px) {
	.section-4_2{
		padding: 10px 0 70px;
	}
	.section-4 .widget-title h2 {
		font-size: 16px;
	}
	.section-4 .widget-title h1{
		font-size: 25px;
	}
}
@media (max-width: 1350px) {
	.section-4 .widget-title h2{
		margin: 17px 0;
	}
	.section-4_2{
		padding: 70px 0 50px;
	}
	.section-4 .widget-title h1{
		font-size: 25px;
	}
	 .section-4 .widget {
		margin-top: 15px;
	}
}
@media (max-width: 1300px) {
	 .section-4_padd{
	 	padding: 0 5px;
	 }
}
@media (max-width: 1199px) {
	.section-4 .widget {
		margin-top: 10px;
	}.section-4 .section-4_2 .widget {
		min-height: 400px;
	}
	.section-4 h1{
		font-size: 40px;
	}
	.section-4 h2{
		font-size: 26px;
	}
	.section-4 .widget-title h1 {
		font-size: 25px;
	}
	.section-4 .widget-title h2 {
		font-size: 20px;
	}
	.section-4 .widget-title h2 {
		margin: 10px 0;
	}
	.section-4 .widget-content .wrapper {
		margin-bottom: 10px;
	}
}
@media (max-width: 1100px) {
	.section-4_2{
		background-position: 50% 0 !important;
		background-position: center top;
		background-position-x: 50%;
		background-position-y: 0%;
		background-attachment: scroll;
	}
}
@media (max-width: 992px) {
	.section-4 .section-4_2 .widget,
	.section-4 .widget {
		min-height: 100px;
	}
}
@media (max-width: 767px) {
	.section4_padd {
		padding: 0 15px;
	}
	.section-4 .widget,
	.section-4 .section-4_2 .widget,
	.section-4 .section-4_1 .widget {
		min-height: 100px;
	}
	.section-4 .widget {
		margin-top: 40px;
		padding: 30px;
	}
	.section-4 h1 {	font-size: 25px;
	}
	.section-4 h2 {
		font-size: 28px;
	}
	.section-4 .widget-title h1 {
		font-size: 25px;
	}
}
@media (max-width: 550px){
	.section-4 .section-4_0,
	.section-4 .section-4_1,
	.section-4 .section-4_2,
	.section-4 .section-4_3,
	.section-4 .section-4_4{
		background: none;
	}
	.section-4 h1,
	.section-4 h2{
		padding-left: 15px;
	}
	.section-4 .section-4_0,
	.section-4 .section-4_1,
	.section-4 .section-4_2,
	.section-4 .section-4_3,
	.section-4 .section-4_4{
		padding: 20px 0;
	}
	.section-4 h1 {
		font-size: 35px;
	}
}
/*end section 4*/

.parallax_bg {
	background-attachment: fixed!important;
	-webkit-background-size: cover!important;														/*Parallax*/
	background-size: cover!important;
}
@media (max-width: 1100px){
	.parallax_bg {
		background-position: 50% 0 !important;
		background-attachment: scroll!important;
		background-position: center top;
		background-position-x: 50%;
		background-position-y: 0%;												/* Not Parallax*/
	}
}
/*--------------------------------------------
6. Contact
---------------------------------------------*/
.section-5 {
	font-family: 'gotham_htfbook';
	margin-bottom: 40px;
}
.section-5 .container {
	max-width: 790px;
}
.section-5 .first_map{
	padding: 0 1px 0 0;
}
.section-5 .last_map{
	padding: 0 0 0 1px;
}
.section-5 .first_map .contact{
	margin-left: 170px;
}
.section-5 .last_map .contact{
	margin-left: 70px;
}
.section-5 h1{
	font-size: 38px;
}
.section-5 h2 {
	text-transform: uppercase;	font-size: 25px;
	padding: 20px 0;
	font-family: 'novecento_sans_widebook';
}

.section-5 h3{
	text-transform: uppercase;
	font-size: 18px;
}
.section-5 p {
	font-size: 18px;
}
.section-5 .icon_pdf{
	height: 35px;
	width: 35px;
	background: url(../images/load_pdf.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
}
.gmap {
	width: 100%;
}
#map_canvas,
#map_canvas2{
	margin: auto;
	width:100%;
	height:670px;
}
.copyright-text {
	margin-right: 32px;
	text-align: right;
}
@media (max-width: 1200px){
	.section-5 .first_map .contact,
	.section-5 .last_map .contact{
		margin-left: 50px;
	}

}

@media (max-width: 948px){
	.map_d_none_min_w550{
		display: none;
	}
}
@media (min-width: 948px){
	.map_d_none_max_w550{
		display: none !important;
	}
}
@media (min-width: 550px){
	.d_none_max_w550{
		display: none !important;
	}
}
@media (max-width: 550px){
	.section-1{
		background: none;
		height: auto;
		padding: 0;
	}
	article.section_2{
		background: none;
		padding: 0;
	}
	.section-2_1,
	.section-2_2,
	.section-2_3,
	.section-2_4 {
		padding: 30px 0;
		height: auto;
	}
	.section-4_0 {
		background: none;
		padding: 0;
		height: auto;
	}
	.section-2_1 .sec21_con1 h1,
	.section-2_4 .sec21_con1 h1 {
		font-size: 45px;
	}
	.section-2_1 .sec21_con1,
	.section-2_4 .sec21_con1{
		padding: 41px 0 0px;
	}
	.section-2_1 .sec21_con2,
	.section-2_4 .sec21_con2{
		padding-top: 15px;
	}
	.section-2_1 .sec21_con2 h2,
	.section-2_4 .sec21_con2 h2{
		font-size: 28px;
	}
	.section-2_2 h1 {
		font-size: 45px;
		padding: 35px 0 25px;
	}
	.widget,
	.section-2_2 .widget{
		height: auto;
		min-height: 0;
		padding: 0;
		margin: 0;
	}
	.section-2_2 .content{
		margin-bottom: 0;
	}
	.section-2_2 .widget-title h1{
		padding: 15px 0 0;
		font-size: 35px;
	}
	.align_center {
		padding-top: 0;
	}
	.section-3 .team-members {
		padding: 50px 0 0;
	}
	.section-4 .widget{
		min-height: 0;
		margin-top: 30px;
		padding: 0;
	}
}
.section-2_1,
.section-2_4{
	font-family: 'gotham_htfbook';
}
.yapiskan {
    -webkit-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s, left 0.5s ease 0s;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 3;
}
.gizle {
    top: -80px;
}
.sabit {
    top: 0;
}


/* ===== New bg images for development site ===== */

.development .section-1 {
	background: url(../images/bg/section-1.jpg) no-repeat;
  background-position: 50% 0;
  background-position: center top;
  background-position-x: 50%;
  background-position-y: 0%;
}

.development article.section_2 {
	background: url(../images/bg/section-3-lg.jpg) no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  background-position-x: 50%;
  background-position-y: 0%;
  background-position: center center;
}

@media (max-width: 1100px) {
	.section-2_1,
	.section-2_2,
	.section-2_3,
	.section-2_4 {
		background: url(../images/bg/section-3.jpg) no-repeat;
    padding: 15% 0 40%;
    background-size: cover;
	}
}
