@charset "utf-8";
@font-face {
	font-family: 'Gotham_Med';
	src: url(fonts/GOTHAM-MEDIUM.OTF);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham_Book';
	src: url(fonts/GOTHAM-BOOK.OTF);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham_Bld';
	src: url(fonts/GOTHAM-BOLD.OTF);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham_L';
	src: url(fonts/GOTHAM-LIGHT.OTF);
	font-weight: normal;
	font-style: normal;
}
*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	font-family: 'Gotham_Book';
	font-size: 1.1em;
}
.wrapper {
	width: 100%;
}
.showM {
	display: none;
}
.container {
	width: 1100px;
	margin: auto;
}
.header-wrap {
	position: relative;
	z-index: 1000;
	-webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.1);
}
.identity-wrap {
	float: left;
	padding-bottom: 12px;
}
.identity-wrap img {
	display: block;
}
.header {
	float: right;
	display: flex;
	align-items: center;
}
.header-c {
	padding: 30px 0;
}
.header-c .container {
	position: relative;
}
.header-c .container:after {
	content: "";
	display: table;
	clear: both;
}
.header a {
	display: inline-block;
	margin-left: 20px;
}
.header a>img {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.header a>span {
	display: inline-block;
	float: left;
	font-family: 'Gotham_Book';
	font-size: 14px;
	color: #005F8C;
	line-height: 27px;
}
#menu {
	margin-right: 25px;
}
#menu>span {
	font-family: 'Gotham_Med';
	font-size: 17px;
}
#entry {
	width: 144px;
	height: 48px;
	background-color: #CD132E;
	border: 1px solid #CD132E;
	font-family: 'Gotham_Bld';
	text-align: center;
	color: #fff;
	line-height: 48px;
	margin-right: 5px;
	margin-left: 30px;
	border-radius: 30px;
	font-size: 15px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	transition-property: color background-color;
}
#entry:hover {
	color: #CD132E;
	background-color: #fff;
}
.panel-wrap {
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 108px;
	width: 100%;
    transition-property: height;
    transition-duration: 400ms;
    transition-timing-function: ease;
	background-color: #fff;
}
.panel-c {
	padding: 35px 0 65px;
	border-top: 1px solid #B2E7F9;
}
.open-menu {
	height: auto;
	-webkit-box-shadow: 0px 5px 12px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 12px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 12px 1px rgba(0,0,0,0.1);
}
.all-menu {
	display: flex;
}
.all-menu ul {
	list-style: none;
}
.menu-col p {
	font-family: 'Gotham_Med';
    font-size: 14px;
    color: #005F8C;
    font-weight: normal;
    padding-left: 13px;
    margin-bottom: 12px;
}
.menu-col ul {
	margin-right: 20px;
}
.menu-col ul li {
	margin-bottom: 2px;
}
.menu-col ul li:hover {
	background-color: #ECF8FD;
}
.menu-col ul a {
	display: block;
	font-family: 'Gotham_Book';
    font-size: 14px;
    color: #005F8C;
    font-weight: normal;
    width: 100%;
    padding: 8px 13px;
}
.slider2 {
	position: relative;
	padding: 80px 0 70px;
}
.options-slider {
	width: 936px!important;
	margin: auto;
	display: block;
}
.s-item {
	width: 156px;
	text-align: center;
}
.options-slider img {
	width: auto!important;
	margin: auto;
}
.s-arrows span {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    text-indent: -90000px;
    margin-top: -14px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.7;
}
.s-arrows span.prev {
    left: 0;
    border-right: none;
    border-top: none;
}
.s-arrows span.next {
    right: 0;
    border-left: none;
    border-bottom: none;
}
.s-item p {
	font-family: 'Gotham_Book';
	font-size: 15px;
	color: #00608C;
	margin-top: 20px;
}
.main-slider .owl-controls {
	display: none;
}
.categories-s {
	background-color: #F7F7F7;
	padding: 66px 0 70px;
}
.categories {
	display: flex;
	margin-left: -19px;
	margin-right: -19px;
	list-style: none;
}
.categories li {
	width: 25%;
	margin: 0 19px;
	background-color: #fff;
	position: relative;
}
.img-box {
	width: 100%;
	height: 0;
	padding-bottom: 65.306%;
	overflow: hidden;
	position: relative;
}
.img-box img {
	position: absolute;
	width: 100%;
	transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -webkit-backface-visibility: hidden; 
}
.categories li:hover .img-box img {
	transform: scale(1.07, 1.07);
}
.text-box {
	padding: 25px 23px 104px 28px;
}
.text-box h3 {
	font-family: 'Gotham_Book';
	font-size: 20px;
	color: #00608C;
	font-weight: normal;
	margin-bottom: 15px;
}
.text-box p {
	font-family: 'Gotham_Book';
	font-size: 15px;
	color: #535353;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 7px;
}
.more {
	display: inline-block;
	width: calc(100% - 56px);
    height: 48px;
    background-color: #EEEEEE;
    font-family: 'Gotham_Book';
    text-align: center;
    color: #00618C;
    line-height: 48px;
    border-radius: 5px;
    font-size: 15px;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    transition-property: color background-color;
    position: absolute;
    bottom: 28px;
    left: 28px;
}
.more:hover {
	color: #fff;
	background-color: #00618C;
}
.miscellaneous {
	padding: 70px 0 0;
}
.miscellaneous .container {
	display: flex;
	flex-wrap: wrap;
}
.activities-part {
	width: calc(50% + 19px);
}
.newsboard-part {
	width: calc(50% - 19px);
	position: relative;
}
.miscellaneous h2 {
	font-family: 'Gotham_L';
	font-size: 36px;
	color: #005DAB;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 38px;
}
.activities {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.activities li {
	width: 50%;
	padding-right: 38px;
	margin-bottom: 65px;
}
.activities li a:hover img {
	transform: scale(1.07, 1.07);
}
.title {
	font-family: 'Gotham_Book';
	font-size: 18px;
	line-height: 18px;
	color: #005DAB;
	font-weight: normal;
	margin-top: 16px;	
}
.newsboard {
	position: absolute;
	background-color: #F7F7F7;
	width: 100%;
	height: calc(100% - 99px);
	box-shadow: 2px 2px 2px #ddd;
    padding-left: 124px;
    padding-right: 45px;
    padding-top: 30px;
}
.logo-holder {
	position: absolute;
	top: 38px;
	left: 40px;
}
.news-list {
	list-style: none;
}
.news-list li {
	padding: 15px 0;
	border-bottom: 1px solid #ADEBFA;
}
.news-list li:last-child {
	border-bottom: none;
}
.news-title {
	font-family: 'Gotham_L';
	font-size: 14px;
	line-height: 1.5em;
	color: #005DAB;
	font-weight: normal;
	margin-bottom: 2px;
}
.date {
	font-family: 'Gotham_Book';
	font-size: 12px;
	color: #616B72;
	font-weight: normal;
}
.other-news {
	position: absolute;
	bottom: 25px;
	left: 124px;
	width: 152px;
	height: 39px;
	display: inline-block;
    font-family: 'Gotham_Med';
    color: #126BC5;
    line-height: 39px;
    border-radius: 30px;
    font-size: 18px;
}
.other-news img {
	margin-left: 10px;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-property: margin-left;
}
.footer-wrapper {
	background-color: #F7F7F7;
	padding: 45px 0 ;
}
.footer-l {
	float: left;
}
.footer-r {
	float: right;
}
.flex-display {
	display: flex;
	margin-bottom: 45px;
}
.footer-wrapper .container:after {
	content: "";
	display: table;
	clear: both;
}
.f-list {
	padding-right: 50px;	
}
.f-list h4 {
	font-family: 'Gotham_Book';
	font-size: 18px;
	color: #005DAB;
	font-weight: normal;
	margin-bottom: 7px;
}
.nav-links {
	list-style: none;
}
.nav-links li {
	padding: 4px 0;
}
.nav-links li a {
	font-family: 'Gotham_Book';
	font-size: 13px;
	color: #535353;
	font-weight: normal;
}
.footer-r span {
	display: inline-block;
	float: left;
}
.footer-r img {
	display: block;
}
.following {
	font-family: 'Gotham_Book';
	font-size: 16px;
	color: #005DAB;
	font-weight: normal;
	margin-right: 5px;
	line-height: 24px;
}
.social {
	display: flex;
	float: left;
	list-style: none;
	align-items: center;
}
.social li {
	margin-left: 13px;
}
.swift-p {
	font-family: 'Gotham_Book';
	font-size: 17px;
	color: #0091E4;
	font-weight: normal;
}
.footer-wrapper hr {
	border-top: 1px solid rgba(0, 145, 228, 0.2);
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 20px 0 25px;
	width: 100%;
}
.f-bottom-list {
	display: flex;
	list-style: none;
	margin-bottom: 10px;
}
.f-bottom-list li {
	margin-right: 20px;
}
.f-bottom-list a {
	font-family: 'Gotham_Book';
	font-size: 14px;
	line-height: 21px;
	color: #0091E4;
	font-weight: normal;
}
.find-atm {
	background-image: url(../images/location_blue_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.career {
	background-image: url(../images/user_blue_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
small {
	font-family: 'Gotham_Book';
	font-size: 11px!important;
	color: #666666;
}
.sending {
	font-family: 'Gotham_Bld';
	font-size: 14px;
	color: #005DAB;
	float: none!important;
	display: block!important;
	margin-bottom: 10px;
}
.msg {
	width: 91px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.show {
	display: none!important;
}
.showf {
		display: none;
	}
.mask {
	display: none;
}
.noscroll {
	overflow: hidden;
}
#entry b {
	display: inline;
}
.search-wrap {
	position: absolute;
	top: 20px;
	width: 100%;
}
.search-c {
	border-radius: 50px;
	padding: 18px 50px;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.3);
}
.search-c:after {
	content: "";
	display: table;
	clear: both;
}
.searcIn {
	float: left;
	width: calc(100% - 40px);
	border: none;
	height: 40px;
	outline: none;
	background-color: transparent;
}
.searchBtn {
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/loop_blue_icon.png);
	background-color: #fff;
	border: none;
	float: left;
}
.searcIn::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Gotham_Book';
    font-size: 18px;
    color: #005F8C;
}
.searcIn::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Gotham_Book';
    font-size: 18px;
    color: #005F8C;
}
.searcIn:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Gotham_Book';
    font-size: 18px;
    color: #005F8C;
}
.searcIn:-moz-placeholder { /* Firefox 18- */
    font-family: 'Gotham_Book';
    font-size: 18px;
    color: #005F8C;
}
.content-header {
	width: 100%;
	background-color: #B2E7F9;
}
.content-header h1 {
	font-family: 'Gotham_Med';
    font-size: 34px;
    color: #005F8C;
    font-weight: normal;
    letter-spacing: -0.05em;
    padding: 35px 0;
}
.flex-c {
	display: flex;
	flex-wrap: wrap;
}
.fixer {
	width: calc(100% - 750px);
	order: 1;
}
.navigation-col {
	width: calc(100% - 750px);
	order: 3;
	padding-bottom: 60px;
}
.open-c-header {
	width: 750px;
	order: 2;
	padding-top: 66px;
	padding-bottom: 20px;
}
.open-content {
	width: 750px;
	order: 4;
	padding-bottom: 160px;
}
.open-c-header p {
	font-family: 'Roboto';
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    margin-left: -3px;
    margin-bottom: 10px;
}
.open-c-header p a {
	margin: 0 5px;
	color: #666666;
}
.open-c-header p a:last-of-type {
	color: #005F8C;
}



