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

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .logo {
    padding-top: 10px;
    padding-left: 20px;
    width: 260px;
  }

  .dir_item h2 {
    font-size: 20px;
  }
  #slog, .mtxt, #phone {
    display: none;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.team_item {
		margin-bottom: 30px;
	}
	.tmenu li {
		display: inline-block;
		padding: 0 8px;
		font-size: 70%;
	}
  .mmenu li {
    padding: 0 10px;
  }
  .mmenu li a.dropdown-toggle {
    font-size: 10px;
  }
	#slog, .mtxt, #phone, #uabage {
		display: none;
	}
	#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;
	}

	header {
    height: 60px;
  }
  nav.top {
    height: 60px;
    line-height: 60px;
    background-color: #99a5af;
    position: fixed;
  }
  header.narrow {
    height: 60px;
  }
  .hdline{
    display: none;
  }
  .logo {
    padding-top: 10px;
    padding-left: 50px;
    width: 170px;
  }
	.menu_btn{
		height: 40px;
		width: 40px;
		font-size: 24px;
		color: #fff;
	}
	.menu_btn span {
		top: -16px;
	}
	#top_menu{
		background-color: #596066;
		padding: 0 20px;
	}
	#main_menu{
		background-color: #99a5af;
		padding: 0 20px;
	}
	.tmenu li{
		display: block;
		text-align: right;
		line-height: 40px;
	}
	.tmenu li a{
		display: block;
		color: #f5f5f5;
	}
	.tmenu li a:hover{
		color: #fff;
	}
  .tmenu li a {
    color: #f5f5f5;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .1em;
    font-family: "RalewayRegular", sans-serif;
    font-size: 12px;
  }
  .tmenu li a:hover,
  .tmenu li a:focus {
    text-decoration: none;
    color: #fff;
  }
/*   nav.main {
  display: none;
} */
  nav.main {
    height: 60px;
    line-height: 60px;
    top: 0;
    background-color: #99a5af;
    position: fixed;
  }


	.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;
	}
	#slog, .mtxt, #uabage {
		display: none;
	}
	#loft {
		display: none;
	}
	/* .art_item {
    padding: 0;
  } */

}

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

	header {
		height: 60px;
	}
	nav.top {
		height: 60px;
		line-height: 60px;
		background-color: #99a5af;
		position: fixed;
	}
	header.narrow {
		height: 60px;
	}
	.hdline{
		display: none;
	}
	.logo {
		padding-top: 10px;
		padding-left: 50px;
		position: fixed;
		width: 170px;
	}
	.menu_btn {
		height: 40px;
		width: 40px;
		font-size: 24px;
		color: #fff;
		z-index: 1010;
	}
	.menu_btn span {
		top: -16px;
	}
	#top_menu {
		background-color: #596066;
		padding: 0 20px;
	}
	.tmenu li {
		display: block;
		text-align: left;
		line-height: 40px;
	}
	.tmenu li a {
		display: block;
		color: #f5f5f5;
	}
 	.tmenu li a:hover {
	color: #fff;
	}
/*   nav.main {
  display: none;
} */
  nav.main {
    height: 60px;
    line-height: 60px;
    top: 0;
    background-color: #99a5af;
    position: fixed;
  }
  .mmenu li {
    display: block;
    text-align: left;
    line-height: 40px;
  }
  .mmenu li a {
    display: block;
    color: #f5f5f5;
  }
  .mmenu li a:hover {
  color: #fff;
  }

	.slider {
		display: none;
	}


	img.logo_sm {
		display: none;
	}

	.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;
	}
	.mtxt, #slog, #phone, #uabage {
		display: none;
	}
	#loft {
		display: none;
	}
	/* .art_item {
    padding: 0;
  } */

}

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

	header {
		height: 60px;
	}
	nav.top {
		height: 60px;
		line-height: 60px;
		background-color: #99a5af;
		position: fixed;
	}
	header.narrow {
		height: 60px;
	}
	.hdline {
		display: none;
	}
	.logo {
		padding-top: 10px;
		padding-left: 40px;
		position: fixed;
		width: 150px;
	}
	.menu_btn {
		height: 40px;
		width: 40px;
		font-size: 24px;
		color: #fff;
		z-index: 1010;
	}
	.menu_btn span {
		top: -16px;
	}
	#top_menu {
		background-color: #f5f5f5;
		padding: 0 20px;
	}
	.tmenu li {
		display: block;
		text-align: left;
		line-height: 40px;
	}
	.tmenu li a {
		display: block;
		color: #14576a;
	}
	.tmenu li a:hover {
		color: #000;
	}
	nav.main {
		display: none;
	}

	.slider {
		display: none;
	}




	img.logo_sm {
		display: none;
	}

	.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;
	}
	.mtxt, #hd_middle, #slog, #phone, #uabage {
		display: none;
	}
	#loft {
		display: none;
	}
	/* .art_item {
    padding: 0; */
	}
	.bgblue {
		display: none;
	}

}


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

}
