@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Josefin+Sans:400,700&=Overpass:wght@100;200;300;400;500;600;700;800;900&display=swap');
html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	background:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
header, nav, article, section, footer, figure, aside, address {
	display:block;
	font-style:normal;
}
a:hover,
a {
	font-size:13px;
	color:#333;
	text-decoration:none;
}
textarea,
select,
input,
button {
	outline:none;
	resize:none;
	overflow:hidden;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
button {
    cursor:pointer;
}
img {
	border:0;
    width:100%;
    height:auto;
}
ol,
ul {
	list-style-type:none;
}
*::-webkit-input-placeholder {
    color:#666;
    font-size:14px;
}
*:-moz-placeholder {
    color:#666;
    font-size:14px;
}
*::-moz-placeholder {
    color:#666;
    font-size:14px;
}
*:-ms-input-placeholder {
    color:#666;
    font-size:14px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.clear {
	clear:both;
}
#error-page {
    width:100%;
    height:100%;
    position:absolute;
    background:#f8f8f8;
    display:table;
}
#error-page figure {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    padding:10px;
}
#error-page figure img {
    width:100%;
    max-width:400px;
    height:auto;
}
#popup {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    top:0;
    left:0;
    z-index:10;
}
#popup .window {
	width:calc(100% - 100px);
	height:100%;
	max-width:500px;
    max-height:500px;
    left:50%;
    top:50%;
	transform: translate(-50%, -50%);
    position:fixed;
}
#popup .window figure img {
	width:100%;
	height:100%;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#popup .window a.close {
    width:30px;
    height:30px;
    line-height:30px;
    background:url(/Images/icon-close.png) no-repeat center #ee7514;
    top:0;
    right:-30px;
    position:absolute;
    z-index:2;
    cursor:pointer;
    border-radius:5px;
}
.recess {
    width:1400px;
    margin:auto;
}
#page {
    width:100%;
}
#header {
    width:100%;
    background:#f4f4f4;
    border-bottom: 1px solid rgba(200,200,200,.2);
}
#header .recess {
    padding:5px 10px 5px 10px;
    
}
#header .logo {
    float:left;
    width:100px;
}
#index {
    font-family:'Raleway', sans-serif;
    padding:50px 0;
}
#index .title {
    margin-bottom:30px;
}
#index .title h2 {
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:5px;
}
#index .title span {
    display:block;
    width:44px;
    height:2px;
    background:#555;
}
#index .news .list {
    text-align:justify;
}
#index .news .list .left-column {
    width:calc(100% - 400px);
    float:left;
    margin-right:50px;
}
#index .news .list .left-column ul li {
    width:calc(33.33% - 20px);
    float:left;
    margin-right:30px;
}
#index .news .list .left-column ul li:nth-child(3) {
    margin-right:0;
}
#index .news .list .left-column ul li:last-child {
    display:none;
}
#index .news .list .left-column ul li figure {
    margin-bottom:15px;
}
#index .news .list .left-column ul li p {
    display:block;
}
#index .news .list .left-column ul li p.name {
    font-size:18px;
    font-weight:700;
}
#index .news .list .left-column ul li p.summary {
    margin:15px 0;
}
#index .news .list .left-column ul li p.date {
    color:#a6a6a6;
}
#index .news .list .right-column {
    width:350px;
    float:left;
}
#index .news .list .right-column ul li {
    border-bottom:solid 1px #d0d0d0;
}
#index .news .list .right-column ul li:last-child {
    border-bottom:none;
}
#index .news .list .right-column ul li a {
    display:block;
    padding:11px 0;
}
#index .news .list .right-column ul li:first-child a {
    padding-top:0;
}
#index .news .list .right-column ul li p.name {
    font-size:15px;
    font-weight:700;
    margin-bottom:10px;
}
#index .news .list .right-column ul li p.date {
    color:#a6a6a6;
}
#index .news .all {
    margin-top:30px;
}
#index .news .all a {
    display:block;
    padding:10px 30px;
    width:max-content;
    font-weight:700;
    margin:auto;
    border:solid 1px #e20a16;
}
#index .news .all a:hover {
    background:#e20a16;
    color:#fff;
}
#index .our-activity-areas {
    margin:50px 0;
    color:#fff;
}
#index .our-activity-areas ul {
    display:table;
    width:100%;
}
#index .our-activity-areas ul li {
    width:33.33%;
    height:500px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    padding:50px;
    background:no-repeat center;
    background-size:cover;
    background-color:#e20a16;
}
#index .our-activity-areas ul li:first-child {
    background-image:url(/Images/education-bg.png);
}
#index .our-activity-areas ul li:nth-child(2) {
    background-color:#0f3b86;
    background-image:url(/Images/health-bg.png);
}
#index .our-activity-areas ul li:last-child {
    background-image:url(/Images/religious-facilities-bg.png);
}
#index .our-activity-areas ul li p {
    display:block;
}
#index .our-activity-areas ul li p.name {
    font-size:30px;
    font-weight:700;
}
#index .our-activity-areas ul li p.summary {
    font-size:18px;
    line-height:30px;
    margin:30px 0;
}
#index .our-activity-areas ul li a {
    display:block;
    padding:20px 30px;
    font-weight:700;
    width:max-content;
    color:#fff;
    background:#f9ab00;
    margin:auto;
    border-radius:3px;
}
#index .numbers {
    display:table;
    width:100%;
}
#index .numbers .right-column,
#index .numbers .left-column {
    display:table-cell;
    width:50%;
    height:1000px;
}
#index .numbers .left-column {
    background:url(/Images/numbers-left-column-bg.jpg) no-repeat center;
    background-size:cover;
}
#index .numbers .right-column {
    background:url(/Images/numbers-right-column-bg.png) no-repeat center;
    background-size:70%;
}
#index .numbers .right-column .list {
    display:table;
    width:100%;
    height:100%;
    text-align:center;
    font-size:36px;
}
#index .numbers .right-column .list ul {
    display:table-cell;
    vertical-align:middle;
}
#index .numbers .right-column .list ul li:not(:last-child) {
    margin-bottom:50px;
}
#index .numbers .right-column .list ul li span {
    display:block;
}
#index .numbers .right-column .list ul li span:first-child {
    font-size:60px;
    font-weight:800;
    color:#fbab18;
    margin-bottom:10px;
}
#footer {
    background:#f0f0f0;
    padding:60px 0;
    font-family:'Raleway', sans-serif;
}
#footer .copyright {
    margin-top:50px;
    color:#a6a6a6;
    display:none;
}
#footer .left-column {
    width:calc(100% - 370px);
    float:left;
    margin-right:120px;
}
#footer .left-column .logo {
    width:120px;
    float:left;
    margin-right:130px;
}
#footer .left-column .menu {
    width:calc(100% - 250px);
    float:left;
}
#footer .left-column .menu a {
    font-size:15px;
    font-weight:600;
}
#footer .left-column .menu ul li {
    width:33.33%;
    float:left;
    margin-bottom:20px;
}
#footer .left-column .copyright {
    display:block;
}
#footer .address {
    width:250px;
    float:left;
    line-height:20px;
}
#footer .address a {
    font-size:14px;
    font-weight:600;
}
#footer .address ul li {
    background:no-repeat left top;
    padding-left:25px;
    margin-bottom:7px;
}
#footer .address ul li:first-child {
    background-image:url(/Images/icon-address.png);
}
#footer .address ul li:nth-child(2) {
    background-image:url(/Images/icon-phone.png);
}
#footer .address ul li:nth-child(3) {
    background-image:url(/Images/icon-fax.png);
}
#footer .address ul li:last-child {
    margin-bottom:0;
    background-image:url(/Images/icon-email.png);
}
#content {
    font-family:'Raleway', sans-serif;
}
#content .title {
    width:100%;
    display:table;
    margin-bottom:40px;
    text-align:left;
}
#content .title h1 {
    font-size:40px;
    font-weight:800;
    display:inline-flex;
    vertical-align:middle;
    margin-right:30px;
    width:max-content;
    max-width:750px;
}
#content .title .line {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    min-width:200px;
}
#content .title .line .shell {
    display:table;
    width:100%;
}
#content .title .line .shell i {
    display:inline-block;
    vertical-align:middle;
    background:#f9ab00;
}
#content .title .line .shell i.vertical-line {
    width:1px;
    height:7px;
}
#content .title .line .shell i.horizontal-line {
    width:calc(100% - 1px);
    height:1px;
}
#content .inner,
#content .corporate {
    padding:50px 0;
    text-align:justify;
}
#content .web-tv {
    background:#0f3b86;
}
#content .web-tv .recess {
    background:url(/Images/content-web-tv-bg.png) no-repeat center right;
    height:100px;
    display:table;
    text-align:center;
}
#content .web-tv .menu {
    display:table-cell;
    vertical-align:middle;
    margin:auto;
}
#content .web-tv .menu ul li {
    display:inline-block;
    margin:0 30px;
}
#content .web-tv .menu ul li a {
    color:#fff;
    font-size:17px;
    font-weight:500;
}
#content .web-tv .menu ul li.select a {
    color:#dcdcdc;
}
#content .corporate .big-photo {
    width:500px;
    float:left;
    margin-right:50px;
    padding:7px 7px 4px 7px;
    background:#fbfbfb;
    border:solid 1px #f5f5f5;
}
#content .corporate .big-photo.style-2 {
    width:1100px;
    float:none;
    margin:0 auto 50px auto;
}
#content .corporate article {
    line-height:26px;
    float:left;
    width:calc(100% - 550px);
    font-size:15px;
    color:#555;
}
#content .corporate article.style-2 {
    float:none;
    margin:auto;
    width:960px;
}
#news-detail article p:not(:last-child),
#content .inner article p:not(:last-child),
#content .corporate article p:not(:last-child) {
    margin-bottom:20px;
}
#content .corporate .board-of-directors {
    width:100%;
    display:table;
}
#content .corporate .board-of-directors .list {
    width:300px;
    display:inline-block;
    vertical-align:middle;
    margin-right:50px;
}
#content .corporate .board-of-directors .list ul li:not(:last-child) {
    margin-bottom:20px;
}
#content .corporate .board-of-directors .list ul li strong {
    display:block;
    color:#111;
}
#content .corporate .board-of-directors figure {
    width:calc(100% - 350px);
    display:inline-block;
    vertical-align:middle;
    text-align:center;
}
#content .corporate .board-of-directors figure img {
    max-width:240px;
}
#content .inner article {
    line-height:26px;
    font-size:15px;
    color:#555;
    width:70%;
    margin:auto;
    text-align:justify;
}
#content .inner article h5 {
    font-size:16px;
    margin-bottom:10px;
}
#content .inner article figure.icon {
    width:100%;
    max-width:340px;
    margin:0 auto 50px auto;
}
#content .inner article .table {
    margin:20px 0;
}
#content .inner article .table ol {
    list-style:none;
    border:solid 1px #999;
}
#content .inner article .table ol li {
    display:table;
    width:100%;
}
#content .inner article .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .inner article .table ol li.table-title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .inner article .table ol li span {
    width:70%;
    display:table-cell;
    padding:5px 10px;
}
#content .inner article .table ol li.table-title span {
    padding:0 5px;
}
#content .inner article .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#content .inner article .table ol li span a {
    color:#238ebc;
}
#content .inner .list {
    margin-top:80px;
}
#content .inner .list h2 {
    font-size:34px;
    text-align:center;
    margin-bottom:30px;
}
#content .inner .list ul li {
    width:calc(33.33% - 30px);
    float:left;
    margin:0 45px 45px 0;
}
#content .inner .list ul li:nth-child(3n) {
    margin-right:0;
}
#content .inner .list ul li img {
    border:solid 1px #f0f0f0;
    padding:5px;
}
#content .inner .list ul li a {
    display:block;
    font-weight:700;
    font-size:14px;
}
#content .inner .list ul li p {
    padding:15px 10px;
    width:100%;
    height:60px;
    display:table;
    margin-top:-5px;
    text-align:center;
    display:table;
    line-height:20px;
}
#content .inner .list ul li p i {
    display:table-cell;
    vertical-align:middle;
    font-style:normal;
}
#content .inner .gallery {
    margin-top:100px;
}
#content .contact address {
    width:400px;
    float:left;
    margin-right:50px;
    font-size:14px;
}
#content .contact address a {
    font-size:14px;
}
#content .contact address ul li {
    margin-bottom:15px;
    line-height:22px;
    background:no-repeat left center;
    padding-left:25px;
}
#content .contact address ul li:first-child {
    font-weight:700;
    font-size:18px;
    padding-left:0;
}
#content .contact address ul li:nth-child(2) {
    padding-left:0;
}
#content .contact address ul li:nth-child(3) {
    background-image:url(/Images/icon-phone.png);
}
#content .contact address ul li:nth-child(4) {
    background-image:url(/Images/icon-fax.png);
}
#content .contact address ul li:last-child {
    margin-bottom:0;
    background-image:url(/Images/icon-email.png);
}
#content .contact #map {
    width:calc(100% - 450px);
    height:500px;
    float:left;
}
#content .contact .form {
    padding:80px 0;
    margin-top:100px;
    background:#8febec;
}
#content .contact .form figure {
    width:350px;
    float:left;
    margin:100px 100px 0 0;
}
#form {
    font-size:16px;
    width:calc(100% - 450px);
    background:#fff;
    padding:80px 50px;
    float:left;
}
#form h2 {
    margin-bottom:30px;
}
#form ul li {
    width:calc(50% - 15px);
    float:left;
    margin-bottom:40px;
}
#form.style-2 ul li:nth-last-child(-n+2),
#form:not(.style-2) ul li:nth-last-child(-n+3) {
    width:100%;
    float:none;
}
#form ul li:nth-child(odd) {
    margin-right:30px;
}
#form ul li:last-child {
    margin-bottom:0;
}
#form ul li p {
    font-weight:600;
    margin-bottom:8px;
}
#form-modal-sms .window p .input,
#form ul li .textarea,
#form ul li .input {
    width:100%;
    height:40px;
    line-height:40px;
    padding:0 10px;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    background:#f8f8f8;
    border:none;
}
#form-modal-sms .window p .input {
    height:40px;
    line-height:40px;
}
#form ul li .input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f8f8f8 inset;
}
#form ul li .textarea {
    height:140px;
}
#form ul li .textarea.warning,
#form ul li .input.warning {
    background:#f0f0f0;
}
#form ul li .button {
    padding:10px;
    border:none;
    padding:10px 20px;
    background:#d81621;
    color:#fff;
    font-weight:600;
    margin-bottom:20px;
}
#form ul li i {
    font-style:normal;
    position:relative;
    top:5px;
    font-size:13px;
}
#form ul li i a {
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
}
#form ul li .checkbox {
    display:none;
}
#form ul li .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks.png) no-repeat top;
	display:block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    float:left;
    margin-right:6px;
}
#form ul li .checkbox:checked + span,
#form ul li .checkbox + span:active,
#form ul li .checkbox:checked + span:active {
    background-image:url(/Images/checks.png);
    background-position:bottom;
}
#form ul li .checkbox:checked + span a,
#form ul li .checkbox + span:active a,
#form ul li .checkbox:checked + span:active a,
#form ul li .checkbox + span:hover a {
    color:#fff;
}
#form ul li .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#form ul li label {
    display:block;
    width:max-content;
}
#form ul li label.style-2 {
    margin-top:10px;
}
#form ul li label i {
	width:calc(100% - 20px);
    float:left;
    margin-top:-4px;
}
#form .info {
	display:none;
}
#form ul li .confirmation {
	margin-top:20px;
}
#form ul li .confirmation p {
	padding:10px 0;
    font-size:13px;
}
#form ul li .confirmation label {
	margin-right:30px;
    display:inline-block;
}
#error-zone.approved {
    color:#48a5cc;
    font-weight:700;
    padding-bottom:30px;
}
#informed-text {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 400px;
    font-size: 12px;
}
#informed-text p {
    margin-bottom:20px;
}
#error-zone-permission.warning {
    color:#bc0512;
    font-weight:bold;
}
#error-zone-mail-list.warning p {
    margin-bottom:20px;
}
#error-zone-permission.warning {
    margin-top:10px;
    text-align:left;
    font-size:12px;
}
#form-modal-sms,
#form-modal {
    position:fixed;
    z-index:4;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
    font-family:'Raleway', sans-serif;
    display:none;
}
#form-modal-sms.active,
#form-modal.active {
    display:block;
}
#form-modal-sms .window,
#form-modal .window {
    width:400px;
    height:160px;
    background:#fff;
    border-radius:5px;
    top:calc(50% - 80px);
    left:calc(50% - 200px);
    position:absolute;
    text-align:center;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
