/* custom-media */

/* Large only */
/*min width = '1,024px' and max width = '1,199px'*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}



/* Medium only */
/*min width = '640px' and max width = '1,023px'*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	/** Image And Content Layout **/
	.image-and-content-section .iac-section-title {
	    margin-bottom: 40px;
	}

	.image-and-content-section .iac-section-title h2 {
		font-size: 40px;
	}

	.image-and-content-section .iac-content h2 {
		font-size: 38px;
		margin-bottom: 15px;
	}
	/** Image And Content Layout **/


	/** Content And Slider Layout **/
	.content-slider-section .__custom_left_padding {
		padding: 0 15px;
	}

	.content-slider-section .cas-content {
		margin-top: 0;
	}

	.content-slider-section .cas-content h2 > br {
		display: none;
	}

	.content-slider-section .cas-slider-custom-controls {
		text-align: left;
		margin: 50px 0 20px;
		padding-right: 0;
	}
	/** Content And Slider Layout **/


	/** Image And Content Slider Layout **/
	.image-and-content-slider-section .iacs-content h2 {
		font-size: 38px;
		margin-bottom: 15px;
	}
	/** Image And Content Slider Layout **/


	/** Blog Posts Layout **/
	.blog-posts-section .section-title h2 > br {
		display: none;
	}
	/** Blog Posts Layout **/
}



/* Small only */
/*min width = '320px' and max width = '639px'*/
@media screen and (min-width: 20em) and (max-width: 39.9375em) {
	/** Image And Content Layout **/
/*	.image-and-content-section {
		padding: 70px 0 60px !important;
	}*/

	.image-and-content-section .iac-content {
		margin-top: 30px;
	}

	.image-and-content-section .iac-section-title {
	    margin-bottom: 30px;
	}

	.image-and-content-section .iac-section-title h2 {
		font-size: 42px;
	}

	.image-and-content-section .iac-content h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.image-and-content-section .__iac_border_line {
		padding-top: 70px !important;
	}
	/** Image And Content Layout **/


	/** Blurb Layout **/
	.blurb-section .blurb-image {
		height: 430px !important;
	}
	/** Blurb Layout **/


	/** Content And Slider Layout **/
	.content-slider-section {
		padding: 60px 0 60px !important;
	}

	.content-slider-section .__custom_left_padding {
		padding: 0 15px;
	}

	.content-slider-section .cas-content {
		margin-top: 0;
	}

	.content-slider-section .cas-content h2 {
		font-size: 52px;
		margin-bottom: 20px;
	}

	.content-slider-section .cas-content h2 > br {
		display: none;
	}

	.content-slider-section .cas-slider-custom-controls {
		text-align: left;
		margin: 50px 0 20px;
		padding-right: 0;
	}
	/** Content And Slider Layout **/


	/** Image And Content Slider Layout **/
	.image-and-content-slider-section {
		padding: 70px 0 60px !important;
	}

	.image-and-content-slider-section .__custom_right_padding {
	    padding: 0px 70px 0 15px !important;
	}

	.image-and-content-slider-section .iacs-content {
		margin-top: 30px;
	}

	.image-and-content-slider-section .iacs-content h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.image-and-content-slider-section .__iacs_border_line {
		padding-top: 70px !important;
	}

	.image-and-content-slider-section .vertical-dots {
		top: 65%;
		right: 25px !important;
	}
	/** Image And Content Slider Layout **/


	/** Blog Posts Layout **/
	.blog-posts-section {
		padding: 30px 0px 50px !important;
	}

	.blog-posts-section .section-title {
	    margin-bottom: 35px;
	}

	.blog-posts-section .section-title h2 {
		font-size: 46px;
	}

	.blog-posts-section .section-title h2 > br {
		display: none;
	}
	/** Blog Posts Layout **/
}



/* Large and up */
@media screen and (min-width: 64em) {

}

@media (max-width: 1400px) {
	/** Image And Content Layout **/
	.image-and-content-section .__custom_left_padding {
		padding: 0 15px;
	}

	.image-and-content-section .__custom_right_padding {
		padding: 0 15px;
	}

	.image-and-content-section .__switch_custom_left_padding {
		padding: 0 15px;
	}
	/** Image And Content Layout **/


	/** Image And Content Slider Layout **/
	.image-and-content-slider-section .__custom_left_padding {
		padding: 0 15px;
	}

	.image-and-content-slider-section .__custom_right_padding {
		padding: 0px 80px 0 15px;
	}

	.image-and-content-slider-section .vertical-dots {
	    right: 40px;
	}
	/** Image And Content Slider Layout **/
}

