/*
main colour =
secondary colour =
contrast =

blue nav text = 225380
grey nav text = 808080
purple hover = 80005D

bg grey = #DFDFDF
light grey bg #F2F2F2
bg blue form = #E7EBF4

http://www.cleancss.com/css-minify/
http://www.cleancss.com/css-beautify/
*/


/* items to copy to admin css file so content blocks are realistic */
@font-face {
	font-family: 'dinreg';
	src: url('fonts/d-din-webfont.woff2') format('woff2'), url('fonts/d-din-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dinbold';
	src: url('fonts/d-din-bold-webfont.woff2') format('woff2'), url('fonts/d-din-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Cali';
  font-style: normal;
  font-weight: 400;
  src: local('Calibri'), url(https://fonts.gstatic.com/l/font?kit=J7afnpV-BGlaFfdAhLEY67FIEjg&skey=a1029226f80653a8&v=v10) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.textarea_block a{
	color: #231F20;
}
.pages.privacy .textarea_block a, .pages.terms-and-conditions .textarea_block a{
	font-weight: bold;
}
.productsnew_content_block_div a{
	color: #231F20;
	font-weight: bold;
}
.contentText a{
	color: #231F20;
	text-decoration: none;
}
h4 {
	color: #225380;
	font-size: 28px;
}

h5 {
	font-weight: normal;
	font-size: 24px;
}

#socialRow {
	display: none;
}

ul.bullets {
	list-style-type: none;
	padding-left: 20px;
}

ul.bullets li {
	color: #231F20;
}
.news.archives .archive{
	display: none;
}
ul.bullets li::before {
	color: #231F20;
	/* color of bullet or square */
	content: "\25A0";
	/* Unicode of character to precede the list item */
	font-size: 16px;
	/* em or %*/
	padding-right: 8px;
	/* use em*/
	margin-left: -22px;
	position: relative;
	top: 0em;
	/* use em or % */
}
.grid-item > a{
	display: block;
	overflow: hidden;
	min-height: 230px;
}
.grid-item > a > img{
	margin: auto;
}
.flexbox {
	display: flex;
	/* or inline-flex */
	align-items: center;
}

.flexbox.space_evenly {
	justify-content: space-evenly;
}

.flextop>div {
	align-self: flex-start;
}

.social_icons_content_block_div {
	padding: 10px;
	margin: 10px 0;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #808080;
}

.videobg_content_block_div {
	display: flex;
	align-items: center;
}

.videos_content_block_div .flexbox {
	border-bottom: 1px solid #808080;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.videos_content_block_div .flexbox>div {
	padding-left: 0;
	padding-right: 0;
}

.big_para,
.big_para_responsive,
.big_para_responsive_more {
	font-size: 28px;
	line-height: 1.2;
}

.section_title {
	text-align: center;
	font-weight: normal;
	margin: 20px 0 20px 0;
	font-size: 34px;
	line-height: 1.3;
}

.no_spacing {
	padding: 0 !important;
	margin: 0 !important;
}

.overflow_hidden {
	overflow: hidden
}

.videobg_content_block_div {
	min-height: 400px !important;
	overflow: hidden;
	position: relative !important;
}

.videobg_content_block_div video {
	width: 100%;
}

.btn-rmore {
	background: #939598;
	color: #ffffff !important;
	font-size: 18px;
    border: none !important;
    clear: both;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-weight: normal !important;
	display: inline-block;
}


/* videobg */

#homevidcontainer {
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	max-height: 510px;
	top: 0;
}


/* videobg */


/* locator box */

.locator_box_content_block_div {
	text-align: center;
	background: #DFDFDF;
	display: flex;
	/* or inline-flex */
	align-items: center;
}

.locator_box_content_block_div p {
	margin: 5px 0 20px 0;
	font-size: 14px;
}

.locator_box_content_block_div input#postcode {
	border: none;
	height: 50px;
	border-radius: 20px 0 0 20px;
	margin: 0;
	padding-left: 20px;
	font-size: 18px;
}

.locator_box_content_block_div input#submit {
	height: 50px;
	border-radius: 0 20px 20px 0;
	margin: 0;
	font-size: 18px;
}


/* locator box */


/* careers */

.career_details span {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.career_details div {
	color: #333333;
}

.career_shifts {
	display: flex;
}

.career_shifts div {
	align-self: flex-start;
}

.career_shifts div p {
	margin: 0;
}

.careers_content_block_div .row {
	border-bottom: 1px solid #808080;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.careers_content_block_div .row {
	border-bottom: none;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.item {
	width: 100%;
}

.careers_content_block_div .row>div {
	padding-left: 0;
}


/* careers */


/*substrates */

.thumbnail {
	border: 1px solid #DFDFDF;
}

.thumbnail .caption {
	padding: 10px;
	font-size: 14px;
}

.thumbnail .caption p {
	margin: 5px 0;
}


/*substrates */


/* job app */

#jobappform {
	font-size: 14px;
}

#jobappform .formgroup .row {
	display: flex;
	align-items: center;
}


/* job app */


/*related pages nav */

.related_pages_nav_content_block_div ul {
	text-align: center;
	margin: 40px 0;
}

.related_pages_nav_content_block_div ul li,
.news_archives_nav ul li {
	display: inline-block;
}

.related_pages_nav_content_block_div ul li a,
.news_archives_nav ul li a {
	color: #c6c6c6;
	text-decoration: none;
	padding: 0 10px;
	transition: color 0.5s ease;
}

.related_pages_nav_content_block_div ul li a:hover,
.news_archives_nav ul li a:hover {
	color: #225380;
}

.related_pages_nav_content_block_div ul li+li::before,
.news_archives_nav ul li+li::before {
	content: " | ";
}

.related_pages_nav_content_block_div ul li a.active,
.related_pages_nav_content_block_div ul li a.active:focus,
.related_pages_nav_content_block_div ul li a.active:hover,
.news_archives_nav ul li a.active,
.news_archives_nav ul li a.active:focus,
.news_archives_nav ul li a.active:hover {
	color: #225380;
}


/*related pages nav */

.news_archives_nav ul {
	text-align: right;
	margin: 10px 0;
}

.news_archives_nav ul li {
	font-size: 12px;
	color: #c6c6c6;
}


/* filter area */

.flexcontainer {
	display: flex;
}

.flex_columns {
	border-right: 1px solid #ccc;
	padding: 0 20px;
	margin: 40px 0;
}

.flex_columns:last-child {
	border: none;
}

.column_lists {
	overflow: hidden;
	/* simple clearfix */
	display: flex;
	flex-wrap: wrap;
}

.column_lists .column_item {
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding: 5px;
}

.column_lists .column_item .column_item_inner {
	margin-left: 20px;
}

.product_filters_content_block_div .column_item {
	padding-left: 30px;
	/* min-height:64px; */
}

a.filter_reveal_more {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #225380;
	margin-left: 10px;
}

.smallitem .column_lists .column_item {
	width: 50%;
}

.smallitem .column_lists .column_item.big {
	width: 100%;
}

.bigitem {
	/* This will be twice as */
	/* big as the small item. */
	flex: 1.5 0 0;
}

.smallitem {
	flex: 1 0 0;
}

.option_image {
	display: inline;
	position: relative;
	left: -30px;
	top: 9px;
}

.products_swatches_content_block_div .thumbnail {
	margin-bottom: 20px;
}

#product_swatch_container>div.row {
	display: flex;
	flex-wrap: wrap;
}

#product_swatch_container .thumbnail {
	height: 95%;
}



.nameoutput{
    font-weight: 400;
}


/* filter area */


/* newsletter block */

.newsletters_content_block_div img {
	float: left;
	margin-right: 0;
}

.newsletter_box {
	border-bottom: 1px solid #808080;
}


/* newsletter block */


/*brochures */

.brochures_content_block_div img {
	
}
.brochuretitle{
	text-align: center;
}
.brochuretitle a{
	color: #1dcad3;
	text-decoration: none;
}
.info-box {
	position: relative;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
}
.info-box a{
	color: #1d1d1b;
}
.info-box a:hover{
	text-decoration: none;
}

.info-item {
	/*flex: 1 1 50%;
	display: inline-flex;
	align-items: center;*/
	min-height: 190px;
	padding: 30px;
	border-right: 2px solid #ffcd2e;
	border-bottom: 2px solid #ffcd2e;
}
.info-item:nth-child(4n){
	border-right: 2px solid transparent;
}
.info-item.no-bottom{
	border-bottom: 0px;
}

.info-item div.inner_item div {
	padding-left: 0;
}

.info-item div.inner_item {
	padding: 0 0;
	border-bottom: none;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.info-item:last-child div.inner_item {
	border-bottom: 0px;
}


/*brochures */


/* decorative checboxes */

.checkbox-custom,
.radio-custom {
	opacity: 0;
	position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 2px;
	cursor: pointer;
	font-size: 16px;
	color: #6d6e71;
}

.brochures_content_block_div .checkbox-custom,
.brochures_content_block_div .checkbox-custom-label,
.brochures_content_block_div .radio-custom,
.brochures_content_block_div .radio-custom-label {
	color: #225380;
	font-size: 18px;
	margin-left: 20px;
}

.checkbox-custom-label,
.radio-custom-label {
	position: relative;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
	content: '';
	background: #fff;
	border: 1px solid #808080;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	padding: 2px;
	margin-right: 0px;
	text-align: center;
}

.product_filters_content_block_div .checkbox-custom+.checkbox-custom-label:before,
.product_filters_content_block_div .radio-custom+.radio-custom-label:before {
	margin-left: -30px;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
	background: #1dcad3;
	box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom+.radio-custom-label:before {
	border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
	background: #ccc;
	box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
	outline: 1px solid #808080;
	/* focus style */
}

#contactform .checkbox-custom+.checkbox-custom-label:before,
#contactform .radio-custom+.radio-custom-label:before {
	margin-left: -38px;
	margin-right: 10px;
}
#eabprofileform .checkbox-custom+.checkbox-custom-label:before,
#eabprofileform .radio-custom+.radio-custom-label:before {
	margin-left: -38px;
	margin-right: 10px;
}
.newsletter_content_block_div .checkbox-custom+.checkbox-custom-label:before,
.newsletter_content_block_div .radio-custom+.radio-custom-label:before {
	margin-left: -38px;
	margin-right: 10px;
}

.brochures_content_block_div .checkbox-custom+.checkbox-custom-label:before,
.brochures_content_block_div .radio-custom+.radio-custom-label:before {
	margin-right: 10px;
}

.newsletters_content_block_div .checkbox-custom+.checkbox-custom-label:before,
.newsletters_content_block_div .radio-custom+.radio-custom-label:before,
.techdatasheets_content_block_div .checkbox-custom+.checkbox-custom-label:before,
.techdatasheets_content_block_div .radio-custom+.radio-custom-label:before {
	margin-right: 10px;
	text-align: left;
}

.newsletters_content_block_div .checkbox-custom,
.newsletters_content_block_div .checkbox-custom-label,
.newsletters_content_block_div .radio-custom,
.newsletters_content_block_div .radio-custom-label {
	color: #ffcd2e;
	font-size: 17px;
	text-align: left;
	font-weight: normal;
	font-family: dinreg;
}

.techdatasheets_content_block_div .checkbox-custom,
.techdatasheets_content_block_div .checkbox-custom-label,
.techdatasheets_content_block_div .radio-custom,
.techdatasheets_content_block_div .radio-custom-label {
	text-align: left;
}

.newsletters_content_block_div label span,
.techdatasheets_content_block_div label span {
	color: #808080;
	font-size: 15px;
	margin-left: 35px;
	font-weight: normal;
}

.certificates_content_block_div img {
	max-width: 150px;
}

.form_checkboxes {
	margin-left: 30px;
}


/* decorative checboxes */


/* blue form styling */

.blue_form .form-control {
	background-color: #1e2a51;
	border: none;
	color: #ffffff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 50px;
	text-transform: lowercase;
}

.blue_form .form-control::-moz-placeholder {
	color: #225380;
}

.blue_form .form-control:-ms-input-placeholder {
	color: #225380;
}

.blue_form form-control::-webkit-input-placeholder {
	color: #225380;
}

.store-locator-results .form-control {
	margin: 0;
}

.locator_results_content_block_div .container {
	margin-top: 0;
}


/* blue form styling */


/* news bg block styles */

.newsbg_content_block_div h4 {
	font-size: 22px;
}

.newsbg_content_block_div h4,
.newsbg_content_block_div p {
	text-align: left;
	margin-left: 50px;
	margin-right: 180px;
}

.newsbg_content_block_div>div {
	width: 100%;
	height: 100%;
	min-height: 400px;
	color: #fff;
	padding-top: 100px;
	text-align: center;
}


/* news bg block styles */


/*news articles */

h4.media-heading {
	color: #231F20;
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}

h5.media-heading {
	color: #231F20;
	font-size: 18px;
	font-weight: 400;
}

.pages.search .media-body a {
	color: #231F20;
    font-family: 'Open Sans', sans-serif;
}

.media-article-link {
	color: #225380;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

.odd_bg {
	background: #F2F2F2;
	padding: 40px 0;
}

.even_bg {
	background: #ffffff;
	padding: 40px 0;
}


/*news articles */


/* buttons */

.decorbutton {
	background: #ffcd2e;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 0;
	font-size: 13px;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 150px;
	text-decoration: none;
	transition: background-color 0.5s ease;
}

.decorbutton:hover {
	color: #ffffff;
	background: #868686;
}

.decorbutton:active,
.decorbutton:focus {
	color: #ffffff;
	text-decoration: none;
}

.block_button {
	width: 100%;
	display: block;
}

.curved {
	border-radius: 10px;
}

.dp-beige {
	background: #807D68;
	color: #ffffff;
}

.dp-olive {
	background: #808033;
	color: #ffffff;
}

.dp-lilac {
	background: #684280;
	color: #ffffff;
}

.dp-orange {
	background: #D75A19;
	color: #ffffff;
}

.dp-purple {
	background: #801A6A;
	color: #ffffff;
}

.dp-green {
	background: #008080;
	color: #ffffff;
}

.dp-blue {
	background: #225380;
	color: #ffffff;
}

.dp-white {
	background: #ffffff;
	color: #808080;
}

.dp-grey {
	background: #DFDFDF;
	color: #ffffff;
}

.text-dp-beige {
	color: #807D68;
}

.text-dp-olive {
	color: #808033;
}

.text-dp-lilac {
	color: #684280;
}

.text-dp-orange {
	color: #e1071e;
	text-transform: uppercase;
	font-size: 24px;
}

.text-dp-purple {
	color: #801A6A;
}

.text-dp-green {
	color: #008080;
}

.text-dp-blue {
	color: #225380;
}

.text-dp-white {
	color: #ffffff;
	background: #808080;
}

.grey_bg {
	background: #DFDFDF;
	padding: 20px;
}

.narrow_height {
	max-height: 250px !important;
}

.close_button {
	background: #fff url('../images/decorp/close_button.png') no-repeat;
	width: 43px;
	height: 42px;
	border: none;
	margin: 20px;
	display: inline-block;
	text-decoration: none;
}


/* bg image block styles */
.bgdarkgrey .textarea_block a{
		color: #ffffff;
	}
.bgimagecontent_content_block_div {
	display: flex;
}

.bgimagecontent_content_block_div>div {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px;
}
.bgimagecontent_content_block_div>div a{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.align_items_center .bg_block_image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.reduce_padding .bgimagecontent_content_block_div>div {
	padding: 20px 60px;
}

.narrow_height .bgimagecontent_content_block_div>div {
	min-height: 0;
	padding: 20px;
}


/* .more_lr_padding .bgimagecontent_content_block_div>div{
	padding-right: 100px;
    padding-left: 100px;
} */

.more_lr_padding .col-sm-12.bgimagecontent_content_block_div>div {
	padding-right: 200px;
	padding-left: 200px;
}

.bgimagecontent_content_block_div .decorbutton {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -75px;
}

.narrow_height .bgimagecontent_content_block_div .decorbutton,
#block606 .decorbutton,
#block33 .decorbutton {
	position: static;
	bottom: 0;
	left: 0;
	margin-left: 0;
}

.more_lr_padding #block666 .decorbutton.dp-beige {
	bottom: 100px;
}


/* bg image block styles */


/* content block css */

.image_content_block_div p {
	margin: 0;
}


/* content block css */


/* CSS3 */

.container.full_width_row .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.dp-news .container.full_width_row .row,
.news.archives .container.full_width_row .row {
	display: block;
}

.dp-news .container.full_width_row .row .news_row,
.news.archives .container.full_width_row .row .news_row {
	max-width: 1325px;
	margin: auto;
}


/* CSS3 */


/* items to copy to admin css file so content blocks are realistic */


/*ticker */

.circleFact {
	color: #225380;
	font-size: 23px;
	text-align: center;
	line-height: 1;
}

.circleFact span {
	font-size: 80px;
	font-weight: bold;
}

.circleFact span sup {
	font-size: 45px;
}

.ticker_color_125 .circleFact,
#tickerOne .circleFact {
	color: #D75A19;
}

.ticker_color_126 .circleFact,
#tickerFour .circleFact {
	color: #801A6A;
}

.ticker_color_127 .circleFact,
#ticker7 .circleFact {
	color: #008080;
}


/*ticker */


/* timeline */


/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}

.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}


/* --------------------------------

Main components

-------------------------------- */

#cd-timeline {
	position: relative;
	margin-top: 2em;
	margin-bottom: 2em;
}

h2.TimelineHeader {
	text-align: center;
}


/* ::-webkit-scrollbar {
    display: none;
} */

.timeline_bg_line {
	width: 1px;
	height: 10000px;
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -4px;
	border: none;
}

.timeline_each_line {
	width: 44px;
	height: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -32px;
	background: url('../images/decorp/leaves.png') top left no-repeat;
}

#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #F2F2F2;
}

.timelineEnder {
	position: absolute;
	bottom: 30px;
	width: calc(100% - 40px);
	padding-left: 33px;
}

.timelineStarter img,
.timelineEnder img {
	margin: 0 auto;
}

#timelinNav a {
	font-size: 16px;
	color: #a7a7a7;
	padding: 0px 10px;
}

#cd-timeline {
	clear: both;
}

#timelinNav {
	padding: 10px 0px;
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

@media only screen and (min-width: 1170px) {
	#cd-timeline {
		margin-top: 0;
		margin-bottom: 2em;
	}
	#cd-timeline::before {
		left: 50%;
		margin-left: 3px;
	}
}

.cd-timeline-block {
	position: relative;
	margin: 1em 0;
	position: relative;
}

.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}

.cd-timeline-block:last-child {
	margin-bottom: 0;
}

#cd-timeline {
	transition: top 2s ease;
	position: relative;
	overflow: scroll;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-block {
		margin: 1em 0;
	}
	.cd-timeline-block:first-child {
		margin-top: 0;
	}
	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}

.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}

.cd-timeline-img.cd-picture {
	background: #75ce66;
}

.cd-timeline-img.cd-movie {
	background: #c03b44;
}

.cd-timeline-img.cd-location {
	background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-img {
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}
	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
}

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	border-radius: 0.25em;
	padding: 1em;
}

.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-content h2 {
	color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	display: inline-block;
}

.cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: white;
	border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
}

#timeouter {
	overflow: auto;
}

@media only screen and (min-width: 768px) {
	.cd-timeline-content h2 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.cd-timeline-content p {
		font-size: 16px;
		font-size: 1rem;
	}
	.cd-timeline-content .cd-read-more,
	.cd-timeline-content .cd-date {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%;
	}
	.cd-timeline-content .cd-read-more {
		float: left;
	}
	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
		font-size: 16px;
		font-size: 1rem;
	}
	.timelineSection:nth-child(odd) .cd-timeline-block:nth-child(odd) .cd-timeline-content {
		float: right;
		text-align: left;
	}
	.timelineSection:nth-child(even) .cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right;
		text-align: left;
	}
	.timelineSection .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: white;
	}
	.timeline-image img {
		max-height: 250px;
	}
	.timeline-image {
		display: inline-block;
		padding: 5px;
		border: 1px solid #a7a7a7;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: left;
	}
	.cd-timeline-block:nth-child(odd),
	.cd-timeline-block:nth-child(even) {
		text-align: right;
	}
	.cd-timeline-block:nth-child(odd) .timeline-image {
		direction: ltr;
	}
	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
	}
	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
}

@media only screen and (min-width: 1170px) {
	/* inverse bounce effect on even content blocks */
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}

@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.cd-timeline-content h2 {
	font-size: 24px;
	color: #2b6792;
	margin-bottom: 0px;
}

.cd-timeline-content p {
	font-size: 20px;
	margin: 10px 0px 0px;
	padding: 0px;
	color: #a7a7a7;
}


/* timeline */


/* sitemap  */

#site_map {
	list-style-position: inside;
	list-style-image: url(../images/standard/site_map.gif);
	text-transform: capitalize;
	padding: 0;
	font-size: 16px;
	line-height: normal;
	margin-left: 60px;
}

#site_map ul {
	list-style-image: url(../images/standard/site_map2.gif);
	padding-left: 60px;
}

#site_map li {
	padding: 10px 0;
}

#site_map ul ul {
	list-style-image: url(../images/standard/site_map3.gif)
}


#sitemapfooter {
	list-style-position: inside;
	list-style-image: url(../images/standard/site_map.gif);
	text-transform: capitalize;
	padding: 0;
	font-size: 16px;
	line-height: normal;
	margin-left: 60px;
}

#sitemapfooter ul {
	list-style-image: url(../images/standard/site_map2.gif);
	padding-left: 60px;
}

#sitemapfooter li {
	padding: 10px 0;
}

#sitemapfooter ul ul {
	list-style-image: url(../images/standard/site_map3.gif)
}


/* sitemap  */


/* theme specific items */


/* alerts */

.alert {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.modal,
.modal-backdrop {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}


/* alerts */


/* login */

.form-group {
	margin: 10px 0;
	overflow: hidden;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.input-group .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	margin: 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}


/* login */


/* search */

.input-group {
	display: table;
	border-collapse: separate;
}

.input-group,
.input-group-btn,
.input-group-btn>.btn {
	position: relative;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell;
}

.input-group,
.input-group-btn,
.input-group-btn>.btn {
	position: relative;
}

.search_box_block {
	z-index: 999;
	width: 220px;
	margin-top: 14px;
	float: right;
	transition: all 0.5s;
    margin-right: 50px;
}
.formsSubmit{
    margin-top: 20px;
}
.formsSubmit #recaptcha1{

}
.formsSubmit *{
    float: right;
}
.formsSubmit input[type="text"]{
    display: none;
}
.formsSubmit input[type="submit"]{
    margin-left: 15px;
    height: 60px;
    width: 150px;
}

#topmenu {
	background: url('/fish/public_html/images/fish/linkbackground.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	overflow: hidden;
	width: 600px;
	height: 48px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.search_box_block i {
	color: #ffffff;
}

.search_box_block .form-control {
	border: 0;
	height: 28px;
	width: 150px;
	font-size: 18px;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search_box_block .input-group .form-control {
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}

.search_arrow {
	width: 36px;
	height: 28px;
	line-height: 28px;
	background: url('../images/decorp/search_small.png') 5px 5px no-repeat;
	border: 0;
	margin: 0;
}


/* search */


/* form styling */

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #bcbec0;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(188, 190, 192, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(188, 190, 192, 0.6);
}

.form-control::-moz-placeholder {
	color: #231f20;
	opacity: 1;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.form-control:-ms-input-placeholder {
	color: #231f20;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.form-control::-webkit-input-placeholder {
	color: #231f20;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}


.searchform::-moz-placeholder {
	color: #231f20;
	opacity: 1;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	text-align: center;
}

.searchform:-ms-input-placeholder {
	color: #231f20;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	text-align: center;
}

.searchform::-webkit-input-placeholder {
	color: #231f20;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	text-align: center;
}

#footerAbove #email::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

#footerAbove #email:-ms-input-placeholder {
	color: #ffffff;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

#footerAbove #email::-webkit-input-placeholder {
	color: #ffffff;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

.search_box_block .input-group input {
	color: #262329;
}

#contactform{
	padding: 0px 220px;
}

#contactform input,
#contactform textarea {
	background: transparent;
	color: #6d6e71;
	border-radius: 0;
	border: 0px;
	font-size: 24px;
	box-shadow: none;
	border-bottom: 1px solid #6d6e71;
	height: auto;
}

#gr_validate1, #gr_validate2, #gr_validate3, #gr_validate4 {
	background: transparent !important;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}
	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}
	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}


