/*
Theme Name: Karrageen
Author: Webfroth
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

/* Cool little hack to hide mobile menu before JS runs. #mm-menu ID is hidden until JS runs and adds .mm-menu Class */
#mm-menu:not(.mm-menu) {
  display: none;
}

@media print {
  body {
    background: #fff;
  }
}
.no-script {
  display: none;
}
span.btn {
  background-color: green;
  color: white;
  padding: 5px 15px;
  margin: 20px 0;
  display: inline-block;
  cursor: pointer;
}
/* Default Style
--------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.form-select,
.views-exposed-widget {
  max-width: 100%;
}
/*.logged-in .date-combo.form-wrapper{
	display: block!important;
}*/
body {
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
  padding: 10px 5px 5px 47px;
  margin: 5px 0;
  border-radius: 7px;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

ins {
  background-color: #fdfc9b;
  text-decoration: none;
}

mark {
  background-color: #fdfc9b;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  height: 1px;
  background: #e8e8e8;
  margin: 7px 0;
  border: none;
  clear: both;
  float: none;
  width: 100%;
}

input,
select {
  vertical-align: middle;
}

input.form-submit {
  -webkit-appearance: none;
}

select {
  border-radius: 4px;
  border: 1px solid #acacac;
  padding: 3px 4px;
}

.remove-margin {
  margin-right: 0 !important;
}

fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.4615em;
  padding: 1.5385em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
  width: 100% !important;
  background: #ececec;
}

th,
tr,
td {
  vertical-align: middle;
}

.sticky-header th,
.sticky-table th {
  border-bottom: 3px solid #fff;
  padding-right: 1em;
  text-align: left;
}

th {
  background: #393939;
  padding: 10px;
  color: #fff;
}

th a {
  color: #fff;
}

td {
  background: #f8f8f8;
  color: #666;
  text-align: left;
  padding: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

tr.even,
tr.odd {
  border-bottom-color: #fff;
}

td.active {
  background: #eee;
}

td a {
  color: #18a8a4;
}

html {
  background: #2e2e2e;
}

body {
  font: normal 14px/24px "Open Sans", sans-serif;
  color: #000;
  background: #fff;
}

.container {
  position: relative;
}

#menubar {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 20;
  padding: 0 !important;
  height: 100px;
}

.logged-in #menubar {
  top: 28px;
}

#logo {
  z-index: 5;
  position: relative;
  float: left;
  background: #fff;
  height: 100%;
  padding-right: 50px;
  -webkit-clip-path: polygon(0 0, 100% 1%, 91% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 1%, 92% 100%, 0% 100%);
}

#logo img {
  width: 200px;
  height: auto;
  padding: 24px 0px 0px 20px;
  margin: 0px;
}

.icon-link-contact {
  right: 0px;
  background-position: top right;
}

.mastercontainer {
  overflow: hidden;
  position: relative;
  padding-top: 147px;
}
.page-entityform .mastercontainer,
.page-manage .mastercontainer {
  max-width: 1600px;
  width: 80%;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
#post-content a {
  /* text-decoration: underline; */
  /* font-weight: 600; */
}

a {
  text-decoration: none;
  color: #049865;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #5a5a5a;
}

#admin-menu .dropdown .admin-menu-toolbar-category > a:hover {
  background: #6492c1;
}

p {
  margin: 0 0 0.8em;
  letter-spacing: 0.04em;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul,
ol {
  padding-left: 20px;
  padding-bottom: 20px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#mobilemenuicon {
  width: 43px;
  z-index: 100;
  color: #fff;
  font: normal 46px "Open Sans", sans-serif;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  line-height: 30px;
  height: 34px;
  position: absolute;
  top: 30px;
  right: 5px;
  color: #fff;
  padding: 0px 10px;
}

#mobilemenuicon:focus {
  outline: none;
}

span.submitted {
  margin-bottom: 20px;
  display: block;
  font-style: italic;
  text-align: center;
}

.field-name-field-article-image {
  margin-bottom: 30px;
  text-align: center;
}

#headerright {
  position: absolute;
  right: 0px;
  top: 0px;
}

