/* Globals buddy */

::-webkit-input-placeholder {  /*webkit browsers*/
	color: rgb(76, 76, 76);
	opacity: 1;
}

::-moz-placeholder {  /*Mozilla Firefox 19+*/
    color: rgb(76, 76, 76);
    opacity: 1;
}

:-moz-placeholder {  /*Mozilla Firefox 4 to 18 */
    color: rgb(76, 76, 76);
    opacity: 1;
}

:-ms-input-placeholder {  /*Internet Explorer 10+ */
	color: rgb(76, 76, 76);
	opacity: 1;
}

body {
	font-family: 'Open Sans';
	font-weight: 300;
    min-width: 960px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.holder {
	width: 960px;
	margin: auto;
	padding: 0px 10px;
	position: relative;
}

.block-title {
	font-size: 36px;
	padding: 40px 0px;
}

/* globals end */

/* colours start */

.grey {
	background-color: rgb(61, 68, 74);
}

.light-red {
	background-color:  rgb(238, 199, 180);
}

.mid-red {
	background-color:  rgb(204, 62, 22);
}

.dark-red {
	background-color:  rgb(164, 48, 15);
}

.light-green {
	background-color: rgb(211, 238, 234);
}

.mid-light-green {
	background-color: rgb(124, 204, 193);
}

.mid-green {
	background-color: rgb(48, 168, 152);
}

.dark-green {
	background-color: rgb(30, 140, 124);
}
/* colours end */

/* navbar start */

#navbar {
	width: 100%;
	height: 77px;
	font-size: 16px;
	text-align: right;
	font-weight: 400;
}

#navbar a {
	margin: 0px 15px;
}

#navbar a:last-child {
	margin: 0px;
	margin-left: 16px;
}

.navbar {
	width: 100%;
	height: 77px;
	padding: 20px 0px 0px 0px;
	border-radius: 0px;
	z-index: 100;
	border-bottom: 1px solid rgb(169,155,152);
}

.navbar>.holder {
    width: 945px;
}

.navbar-brand {
	background: url("../img/UBS_logo.png") no-repeat;
	width: 200px;
	height: 44px;
	margin-left: 0px;
}

.nav-link {
	display: inline-block;
	color: rgb(238, 199, 180);
}

.nav-link:hover, .nav-link.selected {
	color: white;
}

#cart {
	background: url('../img/shopping_cart.png') no-repeat;
	height: 22px;
	width: 22px;
	position: relative;
	top: 5px;
}

#cart:hover, #cart.selected {
	background: url('../img/shopping_cart_white.png') no-repeat;
}

/*navbar end */

/* star article start */

#star-article-block {
	background: url(../img/fake.png) no-repeat;
    background-size: 100%;
	background-position: 50% 50%;
	min-height: 415px;
	max-height: 730px;
	color: white;
	padding: 60px;
}

#star-article-block>.holder {
    width: 840px;
}

#star-article-block a {
	color: white;
}

#star-article-block a:hover {
	color: white;
}

#star-title {
	font-size: 64px;
	line-height: 73px;
	width: 500px;
	font-weight: bold;
	/*padding: 0px 13px 13px 13px;*/
	/*text-align: justify;*/
	margin-bottom: 13px;
}

.title-colour {
	display: inline-block;
	padding: 0px 5px;
	margin-right: -17px;
}

#star-readmore-box {
	width: 105px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	padding: 6px 0px;
	text-align: center;
	font-size: 16px;
}

.button-box-small {
	width: 35px;
	height: 35px;
	display: inline-block;
	left: -4px;
	position: relative;
	margin-right: 6px;
}

#star-staffpicks-box {
	width: 105px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	padding: 6px 0px;
	text-align: center;
	font-size: 16px;
}

.arrow-right-small {
	height: 100%;
	width: 100%;
	background: url(../img/right-arrow-small.png) no-repeat;
	background-position: 50% 50%;
}

/* star article end */

/* special message */

.special-message {
    padding: 15px;
    color: white;
}

.special-message .title {
    font-weight: bold;
    font-size: 24px;
}

.special-message .body {
    font-size: 24px;
}

.special-message-link {
    position: absolute;
    right: 0px;
    top: 0px;
}

.special-message .special-link-title {
    display: inline-block;
    height: 35px;
    position: relative;
    padding: 8px;
    float: left;
    color: white;
}


/* special message end */

/* search block start */

#search-block {
	height: 241px;
	text-align: center;
	color: white;
}

#search-block input {
	outline: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0px 40px;
	height: 60px;
	font-size: 20px;
	width: 698px;
	float: left;
	font-weight: 300;
	color: rgb(76, 76, 76);

}

#search-block input[type='submit'] {
	width: 220px;
	text-align: center;
	padding: 0px;
	color: white;
	float: right;
}

