/*
* Author: Greenfisher
* Template: Informa CHO
*/

/* ======================================================= */
/* Import Section
/* ======================================================= */
@import url("base.css"); /* Default Reset, Typography, Forms, etc. */
@import url("skeleton.css"); /* 960 Grid + Media Query Layouts */
@import url("flexslider.css"); /* Flex Slider Styles */
@import url("pricing_tables.css"); /* Pricing Table Styles */
@import url("shortcodes.css"); /* Shortcode Styles */
@import url("wpsshortcodes.css"); /* Shortcode Styles */

/*================================================= */
/* Header
================================================== */
#header {
	padding: 0;
	margin: 0;
}

#logo {
	display: block;
}

.clearfix {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.spacer {
	margin-top: 20px;
}

.headersection {
	background-color: #fafafa;
	padding-top: 10px;
	padding-bottom: 10px;
}

.topsection {
	min-height: 75px;
}

.routledge-symbol {
	float: right;
}

.logintabs {
	width: 100%;
	margin-left: 15px;
	float: right;
	line-height: 14px;
	padding-bottom: 0px;
	text-align: right;
}

.logintabs a:hover {
	text-decoration: underline;
}

.logintabs p {
	line-height: 18px;
}

.loginside {
	width: 62%;
	float: right;
	line-height: 14px;
	padding-bottom: 0px;
	text-align: right;
	max-height: 84px;
    overflow: hidden;
}

.loginside a:hover {
	text-decoration: underline;
}

.loginside p {
	line-height: 18px;
	width: auto;
}

.institutionallogo {
	width: 35%;
	margin-left: 1px;
	float: right;
	line-height: 14px;
	padding-bottom: 0px;
	text-align: right;
}

.right {
	float: right;
}

.bookmarginright {
	padding-right: 21px;
}

#chaptercontent .bookmarginright {
    padding-right: 18px;
}

#bookcontent .bookmarginright {
    padding-right: 18px;
}

/* .bookmarginright .item-img{ */
/*     height:221px; */
    	
/* } */

/* .bookmarginright .item-img img{ */
/*     height:221px; */
/*     width: 156px;     */
/* } */

.slidingDiv {
	max-width: 590px;
	background-color: #eee;
	padding: 20px;
	margin-top: 10px;
	border-bottom: 5px solid #3399FF;
	display: none;
}

.show_hide {
	display: block;
}

.more-less {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #576573;
	cursor: pointer;
	display: none;
	float: left;
	font-weight: bold;
	width: 100px;
	background-color: #D7DBDE;
	padding: 2px;
	text-align: center;
	font-size: 12px;
}

.more-less:hover {
	color: #fff;
	background-color: #6584A4;
}

.more-less .less {
	display: none;
}

.display-item.open .more-less .less {
	display: inline;
}

.display-item.open .more-less .more {
	display: none;
}

.item-list.seminars-list .display-item .item-body,.item-list.exhibitors-list .display-item .item-body {
	display: none;
}

.item-list.seminars-list .display-item.open .item-body,.item-list.exhibitors-list .display-item.open .item-body {
	display: block;
}

.item-list .item-body {
	clear: left;
}

.item-list .item-body.closed {
	display: none;
}

.item-list.seminars-list .display-item .display-details {
	float: none;
	width: auto;
}

/*================================================= */
/* New Styles
================================================== */
.topline {
	margin-bottom: 60px;
	margin-top: 20px;
}

.topline h1 {
	font-size: 26px;
	line-height: 32px;
	color: #1B76BC;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 300;
}

.strapline h3 {
	font-size: 16px;
	color: #1B76BC;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 500;
	text-align: right;
}

.head1 {
	background-image: url(../images/building-bg1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 200px;
}

.homeimagebox {
	background-color: #BDE0F4;
	height: 520px;
	width: 100%;
	background-image: url(../images/slider1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.homeimagebox h2 {
	color: #072B61;
	font-size: 32px;
	line-height: normal;
	font-weight: normal;
}

.homepanelbox {
	margin-top: 30px;
}

.homepanelbox p {
	padding-bottom: 10px;
	color: #2b3940;
}

.homepanelbox p strong {
	padding-top: 10px;
	color: #072B61;
	font-weight: bold;
}

.homepanelbox img {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.photoside {
	width: 88%;
	float: right;
	margin-top: 40px;
}

.leftmargin {
	margin-left: 50px;
}

.legalstuff {
	margin-top: 15px;
	margin-bottom: 15px;
}

.legalstuff p {
	font-size: 14px !important;
	line-height: 21px;
}

/*================================================= */
/* Navigation
================================================== */
.navblock {
	background-color: #10147E;
	border-bottom: 4px solid #6D9DE2;
	height: 57px;
    overflow: hidden;
}
#navigation ul li a.navmobileicon {
    display: none;
}


.selectnav {
	display: none;
	cursor: pointer;
	width: 100%;
	padding: 7px;
	height: 21px;
	float: left;
	font-size: 14px;
}

#navigation {
	float: left;
}

#navigation ul,#navigation li {
    float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#navigation ul li {
	float: left;
	position: relative;
}

#navigation ul li a {
	font-family: "Open Sans", Arial, sans-serif;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	border-top: 3px solid transparent;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
}

#navigation ul li a:hover {
	background: #3f3f3f;
	border-bottom: 4px solid #91CCED;
	color: #fff;
}

#navigation ul ul {
	margin-left: 0px !important;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	top: -99999px;
	left: 0;
	z-index: 999999;
	background: #F2F3F8;
	width: 200px;
}

#navigation ul ul li a:hover {
	background: #91CCED;
	color: #062949 !important;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

#navigation ul ul li a {
	padding: 8px 15px;
	display: block;
	width: 170px;
	text-transform: none;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	border-bottom: 1px solid #DDDEE8;
	color: #10147E;
	border-top: 1px solid transparent;
}

#navigation ul ul ul {
	position: absolute;
	top: -99999px;
	left: 100%;
	opacity: 0;
	margin-left: 0px;
	background: #F2F3F8 !important;
}

#navigation strong {
	font-weight: bold;
	color: #91CCED;
}

#navigation ul li:hover>ul {
	opacity: 1;
	position: absolute;
	top: 99%;
	left: 0;
}

#navigation ul ul li:hover>ul {
	position: absolute;
	top: 0;
	left: 100%;
	opacity: 1;
	z-index: 497;
	background: #1B76BC;
	border: 0;
}

#navigation ul li:hover>a {
	background: #1B76BC;
	border-bottom: 4px solid #91CCED;
	color: #fff;
}

#navigation ul li a.active {
	background: #1B76BC;
	border-bottom: 4px solid #91CCED;
	color: #fff;
}

#navigation ul ul li:hover>a {
	border-top: 1px solid transparent;
	color: #FFF;
}

#current {
	background: #0955A8 !important;
	border-bottom: 4px solid #91CCED !important;
	color: #fff !important;
	height: 57px !important;
}

.homeicon {
	margin-top: 0px !important;
}

.nextsection {
	margin-top: 5px;
	padding-top: 5px;
}

/*================================================= */
/* Sub Navigation
================================================== */
.navblockdeep {
	background-color: #10147E;
	border-bottom: 4px solid #6D9DE2;
	height: 75px;
}

.subnav {
	float: left;
}

.subnav ul,.subnav li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.subnav ul li {
	float: left;
	position: relative;
}

.subnav ul li a {
	font-family: "Open Sans", Arial, sans-serif;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	border-top: 3px solid transparent;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
}

.subnav ul li a:hover {
	background: #3f3f3f;
	border-bottom: 4px solid #91CCED;
	color: #fff;
}

.subnav ul ul {
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	top: -99999px;
	left: 0;
	z-index: 999999;
	background: #F2F3F8;
	width: 200px;
}

