/*==================================================
=            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) {
	section > .container, section > .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
}
	h1{font-size: 18px!important;}
	h2{font-size: 16px!important;}
	h3{font-size: 14px!important;}
	h4{font-size: 12px!important;}
	.section-title .sub-title {   	 font-size: 14px;	}
	.blok{margin-bottom: 10px;}
	/*.sliderx{margin-top: 110px;}*/
.menuzord{
	width: 100%;
	float: right;
	margin-top: -47px;
	background: transparent;
}
.logo-xs{float: left;}	
.logo-xs img{height: 100px;}
.bg-theme-colored {
    background-color: #fff !important;
}
.menuzord .showhide {
    padding: 15px 0 0;
}
.mte100{margin-top: 15px;}
.sertifikasyon{margin: 10px 17px; font-size: 14px;}

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