/* form styling */


/* modal popups */

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}


/* modal popups */


/* myaccount navbar  */

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:after,
.nav:before {
	content: " ";
	display: table
}

.nav>li,
.nav>li>a {
	display: block;
	position: relative
}

.nav:after {
	clear: both
}

.nav>li>a {
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: inherit
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	margin-right: 25px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	background: #dcddde;
    color: #231f20;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #ffffff;
	background-color: #58595b;
	border: 1px solid #58595b;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-justified>li,
.nav-stacked>li,
.nav-tabs.nav-justified>li {
	float: none
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
	content: " ";
	display: table
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 4px
	}
	.navbar-header {
		float: left
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.embed-responsive,
.modal,
.modal-open,
.progress {
	overflow: hidden
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	/*padding: 15px;*/
	padding-left: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block;
	height: 40px;
	margin: 5px;
}

.logout_button {
	float: right;
	margin-top: 8px;
}

@media (min-width: 768px) {
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
	.navbar-fixed-bottom,
	.navbar-fixed-top,
	.navbar-static-top {
		border-radius: 0
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none
	}
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin: 8px -15px
}

@media (min-width: 768px) {
	.navbar-form .form-control-static,
	.navbar-form .form-group {
		display: inline-block
	}
	.navbar-form .control-label,
	.navbar-form .form-group {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}
	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.breadcrumb>li,
.pagination {
	display: inline-block
}

.btn .badge,
.btn .label {
	top: -1px;
	position: relative
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-radius: 4px 4px 0 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
	.navbar-left {
		float: left!important
	}
	.navbar-right {
		float: right!important;
		margin-right: -15px
	}
	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #090909;
	color: #fff
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}


/* myaccount navbar  */


/*responsive grid start */

p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 20px 0;
	text-align: justify;
}

p.half-top {
	margin-top: 10px;
}

p.half-bottom {
	margin-bottom: 10px;
}

body {
	overflow-x: hidden;
	padding: 0!important;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #231F20;
	font-size: 18px;
	line-height: 1.4;
}
.textarea_block h2, .sectionheading{
	font-weight: 400;
	line-height: 28px;
}
.pages.privacy .textarea_block h2{
	text-transform: capitalize;
}
input,
textarea {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

*,
 :after,
 :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1325px;
}

.container.full_width_row {
	max-width: none;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.modal-footer:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-2,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-2,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-2,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-2,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-2,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-1 {
	width: 4.16666667%
}

.col-xs-2 {
	width: 8.33333333%
}

.col-xs-3 {
	width: 12.5%
}

.col-xs-4 {
	width: 16.66666667%
}

.col-xs-5 {
	width: 20.83333333%
}

.col-xs-6 {
	width: 25%
}

.col-xs-7 {
	width: 29.16666667%
}

.col-xs-8 {
	width: 33.33333333%
}

.col-xs-9 {
	width: 37.5%
}

.col-xs-10 {
	width: 41.66666667%
}

.col-xs-11 {
	width: 45.83333333%
}

.col-xs-12 {
	width: 50%
}

.col-xs-13 {
	width: 54.16666667%
}

.col-xs-14 {
	width: 58.33333333%
}

.col-xs-15 {
	width: 62.5%
}

.col-xs-16 {
	width: 66.66666667%
}

.col-xs-17 {
	width: 70.83333333%
}

.col-xs-18 {
	width: 75%
}

.col-xs-19 {
	width: 79.16666667%
}

.col-xs-20 {
	width: 83.33333333%
}

.col-xs-21 {
	width: 87.5%
}

.col-xs-22 {
	width: 91.66666667%
}

.col-xs-23 {
	width: 95.83333333%
}

.col-xs-24 {
	width: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 4.16666667%
}

.col-xs-offset-2 {
	margin-left: 8.33333333%
}

.col-xs-offset-3 {
	margin-left: 12.5%
}

.col-xs-offset-4 {
	margin-left: 16.66666667%
}

.col-xs-offset-5 {
	margin-left: 20.83333333%
}

.col-xs-offset-6 {
	margin-left: 25%
}

.col-xs-offset-7 {
	margin-left: 29.16666667%
}

.col-xs-offset-8 {
	margin-left: 33.33333333%
}

.col-xs-offset-9 {
	margin-left: 37.5%
}

.col-xs-offset-10 {
	margin-left: 41.66666667%
}

.col-xs-offset-11 {
	margin-left: 45.83333333%
}

.col-xs-offset-12 {
	margin-left: 50%
}

.col-xs-offset-13 {
	margin-left: 54.16666667%
}

.col-xs-offset-14 {
	margin-left: 58.33333333%
}

.col-xs-offset-15 {
	margin-left: 62.5%
}

.col-xs-offset-16 {
	margin-left: 66.66666667%
}

.col-xs-offset-17 {
	margin-left: 70.83333333%
}

.col-xs-offset-18 {
	margin-left: 75%
}

.col-xs-offset-19 {
	margin-left: 79.16666667%
}

.col-xs-offset-20 {
	margin-left: 83.33333333%
}

.col-xs-offset-21 {
	margin-left: 87.5%
}

.col-xs-offset-22 {
	margin-left: 91.66666667%
}

.col-xs-offset-23 {
	margin-left: 95.83333333%
}

.col-xs-offset-24 {
	margin-left: 100%
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-13,
	.col-sm-14,
	.col-sm-15,
	.col-sm-16,
	.col-sm-17,
	.col-sm-18,
	.col-sm-19,
	.col-sm-2,
	.col-sm-20,
	.col-sm-21,
	.col-sm-22,
	.col-sm-23,
	.col-sm-24,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-1 {
		width: 4.16666667%
	}
	.col-sm-2 {
		width: 8.33333333%
	}
	.col-sm-3 {
		width: 12.5%
	}
	.col-sm-4 {
		width: 16.66666667%
	}
	.col-sm-5 {
		width: 20.83333333%
	}
	.col-sm-6 {
		width: 25%
	}
	.col-sm-7 {
		width: 29.16666667%
	}
	.col-sm-8 {
		width: 33.33333333%
	}
	.col-sm-9 {
		width: 37.5%
	}
	.col-sm-10 {
		width: 41.66666667%
	}
	.col-sm-11 {
		width: 45.83333333%
	}
	.col-sm-12 {
		width: 50%
	}
	.col-sm-13 {
		width: 54.16666667%
	}
	.col-sm-14 {
		width: 58.33333333%
	}
	.col-sm-15 {
		width: 62.5%
	}
	.col-sm-16 {
		width: 66.66666667%
	}
	.col-sm-17 {
		width: 70.83333333%
	}
	.col-sm-18 {
		width: 75%
	}
	.col-sm-19 {
		width: 79.16666667%
	}
	.col-sm-20 {
		width: 83.33333333%
	}
	.col-sm-21 {
		width: 87.5%
	}
	.col-sm-22 {
		width: 91.66666667%
	}
	.col-sm-23 {
		width: 95.83333333%
	}
	.col-sm-24 {
		width: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-offset-1 {
		margin-left: 4.16666667%
	}
	.col-sm-offset-2 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 12.5%
	}
	.col-sm-offset-4 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-5 {
		margin-left: 20.83333333%
	}
	.col-sm-offset-6 {
		margin-left: 25%
	}
	.col-sm-offset-7 {
		margin-left: 29.16666667%
	}
	.col-sm-offset-8 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 37.5%
	}
	.col-sm-offset-10 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-11 {
		margin-left: 45.83333333%
	}
	.col-sm-offset-12 {
		margin-left: 50%
	}
	.col-sm-offset-13 {
		margin-left: 54.16666667%
	}
	.col-sm-offset-14 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-15 {
		margin-left: 62.5%
	}
	.col-sm-offset-16 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-17 {
		margin-left: 70.83333333%
	}
	.col-sm-offset-18 {
		margin-left: 75%
	}
	.col-sm-offset-19 {
		margin-left: 79.16666667%
	}
	.col-sm-offset-20 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-21 {
		margin-left: 87.5%
	}
	.col-sm-offset-22 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-23 {
		margin-left: 95.83333333%
	}
	.col-sm-offset-24 {
		margin-left: 100%
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-13,
	.col-md-14,
	.col-md-15,
	.col-md-16,
	.col-md-17,
	.col-md-18,
	.col-md-19,
	.col-md-2,
	.col-md-20,
	.col-md-21,
	.col-md-22,
	.col-md-23,
	.col-md-24,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-1 {
		width: 4.16666667%
	}
	.col-md-2 {
		width: 8.33333333%
	}
	.col-md-3 {
		width: 12.5%
	}
	.col-md-4 {
		width: 16.66666667%
	}
	.col-md-5 {
		width: 20.83333333%
	}
	.col-md-6 {
		width: 25%
	}
	.col-md-7 {
		width: 29.16666667%
	}
	.col-md-8 {
		width: 33.33333333%
	}
	.col-md-9 {
		width: 37.5%
	}
	.col-md-10 {
		width: 41.66666667%
	}
	.col-md-11 {
		width: 45.83333333%
	}
	.col-md-12 {
		width: 50%
	}
	.col-md-13 {
		width: 54.16666667%
	}
	.col-md-14 {
		width: 58.33333333%
	}
	.col-md-15 {
		width: 62.5%
	}
	.col-md-16 {
		width: 66.66666667%
	}
	.col-md-17 {
		width: 70.83333333%
	}
	.col-md-18 {
		width: 75%
	}
	.col-md-19 {
		width: 79.16666667%
	}
	.col-md-20 {
		width: 83.33333333%
	}
	.col-md-21 {
		width: 87.5%
	}
	.col-md-22 {
		width: 91.66666667%
	}
	.col-md-23 {
		width: 95.83333333%
	}
	.col-md-24 {
		width: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 4.16666667%
	}
	.col-md-offset-2 {
		margin-left: 8.33333333%
	}
	.col-md-offset-3 {
		margin-left: 12.5%
	}
	.col-md-offset-4 {
		margin-left: 16.66666667%
	}
	.col-md-offset-5 {
		margin-left: 20.83333333%
	}
	.col-md-offset-6 {
		margin-left: 25%
	}
	.col-md-offset-7 {
		margin-left: 29.16666667%
	}
	.col-md-offset-8 {
		margin-left: 33.33333333%
	}
	.col-md-offset-9 {
		margin-left: 37.5%
	}
	.col-md-offset-10 {
		margin-left: 41.66666667%
	}
	.col-md-offset-11 {
		margin-left: 45.83333333%
	}
	.col-md-offset-12 {
		margin-left: 50%
	}
	.col-md-offset-13 {
		margin-left: 54.16666667%
	}
	.col-md-offset-14 {
		margin-left: 58.33333333%
	}
	.col-md-offset-15 {
		margin-left: 62.5%
	}
	.col-md-offset-16 {
		margin-left: 66.66666667%
	}
	.col-md-offset-17 {
		margin-left: 70.83333333%
	}
	.col-md-offset-18 {
		margin-left: 75%
	}
	.col-md-offset-19 {
		margin-left: 79.16666667%
	}
	.col-md-offset-20 {
		margin-left: 83.33333333%
	}
	.col-md-offset-21 {
		margin-left: 87.5%
	}
	.col-md-offset-22 {
		margin-left: 91.66666667%
	}
	.col-md-offset-23 {
		margin-left: 95.83333333%
	}
	.col-md-offset-24 {
		margin-left: 100%
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-13,
	.col-lg-14,
	.col-lg-15,
	.col-lg-16,
	.col-lg-17,
	.col-lg-18,
	.col-lg-19,
	.col-lg-2,
	.col-lg-20,
	.col-lg-21,
	.col-lg-22,
	.col-lg-23,
	.col-lg-24,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-1 {
		width: 4.16666667%
	}
	.col-lg-2 {
		width: 8.33333333%
	}
	.col-lg-3 {
		width: 12.5%
	}
	.col-lg-4 {
		width: 16.66666667%
	}
	.col-lg-5 {
		width: 20.83333333%
	}
	.col-lg-6 {
		width: 25%
	}
	.col-lg-7 {
		width: 29.16666667%
	}
	.col-lg-8 {
		width: 33.33333333%
	}
	.col-lg-9 {
		width: 37.5%
	}
	.col-lg-10 {
		width: 41.66666667%
	}
	.col-lg-11 {
		width: 45.83333333%
	}
	.col-lg-12 {
		width: 50%
	}
	.col-lg-13 {
		width: 54.16666667%
	}
	.col-lg-14 {
		width: 58.33333333%
	}
	.col-lg-15 {
		width: 62.5%
	}
	.col-lg-16 {
		width: 66.66666667%
	}
	.col-lg-17 {
		width: 70.83333333%
	}
	.col-lg-18 {
		width: 75%
	}
	.col-lg-19 {
		width: 79.16666667%
	}
	.col-lg-20 {
		width: 83.33333333%
	}
	.col-lg-21 {
		width: 87.5%
	}
	.col-lg-22 {
		width: 91.66666667%
	}
	.col-lg-23 {
		width: 95.83333333%
	}
	.col-lg-24 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 4.16666667%
	}
	.col-lg-offset-2 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 12.5%
	}
	.col-lg-offset-4 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-5 {
		margin-left: 20.83333333%
	}
	.col-lg-offset-6 {
		margin-left: 25%
	}
	.col-lg-offset-7 {
		margin-left: 29.16666667%
	}
	.col-lg-offset-8 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 37.5%
	}
	.col-lg-offset-10 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-11 {
		margin-left: 45.83333333%
	}
	.col-lg-offset-12 {
		margin-left: 50%
	}
	.col-lg-offset-13 {
		margin-left: 54.16666667%
	}
	.col-lg-offset-14 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-15 {
		margin-left: 62.5%
	}
	.col-lg-offset-16 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-17 {
		margin-left: 70.83333333%
	}
	.col-lg-offset-18 {
		margin-left: 75%
	}
	.col-lg-offset-19 {
		margin-left: 79.16666667%
	}
	.col-lg-offset-20 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-21 {
		margin-left: 87.5%
	}
	.col-lg-offset-22 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-23 {
		margin-left: 95.83333333%
	}
	.col-lg-offset-24 {
		margin-left: 100%
	}
}

@media (max-width: 479px) {
	.col-xxs-24 {
		width: 100%
	}
	.col-xxs-12 {
		width: 50%
	}
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.add-top {
	margin-top: 30px
}

.add-top-padding {
	padding-top: 30px
}

.add-bottom {
	margin-bottom: 30px
}

.add-bottom-padding {
	padding-bottom: 30px
}

.add-half-top {
	margin-top: 15px
}

.add-half-bottom {
	margin-bottom: 15px
}

.remove-top {
	margin-top: 0!important
}

.remove-left {
	padding-left: 0!important;
	margin-left: 0!important;
}

.remove-bottom {
	margin-bottom: 0!important
}

.remove-padding {
	padding: 0!important
}

.add-left {
	padding-left: 30px!important;
}

.add-right {
	padding-right: 30px!important;
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.initialism,
.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.float-right {
	display: inline;
	float: right;
}

.pos-abs {
	position: absolute
}

.pos-rel {
	position: relative
}

.pos-static {
	position: static
}

.inline-block {
	display: inline-block;
	float: none;
	vertical-align: top
}

.inline-block-middle {
	display: inline-block;
	vertical-align: middle
}

.hidden {
	display: none!important
}

@media (max-width: 767px) {
	.mobile-center {
		text-align: center!important
	}
	.mobile-center .img-responsive {
		margin: 0 auto
	}
}

@media (max-width: 991px) {
	.tablet-center {
		text-align: center
	}
	.tablet-center .img-responsive {
		margin: 0 auto!important
	}
}

.center_image {
	margin-right: auto;
	margin-left: auto
}

a.dec-none {
	text-decoration: none
}

.img-responsive.right {
	margin: 0 0 0 auto
}

.img-responsive.left {
	margin: 0 auto 0 0
}

.text-left .img-responsive {
	margin: 0 auto 0 0
}

.text-right .img-responsive {
	margin: 0 0 0 auto
}

.img-responsive {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	background-color: transparent;
	border: 0
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

@media (max-width: 767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
	.visible-xs-block {
		display: block!important
	}
	.visible-xs-inline {
		display: inline!important
	}
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
	.visible-sm-block {
		display: block!important
	}
	.visible-sm-inline {
		display: inline!important
	}
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
	.visible-md-block {
		display: block!important
	}
	.visible-md-inline {
		display: inline!important
	}
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
	.visible-lg-block {
		display: block!important
	}
	.visible-lg-inline {
		display: inline!important
	}
	.visible-lg-inline-block {
		display: inline-block!important
	}
	.hidden-lg {
		display: none!important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none!important
	}
	.container {
		width: 96%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
	.hidden-print {
		display: none!important
	}
}


/*responsive grid end */


/* modal popups */

body {

}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

#add_cart_modal {
	z-index: 1051;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

#homecaption {
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url('/fish/public_html/images/fish/captionbg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 200px;
	padding-top: 310px;
}

#homecaption p {
	width: 30%;
	padding-left: 50px;
	width: 30%;
	padding-left: 0;
	font-size: 42px;
	text-transform: uppercase;
	color: #262329;
	font-family: dinbold;
	font-weight: normal;
	text-decoration: none;
}

#homecaption p a {
	font-size: 42px;
	text-transform: uppercase;
	color: #262329;
	font-family: dinbold;
	font-weight: normal;
	text-decoration: none;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}


/* modal popups */


/* mobile menu */

a#openMenu .menuHeader {
	text-align: center;
	background: #e1071e;
	padding: 5px 0;
}

@media (min-width: 768px) {
	a#openMenu .menuHeader {
		text-align: left
	}
}

div#mobileMenu {
	margin: 15px 0
}

a#openMenu {
	text-decoration: none
}

a#openMenu .menuHeader * {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 22px
}

@media (max-width: 767px) {
	a#openMenu .menuHeader * {
		font-size: 16px
	}
}

a#openMenu .menuHeader h2 {
	padding: 2px 0 0;
	color: #fff;
}


/* mobile menu */


/*general sections */

#logo_row {
	background: #666666;
}

.social_icons {
	display: inline;
	list-style: none;
}

#nav_row {
	background: #000000;
	color: #ffffff;
}

#footer_row {
	background: #ffffff;
	margin: 100px 90px 80px 90px;
	clear: both;
}

.
/* .home_page  #footer_row{
	margin: 100px 90px 80px 90px;

} */


/*general rows */


/* navigation */

#sidr {
	display: none;
}

.sidr ul li {
	border-bottom: 1px solid #dfdfdf!important
}

.sidr ul li ul {
	background: 0 0!important
}

.sidr ul li ul li a {
	padding-left: 15px!important;
	font-size: 12px
}

#mainNav {
	margin: 0 0 0 0;
	float: left;
	border-right: 1px solid #ffffff;
}

#mainNav>li {
	position: relative;
	text-align: right;
	display: block;
	font-size: 16px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	padding: 0;
	/* text-transform:lowercase; */
}

#search_form input[type="text"] {
	padding-top: 4px;
	padding-bottom: 4px;
	height: 30px;
	width: 220px;
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #231f20;
}
.input-group-btn{
	
}
#mainNav>li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.cart_page tfoot a{
	margin-right: 15px;
	color: #231f20;
	display: inline-block;
}
.cart_page a{
	color: #231f20;
}
.product_page_content .nav-tabs{
	border-bottom: none;
}
#mainNav>li.page_on a {
	color: #ffffff;
}
.rollovertitle{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
	padding-bottom: 20px;
	background-image: linear-gradient(to bottom, transparent 0%, rgba(147,149,152,1) 50%);
	color: #ffffff;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
#mainNav>li.page_on:hover a {
	color: #ffffff;
}

#mainNav>li.page_on a span {}

#mainNav>li.page_on li a span {
	border-bottom: none;
}

#mainNav>li>a {
	padding-bottom: 0;
	padding-top: 0;
	font-family: 'Open Sans', sans-serif;
}
#mainNav>li>a{
	margin-left: 0;
}
#mainNav>li:first-child>a{
	margin-left: 0;
}
#mainNav>li:hover a {
	color: #ffffff;
}

#topmenu a {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
}

.bg_darkgrey {
	background: #262329;
}

#mainNav>span {
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 20px;
	font-family: dinbold;
}

#mainNav ul.submenu,
.account_nav ul.submenu {
	display: none;
	position: absolute;
	z-index: 5;
	width: 250px;
	left: 10px;
	background-color: #ffffff;
}

#mainNav ul.submenu>li,
.account_nav ul.submenu>li {
	display: list-item;
	padding: 5px 18px;
	margin: 0;
	text-align: left;
	word-spacing: normal;
	position: relative
}

#mainNav ul.submenu>li a,
#mainNav>li.page_on ul.submenu>li a,
.account_nav ul.submenu>li a,
.account_nav>li.page_on ul.submenu>li a {
	text-decoration: none;
	padding: 0;
	color: #231f20;
	font-weight: normal;
}

#imagetop {
	top: 0;
	left: 0;
}

#mainNav ul.submenu>li ul li a,
.account_nav ul.submenu>li ul li a {
	color: #ffffff;
}

#mainNav ul.submenu>li:hover>a,
#mainNav>li.page_on:hover ul.submenu>li:hover>a,
.account_nav ul.submenu>li:hover>a,
.account_nav>li.page_on:hover ul.submenu>li:hover>a {
	color: #262329;
	font-weight: bold;
}

#mainNav ul.submenu>li:hover,
.account_nav ul.submenu>li:hover {
	background: #ffffff;
}

#mainNav ul.submenu>li ul,
.account_nav ul.submenu>li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 200px;
	width: 200px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #225380
}

#mainNav ul.submenu>li ul li,
.account_nav ul.submenu>li ul li {
	padding: 5px 10px;
	margin: 0
}

#mainNav ul.submenu>li ul li a,
.account_nav ul.submenu>li ul li a {
	color: #808080;
}

#mainNav ul.submenu>li ul li:hover,
.account_nav ul.submenu>li ul li:hover {
	background: #225380
}

#mainNav ul.submenu>li ul li:hover a,
.account_nav ul.submenu>li ul li:hover a {
	color: #ffffff
}

#mainNav>li ul.submenu li:hover ul,
#mainNav>li:hover ul.submenu,
.account_nav>li ul.submenu li:hover ul,
.account_nav>li:hover ul.submenu {
	display: block
}


/* navigation */


/* theme specific items */

.container {
	margin: 0 auto;
}

#sliderRow {
	position: relative;
	margin-bottom: 0;
	min-height: 150px;
}

#logoRow {
	width: 100%;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 30px;
	padding-bottom: 0;
}

#main-navigation {
	z-index: 9999;
}
.footeraddress{
	font-size: 14px;
}
.footerMenu ul{
	display: table;
	float: right;
}
.whyakulacol{
	width: 14.2857%;
}
.whyakula_content_block_div .imgcaption p img{
	margin: auto;
	max-width: 70px;
}
.homeprojects_content_block_div p{
	margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}