@media (max-width: 1300px) {
	/** Blurb Layout **/
	.blurb-section .__blurb_padding {
		padding: 0 15px;
	}

	.blurb-section .blurb-image {
		height: 500px;
	}
	/** Blurb Layout **/
}

@media (max-width: 1290px) {
	/** footer **/
	footer .subgroups-subscribe-section .footer-logo {
		margin-right: 20px;
	}

	footer .subgroups-subscribe-section .footer-subscribe {
	    margin-left: 20px;
	}
	/** footer **/
}

@media (max-width: 1270px) {
	/** footer **/
	footer .subgroups-subscribe-section {
		padding: 40px 0 35px;
	}

	footer .subgroups-subscribe-section .subgroups-subscribe-wrapper {
		display: block;
	}

	footer .subgroups-subscribe-section .footer-logo {
		margin: 0 auto;
	}

	footer .subgroups-subscribe-section .footer-subgroups-container {
		border-left: 0;
		border-right: 0;
		justify-content: center;
		padding: 30px 0px;
	}

	footer .subgroups-subscribe-section .subgroup-logo {
		width: 105px;
		height: 80px;
	}

	footer .subgroups-subscribe-section .footer-subscribe {
		text-align: center;
		margin-left: 0;
	}
	/** footer **/
}

@media (max-width: 1200px) {
	/** Image And Content Slider Layout **/
	.image-and-content-slider-section .iacs-content h2 > br {
		display: none;
	}

	.image-and-content-slider-section .iacs-content h2 > strong > br {
		display: none;
	}
	/** Image And Content Slider Layout **/
}

@media (max-width: 1100px) {
	/** header **/
	header .__desktop_logo_menu {
	    display: none;
	}

	header .__mobile_logo_menu {
	    display: block;
	}

	header .main-header-wrapper .top-header-section .header-meta-details p.__email {
		display: none;
	}

	header .main-header-wrapper .top-header-section .header-meta-details p.__phone {
		display: none;
	}

	header .main-header-wrapper .top-header-section .header-meta-details p.__address {
		display: none;
	}
	/** header **/
}

@media (max-width: 1024px) {
	body {
		padding-top: 141.96px;
	}

	/** header **/
	header .mobile-main-menu a > img {
	    width: 80px;
	}
	/** header **/


	/** Page Banner Layout **/
	.page-banner-section .page-slider-banner-wrapper .banner-image {
		height: 600px;
	}

	.page-banner-section .page-banner-wrapper .page-banner-content {
		height: 600px;
	}
	/** Page Banner Layout **/


	/** Gallery Layout **/
	.gallery-section .gallery-image {
	    margin: 0 10px;
	}
	/** Gallery Layout **/
}

@media (max-width: 1023.20px) {
	/** Tabs And Contents Layout **/
	.tabs-and-contents-section .tabs-title-wrapper {
		background-color: #ffffff;
		padding: 0 0 13px;
		margin-top: 0;
	}

	.tabs-and-contents-section .tab-list-items {
		text-align: left;
	}

	.tabs-and-contents-section .tab-list-items ul li {
	    display: block;
	    margin: 0 0 12px;
	}

	.tabs-and-contents-section .tab-list-items ul li a {
		background-color: #ffffff;
		border: 1px solid #755148 !important;
		color: #755148 !important;
		width: 100%;
		padding: 12px 15px 8px;
	}

	.tabs-and-contents-section .tab-list-items ul li.is-active a {
		background: #755148;
		color: #ffffff !important;
	}

	.tabs-and-contents-section .tab-list-items ul li a:hover {
		background: #755148;
		color: #ffffff !important;
	    -webkit-transition: all .30s ease-in-out;
	    -moz-transition: all .30s ease-in-out;
	    -o-transition: all .30s ease-in-out;
	    transition: all .30s ease-in-out;
	}

	.tabs-and-contents-section .accordion-content {
		border: 1px solid #755148 !important;
	}

	.tabs-and-contents-section .tabs-content-details {
		margin-top: 15px;
	}
	/** Tabs And Contents Layout **/
}

