/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.team_item {
		margin-bottom: 30px;
	}
	.menu li {
		display: inline-block;
		padding: 0 8px;
		font-size: 70%;
	}
	#globe {
		display: none;
	}
	#loft {
		display: none;
	}
	.art_item {
		padding: 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	nav{
		height: 60px;
		line-height: 60px;
		background-color: #14576a;
		position: fixed;
	}
	header.narrow {
		height: 60px;
	}
	.hdline{
		display: none;
	}
	.logo{
		padding-top: 15px;
	}
	.menu_btn{
		height: 40px;
		width: 40px;
		border-radius: 50%;
		background-color: #1eafb5;
		color: #fff;
	}
	.menu_btn span {
		top: -16px;
	}
	#top_menu{
		background-color: #f5f5f5;
		padding: 0 20px;
	}
	.menu li{
		display: block;
		text-align: left;
		line-height: 40px;
	}
	.menu li a{
		display: block;
		color: #14576a;
	}
	.menu li a:hover{
		color: #000;
	}

	.motto_block{
		margin-top: 130px;
	}
	.team_item {
		margin-bottom: 30px;
	}
	.download {
		padding: 20px 0 50px 0;
	}
	.team_s {
		padding: 60px 0 40px 0;
	}
	#dlForm {
		width: 100%;
	}
	#globe {
		display: none;
	}
	#loft {
		display: none;
	}
	.art_item {
		padding: 0;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	nav{
		height: 60px;
		line-height: 60px;
		background-color: #14576a;
		position: fixed;
	}
	header.narrow {
		height: 60px;
	}
	.hdline{
		display: none;
	}
	.logo{
		padding-top: 15px;
		position: fixed;
	}
	.menu_btn{
		height: 40px;
		width: 40px;
		border-radius: 50%;
		background-color: #1eafb5;
		color: #fff;
		z-index: 1002;
	}
	.menu_btn span {
		top: -16px;
	}
	#top_menu {
		background-color: #f5f5f5;
		padding: 0 20px;
	}
	.menu li {
		display: block;
		text-align: left;
		line-height: 40px;
	}
	.menu li a {
		display: block;
		color: #14576a;
	}
 	.menu li a:hover {
	color: #000;
	}
	.motto_block {
		margin-top: 130px;
	}
	.motto_block h1 {
		font-size: 24px;
	}
	.motto_block p {
		font-size: 14px;
	}
	.team_item {
		margin-bottom: 30px;
	}
	.download {
		padding: 20px 0 50px 0;
	}
	.team_s {
		padding: 60px 0 40px 0;
	}
	#dlForm {
		width: 100%;
	}
	.call_btn {
		top: 8px;
		right: 60px;
	}
	#globe {
		display: none;
	}
	#loft {
		display: none;
	}
	.art_item {
		padding: 0;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

	nav {
		height: 60px;
		line-height: 60px;
		background-color: #14576a;
		position: fixed;
	}
	header.narrow {
		height: 60px;
	}
	.hdline {
		display: none;
	}
	.logo {
		padding-top: 15px;
		position: fixed;
	}
	.menu_btn {
		height: 40px;
		width: 40px;
		border-radius: 50%;
		background-color: #1eafb5;
		color: #fff;
		z-index: 1002;
	}
		.menu_btn span {
		top: -16px;
	}
	#top_menu {
		background-color: #f5f5f5;
		padding: 0 20px;
	}
	.menu li {
		display: block;
		text-align: left;
		line-height: 40px;
	}
	.menu li a {
		display: block;
		color: #14576a;
	}
	.menu li a:hover {
		color: #000;
	}

	.motto_block {
		margin-top: 130px;
	}
	.motto_block h1 {
		font-size: 24px;
	}
	.motto_block p {
		font-size: 14px;
	}
	.team_item {
		margin-bottom: 30px;
	}
	.download {
		padding: 20px 0 50px 0;
	}
	.team_s {
		padding: 60px 0 40px 0;
	}
	#dlForm {
		width: 100%;
	}
	.call_btn {
		top: 8px;
		right: 60px;
	}
	#globe {
		display: none;
	}
	#loft {
		display: none;
	}
	.art_item {
		padding: 0;
	}

}


/*==========  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) {

}
