/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
@media only screen and (max-width : 1024px) {
	.title_block {
		color: #fff;
		text-align: center;
		margin-top: -844px;
		width: 500px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.team_item{
		margin-bottom: 30px;
	}
	.title_block {
		width: 100%;
	}
	.navbar-logo {
		font-size: 24px;
	}
	.menu {
		line-height: 111px;
    font-size: 13px;
	}

}

/* 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: 853px;
		-webkit-background-size: cover;
		background-size: cover;
	
	}

	.container {
		margin:0;
		padding:0;
	}
	.parallax-img {
		height: 908px;
		background-image: url('../img/111.jpg');
	}
	nav{
		height: 60px;
		line-height: 60px;
		background-color: #211e1f;
		position: fixed;
	}
	.top_line{
		display: none;
	}
	.logo{
		padding-top: 15px;
	}
	.navbar-logo {
		font-size: 34px;
	}
	.navbar-logo2 {
		margin-top: -11px;
		width: 40px;
		height: 40px;
	}
	.menu_btn{
		height: 40px;
		width: 40px;
		border-radius: 50%;
		background-color: #6db63e;
		color: #fff;
	}
	.menu_btn span{
		top: -19px;
	}
	#top_menu{
		background-color: #211e1f;
		padding: 20px 0;
	}
	.menu li{
		display: block;
		text-align: center;
	}
	.menu li a{
		display: block;
		line-height: 60px;
	}
	.menu li a:hover{
		background-color: #fff;
		color: #000;
	}

	.title_block {
		margin-top: -881px;
	}

	.title_block h1{
		font-size: 59px;
		margin-top: 86px;
		margin-right: 100px;
	}
	.title_block p{
		font-size: 14px;
	}
	.params_s {
		margin-top: 153px;
	}
	.team_item{
		margin-bottom: 30px;
	}
	.download{
		padding: 20px 0 50px 0;
	}
	.team_s{
		padding: 60px 0 40px 0;
	}
	#dlForm{
		width: 100%;
	}
	



}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.container {
		margin:0;
		padding:0;
	}
	.parallax-img {
		height: 660px;
		background-position: right;
	}
	header{
		height: 450px;
	
	}
	nav{
		height: 60px;
		line-height: 60px;
		background-color: #211e1f;
		position: fixed;
	}
	.top_line{
		display: none;
	}
	.logo{
		padding-top: 15px;
	}
	.menu_btn{
		height: 40px;
		width: 40px;
		border-radius: 50%;
		background-color: #6db63e;
		color: #fff;
	}
	.menu_btn span{
		top: -19px;
	}
	#top_menu{
		background-color: #211e1f;
		padding: 20px 0;
	}
	.menu li{
		display: block;
		text-align: center;
	}
	.menu li a{
		display: block;
	}
	.menu li a:hover{
		background-color: #fff;
		color: #000;
	}

	.title_block {
		margin-top: -515px;
	}

	.title_block h1{
		font-size: 30px;
		margin-right: 0;
	}
	.title_block p{
		font-size: 14px;
	}
	.params_s {
		margin-top: 153px;
	}
	.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;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	header{
		height: 450px;
		-webkit-background-size: cover;
		background-size: cover;
	
	}
	nav{
		height: 60px;
		line-height: 60px;
		background-color: #211e1f;
		position: fixed;
	}
	.navbar-logo {
		font-size: 24px;
	}
	.top_line{
		display: none;
	}
	.logo{
		padding-top: 15px;
	}
	.menu_btn{
		height: 40px;
		width: 40px;
		border-radius: 50%; 
	}
	.menu_btn span{
		top: -15px;
	}
	#top_menu{
		background-color:#211e1f;
		padding: 20px 0;
	}
	.menu li{
		display: block;
		text-align: center;
	}
	.menu li a{
		display: block;
	}
	.menu li a:hover{
		background-color: #fff;
		color: #000;
	}

	.title_block{
		margin-top: -518px;
	}

	.title_block h1{
		font-size: 30px;
	}
	.title_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;
	}

}


/*==========  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) {

}