@media (max-width: 992px) {
	/** footer **/
	footer .subgroups-subscribe-section .footer-subgroups-container {
		padding: 45px 0px 15px;
	}

	footer .subgroups-subscribe-section .subgroup-logo {
		width: 20%;
		margin-bottom: 20px;
	}
	/** footer **/


	/** Gallery Layout **/
	.gallery-section .gallery-image {
	    margin: 0 5px;
	}
	/** Gallery Layout **/
}



/* Medium and up */
@media screen and (min-width: 40em) {

}

@media (max-width: 900px) {

}

@media (max-width: 800px) {
	/** footer **/
	footer .subgroups-subscribe-section .subgroup-logo {
		width: 33.33333%;
		margin-bottom: 20px;
	}
	/** footer **/


	/** Page Banner Layout **/
	.page-banner-section .page-slider-banner-wrapper .banner-image {
		height: 500px;
	}

	.page-banner-section .page-banner-wrapper .page-banner-content {
		height: 500px;
	}

	.page-banner-section .page-banner-wrapper .page-banner-logo-image img {
	    width: 130px;
	}

	.page-banner-section .page-banner-wrapper .banner-content-buttons-wrapper {
	    margin-bottom: 60px;
	}
	.page-banner-section .page-banner-wrapper .banner-content h2 {
		font-size: 48px;
	}

	.page-banner-section .page-banner-wrapper .banner-content h1 {
		font-size: 60px;
	}
	/** Page Banner Layout **/
}

@media (max-width: 768px) {

}

@media (max-width: 667px) {

}

@media (max-width: 640px) {
	/** footer **/
	footer .menu-copyright-section .menu-copyright-wrapper {
		display: block;
		padding-top: 30px;
	}

	footer .menu-copyright-section .footer-main-menu {
		text-align: center;
		margin: 0 auto;
	}

	footer .menu-copyright-section .footer-copyright {
		top: 0;
		margin-top: 25px;
	}

	footer .menu-copyright-section .footer-copyright p {
		text-align: center;
	}
	/** footer **/
}

@media (max-width: 600px) {
	body {
		padding-top: 127.21px;
	}

	/** header **/
	header .header-logo-menu-section {
	    padding: 10px 0 10px;
	}

	header .mobile-main-menu a > img {
	    width: 70px;
	}

	header .mobile-main-menu #open-mobile-menu i.fa.fa-bars {
	    font-size: 25px;
	}
	/** header **/
}



/***small devices***/
@media (max-width: 578px) {

}

@media (max-width: 551px) {
	/** Page Banner Layout **/
	.page-banner-section .page-slider-banner-wrapper .banner-image {
		height: 440px;
	}

	.page-banner-section .page-banner-wrapper .page-banner-content {
		height: 430px;
	}

	.page-banner-section .page-banner-wrapper .page-banner-logo-image img {
	    width: 100px;
	}

	.page-banner-section .page-banner-wrapper .banner-content-buttons-wrapper {
	    margin-bottom: 50px;
	}
	.page-banner-section .page-banner-wrapper .banner-content h2 {
		font-size: 42px;
	}

	.page-banner-section .page-banner-wrapper .banner-content h1 {
		font-size: 52px;
	}
	/** Page Banner Layout **/
}

@media (max-width: 530px) {

}

@media (max-width: 500px) {
	/** footer **/
	footer .subgroups-subscribe-section .footer-subgroups-container {
		justify-content: left;
	}

	footer .subgroups-subscribe-section .subgroup-logo {
		width: 50%;
		margin-bottom: 15px;
	}
	/** footer **/
}

@media (max-width: 471px) {
	/** Page Banner Layout **/
	.page-banner-section .page-banner-wrapper .banner-content-buttons-wrapper {
	    margin-bottom: 50px;
	}
	.page-banner-section .page-banner-wrapper .banner-content h2 {
		font-size: 38px;
	}

	.page-banner-section .page-banner-wrapper .banner-content h1 {
		font-size: 44px;
	}
	/** Page Banner Layout **/
}

@media (max-width: 430px) {

}

@media (max-width: 420px) {
 
}

@media (max-width: 410px) {
	.moby.left-side {
	    min-width: 330px !important;
	}
}

@media (max-width: 379px) {

}