#form-modal-sms .window {
    height:190px;
    top:calc(50% - 95px);
    position:relative;
}
#form-modal-sms .window .loading {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    border-radius:5px;
    display:none;
}
#form-modal-sms .window .loading.active {
    display:block;
}
#form-modal-sms .window .loading figure {
    width:60px;
    height:60px;
    background:no-repeat no-repeat center #fff;
    background-image:url(/Images/loading.gif);
    background-size:50px 50px;
    position:absolute;
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius:5px;
}
#form-modal-sms .window p,
#form-modal .window p {
    padding:20px;
    color:#bc0512;
    font-weight:bold;
    line-height:22px;
}
#form-modal-sms .window .phone-no {
    padding-top:20px;
    display:block;
}
#form-modal-sms .window .phone-no i {
    font-style:normal;
    font-weight:bold;
}
#form-modal-sms .window .phone-no i u {
    text-decoration:none;
}
#form-modal-sms .window .buttons,
#form-modal .window .buttons {
    padding:20px;
    border-top:solid 1px #f8f8f8;
}
#form-modal-sms .window .buttons .go.button,
#form-modal .window .buttons .go.button {
    background:#f8ac00;
    margin-right:20px;
    color:#fff;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    padding:10px 25px;
    background:#f0f0f0;
    border-radius:25px;
    font-size:12px;
    font-weight:bold;
    letter-spacing:1px;
    margin-top:30px;
    display:inline-block;
    border:0;
    cursor:pointer;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    margin-top:0;
}
#form-modal-sms .window .buttons .button:hover,
#form-modal .window .buttons .button:hover{
    background:#0f3e83;
    color:#fff;
}
#cookies {
    width:1200px;
    background:#f0f0f0;
    padding:20px 120px 20px 20px;
    position:fixed;
    z-index:10;
    border-radius:5px;
    left:calc(50% - 600px);
    bottom:10px;
    font-family:'Raleway', sans-serif;
    font-size:12px;
    line-height:13px;
    border:solid 4px rgba(232,232,232,.4);
}
#cookies a {
    font-size:12px;
    font-weight:bold;
    border-radius:3px;
}
#cookies a.link {
    font-weight:bold;
    color:#fff;
    font-size:12px;
}
#cookies a.close {
    padding:10px 20px;
    display:block;
    position:absolute;
    right:20px;
    top:calc(50% - 12px);
    cursor:pointer;
    background:#f8ac00;
    color:#000;
}
.creapark {
    margin:15px 0 10px 0;
    text-align:center;
    display:none;
}
.creapark img {
    width:80px;
    height:auto;
}
#news ul {
    width:70%;
    margin:auto;
    text-align:justify;
}
#news ul li {
    margin-bottom:30px;
}
#news ul li a {
    background:#fcfcfc;
    display:table;
    width:100%;
    padding:20px;
    font-size:14px;
    border-radius:3px;
}
#news ul li span {
    display:block;
    vertical-align:top;
}
#news ul li .name {
    font-weight:700;
    font-size:17px;
    margin-bottom:15px;
}
#news ul li figure {
    width:370px;
    margin-right:30px;
    display:inline-block;
    background:#fff;
    border:solid 1px #f0f0f0;
    padding:8px 8px 5px 8px;
}
#news ul li .summary {
    width:calc(100% - 400px);
    display:inline-block;
    line-height:22px;
}
#news ul li .summary i {
    font-style:normal;
    display:block;
}
#news ul li .summary i.text {
    min-height:140px;
    margin-bottom:10px;
}
#news ul li .summary i.date {
    text-align:right;
    font-size:12px;
    color:#a6a6a6;
}
#news .paged-list {
    display:table;
    margin:30px auto 0 auto;
}
#news .paged-list .total-page {
    margin:30px auto 0 auto;
    text-align:center;
}
#news .paged-list ul li {
    display:table-cell;
    padding:0 5px;
}
#news .paged-list ul li span,
#news .paged-list ul li a {
    padding:3px 10px;
    border-radius:3px;
    font-size:15px;
    font-weight:500;
    display:block;
}
#news .paged-list ul li a:hover,
#news .paged-list ul li.active span {
    background:#f9ab00;
    color:#fff;
}
#news .paged-list ul li.disabled a:hover {
    background:none;
    color:unset;
}
#news-detail figure {
    width:100%;
    margin-bottom:20px;
}




