/*
 * Made by WebDesignCrowd
 * http://webdesigncrowd.com
 *
 */
 
html, body {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  width: 100%;
  height: 100%;
  position: relative;
  top: 80px;
}

@media screen and (min-width: 992px) {
  body {
    top: 102px;
  }    
}

#cont {
  position: relative;
  /* margin-bottom: 389px;    */
  background-color: #118ba6;
  z-index: 1;
}

@media (max-width: 992px) {
  #cont {
    margin-bottom: 0;
  }
}

.homepage#cont {
  background-size: cover;
}

.homepage #cont-layer {
  position: relative;
  padding-bottom: 150px;
  z-index: 2;
  background-image:
  linear-gradient(
  to top,
    rgba(17,139,166,.9) 5%,
    rgba(6,47,57,.9) 95%
  );
}

/*.no-hero-image-page#cont-bg {
  background-color: #118ba6;
}*/

#cont-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 700px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 2;
}

.plainpage #cont-img:after,
.listingpage #cont-img:after,
.detailpage #cont-img:after,
.contactpage #cont-img:after,
.searchpage #cont-img:after {
  content: '';
  position: absolute;
  height: 700px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image:
    linear-gradient(
      to top,
      rgba(17,139,166,1) 0%,
      rgba(0,0,0,0) 100%
  );
}

@media(min-width: 992px) and (max-width: 1200px) {
  #cont-img,
  .plainpage #cont-img:after,
  .listingpage #cont-img:after,
  .detailpage #cont-img:after,
  .contactpage #cont-img:after,
  .searchpage #cont-img:after {
    height: 500px;
  }
}

@media(min-width: 768px) and (max-width: 992px) {
  #cont-img,
  .plainpage #cont-img:after,
  .listingpage #cont-img:after,
  .detailpage #cont-img:after,
  .contactpage #cont-img:after,
  .searchpage #cont-img:after {
    height: 400px;
  }
}

@media(min-width: 480px) and (max-width: 768px) {
  #cont-img,
  .plainpage #cont-img:after,
  .listingpage #cont-img:after,
  .detailpage #cont-img:after,
  .contactpage #cont-img:after,
  .searchpage #cont-img:after {
    height: 300px;
  }
}

@media(max-width: 480px) {
  #cont-img,
  .plainpage #cont-img:after,
  .listingpage #cont-img:after,
  .detailpage #cont-img:after,
  .contactpage #cont-img:after,
  .searchpage #cont-img:after {
    height: 200px;
  }
}

.plainpage #cont-layer,
.listingpage #cont-layer,
.detailpage #cont-layer,
.contactpage #cont-img:after,
.searchpage #cont-img:after {
  position: relative;
  padding-bottom: 150px;
  z-index: 2;
}

/*body.blue #cont {
  background-image: url(../img/body-blue-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

/*body.blue.detail-page #cont {
  background-image: url(../img/detail-bg.jpg);
}*/

/*body.blue #cont-img:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image:
  linear-gradient(
  to top,
    #118ba6 25%,
    #062f39 75%
  );
  background-color: #118ba6;
  opacity: .9;
  z-index: -1;
}*/

/*body.blue:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 102px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image:
  linear-gradient(
  to top,
    #118ba6 25%,
    #062f39 75%
  );
  background-color: #118ba6;
  opacity: .9;
  z-index: -1;
}*/

/*body:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image:
  linear-gradient(
  to top,
    #118ba6 25%,
    #062f39 75%
  );
  opacity: .9;
  z-index: -1;
}*/

.clearfix {
  clear: both;
}

/* affix fixed header */
.affix {
  position: static;
}
.affix {
  z-index: 10;
  position: fixed;
}
.navbar.affix {
  top: 0;
  position: fixed;
}

@media (max-width: 992px) {
  .affix {
    top: auto;
    position: relative;
  }
  .affix-bottom {
    position: relative;
  }
}

/*ul { margin: 20px 0 20px 20px; padding: 0; }*/

ul { padding: 0; 

}

ul li { list-style: none; }

.features ul {
  /*margin: 20px 0;*/
  /*margin: 20px 0 20px 20px;*/
}
/*
.features ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-radius: 4px;
  background-color: #3c92a9;
  vertical-align: middle;
}*/

.linklist ul {
margin:20px 0;
}
.linklist li {
list-style: none!important;

    margin: 0 0 10px 0;
    width: 85%;
    padding: 8px 0;
    color: #fff;
    letter-spacing: .1em;
    text-transform: capitalize;
	border-bottom:1px solid rgba(115, 186, 203, 0.26);
	
}
.linklist li:before {

    display: inline-block;
    /* width: 4px; */
    /* height: 4px; */
    margin-right: 5px;
    border-radius: 4px;
    background-color: #3c92a9;
    vertical-align: middle;
    color: #fff;
}
.linklist li:after {
content:"\003e";
color:#73bacb;
margin:0 0 0 10px;
}


a.btn-CTA {
      padding: 15px 20px;
line-height: 70px;
font-size: 14px;
background-color: #113E4A;
border-radius: 48px;
text-transform: uppercase;
color: #FFF;
}

h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  /*font-weight: bold;*/
  text-transform: capitalize;
}
h1 {
  /*display: inline-block;*/
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin:50px 0 25px 0;
  border-bottom:1px solid #73bacb;
  padding:0 0 15px 0;
  color:#118ba6;
}
  h1:hover {
    border-color: #118ba6;
  }
h2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif; 
  text-align: left;
  margin: 50px 0px 30px 0;
  font-size: 26px; 
  color:#97c93c;
}
h3 { 
  margin: 35px 0 20px 0;
  letter-spacing: .5px;
  color:#118ba6;
}

hr {
  border-color: #ccc;
  margin: 50px 0 20px 0;
}

a {
  /*color: #444;*/
  color: #3da0b6;
  -webkit-transition: color .3s;
  transition: color .3s;
}
a:hover, a:focus {
  color: #777;
  text-decoration: none;
}
p { 
  /*color: #aaa; */
  /*font-size: 12px;*/ 
  /*font-size: 16px;*/
  letter-spacing: .4px;
}
  
.text-left { text-align: left; }
.italic { font-style: italic; }

img.vertical {
  width: 100%;
}
img.horizontal {
  height: 100%;
}

/* Vertical Align */
.row.vcontainter {
  position: static; 
  display: table; 
}
  .valign {
    position: static; 
    display: table-cell; 
    vertical-align: middle; 
    float: none;
  }

  @media (max-width: 767px) {
    .valign {
      display: block;
    }
  }

