/**
    Ibrohimov Shukrullo
    09.06.2018 17:09
**/
.photo-gallery-page {
    margin-bottom: 30px;
}
.photo-gallery-page .titleBlock{
    margin-left: 0;
}
.head_menu .dropdown-menu > .active > a,
.head_menu .dropdown-menu > .active > a:hover,
.head_menu .dropdown-menu > .active > a:focus {
    background-color: #287157;
}

/******imageBox Shukur Vaqf***************/
.imageBox{
    margin: 0 0 25px 0 !important;
}
.parallaxBox2 .imageBox{
    margin: 65px 0 0 0 !important;
}
.imageBox .grid .grid-item{
    background-color: transparent;
}
.grid-item .gridImageBox{
    background-color: transparent;
}
.gridImageBox-black{
    /*background-color: #000000 !important;*/
}
.grid-item .gridImageBox.gridImageBox2{
    width: 563px;
    height: 365px;
}

.grid-item .gridImageBox .caption{
    color: transparent;
}
.grid-item .gridImageBox:hover{
    border: 5px solid transparent;
    opacity: 0.8;
    background-color: transparent;
}
.grid-item .gridImageBox{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    cursor: pointer;
}
.greenListBox {
    /*display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;*/
    align-items: center;
    justify-content: center;
}
.greenListBox li{
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    min-height: 155px;
    align-items: center;
    justify-content: center;
}
.greenListBox li a{
    display: inline-block;
    height: auto;
}
/* Media by Shukrullo */
@media screen  and (max-width: 992px){
    .imageBox{
        display: block !important;
    }
    .grid-item .gridImageBox,
    .grid-item .gridImageBox.gridImageBox2{
        height: auto !important;
        width: 100% !important;
    }
    .grid-item{
        width: 48% !important;
        float: left;
        display: inline-block !important;
    }
    .imageBox .grid .grid-item{
        position: relative !important;
        top: 0 !important;
    }
    .grid-item .gridImageBox img{
         position: relative;
         top: 0;
         left: 0;
         transform: unset;
    }
    .grid-item .gridImageBox .overlay,
    .grid-item .gridImageBox .caption{
        display: none;
    }
    .grid{
        max-height: 300px;
    }
}



/*****************Abdulaziz******************/
a:focus{
    outline: inherit;
}

#flash_donate{
    /*background-color: rgb(238, 191, 37);*/
    -webkit-animation: flash2 linear 1s infinite;
    animation: flash2 linear 1s infinite;
    -moz-animation: flash2 linear 1.5s infinite;
    -o-animation: flash2 linear 1.5s infinite;
    -ms-animation: flash2 linear 1.5s infinite;
}
@-webkit-keyframes flash2 {
    0% { background-color: rgba(53, 147, 113, 1); }
    20% {background-color: rgba(53, 147, 113, .75); }
    40% { background-color: rgba(53, 147, 113, .5); }
    60% { background-color: rgba(53, 147, 113, .5); }
    80% { background-color: rgba(53, 147, 113, .75); }
    100% { background-color: rgba(53, 147, 113, 1); }
}
@-moz-keyframes flash2 {
    0% { background-color: rgba(53, 147, 113, 1); }
    20% {background-color: rgba(53, 147, 113, .75); }
    40% { background-color: rgba(53, 147, 113, .5); }
    60% { background-color: rgba(53, 147, 113, .5); }
    80% { background-color: rgba(53, 147, 113, .75); }
    100% { background-color: rgba(53, 147, 113, 1); }
}
@-o-keyframes flash2 {
    0% { background-color: rgba(53, 147, 113, 1); }
    20% {background-color: rgba(53, 147, 113, .75); }
    40% { background-color: rgba(53, 147, 113, .5); }
    60% { background-color: rgba(53, 147, 113, .5); }
    80% { background-color: rgba(53, 147, 113, .75); }
    100% { background-color: rgba(53, 147, 113, 1); }
}
@keyframes flash2 {
    0% { background-color: rgba(53, 147, 113, 1); }
    20% {background-color: rgba(53, 147, 113, .75); }
    40% { background-color: rgba(53, 147, 113, .5); }
    60% { background-color: rgba(53, 147, 113, .5); }
    80% { background-color: rgba(53, 147, 113, .75); }
    100% { background-color: rgba(53, 147, 113, 1); }
}

#donate_flash{
    /*background-color: rgb(238, 191, 37);*/
    -webkit-animation: flash1 linear 1s infinite;
    animation: flash1 linear 1s infinite;
    -moz-animation: flash1 linear 1.5s infinite;
    -o-animation: flash1 linear 1.5s infinite;
    -ms-animation: flash1 linear 1.5s infinite;
}
@-webkit-keyframes flash1 {
    0% { background-color: rgba(255, 255, 255, .45); }
    20% {background-color: rgba(255, 255, 255, .25); }
    40% { background-color: rgba(255, 255, 255, .05); }
    60% { background-color: rgba(255, 255, 255, .05); }
    80% { background-color: rgba(255, 255, 255, .25); }
    100% { background-color: rgba(255, 255, 255, .45); }
}
@-moz-keyframes flash1 {
    0% { background-color: rgba(255, 255, 255, .45); }
    20% {background-color: rgba(255, 255, 255, .25); }
    40% { background-color: rgba(255, 255, 255, .05); }
    60% { background-color: rgba(255, 255, 255, .05); }
    80% { background-color: rgba(255, 255, 255, .25); }
    100% { background-color: rgba(255, 255, 255, .45); }
}
@-o-keyframes flash1 {
    0% { background-color: rgba(255, 255, 255, .45); }
    20% {background-color: rgba(255, 255, 255, .25); }
    40% { background-color: rgba(255, 255, 255, .05); }
    60% { background-color: rgba(255, 255, 255, .05); }
    80% { background-color: rgba(255, 255, 255, .25); }
    100% { background-color: rgba(255, 255, 255, .45); }
}
@keyframes flash1 {
    0% { background-color: rgba(255, 255, 255, .45); }
    20% {background-color: rgba(255, 255, 255, .25); }
    40% { background-color: rgba(255, 255, 255, .05); }
    60% { background-color: rgba(255, 255, 255, .05); }
    80% { background-color: rgba(255, 255, 255, .25); }
    100% { background-color: rgba(255, 255, 255, .45); }
}