.subnav ul ul li a:hover {
	background: #91CCED;
	color: #062949 !important;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

.subnav ul ul li a {
	padding: 8px 15px;
	display: block;
	width: 170px;
	text-transform: none;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	border-bottom: 1px solid #DDDEE8;
	color: #10147E;
	border-top: 1px solid transparent;
}

.subnav ul ul ul {
	position: absolute;
	top: -99999px;
	left: 100%;
	opacity: 0;
	margin-left: 0px;
	background: #F2F3F8 !important;
}

.subnav strong {
	font-weight: bold;
	color: #91CCED;
}

.subnav ul li:hover>ul {
	opacity: 1;
	position: absolute;
	top: 99%;
	left: 0;
}

.subnav ul ul li:hover>ul {
	position: absolute;
	top: 0;
	left: 100%;
	opacity: 1;
	z-index: 497;
	background: #1B76BC;
	border: 0;
}

.subnav ul li:hover>a {
	background: #1B76BC;
	border-bottom: 4px solid #91CCED;
	color: #fff;
}

.subnav ul ul li:hover>a {
	border-top: 1px solid transparent;
	color: #FFF;
}

/*================================================= */
/* Tagline
================================================== */
#tagline {
	font-size: 24px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #505050;
	letter-spacing: 0px;
	text-align: center;
	line-height: 38px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}

#tagline span,#tagline a {
	font-weight: 600;
	background: #10147E;
	text-transform: uppercase;
	color: #fff;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#tagline span:hover,#tagline a:hover {
	background-color: #688FCA;
}

#tagline p {
	margin: 3px;
}

.tagline_page {
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 30px 0
}

/*================================================= */
/* Subtitle
================================================== */
#subtitle {
	background: #f7f7f7;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #d7d7d7;
}

#subtitle h3 {
	line-height: 50px;
	letter-spacing: 0px;
	font-size: 24px;
	font-weight: 400;
	padding-top: 10px;
}

#subtitle h3 span {
	color: #999999;
	font-size: 24px;
}

.page_headline span {
	color: #888;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
}

.page_headline span.saved_searches {
	color: #10147e;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
}

.page_headline {
	font-family: "Open Sans", Arial, Tahoma;
	font-size: 16px;
	color: #10147E;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 0px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.page_noline {
	font-family: "Open Sans", Arial, Tahoma;
	font-size: 16px;
	color: #10147E;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 0px;
	display: block;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

/*================================================= */
/* Subtitle Image
================================================== */

/*================================================= */
/* Subtitle
================================================== */
#subtitleimage {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-position: right;
}

.whitetype {
	color: #FFF !important;
}

#subtitleimage h1 {
	color: #003D80;
	letter-spacing: 0px;
	font-size: 26px;
	font-weight: 700;
	max-width: 55%;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: normal;
}

.aboutus {
	background-image: url(../images/aboutus-header.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.freetrial {
	background-image: url(../images/freetrial-header.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*================================================= */
/* Single Project
================================================== */
.project_overview p {
	margin: 15px 0;
}

.project_overview h3 {
	font-family: "Open Sans", Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
}

.project_navi {
	margin-top: -55px !important;
}

/*================================================= */
/* Blog Post Container
================================================== */
#blog_post_container {
	margin-top: 15px;
}

.post {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
}

.post h2 a {
	font-size: 22px;
	font-weight: normal;
	color: #464646;
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	text-decoration: none;
	display: inline-block;
	line-height: 28px;
	letter-spacing: 0px;
}

.post h2 a:hover {
	color: #777;
}

.post-content p {
	line-height: 20px;
	margin: 15px 0 0 0;
}

a.post-entry {
	font-size: 12px;
	color: #6f9c00;
	font-family: Tahoma, Arial, sans-serif;
	margin: 15px 0 20px 0;
	display: inline-block;
	padding: 0 12px 0 0;
	background: url(../images/bullet_post_entry.png) no-repeat right;
	background-position: 100% 60%;
}

a.post-entry:hover {
	color: #888;
	background: url(../images/bullet_post_entry_hover.png) no-repeat right;
	background-position: 100% 60%;
}

.post-meta {
	color: #777;
	font-size: 12px;
	margin: 1px 0 15px 0;
}

.post-meta a {
	color: #688FCA;
	text-decoration: none;
}

.post-meta a:hover {
	color: #999;
}

.icon-calendar {
	background: url(../images/calendar_ico.png) no-repeat;
	display: inline-block;
	height: 13px;
	width: 12px;
	margin: 0 0 -1px 0;
	padding: 0 5px 0 0;
}

.icon-author {
	background: url(../images/author_ico.png) no-repeat;
	display: inline-block;
	height: 16px;
	width: 13px;
	margin: 0 0 -5px 8px;
	padding: 0 8px 0 0;
}

.icon-comment {
	background: url(../images/comment_ico.png) no-repeat;
	display: inline-block;
	height: 15px;
	width: 11px;
	margin: 0 0 -5px 8px;
	padding: 0 8px 0 0;
}

/* Blog Blockquote */
.post-quote {
	background: #363636;
	padding: 20px;
}

.post-quote blockquote {
	color: #ececec;
	font-family: "Droid Serif", Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	border-left: 1px solid #545455;
	padding: 0 0 0 18px;
	margin-left: 40px;
}

.post-quote span,.post-quote a {
	color: #7db000;
	text-decoration: none;
}

.post-quote .icon {
	background: url(../images/quote_ico.png) no-repeat;
	height: 15px;
	width: 25px;
	display: block;
	float: left;
	margin: 4px 0 0 0;
}

/** Comments **/
.comments-sec {
	float: left;
	width: 100%;
	line-height: 20px;
}

.comments-sec h3 {
	font-size: 16px;
	font-weight: bold;
	color: #464646;
	font-family: "Open Sans", Arial, sans-serif;
	border-bottom: 1px solid #e1e1e1;
	margin: -9px 0 0 0;
	padding-bottom: 8px;
	letter-spacing: 0px;
}

.comments-sec h3 span {
	color: #888;
}

ol.commentlist {
	float: left;
	width: 100%;
}

ol.commentlist li {
	float: left;
	border-top: 1px solid #e1e1e1;
	padding: 25px 0 20px 0;
}

ol.commentlist li:first-child {
	border: none;
	padding: 25px 0 0px 0;
}

ol.commentlist li {
	list-style: none;
}

ol li ol.childlist {
	float: right;
	width: 89%;
	margin: 0px
}

ol.commentlist li ol.childlist li:first-child {
	border-top: 1px solid #e1e1e1;
	padding: 25px 0 0 0;
	font-size: 12px;
}

ol.commentlist li ol.childlist li {
	border-top: 1px solid #e1e1e1;
	margin: 25px 0 15px 0;
	font-size: 12px;
}

.comments {
	float: left;
	width: 100%
}

ol li ol.childlist .comment-des {
	float: right;
	width: 88%;
}

.avatar {
	float: left;
}

.comment-des {
	float: right;
	width: 89%;
}

.comment-des strong {
	float: left;
	color: #464646;
	padding-right: 5px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
}

.comment-des span {
	float: left;
	color: #777;
	font-family: Tahoma, Arial, sans-serif;
}

.comment-by {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000;
}

.comment-by span.reply {
	color: #777;
	float: right;
}

.comment-by span.reply a {
	color: #688FCA;
	font-weight: bold;
	float: right;
	height: 17px;
	margin-left: 5px;
	font-weight: normal;
}

.comment-by span.reply a:hover {
	border: none;
	color: #888;
}

.comment-by span.date {
	color: #888;
	padding-right: 7px;
	float: right;
}

/** Leave a Comment **/
.form_comment label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}

.form_comment label span {
	color: #dd1d1d;
}

.form_comment input,.form_comment textarea {
	width: 250px;
	border: 1px solid #d7d7d7;
	color: #999;
	font-size: 12px;
	font-family: Arial;
	padding: 8px;
	background-color: #fff;
	outline: none;
	cursor: text;
	font-family: Tahoma, Arial, sans-serif;
}

.form_comment textarea {
	width: 97%;
	max-width: 97%;
	height: 140px;
}

.form_comment input:focus,.form_comment textarea:focus {
	border: 1px solid #d1d1d1;
	color: #676767;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

.form_send input {
	margin: 10px 0 20px 0;
}

/*================================================= */
/* Search Box
================================================== */
.bluesearchbox {
	margin-left: 50px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    height: 50px;
    background-color: inherit;
}

.greysearchbox {
	padding-top: 12px;
	padding-right: 6px;
	padding-left: 20px;
	height: 50px;
	background-color: #ddd;
}

.keywordsearchbox {
	padding-top: 0.8em;
	padding-right: 0.5em;
	padding-left: 1.1em;
	padding-bottom: 0.3em;
	background-color: #dce8f6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.keywordsearchbox p {
	line-height: 18px;
	padding-bottom: 1px;
}

.keywordsearchbox .page_headline {
	width: 97%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #b0bac5;
}

.highlights-box {
	background: #fafafa;
	margin-top: 10px;
	margin-bottom: 10px;
	border: #dedede 1px solid;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.search-box {
	background: #fafafa;
	margin-top: 10px;
	margin-bottom: 10px;
	border: #dedede 1px solid;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.search-box-full {
	background: #fff;
	margin-top: 6px;
	margin-top: 0px;
	margin-bottom: 6px;
	border-left: #dedede 0px solid;
	border-right: #dedede 0px solid;
	border-bottom: #dedede 0px solid;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
    background-color:inherit;
}

.searchsection {
	margin-top: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.keyword-box-full {
	background: #ddd;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.searchbutton {
	padding-top: 8px;
}

.searchhome {
	width: 60%;
	padding-top: 8px;
}

.searchkeyword {
	width: 20%;
	padding-top: 8px;
}

.search input {
	border: 1px solid #d7d7d7;
	color: #999;
	font-size: 12px;
	font-family: Arial;
	background-color: #fff;
	outline: none;
	cursor: text;
	font-family: Tahoma, Arial, sans-serif;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 40px;
	letter-spacing: normal;
}

.longsearch {
	width: 70%;
	margin-right: 10px;
}

.mediumsearch {
	width: 80%;
	margin-right: 10px;
}

.mediumsearchtight {
	width: 55%;
	margin-right: 0px;
}

.shortsearch {
	width: 300px;
	margin-right: 10px;
}

.keywordsearch {
	width: 30%;
	margin-right: 10px;
}

.sidebarinput {
	width: 90%;
}

.shiftdown {
	margin-bottom: 6px;
}
/* Input Version */
input[type="submit"],input[type="button"] {
	margin-top: 0px;
	padding: 8px 20px;
	font-size: 14px;
	display: inline-block;
	border: 0px;
	font-family: Tahoma, Arial, sans-serif;
	cursor: pointer;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: auto !important;
	background: #10147E;
	font-weight: bold;
	color: #FFF;
	letter-spacing: normal;
}

input[type="submit"]:hover,input[type="button"]:hover {
	background: #688FCA;
}

.button input {
	border: none;
	color: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button input:focus {
	border: none;
	color: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.search input:focus {
	border: 1px solid #d1d1d1;
	color: #676767;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

.bluesearchbox input[type=text]{height:30px;-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; border: 1px solid #848484; outline:0; border: 1.5px outset #96C9FD;}

.searchbarimage{
    margin-top: 10px;
    background-image: url(../images/search_page_background_image.png);
    height: 400px;
    max-height: 480px;
    width: inherit;
    max-width: 948px;
    opacity: 1;
    background-size: cover;
    background-position: center center;
}

.searchbarimage .searchbarcenterscroll {
    width: 767px;
    padding-left:60px;
    position: inherit;
    max-height: 165px;
    overflow-y: auto;
}

.searchbarcenterscroll {
    width: inherit;
    position: inherit;
    max-height: 165px;
    overflow-y: auto;
}
.searchbarcentered {
    width: inherit;
    max-width: 948px;
    position: absolute;
    top: 40%;
}

/*================================================= */
/* Blog - Widgets
================================================== */
#blog_widget_container {
	margin-top: 32px;
}

.widget {
	margin-bottom: 20px;
}

.widget-text p {
	color: #676767;
	line-height: 21px;
}

.widget-title h3 {
	font-size: 14px;
	font-family: "Open Sans", Arial, Tahoma;
	font-weight: bold;
	color: #464646;
	letter-spacing: 0px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 1px;
	margin-bottom: 9px;
}

.widget-categories a {
	color: #676767;
	display: block;
}

.widget-categories a:hover {
	color: #688FCA;
}

.widget-categories li {
	background: url(../images/bullet_categories.png) no-repeat 0% 50%;
	padding: 3px 12px;
	margin: 0;
	list-style: none;
}

/* Twitter - Blog */
#twitter-blog {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	float: left;
	display: block;
	color: #676767;
}

#twitter-blog b a {
	color: #999999;
}

#twitter-blog li {
	line-height: 21px;
}

#twitter-blog li:last-child {
	padding: 0;
	margin: 0;
}

#twitter-blog a {
	color: #688FCA;
}

#twitter-blog a:hover {
	color: #999;
}

/* Flickr - Blog */
.flickr-widget-blog {
	margin-right: -12px;
	margin-top: 15px;
}

.flickr-widget-blog img {
	display: block;
	width: 100%;
}

.flickr-widget-blog a:hover {
	border-color: #6b6b6b;
}

.flickr-widget-blog a {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 3px solid #dcdcdc;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.older_entires {
	float: left;
	margin: 5px 0 20px 0;
	color: #676767;
	padding: 0 0 0 12px;
	background: url(../images/bullet_post_entry_hover_left.png) no-repeat left;
	background-position: 0% 60%;
}

a.older_entires:hover {
	color: #688FCA;
	background: url(../images/bullet_post_entry_left.png) no-repeat left;
	background-position: 0% 60%;
}

a.newer_entires {
	float: right;
	margin: 5px 0 20px 0;
	color: #676767;
	padding: 0 12px 0 0;
	background: url(../images/bullet_post_entry_hover.png) no-repeat right;
	background-position: 100% 60%;
}

.newer_entires:hover {
	color: #688FCA;
	background: url(../images/bullet_post_entry.png) no-repeat right;
	background-position: 100% 60%;
}

/*================================================= */
/* Features
================================================== */
.feature {
	margin: 0 0 15px 0;
}

.feature.page {
	margin: 0 0 25px 0;
}

.feature-description {
	margin-left: 35px;
}

.feature h4 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #10147E;
	margin-bottom: 10px;
}