#headerright span,
#headerright span a {
  display: block;
  text-align: right;
  color: grey;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0px 0px 10px 0px;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.page-title {
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
  line-height: 40px;
  display: none;
}

.front .page-title:before {
  content: "Spectra ";
  color: #e30613;
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 10px;
}

h2 {
  font-size: 21px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 13px;
}

#wrapper {
  margin: 0px auto;
}

#content-contain {
}

.page-user #content-contain {
  padding: 50px 2%;
}

#head {
  float: left;
  width: 100%;
  position: relative;
}

#headright {
  float: right;
}

#headerone {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

#navigation {
  margin: 0px auto;
}

.mainmenu {
  z-index: 1;
}

#main-menu {
  position: absolute;
  top: 34px;
  left: 0px;
  width: 100%;
  text-align: center;
  top: 5px;
}
#main-menu ul {
  padding: 0;
  display: inline-block;
  float: right;
}

#main-menu ul ul {
  float: left;
  padding: 0;
}

#main-menu > ul > li {
  list-style-type: none;
  float: left;
}

#main-menu li li {
  border: none;
}

#main-menu li a {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

#main-menu > ul.menu > li > a:hover,
#main-menu > ul.menu > li > a:active {
  color: #eee;
}

#main-menu li li a:hover,
#main-menu li li a:active {
  color: #d5d5d5;
  box-shadow: none;
  padding: 12px 20px 8px 20px;
}

#main-menu li a .sf-sub-indicator {
  display: block;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
}

#main-menu li li a,
#main-menu li li a:link,
#main-menu li li a:visited {
  border-top-width: 0;
  background: #fff;
  color: #000;
  font-size: 13px;
  padding: 10px 10px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 17px;
  width: 200px;
  text-align: left;
}

#main-menu li li a:hover,
#main-menu li li a:active {
  color: #fff;
  text-shadow: none;
  padding: 10px;
  background: #393939;
}

#main-menu li ul {
  height: auto;
  padding: 4px;
  left: -9999px;
  position: absolute;
  width: 200px;
  z-index: 9999;
}

#main-menu li ul a {
  width: 160px;
}

#main-menu li ul ul {
  margin: -38px 0 0 160px;
}

#main-menu li:hover > ul,
#main-menu li.sfHover ul {
  left: auto;
}

#main-menu ul li.leaf,
#main-menu ul li.expanded,
#main-menu ul li.collapsed {
  list-style: none;
}

#main-menu li.expanded,
#main-menu li.collapsed,
#main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#main-menu li ul li.expanded li a {
  left: 20px;
  margin-top: -3px;
}

.field-name-field-profile-image img {
  border-radius: 50%;
  margin-bottom: 10px;
}

.node {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sidebar .block {
  margin-bottom: 50px;
}

.sidebar .block > h2 {
  font-size: 25px;
  font-weight: 300;
  color: #888;
  margin-top: 20px;
}

.sidebar .block > h2:after {
  content: "";
  height: 5px;
  width: 40px;
  background: #e0d2b8;
  display: block;
  margin: 15px 0;
}

.share-fb,
.share-tw,
.share-gp {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 15px 10px;
  font-weight: bold;
}

.share-fb,
.share-fb:hover {
  color: #3b5898;
}
.share-tw,
.share-tw:hover {
  color: #6daaea;
}
.share-gp,
.share-gp:hover {
  color: #e24f15;
}

.field-name-body img {
  height: auto;
}

.inserted {
  padding-top: 10px;
  max-width: 100%;
  height: auto;
}

.inserted.img-left {
  padding: 20px;
  padding-left: 0px;
}

.inserted.img-right {
  padding: 20px;
  padding-right: 0px;
}

.block {
  margin-bottom: 0px;
}

/* Footer logos */

#block-block-11 .content {
  text-align: center;
}

#block-block-11 .content img {
  display: inline-block;
}

/* Slideshow */

#block-views-slideshow-block .content {
  position: relative;
  overflow: hidden;
}

#block-views-slideshow-block .caption-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: 300;
  text-align: center;
  height: 520px;
  line-height: 520px;
}

#block-views-slideshow-block .caption-wrap.empty {
  display: none;
}