#block1393 img{
	margin: auto;
}
.footerMenu ul > li{
	display: table-cell;
	padding-right: 25px;
	font-size: 14px;
}
.footerMenu ul > li:last-child{
	padding-right: 0;
}
#mainNav>span:last-child {
	display: none;
}

#search-section {
	background: transparent !important;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 265px;
	z-index: 9999;
}

#mainLogo {
	max-height: 135px;
}

#footer_row {
	font-size: 18px;
}

#footer_row a {
	color: #808080;
	text-decoration: none;
}

#footer_row a:hover {
	color: #225380;
}

#footer_logo {
	max-width: 225px;
}

.footer_social {
	margin: 20px 0 0 0;
	padding: 0;
	height: 30px;
}

.footer_social>li {
	float: left;
	vertical-align: middle;
	padding: 0;
	list-style: none;
	margin-right: 10px;
}


/* top account nav */

.account_nav {
	display: table;
	margin: 0;
	float: right;
}

.account_nav>li {
	position: relative;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	padding: 0;
	text-transform: lowercase;
}

.account_nav>li a {
	color: #808080;
	display: block;
	text-decoration: none;
	padding: 15px 4px
}

.account_nav>li.account_text a {
	padding: 0 12px;
}


/* top account nav */


/* tables */

.table {
	border-collapse: collapse!important;
	max-width: 100%
}

.table {
	width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px 0;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.myaccount .table>tbody>tr>td,
.myaccount .table>tbody>tr>th,
.myaccount .table>tfoot>tr>td,
.myaccount .table>tfoot>tr>th,
.myaccount .table>thead>tr>td,
.myaccount .table>thead>tr>th {
	padding: 8px;
}

.cart_table_side .cart_footer,
.hire_table_template .cart_footer,
.cart_footer {
	background: #f0ad4e;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	border: none;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	text-align: left;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.yellowtable thead {
	background: #ffcd2e;
}

.yellowtable thead th {
	color: #262329;
	text-transform: uppercase;
}

.yellowtable td {
	color: #231f20;
}

.yellowtable tr td:first-child {
	background: rgba(255, 205, 46, 0.9);
}

.yellowtable tr td:nth-child(2) {
	background: rgba(255, 205, 46, 0.8);
}

.yellowtable tr td:nth-child(3) {
	background: rgba(255, 205, 46, 0.7);
}

.yellowtable tr td:nth-child(4) {
	background: rgba(255, 205, 46, 0.6);
}

.yellowtable tr td:nth-child(5) {
	background: rgba(255, 205, 46, 0.5);
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #225380;
	color: #ffffff;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}


/* tables */


/*  pagination */

.pagination {
	display: inline-block
}

.pagination {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: inherit;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 3;
	color: inherit;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #225380;
	border-color: #225380;
	cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.badge,
.label {
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	text-align: center
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager:after,
.pager:before {
	content: " ";
	display: table
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	color: #fff;
	vertical-align: baseline;
	border-radius: .25em
}


/*  pagination */


/* mobile menu  */

.sidr ul li {
	border-bottom: 1px solid #dfdfdf!important
}

#sliderRow #slider {
	padding-top: 0;
	padding-bottom: 40px;
	background: #fff;
	overflow: hidden;
}
#sliderRow #slider ul{
	overflow: hidden;
}
.homelink_content_block_div img, .homeelements_content_block_div img, .homeprojects_content_block_div img{
	width: 100%;
}
.sidr ul li ul {
	background: 0 0!important
}

.sidr ul li ul li a {
	padding-left: 15px!important;
	font-size: 12px
}


/* mobile menu  */


/* ESTIO STYLES */

.imagecenter img {
	margin: auto;
}

.bg_darkblue {
	background: #1e2a51;
}

.bg_lightgrey {
	background: #f1f1f1;
}

#homelink {
	display: inline-grid;
	background: transparent;
	padding: 0;
}

#logoRow .container {
	margin-top: 0;
	margin-bottom: 0;
}

.section_title {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.bg_lightgrey .section_title {
	color: #333333;
}

.bg_lightgrey .textarea_block hr,
#block924 hr {
	max-width: 300px;
	text-align: center;
	margin: auto;
	color: #e1071e;
	background: #e1071e;
	border-color: #e1071e;
	margin-bottom: 50px;
}

#block924 p.section_title {
	color: #333333;
}

.contactflexrow p {
	color: #131718;
}

.bgimagecontent_content_block_div hr {
	max-width: 300px;
	text-align: center;
	margin: auto;
	color: #e1071e;
	background: #e1071e;
	border-color: #e1071e;
	margin-bottom: 50px;
}

.bg_lightgrey .textarea_block p {
	color: #333333;
}

.section_title.redbg {
	display: inline-block;
	background: #e1071e;
	color: #ffffff !important;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.bg_darkblue .section_title {
	color: #ffffff;
}

.bg_darkblue .textarea_block p {
	color: #ffffff;
}

.supportbox {
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.supportbox img {
	margin: auto;
	margin-top: 5px;
}

.supportbox>div p:last-child {
	margin-bottom: 0 !important;
}

#learning {
	background: #e1071e;
}

.supportbox#mentalhealth {
	background: #1e2a51;
}

#nursing {
	background: #989898;
}

.full_width_row>.container {
	max-width: unset;
}

.boxtitle {
	color: #ffffff;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: normal;
	font-size: 32px;
}

.boxtext {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #ffffff !important;
	font-size: 20px;
	margin-bottom: 30px;
    margin-top: 10px;
}

.valign-bottom {
	/*display: flex;
	align-items: flex-end;*/
}

.credit {
	border-top: 2px solid #e1071e;
	margin-top: 25px;
}

.credit p {
	color: #333333;
	text-transform: uppercase;
}

.credit a {
	text-decoration: none;
	color: #333333;
}

.contact-text {
	color: #e1071e;
}

.contact-text span {
	color: #333333;
}

.newsletter-title {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.section-top {
	padding-top: 50px;
}

.section-bottom {
	padding-bottom: 50px;
}

#slidercontrols {
	display: none;
}

.slideText {
	position: absolute;
    top: 170px;
    right: 0;
    width: 100%;
	height: calc(100% - 225px);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: -5px;
}
.slideText > .container{
	width: 100%;
}
.sliderboxes {
	padding-top: 30px;
}

.slideText>.container>p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #c7c8ca;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 30px;
	float: left;
	clear: both;
	line-height: 38px;
}
.slideText>.container>p:first-child{
	color: #ffffff;
	font-weight: 300;
}
.slideText>.container>p:last-child{
	margin-bottom: 0;
}
#homethreeboxes {
	top: 45px;
	right: 280px;
	z-index: 999;
}

.yellowcircle {
	background: #ffcd2e;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.circtext,
.circtext a {
	color: #262329;
	font-family: dinbold;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 10px;
	text-decoration: none;
}

#circleone {
	margin-top: 150px;
}

#circletwo {
	margin-top: 75px;
}

.slideText h2 {
	display: none;
}

#content {
	margin-top: 0;
}

#circleone img {
	max-width: 50px;
}

#circletwo img {
	max-width: 120px;
}

#circlethree img {
	max-width: 80px;
}

.bgcaption {
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	overflow: hidden;
}

.bgcaption p {
	color: #333333;
	text-align: left;
}

.bgtextleft {
	color: #e1071e !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

#learningdisabilities p strong {
	color: #e1071e !important;
}

#mentalhealth .bgtextleft,
#mentalhealth p strong {
	color: #1e2a51 !important;
}

#nursinghomes .bgtextleft,
#nursinghomes p strong {
	color: #989898 !important;
}

.bgcaption p strong {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.services .bgimagecontent_content_block_div .section_title {
	margin-top: 0;
}

#contactform input[type="submit"] {
	background: #58595b;
	color: #ffffff;
	border: none;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 22px;
	padding: 12px 25px 10px 25px;
	margin-top: 15px;
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance: none;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-weight: 400;
}
.pages.contact #contactform input[type="submit"] {
	margin-top: 0;
}
.slidersocials {
	padding: 0;
	display: inline-block;
	padding-top: 10px;
}
#discountcode{
	width: 300px;
    font-size: 16px;
    line-height: normal;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 0;
	border-radius: 0px !important;
    box-shadow: none;
    background-color: #ffffff;
    border-width: 1px;
}
.checkout.order_confirm .fieldLabel{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
.checkout.order_confirm label{
	font-weight: bold;
    display: block;
    padding-top: 25px;
    font-size: 22px;
}
.discountsubmit{
	background: #58595b;
    color: #ffffff;
    border: none;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 18px;
    padding: 10px 15px 10px 15px;
    margin-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    text-align: center;
    font-weight: 400;
	min-width: 300px;
}
#submit-container input{
	background: #58595b;
    color: #ffffff;
    border: none;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 18px;
    padding: 10px 15px 10px 15px;
    margin-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    text-align: center;
    font-weight: 400;
}
.map_overlay{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 55%;
	background: #1dcad3;
	max-width: 300px;
	padding: 20px 35px 20px 25px;
}
.map_overlay p{
	color: #ffffff;
	font-size: 22px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 400;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
.map_overlay .mapov_title{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 600;
	margin: 0px;
	text-transform: uppercase;
	line-height: normal;
}
.mapov_contact{
	font-size: 20px;
	color: #ffffff;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 400;
	margin-top: 20px;
}
.mapov_contact span{
	font-weight: 600;
	text-transform: uppercase;
}
.mapov_contact a{
	color: #ffffff;
	text-decoration: none;
}
.blue-seperator .textarea_content_block_div{
	border-right: 2px solid #1dcad3;
}
.blue-seperator .textarea_content_block_div:last-of-type{
	border-right: 0px;
}
.blue-seperator .container{
	padding: 0px 220px;
}
#recaptcha1{
	display: flex;
	justify-content: center;
}
.representative_content_block_div{
	margin: 20px 0px;
}
.representative_content_block_div form{
	padding: 0px 220px;
}
.representative_content_block_div form .input-group{
	width: 100%;
}
.representative_content_block_div form .input-group input:first-of-type{
	width: 85%;
	float: left;
	height: 60px;
	border-radius: 0px;
	border: none;
}
.representative_content_block_div form .input-group input:last-of-type{
	width: 15%;
	float: left;
	background: #1dcad3;
	height: 60px;
	font-size: 22px;
	line-height: normal;;
	font-weight: 300;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0px;
	border: none;
}
.tickbox{
	padding: 0px 80px;
}
.newsletter_content_block_div .tickbox{
	padding: 0 0;
	max-width: 540px;
	margin: auto;
}
.bg_red {
	background: #e1071e;
}

.bg_red p {
	color: #ffffff;
}

#block894 .textarea_block p:first-child,
#block895 .textarea_block p:first-child,
#block896 .textarea_block p:first-child {
	margin-bottom: 5px;
	text-transform: uppercase;
}

#block894 .textarea_block p:last-child,
#block895 .textarea_block p:last-child,
#block896 .textarea_block p:last-child {
	margin-top: 0;
}

#block894 .textarea_block p strong,
#block895 .textarea_block p strong,
#block896 .textarea_block p strong {
	font-weight: normal;
	color: #e1071e;
}

#block1002 .textarea_block p:first-child,
#block1003 .textarea_block p:first-child,
#block1004 .textarea_block p:first-child,
#block1005 .textarea_block p:first-child {
	margin-bottom: 5px;
	text-transform: uppercase;
}

#block1002 .textarea_block p:last-child,
#block1003 .textarea_block p:last-child,
#block1004 .textarea_block p:last-child,
#block1005 .textarea_block p:last-child {
	margin-top: 0;
}

#block1002 .textarea_block p strong,
#block1003 .textarea_block p strong,
#block1004 .textarea_block p strong,
#block1005 .textarea_block p strong {
	font-weight: normal;
	color: #e1071e;
}

.media-body ul {
	list-style-position: outside;
	padding-left: 20px;
}

.btn-newsmore {
	background: #ffcd2e;
	color: #231f20;
	text-decoration: none;
	padding: 10px 20px;
	font-family: dinreg;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
}

.news-meta .archive {
	background: #262329;
	padding: 25px;
}

.news-meta .recent {
	background: #ffcd2e;
	padding: 25px;
	margin-bottom: 25px;
}

.newsbox-title {
	color: #ffffff;
	font-family: dinbold;
	font-weight: normal;
	text-transform: uppercase;
}

.recent .newsbox-title {
	color: #262329;
}

.archive-link a {
	color: #ffffff;
	font-family: dinreg;
	text-decoration: none;
}

.recent-link a {
	color: #262329;
	font-family: dinreg;
	text-decoration: none;
}

.recent-text {
	color: #ffffff;
}

.news-body .media-heading, h1.news-title {
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: normal;
	position: relative;
	margin-bottom: 10px;
}
.projectinstallation_content_block_div .news-body .media-heading{
	font-size: 20px;
}
.news-body .media-body>a>p.media-date,p.news-date{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #231f20;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}
.newsitem p.news-date{
	color: #231f20;
}
.newsitem>.greyband p{
	text-align: center;
}
.media-body{
	margin-bottom: 30px;
}
.media-body .introbody>p{
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #231f20;
	line-height: 22px;
}

.media-body a{
	text-decoration: none;
	color: #231f20;
}

.newsfilter{
	display: none;
}

.ExtraArticles h3{
	font-size: 32px;
	/* Line height same as font size to line top with image */
	line-height: 32px;
	font-weight: 700;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	margin: 0px;
	text-transform: uppercase;
}
.newsloadmorebtn{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: none;
}

.ExtraArticles .media-body{
	border-bottom: 1px solid #6d6e71;
	padding-bottom: 30px;
}

.news_content_block_div .media-body{
	background: #e6e7e8;
	padding: 20px 40px;
}
.readmore{
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.news_content_block_div .media-body:nth-child(-n+6){
	display: block;
}
.newsitem p{
	font-size: 18px;
}
.newsitem .container{
	padding: 0px;
}
@media screen and (max-width: 767px){
	.ExtraArticles{
		margin-top: 60px;
	}
}

.news-body .media-body>p {
	color: #262329;
	margin-top: 0;
}

.ShowMoreBtn{
	text-align: center;

}
.ShowMoreBtn a{
	padding: 10px 30px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	background: #1dcad3;
	color: #ffffff;
	text-decoration: none;
}

.introbody p,
.introbody ul li {
	color: #262329;
}

.introbody p:first-child {}

.aboutbox #learningdisabilities {
	background: #e1071e;
	overflow: hidden;
}

.aboutbox #mentalhealth {
	background: #1e2a51;
	overflow: hidden;
}

.aboutbox #nursinghomes {
	background: #989898;
	overflow: hidden;
}

.aboutboxtitle {
	font-family: dinbold;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
}

.boxinner {
	padding: 25px;
}

.boxinner p {
	color: #ffffff !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.boxinner img {
	margin: auto;
}

.boxinner p:last-child {
	margin-bottom: 0;
}

#footerAbove label {
	color: #ffffff;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

.boxinner a {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
}



.team_full_name {
	font-family: dinbold;
	color: #262329;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 0;
}

.team_job_title {
	font-family: dinbold;
	color: #ffcd2e;
	margin-top: 0;
	font-size: 20px;
	display: inline-block;
	padding-right: 25px;
	border-bottom: 2px solid #ffcd2e;
}

.team_content ul {
	list-style-position: inside;
}

.jobperson a {
	color: #333333!important;
}

.teamimage {
	border-radius: 50%;
}

#block937 {
	margin-top: 50px;
}

#block938 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.category_row {
	background: #1e2a51;
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.cat-text {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-top: 8px;
}

#accordion .category_row:last-child {
	margin-bottom: 0;
}

.training_row {
	border-bottom: 2px solid #1e2a51;
}

.course-title {
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.course-more,
.course-more a {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
	text-decoration: none;
	font-size: 24px;
}

.cat-title {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.btn-accordion {
	background: #e6e7e8;
	border: none;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.btn-accordion.collapsed {
	background: #e6e7e8;
}
.btn-rmoreaccordion.collapsed{
	background: #e6e7e8;
}
.product_details .btn-accordion{
	background: transparent;
	border-top: 1px solid #231F20;
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
}
#crow1704{
	padding-bottom: 30px;
}
.product_details .accarrow{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 60px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.product_page_quantity{
	background: #6D6E71;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.qtycontrol{
	cursor: pointer;
}
.product_page_add_cart{
	background: #6D6E71;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.qtycontrol{
	display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 26px;
    height: 26px;
    background: transparent;
    color: #6D6E71;
}
.detailitem{
	margin-top: 0;
	margin-bottom: 0;
}
#tcblockhardback{
	padding-bottom: 20px;
}
#tcblockpaperback{
	padding-bottom: 20px;
}
.info-box.ceiti .container{
	text-align: center;
}
.btn-accordion p {
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	text-align: left !important;
}
.pages.downloads .btn-accordion p, .pages.sales-agent .btn-accordion p{
	text-align: center !important;
}
.stockist .tcblock .container{
	padding: 0 300px;
}
.breadcrumbs a{
	color: #231F20;
	font-size: 14px;
}
#contactform > div > p{
	text-align: center;
}
select[name="formfield_588"]{
	width: 250px;
	margin: auto;
	background: #E6E7E8;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin-top: 15px;
}
.btn-accordion span {
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: left;
	width: 100%;
	display: block;
	padding-top: 10px;
    padding-bottom: 10px;
}
.btn-accordion span img{
	float: right;
}
.palegreybgtext .textarea_block{
	background: #dcddde;
	padding: 25px;
	height: 100%;
}
.btn-accordion.collapsed p {
	color: #231f20;
}

.btn-accordion:focus,
.btn-accordion:active,
.btn-accordion:hover {
	outline: none;
}
#block1248 p{
	margin: 0 !important;
}
#block1096 .textarea_block p:first-child,
#block1097 .textarea_block p:first-child,
#block1103 .textarea_block p:first-child,
#block1098 .textarea_block p:first-child,
#block1099 .textarea_block p:first-child {
	margin-top: 0;
}

#block1049 img,
#block1206 img,
#block1127 img {
	float: right;
}

.tcblock {
	overflow: hidden;
}

#block942 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

.job_row {
	overflow: hidden;
	background: #1e2a51;
	display: flex;
}

.job_row p {
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
}

.job_row p a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 16px;
}

.job-title {
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 24px;
	padding-top: 15px;
}

.job-secondary {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	padding-bottom: 15px;
}

.jobcontent p {
	color: #333333;
}

.jobcontent p:first-child {
	text-transform: uppercase;
	color: #e1071e;
	font-size: 20px;
}

.jobcontent p:nth-child(2) {
	text-transform: uppercase;
	font-size: 20px;
}

.jobblock {
	padding-top: 30px;
}

.jobperson {
	text-transform: unset !important;
	color: #333333 !important;
}

.jobpersonimage {
	border-radius: 50%;
	border: 2px solid #1e2a51;
}

.personrow {
	overflow: hidden;
	clear: both;
	display: flex;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.jobcontent>.decorbutton {
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: #1E2A51 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.benefitlist li {
	color: #333333;
	background: url('/estio2018/public_html/images/estio/redtick.png') no-repeat left top;
	/* <-- change `left` & `top` too for extra control */
	padding: 7px 0px 12px 50px;
	/* reset styles (optional): */
	list-style: none;
	margin: 0;
}

.search_box_block span.input-group-btn i {
	border-bottom: 1px solid transparent;
	min-height: 28px;
}

.jobarrow {
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	right: 25px;
}

.dload-category>.row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

#block942 .btn-accordion {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.contentText ul {
	list-style-position: outside;
	padding-left: 20px;
	color: #333333;
}

.newsitem {
	padding-top: 50px;
	padding-bottom: 90px;
}

.newsitem p {
	font-family: 'Open Sans', sans-serif;
	color: #231f20;
	margin-bottom: 0;
	font-weight: 400;
}
.newsitem .contentText > p{
	font-weight: 400;
}
.newsitem .contentText > p.news-date{
	font-weight: 700;
	margin-bottom: 15px;
}

.news-title {
	color: #231f20;
}
.contentText .news-title {
	text-align: center;
}
.cert-title {
	color: #262329;
	text-transform: uppercase;
}
.newsitem .contentText{
	background: rgba(0,0,0,0.05);
    padding: 15px;
}
.cert-dload {
	text-transform: uppercase;
}

.certificates_content_block_div .info-box .inner_item {
	overflow: hidden;
	border-bottom: 1px solid #ffcd2e;
	margin-bottom: 15px;
}

.policies_content_block_div .info-box .inner_item {
	overflow: hidden;
	border-bottom: 1px solid #ffcd2e;
}

.dload-category {
	background: #ffcd2e;
	padding-top: 15px;
	padding-bottom: 15px;
}

.dload-category h4 {
	text-align: left;
}

.dload-category p {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
}

#block944 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.map-text h3 {
	color: #1e2a51;
	background: #ffffff;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-size: 28px;
}

.map-text hr {
	margin-left: unset;
	margin-right: unset;
	margin-top: 30px;
	margin-bottom: 30px;
}

.map-text p {
	margin-top: 0;
	font-size: 16px;
}

#block945>div,
#block931>div,
#block943>div {
	padding-top: 100px;
	padding-bottom: 100px;
}

.career_block {
	padding-top: 50px;
	padding-bottom: 35px;
}

#block949 input[type="text"] {
	background: #1e2a51;
	border-radius: 0;
}

#gr_validate1 {
	background: transparent;
}

.slidersocials a {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
}

.slidersocials a:last-child {
	margin-bottom: 0;
}

.jobform {
	padding-bottom: 50px;
	padding-top: 50px;
}

.custom.jobapp input#submit {
	background: #e1071e;
}

#tweets a[data-scribe="element:hashtag"],
.timePosted a,
.interact a {
	color: #e1071e;
	text-decoration: none;
}

#tweets a[data-scribe="element:url"] {
	color: #333333;
	text-decoration: none;
}

#tweets li {
	list-style-type: none;
	border-bottom: 2px solid #e1071e
}

#tweets ul li:last-of-type {
	border-bottom: none;
}

p.tweet {
	color: #333333;
}

.interact a {
	margin-right: 15px;
}

.filter-box-title {
	text-transform: uppercase;
	color: #e1071e;
	font-weight: normal;
}

#options label {
	color: #333333;
}

.option-set>.row {
	display: flex;
	align-items: center;
}

.option-set>.row>div {
	display: flex;
	align-items: center;
}

.option-set>.row>div>label {
	margin-left: 15px;
}

.option-set>.row>div>input {
	width: 20px;
	height: 20px;
}

#filterclear {
	background: #1e2a51;
	color: #ffffff;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
}

#block950 {
	position: relative;
	margin-bottom: 50px;
}

#slidercontrolsTeam {
	position: absolute;
	top: calc(50% - 45px);
	width: calc(100% - 120px);
	left: 60px;
	z-index: 9999;
}

.team2_nav.next {
	float: right;
}

#TeamMembers>div {
	padding-left: 0;
	padding-right: 0;
}

.teamsliderow {
	position: relative;
}

.GroupTitle {
	background: #e1071e;
	padding: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #ffffff;
}

#slideboxone,
#slideboxfive,
#slideboxsix {
	background: #e1071e;
}

#slideboxtwo {
	background: #1e2a51;
}

#slideboxthree {
	background: #4d4d4d;
}

#slideboxfour {
	background: #808080;
}

#slideboxfive,
#slideboxsix {
	padding: 10px;
}

#slideboxfive p,
#slideboxsix p {
	margin: 0px;
}

#slideboxfive a,
#slideboxsix a {
	text-decoration: none;
}