.feature-circle {
	font-size: 16px;
	font-weight: bold;
	font-family: "open sans", sans-serif;
	display: inline-block;
	width: 30px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	float: left;
}

.feature-nofill {
	font-size: 16px;
	font-weight: bold;
	font-family: "open sans", sans-serif;
	display: inline-block;
	width: 30px;
	margin-left: -3px;
	margin-top: -2px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	float: left;
}

.feature-circle i {
	margin: 4px 0 0 1px;
}

.feature-circle.green {
	background: #1B76BC;
}

.feature-circle.corporate {
	background: #1B76BC;
}

.feature-circle.red {
	background: #CA1E47;
}

.feature-circle.gray {
	background: #6b6b6b;
}

/*================================================= */
/* Portfolio Photos
================================================== */
.columns img,.column img {
	height: auto;
}

.bookinfo {
	float: left;
}

.folioinset {
	margin-left: 155px;
	max-width: 543px;
}

.folioinset h4 {
	font-size: 18px !important;
	line-height: 24px !important;
}

.showcaseinset {
	margin-left: 135px;
}

.showcol1 {
	width: 290px;
}

.showcol2 {
	width: 260px;
	margin-left: 20px;
}

.showcol3 {
	width: 260px;
	margin-left: 36px;
}

.showcaseinset h4 {
	font-size: 18px !important;
	line-height: 24px !important;
}

.folioinset-sm {
	margin-left: 120px;
}

.folioinset-sm p {
	line-height: 14px;
	padding: 0px;
}

.folioinset-sm h4 {
	font-size: 16px !important;
	line-height: 20px !important;
	margin-top: 0px;
	padding-top: 0px;
}

.subtext {
	clear: left;
	top: 10px;
	position: relative;
	max-width: 630px;
}

.content img {
	border: 1px solid #dfdfdf;
	margin-bottom: 15px;
}

.sixteen.columns.portfolio-item {
	
}

.five.columns.portfolio-item {
	height: 360px;
}

.five.columns.portfolio-item  p {
	font-size: 13px;
	line-height: 17px;
}

.four.columns.portfolio-item {
	height: 170px;
}

.five.columns.showcase-item {
	height: 320px;
}

.four.columns.showcase-item {
	height: 170px;
}

.folio-description {
	margin-left: 155px;
	max-width: 543px;
}

em.solrhighlight{
	font-style: normal;
	background-color: #FFFF00;
}

.folio-description em {
    font-style: normal;
    background-color: #FFFF00;
}

.subject-level-box {
	max-width: 560px;
	background: #fafafa;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 22px;
	border: 1px solid #dedede;
}

.subject-level-box a {
	color: #688FCA !important;
}

.subject-level-box a:hover {
	text-decoration: underline;
	color: #10147E !important;
}