/*index-gallery slider*/
.slick-slider {
    position:relative;
    display:block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:none;
    touch-action:none;
    -webkit-tap-highlight-color:transparent;
}
.slick-list {
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0;
}
.slick-list:focus {
	outline:none;
}
.slick-loading .slick-list {
	background:url(/Images/loading.gif) no-repeat center;
}
.slick-list.dragging {
	cursor:pointer;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-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);
}
.slick-track {
	position:relative;
	left:0;
	top:0;
	display:block;
	zoom:1;
}
.slick-track:before,
.slick-track:after {
	content:"";
	display:table;
}
.slick-track:after {
	clear:both;
}
.slick-loading .slick-track {
	visibility:hidden;
}
.slick-slide {
	float:left;
	height:100%;
	min-height:1px;
	display:none;
}
.slick-slide img {
	display:block;
}
.slick-slide.slick-loading img {
	display:none;
}
.slick-slide.dragging img {
	pointer-events:none;
}
.slick-initialized .slick-slide {
	display:block;
}
.slick-loading .slick-slide {
	visibility:hidden;
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent;
}
.slick-prev,
.slick-next {
	position:absolute;
    top:-60px;
	display:block;
	height:44px;
	width:44px;
	line-height:0;
	font-size:0;
	cursor:pointer;
	color:transparent;
	padding:0;
	border:none;
	outline:none;
    background:no-repeat center;
    background-color:#f8ac00;
    background-size:10px;
}
#index .journal .right-column .slick-prev,
#index .journal .right-column .slick-next {
    top:auto;
    bottom:0;
    background-color:#f8ac00;
    border-radius:unset;
}
.slick-prev:hover,
.slick-next:hover {
    background-color:#111;
}
.slick-prev:focus,
.slick-next:focus {
	outline:none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity:0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family:"slick";
	font-size:20px;
	line-height:1;
	color:white;
	opacity:0.85;
	-webkit-font-smoothing:antialiased;
}
.slick-prev {
	right:74px;
    background-image:url(/Images/arrow-prev.png);
}
#index .journal .right-column .slick-prev {
	left:200px;
}
.slick-next {
	right:20px;
    background-image:url(/Images/arrow-next.png);
}
#index .journal .right-column .slick-next {
	left:250px;
}
.slick-next:before {
}
.slick-slider {
	margin-bottom:30px;
}
.slick-slider div img {
	width:100%;
}
.slick-slider div span {
	margin:0 15px;
    display:block;
}
.slick-dots {
	position:absolute;
	bottom:-45px;
	list-style:none;
	display:block;
	text-align:center;
	padding:0px;
	width:100%;
}
.slick-dots li {
	position:relative;
	display:inline-block;
	height:14px;
	width:14px;
	margin:0px 5px;
	padding:0px;
	cursor:pointer;
	border:solid 2px #1362a9;
    border-radius:50%;
}
.slick-dots li button {
	border:0;
	background:transparent;
	display:block;
	height:20px;
	width:20px;
	outline:none;
	line-height:0;
	font-size:0;
	color:transparent;
	padding:5px;
	cursor:pointer;
	outline:none;
}
.slick-dots li button:focus {
	outline:none;
}
.slick-dots li button:before {
	position:absolute;
	top:-2px;
	left:-2px;
	content:"";
	width:10px;
	height:10px;
	opacity:0;
    background:#111;
    border:solid 2px #111;
    border-radius:50%;
}
.slick-dots li.slick-active button:before {
	opacity:1;
}
/*index-gallery slider*/
/*lang select*/
.lang-select {
    width:65px;
    position:relative;
    user-select:none;
    font-family:'Raleway', sans-serif;
    font-size:15px;
    font-weight:700;
}
.lang-select .default-ul {
    position:relative;
    cursor:pointer;
}
.lang-select.active .default-ul {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    border-bottom-color:none;
}
.lang-select .default-ul li {
    padding:8px 16px;
    font-weight:bold;
}
.lang-select .default-ul:before {
    content:"";
    position:absolute;
    top:13px;
    right:10px;
    width:4px;
    height:4px;
    border:2px solid;
    border-color:transparent transparent #f0f0f0 #f0f0f0;
    transform:rotate(-45deg);
}
.lang-select.active .default-ul:before,
.lang-select.active .default-ul:hover:before {
    border-color:transparent transparent #222 #222;
    margin-top:-5px;
}
.lang-select.active .default-ul,
.lang-select.active .default-ul:hover {
    background:#f0f0f0;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}
.lang-select .select-ul li a,
.lang-select .default-ul li a {
    display:flex;
    align-items:center;
    height:26px;
    font-family:'Raleway', sans-serif;
    font-size:15px;
}
.lang-select .select-ul li:hover a,
.lang-select.active .default-ul:hover a {
}
.lang-select .select-ul {
    position:absolute;
    top:42px;
    left:0;
    width:100%;
    background:#fff;
    border:solid 1px #fff;
    border-top:none;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    display:none;
}
.lang-select .select-ul li {
    padding:5px 20px;
    cursor:pointer;
}
.lang-select .select-ul li:first-child:hover {
}
.lang-select .select-ul li:last-child:hover {
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}
.lang-select .select-ul li:hover {
    background:#f0f0f0;
}
.lang-select.active .select-ul {
    display:block;
}
.lang-select.active .default-ul:before {
    top:25px;
    transform:rotate(-225deg);
}
/*lang select*/
/*menu style*/
#menu {
    float:right;
}
#menu .menu-icon {
	display:none;
	position:absolute;
    z-index:4;
	overflow:hidden;
	width:40px;
	-webkit-appearance:none;
	-moz-appearance:none;
	box-shadow:none;
	border:none;
	cursor:pointer;
	-webkit-transition:background .3s;
	transition:background .3s;
    right:10px;
    top:15px;
    padding:5px;
}
#menu .menu-icon:focus {
	outline:0
}
#menu .menu-icon span {
	display:block;
    width:30px;
	height:2px;
    background:#0f3b86;
    margin:8px 0;
    transition: 0.4s;
}
#menu .menu-icon span:nth-child(2) {
	width:80%;
    margin-left:20%;
}
#menu .menu-icon.is-active span:first-child {
	transform: translate(0, 11px) rotate(-45deg);
}
#menu .menu-icon.is-active span:nth-child(2) {
	opacity:0;
}
#menu .menu-icon.is-active span:last-child {
	transform: translate(0, -9px) rotate(45deg);
}
#menu .menu-list {
	margin-top:26px;
}
#menu .menu-list ul > li {
	float:left;
    margin-right:14px;
}
#menu .menu-list ul > li:last-child {
    margin-right:0;
}
#menu .menu-list ul > li > a {
    display:block;
    font-family: 'Overpass', sans-serif;
    letter-spacing:1px;
    padding:10px 8px;
    font-size:16px;
    font-weight:400;
    border-radius:2px;
}
#menu .menu-list ul > li:hover > a {
    color:#526d75;
}
#menu .menu-list ul > li.select > a {
    background:#0f3b86;
    color:#fff;
}
#menu .menu-list ul > li > .sub-menu {
    display:none;
    position:absolute;
    z-index:2;
    width:500px;
    min-height:250px;
    background:#0f1731;
}
#menu .menu-list ul > li.style-3 > .sub-menu {
    margin-left:-300px;
}
#menu .menu-list ul > li.style-3 > .sub-menu {
    width:700px;
}
#menu .menu-list ul > li:hover > .sub-menu {
    display:table;
}
#menu .menu-list ul > li > .sub-menu figure {
    width:300px;
    display:table-cell;
    background:no-repeat center;
    background-size:cover;
}
#menu .menu-list ul > li.style-2 > .sub-menu figure {
    background-image:url(/Images/menu-kurumsal-bg.jpg);
}
#menu .menu-list ul > li.style-3 > .sub-menu figure {
    background-image:url(/Images/menu-yatirimci-iliskileri-bg.jpg);
}
#menu .menu-list ul > li > .sub-menu > ol {
    display:table-cell;
    width:200px;
    padding:10px;
    vertical-align:middle;
}
#menu .menu-list ul > li.style-3 > .sub-menu > ol {
    width:400px;
}
#menu .menu-list ul > li > .sub-menu > ol li {
    float:none;
    margin-right:0;
}
#menu .menu-list ul > li.style-3 > .sub-menu > ol li {
    float:left;
    width:calc(50% - 10px);
}
#menu .menu-list ul > li.style-3 > .sub-menu > ol li:nth-child(odd) {
    margin-right:20px;
}
#menu .menu-list ul > li > .sub-menu > ol li a {
    padding:12px 15px;
    font-size:12px;
    color:#fcfcfc;
    border-bottom:solid 1px #0f3b86;
    display:block;
    font-weight:bold;
    border-radius:2px;
    font-family:'Raleway', sans-serif;
}
#menu .menu-list ul > li > .sub-menu > ol li:last-child a {
   border-bottom:0;
}
#menu .menu-list ul > li > .sub-menu > ol li a:hover {
    background:#0f3b86;
    color:#fff;
}
#menu .menu-mobile {
    position:absolute;
    z-index:2;
    display:none;
    right:10px;
    top:58px;
}
#menu .menu-mobile ul {
    display:none;
    position:absolute;
    background:#0f3b86;
    text-align:left;
    right:0;
    padding:5px 0;
    width:190px;
}
#menu .menu-mobile li {
    display:block;
    margin:0 5px;
    border-bottom:solid 1px #2d89af;
}
#menu .menu-mobile li:last-child {
    border-bottom:0;
}
#menu .menu-mobile ul > li > ol {
    background:#6bc3e7;
    padding:5px;
}
.submenu {
    display:none;
}
#menu .menu-mobile ul > li > ol li {
    margin:0;
}
#menu .menu-mobile span,
#menu .menu-mobile a {
    display:block;
    color:#fff;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    padding:12px 10px;
    cursor:pointer;
    font-weight:600;
}
#menu .menu-mobile ul > li.lang > a {
    color:#f9ab00;
}
#menu .menu-mobile ul > li > ol li a {
    border-bottom-color:#5bb1d4;
}
#menu .menu-mobile ul li:last-child a,
#menu .menu-mobile ul li ol li:last-child a {
    border-bottom:0;
}
#menu .menu-mobile ul li span:hover,
#menu .menu-mobile ul li a:hover {
    background-color:#172b47;
}
#menu .menu-mobile ul li ol li a:hover {
    background-color:#2e86a9;
}
/*menu style*/
/*index slider*/
#web-tv {
    width:100%;
    position:relative;
    z-index:1;
    overflow:hidden;
    background:#000;
    display:block;
    font-family: 'Josefin Sans', sans-serif;
}
#web-tv ul,
#web-tv ul li {
	width:100%;
    height:100%;
    background-size:cover;
    background-position:center center;
    background-color:#111;
    position:relative;
    overflow:hidden;
}
#web-tv ul li .recess {
    position:relative;
}
#web-tv ul li span {
    display:block;
    margin:50px 70px;
}
#web-tv .prev,
#web-tv .next {
	width:40px;
    height:40px;
    position:absolute;
    z-index:3;
    bottom:80px;
    background-color:rgba(255,255,255,0.8);
    background-repeat:no-repeat;
    background-position:center;
}
#web-tv .prev {
	right:90px;
    background-image:url(/Images/arrow-2-prev.png);
}
#web-tv .next {
	right:40px;
    background-image:url(/Images/arrow-2-next.png);
}
#web-tv .prev:hover,
#web-tv .next:hover {
    background-color:#e20a16;
}
.centered-btns_tabs {
	width:2px;
    position:absolute;
    z-index:30;
    right:38px;
    bottom:100px;
}
.centered-btns_tabs li {
	margin-right:10px;
}
.centered-btns_tabs a {
	background:#f9f9f9;
	border-radius:15px;
	width:2px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	box-shadow:inset 0px 0px 2px 0px rgba(0,0,0,0.3);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	_display:block;
	-webkit-box-shadow:inset 0 0 2px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow:inset 0 0 2px 0 rgba(0, 0, 0, .3);
}
.centered-btns_here a {
	background:#d71c54;
}
/*index slider*/
/*begin scroll-arrow*/
#scroll-page {
    width: 30px;
    height: 66px;
    position: absolute;
    z-index: 3;
    bottom:20px;
}
#scroll-page .scroll-page-icon {
    background:url(/Images/scroll-page-icon-bg.png) no-repeat;
    width:30px;
    height:66px;
    margin-left:58px;
}
/*begin scroll-arrow*/