.open-c-header h2 {
	font-family: 'Gotham_Book';
    font-size: 34px;
    color: #005F8C;
    font-weight: normal;
}
.nav-menu {
	width: 270px;
}
.nav-menu ul,
.nav-menu ul li,
.nav-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
.nav-menu>ul>li>a {
  padding: 15px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  text-decoration: none;
  color: #005F8C;
  border-left: 8px solid #fff;
}
.inside-menu>li>a:hover {
	background-color: #EEEEEE;
}
.inside-menu>li>a>span {
	font-size: 18px;
	line-height: 20px;
    font-family: 'Gotham_Book';
	color: #005F8C;
	font-weight: normal;
}
.nav-menu>ul>li.open>a {
	border-left: 8px solid #00BFF2;
}
.nav-menu>ul>li.open>a>span {
  font-family: 'Gotham_Bld';
}
.nav-menu ul ul {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
	margin-bottom: 12px;
}
.nav-menu ul ul li {
	padding: 5px 0;
	padding-left: 28px;
}
.nav-menu ul ul li a {
  cursor: pointer;
  border-bottom: none;
  padding: 5px 0;
  z-index: 1;
  text-decoration: none;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  color: #535353;
}
.nav-menu ul ul li a:hover {
	color: #005F8C;
}
.nav-menu ul ul li.showing a {
	color: #005F8C;
}
.has-sub ul {
    display: none;
}
.open-content img {
	width: 100%;
	display: block;
	margin-bottom: 35px;
}
.open-content h3 {
	font-family: 'Roboto';
    font-size: 20px;
    color: #005F8C;
    font-weight: 400;
    margin-bottom: 17px;
}
.open-content h4 {
	font-family: 'Roboto';
    font-size: 16px;
    color: #005F8C;
    font-weight: 700;
    margin-bottom: 5px;
}
.open-content p {
	font-family: 'Roboto';
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 30px;
}
.open-content a {
	font-family: 'Roboto';
    font-size: 16px;
    line-height: 26px;
    color: #005F8C;
    font-weight: 400;
    text-decoration: underline;
}
.open-content>ul {
	list-style: none;
	margin-bottom: 30px;
}
.open-content>ul li {
	position: relative;
	padding-left: 27px;
	font-family: 'Roboto';
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 400;
}
.open-content>ul li:before {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #005F8C;
	position: absolute;
	left: 0;
	top: 8px;
}
.info-doc {
    width: 100%;
    border: 1px solid #EEEEEE;
    background-color: #fff;
    background-position: 20px 15px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.15);
}
.info-doc:hover {
	background-color: #F4F4F4;
}
.info-doc a {
    display: inline-block;
    width: inherit;
    background-image: url(../images/arrow_grey.png);
    background-position: 96% 27px;
    background-repeat: no-repeat;
    line-height: 23px;
    padding-left: 80px;
    padding-right: 70px;
    padding-top: 23px;
    padding-bottom: 23px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    text-decoration: none;
}
.pdf-doc {
	background-image: url(../images/pdf_icon.png);
}
.nemenute {
    list-style: none;
    padding: 0;
}
.nemenute li {
    width: 100%;
    height: auto;
    background-color: #eee;
    margin-bottom: 10px;
    background-image: url(../images/shigjetamenu.png);
    background-position: 96% bottom;
    background-repeat: no-repeat;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}
