/*=======================================================================================*/
/* mai mare de 1024 (devices and browsers) */
/*=======================================================================================*/
@media only screen and (min-width: 1024px) {
#menu a{
	padding: 0 7px 0 8px;
}
}

/*=======================================================================================*/
/* Smaller than standard 960 (devices and browsers) */
/*=======================================================================================*/
@media only screen and (max-width: 1024px) {
#wrapper.boxed {
	width: 100%;
	margin: 0px;
	border: none;
}
#wrapper > #header .hBottom {
	max-width: 940px;
	border-left: 1px solid #EAEAEA;
}
#wrapper > #header .hBottom .columns {
	max-width: 940px;
	margin-left: 0px;
	margin-right: 0px;
}
#menu a{
	padding: 0 7px 0 8px;
}
}
/*=======================================================================================*/
/* Tablet Portrait size to standard 960 (devices and browsers) */
/*=======================================================================================*/
@media only screen and (max-width: 959px) {
.mobileMenu {
	display: block;
	width: 100%;
	border: 1px solid #e5e5e5;
	outline: none;
	cursor: pointer;
}
#menu {
	display: none;
}
#wrapper > #header .hBottom {
	padding-top: 20px;
	border-left: none !important;
}
.blog .post {
	margin-bottom: 30px;
}
#menu {
	padding: 0;
}
}
/*=======================================================================================*/
/* All Mobile Sizes (devices and browser) */
/*=======================================================================================*/
@media only screen and (max-width: 767px) {
#header .hMiddle .hSearchbox {
	margin-top: 30px;
}
.touchcarousel .arrow-holder {
	display: none !important;
	height: 0;
	width: 0;
}
.portfolio img {
	width: 100%;
}
#header .hTop ul li {
	margin-right: 0;
	float: none;
}
#footer .columns, #footer .column {
	margin-bottom: 20px;
}
#copyright .copy-info, #copyright .copy-social {
	text-align: center !important;
}
.nivo-caption, #main-slider .caption, .blog-post .post-meta {
	display: none !important;
}
#copyright .social-icons {
	margin-bottom: 20px;
}
}
/*=======================================================================================*/
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/*=======================================================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#logo{text-align:center; margin-top:10px;}
	.bgorange {
	text-align:center;
}
}
/*=======================================================================================*/
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/*=======================================================================================*/
@media only screen and (max-width: 479px) {
#header .hTop {
	text-align: center;
}
.underline-heading {
	margin-top: 15px;
}
.mt15 span{color:#fff;}
#header .hMiddle {
	padding-top: 20px;
	padding-bottom: 0px;
}
#logo{text-align:center;}
}