/*!
 * Start Bootstrap - Portfolio Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    /*margin: 50px 0;*/
}
@media screen and (max-width:737px){
	.m-show{
		display:block !important;
	}
}

@media screen and (min-width:738px){
	.m-show{
		display:none !important;
	}
}

@media screen and (max-width:737px){
	.m-show1{
		display:none !important;

}
}
@media screen and (min-width:738px){
	.m-show1{
		display:block !important;
	}
}