.nemenute li:hover {
    background-image: url(../images/shigjetabardhe.png);
    background-color: #00618C;
    background-position: 97% bottom;
    box-shadow: 2px 2px 2px #bbb;
    transition-property: all;
}
.nemenute li a {
    display: inline-block;
    width: inherit;
    height: inherit;
    line-height: 26px;
    font-size: 20px;
    font-family: 'Gotham_Book';
    color: #005DAB;
    font-weight: normal;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    padding: 13px 45px 26px 30px;
    text-decoration: none;
}
.nemenute a:hover {
    color: #fff;
    transition-property: color;
}
.dita {
    display: block;
    font-size: 12px;
    font-family: 'Gotham_Book';
    color: #000;
    font-weight: normal;
}
.nemenute a:hover>span {
    color: #fff;
    transition-property: color;
}
.f-list{
max-width:250px 
}
@media(max-width: 1180px) {
	.container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.categories {
	    margin-left: 0;
	    margin-right: 0;
	    flex-wrap: wrap;
	}
	.categories li {
        width: calc(50% - 38px);
        margin-bottom: 38px;
	}
	.activities-part {
		order: 1!important;
		width: 100%;
	}
	.newsboard-part {
		order: 2!important;
		width: 100%;
	}
	.options-slider {
	    width: 624px!important;
	}
	.s-arrows span.prev {
       left: 100px;
	}
	.s-arrows span.next {
       right: 100px;
	}
	.newsboard {
    	position: static;
    	height: auto;
    	padding: 0 20px 20px;
	}
	.logo-holder {
		display: none;
	}
	.miscellaneous {
		padding: 40px 20px;
	}
	.categories-s {
	    padding: 66px 0 30px;
	}
}
@media(max-width: 800px) {
	.hide {
		display: none!important;
	}
	.show {
		display: inline-block!important;
	}
	.container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.header-c {
		padding: 20px;
	}
	#menu {
		order: 1;
		margin-right: 15px;
	}
	#entry b {
		display: none;
	}
	.identity-wrap{
		width: 125px;
		padding: 0;
	}
	.identity-wrap img {
		width: 100%;
	}
	
	.header {
		width: auto;
	}
	#entry {
		order: 2;
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
		height: 30px;
	    line-height: 30px;
	    margin-right: 0;
	    margin-left: 0;
	}
	.mask.activeM {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 2000;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.panel-wrap {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 80%;
		height: 100%;
		transform: translateX(-100%);
		transition-property: transform;
	    transition-duration: 400ms;
	    transition-timing-function: ease;
	    z-index: 99999;
	    overflow-y: scroll;
	    padding-top: 60px;
	}
	
	.miscellaneous h2 {
	    font-size: 30px;
	    margin-bottom: 30px;
	}

	
	.activities {
		margin-left: -10px;
		margin-right: -10px;
	}
	.activities li {
	    width: 50%;
	    padding-right: 10px;
	    padding-left: 10px;
	    margin-bottom: 30px;
	}
	.title {
	    font-size: 16px;
	    line-height: 16px;
	}
	.logo-holder {
		display: none;
	}
	.other-news {
		position: static;
		margin-top: 10px;
	}
	.footer-wrapper {
	    padding: 40px 20px;	
	}
	.flex-display {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 25px;
	}
	.nav-links {
		margin-right: 0;
	}
	.flex-display div {
		order: 1;
	}
	.flex-display div:nth-of-type(2) {
		order: 2
	}
	.f-list {
		margin-bottom: 20px;
	}
	.footer-r {
		float: none;
	}
	.hidef {
		display: none;
	}
	.showf {
		display: block;
	}
	.f-bottom-list {
    	flex-wrap: wrap;
    	margin-bottom: 20px;
	}
	.f-bottom-list li {
	    margin-right: 20px;
	    margin-bottom: 7px;
	}
	.social {
		width: 100%;
		display: flex;
		margin-bottom: 20px;
	}
	.social li {
	    margin-left: 0px;
	    margin-right: 13px;
	}
	.msg {
		order: 3;
	}
	.slider2 {
	    padding: 40px 0;
	}
	.options-slider {
		width: 300px!important;
	}
	.s-item {
		width: 100px;
		padding: 0 20px;
	}
	.s-arrows span {
		width: 13px;
		height: 13px;
	}
	.s-arrows span.prev {
    	left: 20px;
	}
	.s-arrows span.next {
    	right: 20px;
	}
	.options-slider img {
	    height: 50px;
	}
    .panel-c {
	    padding: 30px 0;
	    border-top: none;
	}
	.open-menu {
		height: 100%;
		transform: translateX(0);
	}
	.all-menu {
		flex-wrap: wrap;
	}
	.menu-col {
		margin-bottom: 20px;
	}
	.closeBtn {
		position: absolute;
		width: 20px;
		height: 20px;
		right: 20px;
		top: 20px;
		background-image: url(../images/cross.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: transparent;
		border:none;
	}
	.search-wrap {
		position: static;
		padding-right: 20px;
		padding-left: 20px;
	}
	.search-c {
	    padding: 5px 0px 5px 15px;
	    background-color: #fff;
	    box-shadow: none;
	    border: 1px solid #00618C;
	}
	.searchBtn {
	    width: 30px;
	    height: 30px;
	    background-size: 70%;
	}
	.searcIn {
	    width: calc(100% - 40px);
	    height: 30px;
	}
	.searcIn::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-family: 'Gotham_Book';
	    font-size: 14px;
	    color: #005F8C;
	}
	.searcIn::-moz-placeholder { /* Firefox 19+ */
	    font-family: 'Gotham_Book';
	    font-size: 14px;
	    color: #005F8C;
	}
	.searcIn:-ms-input-placeholder { /* IE 10+ */
	    font-family: 'Gotham_Book';
	    font-size: 14px;
	    color: #005F8C;
	}
	.searcIn:-moz-placeholder { /* Firefox 18- */
	    font-family: 'Gotham_Book';
	    font-size: 14px;
	    color: #005F8C;
	}
	.menu-col p {
		padding-left: 20px;
	}
	.menu-col ul a {
		padding: 0 20px;
	}
	.content-header h1 {
	    font-size: 30px;
	    padding: 25px 20px;
	}
    .navigation-col {
    	display: none;
    }
    .open-c-header {
	    width: 100%;
	    order: 2;
	    padding-top: 26px;
	    padding-bottom: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.open-c-header h2 {
	    font-family: 'Gotham_Book';
	    font-size: 26px;
	}
	.open-content {
		padding: 0 20px 40px;
	}
	.info-doc a {
	    background-position: 93% 27px;
	}
	.menu-col ul li {
	    margin-bottom: 5px;
	}
	.nemenute li a {
	    line-height: 22px;
	    font-size: 18px;
	    transition-duration: 0.1s;
	    transition-timing-function: ease-in-out;
	    padding: 13px 45px 26px 20px;
	}
	.footer-c.flex-display {
		margin-bottom: 0;
		justify-content: flex-start;
	}
}
@media(max-width: 600px) {
   .categories-s {
	    padding: 40px 20px;
	}
	.categories {
	    flex-wrap: wrap;
	    margin-left: 0;
	    margin-right: 0;
	} 
	.categories li {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
}

.kerkimbox {
    border: none;
    margin: auto;
    border-radius: 1px;
    overflow: auto;
    height: 80%;
    -webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    border-collapse: separate;
    background: white;
    padding: 30px;
    width: 70%;
    position: fixed !important;
    top: 5%;
    left: 12%;
    opacity: 0;
    z-index: 100002;
    visibility: hidden;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');
}  
#mbyll {
	width:20px;
	right:10px;
	top:10px;
	position:absolute;
	cursor:pointer;
}
#rezult {
	padding-top:20px;
}


