/* BOOTSTRAP GLOBAL RESET */

@media(min-width:768px){
	.container{
        width:auto;
    }
}
@media(min-width:1024px){
	.container{
        width:85%;
    }
}
@media(min-width:1200px){
	.container{
        width:85%;
        max-width:1200px;
	}
}


body{
	background:url(../images/quaker-mid-bkg.jpg);
}



header{
	background: url(../images/quaker-hdr-bkg-mob.jpg) repeat-x;
	height: 120px;
}

@media(min-width:1024px){
	header{
		background: url(../images/quaker-hdr-bkg.jpg) repeat-x;
		height: 200px;
	}
}


header span.left, header span.right{
	display:none;
}

@media(min-width:1024px){
	header span.left, header span.right{
		display:block
	}
}

header span.left{
	position:absolute;
	left:0px;
	top:0px;
	background: url(../images/quaker-hdr-gfx-lft.png) no-repeat;
	width:123px;
	height: 111px;
	z-index: 2;
}

header span.right{
	position:absolute;
	right:0px;
	top:0px;
	background: url(../images/quaker-hdr-gfx-right.png) no-repeat;
	width: 92px;
	height: 120px;
	z-index: 2;
}


header .desktop-menu-wrapper{
	position:relative;
	padding-left:119px;
}

header .desktop-menu-wrapper .logo{
	position:absolute;
	left:0px;
	top:0px;
	width:106px;
	height:120px;
	z-index: 2;
}

header #subMenuWrapper{
	float:right;
	margin-top:5px;
	z-index: 2;
	position: relative;
	margin-right:4px;

}



header .subMenu{
	float:left;
	margin-top:15px;
	margin-right:15px;
    width:257px;
}

header .search{
	float: left;
	background: url(../images/search-box_2.png) no-repeat;
	width: 276px;
	height: 38px;
	padding:7px 8px;
}

header .search .textboxWrapper{
	float:left;
	width:150px;
	display:block;
	padding-left:20px;
    position:relative;
}

header .search .textboxWrapper .searchSubmit {
	background:url('../images/search-icon.png')  4px 5px no-repeat;
    position:absolute;
    top:0px;
    left:0px;
    width:24px;
    height:24px;
}

header .search input[type=text]{
	width:100%;	
	font-size: 11px;
	color: #333333;
	border:none;
	outline:none;
	text-indent: 3px;
	font-family: Verdana;
}

header .search select{
	float:right;
	border: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #998675;	
	width: 106px;
	margin-top:4px;
	outline: none;
}






header .desktop-menu-wrapper{
	display:none;
}

@media(min-width:1024px){
	header .desktop-menu-wrapper{
		display:block;
	}
}


/* MOBLIE HEADER */

.mobile-menu-wrapper{
	position:relative;
	padding-left:87px;
	padding-right:75px;

}

@media(min-width:1024px){
	header .mobile-menu-wrapper{
		display:none;
	}	
}


header .mobile-menu-wrapper .logo{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:120px;
	display:inline-block;
	z-index: 2;
}

header .mobile-menu-wrapper .logo img{
	width:100%;
}

header .mobile-menu-wrapper .pageTitle{
	width:100%;
	padding: 0px 5px 0px 5px;
	font-size:22px;
	text-align: center;
	margin-top:10px;
	display:inline-block;
}

header .mobile-menu-wrapper .pageTitle > span{
	position:relative;
	padding-left:15px;
	padding-right:15px;
	/*background: url(../images/dot.png) no-repeat left;*/
	display:inline-block;
	color: #333;
	font-size: 18px;
}
/*@media(max-width:768px){
	
	header .mobile-menu-wrapper #hamburgerLink.active{
		margin-right: -5.5%;
	}
}*/
/*
@media(max-width:479px){
	
	.mobile-menu-wrapper #hamburgerLink.active{
		 margin-right: -6.8%; 
		 width:80px
	}
}
*/
@media(min-width:768px){
	.mobile-menu-wrapper .pageTitle > span{
		font-size:20px;
	}

	/*
	.mobile-menu-wrapper #hamburgerLink.active{
		margin-right: -3.5%;
        width:90px;
	}
	*/
}
@media(min-width:480px){
	/*
	.mobile-menu-wrapper #hamburgerLink.active{
		 margin-right: -5.5%; 
		 width:85px;
	}
	*/
}
header .mobile-menu-wrapper .pageTitle > span span{
	width:20px;
	position:absolute;
	right:0px;
	top:0px;
	background: url(../images/dot.png) no-repeat right;
	height:100%;
}