/* default comment bubble style arrow */
.arrow-down {
  position: absolute;
  top: 0;
  left: 20%;
	width: 0; 
	height: 0; 
	border-left: 0 solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #000;
}
  /* centered arrow */
  .arrow-down.centered {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #000;
    left: 50%;
    margin-left: -30px;
  }

  .arrow-down.right {
    left: auto;
    right: 20%;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
  }

  .arrow-down.inner-left { left: 40%; }
  .arrow-down.inner-right { left: auto; right: 40%; }

  /* Arrow Colors */
  .container .arrow-down { border-top-color: #ddd; }
  .container.gray .arrow-down { border-top-color: #f0f0f0; }


span.valign { 
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* tooltip styles */
.tooltip.top {
  margin-top: -5px;
}
  #services .tooltip.top {
    margin-top: -10px;
  }
  
/* Alert */
.alert {
  position: relative;
  height: 60px;
  padding: 0;
  background-color: #fff;
  border: 0;
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;  
}
  .alert .close {
    top: 0;
    right: 0;
    position: absolute;
    padding: 0 20px;
    line-height: 60px;
  }
  .alert h3 { 
    float: left;
    padding: 0 20px;
    line-height: 60px;
  }

  .section .alert p { line-height: 60px;}

  /* colors */
  .alert.alert-color { color: #fff; }
    .alert.alert-color p { color: #f0f0f0; }
    .alert.alert-color h3 { color: #fff; }
    
  .alert.alert-warning { background-color: #ffb236; }
  .alert.alert-error { background-color: #f64646; }
  .alert.alert-info { background-color: #43a7ea; }
  .alert.alert-success { background-color: #97d040; }
  
    @media (max-width: 767px) {
      .alert h3 { font-size: 14px; }
    }

/* Collapsible */
.panel-group {
}
  .panel-group .panel {
    border: 0;
    padding-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
    .panel .panel-heading {
      position: relative;
      line-height: 60px;
      background-color: #eee;
        
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
      .panel .panel-heading.active { border-color: #f4d432; }
      .panel .panel-heading.active .panel-title { color: #333; }
      
      .panel .panel-heading i { 
        top: 0;
        right: 20px;
        font-size: 18px;
        line-height: 70px;
        position: absolute;
        color: #85889c;
      }
      .panel .panel-heading i.icon-minus { display: none; color: #3e4258; }
      .panel .panel-heading.active i.icon-minus { display: block; }
      .panel .panel-heading.active i.icon-plus { display: none; }
      
      .panel .panel-heading .panel-title {
        font-size: 23px;
        color: #999;
        line-height: 50px;
      }
        .panel .panel-heading .panel-title a:hover { color: #3e4258; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border-top: 0;
      background-color: #eee;
      padding: 20px;
      color: #9295a7;
      line-height: 26px;
    }
  @media (max-width: 767px) {
    .panel .panel-heading .panel-title {
      font-size: 14px;
      text-align: left;
    }

    .panel-group { margin-bottom: 25px; }
  }

/* button styles */
.btn {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  position: relative;
  /*font-weight: bold;*/
  font-size: 14px;
  line-height: 20px;
  /*padding: 15px 20px;*/
  
  /*padding: 7px 20px;*/

  /*margin: 10px 0;*/
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;  
  background: none;
  border: 0;
  color: #fff;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-transition: .3s;
  transition: .3s;

  /*text-transform: uppercase;
  background-color: #113e4a;
  border: 2px solid #fff;*/
}
/*.btn {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 20px;
  margin: 10px 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;  
  background: none;
  border: 0;
  color: #fff;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: .3s;
  transition: .3s;
}*/
  .btn:hover {    
    color: #fff;
  }
  /*.btn:active {
    top: 2px;
  }*/
  /*.btn.active {
    background-color: rgba(0,0,0,.1);
    border-color: #fff;
    color: #fff;
  }*/
  .btn:focus {
    color: #fff;
    outline: none;
  }
  .btn span[class^="icon"], .btn i {
    margin-right: 10px;
  }

  /* button sizes */
  .btn.btn-large {
    padding: 0 50px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    background-color: #fff;
    border: 0;
    border-radius: 48px;
    text-transform: uppercase;
	color:#113e4a;
  }

  @media(max-width: 768px) {
    .btn.btn-large {
      padding: 0 25px;
      height: 50px;
      line-height: 50px;
    }
  }
  /*.btn.btn-large span[class^="icon"], .btn.btn-large i { margin-right: 25px; }
  .btn.btn-large:active { box-shadow: 0 0 0 0 #1d2031; }*/

/* Container */ 
/*.container {
  width: 80%;
  padding: 0;
}*/
.row {
  margin-left: 0;
  margin-right: 0;
}
.row.last {
  margin-bottom: 0;
}

/* Slide In Effect */
.slide-in {
  -webkit-transition: .5s;
  transition: .5s;
}
  .slide-in.left { left: 200px; }
    .slide-in.left.slid { left: 0; }
  .slide-in.right { right: 200px; }
    .slide-in.right.slid { right: 0; }

  @media (max-width: 767px) {
    .slide-in.left, 
    .slide-in.right { 
      margin-top: 80px;

      left: 0; 
      right: 0;
    }
  }
/* Tabs */

.tab-content {
  padding-bottom: 80px;
}

table.nav-tabs {
  border: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-transform: uppercase;
}
  .nav-tabs td {
    padding: 0;
    height: 50px;
    position: relative;
    text-align: center;
    display: table-cell;
  }
    .nav-tabs td a {
      color: #fff;
      font-weight: normal;
      font-family: 'Raleway', sans-serif;
      display: block;
      line-height: 70px;
      width: 100%;
      height: 100%;
      background-color: rgba(46,128,150,.5);
      text-transform: capitalize;
    }
    .nav-tabs td a.active {
      color: #444;
      background-color: #fff;
    }

@media (max-width: 767px) {
  .nav-tabs td {
    display: block;
    width: 100%;
  }
    .nav-tabs td a.active {
      background-color: #e0e0e0;
    }
}
    
/* Background */
.bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.bg img {
  width: 100%;
}

@media (max-width: 767px) {

  /* Override img restrictions for smaller devices */
  .carousel-inner .item img {
    max-width: none;
  }

  .bg img {
    width: auto;
  }

}

/* Google Maps */

#map-canvas {
  height: 400px;
  margin-bottom: 100px;
}

/* Colors */

  /* Body Background Color */
  /*body.blue .tab-content,
  body.blue .section,
  body.blue .bg { background-color: #308ba6; }*/

  /*body.red .tab-content,
  body.red .section,
  body.red .bg { background-color: #f47373; }

  body.green .tab-content,
  body.green .section,
  body.green .bg { background-color: #9bd668; }*/

  /* Affix transition colors */
  /*body.blue .navbar.affix,*/
  /*body.blue .navbar-collapse.in { background-color: #102843; }*/
  /*body.red .navbar.affix,
  body.red .navbar-collapse.in { background-color: #420f0f; }
  body.green .navbar.affix,
  body.green .navbar-collapse.in { background-color: #1d3f0e; }*/

  /* Bottom Arrow Down Colors */
  /*body.blue .section.bottom .arrow-down { border-top-color: #7db9e8; }*/
  /*body.red .section.bottom .arrow-down { border-top-color: #f47373; }
  body.green .section.bottom .arrow-down { border-top-color: #9bd668; }*/

  /* Icon Colors */
  /*body.blue .section h2 span, body.blue .section h2 i { color: #49a1e5; }*/
  /*body.red .section h2 span, body.red .section h2 i { color: #ea4b4b; }
  body.green .section h2 span, body.green .section h2 i { color: #8ac924; }*/

  /* Icon Wrapper */
  /*body.blue .icon-wrapper span.circle { background-color: #2579ba; }*/
  /*body.green .icon-wrapper span.circle { background-color: #81b724; }
  body.red .icon-wrapper span.circle { background-color: #b52424; }*/

  /* Gradient Colors */
  body .bg .gradient {
    overflow: hidden;
    position: absolute;
    top: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
  }
  /*body.blue .bg .gradient {
    background-color: #f47373;
    background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(125,185,232,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(125,185,232,1)));
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(125,185,232,1) 100%); 
    background: -o-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(125,185,232,1) 100%); 
    background: -ms-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#7db9e8',GradientType=0 );
  }*/
  body.red .bg .gradient {
    background-color: #f47373;
    background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(244,115,115,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(100%,rgba(244,115,115,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(244,115,115,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(244,115,115,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(244,115,115,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(244,115,115,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#f47373',GradientType=0 );  IE6-9 
  }
  body.green .bg .gradient { 
    background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(155,214,104,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(100%,rgba(155,214,104,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(155,214,104,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(155,214,104,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(155,214,104,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(155,214,104,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#9bd668',GradientType=0 ); /* IE6-9 */
  }
  
  /* btn colors */
  /*body.red .btn { background-color: #db2e2e; }
  body.red .btn:hover { background-color: #b20808; }*/
  /*body.blue .btn { background-color: #2878b6; }
  body.blue .btn:hover { background-color: #003a67; }*/
  /*body.green .btn { background-color: #67c33b; }
  body.green .btn:hover { background-color: #4ba81c; }*/

  /* Subscribe Colors */
  /*body.blue .section .container.subscribe { background-color: #155F99; }*/
  /*body.red .section .container.subscribe { background-color: #991515; }
  body.green .section .container.subscribe { background-color: #319915; }*/


/* Icon wrapper */

.section .icon-description {
  display: block;
  width: 100%;
  line-height: 50px;
  min-height: 50px;
  margin: 6px 0 15px 0;
  color: #666;
  font-size: 14px;
}
  .icon-description .icon-wrapper {
    float: left;
    margin-right: 20px;
  }

.icon-wrapper {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
  .icon-wrapper span.circle {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  .icon-wrapper i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 49px;
    
    -webkit-transition: color .3s;
    transition: color .3s;
  }

  @media (max-width: 767px) {
    .icon-description .icon-wrapper {
      float: none;
      margin: 0 auto;
    }
  }

/* Basic Form Styles */
form {
  position: relative;
  float: right;
  width: 100%;
}
  
form .btn {
  float: left;
  margin: 0 0 20px 0;
}
  
.form-group {
  width: 100%;
  margin: 20px 0;
}  
  .form-group label { 
    float: left; 
    width: 10%;
    margin: 0;
    text-align: center;
  }
    .form-group label i { 
      position: relative;
      margin: 0 auto;
      left: -20px;
      right: 0;
      color: transparent;
      font-size: 28px; 
      line-height: 50px;
      
      -webkit-transition: .3s;
      transition: .3s;
    }
    
  .form-group.textarea { border: 0; }
    .form-group.textarea label { height: 200px; }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
  }


input,
textarea,
input.form-control,
textarea.form-control,
input.form-control:focus,
textarea.form-control:focus {
  color: #444;
  font-size: 16px;
  height: 50px;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0 15px;
  background-color: #f5f5f5;
}

input.form-control:focus,
textarea.form-control:focus {
  background-color: #f1f1f1;
}

textarea.form-control,
textarea.form-control:focus {
  height: 200px;
  resize: none;
  padding: 15px;
  resize: none;
}
  
label {
  font-weight: normal;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #777;
}

/* Empty space for empty columns */
.section .row .empty[class^='col-md-'] {
  margin-bottom: 0;
}
  
/* Basic Modal Styles */
.modal {
}
  .modal .wrapper {
    margin: 3% auto;
    width: auto;
    max-width: 70%;
    max-height: 85%;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.2);
    box-shadow: 0 5px 30px rgba(0,0,0,.2);
    background-color: #ddd;
  }
  .modal img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }
  .modal h2 {
    padding: 10px 20px;
    color: #fff;
    background-color: #fff;
  }
  
@media (max-width: 767px) {
  .modal {
    overflow-y: hidden;
  }
    .modal .wrapper {
      max-width: 94%;
    }
    .modal h2 {
      font-size: 20px;
    }
}  

/* NAVBAR */
.navbar {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 20px;
  
  background-color: transparent;
  border: none;
  margin: 0;
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
} 
  
.navbar .navbar-header {
  position: relative;
  margin: 0;
}
/*.navbar span.glyphicon, .navbar i {
  font-size: 13px;
  margin-right: 15px;
}
.navbar i {
  font-size: 15px;
}*/

.navbar .container a.navbar-brand {
  position: relative;
  /* top: 3px; */
  top: -10px;
  width: 258px;
  height: 98px;
  background-image: url(../img/droichead-logo.png);
  z-index: 9999;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: left center;
  /*font-family: 'Raleway', sans-serif;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;   
  -webkit-transition: .3s;
  transition: .3s;*/
}

@media (max-width: 992px) {
  .navbar .container a.navbar-brand {
    position: relative;
    /* top: 3px; */
    top: 0;
    width: 258px;
    height: 41px;
    padding: 0;
  }
}
  
/* Smaller device menu styles */
.navbar .navbar-toggle {
  outline: none;
  border-color: transparent;
  margin: 10px 0px 0px;
  padding: 0;
}

.navbar .navbar-toggle:active,
.navbar .navbar-toggle:visited,
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover { background-color: transparent; }
    
.navbar .navbar-toggle span.icon-bar {
  background-color: #73BACB;
  height: 5px;
  margin: 5px 0;
}
      
.navbar .navbar-toggle:hover span.icon-bar {
  background-color: #118BA6;
}

.navbar .navbar-collapse {
  border-color: #999;
  max-height: 400px;
}

.navbar .navbar-collapse {
  border: none;
  padding: 0;
  height: 100%;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-transition: .3s;
  transition: .3s; 
}

.affix .navbar-collapse.in { background-color: transparent; }

.navbar .navbar-nav { 
  float: right;
  margin: 0;
}

.navbar .navbar-nav li { height: 50px; }
/* Menu Dropdown styles*/
/*.navbar .navbar-nav li.dropdown {}*/

/*.navbar-inverse .navbar-nav li.dropdown.open a.dropdown-toggle {}*/
.navbar-inverse .navbar-nav li.dropdown a.dropdown-toggle i { margin-right: 0; }

.navbar-inverse .navbar-nav li.dropdown.open a.dropdown-toggle,
.navbar-inverse .navbar-nav li.dropdown.open a.dropdown-toggle:hover,
.navbar-inverse .navbar-nav li.dropdown.open a.dropdown-toggle:focus { 
  color: #fff;
  background-color: transparent; 
}
      
      
.navbar .navbar-nav li.dropdown ul.dropdown-menu {
  border: 0;
  border-top: 1px solid #ddd;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.05);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
}        

.navbar .navbar-nav li.dropdown ul.dropdown-menu li,
.navbar .navbar-nav li.dropdown ul.dropdown-menu li a { 
  margin: 0;
  height: auto;
  line-height: normal;
}

.navbar .navbar-nav li.dropdown ul.dropdown-menu li {
  border: 1px solid #ddd;
  border-top: 0;
}     
  
.navbar .navbar-nav li.dropdown ul.dropdown-menu li a { 
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  color: #444;
  padding: 15px 30px;
}

.navbar .navbar-collapse.in .navbar-nav li.dropdown ul.dropdown-menu li a { color: #aaa; }
.navbar .navbar-nav li.dropdown ul.dropdown-menu li a:hover { background-color: rgba(0,0,0,.2); }
    
.navbar .navbar-nav li a {
  font-family: 'Raleway', sans-serif;
  height: 50px;
  font-size: 18px;
  display: block;
  letter-spacing: .5px;
  line-height: 50px;
  margin: 0 0 0 20px;
  padding: 0;
  color: rgba(255,255,255,.7);

  -webkit-transition: .3s;
  transition: .3s; 
}

.navbar .navbar-nav li a:hover {
  color: #fff;
}

.navbar .navbar-nav li a.active,
.navbar .navbar-nav li.active a {
  color: #fff;
}

.navbar .navbar-nav li i {
  line-height: 50px; 
  margin: 0 10px;
}
  
@media (max-width: 992px) {
  
  #navbar {
    width: 100%;
    /*overflow: auto;*/
  }

  .navbar .navbar-collapse { max-height: none; }

  #navbar .navbar-brand {
    margin-left: 0;
  }
    
  /*#navbar .navbar-header {
    height: 50px;
  }*/

  /*#navbar .navbar-toggle { margin: 12px 0 0 0; }*/
      
  /*#navbar .navbar-brand, #navbar .navbar-brand i { height: 50px; line-height: 50px; }*/

  /*#navbar .navbar-brand i {
    width: 30px;
    font-size: 30px;
    margin: 0 10px 0 30px;
  }*/
   
  #navbar .fixed-wrapper { height: 50px; }
    
  .navbar .navbar-nav {
    margin: 20px 0;
    width: 100%;
    padding: 0 20px;
  }
        
  .navbar .navbar-nav li,
  .navbar .navbar-nav li a {
    clear: both;
    margin: 0;
    height: auto;
  }

  .navbar .navbar-nav li i { line-height: normal; }
  .navbar .navbar-nav li a { line-height: 40px; }
        
  .navbar .navbar-nav li.dropdown ul.dropdown-menu { position: static; }
  #navbar li.dropdown.open a.dropdown-toggle { border-bottom: 0; }
  #navbar li.dropdown.open .dropdown-menu {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #navbar li.dropdown.open .dropdown-menu li { border: 0; }
          
  .navbar a.navbar-brand {
    height: 50px;
    padding-right: 5px;
  }

  .navbar .navbar-collapse.collapse {
    display: none;
  }

}

@media (max-width: 767px) {

  .navbar {
    margin-bottom: 40px;
  }

  .navbar span.tagline {
    clear: both;
    margin: 0;
  }

  /*.navbar .container a.navbar-brand {
    height: 50px;
  } */

  .navbar .navbar-header i { 
    font-size: 26px;
    width: 30px;
  }

  .navbar .navbar-nav { padding: 0; }

  .navbar .navbar-nav li a {
    padding: 0 15px;
  }       

}
/* END NAVBAR */
 
/*  SECTION
 *    stylings for sections
 *    
 *
 */

.section {

}
  body .section.clear { background-color: transparent; }
  .section.footer-padding {
    padding-bottom: 80px;
  }
  .section.bottom {
    margin-bottom: 300px;
  }

  .section p {
    line-height: 180%;
  }
    .section p.description { 
      text-align: left;
      /*color: #888;*/
      color: #333;
      font-size: 21px;
      line-height: 36px;
    }
	p.description { 
      text-align: left;
      /*color: #888;*/
      color: #333;
      font-size: 18px;
      line-height: 25px;
    }
	
  .section .container {
    overflow: hidden;
    position: relative;
    /*padding: 100px 0;*/
    padding: 50px 30px;
    /*padding-left: 20px*/;
    width: 100%;
    /*width: 80%;*/
    /*background-color: #f0f0f0;*/
    background-color: #fff;
  }
    .section .container.first {
      padding-top: 25px;
    }
    .section .container.map {
      padding-top: 0;
    }
    .section .container.single {
      padding: 75px 0;
    }
    .section .container.last {
      padding-bottom: 0;
    }
    .section .container.no-bg {
      padding: 0;
      background-color: transparent;
    }
    .section .container.blue {
      background-color: #eef7f8;
	  margin:30px 0;
    }
	.section .container.blue ul {
      
	  list-style:outside;
    }
	.bluelist ul {
      
	  list-style:outside;
    }
	ul.bluelist  {
      
	  list-style:outside;
    }

    .section .container.blue .container {
      background-color: transparent;
    }
    .section .container.clear {
      padding: 80px 0 0 0;
      background-color: transparent;
    }
    .section .container.subscribe {
      padding: 50px 0px;
      margin-top: 30px;
    }
      .section .container.subscribe h2 {
        margin: 0 0 0 35px;
        line-height: 80px;
        color: #fff;
      }

    .section .container .content {
      /*padding: 0 30px;*/
      color: #4599b7;
    }
    .section .container .content p,
    .section .container /*.content li*/ {
      /*color: #3DA0B6 !important;*/
      color: #333;
      /*font-size: 16px;*/
    }  
    /*.section .container .content h2 {
      text-align: left;
      font-size: 20px;
    }*/

    .features h2 {
      text-align: left;
	  margin:0;
      
    }
    .section .container .content h3 {
      margin-top: 20px;
      /*color: #308da3;*/
      color: #333;
      font-size: 20px;
    }  

	.container.blue h2:first-child {
	margin:0 0 20px 0;
	}
	.container.blue h2 {
	/*margin:0 0 20px 0;*/
	}
	
	.displaypage h2 {
		margin:0px 0px 20px;
	}
	
	.displaypage img {    
	width: 100%;
    height: auto;
}
	.features .displaypage h2 {
		margin:0px 0px 20px;
	}

  /* browser preview */ 
  .section .browser-preview {
    padding: 0 20px;
    position: relative;
    width: 100%
  }
    .section .browser-preview img.browser { width: 120%; }
    .section .browser-preview img.preview { 
      width: 120%; 
     
      -webkit-border-radius: 0 0 0 5px;
      -moz-border-radius: 0 0 0 5px;
      border-radius: 0 0 0 5px;
    }
    .section .browser-preview.right img.browser,
    .section .browser-preview.right img.preview {
      float: right;
      clear: both;
    }

  .section h1, .section h2, .section h3, .section h4, .section h5, .section h6,
  .section .h1, .section .h2, .section .h3, .section .h4, .section .h5, .section .h6 {
    /*color: #444;*/
    color: #97c93c;
  }
  .section h2 {
    /*font-size: 24px;*/
  }
  .section h3 {
    font-size: 18px;
  }

  /*.section h4 {
    color: #333;
  } */
    .section h1.title {
      /*font-family: 'Raleway', Arial, Helvetica, sans-serif;
      padding-bottom: 5px;
      display: inline-block;
      color: #dc1585;
      font-size: 30px;*/
    }
    .section h1.title.single { margin: 0; }
    .section h2 span {
      color:#49a1e5 ;
      margin-right: 20px;
    }

/* For extra small devices, turn off affix properties */
@media (max-width: 992px) {
  
  .section .fixed-wrapper h1.affix {
    top: 0;
    left: 0;
  }
  .section h2 { margin: 0 0 20px 0; }
}
@media (max-width: 420px) {
  img.background {
    height: 100%;
  }
    .section h1 {
      font-size: 30px;
      margin: 18px 0 35px 0;
    }
    span.logo.glyphicon { margin-top: 20px; }
}
@media (max-width: 767px) {
    .section .container {
      padding: 50px 0;
    }

  .section h2 {
    margin-bottom: 35px;
    text-align: center;
  }

  .section .content {
    text-align: left;
  }
    .section .browser-preview {
      padding: 0;
      width: 100%;
    }
      .section .browser-preview img.preview {      
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
      }

    .section .container.subscribe {
      padding: 20px 0;
    }
      .section .container.subscribe h2 { font-size: 20px; }
        .section .container.subscribe .btn { 
          font-size: 14px; 
          margin-bottom: 20px;
        }
        .section .container.subscribe .row [class*="col-"] { margin: 0; }

  img.background {
    background-attachment: scroll;
    position: absolute;
  }
}    

/*  HOME
 *    carousel stylings
 *
 *
 */

#home {
  text-align: center;
  padding: 0;
  z-index: 2;
}

  #home .row {
    margin: 0;
  }
  
  #home .wrapper .container { 
    position: relative; 
    padding: 0;
    /*background-color: #ccc;*/
  }
  
  #home h1 { 
    display: block;
    margin: 160px 0 100px 0;
    color: #f0f0f0; 
    font-size: 50px;
    line-height: 70px;
  }
  
  #home .bottom { 
    text-align: center;
    position: absolute; 
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0;
  }
  
  /* Carousel Fade Transition */
  .carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
  }
  .carousel .carousel-inner .active {
    opacity: 1;
  }
  .carousel .carousel-inner .active.left,
  .carousel .carousel-inner .active.right {
    left: 0;
    opacity: 0;
  }
  .carousel .carousel-inner .next.left,
  .carousel .carousel-inner .prev.right {
    opacity: 1;
  }


  @media (max-width: 992px) {
    .carousel { margin-bottom: 30px; }
    
    #home h1 {
      font-size: 30px;
      margin: 20% 0 10% 0;
    }
    
    #home .bottom { bottom: 20px; }
  }
  @media (max-width: 420px) {
    #home .bottom { display: none; }
    
    #home h1 { line-height: 50px; }
    
    #home .container { padding-top: 50px; }
  }
  
/*  SERVICES
 *    stylings for services content
 *    Supports left and right image slide in
 *
 */
#services {
  color: #444;
  min-height: 0;
  position: relative;
  overflow: hidden;
} 
  .service {
    text-align: center;
    padding: 0 30px;
  }
    .service .icon-wrapper .circle { background-color: #ccc; }
      .service:hover .icon-wrapper .circle { background-color: #ddd; }
      
    .service:hover .icon-wrapper i { color: #444; }
    .service h3 {
      padding: 25px 0; 
      margin: 0;
      text-align: center;
    }
    .service p { 
      text-align: left;
      padding: 0 0 20px 0; 
      margin: 0;
    }
  

  #services h3 { font-size: 20px; }
  
  #services .service-icon {
    text-align: center;
    color: #fff;
  }
    #services .service-icon i:hover  {
      color: #fff;
    }
    #services .service-icon i {
      margin: 0 auto;
      color: rgba(255,255,255,.7);
      display: inline-block;
      font-size: 40px;
      display: block;
      height: 100px;
      width: 100px;
      padding-top: 25px;

      border: 4px solid rgba(237,200,14,.7);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      
      -webkit-transition: background-color .3s;
      transition: background-color .3s;   
    }
    #services .service-icon span {
      display: block;
      margin-top: 20px;
    }

@media (min-width: 420px) and (max-width: 768px) {
  .service p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #services .row [class*="col-"] {
    margin-bottom: 30px;
    text-align: left;
  }
}

/*  FEATURES
 *    left / right featurettes
 *
 */

.features {
  padding-bottom: 50px;
}
  .features h2 {
    /*margin-bottom: 55px;*/
    margin: 30px 0 10px 0;
  }
  .features p {
    /*font-size: 16px;*/
    color: #000;
  }

  .features img.slide-in {
    position: relative;
  }
    .features img.slide-in.right {
      float: right;
    }

 .features.row {
    margin: 0;
    padding: 25px;
  }
   .features.row [class*="col-"] { margin-bottom: 0; }
    
 .features.row.left {
    
  }
   .features.row.left img {
      margin: 0 auto;
    }
    
 .features.row.right {
    
  }
   .features.row.right [class*="col-"] {
      float: right;
    }


  @media (max-width: 992px) {
   .features.row {
      margin: 0;
      height: auto;
    }

  }
  @media (max-width: 768px) {
    .features img { max-width: 100%; }
  }

/*  PORTFOLIO
 *    stylings for portfolio
 *    MixItUp
 *
 */
#work {
  text-align: center;
}
  #work p.description { margin-bottom: 20px; }

  .controls {
    display: block;
    margin-bottom: 30px;
  }
    .controls .filter {
      position: relative;
      margin: 20px 5px;
    }
      .controls .filter.active {
        box-shadow: none;
        -webkit-box-shadow: none; 
        background-color: #666;
      }
    .stretch {
      width: 100%;
      display: inline-block;
      font-size: 0;
      line-height: 0
    }

.gallery {
  overflow: hidden;
}
  .gallery.row {
    margin-left: -1px;
    margin-right: -1px;
  }

  .gallery .mix {
    overflow: hidden;
  	display: none;
  	opacity: 0;
  	vertical-align: top;
    margin: 0;
    padding: 0;
  	color: #fff;

  	font-size: 30px;
  	text-align: center;
  } 
    .gallery .mix.full {
      height: auto;
    }
      .gallery .mix.full img { width: 100%; }
    
    .gallery a.mix-cover, .gallery span.cover {
      overflow: hidden;
      display: block;
      width: 100%;
      height: 300px;
      background-color: #fff;
    }
    .gallery.portfolio a.mix-cover, .gallery.portfolio a.mix-cover .overlay {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; 
    }
      .gallery .mix a img, .gallery .mix a span.overlay { box-shadow: 0 0 1px 0 rgba(0,0,0,.1); }
    
    .gallery a.mix-cover {
      position: relative;
      -webkit-transition: top .5s;
      transition: top .5s;
    }
    .gallery span.cover {
      position: absolute;
      top: -100%;
      background-color: #ff7272;
    }
      .gallery span.cover span {
        color: #fff;
        position: absolute;
        height: 50px;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -25px;
        line-height: 50px;
      }
      img.placeholder { width: 100%; height: 100%; }


  @media (max-width: 768px) {
    
    .controls .filter { margin: 5px; }
        
    .gallery a.mix-cover { height: auto; }
      .gallery a.mix-cover:hover { top: 0; }
      
    .gallery span.cover {
      height: 50px;
      top: auto;
      bottom: 0;
      z-index: 100;
    }
      .gallery span.cover h2 {
        font-size: 24px;
      }
    .gallery img, .gallery .mix {
      height: auto;
      width: 100%;
      font-size: 0;
      line-height: 0;
    }
      .gallery .icons img { margin: 50px 0; }
      .gallery .mix { margin: 0; }
  }
  
/*  BLOG
 *    masonry grid
 *
 *
 */
.modal {
  
}
  .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
  }
  .masonry-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
    .masonry-grid .item {
      opacity: 0;
      -webkit-transition: opacity  .3s;
      transition: opacity .3s;
      margin-bottom: 30px;
    }
      .masonry-grid .item-wrapper {
        
      }
        .masonry-grid .item .image {
          display: block;
          width: 100%;
          height: 100%;
          text-align: center;
          position: relative;
        }
          .masonry-grid .item .image img { width: 100%; }
      
        .masonry-grid .item .description {
          color: #fff;
          padding: 20px;
          background-color: #eee;
        }
          .masonry-grid .item .description h2 { 
            text-align: left;
            font-size: 30px;
            margin: 0 0 15px 0; 
          }
          .masonry-grid .item .description p { 
            color: #777;
          }

        .item .stats {
          color: transparent;
          font-size: 16px;
          position: absolute;
          z-index: 9;
          top: 10px;
          left: 0;
          right: 0;

          -webkit-transition: color .3s ease-in;
          transition: color .3s ease-in;
        } 
          .item .stats .views { 
            float: left;
            margin-left: 15px;
          }
          .item .stats .favorites { 
            float: right;
            margin-right: 15px;
          }
            .item .stats .views i, .item .stats .views span,
            .item .stats .favorites i, .item .stats .favorites span {
              margin-left: 10px;
            }
            .image:hover .stats {
              color: #eee;
            }


  .overlay {
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    border: 0px solid rgba(0,0,0,0);
    background-color: rgba(0,0,0,.5);

    -webkit-transition: .3s;
    transition: .3s;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
    .overlay:hover {

      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;      
    }
    .overlay i, .overlay span.title { 
      color: #fff; 
      font-size: 40px; 
      position: relative;
      top: -40px;
      
      -webkit-transition: .3s;
      transition: .3s;
    }
    .overlay span.title { font-size: 30px; }
      .overlay:hover i, .overlay:hover span.title, .overlay:hover p.stats {
        top: 5px;
      }


/*  PRICING
 *    stylings for pricing tables
 *    
 *
 */
#pricing { }

  #pricing h2 {
    margin-bottom: 50px;
  }
  .pricing .wrapper h3 i {
    margin-right: 20px;
  }
  .pricing .wrapper {
    position: relative;
    background-color: #ddd;
    -webkit-transition: .5s;
    transition: .5s; 
  }

  .pricing h3, .pricing h2, .pricing .table td {
    -webkit-transition: .2s;
    transition: .2s; 
  }
  .pricing h3 {
    padding: 30px 10px;
    margin: 0;
    font-size: 23px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #bbb;
  }
  .pricing .wrapper th { padding: 0; }
  .pricing span.price {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 100px;
    font-size: 44px;
    margin: 0 auto;
    
    -webkit-transition: backgroud-color .25s;
    transition: backgroud-color .25s; 
    
  }
    .pricing span.price i {
      position: relative;
      top: 4px;
      margin-right: 10px;
    }
    
  .table {
    margin-bottom: 0;
  }
    .table .btn {
      margin-top: 15px;
    }
    .table caption {
      margin: 20px 0;
    }
    .table tbody tr {
      color: #666;
    }
    .table thead tr th {
      font-weight: normal;
      display: block;
      font-size: 30px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 10px;
      border: 0;
    }
    .pricing .table td {
      border: 0;
      padding: 15px 0;
      text-align: center;
    }
    
@media (max-width: 768px) {
  .pricing .wrapper:hover {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #pricing .row [class*="col-"] { padding: 0; }

}

/*  TEAM
 *    stylings for about us section
 *    
 *
 */

#team { }
  
  #team .container {
    overflow: visible;
    padding: 90px 0;
  }

  #team .btn { 
    margin: 5px 10px 0 0; 
  }
  #team p { 
    font-size: 14px;
    line-height: 30px;
    color: #888;
  }
  #team h2 { margin-bottom: 50px; }

  #team h3 { 
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 3px solid #49a1e5;
  }
    /* Colors */
    body.blue #team h3 { border-bottom: 3px solid #49a1e5; }
    body.green #team h3 { border-bottom: 3px solid #4dba00; }
    body.red #team h3 { border-bottom: 3px solid #bc0000; }    
  
  .portrait-wrapper {

  }

    .portrait {
      position: absolute;
      left: 50%;
      margin-left: -125px;
      top: 0;
      width: 250px;
      margin-bottom: 20px;
      overflow: hidden;
          
      -webkit-transition: .5s;
      transition: .5s; 
    }
      .portrait.slid {
        top: -110px;
      }

      .social-media {
        padding: 0;
        color: #fff;
        width: 100%;
      }
        .social-media a {
          color: #2579ba;
          padding: 0 20px 0 0;
          display: inline-block;
          font-size: 20px;
        }
          /* colors */
          body.blue .social-media a { color: #2579ba; }
          body.green .social-media a { color: #77b724; }
          body.red .social-media a { color: #b52424; }

        .social-media a i {
          -webkit-transition: .3s;
          transition: .3s;      
        }
        .social-media a:hover i {
          color: #444;
        }
  
  @media (max-width: 767px) {
    #team.section .content {
      text-align: left;
    }

    .portrait-wrapper {
      margin: 0 auto;
      margin-bottom: 40px;
      height: 200px;
      width: 200px;
      overflow: hidden;

      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;  

      background-color: #CCC;
    }

      .portrait {
        width: 200px;
        margin-left: -100px;
        top: 0;
        position: relative;
      }
      .portrait.slid {
        top: 0;
      }
  }

/*  CONTACT
 *    stylings for contact form
 *    google map
 *
 */

#contact .container {
}

/*  FOOTER
*    stylings for footer
*/
 
#footer {
  position: sticky;
  width: 100%;
  bottom: 0;
  z-index: -1; /* less than #container */
  height: 389px;
  padding-top: 62px;
  text-align: left;
  background-color: #182a2e;
}

@media (max-width: 992px) {
  #footer {
    position: relative;
    z-index: 998;
    height: auto !important;
    padding-bottom: 30px;
  }
}

#footer,
#footer p {
  font-size: 16px;
  color: #3d8697;
}

#footer a {
  color: #fff;
}
/*#footer .container { 
  padding: 20px 0;
  background-color: transparent; 
}*/
/*#footer .row { margin: 50px -15px; }*/

#footer h3 {
  color: #fff;
  font-weight: normal;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  margin: 10px 0;
  font-size: 16px;
}

/*#footer li {
  float: left;
  clear: both;
  list-style: none;
  line-height: 25px;
  margin-bottom: 5px;
}*/

/*#footer a { color: #eee; }*/

#footer a:hover { color: #ccc; }

#footer h2.logo {
  font-family: 'Raleway', sans-serif;
  float: left;
  color: #fff;
  font-size: 30px;
  padding: 0;
  margin: 0;
  text-transform: lowercase;
  text-align: left;
}

@media (max-width: 1200px) {
  #footer h2.logo {
    font-size: 28px;
  }
}

/*#footer li a { 
  font-size: 13px;
  margin: 0;
  line-height: normal;
  color: #aaa; 
}*/

#footer li a:hover { color: #ccc; }

/*#footer p { margin-top: 20px; }*/

#footer p.tagline { margin-top: 0; }

/*#footer .social-media {}*/

#footer .social-media a {
  color: #444;
  margin: 0 10px 10px 0;
  text-align: center;
}

#footer hr {
  border-color: #777;
  margin: 0 auto;
}

#footer.blog {
  text-align: left;
}