/* search block end */

/* footer block start */

#footer-block {
	height: 787px;
	color: rgb(177, 180, 183);
	padding-top: 40px;
}

.footer-title {
	color: rgb(167, 221, 213);
	font-size: 18px;
	line-height: 24px;

	width: 100%;
	padding-bottom: 10px;
	font-weight: 700;
}

#contact-col {
	float: left;
	font-size: 14px;
	line-height: 17px;
}

#browse-col {
	float: left;
	font-size: 14px;
	line-height: 22px;
}

#browse-col a {
    color: rgb(177, 180, 183);
}

#ubs-col {
	float: left;
	font-size: 14px;
	line-height: 17px;
}

#ubs-col > .foot-box {
	padding-top: 7px;
}

.col {
	display: inline-block;
	width: 220px;
}

.col2 {
	width: 460px;
	display: inline-block;
	margin: 0px 15px;
}

.foot-box {
	border-top: 2px ridge white;
	padding-top: 10px;
}

.foot-box1, .foot-box2  {
	display: inline-block;
	width: 220px;
    vertical-align: top;
}

.foot-box2 {
	margin-left: 16px;
}

.foot-text {

}

a.foot-text  {
    color: rgb(177, 180, 183);
    text-decoration: none;
}

a.foot-text:hover {
    color: rgb(48, 168, 152);
    text-decoration: none;
}

#contact-col .foot-text:last-child {
	padding-top: 7px;
}

.foot-subtitle, .foot-subtitle2 {
	font-weight: 700;
	padding-top: 7px;
}

.foot-subtitle {
	color: rgb(157, 209, 202);
}

#browse-col a:hover {
	cursor: pointer;
	color: rgb(48, 168, 152);
}

#ubs-symbol {
	height: 112px;
	background: url('../img/UBS_symbol.png') no-repeat;
	padding-top: 85px;
}
/* footer block end */

/* map block start */

#map-block {
	height: 533px;
	position: relative;
}

#map-block .holder {
	position: static;
}

#map-info-box {
	position: absolute;
	top: 40px;
	color: white;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 30px;
}

.map-title, .map-title-text {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}

.map-subtitle {

}

.map-title-text {
	font-weight: 300;
    color: white;
}

.map-text {
	font-weight: 300;
}



/* map block end */

/* featured block start */

#featured-statement {
	color: rgb(61,68,74);
}

#featured-block {
	position: relative;
	background: rgb(226,227,228);
}

#thebox img {
    margin: auto;
    display: block;
}

.small {
	background: white;
    width: 140px;
    height: 140px;
    padding: 10px;
    margin-bottom: 4px;
    display: inline-block;
    position: relative;
}

.small img {
    max-width: 120px;
    height: 120px;
    margin: auto;
    display: block;
}

.big img {
    height: 260px;
    max-width: 260px;
}

.fake-box {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(204, 62, 22, .8);
    display: none;
    line-height: 17px;
}

.fake-box .button-box-small {
    position: absolute;
    bottom: 0;
    left: initial;
    right: 0px;
    margin-right: 0px;
}

.box-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.small:hover .fake-box, .big:hover .fake-box {
    display: block;
}

.small .fake-box {
    padding: 10px;
}

.big .fake-box {
    padding: 20px;
}

.big {
	background: white;
	width: 300px;
	height: 300px;
	padding: 20px;
    position: relative;
}

.box1, .box2, .box3, .box4 {
	display: inline-block;
	vertical-align: top;
}

.box1>div, .box2>div, .box3>div {
	vertical-align: top;
}

.box1 .small {
	margin-top: 18px;
	margin-bottom: 16px;
	margin-right: 16px;
}

.box1 .small.no-right {
	margin-right: 0px;
}

.box1 .big {

}

.box2 .small {
	margin-bottom: 18px;
	margin-right: 16px;
	vertical-align: top;
}

.box2 .big {

}

.small-box {
	display: inline-block;
}

.big-box {
	display: inline-block;
	margin-right: 16px;
	margin-top: 4px;
}

.big-box.no-right {
	margin-right: 0px;
}

.small-box .small {
	display: block;
	margin-top: 4px;
	margin-right: 16px;
	margin-bottom: 20px;
}

#books-mentioned-block a, #books-mentioned-block a:hover {
    color: white;
    text-decoration: none;
    text-align: left;
}


#facebook-box {
	background: rgb(30,140,124);
	padding: 0px;
}

#facebook-box .facebook {
	background: url(../img/facebook_symbol.png) no-repeat;
	background-position: 34% 103%;
	height: 100%;
}

#featured-block a {
	color: white;
}

#featured-block a:hover {
	color: white;
}