#hamburgerLink{
	position:absolute;
	top:0px;
	right:0px;
	left:auto;
	width: 65px;
	height: 55px;
	background: url(../images/hamburger-idle.png)no-repeat center;
	cursor: pointer;
	z-index: 9999;
	border-left:1px solid #c8c2b6;
	text-decoration: none;
	display:block;
	overflow:hidden;
}

@media(min-width:1024px){
	#hamburgerLink{
		display:none;	
	}
}

#hamburgerLink.active{
	background: url(../images/hamburger_active.png) no-repeat center;
	border-left:none;
	z-index: 10001;
	position:fixed;
	/*width: 105px;*/
}

/* END OF HEADER */

#content{
	position:relative;
	margin-top:-64px;
}

@media(min-width:1024px){
	#content{
		margin-top:-107px;
	}
	
}


section#breadCrumb{
	padding-top:40px;
	margin-bottom:15px;
}

section#breadCrumb ul{
	padding:0px;
}

section#breadCrumb ul li{
	float:left;
	list-style: none;
	margin-right:10px;
}

section#breadCrumb ul li a{
	color:#8B0000;
}

section#breadCrumb ul li:last-child a{
	color:#428bca;
}

img.mainImg{
	width:100%;
}



header #subMenuWrapper .signInSearch{
	width: 200px;
  	float: left;
}


header #subMenuWrapper ul.signInMenu{
	float:left;
	margin-top:13px;
	margin-right:15px;
	font-family: 'SerifaBT-Roman';
    margin-bottom: 5px;
    padding-left: 0px;
}

header #subMenuWrapper ul.signInMenu li{
	float:left;
	color:#3e291a;
	list-style: none;
	font-size:11px;
}

header #subMenuWrapper ul.signInMenu li a{
	color:#948174;
	padding:0px 8px;
	text-transform: uppercase;
	font-weight:900;
}

header #subMenuWrapper ul.signInMenu li a.noCaps{
	text-transform:none;
}

header #subMenuWrapper ul.signInMenu li a:hover{
	text-decoration: none;
	color:#ba1414;
}

header #subMenuWrapper ul.signInMenu li a.border{
	padding-right:7px;
	background:url('/Sitefinity/WebsiteTemplates/Quaker/Images/icons/border.png') no-repeat right center; 
	border-right-width:0px;
}

header #subMenuWrapper ul.signInMenu li a.arrow{
	padding-right:7px;
	background:url('/Sitefinity/WebsiteTemplates/Quaker/Images/icons/subMenuArrow.png') no-repeat right center; 
}

header #subMenuWrapper ul.signInMenu li a.arrow:hover{
	background:url('/Sitefinity/WebsiteTemplates/Quaker/Images/icons/subMenuArrow_hover.png') no-repeat right center; 
}

header #subMenuWrapper ul.signInMenu .afterlogin{
	display:none;
}

header #subMenuWrapper ul.signInMenu.logged .afterlogin{
	display:block;
}

header #subMenuWrapper ul.signInMenu.logged .beforelogin{
	display:none;
}



.search-area{
	width: 100%;
	margin-top: 5px;
	font-size: 12px;
	padding: 3px;
	border: 3px solid #b3a99e;
	border-radius: 3px;
	color: #333;
}
.Headersearch-icon{
	background: url(/Sitefinity/WebsiteTemplates/Quaker/Images/search.png)no-repeat;
	position: relative;
    width: 17px;
    height: 25px;
    float: right;
    margin-top: -23px;
    margin-right: 3px;
}
@media(max-width:768px){
	.mobile-ham-menu {
    padding-right:0px;
	}
}