#block-views-slideshow-block .caption {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  background: #e30613;
  background: #e30613;
}

#block-views-slideshow-block .views-row:nth-of-type(2n) .caption {
  background: #399f49;
}

.slideshow-subcaption {
  font-size: 20px;
}

/* Image Blocks */

#block-views-image-blocks-block .content {
  overflow: hidden;
}

#block-views-image-blocks-block .views-row {
  float: left;
  margin-bottom: 20px;
  position: relative;
}

#block-views-image-blocks-block .views-row a.nolink {
  pointer-events: none;
}

#block-views-image-blocks-block .views-row img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#block-views-image-blocks-block .views-row .caption {
  position: absolute;
  left: 0px;
  bottom: 20px;
  background: #e30613;
  color: #fff;
  padding: 5px 20px;
  font-size: 20px;
  display: inline-block;
  float: left;
  max-width: 80%;
}

#block-views-image-blocks-block .views-row:nth-of-type(2n-1) .caption {
  background: #399f49;
}

/* Blog / Article Feed */

#block-views-all-content-block-2 {
  overflow: hidden;
}

#block-views-all-content-block-2 h2 {
  color: #fff;
  /* text-align: center; */
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#block-views-all-content-block-2 .views-row {
  /* background: #fff; */
  /* float: left; */
  margin-bottom: 20px;
}

#block-views-all-content-block-2 .views-field-title a {
  color: #000;
}

#block-views-all-content-block-2 .views-field-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 20px 20px 0;
}

#block-views-all-content-block-2 .views-field-created {
  font-size: 11px;
  padding-right: 20px;
  display: none;
}

#block-views-all-content-block-2 .views-field-field-article-image {
  /* float: left; */
  margin-bottom: -7px;
}

#block-views-all-content-block-2 .views-field-field-article-image img {
  width: 100%;
  height: auto;
  border-radius: 60px;
  overflow: hidden;
}

body .messages {
  width: 96%;
  margin: 0 auto 30px;
  max-width: 1140px;
}

@-webkit-keyframes messageRemove {
  0% {
    opacity: 1;
    margin-top: 5px;
  }
  90% {
    opacity: 1;
    margin-top: 5px;
  }
  100% {
    opacity: 0;
    margin-top: -30px;
  }
}
@-moz-keyframes messageRemove {
  0% {
    opacity: 1;
    margin-top: 5px;
  }
  90% {
    opacity: 1;
    margin-top: 5px;
  }
  100% {
    opacity: 0;
    margin-top: -30px;
  }
}
@-o-keyframes messageRemove {
  0% {
    opacity: 1;
    margin-top: 5px;
  }
  90% {
    opacity: 1;
    margin-top: 5px;
  }
  100% {
    opacity: 0;
    margin-top: -30px;
  }
}
@keyframes messageRemove {
  0% {
    opacity: 1;
    margin-top: 5px;
  }
  90% {
    opacity: 1;
    margin-top: 5px;
  }
  100% {
    opacity: 0;
    margin-top: -30px;
  }
}

body div.warning {
  background-color: #fffecb;
  color: #ff9421;
}

body div.warning a {
  color: #0074bd;
}

body div.error {
  background-color: #ffdddd;
  color: #c70000;
}

body div.error a {
  color: #0074bd;
}

body div.status {
  background-color: #d6ffcb;
  color: #1a7000;
  z-index: 99999999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body div.status a {
  color: #0074bd;
}

#foot {
}

#mc_embed_signup {
  text-align: center;
  padding: 50px 0;
}

#mc_embed_signup .form-text {
  border: none;
}

#mc_embed_signup .submit {
  margin-top: 10px;
}

/*-------------------------------------------*
/* Flexslider
/*-------------------------------------------*/

.flexslider {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: none;
  position: relative;
}

.flexslider .slides > li {
  display: block;
}

#block-views-slideshow-block .views-row {
  z-index: 1 !important;
}

.flex-direction-nav a:before {
  display: none;
}

