﻿/*
* Author: Webngo
* Template: Astrum
*/



@media only screen and (min-width: 960px) and (max-width: 1199px) {

	/* Caption
	====================================*/
	.caption h2{
		font-size:28px;
	}

	/* Box Homepage
	====================================*/
	.box-hp .item-description{
		height:145px;
	}

}

@media only screen and (max-width: 959px) {

	/* Logo
	====================================*/
	#header #logo img {
		height:60px;
	}
	#header #logo {
		margin-top: 10px!important;
	}	

}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* Caption
	====================================*/
	.caption h2{
		font-size:24px;
	}

	/* Box Homepage
	====================================*/
	.box-hp .item-description{
		height:175px;
	}

}

@media only screen and (max-width: 767px) {

	/* Logo
	====================================*/
	#header #logo{
		margin-top: 8px!important;
		right:auto;
		left:55px;
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* Caption
	====================================*/
	.caption h2{
		font-size:18px;
	}

	/* Box Homepage
	====================================*/
    .box-hp .three.columns{
		width:196px;
	}
	.box-hp .item-description{
		height:115px;
	}

}

@media only screen and (max-width: 479px) {

	/* Caption
	====================================*/
	.caption h2{
		font-size:12px;
	}

	/* Box Homepage
	====================================*/
    .box-hp .three.columns{
		margin-bottom:5px;
	}
	.box-hp .item-description{
		height:60px;
	}

}