@media only screen and (max-width:1540px) {
    #web-tv ul li span {
        margin:40px 55px;
    }
}
@media only screen and (max-width:1440px) {
    .recess {
        width:100%;
        margin:auto;
        padding:0 20px;
    }
    #footer .left-column .menu ul li {
        width:calc(38% - 20px);
        margin-right:20px;
    }
    #footer .left-column .menu ul li:nth-child(3n) {
        width:calc(24% - 20px);
    }
    #content .contact .form {
        padding:70px 0;
        margin-top:90px;
    }
    #content .contact .form figure {
        width:350px;
        margin:90px 90px 0 0;
    }
    #form {
        width:calc(100% - 440px);
        padding:80px 50px;
    }
    #cookies {
        width:calc(100% - 20px);
        left:10px;
    }
}
@media only screen and (max-width:1240px) {
    .recess {
        padding:0 15px;
    }
    #web-tv ul li span {
        margin:30px 40px;
    }
    #index .news .list .left-column {
        width:calc(100% - 320px);
        margin-right:20px;
    }
    #index .news .list .right-column {
        width:300px;
    }
    #index .our-activity-areas ul li {
        padding:40px;
    }
    #index .numbers .right-column,
    #index .numbers .left-column {
        height:800px;
    }
    #content .corporate .big-photo {
        width:450px;
    }
    #content .corporate article {
        width:calc(100% - 500px);
    }
    #content .contact .form {
        padding:50px 0;
        margin-top:70px;
    }
    #content .contact .form figure {
        width:300px;
        margin:70px 70px 0 0;
    }
    #form {
        width:calc(100% - 370px);
        padding:70px 40px;
    }
}
@media only screen and (max-width:1170px) {
    #content .corporate .big-photo.style-2 {
        width:100%;
        float:none;
        margin-bottom:40px;
    }
    #content .corporate article.style-2 {
        width:100%;
    }
}
@media only screen and (max-width:1120px) {
    #index {
        padding:40px 0;
    }
    #index .news .list .left-column {
        width:calc(100% - 270px);
    }
    #index .news .list .right-column {
        width:250px;
    }
    #index .our-activity-areas ul li p.summary {
        font-size:16px;
        line-height:24px;
        margin:20px 0;
    }
    #index .numbers .right-column,
    #index .numbers .left-column {
        height:720px;
    }
    #index .numbers .right-column .list ul li:not(:last-child) {
        margin-bottom:30px;
    }
    #footer {
        padding:50px 0;
    }
    #footer .left-column .menu ul li {
        width:calc(41% - 20px);
    }
    #footer .left-column .menu ul li:nth-child(3n) {
        width:calc(18% - 20px);
    }
    #content .corporate .big-photo {
        width:400px;
    }
    #content .corporate article {
        width:calc(100% - 450px);
    }
    #content .inner,
    #content .corporate {
        padding:40px 0;
    }
    #content .title h1 {
        font-size:36px;
    }
    #news ul,
    #content .inner article {
        width:80%;
    }
    #content .inner .list h2 {
        font-size:32px;
    }
    #content .contact .form {
        padding:40px 0;
        margin-top:60px;
    }
    #content .contact .form figure {
        width:300px;
        margin:50px 50px 0 0;
    }
    #form {
        width:calc(100% - 350px);
        padding:60px 30px;
    }
}
@media only screen and (max-width:1024px) {
    .recess {
        padding:0 10px;
    }
    #header .logo {
        float:left;
        width:80px;
    }
    #web-tv ul li span {
        margin:20px;
    }
    .centered-btns_tabs {
        right:10px;
        bottom:20px;
    }
    #index {
        padding:30px 0;
    }
    #index .our-activity-areas ul li {
        padding:30px;
        height:auto;
    }
    #footer {
        padding:40px 0;
    }
    #footer .left-column {
        width:calc(100% - 320px);
        margin-right:70px;
    }
    #footer .left-column .logo {
        width:100px;
        float:left;
        margin-right:80px;
    }
    #footer .left-column .menu {
        width:calc(100% - 180px);
    }
    #content .corporate .big-photo {
        width:350px;
        margin-right:20px;
    }
    #content .corporate article {
        width:calc(100% - 370px);
    }
    #content .inner,
    #content .corporate {
        padding:30px 0;
    }
    #content .title {
        margin-bottom:30px;
    }
    #content .title h1 {
        font-size:32px;
        max-width:650px;
    }
    #content .title .line {
        min-width:100px;
    }
    #content .inner .list {
        margin-top:60px;
    }
    #content .inner .list h2 {
        font-size:28px;
        margin-bottom:20px;
    }
    #news ul,
    #content .inner article {
        width:90%;
    }
    #content .contact address {
        width:350px;
    }
    #content .contact #map {
        width:calc(100% - 400px);
        height:400px;
    }
    #content .contact .form {
        margin-top:50px;
    }
    #content .contact .form figure {
        width:300px;
        margin:40px 30px 0 0;
    }
    #form {
        width:calc(100% - 330px);
        padding:50px 20px;
    }
    #news ul li a {
        padding:15px;
    }
    #menu .menu-icon,
	#menu .menu-mobile {
		display:block;
	}
    #menu .menu-list {
        display:none;
    }
}
@media only screen and (max-width:980px) {
    #index .news .list .left-column {
        width:100%;
        float:none;
        margin:0 0 50px 0;
    }
    #index .news .list .right-column {
        width:100%;
        float:none;
    }
    #index .news .list .right-column ul {
        width:100%;
        display:table;
    }
    #index .news .list .right-column ul li {
        width:calc(50% - 20px);
        display:inline-block;
    }
    #index .news .list .right-column ul li:last-child {
        border-bottom:solid 1px #d0d0d0;
    }
    #index .news .list .right-column ul li:nth-child(odd) {
        margin-right:40px;
    }
    #footer .left-column {
        width:calc(100% - 280px);
        margin-right:30px;
    }
    #footer .left-column .logo {
        margin-right:30px;
    }
    #footer .left-column .menu {
        width:calc(100% - 130px);
    }
    #news ul,
    #content .inner article {
        width:100%;
    }
    #content .inner .list ul li {
        width:calc(50% - 10px);
        margin:0 0 20px 0;
    }
    #content .inner .list ul li:nth-child(3n),
    #content .inner .list ul li:nth-child(odd) {
        margin-right:20px;
    }
    #cookies {
        padding:10px;
    }
    #cookies a.close {
        position:relative;
        width:max-content;
        margin:10px auto 0 auto;
    }
}
@media only screen and (max-width:920px) {
    #web-tv ul li span {
        margin:10px;
    }
    #index .numbers .right-column,
    #index .numbers .left-column {
        display:block;
        width:100%;
        height:auto;
        padding:30px;
    }
    #index .numbers .left-column {
        min-height:600px;
    }
    #content .contact address {
        width:300px;
    }
    #content .contact #map {
        width:calc(100% - 350px);
    }
    #content .contact .form figure {
        width:250px;
        margin:40px 30px 0 0;
    }
    #form {
        width:calc(100% - 280px);
    }
    #news ul li figure {
        width:320px;
        margin-right:20px;
    }
    #news ul li .summary {
        width:calc(100% - 340px);
    }
}
@media only screen and (max-width:870px) {
    #content .corporate .board-of-directors .list {
        width:250px;
    }
    #content .corporate .board-of-directors figure {
        width:calc(100% - 300px);
    }
}
@media only screen and (max-width:820px) {
    #content .inner article .table ol li {
        display:block;
    }
    #content .inner article .table ol li span {
        width:100%;
        display:block;
    }
    #content .inner article .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #index .our-activity-areas ul li {
        width:100%;
        display:block;
    }
    #index .numbers .right-column .list {
        font-size:32px;
    }
    #index .numbers .right-column .list ul li span:first-child {
        font-size:52px;
    }
    #footer {
        padding:30px 0;
    }
    #content .corporate .big-photo {
        width:100%;
        max-width:500px;
        margin:0 auto 20px auto;
        float:none;
    }
    #content .corporate article {
        width:100%;
        float:none;
    }
    #content .title {
        margin-bottom:20px;
    }
    #content .title h1 {
        display:block;
        margin-right:0;
        width:100%;
        font-size:28px;
    }
    #content .contact .form figure {
        width:200px;
    }
    #content .inner .list h2 {
        font-size:24px;
    }
    #form {
        width:calc(100% - 230px);
        padding:30px 20px;
    }
    #content .title .line {
        display:none;
    }
}
@media only screen and (max-width:680px) {
    #index .numbers .left-column {
        min-height:500px;
    }
    #footer .left-column {
        width:100%;
        float:none;
        margin:0 0 30px 0;
    }
    #footer .address {
        width:100%;
        float:none;
    }
    #footer .copyright {
        display:block;
        margin-top:20px;
        text-align:center;
    }
    #content .contact address {
        width:100%;
        float:none;
        margin:0 0 30px 0;
    }
    #content .contact #map {
        width:100%;
        float:none;
    }
    #form {
        width:100%;
        padding:30px 20px;
        float:none;
    }
    #news ul li figure {
        width:100%;
        margin:0 0 20px 0;
        display:block;
    }
    #news ul li .summary {
        width:100%;
        display:block;
    }
    #news ul li .summary i.text {
        min-height:auto;
    }
    #content .contact .form figure,
    #footer .left-column .copyright {
        display:none;
    }
}
@media only screen and (max-width:640px) {
    #index .news .list .right-column ul {
        width:100%;
        display:table-row;
    }
    #index .news .list .right-column ul li {
        width:100%;
        display:block;
    }
    #index .news .list .right-column ul li:nth-child(odd) {
        margin-right:0;
    }
    #content .inner .list ul li {
        width:100%;
        max-width:400px;
        margin:0 auto 20px auto;
        float:none;
    }
    #content .inner .list ul li:nth-child(3n),
    #content .inner .list ul li:nth-child(odd) {
        margin-right:auto;
    }
}
@media only screen and (max-width:600px) {
    #index .news .list .left-column ul li {
        width:calc(50% - 15px);
    }
    #index .news .list .left-column ul li:nth-child(-n+2) {
        margin-bottom:50px;
    }
    #index .news .list .left-column ul li:nth-child(even) {
        margin-right:0;
    }
    #index .news .list .left-column ul li:nth-child(3) {
        margin-right:30px;
    }
    #index .news .list .left-column ul li:last-child {
        display:block;
    }
    #index .news .list .right-column ul li:first-child {
        display:none;
    }
}
@media only screen and (max-width:540px) {
    #footer .left-column .logo {
        width:100px;
        float:none;
        margin:auto;
    }
    #footer .left-column .menu {
        display:none;
    }
}
@media only screen and (max-width:500px) {
    #index .numbers .left-column {
        min-height:430px;
    }
    #form ul li {
        width:100%;
        float:none;
        margin-bottom:20px;
    }
    #form ul li:nth-child(odd) {
        margin-right:0;
    }
}
@media only screen and (max-width:420px) {
    #index .news .list .left-column ul li {
        width:100%;
        float:none;
        margin:0 0 20px 0;
    }
    #index .news .list .left-column ul li:last-child,
    #index .news .list .left-column ul li:nth-child(-n+2) {
        margin-bottom:20px;
    }
    #index .news .list .left-column ul li:nth-child(3) {
        margin-right:0;
    }
    #content .corporate .board-of-directors .list {
        width:240px;
        margin-right:20px;
    }
    #content .corporate .board-of-directors figure {
        width:calc(100% - 260px);
    }
}
@media only screen and (max-width:360px) {
    #content .corporate .board-of-directors .list {
        width:100%;
        margin-right:0;
        float:none;
    }
    #content .corporate .board-of-directors figure {
        display:none;
    }
}
@media only screen and (max-height:550px) {
	#popup .window {
        width:300px;
        height:300px;
    }
}
@media only screen and (max-height:350px) {
	#popup .window {
        width:200px;
        height:200px;
    }
}
body.compensate-for-scrollbar {
	overflow:hidden;
}
.fancybox-active {
	height:auto;
}
.fancybox-is-hidden {
	left:-9999px;
	margin:0;
	position:absolute!important;
	top:-9999px;
	visibility:hidden;
}
.fancybox-container {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	height:100%;
	left:0;
	position:fixed;
	-webkit-tap-highlight-color:transparent;
	top:0;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	width:100%;
	z-index:99992;
}
.fancybox-container * {
	box-sizing:border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.fancybox-outer {
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
}
.fancybox-bg {
    background:#f0f0f0;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
	opacity:1;
	transition-timing-function:cubic-bezier(.22,.61,.36,1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction:ltr;
	opacity:0;
	position:absolute;
	transition:opacity .25s,visibility 0s linear .25s;
	visibility:hidden;
	z-index:99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity:1;
	transition:opacity .25s,visibility 0s;
	visibility:visible;
}
.fancybox-infobar {
	color:#ccc;
	font-size:13px;
	-webkit-font-smoothing:subpixel-antialiased;
	height:44px;
	left:0;
	line-height:44px;
	min-width:44px;
	padding:0 10px;
	pointer-events:none;
	text-align:center;
	top:0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.fancybox-toolbar {
	right:0;
	top:0;
}
.fancybox-stage {
	direction:ltr;
	overflow:visible;
	-webkit-transform:translateZ(0);
	z-index:99994;
}
.fancybox-is-open .fancybox-stage {
	overflow:hidden;
}
.fancybox-slide {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:none;
	height:100%;
	left:0;
	outline:none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:44px;
	position:absolute;
	text-align:center;
	top:0;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	white-space:normal;
	width:100%;
	z-index:99994;
}
.fancybox-slide:before {
	content:"";
	display:inline-block;
	height:100%;
	margin-right:-.25em;
	vertical-align:middle;
	width:0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display:block;
}
.fancybox-slide--next {
	z-index:99995;
}
.fancybox-slide--image {
	overflow:visible;
	padding:44px 0;
}
.fancybox-slide--image:before {
	display:none;
}
.fancybox-slide--html {
	padding:6px 6px 0;
}
.fancybox-slide--iframe {
	padding:44px 44px 0;
}
.fancybox-content {
	background:#fff;
	display:inline-block;
	margin:0 0 6px;
	max-width:100%;
	overflow:auto;
	padding:0;
	padding:24px;
	position:relative;
	text-align:left;
	vertical-align:middle;
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);
	animation-timing-function:cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:transparent;
	background-repeat:no-repeat;
	background-size:100% 100%;
	left:0;
	margin:0;
	max-width:none;
	overflow:visible;
	padding:0;
	position:absolute;
	top:0;
	-webkit-transform-origin:top left;
	transform-origin:top left;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor:zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor:zoom-in;
}
.fancybox-can-drag .fancybox-content {
	cursor:-webkit-grab;
	cursor:grab;
}
.fancybox-is-dragging .fancybox-content {
	cursor:-webkit-grabbing;
	cursor:grabbing;
}
.fancybox-container [data-selectable=true] {
	cursor:text;
}
.fancybox-image,.fancybox-spaceball {
	background:transparent;
	border:0;
	height:100%;
	left:0;
	margin:0;
	max-height:none;
	max-width:none;
	padding:0;
	position:absolute;
	top:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:100%;
}
.fancybox-spaceball {
	z-index:1;
}
.fancybox-slide--html .fancybox-content {
	margin-bottom:6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height:100%;
	margin:0;
	overflow:visible;
	padding:0;
	width:100%;
}
.fancybox-slide--video .fancybox-content {
	background:#000;
}
.fancybox-slide--map .fancybox-content {
	background:#e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background:#fff;
	height:calc(100% - 44px);
	margin-bottom:44px;
}
.fancybox-iframe,.fancybox-video {
	background:transparent;
	border:0;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}
.fancybox-iframe {
	vertical-align:top;
}
.fancybox-error {
	background:#fff;
	cursor:default;
	max-width:400px;
	padding:40px;
	width:100%;
}
.fancybox-error p {
	color:#444;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
}
.fancybox-button {
	background:rgba(30,30,30,.6);
	border:0;
	border-radius:0;
	cursor:pointer;
	display:inline-block;
	height:44px;
	margin:0;
	outline:none;
	padding:10px;
	transition:color .2s;
	vertical-align:top;
	width:44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color:#ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
	color:#fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color:#888;
	cursor:default;
}
.fancybox-button svg {
	display:block;
	overflow:visible;
	position:relative;
	shape-rendering:geometricPrecision;
}
.fancybox-button svg path {
	fill:transparent;
	stroke:currentColor;
	stroke-linejoin:round;
	stroke-width:3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display:none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill:currentColor;
}
.fancybox-button--share svg path {
	stroke-width:1;
}
.fancybox-navigation .fancybox-button {
	height:38px;
	opacity:0;
	padding:6px;
	position:absolute;
	top:50%;
	width:38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition:opacity .25s,visibility 0s,color .25s;
}
.fancybox-navigation .fancybox-button:after {
	content:"";
	left:-25px;
	padding:50px;
	position:absolute;
	top:-25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left:6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right:6px;
}
.fancybox-close-small {
	background:transparent;
	border:0;
	border-radius:0;
	color:#555;
	cursor:pointer;
	height:44px;
	margin:0;
	padding:6px;
	position:absolute;
	right:0;
	top:0;
	width:44px;
	z-index:10;
}
.fancybox-close-small svg {
	fill:transparent;
	opacity:.8;
	stroke:currentColor;
	transition:stroke .1s;
}
.fancybox-close-small:focus {
	outline:none;
}
.fancybox-close-small:hover svg {
	opacity:1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color:#ccc;
	padding:5px;
	right:-12px;
	top:-44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background:transparent;
	color:#fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display:none;
}
.fancybox-caption {
	bottom:0;
	color:#fff;
	font-size:14px;
	font-weight:400;
	left:0;
	line-height:1.5;
	padding:25px 44px;
	right:0;
}
.fancybox-caption:before {
	background-repeat:repeat-x;
	background-size:contain;
	bottom:0;
	content:"";
	display:block;
	left:0;
	pointer-events:none;
	position:absolute;
	right:0;
	top:-25px;
	z-index:-1;
}
.fancybox-caption:after {
	border-bottom:1px solid hsla(0,0%,100%,.3);
	content:"";
	display:block;
	left:44px;
	position:absolute;
	right:44px;
	top:0;
}
.fancybox-caption a,.fancybox-caption a:link,
.fancybox-caption a:visited {
	color:#ccc;
	text-decoration:none;
}
.fancybox-caption a:hover {
	color:#fff;
	text-decoration:underline;
}
.fancybox-loading {
	-webkit-animation:a .8s infinite linear;
	animation:a .8s infinite linear;
	background:transparent;
	border:6px solid hsla(0,0%,39%,.5);
	border-radius:100%;
	border-top-color:#fff;
	height:60px;
	left:50%;
	margin:-30px 0 0 -30px;
	opacity:.6;
	padding:0;
	position:absolute;
	top:50%;
	width:60px;
	z-index:99999;
}
@-webkit-keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
@keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
.fancybox-animated {
	transition-timing-function:cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity:0;
	transition-timing-function:cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity:1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(1.5,1.5,1.5);
	transform:scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(.5,.5,.5);
	transform:scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:rotate(-1turn);
	transform:rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity:0;
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity:1;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);
	transform:scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);
	transform:scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1) translateZ(0);
	transform:scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);
	transform:translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform:translateZ(0) scale(1);
	transform:translateZ(0) scale(1);
}
.fancybox-share {
	background:#f4f4f4;
	border-radius:3px;
	max-width:90%;
	padding:30px;
	text-align:center;
}
.fancybox-share h1 {
	color:#222;
	font-size:35px;
	font-weight:700;
	margin:0 0 20px;
}
.fancybox-share p {
	margin:0;
	padding:0;
}
.fancybox-share__button {
	border:0;
	border-radius:3px;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	margin:0 5px 10px;
	min-width:130px;
	padding:0 15px;
	text-decoration:none;
	transition:all .2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
	color:#fff;
}
.fancybox-share__button:hover {
	text-decoration:none;
}
.fancybox-share__button--fb {
	background:#3b5998;
}
.fancybox-share__button--fb:hover {
	background:#344e86;
}
.fancybox-share__button--pt {
	background:#bd081d;
}
.fancybox-share__button--pt:hover {
	background:#aa0719;
}
.fancybox-share__button--tw {
	background:#1da1f2;
}
.fancybox-share__button--tw:hover {
	background:#0d95e8;
}
.fancybox-share__button svg {
	height:25px;
	margin-right:7px;
	position:relative;
	top:-1px;
	vertical-align:middle;
	width:25px;
}
.fancybox-share__button svg path {
	fill:#fff;
}
.fancybox-share__input {
	background:transparent;
	border:0;
	border-bottom:1px solid #d7d7d7;
	border-radius:0;
	color:#5d5b5b;
	font-size:14px;
	margin:10px 0 0;
	outline:none;
	padding:10px 15px;
	width:100%;
}
.fancybox-thumbs {
	background:#f6f6f6;
	bottom:0;
	display:none;
	margin:0;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	padding:10px;
	position:absolute;
	right:0;
	-webkit-tap-highlight-color:transparent;
	top:0;
	width:212px;
	z-index:99995;
}
.fancybox-thumbs-x {
	overflow-x:auto;
	overflow-y:hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display:block;
}
.fancybox-show-thumbs .fancybox-inner {
	right:212px;
}
.fancybox-thumbs > ul {
	font-size:0;
	height:100%;
	list-style:none;
	margin:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	position:absolute;
	position:relative;
	white-space:nowrap;
	width:100%;
}
.fancybox-thumbs-x > ul {
	overflow:hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width:7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background:#fff;
	border-radius:10px;
	box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background:#2a2a2a;
	border-radius:10px;
}
.fancybox-thumbs > ul > li {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	cursor:pointer;
	float:left;
	height:75px;
	margin:2px;
	max-height:calc(100% - 8px);
	max-width:calc(50% - 4px);
	outline:none;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-tap-highlight-color:transparent;
	width:100px;
}
.fancybox-thumbs-loading {
	background:rgba(0,0,0,.1);
}
.fancybox-thumbs > ul > li {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.fancybox-thumbs > ul > li:before {
	border:4px solid #ee7514;
	bottom:0;
	content:"";
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	transition:all .2s cubic-bezier(.25,.46,.45,.94);
	z-index:99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity:1;
}
.fancybox-custom-layout .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#f0f0f0;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout .fancybox-button,
.fancybox-custom-layout .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0 ;
}
.fancybox-custom-layout .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-image .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-image.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-image .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-image.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-image .fancybox-button,
.fancybox-custom-layout-image .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-image .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-image .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-image .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-image.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-video .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-video.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-video .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-video.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-video .fancybox-button,
.fancybox-custom-layout-video .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-video .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-video .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-video .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-video.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width:0;
        visibility:hidden;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right:0;
	}
	.fancybox-thumbs > ul > li {
		max-width:calc(100% - 10px);
	}

    .fancybox-custom-layout-video .fancybox-outer,
    .fancybox-custom-layout .fancybox-outer {
        top:10px;
        left:10px;
        bottom:10px;
        right:10px;
        width:auto;
        height:auto;
    }
    .fancybox-slide {
        padding:0;
    }
}