

    /*==========  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) {
		.rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner{
			max-height:400px !important;
		}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner{
			max-height:530px !important;
		}
    }
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1400px) {
		.rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner{
			max-height:800px !important;
		}
    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1199px) {
		#slider:after {
			bottom: -75px;
			padding-top: 7em;
			transform: skewY(7deg);
		}
		.navbar-brand {
			width: 185px;
		}
		.navbar-nav.nav>li>a {
			font-size: 14px;
		}
		.urunItem {
			border: 1px solid #dcdcdc;
			padding-top: 25px;
			padding-bottom: 20px;
			height: 115px;
		}
		section.iletisimeGec {
			font-size: 20px;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 991px) {
		#slider:after {
			bottom: -75px;
			padding-top: 7em;
			transform: skewY(7deg);
		}
		.navbar-brand {
			width: 125px;
			padding: 0px 0px;
		}
		.navbar-nav.nav>li>a {
			font-size: 13px;
			padding-top: 12px;
			padding-bottom: 8px;
			padding-right: 7px;
			padding-left: 7px;
		}
		.urunItem {
			height: 140px;
		}
		.navbar-nav {
			margin-top: 15px;
		}		
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		#slider:after {
			display:none;
		}
		.navbar-nav.nav>li>a {
			font-size: 13px;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-right: 15px;
			padding-left: 15px;
		}
		footer{
			padding-top:140px;
		}

		section.iletisimeGec {
			padding-top: 25px;
			padding-bottom: 15px;
		}
		.serviceItem .serviceContent {
			font-size: 15px;
		}		
		.footerTextCenter{
			text-align:center;
		}
		.rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner{
			max-height:400px !important;
		}
    }

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

		.urunRow{
			height:100px;
		}
		.urunItem {
			padding-top: 15px;
			height: 100px;
		}
		.detaylar {
			margin-top: 5px;
		}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 325px) {
        .topBar .topContact ul li {
			padding: 5px 8px;
			margin-bottom:5px;
		}
		.urunRow{
			height:80px;
		}
		.urunItem {
			padding-top: 10px;
			height: 80px;
		}
		.urunItemTitle {
			font-size: 14px;
		}
    }