/*-------------------------------------------*
/* Main Slideshow Banner
/*-------------------------------------------*/
/*.paragraphs-items-full.paragraphs-items-field-paragraphs-full .flex-direction-nav {
    top: 50%;
    width: 100%;
    position: absolute;
    z-index: 99;
}

.paragraphs-items-full.paragraphs-items-field-paragraphs-full .flex-direction-nav a.flex-next {
    right: 0!important;
    position: absolute;
    top: 0;
    opacity: 0!important;
}
 */
.paragraph-item.paragraph-slideshow .flex-direction-nav {
  position: absolute;
  bottom: 50%;
  z-index: 9;
  width: 100%;
}
.paragraph-item.paragraph-slideshow .flex-direction-nav a.flex-next {
  right: 0 !important;
  position: absolute;
  top: 0;
  opacity: 0.2 !important;
}
.paragraph-item.paragraph-slideshow .flex-direction-nav a.flex-prev {
  opacity: 0.2 !important;
}
.paragraph-item.paragraph-slideshow .flex-direction-nav a.flex-prev:hover,
.paragraph-item.paragraph-slideshow .flex-direction-nav a.flex-next:hover {
  opacity: 1 !important;
}
.paragraph-half-width-slideshow .flex-direction-nav {
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
}
.paragraph-half-width-slideshow.fadeInRight .flex-direction-nav {
  top: 0;
  left: 0;
}
.flexslider .flex-direction-nav a {
  text-indent: -99999999px;
  color: transparent;
  z-index: 999999;
  text-shadow: none;
  height: 25px;
  width: 25px;
  opacity: 1 !important;
  padding: 20px;
  background: url("images/arrow-green.png") no-repeat center;
  margin: 3px;
  background-color: white;
}

.flexslider a.flex-prev {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.form-submit {
  padding: 8px 20px;
  border: none;
  box-shadow: none;
  color: #454545;
  cursor: pointer;
  border-radius: 0px;
  background: #ddd;
  font-size: 16px;
  font-weight: 300;
  margin-right: 5px;
}

.form-submit:hover {
  background-color: #5d6762;
  color: #fff;
}

input.form-checkbox,
input.form-radio {
  vertical-align: baseline;
}

.form-text,
textarea {
  padding: 6px 5px;
  width: 96%;
  width: calc(100% - 22px);
  max-width: 400px;
  font-family: "Arial";
}

.form-text,
textarea,
select {
  /* border-radius: 3px; */
  border: 1px solid #cecece;
  padding: 10px;
  border-radius: 5px;
}

textarea {
  max-width: 100%;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/

.item-list .pager li {
  border-radius: 3px;
  margin-right: 4px;
  font-size: 16px;
}

.credit a {
  color: #fff;
}

/*-------------------------------------------*
/* Prmary Tabs
/*-------------------------------------------*/

ul.primary li a {
  color: #22283a;
  border: none;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  margin: 10px;
  background: #5598a9;
  color: #fff;
}

ul.primary li a:hover {
  background: #111524;
}

ul.primary li.active a {
  display: none;
}

.tabs-wrapper {
  margin-bottom: 10px;
  position: fixed;
  bottom: -10px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.tabs-wrapper ul.primary {
  border-bottom: none;
  padding: 0px;
}

/* Footer */

#bottom {
  background: #2e2e2e;
  color: #eee;
  padding: 60px 0;
}

#copyright {
  color: #fff;
  font-size: 10px;
  background-color: #000000;
  text-align: center;
  padding: 10px 0 30px 0;
}

#copyright span {
  display: block;
  line-height: 17px;
  font-size: 13px;
}

#copyright .credit {
  padding-top: 10px;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #ffffff;
}

#bottom {
  background-color: #059866;
}

#bottom .block .content,
#bottom .block .content li,
#bottom .content a {
  color: #ffffff;
  text-transform: none;
}
.region-footer-fourth .content {
  padding-left: 0 !important;
}
#bottom .content a:hover {
  color: #eeeeee;
}

#bottom h2 {
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 12px;
  position: relative;
}

#bottom h2:after {
  background: #69c1a3;
  width: 50px;
  height: 4px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
}

