/* ----------------------------------------------------------------
    Canvas: Agency Demo
    Version: 1.0
-----------------------------------------------------------------*/

/* @media(min-width:768px){ */
	
	.professionalbar {
		position: absolute;
		top: 170px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		width: 100%;
		margin: 0 auto;
		height: 40px;
		background: url(/images/logos/banner_bottombar_holiday_3_1220.png);
	}
/* } */

body {
    /* background-attachment: fixed; */
    background: url(/images/bg_stripe_4.jpg) center top repeat;
	background-color: #608853;
    /* display: block; */
}

.flex_container {
	margin: 0 auto;
	width: 70%;
	height: auto;
}

.line,
#header,
#primary-menu.style-2 { border-color: #DDD; }

@media (min-width: 992px) {

	#header.sticky-style-2,
	#header.sticky-header:not(.static-sticky).sticky-style-2 {
		border-bottom: 0;
		height: 230px;
	}

	#header.sticky-style-2 > .container {
		text-align: center;
		line-height: 1;
		height: 210px;
		overflow: hidden;
	}

	#header.sticky-style-2 #logo {
		display: inline-block;
		margin: 5px 0;  /* JIM CHANGED */
	}

	#header.sticky-style-2:not(.sticky-header) #header-wrap {
		width: 1220px;
		margin: -7 auto;
		height: 50px;
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
		background-color: #cc000a;
	}

	#header.sticky-header.sticky-style-2 #header-wrap {
		border-color: transparent;
		height: 50px;
	}

	.boxed-slider { padding-top: 60px; }

	#primary-menu.style-2 { border-top: none; }

	#primary-menu.style-2 > div > ul > li > a {
		padding-top: 15px;
		padding-bottom: 28px;
	}

	#primary-menu.style-2 ul li .mega-menu-content { left: -15px; }

	#primary-menu > div > ul > li { margin: 0 6px; }

	body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div {
		display: block;
		text-align: center;
		width: 1140px;
		height: 78px;
	}

	body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div > ul {
	    float: none;
	    display: inline-block;
	    width: auto;
	    text-align: left;
	}

	#footer { width: 1140px; }

	#footer .container {
		padding: 0;
		width: 100%;
	}

}

.portfolio-desc { -webkit-backface-visibility: hidden; }

@media (min-width: 992px) and (max-width: 1199px) {

	#header.sticky-style-2:not(.sticky-header) #header-wrap,
	body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div,
	#footer { width: 1000px; }

}

#footer {
	/* border-top: 1px solid #DDD; */
	background-color: #fff;
	margin: 0 auto;
}

#copyrights {
	background-color: transparent;
	padding: 50px 0;
}