.sbtitle {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}

.sliderbox>div {
	padding: 15px;
	min-height: 220px;
}

.sbtext {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.sblink {
	margin-bottom: 0;
}

.sblink a {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#planebg {
	top: 20px;
	left: 0;
}

.contactflexrow .row {}

.news.item .newsitem {}

.dlicon {
	max-height: 60px;
}

.padtop {
	padding-top: 30px;
}

.ucase {
	text-transform: uppercase;
}

.jobblock strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.jobblock ul {
	padding-left: 20px;
	color: #333333;
}

#slider .rslides li {
	width: 100%;
	left: 0;
	top: 0;
	font-size: 0;
	line-height: normal;
}


.socials-footer {
	display: block;
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 15px;
}
#footerAbove{
	padding-top: 50px;
	padding-bottom: 25px;
}
#footerAbove .row{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
#footerAbove p{
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0;
}
.foot-social {
	margin-top: 0;
	margin-left: 15px;
	overflow: hidden;
	display: inline-block;
}

.foot-social:first-child {
	margin-left: 0;
}

.footer-title {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: dinbold;
	font-weight: normal;
}

.footerMenu li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #231f20;
	text-decoration: none;
}
.copyright {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #231f20;
	font-size: 13px;
	clear: both;
	margin-bottom: 0;
}
#footerRow > .container > .row{
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.footerMenu{
	overflow: hidden;
}
.copyright a {
	color: #231f20;
	text-decoration: none;
}

.blocktitle {
	text-transform: uppercase;
	font-weight: normal;
	font-family: dinbold;
	color: #262329;
	font-size: 42px;
}

.blocktitleyellow {
	text-transform: uppercase;
	font-weight: normal;
	font-family: dinbold;
	color: #ffcd2e;
	font-size: 42px;
}

.footer-icon {
	display: inline-block;
	max-width: 42px;
	margin-right: 15px;
}

.imgcontainer > img, .imgcontainer > a > img{
    width: 100%;
}
.whyakulacol > .imgcontainer > picture > img{
	width: 100%;
}
.downloadspec{
	background: #1dcad3;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.downloadspec p{
	margin-top: 0;
	margin-bottom: 0;
}
#filterbtnclose{
	display: none;
}
.downloadspec a{
	color: #ffffff;
	text-decoration: none;
}
.checkbox-custom-label, .checkbox-custom-label:visited, .checkbox-custom-label:focus, .checkbox-custom-label:active, .checkbox-custom-label:hover{
	outline: 0 none !important;
}
#footerAbove .container {
	position: relative;
}

#footerAbove input[type="text"] {
	width: 100%;
	background: transparent !important;
	border: 2px solid white;
	padding: 8px;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal !important;
}

#footerAbove input[type="submit"] {
	background: #ffffff;
	color: #e1071e;
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

#footerRow {
	background: #c7c8ca;
	padding-bottom: 20px;
	padding-top: 10px;
}
#footerRow p{
	color: #231f20;
}
.bgcaption>div:first-child {
	padding-left: 45px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bgcaption>div:last-child {
	padding-right: 45px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.upload-button-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.upload-button-wrapper .btn {
	background: transparent;
	border: none;
}

#sliderbottom {
	position: absolute;
	bottom: 0;
	z-index: 99;
	width: 100%
}

.upload-button-wrapper input[type="file"] {
	font-size: 100px !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	opacity: 0 !important;
}

p.CVCLtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333333;
}

.nosetjob label {
	display: block;
	margin-bottom: 10px;
}

.news-body .media {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #ffcd2e;
}
.news-body .media:last-child{
	border-bottom: 0;
}

/* ESTIO STYLES */


/* FISH STYLES */

body:not(.home_page) #footerRow {
	padding-top: 20px;
	margin-top: 40px;
}

.bgdarkgrey p {
	color: #ffffff;
}



#content>img:last-child {
	display: none;
}

.latest-news .btn-newsmore img{
	margin-left: 15px;
}
.testimonial-body p{
	font-family: dinbold;
    text-transform: uppercase;
    color: #ffcd2e;
    font-size: 28px;
    line-height: 32px;
}
.indtextbox p:first-child{
	margin-top: 0;
}
.timg{
	margin-bottom: 15px;
}
.btn-yellow img{
	margin-left: 15px;
}
.cpmaprow p{
    font-size: 22px;
}
.cpmaprow h4{
    font-size: 35px;
}

.mediablock {
	position: relative;
	margin-bottom: 15px;
}

.videogallery_content_block_div p{
    margin-top: 5px;
    font-size: 20px;
    color: #1d1d1b;
}
.custpadding p{
    margin-top: 10px;
    margin-bottom: 50px;
}
.mediablockoverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 205, 46, 0.8);
	display: none;
}

.mediablockoverlay>a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #262329;
	font-family: dinbold;
	text-transform: uppercase;
	font-size: 32px;
	text-decoration: none;
}

.mediablock:hover .mediablockoverlay {
	display: block;
}
.formpadright{
	padding-right: 5px;
}
.formpadleft{
	padding-left: 5px;
}
.btn-yellow {
	background: #ffcd2e;
	color: #231f20 !important;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: dinbold;
	padding-left: 20px;
	padding-right: 40px;
	text-decoration: none;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
}
#block1048 .pagetitle, #block1126 .pagetitle, #block1205 .pagetitle{
	margin-bottom: 0;
}
.btn-accordion {
	margin-bottom: 15px;
}
.attribute-table td{
	border-top: none !important;
	padding: 0 0 !important;
}
.product_details p{
	font-size: 17px;
}

.tcblock {
	padding-left: 30px;
	padding-right: 30px;
}

.bgdarkgrey label {
	color: #ffffff;
}

.bgdarkgrey input,
.bgdarkgrey textarea {
	background: #ffcd2e !important;
	border: none;
	color: #231f20;
	font-family: dinreg;
}

.bgdarkgrey ::-webkit-input-placeholder {
	color: #231f20;
	text-transform: capitalize;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 400;
}

.bgdarkgrey ::-moz-placeholder {
	color: #231f20;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 400;
}

.bgdarkgrey :-ms-input-placeholder {
	color: #231f20;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 400;
}

.bgdarkgrey :-moz-placeholder {
	color: #231f20;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 400;
}

.bgdarkgrey input[type="submit"] {
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #231f20 !important;
	font-size: 22px;
}

.tcblock p {
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
}

.yellowupper, .yellowupper a {
	color: #1dcad3;
	text-transform: uppercase;
	font-size: 22px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	text-decoration: none;
}
.storelocator .btn-accordion{
	margin-bottom: 0;
}
.storelocator .btn-accordion p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.storelocator .tcblock{
	margin-bottom: 0;
}
.storelocator .tcblock p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.yellowupper a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
#footerlogo {
	z-index: 99999;
	position: absolute;
    top: -170px;
    right: 0;
	max-width: 280px;
}
.full_width_row .image_content_block_div img{
	width: 100%;
}
.indrow{
	margin-bottom: 25px;
}
.newsitem img{
	max-width: 100%;
	height: auto;
}
#crow1647, #crow1651, #crow1649, #crow1653{
	padding-bottom: 0 !important;
}
.accarrow {
	float: right;
}
#crow1415, #crow1575, #crow1577, #crow1579, #crow1581, #crow1583, #crow1585, #crow1587, #crow1589, #crow1591, #crow1593, #crow1595{
	padding-top: 0 !important;
}
.footeraddress a{
	color: #ffffff;
}
.embeditems_content_block_div p{
	margin-top: 0;
	margin-bottom: 0;
}
.fullheight{
	max-height: 480px;
}
.shortheight{
	max-height: 225px;
}
.picontent .sectiontitle{
	text-align: left;
}
.picontent .sectiontitle:before{
	left: 0;
}
.producttitle{
	position: relative;
	color: #231F20;
}
.greyband{
	background: #e2e2e2;
}
.greyband .textarea_block p{
	text-align: center;
}
.greyband a{
	color: #1dcad3;
	text-decoration: none;
	font-weight: bold;
}
.whiteband.rmoreband a{
	color: #1dcad3;
	text-decoration: none;
	font-weight: bold;
}
.whiteband{
	background: #ffffff;
}
.whiteband p{
	text-align: center;
}
#content > div.newsitem{
	padding-top: 0;
	padding-bottom: 30px;
}
#content > div.newsitem .greyband{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 80px;
}
#crow1389, #crow1391{
	padding-top: 0 !important;
}
#crow1382, #crow1401{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#crow1381{
	padding-top: 0 !important;
}
.rmoreband{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#block336 .textarea_block p strong {
	font-weight: normal;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #ffcd2e;
}
.homeelements_content_block_div{
	padding-left: 0;
	padding-right: 0;
}
.whyakula_content_block_div{
	padding-left: 0;
	padding-right: 0;
}
#crow1382 .row{
	margin-left: 0;
	margin-right: 0;
}
#crow1401 .row{
	margin-left: 0;
	margin-right: 0;
}
.kcimage {
	border-radius: 50%;
}

.kctitle,
.kcinfo {
	margin-top: 0;
	margin-bottom: 5px;
}

.kcinfoblock {
	margin-bottom: 15px;
}

#crow1105 ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #231f20;
	text-transform: capitalize;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 400;
}
#crow1105 ::-moz-placeholder {
	/* Firefox 19+ */
	color: #231f20;
}
#crow1105 :-ms-input-placeholder {
	/* IE 10+ */
	color: #231f20;
}
#crow1105 :-moz-placeholder {
	/* Firefox 18- */
	color: #231f20;
}
#filterbtntwo{
	position: fixed;
	bottom: 50px;
	left: 10px;
	display: none;
	z-index: 999999;
	background: #ffffff;
}
#filterbtnclose{
	position: absolute;
	top: 10px;
	right: 25px;
	background: #1dcad3;
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px 15px;
}
#contactform ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
#contactform ::-moz-placeholder {
	/* Firefox 19+ */
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
#contactform :-ms-input-placeholder {
	/* IE 10+ */
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
#contactform :-moz-placeholder {
	/* Firefox 18- */
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
#footernewsletter{
	color: #6d6e71;
}
#footernewsletter::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #6d6e71;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
#footernewsletter::-moz-placeholder {
	/* Firefox 19+ */
	color: #6d6e71;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
#footernewsletter:-ms-input-placeholder {
	/* IE 10+ */
	color: #6d6e71;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
#footernewsletter:-moz-placeholder {
	/* Firefox 18- */
	color: #6d6e71;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.overlayBg ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.overlayBg ::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.overlayBg :-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.overlayBg :-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.overlayBg{
	max-width: 300px;
	background: rgba(29,202,211,0.9);
	padding: 20px;
}
.overlayBg form input,.overlayBg form textarea{
	background: transparent;
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid white;
	box-shadow:none;
	color: #ffffff;
}
.bgtext{
	padding: 100px 0px;
}
.overlayBg h4{
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
}
.overlayBg form input.repformsubmit{
	border-bottom: 0px;
	font-size: 18px;
	padding: 10px;
	background: #ffffff;
	border-radius: 10px;
	display: block;
	margin: 20px auto 0px;
	color: #1dcad3;
	text-transform: uppercase;
}
.textarea_block ul {
	padding-left: 20px;
	margin-top: 20px;
    margin-bottom: 20px;
}

.yellowtext {
	color: #ffcd2e;
}

#block1081 strong {
	text-transform: uppercase;
	color: #ffcd2e;
	font-size: 22px;
	font-weight: normal;
	font-family: dinbold;
}

.image_content_block_div {
	padding-top: 0;
}

#crow1119, #crow1329, #crow1334 {
	padding-top: 130px;
}

#crow336 {
	padding-top: 150px;
}

.benefit-title {
	color: #ffcd2e;
	text-transform: uppercase;
	font-family: dinbold;
}

.benefits ul {
	padding-left: 20px;
}

.bgdarkgrey .yellowupper {
	color: #ffcd2e;
	text-transform: uppercase;
	font-size: 36px;
	font-family: dinbold;
}

.bgdarkgrey .yellowupper.smaller {
	font-size: 24px;
}

.pagetitle {
	text-transform: uppercase;
	color: #262329;
	margin-top: 50px;
	font-family: dinbold;
	margin-bottom: 20px;
	font-size: 42px;
	line-height: 42px;
}

.padbtm {
	padding-bottom: 20px;
}

.bgdarkgrey {
	background: #262329;
}

.bgpalegrey {
	background: #f1f2f2;
}

.bgdarkgrey .yellowtext,
.bgdarkgrey .yellowtext a {
	color: #ffcd2e;
	font-family: dinbold;
	text-decoration: none;
}

.quote_block {
	max-width: 350px;
	float: right;
}

.quote_block p {
	color: #ffffff;
	font-family: dinreg;
	font-size: 14px;
}

.quote_block p:first-of-type {
	font-family: dinbold;
	color: #ffcd2e;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
}

.bgdarkgrey {
	padding-top: 30px;
	padding-bottom: 30px;
}

.bgdarkgrey h2 {
	color: #ffcd2e;
	text-transform: uppercase;
	font-family: dinbold;
}

.quoteclose {
	float: right;
}
.homelink_content_block_div p{
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}
.homelink_content_block_div{
	overflow: hidden;
}
.homelink_content_block_div  img{
	transition: all 1.5s ease-in-out;
}
.homelink_content_block_div:hover img{
	transform: scale(1.1);
}
.imagerollover_content_block_div .imgcontainer{
	overflow: hidden;
}
.imagerollover_content_block_div img{
	transition: all 1.5s ease-in-out;
}
.imagerollover_content_block_div:hover img{
	transform: scale(1.1);
}
.prodimagerollover_content_block_div .imgcontainer{
	overflow: hidden;
}
.prodimagerollover_content_block_div img{
	transition: all 1.5s ease-in-out;
}
.prodimagerollover_content_block_div:hover .slick-current{
	transform: scale(1.1);
}
.prodimagerollover_content_block_div{
	margin-bottom: 30px;
}
.homeprojects_content_block_div img{
	transition: all 1.5s ease-in-out;
}
.homeprojects_content_block_div:hover img{
	transform: scale(1.1);
}
.slider_content_block_div #slider:hover img{
	transform: none;
}
.slider_content_block_div #slider .slideText h2{
	display: block;
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.slider_content_block_div #slider .slideText p{
	font-size: 30px;
	color: #ffffff;
	font-weight: 300;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.slider_content_block_div #slider .slideText{
	width: 50%;
 	text-align: center;
	left: 25%;
	top: 50%;
	transform: translateY(-50%);
}
.slider_content_block_div #slidercontrols{
	display: block;
}
.slider_content_block_div #slider ul li a{
	display: block;;
}
.slider_content_block_div #slider ul li{
	width: 100%;
}
.slider_content_block_div #slidshowcontrols a{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5000000;
}
.slider_content_block_div #slidshowcontrols a.next{
	right: 40px;
}
.slider_content_block_div #slidshowcontrols a.prev{
	left: 40px;
}
.slider_content_block_div #slider{
	overflow: hidden;
}
.slider_content_block_div #slidshowcontrols ul{
	display: none;
}
.homeprojects_content_block_div .imgcontainer{
	overflow: hidden;
}
.imgcaption {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
	padding-top: 0;
	display: flex;
	display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
	padding-left: 25px;
	padding-right: 25px;
}
.homeelements_content_block_div .imgcaption p{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: normal;
}
.homeelements_content_block_div .imgcaption p:first-child{
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
}

.whyakula_content_block_div  .imgcaption p{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: normal;
}
.whyakula_content_block_div  .imgcaption p:nth-child(2){
	font-size: 28px;
	font-weight: bold;
}

#block1159 table {
	border-spacing: 0;
}

#block1159 table tr td {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: dinreg;
	color: #262329;
	vertical-align: top;
}

#block1159 table tr td p {
	font-family: dinreg;
	color: #262329;
}

#block1225 table tr td p {
	font-family: dinreg;
	color: #262329;
	margin-top: 0;
	margin-bottom: 0;
}

.smalltext {
	font-size: 14px;
}

#block1159 table tr:first-child {
	background: #ffcd2e;
}

#block1159 table tr:first-child td {
	font-family: dinbold;
	text-transform: uppercase;
}

#block1159 table tr:nth-child(2) td:first-child {
	background: rgba(255, 205, 46, 0.9);
}

#block1159 table tr:nth-child(2) td:last-child {
	background: rgba(255, 205, 46, 0.8);
}

.triplecaption .imgcaption p {
	width: 30%;
	margin-right: 5%;
	float: left;
	color: #231f20;
	text-transform: uppercase;
	font-family: dinbold;
	font-size: 24px;
	line-height: 28px;
}
#block1111 .imgcaption p:first-child{
	width: 100%;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 40px;
}
.triplecaption .imgcaption p:last-of-type {
	margin-right: 0;
}

.triplecaption .imgcaption p span {
	display: block;
	font-size: 14px;
	font-family: dinreg;
	text-transform: capitalize;
}

.rowimg {
	position: relative;
	z-index: 9999;
}

#block1186 > div > p:last-child{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
#block1186 > div > p:last-child img{
	margin-left: 10px;
	margin-top: 6px;
}

.galbox {
	margin-bottom: 15px;
	padding-left: 0;
}
.galboxright {
	margin-bottom: 15px;
	padding-right: 0;
	padding-left: 15px;
}
.galboxright .galleryrollover{
	left: 15px;
}
.fancybox-title-float-wrap .child{
	background: none !important;
	font-size: 18px;
}
.fancybox-overlay-fixed{
	z-index: 99999 !important;
}
.gallrgleft{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 15px;
}
body.products .mainimgcontainer .slick-slide{
	border: 1px solid #a7a9ac;
}
.nopad{
	padding: 0;
}
#pac-input {
	width: 100%;
	margin-top: 10px;
	border: none;
	border-bottom: 1px solid #1dcad3;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #6d6e71;
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#pac-input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #6d6e71;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

#pac-input::-moz-placeholder {
	/* Firefox 19+ */
	color: #6d6e71;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

#pac-input:-ms-input-placeholder {
	/* IE 10+ */
	color: #6d6e71;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

#pac-input:-moz-placeholder {
	/* Firefox 18- */
	color: #6d6e71;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}


.brochures > .row{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: flex-end;
    -webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
}
.modal-body .tickbox{
	padding: 0 20px;
}
.modal-content > button{
	float: right;
    width: 30px;
    height: 30px;
    background: #1dcad3;
    box-shadow: none;
    border: none;
	z-index: 999999;
	color: #ffffff;
}
.modal-body{
	clear: both;
}
.storelocator {
	position: relative;
	padding-top: 30px;
}

.shopimg {
	border-radius: 50%;
}

.notop {
	margin-top: 0;
}

.dinbold {
	font-family: dinbold !important;
}

#pac-submit {
	z-index: 999999;
	position: absolute;
	right: 0;
	top: 30px;
}

#block1158 .textarea_block p:nth-child(3) {
	font-family: dinbold;
	text-transform: uppercase;
	color: #ffcd2e;
	font-size: 28px;
	line-height: 32px;
}

.kctitle {
	color: #ffcd2e !important;
	font-family: dinbold !important;
}

.kcinfo {
	color: #252329 !important;
	font-family: dinreg !important;
}
#storyupload{
	display: none;
}
#block1129 .form_block{
	background-image: url('/fish/public_html/images/fish/formbg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
#block1158 .textarea_block{
	background-image: url('/fish/public_html/images/fish/testimonialbg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
.kcinfo span{
	color: #ffcd2e;
}
.kcinfo strong {
	font-weight: normal !important;
	font-family: dinbold !important;
}

.keycontact_block {
	padding-top: 50px;
}

#rowimg324 {
	z-index: 1;
}

#crow1157 {
	padding-top: 130px;
}

.facts {
	text-align: center;
}

.facts .textarea_block>p {
	font-size: 14px;
}

.facts .textarea_block>p:nth-child(2),.factsItem>p:nth-child(2) {
	color: #ffcd2e;
	text-transform: uppercase;
	font-family: dinbold;
	font-size: 30px;
    padding: 0px 20px;
    margin: 5px 0px;
    line-height: normal;
}
.factsItem{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.factsItem p{
    margin: 5px;
}
.facts_content_block_div h3{
    font-family: dinbold;
    font-size: 50px;
    text-transform: uppercase;
    color: #ffcd2e;
    margin-bottom: 40px;
}

.quoterow>.container>.row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	background-image: url('/fish/public_html/images/fish/quotebg.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
#crow1081>.container>.row{
	background-size: auto;
}
.tcblock ul{
	list-style-position: inside;
}
.yellowtext img{
	max-height: 20px;
    width: auto;
}
/* FISH STYLES */


/* Lauren Added */
#NewsList{
	transition: all 1.5s ease-in-out;
}
.inner_item div {
	width: 100%;
	text-align: center;
}

.inner_item p {
	margin: 5px 0px;
}

.newsletter_content_block_div .inner_item label.checkbox-custom-label {
	width: 100%;
	text-align: center;
	margin: 0px;
}
#homerow2 #block8{
	padding-left: 0;
	padding-right: 0;
}
.rowimgNutri{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.rowimgNutri h6,.rowimgNutri a:last-of-type{
    font-size: 23px;
    color: #ffcd2e;
    text-transform: uppercase;
    font-family: dinbold;
    padding-left: 15px;
    text-decoration: none;
}
.textarea_content_block_div .rowimgNutri:last-of-type{
    margin-bottom: 40px;
}
#crow1226{
    padding-top: 20px;
}
#crow1021,#crow1023{
    margin-top: 0px !important;
}
.nonlink:hover{
    cursor: default !important;
}
p.archive-link{
    margin: 5px 0px;
}
img.img-circle{
    border-radius: 50%;
}
.uctitles .textarea_block p:first-of-type{
  text-transform: uppercase;
}
.slider_content_block_div{
	padding-left: 0px;
	padding-right: 0px;
}
.fwimages img{
	width: 100%;
}


/*nathan akula*/

