/*==========  Desktop First Method  ==========*/



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.navbar-custom .navbar-collapse {
		position: absolute;
		width: 100%;
		padding: 20px 30px;
		top: 100%;
		background-color: #fff;
		z-index: 999;
	}
	.navbar-custom .navbar-collapse .navbar-nav li {
		margin-bottom: 15px;
	}
	.navbar-custom .languages {
		margin-left: 0;
	}
	.navbar-custom .languages .dropdown-menu {
		position: absolute;
		width: auto;
		margin-top: 27px;
		top: 100%;
		background-color: #fff;
		z-index: 999;
	}
	.navbar-custom .search .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
	}
	.navbar-custom .search .dropdown-menu #searchform {
		width: 100%;
	}
	.navbar-custom .search .navbar-nav li {
		position: initial;
	}
	.navbar-custom .search .dropdown-menu form .btn-outline-success {
		width: 100%;
		margin-top: 15px;
	}
}

/* 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;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.navbar-custom,
	.main .news-list,
	.side-menu,
	.galleries .galleries-block,
	section.developer .dev-block{
		padding-left: 0;
		padding-right: 0;
	}
	.galleries .galleries-block .galleries-item ul li {
		width: 165px;
	}
	.navbar-brand img {
		max-width: 60px;
	}
	.slider-for h1 {
		font-size: 1.05em;
	}
	.slider-nav {
		height: 280px;
	}
	section.developer p {
		font-size: .7em;
		float: left;
	}
	.header-background {
		height: auto;
	}
	.old-web {
		font-size: 10px;
	}
	
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  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 : 1260px) {
.container {
    max-width: 1230px;
  }
}