.subject-level-box p {
	padding-bottom: 4px;
	line-height: normal;
}

.content-type-box {
	background: #fafafa;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	border: 1px solid #dedede;
}

.dropmenuright {
	float: right;
	z-index: 99999;
	margin-top: -5px;
}

.sortby {
	float: right;
}

.sectionleft {
	float: none;
}

.content-type-box p {
	padding-bottom: 4px;
	line-height: normal;
}

.routledgefolio {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.bumf {
	
}

.bumf p {
	line-height: 21px !important;
	padding-bottom: 12px;
}

/*================================================= */
/* Action Box
================================================== */
.action-box {
	max-width: 699px;
	margin-bottom: 30px;
	margin-top: 10px;
	height: 50px;
}

.actionleft {
	width: 75%;
	float: left;
}

.actionright {
    width: 15%;
	float: left;
}

.linksleft {
	width: 72%;
	float: left;
}

.linksright {
	width: 28%;
	float: left;
}

.searchhistory {
	float: right;
    margin-right: 5px;
    margin-left: 50px;
    width: 125px;
    max-width: 100%;
    height: 43px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.alertSaveSearch {
	float: right;
	width: 35px;
}

.actionlinks {
	background: #ddd;
	padding-top: 18px;
	padding-right: 6px;
	padding-left: 12px;
	height: 44px;
}

.action-box p {
	padding-bottom: 4px;
	line-height: normal;
}

.noacess {
	background-color: #eee !important;
}

.bookdetails {
	text-align: center;
	background-color: #96C9FD;
	padding-top: 15px;
	padding-right: 6px;
	padding-left: 6px;
	height: 47px;
}

.bookslocked {
	background-color: #aaa !important
}

.bookchapters {
	max-width: 700px;
}

/*================================================= */
/* Books - Not logged Box
================================================== */
.bookslogin-box {
	max-width: 670px;
	margin-bottom: 30px;
	margin-top: 10px;
	height: auto;
	background-color: #f3f3f3;
	padding: 15px;
	border: 1px solid #ccc;
}

.wideside {
	width: 52%;
	float: left;
	padding-right: 8%;
}

.thinnerside {
	width: 40%;
	float: left;
}

.subsection {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}

/*================================================= */
/* Image Overlay
================================================== */
.post-thumb,.slides {
	position: relative;
}

.item-img {
	border: 1px #ccc solid;
	width: 138px;
	float: left;
}

.bookmarginright .item-img{
	width: auto;
}


.relatedTitlebookmarginright .item-img{
	width: 120px;
}


.overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0px;
	width: 140px;
	height: 200px;
	z-index: 1;
	z-index: 40;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.overlay.link {
	background: url(../images/overlay_link.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlay.zoom {
	background: url(../images/overlay_zoom.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlay:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}

.item-img-sm {
	width: 100px;
	float: left;
	height: 147px;
}

.overlay-sm {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0px;
	width: 100px;
	height: 143px;
	z-index: 1;
	z-index: 40;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.overlay-sm.link {
	background: url(../images/overlay_link.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlay-sm.zoom {
	background: url(../images/overlay_zoom.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlay-sm:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}

.item-img-showcase {
	width: 120px;
	float: left;
	height: 180px;
}

.overlay-showcase {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0px;
	width: 120px;
	height: 180px;
	z-index: 1;
	z-index: 40;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.overlay-showcase.link {
	background: url(../images/overlay_link.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlay-showcase.zoom {
	background: url(../images/overlay_zoom.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlay-showcase:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}

.overlaygallery {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
	z-index: 40;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.overlaygallery.link {
	background: url(../images/overlay_link.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlaygallery.zoom {
	background: url(../images/overlay_zoom.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlaygallery:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}

.item {
	margin: 0 0 35px 0;
}

.item-meta h4 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	padding: 16px 0 0 0;
}

.meta-blog p {
	color: #676767;
}

.item-meta {
	color: #888;
}

.item-meta h4 a:hover {
	color: #688FCA;
}

.item-meta span {
	color: #a0a0a0;
	display: block;
	line-height: 18px;
}

.item-meta p {
	line-height: 18px;
	margin-top: 7px;
}

/*================================================= */
/* Headlines
================================================== */
#divider {
	margin: 17px 0 26px 10px;
	border-bottom: 1px solid #e1e1e1;
}

.related-title {
	background: url(../images/divider_bg.png) repeat-x;
	background-position: 50% 62%;
	margin: 0 0 15px 0;
}

.related-title span {
	color: #464646;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	font-family: "Open Sans", sans-serif;
	background: #fdfdfd;
	padding: 0 10px 0 0;
}

/*================================================= */
/* Testimonials
================================================== */
.testimonial_page {
	margin-bottom: 40px;
}

.testimonials {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	line-height: 24px;
}

.testimonials_bg {
	background: url(../images/testimonials_bg.png) no-repeat;
	margin-top: -1px;
	display: block;
	width: 200px;
	height: 30px;
}

.testimonials_author {
	color: #4FA1CA;
	float: right;
	display: block;
	margin-top: -23px;
	padding-left: 30%;
	margin-bottom: 20px;
}

.testimonials_author_page {
	color: #1B76BC;
	float: left;
	display: block;
	padding-left: 60px;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author span {
	color: #a0a0a0
}

.testimonials_author_page span {
	color: #a0a0a0
}

/* Testomonials Carousel */
.carousel-disabled,.mr-rotato-disabled {
	height: 21px;
	width: 21px;
	background-color: #c0c0c0 !important;
	display: block;
	position: absolute;
}

.mr-rotato-next {
	height: 21px;
	width: 21px;
	background: url(../images/carousel-next.png);
	background-color: #6b6b6b;
	display: block;
	position: absolute;
	right: 10px;
}

.mr-rotato-prev {
	height: 21px;
	width: 21px;
	background: url(../images/carousel-prev.png);
	background-color: #6b6b6b;
	display: block;
	right: 33px;
	position: absolute;
}

.mr-rotato-prev,.mr-rotato-next,.mr-rotato-disabled {
	margin-top: -40px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.mr-rotato-prev:hover,.mr-rotato-next:hover {
	background-color: #1B76BC;
}

/*================================================= */
/* Contact Form Styles 
================================================== */
#google_map {
	padding: 0 0 40% 0;
}

.contact-form {
	margin-bottom: 25px;
}

#send {
	margin-top: 12px;
}

.field textarea {
	border: 1px solid #d7d7d7;
	max-width: 97%;
	min-width: 97%;
	height: 100px;
}

.field input {
	width: 180px;
	display: block;
}

.checkbox input {
	width: 20px;
	display: block;
}

.widefield input {
	width: 500px;
	display: block;
}

.midfield input {
	font-size: 14px;
	width: 450px;
	display: block;
}

.midfield select {
	font-size: 14px;
	width: 450px;
	display: block;
}

.shortfield input {
	font-size: 14px;
	width: 290px;
	display: block;
}

.field border {
	border: 1px solid #ccc;
}

.input {
	font-size: 14px;
}

.fieldinline {
	float: left;
	margin-right: 15px;
}

.field:focus {
	border: 1px solid #ddd;
}

.separate {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

.jumpMenu {
	display: inline;
	margin-right: 20px;
}

.midfield label,.field label {
	margin: 12px 0 4px 0;
	display: block;
}

.midfield label span,.field label span {
	color: #ea1c1c;
}

.midfield .validation-error,.midfield .validation-error:focus,.field .validation-error,.field .validation-error:focus {
	border: 1px solid #f2c4c2;
	background: #ffeceb;
}

.widefield label {
	margin: 12px 0 4px 0;
	display: block;
}

.notopmargin,#notopmargin {
	margin: 0px 0 4px 0;
	display: block;
}

.widefield label span {
	color: #ea1c1c;
}

.widefield .validation-error,.widefield .validation-error:focus {
	border: 1px solid #f2c4c2;
	background: #ffeceb;
}

.loading {
	background: url(../images/loader.gif) no-repeat;
	height: 28px;
	width: 28px;
	display: none;
	float: left;
	margin: 17px 0 0 12px;
}

.success-message {
	display: none;
}

.address_contact {
	color: #676767;
	font-family: Tahoma, arial, sans-serif;
	padding-bottom: 12px;
	line-height: 18px;
}

.address_contact  img {
	float: left;
	padding-right: 7px
}

.address_contact  strong {
	font-weight: bold;
	color: #555;
	display: block;
	float: left;
	padding-bottom: 8px;
	padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif
}

.address_contact  a {
	color: #688FCA
}

.address_contact  a:hover {
	color: #888
}

/*================================================= */
/* Portfolio Styles
================================================== */
#filters {
	float: left;
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#filters ul li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
	background: url(../images/filter_divider.png) no-repeat 100% 50%;
	display: inline-block;
    zoom: 1;
}

#filters li:last-child {
	background: none;
}

#filters a {
	color: #777;
	font-size: 12px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	padding: 2px 5px;
}

#filters a:hover {
	color: #fff;
	background: #888;
	padding: 2px 5px;
}

.selected {
	background: #1B76BC;
	color: #fff !important;
}

.selected:hover {
	background: #1B76BC !important;
}

.portfolio-item {
	margin-bottom: 20px;
}

.portfolio-item-meta h4 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 14px;
	padding: 4px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e1e1e1;
}
/*
.booktitle {
	border: none !important;
	font-size: 14px !important;
}
*/

.booktitle {
    border: none !important;
    font-size: 14px !important;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 14px;
    padding: 4px 0 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #10147E;
}

.portfolio-item-meta a,.item-meta a {
	color: #10147E;
	font-weight: 600;
}

.portfolio-item-meta a:hover {
	color: #10147E;
	text-decoration: underline;
}

.portfolio-item-meta p {
	color: #666;
	line-height: 16px;
	font-size: 14px;
}

/*================================================= */
/* Isotope Styles
================================================== */

/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/*================================================= */
/* About
================================================== */
.clients {
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 100%;
	margin: 0 0 20px 0;
}

.team_img {
	border: 1px solid #e1e1e1;
	margin-bottom: 15px;
}

.team {
	margin-bottom: 30px
}

.team h4 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #464646;
	line-height: 17px;
}

.team span {
	color: #777;
}

.team p {
	padding-top: 8px;
}

/*================================================= */
/* Footer
================================================== */
#footer {
	margin: 0;
	color: #444;
	padding: 5px 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #1B76BC;
}

#footer p {
	line-height: 20px;
}

#footer_bottom {
	min-height: 90px;
	margin-top: 40px;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #BDE0F4;
	background-color: #10147E;
}

#footer-logo {
	height: 70px;
	margin: 5px 0 0 0;
}

#footer h4 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	color: #072B61;
	font-weight: bold;
	letter-spacing: 0px;
	display: block;
	padding: 10px 0;
	margin: 5px 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #072B61;
}

/*================================================= */
/* Tand F Footer
================================================== */
#TandFfooter {
	background-color: #10147E;
	margin: 0;
	color: #444;
	padding-top: 5px;
	padding-bottom: 5px;
}

#TandFfooter p {
	line-height: 20px;
}

#TandFfooter {
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BDE0F4;
}

#TandFfooter-logo {
	height: 70px;
	margin: 5px 0 0 0;
}

