﻿
/* ============================================== */
/* HDTV                                           */
/*                                      1920x1080 */
/* ============================================== */
@media screen and (min-width: 1080px) and (max-width: 1920px)
{
    
	
}
/* ============================================== */
/* Widescreen                                     */
/*                                       1280x800 */
/* ============================================== */
@media screen and (min-width: 800px) and (max-width: 1280px)
{
}

/* ============================================== */
/* Twitter Bootstrap                              */
/*                                       980x     */
/* ============================================== */
@media screen and (min-width: 980px)
{
}

/* ============================================== */
/* Twitter Bootstrap                              */
/*                                       x979     */
/* ============================================== */
@media screen and (max-width: 979px)
{
	
}

/* ============================================== */
/* iPad Landscape & Portrait                      */
/*                                       1024x768 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
	
}

/* ============================================== */
/* iPad Landscape                                 */
/*                                       1024x768 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape)
{
	
}

/* ============================================== */
/* iPad Portrait                                  */
/*                                       768x1024 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait)
{
	.box
{
	margin-bottom: 20px;
}
	
}

/* ============================================== */
/* Small Tablet Landscape/Portrait                */
/*                                        800x600 */
/* ============================================== */
@media screen and (min-width: 600px) and (max-width: 800px)
{
	

}

@media screen and (min-width: 600px) and (max-width: 800px) and (orientation:landscape)
{
	
}

@media screen and (min-width: 600px) and (max-width: 800px) and (orientation:potraite)
{
}

/* ============================================== */
/* iPhone5, iphone6/Android landscape (& narrow browser)    */
/*                                        568x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width:568px)
{	
	/*.featurebox-content {
    height:150px
}*/
}

@media screen and (min-width: 320px) and (max-width:568px) and (orientation:landscape)
{
	
}
/*iphone 6*/
@media screen and (min-width: 375px) and (max-width:667px) and (orientation:landscape)
{
	
}
/*iphone 6 plus*/
@media screen and (min-width: 375px) and (max-width:736px) and (orientation:landscape)
{
	
}
/* ============================================== */
/* iPhone4/Android landscape (& narrow browser)   */
/*                                        480x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width:480px)
{
	

}

/* ============================================== */
/* iPhone4/Android portrait               320x480 */
/* iPhone5 portrait                       320x568 */
/* ============================================== */
@media screen and (max-width:320px)
{
	
}

/* ============================================== */
/* Smaller devices                                */
/* Android Landscape                      320x240 */
/* ============================================== */
@media screen and (min-width:240px) and (max-width:320px)
{
	/*#owl-demo .item img
	{
		width:27%;
	}*/
}

/* ============================================== */
/* Smaller devices                                */
/* Android Portrait                       240x320 */
/* ============================================== */
@media screen and (max-width:240px)
{
}