#bottom .block {
  margin-bottom: 0px;
}
.region-footer-third .content {
  padding-left: 0 !important;
}
#bottom .block .content {
  color: #ffffff;
  padding-left: 12px;
}

#bottom .block .content li {
  list-style-image: none;
  list-style-type: disc;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
}

#bottom .block .content li a {
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px dotted white;
}

#bottom .block .content li:before {
  background: #fff;
  height: 1px;
  width: 5px;
  top: 10px;
  display: block;
  /* content: ''; */
  position: absolute;
  left: -12px;
}

#bottom ul {
  padding-left: 0px;
}

/* Header Icons */

#block-block-10 .content a {
  text-indent: -999999px;
  background: url("images/info.png") no-repeat center;
  background-size: contain;
  display: block;
  width: 26px;
  height: 26px;
  float: left;
  margin-top: 17px;
}

#block-block-10 .content a.contact {
  background: url("images/contact.png") no-repeat center;
  background-size: contain;
  margin-left: 40px;
}

/* Social */

#block-block-11 {
  position: relative;
  overflow: hidden;
}

#block-block-11 .content {
  text-align: right;
}

#block-block-11 .content a {
  width: 42px;
  height: 42px;
  margin-left: 10px;
  text-indent: -999999px;
  font-size: 0px;
  display: inline-block;
}

#block-block-11 .content a.facebook {
  background: url("images/facebook.png") no-repeat center;
  background-size: contain;
}
#block-block-11 .content a.tripadvisor {
  background: url("images/tripadvisor.png") no-repeat center;
  background-size: contain;
}
#block-block-11 .content a.googleplus {
  background: url("images/googleplus.png") no-repeat center;
  background-size: contain;
}
#block-block-11 .content a.twitter {
  background: url("images/twitter.png") no-repeat center;
  background-size: contain;
}

/* Elios Features Block */

#block-block-12 {
  overflow: hidden;
  position: relative;
}

#block-block-12 h2 {
  text-align: center;
}

#block-block-12 img {
  display: block;
  margin: 0 auto;
}

#block-block-12 .feature {
  display: block;
  margin-bottom: 10px;
}

#block-block-12 .feature-text {
  position: relative;
}

#block-block-12 .feature-text:before,
#block-block-12 .feature-text:after {
  position: absolute;
  background: #ab0d16;
  width: 100%;
  height: 3px;
  content: "";
  bottom: 8px;
  left: 15px;
}

#block-block-12 .feature-text:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: auto;
  right: -15px;
  bottom: 4px;
}

#block-block-12 .feature.four .feature-text:before,
#block-block-12 .feature.five .feature-text:before,
#block-block-12 .feature.six .feature-text:before {
  right: 15px;
  left: auto;
}

#block-block-12 .feature.four .feature-text:after,
#block-block-12 .feature.five .feature-text:after,
#block-block-12 .feature.six .feature-text:after {
  right: auto;
  left: -15px;
}

#block-block-12 .feature-title {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}

/** Karrageen styles **/

.paragraph-slideshow, .paragraph-video: {
  margin-top: -47px;
}
.paragraph-item .paragraph-slideshow, .paragraph-item .paragraph-video: {
  margin-top: 0 !important;
}