#TandFfooter h4 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	color: #072B61;
	font-weight: bold;
	letter-spacing: 0px;
	display: block;
	padding: 10px 0;
	margin: 5px 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #072B61;
}

.copyright {
	margin: 15px 0;
	color: #D3DCF0;
	font-size: 13px;
}

.copyright a,.copyright span {
	color: #D3DCF0;
}

.copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*================================================= */
/* Footer - Social Icons
================================================== */
ul.social {
	float: left;
	width: 100%;
	margin-top: 18px;
}

ul.social li {
	float: left;
	margin-right: 5px;
	width: 27px;
	height: 27px;
	display: block;
}

ul.social li a {
	-webkit-transition: opacity 120ms ease-in-out;
	-moz-transition: opacity 120ms ease-in-out;
	-o-transition: opacity 120ms ease-in-out;
	transition: opacity 120ms ease-in-out;
	float: left;
	width: 27px;
	height: 27px;
	display: block;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity = 0.4);
}

ul.social li a:hover {
	opacity: 1;
	-moz-opacity: 1;
}

ul.social li.facebook a {
	background: url(../images/social_icons/facebook.png) no-repeat;
}

ul.social li.twitter a {
	background: url(../images/social_icons/twitter.png) no-repeat;
}

ul.social li.vimeo a {
	background: url(../images/social_icons/vimeo.png) no-repeat;
}

ul.social li.linked a {
	background: url(../images/social_icons/linked.png) no-repeat;
}

ul.social li.flickr a {
	background: url(../images/social_icons/flickr.png) no-repeat;
}

ul.social li.behance a {
	background: url(../images/social_icons/behance.png) no-repeat;
}

ul.social li.delicious a {
	background: url(../images/social_icons/delicious.png) no-repeat;
}

ul.social li.deviantart a {
	background: url(../images/social_icons/deviantart.png) no-repeat;
}

ul.social li.dribbble a {
	background: url(../images/social_icons/dribbble.png) no-repeat;
}

ul.social li.forrst a {
	background: url(../images/social_icons/forrst.png) no-repeat;
}

ul.social li.google a {
	background: url(../images/social_icons/google.png) no-repeat;
}

ul.social li.lastfm a {
	background: url(../images/social_icons/lastfm.png) no-repeat;
}

ul.social li.myspace a {
	background: url(../images/social_icons/myspace.png) no-repeat;
}

ul.social li.picassa a {
	background: url(../images/social_icons/picassa.png) no-repeat;
}

ul.social li.quik a {
	background: url(../images/social_icons/quik.png) no-repeat;
}

ul.social li.reddit a {
	background: url(../images/social_icons/reddit.png) no-repeat;
}

ul.social li.rss a {
	background: url(../images/social_icons/rss.png) no-repeat;
}

/*================================================= */
/* Footer - Address
================================================== */
.address {
	color: #444;
	font-size: 14px;
	font-family: Tahoma, arial, sans-serif;
	padding-bottom: 12px;
	line-height: 21px;
}

.address img {
	float: left;
	padding-right: 7px
}

.address strong {
	font-weight: bold;
	color: #fff;
	display: block;
	float: left;
	padding-bottom: 15px;
	padding-right: 1px;
}

.address a {
	color: #10147E
}

.address a:hover {
	color: #222
}

/*================================================= */
/* Footer - Twitter Widget
================================================== */
#twitter {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	float: left;
	display: block;
	color: #bbb;
	margin-bottom: 20px;
}

#twitter b a {
	color: #6b6b6b
}

#twitter li {
	line-height: 18px;
}

#twitter li:last-child {
	padding: 0;
	margin: 0;
}

#twitter a {
	color: #75a500;
}

#twitter a:hover {
	color: #bbb;
}

/*================================================= */
/* Footer - Flickr Widget
================================================== */
.flickr-widget {
	margin-right: -6px
}

.flickr-widget a {
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 3px solid #6b6b6b;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flickr-widget img {
	display: block;
	width: 100%;
}

.flickr-widget a:hover {
	border-color: #c0c0c0;
}

/*================================================= */
/* Back To Top
================================================== */
#backtotop {
	position: fixed;
	right: 0px;
	display: none;
	bottom: 20px;
	margin: 0 20px 0 0;
}

#backtotop a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color: #c0c0c0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color: transparent;
}

#backtotop a:hover {
	background-color: #1B76BC;
}

/*******************************
*   COLUMNS
/*******************************/
.one_half,.one_third,.two_third,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth,.smallercol,.biggercol,.one_third_short {
	position: relative;
	margin-right: 2%;
	float: left;
}

.shortermargin {
	margin-right: 3.5% !important;
}

.homepanel .one_fourth {
	margin-right: 4%;
}

.three_fourth,.one_fourth,.sectionsm,.sectionlrg {
	position: relative;
	margin-right: 0%;
	float: left;
}

.one_fifth2 {
	position: relative;
	margin-right: 0%;
	float: left;
}

.homefolio {
	position: relative;
	margin-right: 1%;
	float: left;
}

.one_half {
	width: 48%;
}

.sectionsm {
	width: 30%;
	position: relative;
	float: left;
}

.sectionlrg {
	width: 66%;
	position: relative;
	margin-left: 4%;
	float: right;
}

.one_third {
	width: 32%;
}

.one_third_short {
	width: 29%;
}

.two_third {
	width: 65.3332%;
}

.one_third_full {
	width: 30.6666%;
}

.two_third_full {
	width: 65.3332%;
}

