@charset "utf-8";
@import url("http://dev.designs.intagent.com/assets/css/adaptive/gfonts.css");
/* CSS Document */

.fixed-IE-padding {
    clear: both;
    line-height: 0;
    overflow: hidden;
	}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

#centerINT, #main {
	width: 100% !important;
	max-width: 100% !important;
	}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat top left #38261C;
	}
/* ====================== */
/* = Header Area = */
/* ====================== */
#fullwidth-layout {
	width: 100%;
	height: auto;
	line-height: 0;
	padding: 0;
	margin: 0;
	}

#header-area {
	width: 100%;
	height: auto;
	max-height: 130px;
	background: url(../images/header_bg.jpg) repeat-x bottom left #38261C;
	}

#header {
	width: 100%;
	max-width: 960px;
	height: auto;
	max-height: 130px;
	margin: 0 auto;
	padding: 0;
	}

#header img {
	width: 100%;
	}

/* ====================== */
/* = Navigation Area = */
/* ====================== */
#navbar {
	width: 100%;
	height: 41px;
	padding: 0;
	margin: 0;
	z-index: 9999 !important;
	position: relative !important;
	background: url(../images/navbar.jpg) repeat-x top left;
	}

#navigation {
	width: 100%;
	max-width: 960px;
	padding: 0 0 1px 0;
	margin: 0 auto;
	background: none;
	}

/*** SUPERFISH MAIN MENU ***/
#homepage-nav #navigation li a {
	font-size: 13px;
	font-weight: 400;	
	text-align: center !important;
	line-height: 40px !important;
	text-decoration: none !important;
	color: #644827 !important;
	}

#homepage-nav #navigation li a:hover {
	color: #644827 !important;
	background: #C7B69C;
	text-decoration: none !important;
	}

.sf-menu li:hover, .sf-menu li.sfHover, a div.home:hover { /*make the main nav background color steady */
	color: #644827 !important;
	background: #C7B69C;
	}

.sf-menu a {
	font-weight: 400 !important;
	}

.sf-menu a:hover {
	text-decoration: none !important;
	}	

.sf-menu li {
	width: 192px;
	height: 40px;
	line-height: 40px;
	background: none;
	}
	
.navbar-nav > li {
	height: 40px;
	line-height: 40px;
	}

/*** SUPERFISH SUB MENU ***/
ul.sf-menu li ul li, ul.sf-menu li ul li a {
	background: #DED3BD !important;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 11px !important;
	}
	
ul.sf-menu li ul li:hover, ul.sf-menu li ul li a:hover {
	background: #C7B69C !important;
	}

#mobile-nav a, .mobile-nav a {
	height: 40px !important;
	}

.sf-menu ul {
	box-shadow: none !important; /*remove unnecessary dropshadow on navigation*/
	}

/*** MOBILE NAV ***/
#menu ul#navmenu.sf-menu.mm-list.mm-panel.mm-opened.mm-current li {
	background: none !important;
	height: auto !important;
	width: 100%;
	}

/* ====================== */
/* = Slider = */
/* ====================== */
#slider-section {
	width: 100%;
	height: auto;
	max-height: 435px;
	padding: 0px !important;
	position: relative;
	line-height: 0px !important;
	margin: 0 auto !important;
	}
	
.slider-border-top {
	width: 100%;
	height: 45px;
	position: absolute;
	z-index: 99;
	background: url(../images/slider-top-border.png) no-repeat top left;
	background-size: 100%;
	}

.slider-border-bottom {
	width: 100%;
	height: 38px;
	position: absolute;
	z-index: 99;
	padding: 0;
	margin: -38px 0 0 0;
	background: url(../images/slider-bottom-border.png) no-repeat bottom left;
	background-size: 100%;
	}
	
	
	#slider-section img {
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
	line-height: 0px !important;
	height: auto;
	max-height: 435px;
	}
	

/* ====================== */
/* = Content = */
/* ====================== */
#fullwidth-content {
	width: 100%;
	margin: 0;
	padding: 0 0 50px 0;
	min-height: 450px;
	background: url(../images/content_bg.jpg) repeat top left;
	}

.fullwidth-content-bg {
	width: 100%;
	height: 100%;
	padding: 35px 0 0 0;
	background: url(../images/fullwidth-content_bg.jpg) no-repeat top right;
	}	
	
.homepage-welcome-msg {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 23px !important;
	color: #555;
	}

#content-left {
	padding-right: 35px;
	background: url(../images/sidebar_border.png) no-repeat top right;
	}

#content-right {
	background: url(../images/sidebar_top.png) no-repeat center top;
	padding-top: 40px;
	margin: 0;
	text-align: center;
	}


#content-right div {
	text-align: center;
	margin: 0 auto;
	}

#content-right div img {
	max-width: 160px !important;
	}


.clear20 {
	display: none;
	}

/* ====================== */
/* = Footer = */
/* ====================== */
#inside-footer-design {
	}

#extra-footer-block {
	width: 100%;
	max-width: 141px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	}

.ftr-icon {
	width: 100%;
	max-width: 141px;
	height: 70px;
	margin-top: -35px;
	padding: 0;
	position: absolute;
	background: url(../images/footer_icon.png) no-repeat top left;
	}

ul.footer-links li a:hover {
	text-decoration: none;
	}


/* ================================================================== */
/* BOOTSTRAP3 RESPONSIVE SETTINGS */
/* ================================================================== */
/*MOBILE PORTRAIT*/
@media (max-width: 480px) {
#header {
	height: inherit !important;
	}
	
.flex-control-nav {
	bottom: -25px;
	}
	
.flex-direction-nav a {
	display: none !important;
	}
	
#fullwidth-content {
	padding-bottom: 15px !important;
	padding-top: 10px !important;
	}

.spacer-top {
	height: 10px !important;
	}

#slider-section {
	}

#content-left {
	padding-left: 15px !important;
	padding-right: 15px !important;
	background: none !important;
	}

#content-right {
	width: 100% !important;
	max-width: 200px !important;
	padding: 40px 15px 10px 15px !important;
	margin: 0 auto !important;
	}

ul.footer-links li {
	border-right: 1px solid #FFF;
	}

.contact-info-block {
	display: none;
	}	
	}
	

/*MOBILE LANDSCAPE*/
@media (min-width: 480px) and (max-width: 568px) {
#header {
	height: inherit !important;
	}

.flex-control-nav {
	bottom: -25px;
	}

.flex-direction-nav a {
	display: none !important;
	}

#fullwidth-content {
	padding-bottom: 15px !important;
	padding-top: 10px !important;
	}

.spacer-top {
	height: 20px !important;
	}
	
#slider-section {
	}
	
#content-left {
	padding-left: 15px !important;
	padding-right: 15px !important;
	background: none !important;
	}	

#content-right {
	width: 100% !important;
	max-width: 200px !important;
	padding: 40px 15px 10px 15px !important;
	margin: 0 auto !important;
	}

ul.footer-links li {
	border-right: 1px solid #FFF;
	}
	
.contact-info-block {
	display: none;
	}	
	}
	

/*IPAD PORTRAIT*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
#content-left {
	max-width: 520px;
	}	
	
#content-right {
	width: 200px;
	padding-left: 0px;
	padding-right: 0px;
	}
	}


/*IPAD LANDSCAPE*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {}