

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

}

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
}


/* Screens Resolution : 767px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */
	.logo{
		width: 250px;
		top: 20px;
		right: 10px;
		width: 240px;
    	transform: none;
    	margin: 0;
		left: auto;
	}
	p{line-height: 1.4; }

	h1{ font-size: 1.5em; line-height: 1; margin-bottom: 20px;}
	h2{ font-size: 1.2em; line-height: 1.1; color: #717171;}
	h3{ font-size: 1.8em; }
	body > div > div > div > p:nth-child(2) > a:hover {color: #474747;}
	.headermobile {display:inline-block; width: 100%; height: auto; margin-bottom: 20px;}
	.main-area{background-image: none;	color:#000;}
	.font-white {color:#474747;}
	.display-table{display: block; height: initial;}
	.display-table-cell{ padding-top: 0px; text-shadow: none; display: block;}
	.main-area{padding: 0;	min-height: initial;}
	.main-area .social-btn{position: relative;	bottom: initial;
    left: initial;
    transform: initial; margin-bottom: 50px; margin-left: 0; }
	h1,h2{margin-left: 0; text-align: center;}
	
}

/* Screens Resolution : 479px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	h1{ font-size: 1.5em; line-height: 1; }
	p{font-size:1.1em; line-height: 1.4; }
	body > div > div > div > ul {font-size:1em;}
	.logo{
		width: 250px;
	}
}

/* Screens Resolution : 359px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 359px) {


}

/* Screens Resolution : 290px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 290px) {


}

/*
@media only screen and (max-height: 800px) {
	.main-area {
		background-image: url("../../images/test_750px.png");
	}
	
}*/