.one_fourth {
	width: 25%;
}

.one_fifth2 {
	width: 20%;
}

.two_fourth {
	width: 48%;
}

.homeprojects {
	width: 23%;
	float: right;
	margin-left: 8px;
	margin-right: 8px;
	min-height: 310px;
}

.homeprojects2 {
	width: 32%;
	float: right;
	margin-left: 8px;
	margin-left: 8px;
	min-height: 310px;
}

.three_fourth {
	width: 76%;
}

.one_fifth {
	width: 16.8%;
}

.two_fifth {
	width: 37.6%;
}

.three_fifth {
	width: 58.4%;
}

.four_fifth {
	width: 79.2%;
}

.one_sixth {
	width: 13.3333%;
}

.two_sixth {
	width: 30.6666%;
}

.three_sixth {
	width: 47.9998%;
}

.four_sixth {
	width: 65.3332%;
}

.five_sixth {
	width: 82.6665%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.one_half .one_half {
	margin-right: 8.3333%;
	width: 45.8333%;
}

.one_half .one_third {
	margin-right: 8.3333%;
	width: 27.7778%;
}

.one_half .two_third {
	margin-right: 8.3333%;
	width: 63.8889%;
}

.two_third .one_third {
	margin-right: 6.1224%;
	width: 29.2517%;
}

.two_third .two_third {
	margin-right: 6.1224%;
	width: 64.6258%;
}

.two_third .one_fourth {
	margin-right: 6.1224%;
	width: 20.4082%;
}

.smallercol {
	width: 38%;
}

.biggercol {
	width: 57%;
}

.lookinside {
	width: 200px;
	overflow: hidden;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 12px;
	border: #eaeaea 1px solid;
}

.lookinside h4 {
	padding-bottom: 15px;
}

.galleria { 
	width: 200px; 
	height: 210px; 
	background: #e2e7f3;
}

}