#footer.blog p { margin: 0 0 55px 0; }

#footer.blog .social-media { text-align: left; margin-left: -10px; }

#footer.blog .row { margin: 0; }

@media (max-width: 767px) {
  .section.bottom { margin-bottom: 420px; }

  #footer { height: 500px; }

  #footer .row { margin-left: 0; margin-right: 0; }
}

#footer-address {
  margin-top: 30px;
}

@media (max-width: 992px) {
  #footer-address ul {
    width: 100% !important;
  }

  #footer-address ul:first-child {
    margin-bottom: 20px;
  }
}

#footer-contact,
#footer-tc,
#footer-copyright {
  display: block;
}

#footer-contact {
  margin-top: 10px;
}

#footer-tc {
  margin-top: 16px;
  text-transform: uppercase;
}

#footer-copyright {
  margin-top: 18px;
  color: #c1c6c7;
}

#footer input[type="text"],
#footer input[type="email"] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  background-color: #118ba6;
  color: #fff;
}

#footer ::-webkit-input-placeholder {
   color: #fff;
}

#footer :-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

#footer ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

#footer :-ms-input-placeholder {  
   color: #fff;  
}

@media (max-width: 992px) {
  #footer button[type="submit"] {
    margin-bottom: 20px;
  }
}

button[type="submit"] {
  height: 43px;
  padding: 0 50px;
  background-color: #118ba6;
}