/** Karrageen Header Slideshow **/
.paragraph-slideshow .field-name-field-slideshow-caption {
  bottom: 0;
  right: 0;
  left: auto;
  background: rgba(16, 51, 55, 0.4);
  font-size: 18px;
  text-transform: none;
  line-height: 24px;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.field-name-field-slideshow-caption .field-item.even {
  z-index: 99999999;
  position: relative;
}
.paragraph-slideshow .field-name-field-slideshow-caption:before {
  height: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  border-bottom: 90px solid rgba(16, 51, 55, 0.8);
  border-left: 30px solid transparent;
  left: 52%;
  top: 0;
  z-index: 9;
}
.paragraph-slideshow .field-name-field-slideshow-caption:after {
  height: 0;
  width: 2.1%;
  content: "";
  display: block;
  position: absolute;
  border-bottom: 90px solid rgba(16, 51, 55, 0.5);
  border-left: 30px solid transparent;
  left: 50%;
  top: 0;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  z-index: 5;
}

/** Karrageen Image Tiles border **/
.paragraph-slideshow {
  border-bottom: solid 6px #ffffff;
}
.paragraph-image-tiles .columns {
  border-bottom: solid 6px #ffffff;
}

.paragraph-half-width-slideshow {
}
.field.field-name-field-caption.field-type-text {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 8px;
  letter-spacing: 5px;
  position: relative;
  line-height: 46px;
}
.field.field-name-field-caption.field-type-text:after {
  width: 50%;
  height: 2px;
  display: block;
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: -14px;
  left: 25%;
}

.field.field-name-field-sub-caption.field-type-text {
  margin-top: 20px;
}
/** Karrageen Call To Actions **/
.paragraph-call-to-action .columns {
  width: 49%;
}
.paragraph-call-to-action a {
  background: #059866;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.paragraph-call-to-action a:hover {
  background: #066041;
  color: #ffffff;
}
/** full width on rates page **/
.page-node-155 .paragraph-call-to-action .columns.column-0,
.page-node-156 .paragraph-call-to-action .columns.column-0 {
  width: 100% !important;
  box-sizing: border-box;
}

/** Header slideshow **/
.paragraph-slideshow {
  min-height: 250px;
}
.flexslider .slides img {
  min-height: 250px;
}

@media screen and (min-width: 768px) {
  .paragraph-slideshow .field-name-field-slideshow-caption {
    text-align: right;
    padding: 20px 100px 20px 0;
  }
  .paragraph-half-width-slideshow .float-left .paragraph-slideshow {
    border-right: solid 3px #ffffff;
    box-sizing: border-box;
  }
  .paragraph-half-width-slideshow .float-right .paragraph-slideshow {
    border-left: solid 3px #ffffff;
    box-sizing: border-box;
  }
  .paragraph-image-tiles .columns {
    border-left: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
  }
  .paragraph-image-tiles .columns:first-of-type {
    border-left: none;
  }
  .paragraph-image-tiles .columns:last-of-type {
    border-right: none;
  }
}

.paragraph-image-columns .columns img,
.paragraph-image-tiles .columns img {
  /* max-width: 100px!important; */
}

.paragraph-image-columns .paragraph-content.container {
  text-align: center;
}

/* Target the first paragraph item and give a negative margin only if its a slideshow or video */

.field-name-field-paragraphs
  > .field-items
  > .field-item:first-child
  .paragraph-slideshow,
.field-name-field-paragraphs
  > .field-items
  > .field-item:first-child
  .paragraph-video-banner {
  margin-top: -147px;
}

/* Blog article page - not full width */

.node-type-article .without-inner-sidebar {
  max-width: 1600px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.node-type-article h1.page-title {
  display: block;
  text-align: center;
}
div.views-megarow-content .megarow-header {
  position: relative !important;
}

/** Bookings forms **/
.page-eform-submit #content-contain {
  max-width: 1100px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
.tabledrag-toggle-weight-wrapper,
td.field-multiple-drag {
  display: none;
}
#field-guests-values th label {
  padding-left: 10px !important;
}

.page-eform-submit-booking-form-static
  .field-name-field-guests
  th.field-label
  label:after {
  content: "- (Max. of 4 person occupancy. All guests must be listed.)";
  font-size: 12px;
  letter-spacing: 1px;
}

.group-people-and-pets,
#field-address-add-more-wrapper fieldset,
.group-address,
.group-additional-requirements,
.group-contact-details,
.group-other,
.group-estimate {
  /* border: none; */
  margin: 0 0 20px 0;
  padding: 10px;
  position: relative;
  background-color: #f8f8f8;
}
.field-type-datetime legend,
.group-people-and-pets legend,
.form-item-field-additional-requirements-und > label,
.field-type-addressfield legend,
.form-item-field-date-und-0 > label,
.group-additional-requirements legend,
.group-contact-details legend,
.group-other legend,
.group-estimate legend,
.group-admin-info legend,
.group-address legend {
  background-color: #393939;
  display: block;
  width: 100%;
  padding: 10px;
  color: white;
  font-weight: bold;
  margin-left: -11px !important;
  border: 1px solid #393939;
}
.group-estimate a {
  color: white;
  text-align: center;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.group-estimate legend,
.field-type-datetime legend {
  background-color: #059866 !important;
  border-color: #059866 !important;
}
.group-estimate .fieldset-legend-prefix {
  display: none !important;
}
.group-estimate span.fieldset-legend {
  padding: 0 !important;
  background-image: none !important;
}
#field-estimate-add-more-wrapper label {
  display: none !important;
}
#field-estimate-add-more-wrapper input {
  text-align: center;
  display: block;
  margin: 0 auto;
  border: none;
  background-color: #f8f8f8;
  font-size: 20px;
}
.form-item-field-estimate-und-0-value > div {
  text-align: center;
}
.group-estimate .summary {
  display: none;
}
.date-form-element-content-multiline {
  padding: 0 !important;
  border: none !important;
}
.form-item-field-date-und-0-show-todate {
  display: none;
}
div#edit-field-date fieldset {
  padding: 10px !important;
}
div#edit-field-guests {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
div#edit-field-guests td {
  border-right: none;
}
#edit-field-guests .form-item {
  margin: 0;
}
.megarow-content fieldset .fieldset-legend {
  margin-top: 0 !important;
  position: relative !important;
}