/*================================================= */
/* #Media Queries
================================================== */
/* Desktop 960 */
@media only screen and (min-width: 960px) {
	.flexslider {
		min-height: 1px;
	}
	.flexslider.blog {
		max-height: 400px;
	}
	#portfolio-wrapper {
		
	}
	#portfolio-wrapper img {
		min-height: 143px;
		border: 1px #222 !important;
	}
	#showcase-wrapper {
		min-height: 600px;
	}
	#showcase-wrapper img {
		min-height: 143px;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .action-box {
        height: 95px;
    }
	#tagline {
		font-size: 20px
	}
	.navigation ul li a {
		font-size: 11px;
	}
	.navigation ul ul li a {
		font-size: 12px;
	}
	.testimonials_author {
		display: none;
	}
	.flickr-widget a {
		height: 45px;
		width: 45px;
	}
	.flickr-widget-blog a {
		height: 59px;
		width: 59px;
	}
	.avatar {
		height: 40px;
		width: 40px;
	}
	.five.columns.portfolio-item {
		height: 420px;
	}
	.four.columns .portfolio-item {
		height: 250px;
	}
	.item-img {
		width: 100px;
		float: left;
	}
	
	.bookmarginright .item-img{
	width: auto;
	}
	
	.overlay {
		width: 100px;
		height: 143px;
	}
	.folioinset {
		margin-left: 115px;
	}
	.folio-description {
		margin-left: 0px;
		float: left;
		margin-top: 10px;
	}
	.folioinset-sm {
		margin-left: 100px;
	}
	.subtext {
		max-width: 490px;
	}
	.subject-level-box {
		max-width: 440px;
	}
	.actionbox {
		width: 510px;
		margin-bottom: 25px;
	}
	.showcol1 {
		width: 230px;
	}
	.showcol2 {
		width: 200px;
		margin-left: 20px;
	}
	.showcol3 {
		width: 200px;
		margin-left: 20px;
	}
	.actionlinks {
		height: 74px;
	}
	.bookdetails {
		height: 80px;
	}
	.topsection {
		height: auto;
	}
	.item-img-sm {
		width: 85px;
		height: 122px;
	}
	.overlay-sm {
		width: 85px;
		height: 122px;
	}
	.dropmenuright {
		float: left;
		width: 100%;
		clear: left;
	}
	.sectionleft {
		float: left;
		width: 100%;
		clear: left;
	}
	.item-img-showcase {
		width: 100px;
		height: 143px;
		float: left;
	}
	.overlay-showcase {
		width: 100px;
		height: 143px;
	}
	.showcaseinset {
		margin-left: 115px;
	}
	.showcaseinset h4 {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.folioinset-sm h4 {
		font-size: 14px !important;
		line-height: 16px !important;
		margin-top: 0px;
		padding-top: 0px;
	}
	#portfolio-wrapper img {
		min-height: 143px;
	}
	#subtitleimage h1 {
		font-size: 22px;
		max-width: 80%;
	}
	.main-signin {
		float: left;
		width: 90%;
	}
	.alt-signin {
		float: left;
		width: 90%;
		border-left: none;
		padding: 0px;
		padding-top: 12px;
		border-top: dotted 1px #333;
	}
	.actionleft {
		width: 66%;
		float: left;
	}
	.actionright {
		width: 26%;
		float: left;
	}
	.linksleft {
		width: 100%;
		float: left;
	}
	.linksright {
		width: 100%;
		float: left;
	}
	.wideside {
		width: 500px;
		float: left;
	}
	.thinnerside {
		width: 500px;
		float: left;
	}
	#logo {
		width: 580px;
	}
	.routledgefolio {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.bookchapters {
		max-width: 460px;
	}
	.widefield input {
		width: 400px;
		display: block;
	}

	/* Flexislider Styles */

	/* Caption Style 1 */
	.slider-caption-1 {
		top: 40%;
	}

	/* Caption Style 3 */
	.slider-caption-3 {
		margin-left: 25px;
		font-size: 16px;
		line-height: 29px;
	}
	.slider-caption-3 h3 {
		padding: 15px;
		color: #fff;
		font-size: 24px;
		line-height: 28px;
	}
	.slider-caption-3 p {
		max-width: 60%;
		line-height: 24px;
		font-size: 15px;
	}

	/* Caption style highlight */
	.slider-caption-highlight {
		margin-left: 20px;
		font-size: 16px;
		line-height: 21px;
	}
	.slider-caption-highlight h3 {
		font-size: 30px;
		line-height: 36px;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-left: 20px;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 10px;
	}
	.slider-caption-highlight p {
		font-size: 15px;
		max-width: 70%;
		line-height: 21px;
	}
    .bluesearchbox {
        height: 60px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.slider-caption {
		display: none;
	}
	.slider-caption-2 {
		display: none;
	}
	#tagline {
		font-size: 20px
	}
	.mr-rotato-prev,.mr-rotato-next,.mr-rotato-disabled {
		margin-right: -10px;
	}
	.flickr-widget {
		margin-bottom: 25px;
	}
	.meta-blog h4 {
		padding-top: 0;
		margin-top: 0;
	}
	#blog_widget_container {
		display: none;
	}
	.portfolio-item-meta {
		margin: 0 0 25px 0
	}
	#backtotop a {
		display: none;
	}
	.folio-description {
		margin-left: 0px;
		float: left;
	}
	.sides {
		margin-bottom: 10px;
		border-bottom: 1px;
	}
	#footer_bottom {
		min-height: 250px
	}
	.topline h1 {
		font-size: 18px;
		line-height: 26px;
	}
	.topline {
		margin-bottom: 40px;
	}
	.homeimagebox {
		background-color: #BDE0F4;
		height: 800px;
		background-image: none;
	}
	.dropmenuright {
		float: left;
		width: 100%;
		clear: left;
	}
	.sectionleft {
		float: left;
		width: 100%;
		clear: left;
	}
	.sortby {
		display: none;
	}
	.photoside {
		width: 100%;
		float: left;
		margin-top: 0px;
	}
	.testimonial_page {
		margin-bottom: 10px;
	}
	.leftmargin {
		margin-left: 0px;
	}
	.right {
		float: left;
	}
	.folioinset-sm {
		margin-left: 120px;
	}
	.item-img {
		width: 100px;
		float: left;
	}
	
	.bookmarginright .item-img{
	   width: auto;
	}
	.overlay {
		width: 100px;
		height: 143px;
	}
	.item-img-showcase {
		width: 100px;
		height: 143px;
		float: left;
	}
	.overlay-showcase {
		width: 100px;
		height: 143px;
	}
	.folioinset {
		margin-left: 115px;
	}
	.subtext {
		display: none;
	}
	#subtitleimage h1 {
		font-size: 20px;
		max-width: 90%;
	}
	.one_third {
		width: 100%;
	}
	.two_third {
		width: 100%;
	}
	.one_third_short {
		width: 100%;
	}
	.one_fourth {
		width: 100%;
	}
	.one_fifth2 {
		width: 100%;
	}
	.three_fourth {
		width: 100%;
	}
	.main-signin {
		float: left;
		width: 90%;
	}
	.alt-signin {
		float: left;
		width: 90%;
		border-left: none;
		padding: 0px;
		padding-top: 12px;
		border-top: dotted 1px #333;
	}
	.actionlinks {
		height: 94px;
	}
	.bookdetails {
		text-align: centre;
	}	
	.topsection {
		height: auto;
	}
	.bluesearchbox {
		height: 100px;
	}
	.searchhistory {
		float: left;
		margin-top: 5px;
	}
	
	.alertSaveSearch {
		float: right;
		width: 35px;
}
	.shortsearch {
		width: 90%;
		margin-right: 0px;
	}
	.actionleft {
		width: 120%;
		float: left;
        margin-left: -40px;
	}
	.actionright {
		width: 100%;
		float: left;
        margin-left: 40px;
	}
	.wideside {
		width: 100%;
		float: left;
	}
	.thinnerside {
		width: 100%;
		float: left;
	}
	.greysearchbox {
		height: 85px;
	}
	.actionbox {
		max-width: 610px;
		margin-bottom: 45px;
		height: 200px;
		clear: both;
	}
	.routledgefolio {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.highlights-box {
		padding-left: 25px;
	}
	.highlights-box {
		margin-top: 5px;
		padding-top: 5px;
	}
	.search-box {
		margin-top: 5px;
		padding-top: 5px;
	}
	.search-box-full {
		margin-top: 5px;
		margin-bottom: 5px;
		padding-top: 5px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
        background-color:inherit;
	}
	.searchsection {
		margin-top: 5px;
		padding-top: 5px;
	}
	.keyword-box-full {
		margin-top: 5px;
		padding-top: 5px;
		padding-right: 15px;
		padding-bottom: 0px;
		padding-left: 15px;
	}
	.keywordsearchbox {
		padding-top: 5px;
		padding-bottom: 0px;
	}
	.highlights-box h3 {
		margin-left: 0px;
	}
	.showcol1 {
		
	}
	.showcol2 {
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.showcol3 {
		margin-left: 0px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .action-box {
        height: 95px;
    }
	.flickr-widget a {
		height: 39px;
		width: 39px;
	}
	.img-blog {
		float: left;
		width: 30%;
		margin: 0 15px 15px 0;
	}
	.avatar {
		height: 35px;
		width: 35px;
	}
	.contact_textarea {
		width: 94%;
		max-width: 94%;
	}
	.strapline h3 {
		font-size: 14px;
		text-align: left;
		margin-top: 10px;
	}
	.fivehalf.columns.portfolio-item {
		height: 160px;
	}
	.five.columns.portfolio-item {
		height: 160px;
	}
	.four.columns .portfolio-item {
		height: 170px;
	}
	.showcaseinset {
		margin-left: 115px;
		width: 260px;
	}
	.field input {
		font-size: 13px;
		width: 335px;
		display: block;
	}
	.widefield input {
		width: 335px;
		display: block;
	}
	.midfield input {
		font-size: 13px;
		width: 275px;
		display: block;
	}
	
	.midfield select {
		font-size: 13px;
		width: 275px;
		display: block;
	}

	/* Flexislider Styles */
	a.prev {
		top: 35%;
	}
	a.next {
		top: 35%;
	}

	/* Caption Style 1 */
	.slider-caption-1 {
		top: 20%;
	}
	.slider-caption-1 h3 {
		font-size: 32px;
		line-height: 36px;
	}

	/* Caption Style 3 */
	.slider-caption-3 {
		margin-left: 25px;
		font-size: 16px;
		line-height: 29px;
	}
	.slider-caption-3 h3 {
		max-width: 55%;
		padding: 10px;
		font-size: 24px;
		line-height: 28px;
	}
	.slider-caption-3 p {
		display: none;
	}

	/* Caption style highlight */
	.slider-caption-highlight {
		margin-left: 20px;
		font-size: 16px;
		line-height: 21px;
	}
	.slider-caption-highlight h3 {
		font-size: 30px;
		line-height: 36px;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-left: 20px;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 10px;
	}
	.slider-caption-highlight p {
		display: none;
	}
	.actionlinks {
		height: 45px;
	}
	.bookdetails {
		height: 50px;
	}
	.topsection {
		height: auto;
	}
	.loginside {
		margin-left: 0px;
		width: 200px;
		float: left;
		line-height: 12px;
		padding-bottom: 0px;
		text-align: left;
	}
	.loginside p {
		padding-bottom: 3px;
	}
	.loginside a:hover {
		text-decoration: underline;
	}
	.loginside p {
		line-height: 18px;
	}
	.institutionallogo {
		margin-bottom: 10px;
		margin-top: 5px;
		width: 200px;
		margin-left: 0px;
		float: left;
		line-height: 12px;
		padding-bottom: 0px;
		text-align: left;
	}
	.navblockdeep {
		height: auto;
	}
}
/* Definitions for discipline container for smooth alignment on varying screen size */
@media only screen and (min-width: 768px)and (max-width: 959px) {
    .searchbarimage .searchbarcenterscroll {padding-left: initial; height: 155px; width: 610px; margin-right: 60px; margin-left: 60px;}
    .deg0 {display: inline-block; left: 37%; margin-top: 1%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;} 
    .deg45 {display: inline-block; left: 37%; margin-top: 8%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;;}
    .deg135 {display: inline-block; left: 37%; margin-top: 15%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; }
    .deg180 { display: inline-block; left: 37%; margin-top: 22%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; }
    .deg225 {display: inline-block; left: 37%; margin-top: 29%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
    .deg315 {display: inline-block; left: 37%; margin-top: 36%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
    .rightcornerdiscipline { display: inline-block; left: 80%; margin-top: 42%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
    .disciplineButtons button{height: 28px; font-size: 13px; width: 220px;font-weight: bold;}
    .disciplineButtons button:hover {border: 1px solid rgb(225,225,225); font-size: 13.5px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .searchbarimage .searchbarcenterscroll {width: 390px; height: 150px; padding-left: 10px;}
    .disciplineImage{height: 360px; max-height: 380px;}
    .disciplineButtons{height: 360px; max-height: 380px; font-size: 13px;}
    .disciplineButtons button:hover {border: 1px solid rgb(225,225,225); font-size: 13.5px;}
    .circle-container{height: 360px; max-height: 380px;}
    .deg0 {display: inline-block; left: 15%; margin-top: 1%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;} 
    .deg45 {display: inline-block; left: 15%; margin-top: 14%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;;}
    .deg135 {display: inline-block; left: 15%; margin-top: 27%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; }
    .deg180 { display: inline-block; left: 15%; margin-top: 40%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; }
    .deg225 {display: inline-block; left: 15%; margin-top: 53%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
    .deg315 {display: inline-block; left: 15%; margin-top: 66%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
    .rightcornerdiscipline { display: inline-block; left: 70%; margin-top: 80%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .searchbarimage .searchbarcenterscroll {padding-left: 0px;width: inherit; margin-right: inherit; margin-left: inherit;}
    .actionleft {width:140%;}
    .actionright {margin-left: -40px;}
    .button.search {margin-left: 90px;}
    .disciplineImage{height: 360px; max-height: 380px;}
    .disciplineButtons{height: 360px; max-height: 380px; font-size: 12px;}
    .disciplineButtons button:hover {border: 1px solid rgb(225,225,225); font-size: 12.5px;}
    .circle-container{height: 360px; max-height: 380px;}
    .deg0 {display: inline-block; left: 5%; margin-top: 2%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;} 
    .deg45 {display: inline-block; left: 5%; margin-top: 19%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;;}
    .deg135 {display: inline-block; left: 5%; margin-top: 36%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; }
    .deg180 { display: inline-block; left: 5%; margin-top: 54%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; }
    .deg225 {display: inline-block; left: 5%; margin-top: 70%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
    .deg315 { display: inline-block; left: 5%; margin-top: 88%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
    .rightcornerdiscipline { display: inline-block; left: 60%; margin-top: 110%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
    .disciplineButtons button{
      cursor: pointer;
      padding: 0 20.60px;
       border-radius: 80px;
       padding: 6px 10px;
        height: 28px;
        font-size: 12px;
       width: 220px;
        font-weight: bold;
       border: 1px solid #96C9FD;
    }
    .disciplineButtons button:hover {border: 1px solid rgb(225,225,225);
        font-size: 12.5px;
    }
	.action-box {
        height: 135px;
    }
	.flickr-widget a {
		height: 47px;
		width: 47px;
	}
	.img-blog {
		float: left;
		width: 30%;
		margin: 0 15px 15px 0;
	}
	.meta-blog span,.meta-blog p {
		font-size: 11px;
		padding: 0;
		line-height: 18px;
		margin: 0;
	}
	.post-meta {
		display: none;
	}
	.post h2 a {
		margin-bottom: 10px;
	}
	.avatar {
		height: 25px;
		width: 25px;
	}
	.contact_textarea {
		width: 92%;
		max-width: 92%;
	}
	.strapline h3 {
		font-size: 12px;
		text-align: left;
		line-height: normal;
		margin-top: 10px;
	}
	.five.columns.portfolio-item {
		height: auto;
	}
	.four.columns .portfolio-item {
		height: 170px;
	}
	.routledge-symbol img {
		height: 60px;
	}
	.showcaseinset {
		margin-left: 115px;
		width: 140px;
	}
	.topsection {
		height: auto;
	}
	.loginside {
		margin-left: 0px;
		width: 400px;
		float: left;
		clear: left;
		line-height: 12px;
		padding-bottom: 0px;
		text-align: left;
	}
	.loginside p {
		padding-bottom: 3px;
	}
	.loginside a:hover {
		text-decoration: underline;
	}
	.loginside p {
		line-height: 18px;
	}
	.institutionallogo {
		margin-bottom: 10px;
		margin-top: 5px;
		width: 400px;
		margin-left: 0px;
		float: left;
		line-height: 12px;
		padding-bottom: 0px;
		text-align: left;
	}
	.navblockdeep {
		height: auto;
	}
	.button.medium {
		padding: 6px 12px;
		font-size: 12px;
	}
	.keywordsearchbox a {
		font-size: 12px;
	}
	.field input {
		font-size: 13px;
		width: 235px;
		display: block;
	}
	.midfield input {
		font-size: 13px;
		width: 190px;
		display: block;
	}
	
	.midfield select {
		font-size: 13px;
		width: 190px;
		display: block;
	}
	
	.shortfield input {
		font-size: 14px;
		width: 235px;
		display: block;
	}
	.widefield input {
		width: 240px;
		display: block;
	}
	.actionlinks {
		height: 75px;
	}
	.bookdetails {
		height: 50px;
	}
	/* Flexislider Styles */
	a.prev {
		top: 30%;
	}
	a.next {
		top: 30%;
	}

	/* Caption Style 1 */
	.slider-caption-1 {
		top: 20%;
		margin-left: 10px;
	}
	.slider-caption-1 h3 {
		font-size: 22px;
		line-height: 26px;
	}

	/* Caption Style 3 */
	.slider-caption-3 {
		margin-left: 10px;
		font-size: 16px;
		line-height: 19px;
	}
	.slider-caption-3 h3 {
		max-width: 55%;
		padding: 10px;
		font-size: 18px;
		line-height: 21px;
	}
	.slider-caption-3 p {
		display: none;
	}

	/* Caption style highlight */
	.slider-caption-highlight {
		margin-left: 10px;
		font-size: 16px;
		line-height: 21px;
	}
	.slider-caption-highlight h3 {
		font-size: 18px;
		line-height: 26px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-left: 10px;
		padding-left: 8px;
		padding-right: 8px;
		margin-top: 10px;
	}
	.slider-caption-highlight p {
		display: none;
	}
	#navigation ul li a {
		font-size: 14px !important;
		padding-right: 8px;
		padding-left: 8px;
	}
}

.relatedTitle{
	height:80px;
	width: 75%;
/*	overflow: hidden;*/
}

.headerLink{
	margin-top: 38px;
}


/* Slick Carousel in Home Page */
.slickContainer {
	padding-left: 30px; 
	padding-right: 30px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px; 
	margin-bottom: 20px;
	/* max-height: 280px; */
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #dedede;
	box-shadow: 0 0 5px #ccc;
}
.slick-prev:before, .slick-next:before  {
	color: gray ! important;
}
.slideelem {
	margin-left: 20px; 
	margin-right: 20px;
	margin-top: 5px;
}
.slick-list {

}
.slickCaption {
	margin-top: 15px; 
	margin-bottom: 5px;			
}
			
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* .slickContainer { width: 748px; } */
}
@media only screen and (max-width: 767px) {
    .slickContainer { margin-left: 0px; margin-right: 0px; }
    .disciplineImage{ margin-right: 0px; margin-left: 0px; background-size: 90%;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* .slickContainer { width: 420px; } */
}

/* Kbart table */
.rTable {
  	display: block;
  	width: 100%;
}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow {
  	clear: both;
}
.rTableHead, .rTableFoot {
  	background-color: #DDD;
  	font-weight: bold;
}
.rTableHeadLeft {
  	border-bottom: 1px solid #e1e1e1;
  	float: left;
  	padding: 5px 0%;
  	width: 58%;
}
.rTableCellLeft {
  	border: 0px solid #999999;
  	float: left;
  	padding: 5px 0%;
  	width: 58%;
}

.rTableHeadYear {
  	border-bottom: 1px solid #e1e1e1;
  	float: right;
  	padding: 5px 0%;
  	/*min-width: 100px;*/
  	margin-right: 60px;
}
.rTableCellYear {
  	border: 0px solid #999999;
  	float: right;
  	padding: 5px 0%;
  	/*min-width: 100px;*/
  	margin-right: 60px;
}

.rTableHeadRight {
  	border-bottom: 1px solid #e1e1e1;
  	float: right;
  	padding: 5px 0%;
  	min-width: 120px;
  	text-align:center;
}
.rTableCellRight {
  	border: 0px solid #999999;
  	float: right;
  	padding: 5px 0%;
  	min-width: 120px;
  	text-align:center;
}
.rTable:after {
  	 visibility: hidden;
  	 display: block;
  	 font-size: 0;
  	 content: " ";
  	 clear: both;
  	 height: 0;
}

@media only screen and (max-width: 767px){
	.rTableHeadLeft {
	    max-width: 40%;
	}
	.rTableHeadRight {
	  	max-width: 10%;
	    min-width: 80px;
	}
	.rTableHeadYear {
	    max-width: 10%;
	   /* min-width: 80px;*/
	}
	.rTableCellLeft {
	  	max-width: 40%;
	}
	.rTableCellRight {
	  	max-width: 10%;
	    min-width: 80px;
	}
	.rTableCellYear {
	  	max-width: 10%;
	   /* min-width: 80px;*/
	}	
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	.rTableHeadLeft {
	    max-width: 45%;
	}
	.rTableHeadRight {
	  	max-width: 15%;
	    min-width: 80px;
	}
	.rTableHeadYear {
	    max-width: 10%;
	   /* min-width: 80px;*/
	}
	.rTableCellLeft {
	  	max-width: 45%;
	}
	.rTableCellRight {
	  	max-width: 15%;
	    min-width: 80px;
	}
	.rTableCellYear {
	  	max-width: 10%;
	   /* min-width: 80px;*/
	}
}
@media only screen and (max-width: 767px){
    .navblock {height: 100%;}

    #navigation ul li:not(:nth-child(1)):not(:nth-child(2)){display: none;}

    ul#nav.topnav > li a#navmobileicon {
        position: absolute;
        float: left;
        display: block;
        width: 20px;
        color: #fff;
    }

    ul#nav.topnav.responsive > li {position: relative;}

    ul#nav.topnav.responsive > li a#navmobileicon {
        position: absolute;
        float: left;
        display: block;
        right: 15px;
        top: -61px;
        color: #fff;
    }

    ul#nav.topnav.responsive > li  {
        float: none;
        display: block;
        text-align: left;
    }

    #navigation ul li a {
        font-size: 14px;
    }
}