#browse {
	width: 400px;
	height: 60px;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	padding: 12px 0px;
	text-align: center;
	position: relative;
	left: 480px;
	margin-bottom: 90px;
}

.button-box {
	width: 60px;
	height: 60px;
	display: inline-block;
	position: relative;
	left: 476px;
}

.arrow-right {
	background: url(../img/right_arrow.png) no-repeat;
	/*width: 25px;*/
	height: 60px;
	background-position: 50% 50%
}
/* featured block end*/

/* about block start */

#about-reasons-block {
	background-position: 50% 50%;
	color: white;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 40px;
}

#about-reasons-block  .reasons {
	display: inline-block;
	width: 355px;
    margin-left: 80px;
	vertical-align: top;
}

.reasons-list {
	margin-bottom: 40px;
}

.reasons-list-number {
	width: 53px;
	height: 53px;
	margin-right: 27px;
	display: inline-block;
	background: url(../img/circle-white.png) no-repeat;
	color: rgb(48, 168, 152);
	font-size: 24px;
	font-weight: bold;
	padding-top: 16px;
	text-align: center;
}

.reasons-list-reason {
	width: 252px;
	display: inline-block;
	vertical-align: top;
}

#about-reasons-block .blurb {
	width: 500px;
	display: inline-block;
}

#about-staff-block {
	color: rgb(100,105,110);
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

#about-staff-block .block-title {
	padding: 50px 0px 30px 0px;
}

#staff-pics-block {
	padding-bottom: 70px;
}

.about-staff-body {
	width: 620px;
	margin: auto;
	margin-bottom: 70px;
}

.about-staff-body .staff-picks {
	color: rgb(179,92,56);
}

.staff-image {
	width: 219px;
	height: 219px;
	display: inline-block;
	margin: 8px 6px;
	color: white;
	text-align: center;
}

.staff-image:hover .staff-cover {
	display: block;
}

.staff-cover {
	background: url(../img/staff-orange.png) no-repeat;
	height: 219px;
	width: 219px;
	position: absolute;
	display: none;
	padding-top: 76px;
}

.staff-name {
	font-weight: bold;
}

.staff-picks {
	text-decoration: underline;
	position: relative;
	top: 6px;
}

.staff-position, .staff-picks {
	font-style: italic;
}


/* about block end*/

/* all staff picks block start */
#full-staff-holder hr {
	border-top: 1px solid rgb(157,161,164);
	margin-top: 40px;
	margin-bottom: 60px;
}
#full-staff-block .page-title {
	margin-bottom: 40px;
}

.articles-holder {
	display: inline-block;
	width: 625px;
	margin-left: 80px;
	vertical-align: top;
	position: relative;
	min-height: 269px;
}

.articles-holder .small-article {
	margin-top: 10px;
}

.individual-link {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 28px;
	position: absolute;
	right: 5px;
	bottom: 0px
}

.individual-link a {
	color: white;
	display: inline-block;
	height: 35px;
}

.individual-link .button-box-small {
	margin-right: 0px;
}
/* all staff picks block end */

/* individual staff picks block starts */

#individual-staff-picks {
	color: rgb(100,105,110);
	position: relative;
}

.page-title {
	font-size: 72px;
	font-weight: bold;
	color: rgb(61,68,74);
	padding-top: 40px;
	line-height: 75px;
	padding-bottom: 20px;
}

#individual-staff-picks .staff-name {
	font-size: 36px;
	font-weight: normal;
}

#individual-staff-picks .staff-position {
	font-size: 24px;
	margin-bottom: 100px;
}

#individual-staff-picks .staff-image {
	position: relative;
	float: right;
	top: 40px;
}

#individual-staff-picks hr {
	border-top: 1px solid rgb(157,161,164);
}

.small-article {
	width: 219px;
	height: 219px;
	position: relative;
	font-size: 16px;
	display: inline-block;
	margin: 40px 7px;
    vertical-align: top;
}

.small-article .title {
	color: rgb(175,70,33);
	font-weight: bold;
	margin-bottom: 20px;
}

.small-article .body {

}

.small-article .article-link {
	position: absolute;
	bottom: 0px;
	color: rgb(179,92,56);
	font-style: italic;
	text-decoration: underline;
}

#other-staff {
	background: rgb(226,227,229);
	text-align: center;
	padding-bottom: 1px;
}

#other-staff .block-title {
	color: rgb(100,105,110);
	display: inline-block;
	width: 100%;
	text-align: left;
}

#other-staff .block-title .staff-picks {
	color: rgb(179,92,56);
	font-size: 16px;
	display: inline-block;
	position: relative;
	left: 164px;
	top: 0px;
}
/* individual staff picks block end */

/* article block start */

#article-block {

}
#article-image {
	min-height: 400px;
	max-height: 730px;
	color: white;
	padding: 60px;
}