.whyuserow .row{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-left: 0;
	margin-right: 0;
}
.whyuserow .image_content_block_div {
	padding-left: 0;
	padding-right: 0;
}
.whyuserow .textarea_content_block_div {
	padding-left: 100px;
	padding-right: 100px;
}
.rollovertitle p:first-of-type{
	text-transform: uppercase;
	font-size: 32px;
	font-weight: normal;
	position: relative;
}
.rollovertitle p:first-of-type:not(:only-of-type){
	margin-bottom: 0px;
	line-height: normal;
}
.rollovertitle p:first-of-type:before {
    content: '';
    height: 3px;
    width: 140px;
    background: #1dcad3;
    position: absolute;
    left: 0;
    top: -5px;
}
.rollovertitle p:last-of-type:not(:only-of-type){
	margin-top: 0px;
	margin-bottom: 0;
	line-height: normal;
}
.rollovertitle p{
	margin: 30px 0;
}
.home_page .rollovertitle p{
	margin: 20px 0px;
	overflow: visible;
}
.home_page .rollovertitle p a{
	color: #ffffff;
	text-decoration: none;
}
.homelink_content_block_div .imgcontainer{
	max-height: 805px;
}
.prodrollover{
	padding-bottom: 30px;
}
.prodrollover .imgcontainer .maxh{
	max-height: 220px;
}
.logobox{
	border: 1px solid #6d6e71;
	min-height: 170px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 0;
	margin-bottom: 30px;
}
.news.item .textarea_block ul li{
	color: #231F20;
}
.news.item .textarea_block a{
	color: #231F20;
	text-decoration: underline;
}
.privacytitle{
	font-size: 24px;
	font-weight: normal;
	position: relative;
}
.recenttitle, .recenttitle a{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	margin-bottom: 0;
	color: #6d6e71;
}
.recenttitle:before {
    content: '';
    height: 3px;
    width: 140px;
    background: #1dcad3;
    position: absolute;
    left: 0;
    top: -5px;
}
.recentcollection, .recentcollection a{
	margin-top: 0;
	margin-bottom: 0;
	color: #6d6e71;
	font-weight: normal;
}
.productstitle, .productstitle a{
	font-size: 18px;
	font-weight: normal;
	position: relative;
	margin-bottom: 0;
	color: #231f20;
	text-decoration: none;
	text-align: center;
}
.productmore{
	text-align: center;
}
.productmore a{
	color: #009444;
	text-decoration: none;
	font-weight: 700;
}
.pages.life-sciences .productmore a{
	color: #0691BC;
}
.pages.physical-sciences .productmore a{
	color: #070744;
}
.pages.social-sciences .productmore a{
	color: #3d1C04;
}
.products_content_block_div .grid-item .overlay{
	min-height: 75px;
}
.productcollection{
	margin-top: 0;
	margin-bottom: 0;
}
.input-group label{
	padding-left: 40px;
	font-weight: lighter;
	letter-spacing: -1px;
}
.tealrow{
	background: #1dcad3;
}
.rmorealt{
	background: #ffffff !important;
	color: #1dcad3 !important;
}
.btn-header {
    padding-top: 5px;
    padding-bottom: 6px;
}
.filterinputs{
	transition: max-height 0.8s ease;
}
.filtersection p{
	font-size: 18px;
	color: #ffffff;
	letter-spacing: -1px;
	cursor: pointer;
	background: #6D6E71;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 35px;
	text-align: left;
}
.filtersection span{
	cursor: pointer;
	transition: transform 0.8s ease;
}
.checkout.order_confirm #content h2{
	margin-bottom: 15px;
}
#scrolltotop{
	width: 80px;
	height: 60px;
	background: #0691BC;
	color: white;
	position: fixed;
	right: 0;
	top: 50%;
	cursor: pointer;
	padding-bottom: 10px;
	box-sizing: content-box;
	font-size: 22px;
	text-align: center;
}
#scrolltotop i{
	font-size: 32px;
}
.pages.health-sciences #scrolltotop{
	background: #39b54a;
}
.pages.physical-sciences #scrolltotop{
	background: #070744;
}
.pages.social-sciences #scrolltotop{
	background: #3d1C04;
}
.btn-success{
	background: #58595b;
    color: #ffffff;
    border: none;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 22px;
    padding: 12px 25px 10px 25px;
    margin-top: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    text-align: center;
    font-weight: 400;
}
.cart_page tfoot .btn-success{
	color: #ffffff;
	text-decoration: none;
}
.outergrid{
	text-align: center;
	padding-top: 25px;
}
#cushionswatches > div > div{
	margin-bottom: 15px;
	padding-left: 0;
}
.tab-pane:focus{
	outline: none;
}
.bookreview p{
	text-align: justify;
}
.eabform .input-group{
	display: inline-flex;
	align-items: center;
}
.actualcontent p:first-child{
	margin-top: 0;
}
#cushionswatches > div{
	margin-left: 0;
}
#filters .filtersection:nth-child(-n+3) span{
	transform: rotate(180deg);
}
.btn-reset{
	top: 3px;
	right: 30px;
	background: #1dcad3;
	color: #ffffff;
	text-transform: capitalize;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 10px;
}
.filtersection span{
	position: absolute;
	right: 5px;
	top: 11px;
}
.filterrow{
	border-bottom: 1px solid #6d6e71;
	margin-bottom: 25px;
}
.filtersection {
	
}
.filtertitle{
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
	color: #979797;
}
div.sortdiv{
	float: right;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
	padding-bottom: 35px;
}
#sortby{
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
	color: #6d6e71;
}
.filterinputs::-webkit-scrollbar {
    width: 8px;
}

.filterinputs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.filterinputs::-webkit-scrollbar-thumb {
  background-color: #6d6e71;
  outline: 1px solid #6d6e71;
}
.imgthumbnails{
	margin-top: 10px;
}
.logobox img{
	width: 100%;
}
.pages.search {
	
}
/*lauren*/
.filterinputs .checkbox-custom+.checkbox-custom-label:before, .radio-custom+.radio-custom-label:before{
	background: transparent;

	position: absolute;
	left: 0px;
	top: -2.5px;
}

.checkbox-custom:checked+.checkbox-custom-label:before{
	content: '\2713';
	background: transparent;
	color: #39b54a;
	border: 1px solid #39b54a;
	box-shadow: none;
}
label:focus{
	outline: none !important;
}
/*lauren end*/


.attribute-table tr td:first-child{
	width: 150px;
}
.projects .row{
	margin-left: 0;
	margin-right: 0;
}
.projectcaption{
	position: absolute;
	left: 60px;
	bottom: 60px;
	background: #1dcad3;
	padding-left: 20px;
	padding-right: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.projectcaption p{
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
}
#crow1490{
	margin-top: 30px;
}
.projectrow{
	padding-top: 0 !important;
}
.projectrow .row{
	margin-left: 0;
	margin-right: 0;
}
.projects_content_block_div{
	padding-left: 0;
	padding-right: 0;
}
. projectrow .row{
	margin-left: 0;
	margin-right: 0;
}
.recentsearch .slickinner, .morefromrange .slickinner{
	padding: 5px;
}
.slickinner p{
	text-align: left;
}
.imgthumbnails {
	margin-left: 40px;
	margin-right: 40px;
}
.imgthumbnails .slickinner{
	padding: 10px;
}
.imgthumbnails .slickinner img{
	border: 1px solid #a7a9ac;
}
.accordrow{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.teamsliderow img{
	width: 100%;
}
body.products #logoRow{
	
}
body.pages.products #logoRow{
	
}
.mainimgcontainer{
	padding: 0;
}
.grid-item{
	padding-bottom: 25px;
}
.slick-slide:focus, .slick-slide a:focus{
	outline: none;
}
.mainimgcontainer img{
	width: 100%;
}
.mainimgcontainer .slickinner{
	position: relative;
}
.mainimgcontainer .download-image{
	display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.filterclear{
	border: none !important;
	background: #39b54a;
	color: #ffffff;
	padding: 8px 35px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 16px;
}
.newsfilterclear, .editorsfilterclear{
	border: none !important;
	background: #6D6E71;
	color: #ffffff;
	padding: 8px 35px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
}
.pages.health-sciences .filterclear, .pages.eab-health-science .editorsfilterclear {
    background: #39b54a;
}
.pages.life-sciences .filterclear, .pages.eab-life-sciences .editorsfilterclear {
    background: #0691BC;
}
.pages.physical-sciences .filterclear, .pages.eab-physical-sciences .editorsfilterclear {
    background: #070744;
}
.pages.social-sciences .filterclear, .pages.eab-social-sciences .editorsfilterclear {
    background: #3d1C04;
}
.mainlink{
	width: 0px;
	height: 0px;
	opacity: 0;
}
.hlink{
	color: #231F20;
	font-weight: bold;
}
.producttitle{
	text-align: left;
	font-weight: normal;
	color: #231F20;
	margin-bottom: 30px;
	font-size: 36px;
}
.guestcoll:first-child{
	padding-top: 25px;
}
.guestcoll{
	padding-bottom: 25px;
}
.guestcoll hr{
	margin-top: 25px;
}
.product_details{
	background: #f1f2f2;
	padding: 25px;
	overflow-y: scroll;
	max-height: 760px;
	padding-bottom: 0;
	margin-top: 25px;
}
.product_details .swatchsection{
	padding-bottom: 25px;
}
.product_details .swatchsection:last-child{
	padding-bottom: 50px;
}
.product_details p:first-child{
	margin-top: 0;
}
.product_details hr{
	color: #ffffff;
	background: #ffffff;
	border: none;
	height: 1px;
}
.attribute-table p{
	text-transform: uppercase;
	margin-bottom: 0;
}
.rangerow{
	margin-left: 0;
	margin-right: 0;
}
.rangerow > div{
	padding-left: 0;
	padding-right: 0;
}
.rangecaption{
	right: 0;
    top: 0;
    height: 100%;
    max-width: 25%;
	color: #ffffff;
	background-image: linear-gradient(to right, transparent 0%, rgba(147,149,152,1) 60%)
}
.rangecaption p{
	padding: 0px 100px 0px 240px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 32px;
	font-weight: lighter;
	line-height: normal;
}
.rangeimage{
	width: 100%;
}
.nomarg{
	margin-left: 0;
	margin-right: 0;
}
#downloadstrip{
	background: #1dcad3;
}
#dlrow{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 30px;
}
.dloadtext{
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	text-align: center;
	text-decoration: none;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.dlicon{
	margin-right: 15px;
}
.prodrollover .rollovertitle p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
}
.prodrollover .rollovertitle{
	padding-bottom: 10px;
	padding-top: 50px;
}
.homelink_content_block_div .imgcontainer{
	overflow: hidden;
}
.hospitalityrow{
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
}
.hospitalityrow .sectiontitle{
	color: #ffffff;
}
.hospitalityrow .sectiontitle:before{
	background: #ffffff;
}
.hospitalityrow p{
	color: #ffffff;
}
.newsletterinputs{
	display: flex;
	display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
	margin-bottom: 20px;
}
.newsletterinputs input[type="text"]{
	min-width: 500px;
	border: none !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
}
.newsletterinputs input[type="email"]{
	border: none !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
}
.newsletterinputs input[type="submit"]{
	background: #22c0c9;
	color: #ffffff;
	border: none !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
    text-transform: uppercase;
}
.modal-body .newsletterinputs input[type="email"]{
	width: calc(100% - 120px);
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal-body .newsletterinputs input[type="submit"]{
	min-width: 120px;
}
.modal-body .tickbox {
    padding: 0 0;
    max-width: 80%;
    margin: auto;
}
.modal-body .checkbox-custom+.checkbox-custom-label:before, .modal-body .radio-custom+.radio-custom-label:before {
    margin-left: -38px;
    margin-right: 10px;
}
#footermenus .newsletterinputs{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
}
.newsletterinputs .btn-rmore{
	padding: 12px 20px 11px 20px;
}
#newsletterModal .modal-content{
	background: #e2e2e2;
    border: none !important;
    border-radius: 0;
}
#newsletterModal{
	z-index: 999999;
}
#newsletterbutton{
	
}
#footermenus .newsletterinputs input[type="text"]{
	min-width: 300px;
	cursor: default;
}
#crow1633{
	margin-top: 30px;
}
.materials_content_block_div .greyband{
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
h4.sectiontitle{
	font-size: 24px;
	text-align: left;
	line-height: normal;
}
h4.sectiontitle:before{
	left: 0;
}
.materials_content_block_div p{
	font-size: 16px;
	line-height: normal;
}
#block1381 .container{
	max-width: 100%;
}
#crow1609, #crow1613, #crow1617, #crow341, #crow1597, #crow1598, #crow1599{
	padding-bottom: 0 !important;
}
.slickarrows .slick-arrow{
	z-index: 9999 !important;
}
.slickarrows .slick-prev{
	left: 5px !important;
}
.slickarrows .slick-next{
	right: 5px !important;
}
#filterbtn{
	display: none;
}
.swatchsection > div > div{
	margin-bottom: 15px;
	padding-left: 0;
}
.swatchsection > div{
	margin-left: 0;
}
.swatchsection > div > div img{
	width: 100%;
}
/*nathan akula*/

/*

Cambridge Scholars

*/
.categorybox .bg_block_image{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	min-height: 300px;
	background-position: center center;
	padding: 30px;
}
.categorybox .bg_block_image .container{
	width: 100%;
	z-index: 99;
}
.bg_block_image .container{
	z-index: 99;
}
.calltoaction .container{
	position: relative;
}
.overlayrollover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.categorybox:hover .overlayrollover{
	background: rgba(3,73,38,0.6);
}
.categorybox:nth-child(2):hover .overlayrollover{
	background: rgba(6,145,188,0.6);
}
.categorybox:nth-child(3):hover .overlayrollover{
	background: rgba(7,7,68,0.6);
}
.categorybox:nth-child(4):hover .overlayrollover{
	background: rgba(61,28,4,0.6);
}
.categorybox:hover{
	cursor: pointer;
}

.pages.health-sciences .categorybox:nth-child(2) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.health-sciences .categorybox:nth-child(3) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.health-sciences .categorybox:nth-child(4) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.health-sciences .categorybox:nth-child(2):hover .overlayrollover{
	background: rgba(6,145,188,0.6);
}
.pages.health-sciences .categorybox:nth-child(3):hover .overlayrollover{
	background: rgba(7,7,68,0.6);
}
.pages.health-sciences .categorybox:nth-child(4):hover .overlayrollover{
	background: rgba(61,28,4,0.6);
}


.pages.life-sciences .categorybox:nth-child(1) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.life-sciences .categorybox:nth-child(3) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.life-sciences .categorybox:nth-child(4) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.life-sciences .categorybox:nth-child(1):hover .overlayrollover{
	background: rgba(3,73,38,0.6);
}
.pages.life-sciences .categorybox:nth-child(3):hover .overlayrollover{
	background: rgba(7,7,68,0.6);
}
.pages.life-sciences .categorybox:nth-child(4):hover .overlayrollover{
	background: rgba(61,28,4,0.6);
}




.pages.physical-sciences .categorybox:nth-child(1) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.physical-sciences .categorybox:nth-child(2) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.physical-sciences .categorybox:nth-child(4) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.physical-sciences .categorybox:nth-child(1):hover .overlayrollover{
	background: rgba(3,73,38,0.6);
}
.pages.physical-sciences .categorybox:nth-child(2):hover .overlayrollover{
	background: rgba(6,145,188,0.6);
}
.pages.physical-sciences .categorybox:nth-child(4):hover .overlayrollover{
	background: rgba(61,28,4,0.6);
}


.pages.social-sciences .categorybox:nth-child(1) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.social-sciences .categorybox:nth-child(2) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.social-sciences .categorybox:nth-child(3) .overlayrollover{
	background: rgba(255,255,255,0.6);
}
.pages.social-sciences .categorybox:nth-child(1):hover .overlayrollover{
	background: rgba(3,73,38,0.6);
}
.pages.social-sciences .categorybox:nth-child(2):hover .overlayrollover{
	background: rgba(6,145,188,0.6);
}
.pages.social-sciences .categorybox:nth-child(3):hover .overlayrollover{
	background: rgba(7,7,68,0.6);
}



.featuredbox:hover .overlayrollover{
	background: rgba(139,175,173,0.6);
}
.featuredbox:nth-child(2):hover .overlayrollover{
	background: rgba(140,140,140,0.6);
}
.featuredbox:nth-child(3):hover .overlayrollover{
	background: rgba(17,58,86,0.6);
}
.featuredbox:hover{
	cursor: pointer;
}

.eventbox:hover .overlayrollover{
	background: rgba(8,16,40,0.6);
}
.eventbox:nth-child(2):hover .overlayrollover{
	background: rgba(155,88,38,0.6);
}
.eventbox:hover{
	cursor: pointer;
}

.pages.who-are-cambridge-scholars-publishing  .calltoaction:hover .overlayrollover{
	background: rgba(139,175,173,0.6);
}
.calltoaction:hover {
	cursor: pointer;
}

.pages.why-be-a-cambridge-scholars-publishing-author .calltoaction:hover .overlayrollover{
	background: rgba(122,121,120,0.6);
}
.pages.why-be-a-cambridge-scholars-publishing-author .calltoaction:nth-child(2):hover .overlayrollover{
	background: rgba(155,88,38,0.6);
}

.pages.faqs .calltoaction:hover .overlayrollover{
	background: rgba(155,88,38,0.6);
}
.pages.downloads .calltoaction:hover .overlayrollover{
	background: rgba(155,88,38,0.6);
}

.pages.health-sciences .filtersection p{
	background: #39b54a;
}
.pages.life-sciences .filtersection p{
	background: #0691BC;
}
.pages.physical-sciences .filtersection p{
	background: #070744;
}
.pages.social-sciences .filtersection p{
	background: #3d1C04;
}

.pages.eab-health-science .filtersection p{
	background: #39b54a;
}
.pages.eab-life-sciences .filtersection p{
	background: #0691BC;
}
.pages.eab-physical-sciences .filtersection p{
	background: #070744;
}
.pages.eab-social-sciences .filtersection p{
	background: #3d1C04;
}
.filtergrid{
	overflow: hidden;
	position: relative;
}
.categorybox .container p{
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
}
.categorybox .container p a{
	color: #ffffff;
	text-decoration: none;
}
.calltoaction .container p{
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 80px;
	line-height: 28px;
}
.calltoaction .container p a{
	color: #ffffff;
	text-decoration: none;
}
.calltoaction.extrabottom .container p{
	margin-bottom: 140px;
}
.calltoaction.doubleextrabottom .container p{
	margin-bottom: 220px;
}
body.products .producttitle{
	
}
.editorrow{
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.editorrow.greybg{
	
}
.featuredbox .bg_block_image{
	min-height: 400px;
	position: relative;
	background-position: center center;
}
.featuredbox .bg_block_image .container{

}
.featuredbox .container p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.featuredbox .container p:first-child{
	position: absolute;
	top: 15px;
	left: 30px;
	text-align: left;
}
.featuredbox .container p:nth-child(2){
	position: absolute;
	bottom: 15px;
	right: 30px;
	text-align: right;
}
.featuredbox:last-child .container p:nth-child(2){
	text-align: left;
	left: 30px;
	font-size: 20px;
}
.featuredbox:first-child .container p:first-child{
	color: #231f20;
}
.eventbox .bg_block_image{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	min-height: 400px;
	background-position: center center;
}
.grid-item .hovereffect{
	padding-left: 25px;
	padding-right: 25px;
}
.eventbox .bg_block_image .container{
	width: 100%;
	z-index: 99;
}
.eventbox .bg_block_image .container p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.eventbox .bg_block_image .container p:first-child{
	font-size: 22px;
}
.eventbox:first-child .bg_block_image .container p{
	text-align: right;
}
.eventbox:last-child .bg_block_image .container p{
	text-align: left;
}
.eventboxinner{
	background: #f1f2f2;
	padding: 25px;
}
.eventrow > div:first-child .eventboxinner{
	background: #e6e7e8;
}
.eventsblock > div{
	margin-bottom: 20px;
}
.eventsblock > div:nth-child(odd) .eventboxinner{
	background: #e6e7e8;
}
.eventrow{
	margin-bottom: 20px;
}
.eventboxinner .eventdate{
	font-size: 14px;
}
.eventboxinner .eventtitle{
	font-size: 28px;
}
.eventboxinner .eventcontent{
	font-size: 16px;
}
#tcblockstay{
	padding-left: 0;
	padding-right: 0;
}
#tcblockstay .news-body > .newsrow:nth-child(odd){
	background: #dcddde;
}
.greybg {
	background: #d1d3d4;
	padding-top: 40px;
	margin-bottom: 40px;
}
.palegreybg {
	background: #DCDDDE;
	padding-top: 40px;
	margin-bottom: 40px;
}
.darkgreybg{
	background: rgba(147,149,152,0.8);
}
.aboveslider{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.aboveslider p{
	width: 100%;
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 0;
	font-size: 22px;
}
.aboveslider a{
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 0;
	font-size: 22px;
	text-decoration: none;
}
.aboveslider p:last-child{
	text-align: right;
}
.download_button_block{
	z-index: 999;
    transition: all 0.5s;
    margin-right: 50px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.toplink{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	color: #ffffff;
	text-decoration: none;
	margin-right: 20px;
}
.toplink:last-child{
	margin-right: 0;
}
.toplink img{
	margin-left: 10px;
}
.collectionslider {
	padding-left: 50px;
	padding-right: 50px;
}
.editorslider {
	padding-left: 50px;
	padding-right: 50px;
}
.slick-slide img{
	margin: auto;
}
.footerlinklist{
	list-style: none;
}
.footerlinklist li{
	line-height: normal;
}
.footerlinklist li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #231f20;
	text-decoration: none;
	font-size: 14px;
}
.footerlinklist li a span{
	
}
.grid .prodimage{
	border: 1px solid #c7c8ca;
}
#crow1716{
	margin-top: 40px;
	margin-bottom: 40px;
}
.latestnews .newstitle{
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
    margin-top: 0;
	min-height: 66px;
}
.latestnews .newsrmore a{
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.bottombox{
	background: rgba(255,255,255,0.9);
	padding: 30px;
}
.latestrow{
	
}
#crow1708{
	padding-top: 0 !important;
}
.sectiontitle{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 28px;
	margin-top: 0;
}
.textarea_block p:last-child{
	margin-bottom: 0;
}
.guestcolls_content_block_div .textarea_block p:last-child{
	margin-bottom: 20px;
}
body.home_page #content > div{
	padding-top: 40px;
	padding-bottom: 40px;
}
body:not(.home_page) #content > div{
	padding-bottom: 40px;
}
#crow324{
	padding-bottom: 60px !important;
}
body:not(.home_page) #content > div:last-child{
	margin-bottom: 0;
}
#productgridarea{
	padding-top: 25px;
}
#filters{
	padding-right: 20px;
}
.news-body{
	padding-top: 50px;
}
.eventsnew_content_block_div .events{
	padding-top: 50px;
}
#NewsList{
	padding-left: 20px;
}
.regtitle{
	text-align: center;
	background: #e6e7e8;
	color: #231f20;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 15px;
}
.editors_content_block_div .editors{
	padding-top: 0;
}
.hidden-print > .navbar{
	display: none;
}
.pages.video-testimonials .textarea_block h3{
	font-weight: 400;
}
#site_map a{
	color: #231F20;
	font-weight: bold;
}
#sitemapfooter a{
	color: #231F20;
	font-weight: bold;
}
.editorrow > div{
	padding-top: 30px;
	padding-bottom: 30px;
}
.editorlocation{
	font-weight: 300;
}
.pages.meet-our-editorial-advisors .editorsfilters{
	padding-top: 5px;
}
.editormore a{
	color: #231F20;
	font-weight: bold;
}
.pages.eab-health-science .editormore a{
	color: #39b54a;
}
.pages.eab-life-sciences .editormore a{
	color: #0691BC;
}
.pages.eab-physical-sciences .editormore a{
	color: #070744;
}
.pages.eab-social-sciences .editormore a{
	color: #3d1C04;
}
p.breadcrumbs{
	margin-top: 0;
	margin-bottom: 25px;
}
.textarea_block ol{
	padding-left: 20px;
}
.dashbox{
	margin-bottom: 20px;
}
.eabsection{
	overflow: hidden;
}
.eabsection > button{
	display: block;
	margin-bottom: 0;
}
.eabsection .tcblock{
	padding-top: 40px;
}
.eabprofileform .tcblock{
	padding-bottom: 40px;
}
.eabsection:last-child{
	padding-bottom: 0 !important;
}
.eabform textarea{
	border-top: 1px solid #6d6e71 !important;
	border-left: 1px solid #6d6e71 !important;
	border-right: 1px solid #6d6e71 !important;
	font-size: 18px !important;
}
.eabform input{
	margin-top: 20px;
}
.eabform label{
	margin-top: 20px;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
}
.eabprofileform label{
	display: inline-block;
	margin-left: 40px;
}
.formbutton{
	background: #58595b;
    color: #ffffff;
    border: none;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 22px;
    padding: 12px 25px 10px 25px;
    margin-top: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
	text-decoration: none;
	line-height: 30px;
	float: none;
    margin: auto;
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
#sitemessage{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 99999;
    background: #231F20;
    color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sitemessage p{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
#sliderRow #slider{
	
}
#logoRow{
	top: 0;
}
.news_content_block_div > p, .news_content_block_div > .pagination{
	display: none;
}
#search-section{
	top: 25px;
}
.latestnews_content_block_div{
	padding-left: 0;
	padding-right: 0;
}
#crow1716{
	background-image: url('/images/sbpub/bottombg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.eabform input, .eabform textarea{
	color: #231f20 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px !important;
}
.eabform input[type="submit"]{
	color: #ffffff !important;
	font-size: 22px !important;
	display: inline-block !important;
	line-height: 30px;
}
.greybg.paler{
	background: #e6e7e8;
}
.myaccount.eabdashboard .news-body{
	padding-top: 0;
}
#tcblockevent .eventcontent p{
	margin-top: 0;
}
#tcblockevent .eventboxinner .eventdate{
	margin-top: 0;
	margin-bottom: 0;
}
#tcblockevent .eventboxinner .eventtitle{
	margin-top: 10px;
	margin-bottom: 10px;
}
/*Padding changes*/

