

    /*==========  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 : 1200px) {
    	
	.fotografcilik-widget-description {
	    top: 0;
	}
   
   

	
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    	
	.fotografcilik-widget article {
		text-align:center;
    	padding: 60px 60px 60px 60px;
	}
	.fotografcilik-widget h2{
		padding:100px 0 30px 0;
	}
	
	
	}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

	#banner-wrapper figcaption{
		padding-top:120px;
	}	
	.slide-caption {
		    margin-top: 40%;
		}
	.slide-caption h1{
		font-size: 36px;
	    color: #fff;
	}	
	.slide-caption span {
	    font-size: 18px;
	    line-height: 5px;
	}
	#owl-text .item h1 {
	    font-size: 36px;
	    color: #fff;
	}
	#owl-projelerimiz .owl-buttons .owl-prev{
		margin-left:0px;
	}
	#owl-projelerimiz .owl-buttons .owl-next{
		margin-right:0px;
	}
		
		
	#iletisim article {
	    padding: 40px;
	}
	
	.banka-item {
	    padding: 59px 30px 40px 30px;
	}
	
	#projelerimiz figure img {
	    width: -80%;
	}
	.fotografcilik-widget-description {
	    top: 0;
	}
	
	.fotografcilik-widget article {
	    padding: 40px 60px 40px 60px;
		text-align:center;
	}
	.fotografcilik-widget h2{
		padding:100px 0 30px 0;
	}
	.sosyal-medya-neler-yapiyoruz-item:first-child{
		height:200px;
	
	}
	
	.teknik-servis-hizmetlerimiz-item img{
		float:initial;
		margin:0 auto;
	}
	.teknik-servis-hizmetlerimiz-item {
		text-align:center;
		padding:30px;
	}

	}
    /* Extra Small Devices, Phones */ 
	
    @media only screen and (max-width : 480px) {
	
    h2:before{
	display:block;
    top:0;
    }
    	
	.slide-caption {
	    margin-top: 60%;
	}
	
	.slide-caption h1{
	    font-size: 24px;
	    color: #fff;
	}
	.slide-caption span {
	    font-size: 16px;
	    line-height: 5px;
	}
	#owl-text .item h1 {
	    font-size: 24px;
	    color: #fff;
	}
	
	#owl-projelerimiz .owl-buttons .owl-prev{
		margin-left:0px;
	}
	#owl-projelerimiz .owl-buttons .owl-next{
		margin-right:0px;
	}
	
	#iletisim article {
	    padding: 30px;
	}
	
	.banka-item {
	    padding: 59px 15px 40px 15px;
	}
	
	.banka-item label {
	    display:block;
	}
	
	#projelerimiz figure img {
	    width: 75%;
	}
	.fotografcilik-widget-description {
	    top: 0;
	}
	
	.fotografcilik-widget article {
	    padding: 40px 60px 40px 60px;
		text-align:center;
	}
	
	.fotografcilik-widget h2{
		padding:80px 0 30px 0;
	}
	
	.sosyal-medya-neler-yapiyoruz-item:first-child{
		height:200px;
	}

				
    	
	}
	

			
	
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
    
    }