#article-title {
	font-size: 64px;
	line-height: 73px;
	width: 500px;
	font-weight: bold;
	/*padding: 0px 13px 13px 13px;*/
	/*text-align: justify;*/
	margin-bottom: 13px;
}

#article-body-block {
	padding: 40px 0px;
	color: rgb(100,105,110);
	min-height: 432px;
}

#article-body {
	display: inline-block;
	width: 680px;
	padding: 0px 40px;
    font-size: 16px;
}

#article-staff {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 10px;
	top: -8px;
	text-align: center;
}

#article-staff>.staff-name {
	font-size: 16px;
	margin-top: 10px;
}

#article-staff>.staff-position {
	font-size: 16px;
	margin-bottom: 20px;
}

#article-staff .staffpicks-box {
	width: 185px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	padding: 6px 20px;
	text-align: left;
	font-size: 16px;
	color: white;
	position: relative;
	left: 10px;
}

#article-staff .button-box-small {
	left: 0px;
}

#books-mentioned-block {
	background: rgb(226,227,229);
}

.books-mentioned {
	padding-bottom: 40px;
	text-align: center;
}

.books-mentioned>.small {
	margin: 6px;
}

/* article block end */

/* textbook block starts*/

#textbook-block {
	background: rgb(236,236,237);
	color: rgb(100,105,110);
	line-height: 20px;
	font-size: 16px;
	padding-bottom: 40px;
}

.instructions-box {
	display: inline-block;
	width: 380px;
	padding-left: 48px;
}

#textbook-search-box {
	display: inline-block;
	width: 550px;
	vertical-align: top;
}

.instruction {
	height: 53px;
	margin-bottom: 25px;
}

.instruction-list-number {
	background: url(../img/circle-green.png) no-repeat;
	text-align: center;
	display: inline-block;
	height: 53px;
	width: 53px;
	font-weight: bold;
	color: white;
	vertical-align: top;
	font-size: 24px;
	padding-top: 15px;
}

.instruction-list-instruction {
	display: inline-block;
	width: 250px;
	padding-left: 30px;
	padding-top: 6px;
}

#textbook-query {
	width: 479px;
	height: 50px;
	text-indent: 20px;
	margin: 0px;
	border: none;
	outline: none;
	color: rgb(85,165,163);
	font-weight: 300;
	display: inline-block;
}

#textbook-query::-webkit-input-placeholder {  /*webkit browsers*/
	color: rgb(102,102,102);
	opacity: 1;
}

#textbook-query::-moz-placeholder {  /*Mozilla Firefox 19+*/
    color: rgb(102,102,102);
    opacity: 1;
}

#textbook-query:-moz-placeholder {  /*Mozilla Firefox 4 to 18 */
    color: rgb(102,102,102);
    opacity: 1;
}

#textbook-query:-ms-input-placeholder {  /*Internet Explorer 10+ */
	color: rgb(102,102,102);
	opacity: 1;
}

#textbook-go-button {
	width: 63px;
	height: 50px;
	display: inline-block;
	position: relative;
	/*margin-left: -4px;*/
	vertical-align: top;
	color: white;
	text-align: center;
	padding-top: 14px;
	font-size: 20px;
	cursor: pointer;
}

#search-suggestion-box {
	width: 479px;
}

.search-suggestion {
	background: white;
	margin: 4px 0px;
	height: 50px;
	padding-top: 14px;
	text-indent: 20px;
}

.search-suggestion:hover {
	cursor: pointer;
	background: rgb(204,62,22);
	color: white;
}

.textbook-results-block {
    background: rgb(218,218,221);
    color: rgb(61,68,74);
    padding: 40px 0px;
}

.textbook-results-block a {
    color: white;
    position: absolute;
    bottom: 10px;
}

.textbook-results-holder {

}

.required-holder, .recommended-holder {
    padding-bottom: 50px;
}

.textbook-img {
    width: 120px;
    height: 120px;
    margin-left: 30px;
}

.textbook-holder-box {
    display: inline-block;
    background: white;
    height: 385px;
    width: 210px;
    margin: 0px 10px;
    padding: 15px;
    vertical-align: top;
    position: relative;
}

.description-holder {
}

.textbook-description {

}

.textbook-results-title {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 30px;
}

.textbook-results-subtitle {
    font-size: 24px;
    padding-bottom: 10px;
}

.textbook-title {
    font-weight: bold;
    padding: 15px 0px;
}

.textbook-breaker {
    height: 1px;
    background: white;
    margin-bottom: 30px;
    margin-top: 10px;
}

.textbook-shop-link {
    width: 145px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    padding: 6px 0px;
    text-align: center;
    font-size: 16px;
}




/* textbook block end*/


.white-edges {
    position: absolute;
    max-width: 100%;
    max-width: 100%;
}