

    /*==========  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) {
		#slider:after {
			bottom: -75px;
			padding-top: 7em;
			transform: skewY(7deg);
		}
		.navbar-brand {
			width: 185px;
		}
		.navbar-nav.nav>li>a {
			font-size: 19px;
			margin: 0 13px;
		}
		.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 {
			padding: 0px 0px;
		}
		.navbar-nav.nav>li>a {
			font-size: 15px;
		}
		.urunItem {
			height: 140px;
		}
		.navbar-nav {
		}		
    }

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

		section.iletisimeGec {
			padding-top: 25px;
			padding-bottom: 15px;
		}
		.serviceItem .serviceContent {
			font-size: 15px;
		}		
		.footerTextCenter{
			text-align:center;
		}
		.full-width-tabs > ul.nav.nav-tabs,
		.productButtons		{
			table-layout: auto;
		}
		.productButtons li{
			display:block;
			margin-bottom:15px;
		}
		.productButtons li:first-child {
			padding-left: 10px;
		}
		.productButtons li:last-child {
			padding-right: 10px;
		}
		.full-width-tabs > ul.nav.nav-tabs > li {
			display: inline-block;
			width:49%;
		}
		.productList > li {
			width: 100%;
		}
		.productList > li:first-child {
			padding-left: 20px;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 479px) {
		.full-width-tabs > ul.nav.nav-tabs > li {
			display: block;
			width:100%;
		}
		.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;
		}
    }