.news-list-item div.news-list-image {
    position: relative;
    height: 160px;
    width: 100%;
    overflow: hidden;
}
.news-list-item .caption > a {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #373737;
    margin: 10px 0;
    display: block;
    line-height: 1.3;
    text-decoration: none;
}
.news-list-item .caption > a:hover {
    text-decoration: underline;
    color: inherit;
}

img.media-object {
    max-width: 170px;
    padding: 2px;
}

#myModal4 .modal-header{
    border-bottom:0;
}
#myModal4 .modal-dialog{
    width:475px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
#myModal4 .modal-content{
    border-left: 7px solid #359371;
    border-right: 7px solid #359371;
}
#myModal4 .modal-header{
    padding: 0 0 15px 0;
    margin: 0 60px;
    border-bottom: 1px solid #686868;
}
#myModal4 .modal-header .close{
    position: absolute;
    right: 15px;
    font-size: 24px;
    margin-top: 8px;
    border: none;
    outline: none;
    box-shadow: none;
}
#myModal4 .modal-header .modal-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    color: #293342;
    margin: 25px 0 5px 0;
}
 .table tr.tb_header{
	background: #359371;
}
.table tr.tb_header:hover{
	background: #359371;
	font-weight: 100;
}
.table tr.tb_header th{
	font-weight: 100;
	color: #fff;
}
.btn-primary:focus{
    outline: none;
}
#stock-sum{
    padding: 1% 17%;
    font-size: 20px;
    font-weight: bold;
}
.orange{
    color: rgb(247,202,172) ;
    text-shadow: rgb(235, 75, 113) 1px 0px 0px, rgb(235, 75, 113) 0.540302px 0.841471px 0px, rgb(235, 75, 113) -0.416147px 0.909297px 0px, rgb(235, 75, 113) -0.989992px 0.14112px 0px, rgb(235, 75, 113) -0.653644px -0.756802px 0px, rgb(235, 75, 113) 0.283662px -0.958924px 0px, rgb(235, 75, 113) 0.96017px -0.279415px 0px;
}
.orange strong ,.green strong{
    float: right;
}
.orange b ,.green b{
    float: left;
}
.green{
    color: rgb(0,176,80);
    text-shadow: rgb(59, 53, 54) 1px 0px 0px, rgb(59, 53, 54) 0.540302px 0.841471px 0px, rgb(59, 53, 54) -0.416147px 0.909297px 0px, rgb(59, 53, 54) -0.989992px 0.14112px 0px, rgb(59, 53, 54) -0.653644px -0.756802px 0px, rgb(59, 53, 54) 0.283662px -0.958924px 0px, rgb(59, 53, 54) 0.96017px -0.279415px 0px;
}
.checkBtn a {
    background-color: #359371;
    border-radius: 25px;
    border: none;
    outline:none;
    min-width: 170px;
    padding:6px 10px;
    margin:10px 0;
    color: #fff;
}
.checkBtn a:hover{
    background-color: #3ab18b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
center .checkBtn{
    margin: 20px 0 10px 0;
}
.pay-visa-result{
    font-size: 24px;
    padding: 10px 0 10px 0;
    border-radius: 15px;
}

.tab-content .alert-info{
    cursor: pointer;
    margin: 15px 0 0 0;
    padding: 5px 18px;
}
.alert_danger_text{
    padding: 10px 18px;
}
.alert_danger_text span{
    display: block;
    margin: 10px 0 0 13px;
}

/******* Abrorxon's style ********/
.newsBox .newsImage{
    margin: 10px 0;
    text-align: center;
}
.newsBox {
    display: block;
}
.titleBlock {
    text-transform: none;
}
.leftMenu .panel-title a {
    padding: 8px 25px;
    text-transform: none;
}

.flex-row.row {
    display: flex;
    flex-wrap: wrap;
}
.flex-row.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

img.ajax-loader{
    filter: brightness(0) invert(100%);
    -webkit-filter: brightness(0) invert(100%);
}

.tabStatistics img.ajax-loader{
    width: 25px;
}


.flex-row .article,
.flex-row .caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-flex: 1;
     -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.flex-text {
    flex-grow: 1;
}

.events a img {
    width: 100%;
    height: auto;
}

@media screen  and (max-width: 991px){
    .titleBlock, .newsBox{
        margin: 0 0 15px 0;
    }
}

.exp-table{
    font-weight: bold;
    height: 60px;
    vertical-align: middle;
}
.dropdown-menu > li > a {
    white-space: normal;
}
.head_menu .dropdown-menu {
    width: 250px;
}
.loading{
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -ms-filter: blur(5px);
}
.pay-visa-result {
    font-size: 24px;
    padding: 10px 0 10px 0;
    border-radius: 15px;
}