button[type="submit"]:hover {
  background-color: #113e4a;
}

#footer-ezine,
#footer-twitter {
  margin-top: 5px;
}

@media (max-width: 992px) {
  #footer-ezine {
    margin-top: 20px;
  }
}

@media(max-width: 992px) {
  #footer-twitter-feed {
    margin-top: 20px;
  }
}

#footer-twitter-feed li a {
  font-weight: bold;
  color: #8ec4d0;
}

#footer-social-media {
  margin-top: 13px;
}

#footer-social-media li {
  float: left;
  margin-right: 8px;
}

#footer-social-media li:last-child {
  margin-right: 0;
}

#footer-social-media .fa-inverse {
  color: #182a2e;
}

/* Chris */
/* Header */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 80px;
  background-color: #fff;
  z-index: 9999;
}

@media screen and (min-width: 992px) {
  #header {
    height: 102px;
  }
}

#header-nav-top {
  display: block;
}

#header-nav-top li {
  float: left;
  margin-left: 15px;
}
#header-nav-top ul li {
  list-style:none;
}
ul li#header-nav-top {
  list-style:none;
}

#header-nav-top li .fa {
  margin-top: -2px;
}

#header-nav-top li .fa-lg {
  font-size: 1.23em;
}

#header-nav-top li:last-child {
  margin-top: 6px;
}

