/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.pt-200 {
		padding-top: 60px !important
	}

	.pb-200 {
		padding-bottom: 60px !important
	}
	.pb-60 {
		padding-bottom: 30px !important;
	}

	.pt-60 {
		padding-top: 30px !important;
	}
	.title {
		font-size: 18px;
		text-transform: uppercase;
	}

	.mobile-parallax {
		background-size: contain;
		background-attachment: scroll;
		background-position: center center;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.menuzord-responsive .menuzord-menu {
		width: 70%;
		float: right !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.pt-200 {
		padding-top: 152px !important
	}

	.pb-200 {
		padding-bottom: 152px !important
	}

	.inner-header .title {
		font-size: 18px;
		text-transform: uppercase;
	}

	.mobile-parallax {
		background-size: contain;
		background-attachment: scroll;
		background-position: center center;
	}

}
/* Small Devices, Tablets */


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .container {
        width: 80% !important;
    }
	.pt-200 {
		padding-top: 240px !important
	}

	.pb-200 {
		padding-bottom: 238px !important
	}
}
@media only screen and (min-width : 1400px) {
	.pt-200 {
		padding-top: 260px !important
	}

	.pb-200 {
		padding-bottom: 265px !important
	}
}
@media only screen and (min-width : 1600px) {
	.pt-200 {
		padding-top: 310px !important
	}

	.pb-200 {
		padding-bottom: 320px !important
	}
}
@media only screen and (min-width : 1900px) {
	.pt-200 {
		padding-top: 365px !important
	}

	.pb-200 {
		padding-bottom: 370px !important
	}
	.pl-50 {
		padding-left: 150px !important;
	}
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

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

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

}

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