/*==================================================
=            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) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}
/* 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) {
}
@media (max-width: 667px) {
/* .pc {
     display: none !important;
 }

 .mobil {
     display: block !important;
 }
 .rev_slider_wrapper {
     height: 540px !important;
 }*/
 .mobil-banner-btn{
     margin-top: 15px !important;
     padding: 13px 10px !important;
     letter-spacing: 0px !important;
     font-weight: 500 !important;
     font-size: 18px !important;
 }
 .mobil-banner-subtext{
     line-height: 18px !important;
     font-size: 14px !important;
 }
 .mobilsliderbaslik{
     font-size: 35px !important;
 }
}
@media (min-width: 668px) {
 .pc {
     display: block !important;
 }

 .mobil {
     display: none !important;
 }
 .rev_slider_wrapper {

 }
}
@media (max-width: 900px) {
 .menuzord-brand img {
     max-height: 35px !important;
     margin-top: 5px;
 }
 }