#header-nav-top li a,
#header-nav-top .fa-circle {
  color: #73bacb;
}

#header-nav-top .fa-circle {
  font-size: 2.1em;
}

#header-nav-top .fa-stack-1x {
  top: 2px;
}

#header-nav-bottom {
  position: relative;
  top: -67px;
}

#header-nav-bottom ul li {
  margin-left: 5px;
}

#header-nav-top li a,
#header-nav-bottom ul li a {
  font-family: 'Raleway', sans-serif;
}

#header-nav-bottom ul li a {
  color: #3da0b6;
}

#header-nav-bottom ul li:nth-child(-n+2) a { 
  font-weight: 700;
}

#header-nav-bottom ul ul ul {
  display: none;
}

#header-nav-bottom ul li a:hover:after,
#header-nav-bottom ul li.active:after { 
	content: '';
	display: block;
	height: 3px;
	background-color: #3da0b6;
	position: relative;
	top: -5px;
}

#header-nav-bottom .dropdown-menu li a:hover:after,
#header-nav-bottom .dropdown-menu li.active:after {
  display: none;
}

#header-nav-bottom ul li.active:after {
  width: 86%;
  float: right;
}

#header-nav-bottom ul li:nth-child(-n+2) a {
  color: #023842;
}

#header-nav-top .btn {
  background-color: #73bacb;
  /* color: #d4eaef; */
  color: #023842;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}

#header-nav-top li:last-child a:hover,
#header-nav-top .fa-stack:hover .fa-circle {
  color: #118ba6;
}

#header-nav-top .btn:hover {
  background-color: #118ba6;
  color: #fff;
}

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

/* Dropdown Menu */
.dropdown:hover .dropdown-menu {
  display: block;
	padding-top: 10px;
	text-transform: capitalize;
}

.dropdown-menu {
	padding-top: 1px !important;
  top: 50px;
}

#header-nav-bottom .dropdown-menu {
  right: -10px;
}

.dropdown-menu#mob-filter {
  left: 0;
}

.dropdown.hidden-md.hidden-lg {
  position: relative;
  top: 20px;
}

.dropdown-menu,
.dropdown-menu li {
	border: none !important;
}

.dropdown-menu li {
	margin-left: 0 !important;
}

.dropdown-menu li a:hover {
	background-color: #118ba6 !important;
	color: #fff !important;
}

.dropdown-menu li.active a {
  background-color: #118ba6;
  color: #fff !important;
}

.dropdown-menu li a {
  display: block;
  color: #3da0b6 !important;
  font-weight: 400 !important;
	font-size: 15px !important;
	padding: 10px !important;
	border-bottom: 1px solid #ddd;
}

.dropdown-menu li:last-child a {
	border-bottom: none;
}

.dropdown-menu li a:hover:after {
	display: none !important;
}

/* Home */
#homepage .col-header {
  font-size: 18px;
}

.col-block .feature-title + span {
  margin-top: 0;
}

.sub-events .feature-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 8px 13px 7px 13px;
  font-size: 13px;
  background-color: #118ba6;
  border: 0;
  border-radius: 24px;
  color: #fff;
  text-transform: uppercase;
}

/* Home Feature Blocks */
.col-header {
	text-align: center;
}

.col-header h1,
.col-header h2 {
  display: inline-block;
  margin:10px 0 10px 0;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  border-bottom:none;
  letter-spacing:1px;
}

.col-header h2 {
  text-align:center;
}


.feature-title {
  font-family: 'Merriweather', serif;
  margin: 0;
  line-height: 0.3em;
  position: relative;
  top: 20px;
}

.sub-events .feature-title {
	top: -2px;
}

/*here*/
/*.sub-events .feature-title {
	top: 0;
}*/

/*@media(max-width: 1200px) {
  .feature-title {
    line-height: 1.1em;
  }
}*/

/*@media(max-width: 992px) {
  .feature-title {
    margin-top: -2px;
    line-height: 0.82em;
  }  
}*/

/*@media(max-width: 768px) {
  .feature-title {
    margin-top: -2px;
    line-height: 0.82em;
  }  
}*/

/*.sub-events .feature-title {
  margin-top: -26px !important;
}*/

/*@media(max-width: 1200px) {
  .sub-events .feature-title {
    margin-top: -10px !important;
    line-height: 0.55em;
  }
}

@media(max-width: 992px) {
  .sub-events .feature-title {
    margin-top: -10px !important;
  }

  .sub-events .feature-title {
    margin-top: -10px !important;
    line-height: 0.55em;
  }
}*/

