/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
      .header-middle{padding-bottom: 0px !important;}
    .header-middle>.container{ padding-bottom: 0px !important;}
    .header-middle .menuzord-brand { margin: 0px auto;}
    .iconbox-theme-colored{padding: 20px !important;}
    .iconbox-theme-colored h3{ font-size: 20px;}
    .project .thumb {height: 190px;}
    .team-members{}
    .team-members .p-20 { padding: 12px !important;}
    .team-members h4 {font-size: 15px;}
    .menuzord.blue .menuzord-menu > li.active > a {color: #000;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .header-middle{padding-bottom: 0px !important;}
    .header-middle>.container{ padding-bottom: 0px !important;}
    .header-middle .menuzord-brand { margin: 0px auto;}
   section > .container, section > .container-fluid { padding-top: 30px;padding-bottom: 30px;}
    .abt-dec h3 {font-size: 28px;}
    h3, .h3 {font-size: 20px;}
    .gallery-isotope.gutter-20 .gallery-item { padding-right: 0px;}
    .post{margin-bottom: 0px !important;}
    .project .thumb {height: auto;}
    .gallery-isotope.gutter .gallery-item { padding-right: 0px;}
    
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}