#crow1735{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#crow1753{
	padding-top: 30px !important;
}
#crow1713{
	margin-bottom: 0;
}
#crow1704{
	padding-top: 0 !important;
}
.content_row > .row{
	margin-left: 0;
	margin-right: 0;
}
.content_row > .row > div{
	padding-left: 0;
	padding-right: 0;
}
.scontent>p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #c7c8ca;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 30px;
    float: left;
    clear: both;
    line-height: 28px;
}
.scontent>p:first-child {
    color: #ffffff;
    font-weight: 300;
}
.scontent>p:last-child {
    margin-bottom: 0;
	font-size: 22px;
}
.pages.contact .scontent>p {
	color: #ffffff;
}
.ExtraArticles{
	padding-right: 35px;
	padding-top: 10px;
	padding-left: 0;
}
.ExtraArticles .news-body{
	padding-top: 0;
}
.authorhead{
	min-height: 275px;
	opacity: 0.6;
	display: flex;
	justify-content: center;
	padding-left: 25px;
	padding-right: 25px;
	flex-direction: column;
}
#profiledocuments{
	background-image: url('/images/sbpub/profiledocuments.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#mytitles{
	background-image: url('/images/sbpub/mytitles.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#submitbook{
	background-image: url('/images/sbpub/submitbook.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#financeoverview{
	background-image: url('/images/sbpub/financeoverview.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#eabdashboard{
	background-image: url('/images/sbpub/eabdashboard.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#accountdashboard{
	background-image: url('/images/sbpub/eabdashboard.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#edit_profile{
	background-image: url('/images/sbpub/eabprofile.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#previousorders{
	background-image: url('/images/sbpub/orderimagenew.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}
#eabprofile{
	background-image: url('/images/sbpub/eabprofile.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#editorform{
	background-image: url('/images/sbpub/editorform.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#reviewtitle{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.reviewtitle{
	margin-bottom: 0;
}
.tcblock .priceitem{
	padding-bottom: 15px;
}
.smalltext a{
	text-decoration: none;
	color: #231f20;
	font-weight: 600;
}
.formbutton{
	margin-top: 15px !important;
}
#bookfilterlabel{
	clear: both;
	display: block;
}
#bookfilter{
	clear: both;
	display: block;
}
.bookselected{
	margin-top: 0;
	text-align: right;
}
.authorhead p{
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	text-align: left;
}
.nounderline{
	text-decoration: none;
}
.reviewslide{
	padding-left: 80px;
	padding-right: 80px;
}
.doctitle{
	font-size: 24px;
	margin-top: 0;
}
.reviewslide p{
	padding-left: 180px;
	padding-right: 180px;
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
#tcblockreviews .slickarrows .slick-prev{
	left: 50px !important;
}
#tcblockreviews .slickarrows .slick-next{
	right: 50px !important;
}
#tcblockreviews .greybg{
	padding-top: 50px;
	padding-bottom: 50px;
}
.financerightcol img{
	float: right;
}
.smalltitle{
	font-size: 24px;
}
.toolkit-links a, .toolkit-links img{
	display: inline-block;
}
.toolkit-links a{
	margin-right: 15px;
}
.categoryparent{
	position: relative;
}
.categorychildren{
	transition: all 1.5s ease-in-out;
}
.featslide a{
	display: block;
	padding: 15px;
}
.featslide a img{
	width: 100%;
}
.toolkit-value{
	background: grey;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ffffff !important;
	margin-top: 0;
}
.toolkit-title{
	margin-top: 50px;
}
.financetable caption{
	background: #E6E7E8;
	text-align: left !important;
	text-align: -webkit-left !important;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #808285;
	border-bottom: none;
}
.financetable th{
	background: #BCBEC0;
	font-size: 14px;
	border-top: none !important;
	border-bottom: none !important;
	border-right: 1px solid #808285;
}
.financetable tr th:first-child{
	background: transparent;
	border-left: 1px solid #808285;
}
.transactiontable tr th:first-child{
	background: #BCBEC0;
}
.milestone{
	width: 75px;
    height: 75px;
    border-radius: 50%;
	margin: auto;
}
.filterbox{
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 15px;
}
.filterbox label, .filterbox select{
	clear: both;
	float: left;
}
.filterbox label{
	color: #939598;
	font-size: 14px;
}
.filterbox select{
	background: #E6E7E8;
}
.greyline{
	position: absolute;
	top: calc(50% - 3px);
	left: 132px;
	width: calc(100% - 264px);
	background: #808285;
	height: 6px;
}
.extraseries{
	display: none;
}
.milestonebelow .milestonetext{
	margin-bottom: 0;
}
.green{
	background: #39B54A;
}
.red{
	background: #ED1C24;
}
.lightgreen{
	background: #AAD7A9;
}
.milestonetext{
	font-size: 12px;
	text-align: center;
}
.pages.book-series .breadcrumbarea{
	display: none;
}
.financetable tbody{
	border-top: none !important;
}
.financetable tr{
	border-top: none;
	border-bottom: none;
}
.financetable tr td{
	text-align: center;
	border-right: 1px solid #808285;
	border-top: none !important;
	border-bottom: none;
}
.financetable tr td:first-child{
	text-align: left;
	padding-left: 15px !important;
	border-left: 1px solid #808285;
}
.financetable{
	
}
.financetable tr:last-child{
	border-top: 1px solid #808285;
}
.financetable tr:last-child td{
	border-left: none;
	border-right: none;
	font-size: 12px;
	text-align: right;
}
.financetable tr:last-child td:last-child{
	font-size: 18px;
	text-align: center;
	background: #BCBEC0;
}
.paymenttext{
	clear: both;
	text-align: right;
}
.authorheadtitle{
	color: #ffffff;
	font-size: 22px !important;
}
.authorhead.active{
	opacity: 1;
}
.reviewsmall{
	font-size: 14px;
}
.categoryparent{
	background: transparent !important;
	color: #231f20 !important;
	padding-left: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	cursor: default !important;
}
.btn-extract{
	background: #939598;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	
}
.loadmorebtn, .editorloadmorebtn{
	font-size: 18px;
	border: none !important;
	clear: both;
}
.editors_content_block_div .editors{
	text-align: center;
}
.download-area{
	padding-top: 30px;
}
#crow1716{
	display: none;
}
.bookreviewsmall{
	font-weight: 700;
}
#sp-container{
	margin-left: -120px;
	padding-top: 30px;
	min-height: 193px;
}
.fieldData{
	padding-left: 10px;
}
.products .product_page_content .bookdesc{
	text-align: justify;
}
.formheading{
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 35px;
	
}
.search_results_block .media-body img{
	border: 1px solid #231F20;
	margin: auto;
	max-height: 230px;
}
.slick-slide img{
	border: 1px solid #231F20;
}
.grid-item img{
	border: 1px solid #231F20;
	max-height: 230px;
}
.editorrow p{
	text-align: left;
}
.editorname{
	margin-top: 0;
}
.editormore{
	margin-bottom: 0;
}
.form-group input[type="radio"]{
	margin-left: 15px;
	margin-right: 30px;
}
.formtitle{
	font-weight: bold;
}
.eabsection label{
	font-weight: bold;
}
#bookfilter{
	padding: 5px 10px;
	width: 100%;
}
.form-group.flexed{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
#crow1721, #crow1723, #crow1806, #crow1919, #crow1921, #crow1923, #crow1925, #crow1927, #crow1929, #crow2014, #crow2016{
	padding-bottom: 20px !important;
}
.smallgap{
	padding-bottom: 20px !important;
}
.series{
	background: #f1f2f2;
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
}
.series a{
	color: #231F20;
}
.spotlightimg img{
	width: 100%;
}
#NewsList .introbody img{
	max-width: 100%;
	height: auto;
}
@media all and (max-width: 1600px){
	#logoRow{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.slideText{
		top: 160px;
	}
	.scontent>p{
		margin-bottom: 20px;
	}
}
@media all and (min-width: 1600px){
	#slider > ul > li > img{
		max-height: 420px;
	}
}
@media only screen and (min-width: 300px){
	#crow1713 > .row{
		margin-right: 0;
		margin-left: 0;
	}
	#crow1715 > .row{
		margin-right: 0;
		margin-left: 0;
	}
	#crow1716 > .row{
		margin-right: 0;
		margin-left: 0;
	}
}
@media all and (max-width: 1750px){
	.scontent>p{
		font-size: 26px;
		line-height: 28px;
	}
	.scontent>p:last-child{
		font-size: 22px;
	}
	#mainLogo{
		max-height: 115px;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 1700px){
	.slideText{
		
	}
	.home_page .slideText{
		
	}
	#search-section{
		right: 100px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1500px){
	#search-section{
		right: 65px;
	}
}
@media all and (max-width: 1440px){
	#sp-container{
		margin-left: -50px;
	}
}
@media only screen and (min-width: 1350px) and (max-width: 1500px){
	.slideText{
		top: 147px;
	}
	#logoRow{
		padding-bottom: 10px;
	}
	.slideText>.container>p{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.scontent>p{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.search_box_block .input-group{
		float: right;
		margin-right: 25px !important;
	}
	.scontent>p:last-child{
		font-size: 20px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1350px){
	.slideText{
		top: 135px;
	}
	#mainLogo{
		max-height: 95px;
	}
	.scontent>p{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.search_box_block .input-group{
		float: right;
		margin-right: 25px !important;
	}
	.scontent>p:last-child{
		font-size: 22px;
	}
	#sp-container{
		margin-left: 0;
	}
	.form-container{
		margin-left: 0;
	}
	#logoRow{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.textarea_block h2, .sectionheading{
		line-height: 24px;
	}
	.pages.why-be-a-cambridge-scholars-publishing-author .matchheight.textarea_content_block_div p{
		margin: 15px 0;
		font-size: 15px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
	.slideText{
		top: 123px;
	}
	#sp-container{
		margin-left: 0;
	}
	.categorybox .bg_block_image{
		min-height: 250px;
	}
	.scontent>p{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	#mainNav>li a{
		font-size: 13px !important;
	}
	.scontent>p:last-child{
		font-size: 16px;
	}
	#mainLogo{
		max-width: 260px !important;
	}
	.pages.events .scontent>p{
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.pages.events .scontent>p:last-child{
		font-size: 18px;
		line-height: 18px;
	}
	.slideText>.container>p{
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.slideText>.container>p:last-child{
		font-size: 22px;
	}
	#logoRow{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.slideText>.container>.row{
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.textarea_block h2, .sectionheading{
		line-height: 24px;
	}
	.pages.why-be-a-cambridge-scholars-publishing-author .matchheight.textarea_content_block_div p, .pages.who-are-cambridge-scholars-publishing .matchheight.textarea_content_block_div p{
		margin: 10px 0;
		font-size: 14px;
	}
	.pages.why-be-a-cambridge-scholars-publishing-author .matchheight.textarea_content_block_div h2{
		font-size: 20px;
	}
	.pages.why-be-a-cambridge-scholars-publishing-author .matchheight.textarea_content_block_div .textarea_block p:last-child{
		margin-bottom: 0;
	}
	.pages.why-be-a-cambridge-scholars-publishing-author .matchheight.textarea_content_block_div .textarea_block{
		padding: 15px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1280px){
	.slideText{
		top: 125px;
	}
	.scontent>p {
    font-size: 24px;
    line-height: 24px;
}
}
@media only screen and (max-width: 1200px){
	.slideText{
		top: 110px;
	}
	#mainLogo{
		max-height: 80px;
	}
	
}
@media only screen and (min-width: 1025px) and (max-width: 1120px){
	.slideText{
		top: 90px;
	}
	
	#mainLogo{
		max-height: 67px;
	}
}
/* responsive amends */
@media only screen and (min-width: 2000px) {
	#homepicbtm{
		margin-top: -530px !important;
	}
	#homecaption{
		padding-top: 420px;
	}
	.home_page #footershape {
		top: -620px !important;
	}
	.home_page #footerlogo img{
		left: 115px !important;
	}
}

@media only screen and (max-width: 1600px) {
	body {
		font-size: 17px
	}
	.big_para,
	.big_para_responsive,
	.big_para_responsive_more {
		font-size: 26px;
		line-height: 1.1;
	}
	.bgimagecontent_content_block_div>div {
		padding: 60px 60px;
	}
	#block879 {
		min-height: 500px;
	}
	.more_lr_padding .col-sm-12.bgimagecontent_content_block_div>div {
		padding-right: 150px;
		padding-left: 150px;
	}
}

@media only screen and (max-width: 1440px) {
	body {
		font-size: 16px
	}
	.slidersocials a img {
		max-width: 32px;
	}
	.container {
		padding: 0 60px;
	}
	.newsitem > .container, .newsitem > .greyband > .container{
		padding: 0 60px;
	}
	.bg_block_image .container{
		padding: 0 0;
	}
	.full_width_row>.container {
		padding: 0 0 !important;
	}
	.search_box_block{
		
	}
	#search-section{
		right: 55px;
	}
	#mainNav ul.submenu,
	.account_nav ul.submenu {
		width: 260px;
	}
	#homerow1 #block9 {
		margin-top: -70px;
	}
	.circtext,
	.circtext a {
		font-size: 22px;
		line-height: 24px;
	}
	.yellowcircle {
		width: 180px;
		height: 180px;
	}
	.more_lr_padding .col-sm-12.bgimagecontent_content_block_div>div {
		padding-right: 100px;
		padding-left: 100px;
	}
	.foot-social {
		margin-left: 10px;
	}
	#mainNav {
		margin: 0 0 0 0;
	}
	.sliderbox>div {
		min-height: 205px;
	}
	#block945>div,
	#block931>div,
	#block943>div {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.newsbg_content_block_div p {
		margin-right: 140px;
	}
	.reduce_padding .bgimagecontent_content_block_div p {
		margin: 7px 0;
		font-size: 15px;
	}
	.big_para,
	.big_para_responsive,
	.big_para_responsive_more {
		font-size: 24px !important;
		line-height: 1;
	}
	.pages.dp-furniture .big_para_responsive,
	.dp-components .big_para_responsive {
		font-size: 20px !important;
		line-height: 1;
	}
	.pages.dp-furniture .bgimagecontent_content_block_div>div,
	.dp-components .bgimagecontent_content_block_div>div {
		padding: 20px 30px;
	}
	.bgimagecontent_content_block_div.col-sm-6>div {
		padding: 25px;
	}
	#block282>div {
		padding: 15px 30px;
	}
	#block866>div {
		padding: 20px 50px;
	}
	#mainNav>li {
		font-size: 15px;
	}
	#footer_logo {
		max-width: 100%;
	}
	#footer_row {
		font-size: 15px;
		margin: 100px 20px 80px 20px;
	}
    #mainNav>li a{
        font-size: 14px;
    }
	#topmenu{
		width: 570px;
	}
	.search_box_block{
		margin-right: 20px;
	}
    #mainLogo{
        max-width: 300px;
    }
	.imgcaption > .container{
		padding: 0 0;
	}
	.homeelements_content_block_div .imgcaption p:first-child{
		font-size: 26px;
	}
	.whyakula_content_block_div .imgcaption p:first-child{
		font-size: 22px;
	}
	.homelink_content_block_div .imgcontainer {
		max-height: 560px;
	}
	.rollovertitle > .container{
		padding: 0 0;
	}
	.rollovertitle p{
		margin: 30px 0;
	}
	.rollovertitle p:last-of-type:not(:only-of-type){
		margin-bottom: 0;
	}
	.fullheight{
		max-height: 430px;
	}
	.shortheight {
		max-height: 200px;
	}
	.whyuserow .textarea_content_block_div{
		padding-left: 60px;
		padding-right: 60px;
	}
	.materials_content_block_div p{
		font-size: 15px;
	}
	h4.sectiontitle{
		font-size: 22px;
	}
}

@media only screen and (max-width: 1120px) {
	body {
		font-size: 15px
	}
	#search-section{
		right: 50px;
		overflow: visible;
		top: 15px;
	}
	#topmenu{
		width: 500px;
	}
	#main-navigation{
		left: 0;
	}
	.big_para,
	.big_para_responsive,
	.big_para_responsive_more {
		font-size: 24px;
		line-height: 1;
	}
	#mainNav>li {
		font-size: 14px;
	}
	#block610 p,
	#block613 p,
	#block214 p,
	#block211 p,
	#block866 p,
	#block648 p {
		font-size: 14px;
	}
	#logo_row {
		position: static;
		padding: 10px 0;
	}
	.reduce_padding .bgimagecontent_content_block_div>div {
		padding: 20px 20px;
	}
	.bgimagecontent_content_block_div .decorbutton {
		bottom: 20px;
	}
	.bgimagecontent_content_block_div p {
		margin: 10px 0;
	}
	.col-sm-12.bgimagecontent_content_block_div>div {
		min-height: 250px;
	}
	.categorybox .container p{
		font-size: 20px;
	}
	.featuredbox .bg_block_image{
		min-height: 300px;
	}
	.col-sm-4 .decorbutton {
		width: 115px;
	}
	a#openMenu .menuHeader {
		background: transparent;
	}
	#newsletterlink {
		margin-right: 0 !important;
	}
	#homelink {
		
	}
	.slidersocials {
		top: 0px;
	}
	.sblink {
		margin-top: 5px;
	}
	.sbtext {
		margin: 5px 0;
	}
	
	.slideText>.container>p{
		font-size: 32px;
		line-height: 26px;
	}
	
	.course-more,
	.course-more a,
	.course-title,
	.job-title {
		font-size: 20px;
	}
	.textarea_block iframe {
		width: 100%;
	}
}