/*prona*/
		    .aside-header {
		    	margin-bottom: 25px;
		    }
		    .aside-header h2 {
		    	padding: 15px 20px;
			    font-size: 18px;
			    font-family: 'Gotham_Bld';
			    text-decoration: none;
			    color: #005F8C;
			    border-left: 8px solid #00BFF2;
			    font-weight: normal;
		    }
		    .select-holder {
		    	margin-bottom: 15px;
		    	width: 270px;
		    }
		    .select-holder select {
		    	width: 100%;
		    	border: 1px solid #DDDDDD;
		    	padding: 12px 15px;
		    	font-family: 'Gotham_Book';
		    	font-size: 18px;
		    	color: #005F8C;
		    	-webkit-appearance: none;
		    	appearance: none;
		    	background-image: url(../images/dropdown-arrow.png);
		    	background-position: right center;
		    	background-repeat: no-repeat;
		    	
		    }
		    .properties-container {
		    	margin-left: -10px;
		    	margin-right: -10px;
		    }
		    .prop-box {
		    	width: 50%;
		    	padding: 0 10px;
		    	margin-bottom: 30px;
		    }
		    .prop-img-box {
		    	position: relative;
		    	width: 100%;
		    	height: 0;
		    	overflow: hidden;
		    	padding-bottom: 62.16%;
		    	margin-bottom: 15px;
		    }
		    .prop-img-box img {
		    	position: absolute;
			    top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			    transition: transform 400ms, opacity 200ms;
			    margin-bottom: 0;
		    }
		    .prop-img-box:hover img {
		    	transform: scale(1.03);
		    }
		    .ch-holder {
		    	display: block;
			    position: relative;
			    padding-left: 23px;
			    margin-top: 15px;
			    margin-bottom: 15px;
			    cursor: pointer;
			    font-size: 14px;
			    font-family: 'Gotham_Book';
			    color: #D1213D;
			    -webkit-user-select: none;
			    -moz-user-select: none;
			    -ms-user-select: none;
			    user-select: none;
		    }
		    .ch-holder input {
			    position: absolute;
			    opacity: 0;
			    cursor: pointer;
			    height: 0;
			    width: 0;
			}
			.checkmark {
			  position: absolute;
			  top: 0;
			  left: 0;
			  height: 15px;
			  width: 15px;
			  border: 1px solid #EEEEEE;
			}
			.ch-holder input:checked ~ .checkmark {
			  background-color: #00BFF2;
			}
			
			/* Create the checkmark/indicator (hidden when not checked) */
			.checkmark:after {
			  content: "";
			  position: absolute;
			  display: none;
			}
			
			/* Show the checkmark when checked */
			.ch-holder input:checked ~ .checkmark:after {
			  display: block;
			}
			.ch-holder .checkmark:after {
			  left: 4px;
			  top: 2px;
			  width: 3px;
			  height: 6px;
			  border: solid white;
			  border-width: 0 2px 2px 0;
			  -webkit-transform: rotate(45deg);
			  -ms-transform: rotate(45deg);
			  transform: rotate(45deg);
			}
			.select-holder .flex-c {
				justify-content: space-between;
				margin-top: 15px;
			}
			.select-holder .flex-c select {
				width: calc(50% - 5px);
			}
			.price-ranges {
				margin-top: 25px;
			}
			.price-ranges p {
				font-family: 'Gotham_Book';
		    	font-size: 18px;
		    	color: #005F8C;
			}
			.prop-txt-box p {
				margin-bottom: 5px;
				font-size: 20px;
			}
			.prop-box a {
				text-decoration: none;
			}
			.prop-txt-box p.prop-type {
				color: #005F8C;
				font-family: 'Gotham_Book';
				font-weight: bold;
			}
			.prop-txt-box p.prop-area {
				color: #005F8C;
				font-family: 'Gotham_Book';
			}
			.prop-txt-box p.prop-price {
				font-family: 'Gotham_Book';
				color: #D11F3D;
			}
			
			
			
			
			
			
			
					    .aside-header {
		    	margin-bottom: 25px;
		    }
		    .aside-header h2 {
		    	padding: 15px 20px;
			    font-size: 18px;
			    font-family: 'Gotham_Bld';
			    text-decoration: none;
			    color: #005F8C;
			    border-left: 8px solid #00BFF2;
			    font-weight: normal;
		    }
		    .select-holder {
		    	margin-bottom: 15px;
		    	width: 270px;
		    }
		    .select-holder select {
		    	width: 100%;
		    	border: 1px solid #DDDDDD;
		    	padding: 12px 15px;
		    	font-family: 'Gotham_Book';
		    	font-size: 18px;
		    	color: #005F8C;
		    	-webkit-appearance: none;
		    	appearance: none;
		    	background-image: url(../images/dropdown-arrow.png);
		    	background-position: right center;
		    	background-repeat: no-repeat;
		    	
		    }
		    .properties-container {
		    	margin-left: -10px;
		    	margin-right: -10px;
		    }
		    .prop-box {
		    	width: 50%;
		    	padding: 0 10px;
		    }
		    .prop-img-box {
		    	position: relative;
		    	width: 100%;
		    	height: 0;
		    	overflow: hidden;
		    	padding-bottom: 62.16%;
		    }
		    .prop-img-box img {
		    	position: absolute;
			    top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			    transition: transform 400ms, opacity 200ms;
		    }
		    .prop-img-box:hover img {
		    	transform: scale(1.03);
		    }
		    .ch-holder {
		    	display: block;
			    position: relative;
			    padding-left: 23px;
			    margin-top: 15px;
			    margin-bottom: 15px;
			    cursor: pointer;
			    font-size: 14px;
			    font-family: 'Gotham_Book';
			    color: #D1213D;
			    -webkit-user-select: none;
			    -moz-user-select: none;
			    -ms-user-select: none;
			    user-select: none;
		    }
		    .ch-holder input {
			    position: absolute;
			    opacity: 0;
			    cursor: pointer;
			    height: 0;
			    width: 0;
			}
			.checkmark {
			  position: absolute;
			  top: 0;
			  left: 0;
			  height: 15px;
			  width: 15px;
			  border: 1px solid #EEEEEE;
			}
			.ch-holder input:checked ~ .checkmark {
			  background-color: #00BFF2;
			}
			
			/* Create the checkmark/indicator (hidden when not checked) */
			.checkmark:after {
			  content: "";
			  position: absolute;
			  display: none;
			}
			
			/* Show the checkmark when checked */
			.ch-holder input:checked ~ .checkmark:after {
			  display: block;
			}
			.ch-holder .checkmark:after {
			  left: 4px;
			  top: 2px;
			  width: 3px;
			  height: 6px;
			  border: solid white;
			  border-width: 0 2px 2px 0;
			  -webkit-transform: rotate(45deg);
			  -ms-transform: rotate(45deg);
			  transform: rotate(45deg);
			}
			.select-holder .flex-c {
				justify-content: space-between;
				margin-top: 15px;
			}
			.select-holder .flex-c select {
				width: calc(50% - 5px);
			}
			.price-ranges {
				margin-top: 25px;
			}
			.price-ranges p {
				font-family: 'Gotham_Book';
		    	font-size: 18px;
		    	color: #005F8C;
			}
			.lightbox-block {
				display: flex;
				justify-content: space-between;
			}
			.big-img-column {
				width: 76.1%;
				padding-right: 6px;
			}
			.small-img-column {
				width: 23.9%;
			}
			.property-container img {
				margin-bottom: 0;
				display: block;
			}
			.big-img-lb {
				width: 100%;
				height: 0;
				padding-bottom: 62.16%;
				position: relative;
				overflow: hidden;
			}
			.big-img-lb img {
				position: absolute;
				top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			}
			.small-img-column {
				display: flex;
				flex-direction: column;
				justify-content: space-between;
			}
			.small-img-lb {
				height: calc(33.33% - 4px);
				position: relative;
			}
			.small-img-lb img {
				position: absolute;
				top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			}
			.p-specs ul {
				display: flex;
				flex-wrap: wrap;
				list-style: none;
			}
			.p-specs ul li {
				width: 100%;
				display: flex;
				border-bottom: 1px solid #EEEEEE;
				padding: 10px 0;
			}
			.p-specs ul li span {
				display: inline-block;
				font-size: 20px;
				line-height: 23px;
			}
			.p-spec {
				width: 160px;
				flex-shrink: 0;
				font-family: 'Gotham_Bld';
				color: #005F8C;
			}
		   .p-spec-value {
				font-family: 'Gotham_Book';
				color: #005F8C;
			}
			.price-redy span {
				color: #D11F3D;
			}
			.social-contact img {
				width: auto;
			}
			.social-contact ul {
				display: flex;
				list-style: none;
			}
			.social-contact ul li {
				padding-right: 15px;
			}
			.back-btn {
				text-decoration: none!important;
				display: inline-block;
				padding: 7px 20px;
				background-color: #D1213D;
				font-family: 'Gotham_Med';
				font-size: 15px;
				color: #fff!important;
			}
			.p-specs {
				margin-bottom: 30px;
			}
			.property-container p {
				font-family: 'Gotham_Book';
				font-size: 17px;
				color: #005F8C;
				margin-bottom: 20px!important;
			}
			.social-contact {
				margin-bottom: 40px;
			}