/** social links in the footer **/
div#block-block-11 .content {
  text-align: left;
  padding-left: 0 !important;
}
/* hide the admin area on creating a booking form **/
.not-logged-in.page-eform-submit-booking-form-static .group-admin-info,
.not-logged-in.page-eform-submit-booking-form-touring .group-admin-info {
  display: none;
}

.page-eform-submit-booking-form-static
  .group-additional-requirements
  div.field-type-list-text,
.page-eform-submit-booking-form-touring
  .group-people-and-pets
  div.field-type-list-integer {
  width: 33.333%;
  float: left;
}
@media screen and (max-width: 776px) {
  .page-eform-submit-booking-form-static
    .group-additional-requirements
    div.field-type-list-text,
  .page-eform-submit-booking-form-touring
    .group-people-and-pets
    div.field-type-list-integer {
    width: 100%;
    display: block;
  }
}

#field-guests-values tr {
  width: 50% !important;
  display: inline-table;
}
#field-guests-values thead tr {
  width: 100% !important;
}

.page-eform-submit-booking-form-static
  #field-guests-values
  tbody
  tr:nth-child(5),
.page-eform-submit-booking-form-static
  #field-guests-values
  tbody
  tr:nth-child(6),
.page-eform-submit-booking-form-static
  #field-guests-values
  tbody
  tr:nth-child(7),
.page-eform-submit-booking-form-static
  #field-guests-values
  tbody
  tr:nth-child(8) {
  display: none !important;
}

/** Gallery **/
.paragraph-gallery {
  padding-bottom: 50px;
}

/** menu **/
@media screen and (min-width: 767px) and (max-width: 1300px) {
  div#logo {
    width: 100%;
    float: none;
    clip-path: none;
    text-align: center;
    padding: 0 !important;
  }
  #logo img {
    transform: none;
    margin-top: 10px;
    text-align: center;
    padding: 0;
  }
  #main-menu {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    top: 75px;
    background: rgba(0, 0, 0, 0.5);
  }
  #main-menu ul {
    float: none;
  }
  #menubar {
    height: 75px;
  }
}

/** Manage your booking **/
#block-peritus-karrageen-customer-search-customer-search {
  text-align: center;
}
#block-peritus-karrageen-customer-search-customer-search form input {
  margin: 5px 10px;
}
#block-peritus-karrageen-customer-search-customer-search
  form
  input[type="submit"],