@media only screen and (max-width: 1025px) {
	#main-navigation{
		top: 110px;
	}
	#mainNav{
		margin: auto;
		float: none;
	}
	.rollovertitle p:first-of-type{
		font-size: 26px;
	}
	.imgcaption{
		padding-left: 15px;
		padding-right: 15px;
	}
	.homeelements_content_block_div .imgcaption p{
		font-size: 16px;
	}
	.homeelements_content_block_div .imgcaption p:first-child{
		font-size: 22px;
	}
	.whyakula_content_block_div .imgcaption p{
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.whyakula_content_block_div .imgcaption p:first-child{
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.whyakula_content_block_div .imgcaption p:nth-child(2){
		font-size: 20px;
		line-height: 18px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 10px;
	}
	#sp-container{
		margin-left: 0;
	}
	.homelink_content_block_div .imgcontainer{
		max-height: 415px;
	}
	.whyuserow .textarea_block p{
		margin-top: 0;
		margin-bottom: 0;
	}
	.whyuserow .textarea_block .sectiontitle{
		font-size: 24px;
		margin-top: 0;
	}
	.whyuserow .textarea_block .sectiontitle:before{
		top: -7px;
	}
	.slick-prev{
		left: -35px;
	}
	.slick-next{
		right: -35px;
	}
	.logobox{
		min-height: 1px;
	}
	.big_para,
	.big_para_responsive,
	.big_para_responsive_more {
		font-size: 20px !important;
	}
	.footer-title {
		font-size: 20px;
	}
	#footerAbove input[type="submit"] {
		bottom: -35px;
		right: 60px;
	}
	
	.container {
		padding: 0 60px;
	}
	.slidersocials{
		top: 40px;
		right: 30px;
		position: absolute;
	}
	.search_box_block{
		margin-right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.home_page #sliderRow {
		overflow: hidden;
		margin-bottom: 0;
	}
	.blocktitle{
		font-size: 36px;
		line-height: normal;
	}
	.yellowcircle {
		width: 150px;
		height: 150px;
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.scontent>p{
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.scontent>p:last-child {
    font-size: 16px;
}
	.sliderboxmobile {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#main-navigation{
		left: 50px;
	}
	#mainNav>li a {
		padding: 0 6px;
		font-size: 14px;
		line-height: 16px;
	}
	.col-md-24{
		padding-left: 0;
		padding-right: 0;
	}
	#mainNav ul.submenu, .account_nav ul.submenu{
		width: 165px;
	}
	#mainNav ul.submenu>li, .account_nav ul.submenu>li{
		padding: 5px 8px;
	}
	.slideText{
		top: 102px;
		right: 0;
	}
	.slideText > .container{
		padding: 0 25px;
	}
	.logocontain{
		padding-left: 0;
	}
	.search_box_block .input-group{
		float: right;
	}
	.download_button_block{
		margin-right: 0;
	}
	.prodrollover .rollovertitle{
		padding-left: 15px;
		padding-right: 15px;
	}
	.rollovertitle p:first-of-type{
		font-size: 20px;
		margin-bottom: 0;
	}
	.news-body .media-heading, h1.news-title{
		font-size: 22px;
	}
	.tickbox {
		padding: 0px 80px;
	}
	.newsitem > .container, .newsitem > .greyband > .container{
		padding: 0 60px;
	}
	.fullheight {
		max-height: 314px;
	}
	.shortheight {
		max-height: 142px;
	}
	#mainNav>li {
		font-size: 13px;
	}
	.yellowupper, .yellowupper a{
		font-size: 20px;
	}
	.slideText>.container>p {
		font-size: 24px;
		line-height: 24px;
	}
	.formpadright{
		padding-right: 15px;
	}
	.formpadleft{
		padding-left: 15px;
	}
	#crow1140{
		padding-bottom: 25px;
	}
	#footerlogo img{
		left: 120px !important;
		top: -145px !important;
	}
	.foot-social img{
		max-width: 35px;
	}
	body:not(.home_page) #footerRow{
		padding-top: 65px;
	}
	#mainLogo{
		max-height: 80px;
	}
	.search_box_block{
		margin-top: 10px;
	}
	.categorybox .container p{
		font-size: 22px;
	}
	.col-sm-12.bgimagecontent_content_block_div>div{
		min-height: 250px;
	}
	.categorybox .bg_block_image{
		padding: 20px;
	}
	.bgimagecontent_content_block_div>div{
		min-height: unset;
	}
	.slideText>.container>p:last-child{
		font-size: 18px;
	}
	.featuredbox .bg_block_image{
		min-height: 290px;
	}
	.featuredbox .container p:first-child{
		top: 10px;
		left: 20px;
	}
	.featuredbox .container p:nth-child(2){
		bottom: 2px;
		right: 20px;
	}
	.featuredbox:last-child .container p:nth-child(2){
		left: 20px;
	}
	.textarea_block h2, .sectionheading{
		font-size: 20px;
		line-height: 20px;
	}
	.textarea_block p{
		font-size: 15px;
		line-height: 16px;
	}
	.palegreybgtext .textarea_block{
		padding: 15px;
	}
}
@media (max-width: 991px){
	.info-item:nth-child(2n){
		border-right: 0px;
	}
	.info-item.no-bottom{
		border-bottom: 2px solid #ffcd2e;
	}
	.info-item.no-bottom.tabletno-bottom{
		border-bottom: 0px;
	}
}
@media only screen and (max-width: 767px){
	.info-item{
		border-right: 0px;
	}
	.info-item:nth-last-of-type(){
		border-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.home_page #sliderRow {
		overflow: hidden;
		margin-bottom: 0;
	}
	.slideText{
		top: 0;
		right: 0;
		width: 100%;
		padding-left: 60px;
		padding-right: 60px;
	}
	#slider > ul > li > img{
		max-height: 120px;
	}
	#search_form input[type="text"]{
		width: 180px;
	}
	
	.scontent>p{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.scontent>p:last-child{
		font-size: 16px;
	}
	.col-sm-24{
		padding-left: 0;
		padding-right: 0;
	}
	.eventbox{
		margin-bottom: 20px;
	}
	.eventrow{
		margin-bottom: 0;
	}
	.eventrow > div{
		margin-bottom: 20px;
	}
	.btn-accordion{
		padding-left: 0;
		padding-right: 0;
	}
	.btn-accordion p{
		font-size: 22px;
	}
	.collections > .container > .row{
		margin: 0 0;
	}
	.home_page .slideText{
		
	}
	#block1725{
		margin-bottom: 20px;
	}
	.palegreybgtext.textarea_content_block_div{
		margin-bottom: 20px;
	}
	.palegreybgtext.image_content_block_div {
		margin-bottom: 20px;
	}
	.featuredbox .bg_block_image{
		min-height: 240px;
	}
	.newsthumb{
		margin-bottom: 15px;
		width: 100%;
	}
	.slideText>.container>p{
		margin-bottom: 10px;
	}
	.slideText>.container>p:last-child{
		font-size: 16px;
	}
	.slideText>.container{
		padding: 0 0;
	}
	#logoRow{
		padding-top: 5px;
	}
	.blocktitle{
		font-size: 32px;
		line-height: normal;
	}
	a#openMenu .menuHeader h2 {
		display: none;
	}
	
	#filterbtnclose{
		display: none;
	}
	.whyakulacol{
		width: 33.3334%;
	}
	a#openMenu .menuHeader{
		text-align: right;
		display: inline-block;
		float: right;
		padding-right: 56px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.featuredbox {
		
	}
	#sliderRow #slider{
		padding-bottom: 15px;
	}
	#content > div{
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.prodimagerollover_content_block_div{
		margin-bottom: 15px;
	}
	.imgcontainer a {
		text-decoration: none;
	}
	#block1381 .rollovertitle {
		position: relative !important;
		margin-top: -70px;
	}
	.rollovertitle{
		padding-left: 20px;
		padding-right: 20px;
	}
	.rollovertitle p:first-of-type{
		font-size: 22px;
		margin-bottom: -10px;
	}
	#crow1468{
		padding-bottom: 0 !important;
	}
	#crow1559{
		margin-top: -50px;
	}
	.projectcaption{
		left: 30px;
		bottom: 30px;
	}
	.projectcaption p {
		font-size: 20px;
	}
	#block1445 .bgtext, #block1696 .bgtext{
		background-size: cover;
		background-position: 50% 22%;
		background-repeat: no-repeat;
	}
	.homelink_content_block_div .imgcontainer{
		max-height: 310px;
	}
	
	.mainimgcontainer .slick-arrow img{
		max-height: 37px;
		width: auto;
	}
	.imgthumbnails .slick-arrow img{
		max-height: 30px;
		width: auto;
	}
	.imgthumbnails .slick-next{
		right: -20px;
	}
	.imgthumbnails .slick-prev{
		left: -20px;
	}
	.producttitle{
		font-size: 28px;
	}
	.rangecaption p{
		font-size: 28px;
	}
	.recenttitle, .recenttitle a{
		font-size: 14px;
	}
	.recentcollection, .recentcollection a{
		font-size: 13px;
	}
	.sectiontitle{
		font-size: 24px;
	}
	.slider_content_block_div #slider .slideText h2{
		font-size: 32px;
	}
	.slider_content_block_div #slider .slideText p{
		font-size: 18px;
	}
	.materials_content_block_div .greyband{
		display: block;
	}
	.imgthumbnails .slickinner{
		padding: 5px;
	}
	.rollovertitle p{
		margin-bottom: 0;
	}
	.imgthumbnails{
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 10px;
	}
	#crow1688{
		padding-bottom: 0 !important;
	}
	.whyuserow .textarea_content_block_div .textarea_block{
		padding-bottom: 25px;
		padding-top: 35px;
	}
	.bgimagecontent_content_block_div>div{
		padding: 30px 30px;
	}
	.greyband.whyuserow .textarea_content_block_div .textarea_block{
		padding-top: 25px;
	}
	.pages.custom-by-akula .whyuserow > .row{
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.pages.custom-by-akula .greyband.whyuserow > .row{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	#crow1490{
		margin-top: 15px;
	}
	.materials_content_block_div > .greyband > div:nth-child(2){
		padding-top: 25px;
		min-height: 320px;
	}
	#crow1647, #crow1651, #crow1649, #crow1653{
		padding-bottom: 0 !important;
	}
	.slider_content_block_div .slideshow_nav img {
		max-height: 45px;
	}
	.fwimages .row > div {
		padding-left: 0;
	}
	.fwimages .row {
		margin-left: 0;
	}
	.materials_content_block_div {
		padding-left: 0;
	}
	#crow1647 > .container > .row, #crow1649 > .container > .row, #crow1651 > .container > .row, #crow1653 > .container > .row, #crow1655 > .container > .row{
		margin-left: 0;
	}
	#slidercontrolsTeam a img {
		max-height: 45px;
	}
	.morefromrange .slick-arrow img, .recentsearch .slick-arrow img {
		max-height: 45px;
	}
	#block1609, #block1613, #block1617, #block1621{
		padding-right: 8px;
	}
	#block1610, #block1614, #block1618, #block1622{
		padding-left: 7px;
	}
	.pages.project-installation .greyband.whyuserow > .row {
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.pages.project-installation .whyuserow .textarea_content_block_div .textarea_block {
		padding-top: 25px;
	}
	.pages.project-installation .whyuserow .textarea_content_block_div .textarea_block{
		padding-bottom: 25px;
	}
	#crow1633{
		margin-top: 15px;
	}
	.pages.project-installation .whyuserow .textarea_content_block_div .textarea_block{
		padding-top: 25px;
	}
	.checkbox-custom+.checkbox-custom-label:before, .radio-custom+.radio-custom-label:before{
		width: 20px;
		height: 20px;
	}
	.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label{
		font-size: 12px;
	}
	#contactform .checkbox-custom+.checkbox-custom-label:before, #contactform .radio-custom+.radio-custom-label:before {
		margin-left: -33px;
		margin-bottom: -7px;
	}
	.newsletter_content_block_div .checkbox-custom+.checkbox-custom-label:before, .newsletter_content_block_div .radio-custom+.radio-custom-label:before {
		margin-left: -33px;
		margin-bottom: -6px;
	}
	.pages.project-installation .whyuserow .textarea_content_block_div .textarea_block p:last-child{
		margin-top: 20px;
	}
	.news-body .media-heading, h1.news-title{
		font-size: 24px;
	}
	.newsitem > .container, .newsitem > .greyband > .container{
		padding: 0 60px;
	}
	a#openMenu .menuHeader h2{
		color: #000000;
	}
	.ExtraArticles h3{
		font-size: 24px;
		line-height: 24px;
	}
	.ExtraArticles .media-body .introbody>p{
		font-size: 16px;
		line-height: normal;
	}
	#contactform{
		padding: 0 120px;
	}
	.tickbox{
		padding: 0 60px;
	}
	.blue-seperator .container{
		padding: 0 60px;
	}
	#search-section{
		right: 0;
		top: 8px;
	}
	.download_button_block{
		margin-right: 60px;
	}
	#filterbtn{
		display: inline-block;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#filterbtntwo{
		display: block;
		bottom: 130px;
	}
	#filters {
		
	}
	div.sortdiv{
		padding-bottom: 15px;
	}
	.product_details{
		max-height: 100%;
		overflow-y: auto;
		padding-left: 60px;
		padding-right: 60px;
	}
	.rangecaption{
		max-width: 80% !important;
		padding-left: 310px;
		padding-right: 25px;
	}
	body.products #content > .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	body.products #content > .container > .row > div:first-child {
		padding-left: 75px;
		padding-right: 75px;
	}
	#recentlysearched > div > .container, #morefromrange > div > .container{
		padding-left: 60px;
		padding-right: 60px;
	}
	.mainimgcontainer .download-image{
		max-width: 40px;
	}
	.whyuserow .row{
		display: block;
	}
	.slick-prev{
		left: -50px;
	}
	.slick-next{
		right: -50px;
	}
	.rangecaption p{
		padding: 0 0 0 0 !important;
		margin: 0 0;
	}
	.yellowcircle {
		width: 150px;
		height: 150px;
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#main-navigation {
		top: 50px;
		right: 0;
	}
	#block1380{
		padding-left: 0;
	}
	#block1389, #block1391, #block1413, #block1415{
		padding-right: 8px;
	}
	#block1390, #block1392, #block1414, #block1416{
		padding-left: 7px;
	}
	.prodrollover{
		padding-bottom: 15px;
	}
	.lessrightpad{
		padding-right: 8px;
	}
	.lessleftpad{
		padding-left: 7px;
	}
	.fullheight{
		max-height: 435px;
	}
	.shortheight{
		max-height: 210px;
	}
	.logobox{
		margin-bottom: 15px;
	}
	.logos_content_block_div > .row > div{
		padding-left: 0;
	}
	.logos_content_block_div > .row{
		margin-left: 0;
	}
	.pages.why-use-akula .whyuserow .row {
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.pages.why-use-akula .greyband.whyuserow .row {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.sliderboxmobile {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#mainNav>li a {
		padding: 0 12px;
		padding-bottom: 20px;
	}
	#mainNav>li {
		font-size: 13px;
		display: inline-block;
	}
	.yellowupper, .yellowupper a{
		font-size: 20px;
	}
	#mainLogo{
		max-width: 230px;
		margin-top: 8px;
	}
	.slideText>.container>p {
		font-size: 16px;
		line-height: 18px;
	}
	.slideText>.container>p:first-child {
		font-size: 22px;
		line-height: 22px;
	}
	.search_box_block{
		margin-top: 10px;
	}
	a#openMenu .menuHeader{
		
	}
	.categorybox {
		margin-bottom: 20px;
	}
	.formpadright{
		padding-right: 15px;
	}
	.formpadleft{
		padding-left: 15px;
	}
	#crow1140{
		padding-bottom: 25px;
	}
	.foot-social img{
		max-width: 35px;
	}
	#crow1688 > .row{
		margin-left: 0;
		margin-right: 0;
	}
	#block1407, #block1694{
		width: 100%;
	}
	#block1604 .hospitalityrow{
		background-image: url('/images/akula/designtablet.jpg') !important;
	}
	#block1611 .hospitalityrow{
		background-image: url('/images/akula/procurementtablet.jpg') !important;
	}
	#block1615 .hospitalityrow{
		background-image: url('/images/akula/hospitalitytablet.jpg') !important;
	}
	#block1619 .hospitalityrow{
		background-image: url('/images/akula/cruisetablet.jpg') !important;
	}
	.sidr{
		
	}
	.sidr ul li:hover > a{
		box-shadow: none;
	}
	.sidr ul li a, .sidr ul li span{
		
	}
	.sidr ul li ul{
		background: #e2e2e2 !important;
		border-color: #ffffff;
	}
	.bottombox{
		margin-bottom: 20px;
	}
	.latestrow > div:last-child .bottombox{
		margin-bottom: 0;
	}
	#logoRow{
		background: #231F20;
		position: relative;
	}
	.pages.buy-a-book #logoRow{
		background: #3B82A8;
	}
	.pages.faqs #logoRow{
		background: #c49a6b;
	}
	.pages.meet-our-editorial-advisors #logoRow, .pages.eab-health-science #logoRow, .pages.eab-social-sciences #logoRow, .pages.eab-life-sciences #logoRow, .pages.eab-physical-sciences #logoRow{
		background: #6D6E71;
	}
	.pages.life-sciences #logoRow, .pages.health-sciences #logoRow, .pages.social-sciences #logoRow, .pages.physical-sciences #logoRow{
		background: #3B82A8;
	}
	.pages.who-are-cambridge-scholars-publishing #logoRow{
		background: #6B8B82;
	}
	.pages.why-be-a-cambridge-scholars-publishing-author #logoRow{
		background: #726658;
	}
	.pages.contact #logoRow{
		background: #FBB040;
	}
	.pages.events #logoRow{
		background: #229DA3;
	}
	.pages.latest-news #logoRow{
		background: #705871;
	}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
	#logo_row .container {
		padding: 0;
	}
	#logoRow {
		padding-top: 5px;
		padding-bottom: 55px;
		position: relative;
	}
	#logoRow{
		background: #231F20;
	}
	.pages.buy-a-book #logoRow{
		background: #3B82A8;
	}
	.pages.faqs #logoRow{
		background: #c49a6b;
	}
	.pages.meet-our-editorial-advisors #logoRow, .pages.eab-health-science #logoRow, .pages.eab-social-sciences #logoRow, .pages.eab-life-sciences #logoRow, .pages.eab-physical-sciences #logoRow{
		background: #6D6E71;
	}
	.pages.life-sciences #logoRow, .pages.health-sciences #logoRow, .pages.social-sciences #logoRow, .pages.physical-sciences #logoRow{
		background: #3B82A8;
	}
	.pages.who-are-cambridge-scholars-publishing #logoRow{
		background: #6B8B82;
	}
	.pages.why-be-a-cambridge-scholars-publishing-author #logoRow{
		background: #726658;
	}
	.pages.contact #logoRow{
		background: #FBB040;
	}
	.pages.events #logoRow{
		background: #229DA3;
	}
	.pages.latest-news #logoRow{
		background: #705871;
	}
	.product_details{
		max-height: 100%;
		overflow-y: auto;
	}
	.sidr{
		
	}
	.sidr ul li:hover > a{
		box-shadow: none;
	}
	.sidr ul li a, .sidr ul li span{
		
	}
	.download-area{
		padding-bottom: 30px;
	}
	.sidr ul li ul{
		background: #e2e2e2 !important;
		border-color: #ffffff;
	}
	#block1407{
		width: 100%;
	}
	#filterbtnclose{
		display: block;
	}
	#search_form input {
		position: relative;
		top: -5px;
	}
	.whyuserow .row{
		display: block;
	}
	.big_para,
	.big_para_responsive,
	.big_para_responsive_more {
		line-height: 1.2;
	}
	.whyakulacol, .homeelements_content_block_div{
		width: 33.3334% !important;
	}
	.slider_content_block_div #slider .slideText h2{
		font-size: 26px;
	}
	.slider_content_block_div #slider .slideText p{
		font-size: 16px;
	}
	.info-item{
		display: block;
	}
	#filterbtntwo{
		display: block;
	}
	#search-section{
		right: 15px;
	}
	a#openMenu .menuHeader{
		display: inline-block;
		float: right;
		padding-right: 15px;
	}
	#mobileMenu{
		margin-top: -45px !important;
	}
	a#openMenu .menuHeader h2{
		color: #000000;
	}
	#logoRow{
		padding-bottom: 20px;
	}
	#footerRow>.container>.row{
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}
	#footerRow>.container>.row>div:first-child{
		flex: 0 0 40%;
	}
	.account_nav {
		float: none;
		margin: auto;
	}
	.container.full_width_row .row {
		display: block;
	}
	body .container .bgimagecontent_content_block_div>div {
		padding: 20px;
		min-height: 0;
	}
	.bgimagecontent_content_block_div .decorbutton {
		position: static;
		bottom: 0;
		left: 0;
		margin-left: 0;
	}
	.newsbg_content_block_div>div {
		min-height: 0;
		padding: 20px;
	}
	.newsbg_content_block_div h4,
	.newsbg_content_block_div p {
		margin: 20px 0;
		padding: 0;
	}
	.newsbg_content_block_div p {
		padding-right: 75px;
	}
	#block340 .flexbox {
		display: block;
	}
	.info-box {
		display: block;
	}
	.info-item {
		display: block;
	}
	.inner_item {
		display: block;
		border: 0;
	}
	.inner_item label {
		margin: 0;
	}
	.info-box:before {
		background: none;
	}
	#homelink {
		left: 20px;
	}
	.slidersocials {
		top: 35px;
		right: 30px;
		position: absolute;
	}
	#logoRow {

	}
	#logoRow .container {
		padding: unset;
	}
	div#mobileMenu {
		margin-bottom: 0px;
	}
	.mobile-remove-margin-padding {
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.home_page .slideText {
		top: 0;
	}
	#homerow1 #block9 {
		margin-top: -320px;
	}
	#fishgraphic {
		margin-top: 0;
		margin-left: 0;
		max-width: 300px;
	}
	#homerow2 {
		margin-top: 0 !important;
	}
	.blocktitle{
		font-size: 24px;
	}
	#homecaption{
		padding-top: 75px;
		padding-bottom: 0;
	}
	#homepicbtm {
		margin-top: -160px !important;
	}
	#homethreeboxes {
		position: relative;
		top: unset;
		right: unset;
		display: flex;
		justify-content: center;
		background: #262329;
	}
	.yellowcircle {
		width: 150px;
		height: 150px;
		margin-left: 5px;
		margin-right: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#circletwo img{
		max-width: 80px;
	}
	#circlethree img{
		max-width: 65px;
	}
	.circtext, .circtext a{
		font-size: 19px;
		line-height: 20px;
	}
	#homecaption{
		bottom: 155px;
	}
	.home_page #footershape {
		top: -247px !important;
	}
	.home_page #footerlogo img {
		left: 85px !important;
		top: -180px !important;
	}
	.home_page .bg_darkgrey{
		clear: both;
	}
	#circleone {
		margin-top: 15px;
		margin-left: 15px;
	}
	#circletwo {
		margin-top: 15px;
	}
	#circlethree {
		margin-top: 15px;
	}
	#homecaption p a{
		font-size: 24px;
	}
	#homecaption p{
		font-size: 24px;
	}
	body:not(.home_page) .slideText {
		width: calc(100% - 60px);
		left: 30px;
		top: 0;

	}
	.scontent>p {
    font-size: 20px;
    line-height: 20px;
}
.scontent>p:last-child {
    font-size: 16px;
}
	.quoterow>.container>.row{
		display: block;
	}
	.full_width_row>.container{
		width: 100%;
	}
	
	body:not(.home_page) .slideText .container {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
	.slideText .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.slideText>.container>p {
		font-size: 16px;
		padding-top: 8px;
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 5px;
		line-height: 14px;
	}
	.formpadright{
		padding-right: 15px;
	}
	.formpadleft{
		padding-left: 15px;
	}
	.tcblock ul{
		list-style-position: inside;
	}
	#crow1119{
		padding-top: 50px;
	}
	#block1120 .textarea_block p, #block1121 .textarea_block p{
		margin-top: 0;
	}
	.pagetitle{
		font-size: 32px;
		line-height: 32px;
	}
	.facts_content_block_div h3{
		font-size: 40px;
		margin-bottom: 10px;
	}
	.bgdarkgrey .yellowupper{
		font-size: 32px;
	}
	.quote_block p:first-of-type{
		font-size: 26px;
		line-height: 32px;
	}
	.btn-accordion p{
		font-size: 22px;
	}
	body:not(.home_page) .slidersocials {

	}
	body:not(.home_page) .slidersocials a {

	}
	.home_page .slidersocials {

	}
	#logoRow a.newsletterlink {
		float: unset;
		position: absolute;
		top: 6px;
		right: 0;
	}
	.sliderboxes {
		display: none;
	}
	.section_title {
		font-size: 24px;
	}
	.supportbox img {
		max-height: 45px;
	}
	.supportbox * {
		text-align: center;
	}
	.supportbox p {
		margin: 10px 0px;
	}
	.boxtitle {
		text-align: center;
		padding-top: 10px;
		line-height: normal;
	}
	#TeamMembers>div {
		padding-right: 0px;
		padding-left: 0px;
	}
	.teamsliderow {
		flex-direction: column-reverse;
	}
	.contactflexrow .row {
		flex-direction: column;
	}
	iframe {
		width: 100%;
		height: 300px;
	}
	.contactflexrow .textarea_block p {
		text-align: center;
	}
	.contactflexrow .textarea_block p img {
		margin: 0 auto;
	}
	#recaptcha1 {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	#crow1688 > .row{
		margin-left: 0;
		margin-right: 0;
	}
	#block1407, #block1694{
		width: 100%;
	}
	#block1604 .hospitalityrow{
		background-image: url('/images/akula/designtablet.jpg') !important;
	}
	#block1611 .hospitalityrow{
		background-image: url('/images/akula/procurementtablet.jpg') !important;
	}
	#block1615 .hospitalityrow{
		background-image: url('/images/akula/hospitalitytablet.jpg') !important;
	}
	#block1619 .hospitalityrow{
		background-image: url('/images/akula/cruisetablet.jpg') !important;
	}
}