/*.feature-title span {
  position: relative;
  z-index: 1;
  font-size: 25px;
  color: #fff;
  padding: 18px 20px 18px 10px;
  line-height: 1.9;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-transform: capitalize;
  top: -10px;
}*/

/*.feature-title + span {
  margin-top: -10px;
}*/

/*.feature-title {
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 0;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(151,201,60,0.7);
  display:inline-block;
  padding: 5px 0px 5px 0;
}

.feature-title span {
	padding: 5px 10px;
    line-height: 1.38;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}*/

.events-col .feature-sub-title {
  top: 10px;
  font-size: 16px;
}

.feature-sub-title {
  position: absolute;
  z-index: 2;
  display: table;
  top: 10px;
  font-size: 11px;
  padding: 7px 9px 9px 7px;
  background-color: #118ba6;
  color: #fff;
}

/*.sub-events .feature-title {
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(151,201,60,0.7);
  display:inline-block;
  padding: 5px 0px 0px;
  font-size: 16px;
}*/

/*@media(min-width: 1200px) {
	.sub-events .feature-title {
		top: 0;
	}
}*/

/*.sub-events .feature-title span {
	padding: 5px 10px;
	position: relative;
	line-height: 1.38;	
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}*/

.sub-events .feature-sub-title {
  font-size: 13px;
  padding: 3px 7px;
  position:absolute!important;
  letter-spacing:-.015em;
  margin:-5px 0 0 0;
}

@media (max-width: 1200px) {
  .sub-events .feature-sub-title {
    top: 0;
  }

.sub-events .feature-title span {
	position: relative;
	top: 0;
  }
}

.feature-excerpt {
  display: block;
  width: inherit;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  background-color: rgba(0,0,0,.5);
  color: #fff;
}

.feature-excerpt a {
  color: #fff;
}

.feature-button {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  right: 40px;
  float: right;
  padding: 10px 18px 8px;
  background-color: #118ba6;
  border: 2px solid #fff;
  border-radius: 24px;
  color: #fff;
  text-transform: uppercase;
}

.feature-button:after,
.sub-feature-button:after {
  font-family: 'FontAwesome';
  content: "\f054";
  padding-left: 7px;
}

@media (max-width: 992px) {
  .feature-title span {
    top: -11px;
    font-size: 18px;
    padding: 13px 15px 13px 5px;
    line-height: 1.3;
  }  
  .sub-events .feature-title span {
    top: 0;
  }  
  .events-col .feature-sub-title {
    top: 8px !important;
    font-size: 12px;
  }
  .sub-events .feature-sub-title {
    top: 10px !important;
  }
  .feature-button {    
    bottom: 20px !important;
    right: 20px !important;
    padding: 10px 15px 9px 15px;
    font-size: 12px;
  }
  .sub-events .feature-button {    
    padding: 8px 13px 7px 13px;
    font-size: 12px;
  }
  #main-feature .feature-button {
    bottom: 30px !important; 
  }
}

/*@media(min-width: 1200px) {
  .homepage .sub-events .col-block img {
    min-height: 260px;
  }
}*/

/*@media (min-width: 992px) and (max-width: 1200px) {*/
@media (min-width: 992px) {
  .homepage .sub-events .col-block img {
    max-height: 220px;
  }
}

@media (max-width: 768px) {
  .homepage #main-feature,
  .homepage .sub-events {
    margin-bottom: 20px;
  }

  .sub-events .feature-button {    
    padding: 10px 15px 9px 15px;
    font-size: 12px;
  }
}

/* Events */
.filter-by {
  display: inline-block;
  width: 100%;
  margin: 50px 0px 10px;
  padding: 0 20px 0 25px;
  /*background-color: #0b5d6f;*/
  background-color:rgba(56, 144, 167, 0.5);
  text-align: center;
}

.filter-by li {
  padding: 20px;
  float: left;
  text-transform: uppercase;
  color: #75bece;
}

.filter-by li.active {
  background-color: rgba(56, 144, 167, 0.8);
}

.filter-by li:last-child a {
  text-transform: uppercase;
}

.sel-cat-name {
	color:#fff;
	font-weight:bold;
}

.event-category {
	display:none;
}

.event-list .col-header h2 {
    margin: 40px 0 20px 0;
}

.container.event-list {
    position: relative;
    top: 15px;
}

@media (max-width: 992px) {
  .filter-by li {
    margin-right: 20px;
  }  
}

.filter-by li:last-child {
  margin-right: 0;
}

.filter-by li:first-child,
.filter-by li:last-child {
  text-transform: capitalize;
}

.filter-by li a {
  color: #fff;
}

#events-col-left {
  width: 50%;
  float: left;
}

#events-col-right {
  width: 50%;
  float: right;  
}

.show-details {
    position: relative;
    top: -13px;
    font-family: 'Raleway', sans-serif;
}

.sub-events .show-details {
    top: -10px;
}

.col-block img {
  width: 100%;
  height: 100%;
  background-size: center;
}
.homepage #main-feature .col-block img { 
/*height:444px;*/
}

.events .col-block img {
	min-height: 393px;
	max-height: 393px;
}

.sub-events .col-block img {
  min-height: 200px;
  max-height: 200px;
  opacity:.85;
}


@media(min-width: 1200px) {
  .sub-events .col-block img {
    min-height: 250px;
    max-height: 250px;
	opacity:.85;
  }
}

@media(min-width: 992px) and (max-width: 1200px) {
	.events .col-block img {
		min-height: 373px;
		max-height: 373px;
	}

  .sub-events .col-block img {
    min-height: 250px;
    max-height: 250px;
  }

	.sub-events .col-block img {
    min-height: 220px;
    max-height: 220px;
	}

	.sub-events .show-details {
	    top: 0;
	}
}

@media only screen and (max-width : 769px) {
.sub-events .col-block img {
  min-height: 200px;
  max-height: 200px; }

}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 480px) {
.sub-events .col-block img {
  min-height: 250px;
  max-height: 250px; }

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
.sub-events .col-block img {
  min-height: 196px;
  max-height: 196px; }

}

#homepage #main-feature .col-block {
  height: 293px;
}

#homepage #main-feature .col-block img {
  width: 100%;
  height: 100%;
  /*zoom and crop*/
  background-size: center;
}

/*
.faded-block .col-block:before {

  position: absolute;
  z-index: 990;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #118ba6;
  opacity: .7;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.faded-block {
display:none;}
*/

.col-block .event-details {
  position: absolute;
  z-index: 2;
  width: auto;
  max-width: 70%;
}

.events-col .sub-feature-button {
  position: absolute;
  bottom: 20px;
  left: 65%;
  float: right;
  padding: 8px 13px 7px 13px;
  background-color: #118ba6;
  border: 2px solid #fff;
  border-radius: 24px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.events-col .sub-feature-button:hover,
.feature-button:hover {
  background-color: #113e4a;
}

.text-block {
  color: #fff;
  text-align: center;
  position: relative;
  bottom: -15%;
  transform: translateY(25%);
  height: 200px;
}

@media(min-width: 1200px) {
  .text-block {
    min-height: 250px;
    max-height: 250px;
  }
}

@media(min-width: 992px) and (max-width: 1200px) {
  .text-block {
    height: 220px;
  }
}

.text-block h2 {  
  margin: 10px 0 10px 0;
  font-size: 30px;
  text-transform: uppercase;
  color:#fff;
  text-align:center;
}

.text-block span {
  font-size: 18px;
  line-height:120%;
}

#gift-shop-block {
  background-color: #97c93c;
  color: #fff;
}

#hire-us-block {
  background-color: #86bdcc;
}

@media (max-width: 992px) {
  .text-block h2 {  
    font-size: 24px;
  }

  .text-block span {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .text-block,
   #gift-shop-block,
   #hire-us-block {
    display: none;
  }
}

.body-btn {
  margin-top: 50px;
  padding: 10px 30px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  text-transform: uppercase;
  background-color: #113e4a;
  border: 2px solid #fff;
}

#content {
  margin-top: 120px;
  background-color: #fff;
  clear:both;
}

#content ul {
  padding: 0; 
  color:#000;
  margin: 20px 0 0 20px;
}

#content ul li {
 list-style: outside disc; 
}

ul li { list-style: none; }


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

/* Detail */
/*.detail-page #detail-page {*/
#detail-page {
  padding-top: 260px;
}

.plainpage #detail-page {
  padding-top: 350px;
}

.detail-page-2 #detail-page {
  padding-top: 150px;
}

#detail-page .features {
  padding-top: 25px;
}

#detail-page-info {
  display: inline-block;
  position: relative;
  left: -15px;
  max-width: 80%;
  background-color: rgb(17, 62, 74);
  padding: 20px;
  font-size: 15px;
  color: #fff;
  border: 3px solid #fff;
  float: left;
  margin: 0;
  padding: 10px 20px;
}

ul#detail-page-info  {
  float: left;
  margin: 0;
  padding: 10px 20px 10px 5px;
}

#detail-page-info li {
  float: left;
  margin:0 0 0 15px;
  list-style-type:none!important;
  color:#3DA0B6;
}

#content > #detail-page-info ul li {
  list-style-type:none;
  list-style:none;
}

#detail-page-info li:before {
	color:#fff;
}

#detail-page-info li.date-detail:before {
  font-family: 'FontAwesome';
  content: "\f133";
  margin-right: 7px;
}

#detail-page-info li.time-detail:before {
  font-family: 'FontAwesome';
  content: "\f017";
  margin: 0 7px;
}

#detail-page-info li.price-detail:before {
  font-family: 'FontAwesome';
  content: "\f153";
  margin: 0 7px;
}

#detail-page-info li.venue-detail:before {
  font-family: 'FontAwesome';
  content: "\f041";
  margin-left: 7px;
}

#detail-page-info li:last-child:after {
  content: '';
  margin-right: 0;
}

#detail-title {
  /*position: absolute;*/
  /*width: 70%*/
  /*top: 58px;*/
  left: 0px;
  margin: 53px 0px 0px -15px;
  color: #FFF;
  font-family: "Merriweather",serif;
  letter-spacing: -0.012em;
  line-height: 165%;
  border-bottom: medium none;
  /*background-color: rgba(151, 201, 60, 0.7);*/
  display: inline-block;
  padding: 20px 35px 12px 38px;
  clear: both;
}

