@charset "utf-8";

/* CSS Document */

@media only screen and (max-width: 1400px) {
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
}

/* iPads (portrai) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
}

/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (min-width: 768px) {
	.connect_form.mobile { display: none}
}

@media only screen and (max-width: 996px) and (orientation: landscape) {
}

@media only screen and (max-width: 996px) {
}

/* Desktops, Large Screen and laptops ----------- */
@media only screen and (max-width: 790px) {
.inner-page-banner .page-tittle h3 {
    font-size: 29px;
}
.captioncr {
    display: none
}
.phone_wrap {
    margin-top: 0;
    margin-bottom: 10px;
}
.nav-container {
    background: #eee
}
.nav-menu {
    float: left;
    width: 100%;
}
.nav-menu .menu-item > a {
    padding: 10px;
    color: #000;
}
.nav-menu .menu-item:hover a, .nav-menu .menu-item:focus a, .nav-menu .menu-item:active a {
    color: #fff
}
.fl_news .nav-toggle {
    position: absolute;
    right: 10px;
}
.head_shadow {
    position: inherit !important;
}
.part-head .header_solo {
    z-index: 0
}
.ms_col .img_col {
    height: 160px;
}
.gallery-col ul li {
    width: 48%;
}
.inner_page .txt_hd .intrest_rate {
    position: inherit;
    float: right;
    margin-top: 15px;
    clear: top
}
.kalyr_phone {
    display: none
}
.nav-toggle {
    margin-top: 10px;
}
.home_news {
    margin-top: 20px;
}
.brick_crp li {
    width: 50%;
    margin-top: 3px;
}
.connect_form.desk {display: none;	}
.connect_form.mobile { display: block;
    position: fixed;
    right: 0;
    bottom: 5%;}
}

@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation: landscape) {
}

@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation: portrait) {
}

/* iPhone 4 & 5 (portrait & landscape)----------- */
@media only screen and (min-width: 570px) and (max-width: 750px) {
}

@media only screen and (min-width: 320px) and (max-width: 570px) {
.bank_logo img {
    width: 100%
}
}

/*@media only screen and (max-width : 480px) {
 
		
}*/



@media screen and (max-width: 460px) {
.bank_logo img {
    width: 100%
}
#bank_logo img {
    width: 100%
}
.fl_news .fl_news_lft {
    display: none
}
#welcome_txt h1 {
    font-size: 100%;
}
.kalyr_phone {
    position: inherit;
    font-size: 13px;
}
.phone_wrap {
    text-align: center
}
.ms_col .img_col, .ms_col {
    height: auto;
}
.gallery-col ul li {
    width: 100%;
}
}

@media screen and (min-width: 760px) {
}