@media (max-width: 500px) {
	#homelink {
		margin-bottom: 0 !important;
	}
	#filtersnew{
		display: none;
		position: fixed;
		top: 0;
		z-index: 999999;
		background: #fff;
		width: 100%;
		left: 0;
		padding: 25px;
		
		height: 100%;
		overflow-y:scroll;
	}
	#crow1753{
		padding-bottom: 0 !important;
	}
	#crow1738{
		padding-top: 0 !important;
	}
	#filterbtnclose{
		display: block;
	}
	.product_page_content {
		padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
	}
	.download-area{
		padding-bottom: 30px;
	}
	.nav-tabs>li>a{
		padding: 10px 12px;
		margin-right: 0;
	}
	.nav-tabs>li{
		margin-right: 10px;
	}
	#mobileMenu {
		clear: both;
		margin-top: 21px !important;
    padding-bottom: 20px;
	}
	.slideText{
		padding-left: 25px;
		padding-right: 25px;
		top: 0;
	}
	.scontent>p {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.scontent>p:last-child {
		font-size: 14px;
	}
	.eventrow{
		margin-bottom: 0;
	}
	.eventrow > div{
		margin-bottom: 20px;
	}
	#logoRow {

	}
	#block1725{
		margin-bottom: 20px;
	}
	.palegreybgtext .textarea_block, .palegreybgtext img{
		margin-bottom: 20px;
	}
	.calltoaction .container p{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.calltoaction > div{
		padding: 20px 20px !important;
	}
	.col-sm-12.calltoaction{
		margin-bottom: 20px;
	}
	
	.footerMenu ul > li:nth-child(2){
		padding-right: 0;
	}
	.footerMenu ul > li:nth-child(5){
		padding-right: 0;
	}
	
	.search_box_block i{
		font-size: 20px;
    vertical-align: middle;
    padding-top: 3px;
	padding-left: 5px;
	}
	#logoRow{
		background: #231F20;
	}
	.pages.buy-a-book #logoRow{
		background: #3B82A8;
	}
	.pages.faqs #logoRow{
		background: #c49a6b;
	}
	.pages.meet-our-editorial-advisors #logoRow, .pages.eab-health-science #logoRow, .pages.eab-social-sciences #logoRow, .pages.eab-life-sciences #logoRow, .pages.eab-physical-sciences #logoRow{
		background: #6D6E71;
	}
	.pages.life-sciences #logoRow, .pages.health-sciences #logoRow, .pages.social-sciences #logoRow, .pages.physical-sciences #logoRow{
		background: #3B82A8;
	}
	.pages.who-are-cambridge-scholars-publishing #logoRow{
		background: #6B8B82;
	}
	.pages.why-be-a-cambridge-scholars-publishing-author #logoRow{
		background: #726658;
	}
	.pages.contact #logoRow{
		background: #FBB040;
	}
	.pages.events #logoRow{
		background: #229DA3;
	}
	.pages.latest-news #logoRow{
		background: #705871;
	}
	.eventboxinner .eventdate{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.eventboxinner .eventtitle{
		font-size: 22px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.eventboxinner .eventcontent{
		margin-top: 0;
		margin-bottom: 0;
	}
	#footerlogo{
		margin: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footerMenu ul > li{
		display: inline-block;
	}
	.editorname{
		margin-top: 0;
	}
	html, body{
		overflow-x: hidden;
	}
	.content_row > .row{
		margin-left: 0;
		margin-right: 0;
	}
	.content_row > .row > div{
		padding-left: 0;
		padding-right: 0;
	}
	body.products #content > .container > .row > div:first-child{
		padding-left: 30px;
		padding-right: 30px;
	}
	.mainimgcontainer .slick-arrow img {
		max-height: 45px;
		width: auto;
	}
	
	.mainimgcontainer .download-image{
		max-width: 40px;
	}
	.imgthumbnails .slickinner {
		padding: 5px;
	}
	.swatchsection > .row{
		margin-left: 0;
	}
	.swatchsection > .row > div{
		padding-left: 0;
	}
	.swatchsection > .row > div > img{
		width: 100%;
	}
	.whyuserow .row{
		display: block;
	}
	.pages.why-use-akula .whyuserow .row{
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.pages.why-use-akula .greyband.whyuserow .row{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.pages.why-use-akula .whyuserow .textarea_block{
		padding-bottom: 25px;
	}
	.newsletter_content_block_div .checkbox-custom+.checkbox-custom-label:before, .newsletter_content_block_div .radio-custom+.radio-custom-label:before{
		margin-bottom: -9px;
		margin-right: 15px;
	}
	#crow1502 > .row{
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	#crow1686 > .row{
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.pages.project-installation .whyuserow .textarea_content_block_div .textarea_block {
		padding-top: 25px;
	}
	.pages.custom-by-akula .whyuserow .textarea_content_block_div .textarea_block {
		padding-top: 25px;
	}
	.pages.project-installation .greyband.whyuserow > .row{
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	#block1687 .textarea_block{
		padding-bottom: 25px;
	}
	#filterbtn{
		display: inline-block;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.pages.project-installation .whyuserow .textarea_block p:last-child{
		margin-top: 20px;
	}
	.pages.project-installation .greyband.whyuserow .textarea_content_block_div .textarea_block {
		padding-bottom: 25px;
	}
	.news-body .media-heading, h1.news-title{
		font-size: 22px;
	}
	.newsitem p {
		font-size: 18px;
		line-height: normal;
	}
	#contactform{
		padding: 0 20px;
	}
	.tickbox {
		padding: 0px 50px;
	}
	.uctitles .textarea_block p:first-of-type{
		font-size: 18px;
		font-weight: bold;
	}
	.uctitles .textarea_block{
		text-align: center;
	}
	.map_overlay p{
		font-size: 16px;
	}
	.mapov_contact{
		font-size: 14px;
		margin-top: 15px;
	}
	.storelocator{
		padding-top: 0;
	}
	.map_overlay{
		padding-left: 20px;
		padding-right: 20px;
		max-width: 210px;
		left: 45%;
	}
	.newsletterinputs input[type="text"]{
		min-width: 200px;
	}
	.newsletter_content_block_div .tickbox{
		max-width: 250px;
	}
	#filters{
		display: none;
	}
	.sortdiv{
		margin-bottom: 15px;
	}
	.producttitle{
		font-size: 22px;
		line-height: 28px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.sectiontitle{
		font-size: 22px;
	}
	.productstitle, .productstitle a{
		line-height: 18px;
	}
	#filters{
		position: fixed;
		width: 100%;
		top: 0px;
		z-index: 999999;
		background: rgb(255, 255, 255);
		left: 0px;
		overflow-y: scroll;
		height: 100%;
		padding-top: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}
	#filterbtntwo{
		display: block;
	}
	.rollovertitle{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
	}
	.whyakulacol{
		width: 50% !important;
	}
	
	.copyright{
		text-align: center;
		margin-top: 10px;
	}
	.aboveslider p{
		font-size: 20px;
		text-align: left;
	}
	#footermenus{
		text-align: center;
	}
	.footerMenu{
		display: inline-block;
		clear: both;
		margin: auto;
	}
	.homeprojects_content_block_div{
		margin-bottom: 30px;
	}
	#footerRow{
		text-align: center;
	}
	.socials-footer{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.recentsearch, .morefromrange {
		margin-left: 40px;
		margin-right: 40px;
	}
	#main > li:nth-child(2) a{
		font-size: 14px;
	}
	a#openMenu .menuHeader h2{
		display: none;
	}
	.morefromrange .slick-arrow img, .recentsearch .slick-arrow img{
		max-height: 40px;
	}
	#block1390, #block1392{
		margin-bottom: 0;
	}
	#TeamMembers>div {
		padding-left: 0;
		padding-right: 0;
	}
	#slidercontrolsTeam{
		width: calc(100% - 30px);
		left: 15px;
		top: calc(50% - 19px);
	}
	#sliderRow #slider{
		padding-bottom: 15px;
	}
	#content > div{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#crow1842{
		padding-top: 20px !important;
	}
	#crow1727{
		padding-bottom: 20px !important;
	}
	#block1727{
		padding-bottom: 20px;
	}
	#crow1720{
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	#crow1754{
		padding-top: 5px !important;
	}
	.whyakula_content_block_div .imgcaption p:first-child{
		margin-top: 0;
		margin-bottom: 0;
	}
	.whyakula_content_block_div .imgcaption p:nth-child(2){
		margin-top: 0;
		font-size: 20px;
	}
	#slidercontrolsTeam a img{
		max-height: 32px;
	}
	#block1329 > div p:last-child{
		text-align: left;
	}
	#block1329 .testimonial-body p{
		font-size: 22px;
		line-height: 24px;
	}
	#block1329 .testimonials p img{
		max-width: 70px;
		height: auto;
	}
	#block1329 .testimonials p:last-child img{
		float: right;
		transform: rotateZ(180deg);
	}
	#block1334 > div p:last-child{
		text-align: left;
	}
	#block1334 .testimonial-body p{
		font-size: 22px;
		line-height: 24px;
	}
	.prodimagerollover_content_block_div{
		margin-bottom: 15px;
	}
	#block1334 .testimonials p img{
		max-width: 70px;
		height: auto;
	}
	#block1334 .testimonials p:last-child img{
		float: right;
		transform: rotateZ(180deg);
	}
	#NewsList{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#content .newsitem > .container{
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.indrow button span{
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}
	#block1115 button span{
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}
	#crow1116{
		padding-bottom: 25px;
	}
	#block338 .formsSubmit{
		display: flex;
		display: -webkit-flex;
		align-items: flex-end;
		-webkit-align-items: flex-end;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	#block1208 .formsSubmit{
		display: flex;
		display: -webkit-flex;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	#block1208 .formsSubmit input[type="submit"]{
		order: 2;
		margin-left: 0;
	}
	#block1208 .formsSubmit #recaptcha1{
		order: 1;
	}
	#block1208 .info-box p{
		text-align: left;
	}
	#block1129 input[type="submit"]{
		width: 150px;
		height: 60px;
	}
	#block338 .formsSubmit input[type="submit"]{
		order: 2;
	}
	#block338 .formsSubmit #recaptcha1{
		order: 1;
	}
	#crow1119{
		padding-top: 25px;
	}
	#crow344{
		padding-bottom: 50px;
	}
	#block1111 .imgcontainer a{
		display: none;
	}
	#contactform .row > div{
		clear: both;
	}
	#block1136 img{
		max-width: 100%;
		height: auto;
	}
	.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label{
		font-size: 12px;
	}
	.checkbox-custom+.checkbox-custom-label:before, .radio-custom+.radio-custom-label:before{
		width: 20px;
		height: 20px;
	}
	.blue-seperator .textarea_content_block_div{
		border-right: none;
	}
	.info-item{
		display: block;
	}
	.gallery_block{
		padding-bottom: 25px;
	}
	#pac-input{
		font-size: 16px;
	}
	#pac-submit{
		max-width: 30px;
		top: 12px;
	}
	#main-navigation{
		top: 39px;
	}
	.download_button_block{
		margin-right: 15px;
	}
	#crow1637{
		padding-top: 0 !important;
	}
	.slider_content_block_div #slider .slideText{
		bottom: unset;
		width: 80%;
		left: 10%;
	}
	.slider_content_block_div #slider .slideText h2{
		font-size: 24px;
	}
	#sliderOuter > .row{
		margin-left: 0;
		margin-right: 0;
	}
	.slider_content_block_div #slider .slideText p{
		font-size: 16px;
	}
	.materials_content_block_div .greyband{
		display: block;
	}
	#crow1688 > .row{
		margin-left: 0;
		margin-right: 0;
	}
	.container {
		width: 100% !important;
		padding: 0 20px !important;
	}
	.bg_block_image .container{
		padding: 0 0 !important;
	}
	.eventbox>div{
		padding: 0 25px !important;
	}
	.eventbox{
		margin-bottom: 20px;
	}
	.categorybox{
		margin-bottom: 20px;
	}
	.featuredbox{
		margin-bottom: 20px;
	}
	#search_form input {
		top: 0;
	}
	.search_box_block {
		margin-top: 18px;
		margin-right: auto;
		margin-left: auto;
		right: 0;
		left: 0;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		position: absolute;
	}
	.footerlogo{
		display: none;
	}
	.search_box_block .input-group{
		float: right;
	}
	#search_form input[type="text"]{
		width: 160px;
	}
	#homerow2 #block8{
		background: #262329;
	}
	#homepicbtm{
		display: none;
	}
	#footerRow>.container>.row{
		display: block;
	}
	.product_details{
		overflow-y: auto;
		max-height: 100%;
	}
	body.products #content > .container{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.slideText>.container>p {
		font-size: 20px;
		line-height: 14px;
	}
	.slideText>.container>p:first-child {
		font-size: 15px;
		line-height: 16px;
		margin-bottom: 0;
	}
	.slideText{
		top: 35px;
		right: 0;
		width: 100%;
	}
	.home_page .slideText{
		top: 35px;
	}
	#slider > ul > li > img{
		min-height: 180px;
	}
	#block1445 .bgtext{
		background-size: cover;
		background-position: 43% 50%;
		background-repeat: no-repeat;
	}
	#crow1370{
		margin-bottom: 15px;
	}
	#crow1388{
		margin-top: 15px;
	}
	#block1389, #block1391{
		margin-bottom: 15px;
	}
	#crow1698{
		padding-bottom: 0 !important;
	}
	.specialproducts_content_block_div .prodrollover{
		padding-bottom: 0;
	}
	.logos_content_block_div {
		padding-left: 30px;
	}
	.btn-rmore{
		padding-top: 6px;
		padding-bottom: 6px;
	}
	#block1381 .rollovertitle{
		position: relative !important;
		margin-top: -70px;
	}
	.imgcontainer a{
		text-decoration: none;
	}
	.homeelements_content_block_div .imgcaption{
		display: block;
		padding-top: 50px;
	}
	.whyakula_content_block_div .imgcaption{
		display: block;
		padding-top: 20px;
	}
	.slider_content_block_div .slideshow_nav img{
		max-height: 32px;
	}
	.slider_content_block_div #slidshowcontrols a.next{
		right: 15px;
	}
	.slider_content_block_div #slidshowcontrols a.prev{
		left: 15px;
	}
	.materials_content_block_div > .greyband > div:nth-child(2){
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#crow1647, #crow1651, #crow1649, #crow1653, #crow1655, #crow1621{
		padding-bottom: 0 !important;
	}
	#crow1651, #crow1649, #crow1653, #crow1655, #crow1611, #crow1615, #crow1619{
		padding-top: 0 !important;
	}
	#crow1633{
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	.sidr{
		
	}
	.sidr ul li:hover > a{
		box-shadow: none;
	}
	.sidr ul li a, .sidr ul li span{
		color: #231F20;
	}
	.sidr ul li ul{
		background: #e2e2e2 !important;
		border-color: #231F20;
	}
	.logobox, #crow1644, #crow1675, #crow1673, #crow1695{
		margin-bottom: 15px;
	}
	#block1696 .bgtext {
		background-size: cover;
		background-position: 43% 50%;
		background-repeat: no-repeat;
	}
	#crow1674{
		padding-bottom: 10px !important;
	}
	.logos_content_block_div > .row > div{
		padding-left: 0;
	}
	#contactform input, #contactform textarea{
		font-size: 18px;
	}
	a#openMenu .menuHeader {
		padding-left: 0;

	}
	.quoterow>.container>.row{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	#search-section{
		right: 0;
		left: 0;
		z-index: 9999;
		top: 160px;
	}
	#homelink{
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		text-align: center;
	}
	#sitemessage{
		height: 90px;
	}
	#sitemessage p{
		font-size: 14px !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	#mainLogo{
		margin-left: auto;
		margin-right: auto;
	}
	.download_button_block{
		justify-content: center;
		-webkit-justify-content: center;
	}
	.toplink{
		margin-right: 5px;
	}
	.toplink img{
		max-height: 25px;
		margin-left: 10px;
	}
	#sliderRow {
		margin-bottom: 0;
	}
	.slideText .container {
		padding: 0 !important;
	}
	.home_page .slideText {
		
	}
	.home_page #sliderbottom{
		bottom: 5px;
	}
	.home_page .blocktitle{
		font-size: 28px;
	}
	.yellowtable>tbody>tr>td{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 12px;
	}
	.yellowtable>thead>tr>th{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 13px;
	}
	.home_page #footerlogo img {
		left: 50px !important;
		top: -145px !important;
	}
	.blocktitleyellow{
		font-size: 32px;
	}
	#homecaption p{
		font-size: 22px;
		width: 100%;
		margin-bottom: 0;
		line-height: normal;
	}
	#homerow3 #block8 .textarea_block p{
		padding-right: 0 !important;
	}
	.home_page .bg_white .row{
		margin-left: 0;
		margin-right: 0;
	}
	#homerow2 #block8{
		padding-left: 0;
		padding-right: 0;
	}
	#homecaption p a{
		font-size: 22px;
	}
	#homethreeboxes{
		position: relative;
		top: unset;
		right: unset;
	}
	#circleone img{
		max-width: 26px;
	}
	#circletwo img{
		max-width: 50px;
	}
	#circlethree img{
		max-width: 40px;
	}
	.circtext, .circtext a{
		font-size: 16px;
		line-height: 16px;
	}
	#circleone{
		margin-top: 15px;
		margin-left: 15px;
	}
	#circletwo{
		margin-top: 15px;
	}
	#circlethree{
		margin-top: 15px;
	}
	#homerow3 #block9{
		padding-bottom: 0;
	}
	.yellowcircle{
		width: 105px;
		height: 105px;
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#homerow2{
		margin-top: 0 !important;
	}
	#crow656{
		padding-bottom: 25px;
	}
	.home_page .slideText>.container>p {

	}
	.info-item{
		border-right: 0;
	}
	.storyupload{
		max-width: 100%;
	}
	#crow1259{
		padding-bottom: 25px;
	}
	.home_page .bg_white{
		clear: both;
		background: #ffffff;
	}
	.home_page .bg_darkgrey{
		clear: both;
	}
	#block8,
	#block1002,
	#block1003,
	#block1004,
	#block960,
	#block964 {
		padding-bottom: 0;
	}
	.bgcaption>div:first-child {
		padding-left: 15px;
	}
	.bgcaption>div:last-child {
		padding-right: 15px;
	}
	#footerAbove input[type="submit"] {
		bottom: -40px;
		right: 20px;
	}
	#logoRow>.container {
		padding: 0 15px !important;
	}
	.logocontain {
		text-align: left !important;
	}
	#topmenu{
		width: 360px;
	}
	#topmenu a{
		margin-left: 5px !important;
		margin-right: 5px !important;
		font-size: 12px;
	}
	.pres > .row > div > .row{
		display: flex;
		flex-direction: column;
	}
	.pres > .row > div > .row > div{
		width: 100%;
	}
	.pres > .row > div > .row > div > p{
		margin-top: 0;
	}
	.facts_content_block_div h3{
		font-size: 32px;
		line-height: normal;
	}
	.facts .textarea_block>p:nth-child(2), .factsItem>p:nth-child(2){
		font-size: 24px;
	}
	#block1158 .textarea_block p:nth-child(3) {
		font-size: 18px;
		line-height: normal;
	}
	#crow1158{
		padding-bottom: 30px;
	}
	.logobox:nth-child(2n){
		border-right: 0;
	}
	.logobox:nth-child(3), .logobox:nth-child(4){
		border-top: 3px solid #ffcd2e;
	}
	.nutri-inner table tr:first-child td{
		font-size: 16px;
	}
	.benefiticon{
		margin-bottom: 15px;
	}
	.formpadright{
		padding-right: 15px;
		overflow: hidden;
	}
	.formpadright input:last-child{
		margin-bottom: 0;
	}
	.formpadleft{
		padding-left: 15px;
	}
	.nutri-inner table tr td{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.tabletitle{
		padding-left: 10px;
		font-size: 14px;
	}
	.tcblock{
		padding-left: 15px;
		padding-right: 15px;
	}
	.recent-link, .archive-link{
		margin-bottom: 0;
	}
	.news-meta{
		margin-bottom: 15px;
	}
	.news.item .contentText .container{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#content > div.newsitem .greyband{
		margin-bottom: 30px;
	}
	#crow336{
		padding-top: 50px;
	}
	.cpmaprow h4{
		font-size: 28px;
		text-align: center;
	}
	.cpmaprow p{
		font-size: 18px;
	}
	#crow1222{
		padding-bottom: 0;
	}
	.galbox{
		padding-left: 15px;
	}
	.gallrg{
		padding-right: 15px;
		padding-left: 15px;
	}
	#crow1157{
		padding-top: 35px;
	}
	#homelink{
		left: 0;
		position: relative;
	}
	.slidersocials{
		display: flex;
		top: 20px;
		padding-top: 0;
	}
	.foot-social img{
		max-width: 30px;
	}
	.footer-title{
		line-height: normal;
	}
	#footermenus{
		padding-top: 0;
	}
	.slideText>.container>p{
		font-size: 15px;
		line-height: 12px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	#mainLogo{
		max-width: 150px;
		margin-top: 10px;
	}
	.benefit-title{
		font-size: 24px;
	}
	#block1081 strong{
		font-size: 18px;
	}
	.footer-title{
		font-size: 18px;
	}
	.slideText>.container>p{
		padding-left: 15px;
		padding-right: 15px;
	}
	.projectcaption{
		left: 20px;
		bottom: 20px;
	}
	.projectcaption p{
		font-size: 18px;
	}
	.pages.custom-by-akula .greyband.whyuserow .textarea_block{
		padding-bottom: 25px;
	}
	.rollovertitle p{
		margin-bottom: 0;
	}
	.imagerollover_content_block_div{
		margin-bottom: 15px;
	}
	#crow1413{
		padding-bottom: 0 !important;
	}
	#crow1559{
		padding-top: 0 !important;
	}
	.fwimages .row > div{
		width: 50% !important;
		padding-bottom: 15px;
	}
	#crow1463{
		padding-bottom: 0 !important;
	}
	.materials_content_block_div {
		margin-bottom: 15px;
	}
	.news-navigation a{
		font-size: 18px;
	}
	.pagetitle {
		font-size: 26px;
		line-height: 26px;
		margin-top: 25px;
	}
	.btn-accordion{
		padding-left: 10px;
		padding-right: 10px;
	}
	.btn-accordion p{
		font-size: 16px;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		max-width: 85%;
		position: relative;
	}
	
	#block1069 .btn-accordion p {
		position: relative;
		max-width: none !important;
		padding-right: 20%;
	}
	.faqs{
		padding-bottom: 25px;
	}
	#crow1329{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#crow1334{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.accarrow {
		float: right;
		right: calc(20px - 25%);
		position: absolute;
		top: calc(50% - 10px);
		max-height: 20px;
	}
	.accarrowtwo {
		float: right;
		right: 25px;
		position: absolute;
	}
	.team_member_item .row{
		display: flex;
		flex-direction: column;
		clear: both;
		margin-left: 0;
		margin-right: 0;
	}
	.team_member_item .row div{
		width: 100%;
	}
	#topmenu{
		position: absolute;
		right: 0;
		top: 195px;
	}
	#main-navigation {
		right: 0;
		z-index: 9999;
	}
	a#openMenu .menuHeader{
		display: inline-block;
		float: right;
		padding-right: 10px;
		padding-top: 0;
	}
	a#openMenu .menuHeader h2{
		color: #000000;
	}
	#block1379{
		padding-bottom: 15px;
	}
	.homeelements_content_block_div {
		width: 50% !important;
	}
	#logoRow {
		padding-top: 45px;
		padding-bottom: 90px;
		position: relative;
	}
	.rollovertitle p:first-of-type{
		font-size: 22px;
	}
	.team_job_title{
		margin-bottom: 0;
	}
	#block1041 .textarea_block p, #block1042 .textarea_block p{
		margin-top: 0;
	}
	#sliderbottom{
		bottom: 35px;
	}
	.yellowupper, .yellowupper a{
		font-size: 18px;
	}
	.cqclogo {
		max-width: 150px;
		margin-right: 20px;
	}
	.cat-title {
		font-size: 22px;
	}
	.inner_item {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}
	#block942 {
		padding-left: 45px;
		padding-right: 45px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#block1407, #block1694{
		width: 100% !important;
	}
	#block1604 .hospitalityrow{
		background-image: url('/images/akula/designtablet.jpg') !important;
	}
	#block1611 .hospitalityrow{
		background-image: url('/images/akula/procurementtablet.jpg') !important;
	}
	#block1615 .hospitalityrow{
		background-image: url('/images/akula/hospitalitytablet.jpg') !important;
	}
	#block1619 .hospitalityrow{
		background-image: url('/images/akula/cruisetablet.jpg') !important;
	}
}
@media (max-width: 320px){
	#sliderbottom {
		bottom: 55px;
	}
	#mainLogo{
		max-width: 110px;
	}
	.slidersocials a{
		margin-right: 6px;
	}
	#topmenu{
		width: 320px;
		top: 145px;
	}
	#topmenu a {
		margin-left: 3px !important;
		margin-right: 3px !important;
		font-size: 11px;
	}
}
@media (max-width: 1920px){
	.rangecaption{
		max-width: 35%
	}
	.rangecaption p{
		padding: 0px 80px 0px 240px;
	}
}


/* responsive amends */
@media (min-width: 992px){
	.col-md-pull-12{
		margin-left: -75%;
	}
	.col-md-push-6{
		margin-left: 25%;
	}
}
@media (max-width: 330px){
	#pac-input::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: #6d6e71;
		text-transform: uppercase;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 12px;
	}

	#pac-input::-moz-placeholder {
		/* Firefox 19+ */
		color: #6d6e71;
		text-transform: uppercase;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 12px;
	}

	#pac-input:-ms-input-placeholder {
		/* IE 10+ */
		color: #6d6e71;
		text-transform: uppercase;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 12px;
	}

	#pac-input:-moz-placeholder {
		/* Firefox 18- */
		color: #6d6e71;
		text-transform: uppercase;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 12px;
	}
	.search_box_block{
		margin-top: 0;
	}
}
.news.item #logoRow{
		background: #705871;
	}
	.pages.eab-physical-sciences #logoRow, .pages.eab-health-sciences #logoRow.pages.eab-social-sciences #logoRow, .pages.eab-life-sciences #logoRow{
		background: #6D6E71;
	}