/*#detail-title span {
	padding: 10px 30px 10px 30px;
	line-height: 1;
  font-size: 40px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}*/

#detail-title.detail-title-double-line {
	top: 2px;
}

@media (max-width: 768px) {
  #detail-title {
    top: -19px;
    font-size: 30px;
  }

  #detail-page-info {
    left: 0;
  }
}

.detail-sub-title {
  display: inline-block;
  position: relative;
  float: right;
  background-color: #118ba6;
  color: #fff;
  padding: 7px 14px;
}



#detail-social-media {
  margin-top: -5px;
  margin-bottom: 30px;
   
}
#detail-social-media a:hover {
  color:#999;
}

#detail-social-media ul {
  color:#ccc;
}
ul#detail-social-media, ul#detail-social-media a {
  color:#999;
  font-size:14px;
  padding-bottom: 10px;
  margin:0 0 7px 0;

}

.social-media-bottom#detail-social-media {
  padding-top: 10px;
  margin-bottom: 0;
}

.fa-circle {
	color:#ccc;
}

#detail-social-media li {
  float: left;
  margin-right: 15px;
  list-style:none!important;
}

#detail-social-media li:before {
  display: none !important;
}

#detail-social-media li:nth-child(1) .fa-circle {
  /*color: #3b5998;*/
}

#detail-social-media li:nth-child(2) .fa-circle {
  /*color: #00aced;*/
}

#detail-ticket-wrapper {
  padding: 30px;
  background-color: #118ba6;
  color: #fff;
  margin: -8px 0 0 0;
}

#detail-ticket-wrapper span {
  font-size: 15px;
}

#detail-ticket-wrapper h2 {
  /*text-align: center;*/
color: rgb(115, 186, 203);
font-weight: 200;
border-bottom:1px solid #d4eaef;
padding:0 0 15px 0;
margin:0;
text-transform: capitalize;
}

#detail-ticket-wrapper .btn {
 
 padding: 10px 18px 8px;
background-color: rgb(17, 62, 74);
border: 3px solid #FFF;
border-radius: 24px;
color: #FFF;
text-transform: uppercase;
margin:10px 10px 0 5px;
}

#detail-ticket-wrapper .row {
    margin-top: 15px;
    border-bottom: 1px solid #73BACB;
    padding-bottom: 12px;

}

#detail-ticket-wrapper .row:last-child {
  border-bottom: none;
}

.event-details h2 {
	font-size: 1.2em;
  color: #FFF;
  font-family: Merriweather;
  line-height: 130%;
  padding: 8px;
  display: inline-block;
  margin:0;
}
.homepage .event-details h2 {
	font-size:1.4em;
}

.feature-title-green {
  background-color: rgba(151,201,60,0.752);
  
}

.feature-title-orange {
  background-color: rgba(248,153,29,0.75);
  
}

.feature-title-purple {
  background-color: rgba(77,23,137,0.75);
  
}

.feature-title-pink {
  background-color: rgba(220,21,133,0.75);
  
}

.show-all-block {
	background-color:#86BDCC;
	color:#fff;
	height:250px;
  text-align: center;
}

.show-all-block h2 {
  display: inline-block;
}
	
/* Plainpage */
h1.welcome {
  display: block;
  margin: 70px 0 60px 0;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 70px;
}

.welcome-title {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  display: block;
  color: #dc1585;
  font-size: 30px;
  margin: 35px 0px 30px 0px;
  text-align: center;
  padding:0;
  border-bottom:none;
}

.welcome-text {
  font-size: 20px !important;
  padding: 30px 150px 50px 150px;
  text-align: center;
}

@media (max-width: 992px) {
  .welcome-text {
    padding: 30px 0 50px 0;
  }
}

/* Search Form */
.sisea-search-form label,
.sisea-search-form input[type="submit"] {
  display: none;
}

.sisea-search-form {
  position: relative;
}

.sisea-search-form input[type="text"] {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: -47px;
  height: 32px;
  width: 32px;  
  padding: 0 10px;
  border-radius: 20px;
  background-color: #73bacb;
  color: #fff;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image:url(../img/searchbar-icon.png);
  background-repeat: no-repeat; 
  background-position: center;
}

.sisea-search-form input[type="text"]:hover,
.sisea-search-form input[type="text"]:focus {
  background-color: #118ba6;
}

.sisea-search-form input[type="text"]:focus {
  width: 257px;
  padding: 0 35px 0 10px;
  background-position: right 10px center;
}

/* Responsive menu search bar*/
#header-responsive-menu .sisea-search-form input[type="text"] {
  position: relative;
  left: 0;
  width: 100%;
  margin-bottom: 15px;
  background-position: right 10px center;
}

#header-responsive-menu .sisea-search-form input[type="text"]:hover,
#header-responsive-menu .sisea-search-form input[type="text"]:focus {
  background-color: #118ba6;
}

p.sisea-results {
  font-size: 24px;
  color: #97c93c;
  margin: 0 0 30px 0;
}

.sisea-result {
  color: #dc1585;
}

.text-uppercase {
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #contact-map {
    pointer-events: none;
  }
}

.block-divider {
  display: block;
  padding-top: 38px;
  margin-top: 38px;
  border-top: 1px solid rgba(255,255,255,.5);
}

.margin-bottom {
  margin-bottom: 150px;
}

.padding-bottom {
  padding-bottom: 150px;
}

.align-left {
  float: left;
  margin: 0 20px 20px 0;
}

.align-right {
  float: right;
  margin: 0 0 20px 20px;
}

@media (max-width: 992px) {
  .align-left, .align-right {
    margin: 0 auto;
    margin-top: 20px;
  }
}

#header-responsive-menu {
  display: none;
  padding: 5px 0 15px 0;
  background-color: #028A9F;
  color:#ffffff;
  text-transform: capitalize;
  font-size: 16px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 250px;
  max-height: 250px;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch; // mobile safari
}

#header-responsive-menu .sisea-search-form {
  background-color: #fff;
  padding: 0 15px;
  margin-bottom: 5px;
}

#header-responsive-menu ul li a {
  display: block;
  padding: 10px 15px 10px 40px;
  color:#fff;
  font-size:18px;
}

#header-responsive-menu ul li a:hover {
  background-color: #73bacb;
  color: #fff;
}

#header-responsive-menu-child-pages li a:before {
  content:'\2013';
  display: inline-block;
  color: #73bacb;
  margin-right: 5px;
}

#header-responsive-menu-child-pages li a:hover:before {
  color: #fff;
}

img {
  /*width: 100% !important;*/
  /*height: auto !important;*/
}

@media (max-width: 992px) {
  .event-main-image {
    margin-bottom: 20px;
  }

  .listingpage .dropdown {
    top: 20px;
  }
}

@media (max-width: 768px) {
  .events .col-sm-6,
  .sub-events .col-sm-4 {
    margin-bottom: 20px;
  }

  /*.listingpage .this-week .col-sm-4:nth-of-type(1) .event-details {
    top: 51px;
  }

  .listingpage .col-sm-4:nth-of-type(1) .event-details {
    top: 76px;
  }*/

  .homepage .col-sm-6:nth-of-type(1) .feature-title span,
	.homepage .col-xs-12:nth-of-type(1) .feature-title span {
	  font-size: 16px;
		padding: 10px 12px 10px 5px;
		top: -16px;
	}

	.homepage .col-sm-6:nth-of-type(1) .feature-sub-title,
	.homepage .col-xs-12:nth-of-type(1) .feature-sub-title {
	  font-size: 12px;
		padding: 5px 7px 7px 5px;
		top: -12px !important;
	}
}

/* Alex */
#contactForm .error{
  width: 100% !important;
  color: red;
}
#mc_embed_signup_scroll .error {
	color:#fff;
	display:none;
}

.sibling-page-list {
	display: block;
	width: 100%;
	height: 80px;
	background-color: #2E7E91;
}

.sibling-page-list a {
	text-transform: capitalize;
	line-height: 5.5em;
	display: inline-block;
	padding: 0px 20px;
	color: white;
	height: 80px;
	float: left;
	font-size: 1em;
}

.sibling-page-list a:hover {
  background-color: #156F84;
}

.sibling-page-list .active {
	background-color: white !important;
	height: 80px;
	color: #2E7E91;
	font-weight: bold;
}

.sibling-page-select {
  display: none;
}

@media(max-width: 992px) {
  .sibling-page-list {
    display: none;
  }

  .sibling-select-wrapper {
    display: block;
    position: relative;
    top: 35px;
    width: 50%;
    margin: 0 auto;

  }

  .sibling-select-wrapper:after {
    position: absolute;
    top: 45%;
    right: 10px;
    display: block;
    content: '';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    z-index: 1;
  }

  .sibling-page-select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    background-color: #118ba6;
    color: #fff;
    border: none;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .sibling-page-select option {
    background-color: #fff;
    color: #000;
  }
}

/*@media(max-width:1090px) {
	.sibling-page-list {
    display:none;
  }
}*/

/*chris*/
#mc_embed_signup form {
  padding: 10px 0 !important;
}

/*sold out*/
/*p.event-status {
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
    background-color: #113e4a;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
}*/
p.event-status {
	/*padding: 10px 18px 8px;
background-color: #73BACB;
border: 2px solid #FFF;
border-radius: 24px;*/



/*color: #73BACB;
text-transform: uppercase;
margin: 0px 10px 0px 5px;
font-size:.9em;*/
display:none;
}

.event-time-sold-out {
	float: left;
padding: 10px 18px 8px;
margin: 0px 10px 5px 5px;
background-color: #73BACB;
border-radius: 24px;
color:#b2e6f3;
}

#detail-footer-images iframe {
  height: 298px !important;
}

.contact-post-content {
  position: relative;
  top: -150px;
}

.detailpage.no-hero-bg #detail-page {
  padding-top: 0;
}

/*Plain 9 3 Template Sidebar*/
.plain-sidebar {
  position: relative;
  top: 54px;
}