#block-peritus-karrageen-booking-search input[type="submit"] {
  background-color: #059866;
  color: white;
}
.page-manage .view-bookings .views-field {
  margin-bottom: 2px;
}
.page-manage .view-bookings .views-field span.views-label {
  font-weight: bold;
}
#block-peritus-karrageen-booking-search {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
#block-peritus-karrageen-booking-search input {
  margin-bottom: 10px;
}
.info-alert {
  text-align: center;
  margin-bottom: 30px;
}
.date-combo.form-wrapper {
  display: none;
}
.datepicker_start,
.datepicker_end {
  width: 50%;
  float: left;
}
.datepicker_end .ui-datepicker-inline,
.datepicker_start .ui-datepicker-inline {
  margin: 20px auto;
  display: block;
}
@media screen and (max-width: 650px) {
  .datepicker_start,
  .datepicker_end {
    width: 100%;
    float: none;
  }
}
.datepicker_end:after {
  content: "";
  clear: both;
  width: 100%;
  display: block;
  height: 1px;
}
.clearfix {
  clear: both;
  width: 100%;
  display: block;
}

.fieldset-white,
.group-admin-info {
  margin: 0 0 20px 0;
  padding: 0 10px 10px;
  position: relative;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}

body.page-eform-submit-booking-form-static,
body.page-eform-submit-booking-form-touring,
body.page-manage {
  background-image: url("/sites/default/files/styles/header_slideshow/adaptive-image/public/p1040243.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
}

.page-eform-submit-booking-form-static input#edit-submit,
.page-eform-submit-booking-form-touring input#edit-submit {
  background-color: #059866 !important;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px;
  display: block;
  width: 100%;
  letter-spacing: 2px;
  border: solid 1px;
}

.availability-button {
  display: block;
  text-align: center;
}

.availability-button span {
  display: inline-block;
  background: #059866;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.9;
}

.availability-button span:hover {
  opacity: 1;
}

body.page-manage .view-bookings {
  text-align: center;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: block;
}

body.page-manage .view-bookings fieldset {
  text-align: left;
  background: #f8f8f8;
  border: none;
  display: inline-block;
  width: 46%;
  padding: 1%;
  padding-top: 50px;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 1%;
  position: relative;
}

body.page-manage .view-bookings fieldset:nth-of-type(odd) {
  margin-left: 0;
}

body.page-manage .view-bookings fieldset legend {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  color: white;
  font-weight: 700;
  background-color: #393939;
  position: absolute;
  top: 0px;
  left: 0px;
}

body.page-manage .view-bookings .views-label,
body.page-manage .view-bookings .field-content {
  display: inline;
}

body.page-manage .view-bookings .view-header {
  font-size: 22px;
  line-height: 24px;
  margin: 20px 0;
  display: block;
}

body.page-manage .view-bookings .views-field-field-address > div div {
  display: inline;
  margin-right: 3px;
}
p.calendar-title {
  text-align: center;
  margin-bottom: -10px;
  margin-top: 20px;
  font-size: 18px;
}

/* COLORBOX */
#cboxPrevious {
  width: 58px;
  height: 58px;
  background: red;
  top: calc(50% - 29px);
  clip: auto;
  text-indent: -9999px;
  background: url(images/arrow-left.png?v3) no-repeat;
}
#cboxNext {
  width: 58px;
  height: 58px;
  background: red;
  top: calc(50% - 29px);
  right: 0;
  clip: auto;
  text-indent: -9999px;
  background: url(images/arrow-right.png?v3) no-repeat;
}

/* Start Custom-Style for Karrageen Website */

/* Start Responsive quickfix */
@media only screen and (max-width: 768px) {
/* For mobile phones: */
table.views-view-grid td {
width: 100% !important;
display: block;
}
}
/* end responsive wuickfix */
/* start blog list style customization */
.field-items .paragraph-item.paragraph-block-reference {
  padding-top: 0;
}

.field-items .paragraph-item.paragraph-block-reference h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

table.views-view-grid td {
  vertical-align: top;
  background-color: #fff;
}

.views-field.views-field-title {
  overflow: hidden;
  max-width: 35ch;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  padding: 10px 0;
}

.views-field.views-field-field-article-image img {
  box-shadow: 5px 5px 10px #ccc;
}
/* end blog list style customization */

/* start blog view style customization */
#block-system-main {
  margin: 60px 0;
}

.page-title {
  text-align: left !important;
}

#block-system-main .content .field-name-field-article-image img.adaptive-image {
  max-width: 100%;
  width: 100%;
}
/* end blog view style customization */

/* Start Custom-Style for Karrageen Website */
