/* #Media Queries
================================================== */

@media only screen and (max-width : 1440px) {
	.hero-block-content {
		padding-right: 100px;
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.home-hero-block {
		padding-top: 150px;
	}
	
	.text-list-col {
		padding: 40px 20px;
	}
	
	.gallery-col-img img {
		width: 350px;
	}
	
	#menu-main-menu .nav-link {
		padding: 15px;
	}
}

@media all and (min-width: 992px) {
	
	.dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		margin-top: 0;
	}
	
	.nav-item:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		top: 100%;
	}
	
	.nav-toggle {
		display: none;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	#menu-nav-menu {
		padding-top: 30px;
	}
	
	.navbar .mega-menu .dropdown-menu,
	.navbar .dropdown-menu {
		display: none;
		background: #f0f0f0;
		padding: 10px;
		margin-top: 0;
		transition: none;
	}
	
	.navbar .mega-menu .sub-header {
		width: 100%;
		padding: 0 15px;
		text-align: left;
	}
	
	.navbar .dropdown {
		position: relative;
	}
	
	.navbar .dropdown .nav-toggle {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 20px;
		padding: 18px 20px 20px 20px;
		line-height: 1;
		border-left: 1px solid #f0f0f0;
		cursor: pointer;
	}
	
	.navbar .dropdown .nav-toggle i {
		-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
		-moz-transition: all 0.2s ease;/* Firefox 4-15 */
		-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
		transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
	}
	
	.navbar .dropdown .nav-toggle.active i {
		transform: rotate(180deg);
	}

	.block-title-48 {
		font-size: 42px;
	}
	
	.block-title-52 {
		font-size: 46px;
	}
	
	.hero-block-content {
		padding-right: 0px;
		margin-bottom: 80px;
	}
	
	.gallery-col-img {
		text-align: center;	
	}
	
	.gallery-row:nth-of-type(even) .gallery-col-img {
		order: 2;
	}
	
	.gallery-row:nth-of-type(even) .gallery-col-text {
		padding-left: 15px;
	}
	
	.gallery-row:nth-of-type(odd) .gallery-col-text {
		padding-right: 15px;
	}
	
	.gallery-col-img img {
		width: 300px;
		margin-top: 50px;
	}
	
	.image-description-block-content {
		padding-left: 0px;
	}
	
	.image-description-block {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.footer {
		padding: 80px 0px;
	}
	
	.footer-logo__img {
		margin-bottom: 40px;
	}
	
	.footer-menu-group {
		margin-top: 50px;
	}
	
	.footer-menu__title {
		margin-bottom: 30px;
	}
	
	.footer-link-wrap {
		margin-bottom: 10px;
	}
	
	.navbar-brand {
		position: relative;
		transform: initial;
	}
	
	.header-links-desktop {
		display: none;
	}
	
	.header-links-mobile {
		display: block;
		position: relative;
		transform: initial;
	}
	
	.navbar-toggler {
		position: absolute;
		right: 0px;
		top: 15px;	
	}
	
	#menu-main-menu {
		margin-top: 30px !important;
	}
	
	#menu-main-menu .nav-link {
		padding: 10px 0px;
	}
	
	.header-link-wrap {
		margin-bottom: 15px;
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.home-hero-block {
		padding-top: 100px;
	}
	
	.hero-block-content {
		margin-bottom: 60px;
	}
	
	.text-list-block {
		display: block;
	}
	
	.text-list-col {
		width: 100%;
		border-right: 1px solid rgba(29, 38, 58, 0.1);
		border-bottom: 0px;
	}
	
	.text-list-col:last-of-type {
		border-bottom: 1px solid rgba(29, 38, 58, 0.1); 
	}
	
	.footer-menu-group {
		display: block;	
	}
	
	.footer-menu-col {
		margin-bottom: 30px;
	}
	
	.footer-menu__title {
		margin-bottom: 15px;
	}
	
	.footer {
		padding: 40px 0px;
	}
}

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

}