.plain-sidebar .sidebar-block {
  display: block;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #ccc;
  color: #97C93C;
  background-color: #ededed;
}

.plain-sidebar .sidebar-block p {
  padding: 0 20px;
  color: #888;
}

.plain-sidebar .btn {
  display: inline-block;
  padding: 10px 15px;
  font-size: 18px;
  /*border: 2px solid #fff;*/
  border-radius: 48px;
  text-transform: uppercase;
  color: #fff;
}

.plain-sidebar .btn-pink {
  background-color:rgb(220,21,133);
}

.plain-sidebar .btn-orange{
  background-color:rgb(248,153,29);
}

@media(max-width: 992px) {
  .plain-sidebar .btn {
    padding: 5px 15px;
    font-size: 14px;
  }
}

@media(max-width: 768px) {
  .plain-sidebar {
    top: 5px;
  }
}

/*News*/
ul.news-list li:before,
ul.latest-news-list li:before {
  display: none;
}


#content ul.latest-news-list {
	margin:0;
}

#content ul.latest-news-list li {
	margin:0 0 10px 0;
	list-style-type:none;
	padding:0 0 10px 0;
	border-bottom:1px solid #73BACB;
}

#content ul.news-list {
  margin:0;
  padding:0;
}

#content ul.news-list li {
  margin-bottom: 50px;
  list-style-type:none;
}

h2.latest-news-header {
  color: #dc1585;
}

ul.latest-news-list li {
  margin: 0 0 7px -15px;
}
p.news-date {
	color:#999;
}
h2.news-title {
	margin-bottom:3px;
}

/*Ciara*/.news-list li {
	list-style-type:none;}
	
	.newsdetail img{
		height: auto;
width: 50%;
margin: 10px;
	}

/*Chris*/
.full-listing-button {
  text-align: center;
}

.full-listing-button .btn.btn-large {
  display: inline-block;
  margin-top: 30px;
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  font-family: 'Raleway', sans-serif;
}

.home-block-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
}

/*Chris*/
blockquote {
  width: 70%;
margin-right: auto;
margin-top: 50px;
position: relative;
padding: 35px;
border-left: 5px solid #97C93C;
margin-left: 45px;
background: rgb(245, 252, 254) none repeat scroll 0% 0%;
line-height: 1.8;
color: rgb(255, 255, 255);
}

blockquote:first {
	margin-top:0;
}

/* creates triangle */
blockquote:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

blockquote:after p {
	margin:0 0 0 50px;
}

#detail-footer-images img {
  /*min-width: 340px;*/
  /*min-height: 227px;*/
  width: 100%;
  /*height: auto;*/
  margin: 0;
}

.no-booking-note {
  padding: 30px;
  background-color: #118ba6;
  color: #fff;
  margin: 0 0 25px -18px;
  text-align: center;
}

.no-booking-note a {
  display: inline-block;
  padding: 10px 18px 8px;
  background-color: rgb(17, 62, 74);
  border: 2px solid #FFF;
  border-radius: 24px;
  color: #FFF;
  text-transform: uppercase;
  margin: 25px 10px 0 5px;
}

#detail-leftside-images .show-all-block {
display:none;
}

#detail-leftside-images {
margin-left:-15px;
}


				
@media (max-width: 992px) {

.dropdown-toggle {
	background-color:rgba(56, 144, 167, 0.75);
	border-radius:0;
	padding:8px 12px;
	margin:8px 0 0 0;
	font-size:15px;
	}
	
	.dropdown-toggle>ul.dropdown>ul { 
	top:0;
	padding:4px 22px;
	}
	.dropdown.hidden-md.hidden-lg > ul.dropdown-menu {
		
	}
	.dropdown.hidden-md.hidden-lg > ul li a.dropdown-menu {
		padding:4px 12px;
	}
	.dropdown.hidden-md.hidden-lg > li.dropdown-menu {
		
	}
	
	.features.row {
    margin: 0;
    padding: 15px;
  }
  
  .welcome-title {
    margin: 20px 0px 20px;  
	}

	.section .container.subscribe h2 {
    font-size:22px;
	}
	
	.section .container {
    padding: 30px 30px;  
  }
  
  .section .container.blue {
    margin: 0 0px;
	}
	
  h2 {
		font-size:22px;
	}

	#detail-title {
		font-size:26px;
  }
		
	#detail-page-info {
		font-size:14px;
	}
		
	.filter-by li {
    margin-right: 5px;
  	padding: 10px;
  }

  .filter-by {
    padding:0px 10px;
    margin:60px 0px 10px;
  }

  .event-details h2 {
  	font-size: 14px;
  }

  /* #header {
    height: 115px;
  } */
  
  .col-header {
    font-size: 14px;
  }

  .navbar .navbar-toggle {
    outline: none;
    border-color: transparent;
    margin: 10px 0px 0px;
    padding: 0;
  }

 /* .navbar .navbar-toggle span.icon-bar {    
      height: 7px;
      margin: 7px 0px;
  }
*/
  /* .navbar .container a.navbar-brand {
  	width:216px;
  	height:82px;
  } */

  #header-responsive-menu {
    /* top:95px; */
    top: 60px;
  }

  .feature-title-green {
    background-color:rgba(151, 201, 60, 0.833);
  }

  #detail-title {
    margin: 60px 0px 0px -15px;
  }

  #detail-page {
    padding-top: 200px;
  }
  
	
}

@media (max-width: 769px) {
	
  .sub-events .col-block img {
		/*max-height:300px;
    min-height:300px;}*/
  }
	
	.homepage .sub-events .col-block img {
		max-height:220px;
	}
	
	.homepage #main-feature .sub-events .col-block img {
		height:126px;
	}
	
	#detail-leftside-images img {
    width:100%;
  }
	
	.no-booking-note {
    margin: 0 0 25px 0;
  }
	
	.homepage #main-feature .col-block img { 
height:300px;
}

.show-all-block {
display:none;
}


ul#detail-social-media, ul#detail-social-media a {
margin:5px 0 7px 0;
}

#detail-ticket-wrapper {
padding:5px 30px;
}

.homepage #cont-layer{
padding-bottom:70px;
}
.plain-sidebar .sidebar-block {
display:none;
}

	#detail-footer-images img {
  /*max-width: 379px;
  max-height: 253px;*/
  width: 100%;
  height: auto;
  margin: 0;
}

  .navbar .navbar-toggle {
    margin:10px 0 0px 0px;
  }

  /* #header-responsive-menu {
    top:70px;
  } */

  .navbar .navbar-toggle span.icon-bar {    
      height: 5px;
      /* width: 35px; */
      margin: 5px 0px;
  }

  .homepage .sub-events .col-block img {
    min-height: 100%;
    max-height: 100%;
  }

  #detail-page {
    padding-top: 140px;
  }
}

@media (max-width: 480px) {

 #header-responsive-menu {
    top:65px;
  }
  
	#detail-leftside-images img {
	width:100%;
}

	
	col-header h2 {
		text-align:center;}
	
	.no-booking-note {
  
  margin: 0 0 25px 0;
  
}
#detail-leftside-images {
	margin-left:0;
}
	
	#detail-footer-images img {
  /*max-width: 379px;
  max-height: 253px;*/
  width: 100%;
  height: 196px;
  margin: 0;
}

.plain-sidebar .sidebar-block {
display:none;
}
	
	.homepage #main-feature .col-block img { 
height:196px;
}

	#header-responsive-menu ul li a {
		padding:5px 15px;
	}
	
  .navbar .container a.navbar-brand {
    position: relative;
    /* top: 3px; */
    /* width: 150px;
    height: 68px; */
    width: 210px;
    height: 33px;
    margin-top: 12px;
    padding: 0;
    background-image: url(../img/droichead-logo.png);
    /* background-size:150px; */
    background-size: contain;
    background-repeat:no-repeat;
    z-index: 9999;  
  }

  #header {
    height: 80px;
  }

  .navbar {
    top:10px;
    margin-bottom:0;
  }

  #cont-bg.plainpage, #cont-bg.listingpage, #cont-bg.detailpage {
    background-size: contain;
    margin-top: -22px;
  }

  #detail-title {
    font-size:18px;
	padding:20px 15px 12px 18px;
	line-height:130%;
  }

  #detail-page {
    padding-top: 80px;
  }

  #detail-title span {
    font-size:20px;
  }

  ul#detail-page-info {
    float: left;
    margin: 0px;
    font-size: 14px;
    display: inline-block;
    min-width: 100%;
    padding: 10px 20px;
    border: 0px none;
  }

  #detail-page-info li {
    margin: 0;
    float: none;
  }

  #detail-page-info li.date-detail:before,
  #detail-page-info li.time-detail:before,
  #detail-page-info li.price-detail:before,
  #detail-page-info li.venue-detail:before {
    margin: 0 7px 0 0;
  }

  .detail-sub-title {
    display:none;
  }

  #detail-ticket-wrapper {
    margin: 0 0 0 0;
  }

  #detail-ticket-wrapper h2 {
    font-size:21px;
  }

  #detail-ticket-wrapper span {
    font-size:14px;
  }

  ul#detail-social-media {
    font-size:.8em;
	margin:10px 0 0 0;
  }

  .fa-stack {
    font-size:1em;
  }

  #content {
    margin-top:40px;
  }

  .section .container {
    padding:10px 0;
  }

  .section .container.blue {
    margin:10px 0;
  }

  h1 {
    font-size:26px;
  }

  h2 {
    font-size:22px;
    margin:0;
  }

  h3 {
    font-size:18px;
    margin:0;
  } 

  .section .container.subscribe h2 {
    margin:0;
  }

  .plainpage #cont-layer, .listingpage #cont-layer, .detailpage #cont-layer, .contactpage #cont::after, .searchpage #cont::after {
    padding-bottom:70px;
  }

  .features.row {
    padding:20px 0 0 0 !important;
  }

  .linklist li {
    padding:8px 0;
  }

  hr {
    border-color: #CCC;
    margin: 30px 0px 0;
  }

  #content ul li {
    list-style:inside none disc;
  }

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
  .sub-events .col-block img {
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .navbar .navbar-toggle {
    margin: 3px 0px 0px;
  }
}