/*
Theme Name: Spicy Brocoli Base Theme
Theme URI: http://spicybroccoli.com
Description: Spicy Broccoli template for WordPress sites. Good for you company's health!
Author: Spicy Broccoli Media
Author URI: http://spicybroccoli.com/
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
font-family: 'Sofia Pro Light';
font-style: normal;
font-weight: normal;
src: local('fonts/Sofia Pro Light'), url('fonts/SofiaProLight.woff') format('woff');
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
    height: 100%;
}
body {
	font-family: 'Sofia Pro Light';
	line-height: 1;
	background-color: #fff;
	color: #08264e;
    height: 100%;
	font-size: 18px;
	line-height: 28px;
    letter-spacing: 0.20em;
    color: #4b4b4b;
}


h1, h2, h3, h4, h5, h6, .title-header {
	font-family: 'Sofia Pro Light';
	clear: both;
	text-align: center;
}

h1, h5, h6, .title-header {
    font-size: 28px;
    text-align: center;
    letter-spacing: .8px;
	text-transform: uppercase;
}

h2{
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
}

h2.white{
   color: #ffffff;
}

h3{
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.2em;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 15px;
}

h4 {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0.1em;
	color: #000;
	text-transform: none;
	font-weight: normal;
}

h5 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.2em;
	color: #000;
	text-transform: none;
}
h4.white{
   color: #ffffff;
}

ol, ul {
	list-style: none;
}
p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 30px;
}
article .content p:last-child {
    margin-bottom: 0;
}
article ul > li {
    padding-left: 10px;
    line-height: 10px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:hover, a:visited, a:link {
	text-decoration:none;
	color: #08264e;
	cursor: pointer !important;
}

a, a *, a:before, a:after,
.btn {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}
.img-center {
	display: block;
	margin: 0 auto;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.menu-trigger {
    display: none !important;
}
@media (min-width: 1201px) {
    .container {
    	width: 1230px;
    }

}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.clearfix:after, .container:after, .row:after {
	content: "";
	display: table;
	clear: both;
}
/* COLUMNS CONFIGURATION */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 667px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0;
}
}

@media (min-width: 768px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0;
}
}

@media (min-width: 1024px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0;
}
}
/* END COLUMNS CONFIGURATIONS */

/* SECTION CONFIG  */
.section-space {
	padding-top: 60px;
    padding-bottom: 60px;
}
.section-space-bottom {
    padding-bottom: 60px;
}
.section-space-top {
    padding-top: 60px;
}
.section-space-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-space-bottom-sm {
    padding-bottom: 30px;
}
.section-space-top-sm {
    padding-top: 30px;
}
.section-space-double {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-space-bottom-double {
    padding-bottom: 120px;
}
.section-space-top-double {
    padding-top: 120px;
}
/* END SECTION CONFIG */
/* STRIPS */
.strip { }
/* END SECTION MAIN-NAVIGATION */

.navbar-limani {
	background-color: #ffffff;
	border-color: #ffffff;
}

.navbar-limani .navbar-toggle:hover,
.navbar-limani .navbar-toggle:focus,
.navbar-limani .navbar-toggle .icon-bar,
.navbar-limani .navbar-toggle .icon-bar {
	background-color: rgba(5,23,47 ,0.85);
	border-color: #0a2e5e;
}


.navbar-limani .navbar-toggle:hover .icon-bar,
.navbar-limani .navbar-toggle:focus .icon-bar {
	background-color: #ffffff;
}

.navbar-limani .nav li {
	text-transform: uppercase;
    letter-spacing: 0.26em;
	font-family: 'Sofia Pro Light';
	font-size: 13px;
}
.navbar-limani .navbar-nav>li>a {
	color: #4b4b4b;
	text-decoration: none;
}

.navbar-limani .navbar-nav>.active>a, .navbar-limani .navbar-nav>.active>a:hover, .navbar-limani .navbar-nav>.active>a:focus {
	background-color: rgba(5,23,47 ,0.15);
}


.navbar-limani .navbar-header img {
    margin-top: 13px;
    margin-left: -15px;
}


.navbar-limani .navbar-header button {
    margin-top: 17px;
}


.socialIconsMobileMenu {
	padding-left: 5px;
    padding-top: 24px;
    margin-right: -15px;
	position: relative;
}

.socialIconsMobileMenu div a {
	margin-left: 5px;
}

/* CHANGE BOOTSTRAP NAVIGATION COLLAPSE */

@media (max-width: 1199px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}









/* SECTION HERO */
section#hero-image {
	display: table;
	margin: 0 auto;
    margin-bottom: 30px;
}
/* END SECTION HERO */
/* BTNS */
.btn-wrapper {
	display: table;
	margin: 0 auto;
}
.btn-wrapper.right {
    margin-right: 0;
}
.btn-wrapper.left {
    margin-left: 0;
}
a.btn, .btn {
	padding: 14px 25px;
	display: block;
	background-color: #3fb34f;
	color: #fff;
	font-size: 14px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #3fb34f;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.2px;
}
a.btn.big, .btn.big {
    font-size: 22px;
    line-height: 25px;
}
a.btn.small, .btn.small {
    line-height: 17px;
    padding: 10px 20px;
}
a.btn:hover, .btn:hover {
    background-color: rgba(255,255,255,.9);
    color: #3fb34f;
}
input.btn {
    height: 45px;
    line-height: 0;
    cursor: pointer;
}
/* END BTNS */
/* BGS & colors */
.bg-blue {
	background-color: #33C2DC;
}
.bg-red {
	background-color: #ED145B;
}
.bg-orange {
	background-color: #FAAF40;
}
/* END BGS */
/* SLIDER */
.slider {
	position: relative;
}

.innerSlider .carousel-inner{
	max-height: 390px;
}

/* CAROUSEL CONFIG */
.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  width: 2000px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: table-cell;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-indicators {
	position: absolute;
    left: 0%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0px;
    text-align: center;
    list-style: none;
    background-size: cover;
    height: 46px;
    padding-top: 15px;

}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  margin: 0 3px;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #3fb34f;
  border-color: #3fb34f;
}
/*
inspired from http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* END CAROUSEL*/
/* SECTION footer-bottom */
div#footer-section {
    background: #ffffff;
    padding: 35px 0;
    color: #686869;
    font-size: 12px;
    padding: 40px 0 35px;
}
div#footer-section .sbm {
    text-align: right;
}
div#footer-section a {
    text-decoration: underline;
}
div#footer-section a:hover {
    text-decoration: none;
    color: #65645f;
}
div#footer-section a{
    padding-right: 95px;
}
div#footer-section img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
}
/* END SECTION footer-bottom */
/* END SLIDER */
/* SECTION sectionName */
section#sectionName {

}
/* END SECTION sectionName */
/* SECTION sectionName */
section#sectionName {

}
/* END SECTION sectionName */

.bodyText {
	font-size: 18px;
	line-height: 28px;
    letter-spacing: 0.20em;
    font-family: 'Sofia Pro Light';
    color: #4b4b4b;

}

.bodyText .emphasis {
	font-family: 'PT Serif', serif;
	font-weight: bold;
	font-size: 21px;
	font-style: italic;
}


.removeParaMargin p{
	margin-bottom: 0px;
}


header {
	height: 68px;
    position: fixed;
    width: 100%;
    left: 0;
    padding: 0 65px;
    background: #fff;
    z-index: 99;
}

#header {
	position: relative;
}

.header-wrapper {
	background: #fff;
}

.mainContent {
	padding-top: 68px;
}
.wrap{
    text-align:center;
	margin-bottom: 15px;
}


.main-menu {
    font-size: 0;
}

.main-menu .first-half, .main-menu .last-half {
    display: inline-block;
    top: 25px;
}

.main-menu .first-half {
	padding-left: 0px;
}
.main-menu .last-half {
	float: right;
	padding-right: 0px;
}
.main-menu .first-half ul {
    text-align: left;
}
.main-menu .last-half ul {
    text-align: right;
}

.main-menu-items ul li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.26em;
	font-family: 'Sofia Pro Light';
	font-size: 13px;
}

.main-menu-items .first-half ul li {
    margin-right: 40px;
}

.main-menu-items .last-half ul li {
    margin-left: 8px;
	vertical-align: top;
}

.main-menu-items .last-half ul li.adjustedMenuItemMargin {
	margin-left: 40px;
}

@media all and (max-width: 1550px) and (min-width: 1470px)  {
 .main-menu-items .last-half ul li.adjustedMenuItemMargin {
	margin-left: 30px;
  }

  .main-menu-items .first-half ul li {
    margin-right: 30px;
   }
}




@media all and (max-width: 1350px) and (min-width: 1200px)  {
	.main-menu-items ul li {
		letter-spacing: 0.1em;
	}
}

@media all and (max-width: 1469px) and (min-width: 1200px)  {
 .main-menu-items .last-half ul li.adjustedMenuItemMargin {
	margin-left: 14px;
  }

  .main-menu-items .first-half ul li {
    margin-right: 18px;
   }
}

.main-menu-items ul li a{
	color: #4b4b4b;
	text-decoration: none;
}
.main-menu-items ul li a:hover{
    color: #08264e;
}

.side-menu-items ul li {
    display: inline-block;
    text-transform: uppercase;
	letter-spacing: 0.26em;
	font-family: 'Sofia Pro Light';
	font-size: 13px;
}

.main-menu .logo-center {
  	display: inline-block;
	top: 15px;
    text-align: center;
}

.contact-trigger {
	left: 45px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    writing-mode: vertical-lr;
    top: 41%;
	cursor: pointer;

}

.events-trigger {
    right: 25px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    writing-mode: vertical-lr;
    top: 50%;
	cursor: pointer;
}

.contact-trigger, .events-trigger {
    position: fixed;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	white-space: nowrap;
}

.overlayProperties {
	height: 100%;
	width: 490px;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
}

.overlayProperties .overlayContent {
	top: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
   	width: 65%;
    text-align: left;
}

.overlayProperties .overlayContent .alignment {
	padding-bottom: 25px;
}

.eventsOverlay {
	right: 0;
}


/*
.leftMenuContent {
	writing-mode: tb-lr;
    padding-left: 27px;
    text-transform: uppercase;
}
.rightMenu{

    width: 65px;
    position: fixed;
    right: 0;
    height: 100%;
}*/

.centerAllContent{
	text-align:left;
    margin:0 auto !important;
    display:inline-block;
    width: 100%;
    padding: 0 65px;
}

.sectionMargins {
	margin-top: 15px;
	margin-bottom: 15px;
}


.fullBG {
	padding: 0px;
    background-position: center center;
    height: 515px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tiles {
	height: 680px;
}

@media all and (max-width: 768px){
	.tiles {
		height: 100%;
	}

}
.tiledSection {
	padding: 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 680px;
}

#menuSection, #aboutSection {
	height: 515px;
}


.bannerContent {
    background-image: url(images/header1.jpg);
    height: 978px;
}


.videoContent {
    background-image: url(images/video.jpg);
}


.genericTileBGImage {
    background-image: url(images/tiledBG.jpg);
}


.members {
    background-image: url(images/members.jpg);
}



.menuTextBG {

	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 100%;
	  width: 100%;
	  opacity: 0.8;
	  transition: .5s ease;
	  background-color: #08264e;
}



.textAlignment{
  color: #212121;
  font-size: 28px;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.topAlignment {
  top: 50%;
}

.bannerButtonTopAlignment {
  top: 57% !important;
}

.themeButton,
.wc-proceed-to-checkout .checkout-button ,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
{
	cursor: pointer !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 25px 55px !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    line-height: 26px !important;
    letter-spacing: 0.2em !important;
    font-family: 'Sofia Pro Light' !important;
}

.themeButton.white, .wc-proceed-to-checkout .checkout-button,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	 border: 1px solid #08264e !important;
	 background: #ffffff !important;
	 color: #08264e  !important;
}

.themeButton.white:hover,
.themeButton.white:focus,
.themeButton.white:active {
    background: #08264e  !important;
    color: #ffffff  !important;
    text-decoration: none  !important;
	transition: background-color 0.5s ease !important;
}

.themeButton.blue {
	background: #08264e;
	color: #ffffff;
	border: 0px;
}
.themeButton.blue:hover,
.themeButton.blue:focus,
.themeButton.blue:active {
    background: #0a2e5e;
    color: #ffffff;
    text-decoration: none;
	transition: background-color 0.5s ease;
}

.themeButton.yellow {
	background: #f5e173;
	color: #4b4b4b;
	border: 1px solid #4b4b4b;
}
.themeButton.yellow:hover,
.themeButton.yellow:focus,
.themeButton.yellow:active {
    background: #eed75b;
    color: #4b4b4b;
    text-decoration: none;
	transition: background-color 0.5s ease;
}

.themeButton.learnMore {
	padding: 18px 55px;
}

/* Spacers */

.spacer-10 {
	height: 10px;
}

.spacer-20 {
	padding-top: 20px;
}
.spacer-50 {
	padding-top: 50px;
}
.spacer-70 {
	padding-top: 70px;
}
.spacer-90 {
	padding-top: 90px;
}
/* Tile buttons */

.translucentTextDiv {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 0px;
    border-radius: 0px;
}

.translucentTextDiv:hover,
.translucentTextDiv:focus {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #ffffff;
    text-decoration: none;
}

.translucentTextDiv.menu {
	padding: 15px 25px 15px 25px;
}

.translucentTextDiv.giftCert {
	padding: 15px 25px 15px 25px;
}

.translucentTextDiv.whatson {
	padding: 15px 40px 15px 40px;
}

.translucentTextDiv.about {
	padding: 15px 40px 15px 40px;
}

.translucentTextDiv.blue {
	background-color: rgba(8,38,78,0.85);
}

.translucentTextDiv.blue:hover,
.translucentTextDiv.blue:focus,
.translucentTextDiv.blue:active {
    background-color: rgba(5,23,47 ,0.85);
}

.translucentTextDiv.grey {
	background-color: rgba(182,171,160 ,0.8);
}

.translucentTextDiv.grey:hover,
.translucentTextDiv.grey:focus,
.translucentTextDiv.grey:active {
    background-color: rgba(160,150,140 ,0.8);
}

.translucentTextDiv .headings {
	color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
	font-family: 'Sofia Pro Light';
}

.translucentTextDiv .mainHeadingLarger {
	font-size: 52px;
    line-height: 63px;
	letter-spacing: 0.1em;

}

.translucentTextDiv .subHeading {
	font-size: 18px;
    line-height: 40px;
	letter-spacing: 0.2em;
}

.translucentTextDiv .mainHeadingSmaller {
	font-size: 35px;
    line-height: 43px;
	letter-spacing: 0.2em;

}

.tileHeading {
	font-size: 35px;
    line-height: 43px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.tileHeading.white {
	color: #ffffff;
}

.tileHeading.slateGrey {
	color: #4b4b4b;
}
.tileSubHeading {
	font-size: 25px;
    line-height: 35px;
	letter-spacing: 0.15em;
}

.tileSubHeading.slateGrey {
	color: #4b4b4b;
}

.inputTextField {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0px 20px;
  padding: 0px 20px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  color: rgba(0,142,198,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}


/* Inner page style */


.innerBackgroundRepeat {
    background-image: url(images/repeatBG.jpg);
	background-repeat: repeat;
	background-position: center center;
	padding-bottom: 50px;
}

.innerPageHeading {
	font-size: 55px;
	line-height: 60px;
	letter-spacing: 0.15em;
	color: #08264e;
	padding: 70px 0px;
	text-transform: uppercase;
}

.innerContentWrapper {
	background-color: #ffffff;
    margin: 0px auto;
    text-align: center;
    padding: 80px;
}
.innerContentWrapper img {
	max-height: 390px;
}

.basicContentWrapper {
	background-color: #ffffff;
    margin: 0px auto;
    padding: 80px;
}


.pageBGImage {
    height: 390px;
    background-size: cover !important;
    display: table;
    text-align: center;
    width: 100%;
	background-position: center center;
}



.limaniPost .postHeading {
	font-size: 35px;
	letter-spacing: 0.15em;
	color: #08264e;
	text-transform: uppercase;

}

.limaniPost{
	padding-top: 90px;
	padding-bottom: 90px;
	border-bottom: 1px solid #e6e3db;
}

.limaniPost .postSeparator {
	padding: 35px 0px;
}

.limaniPost .postContent,
.limaniPost .postContent p,
.limaniPost .postContent .detailsHeading {
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0.15em;
	color: #08264e;
}

.limaniPost .postContent p .emphasis,
.limaniPost .postContent .detailsHeading {
	font-weight: bold;
}

.buttonContainer {
	padding-top: 15px;
	width: 450px;
	margin: 0px auto;
}

.buttonContainer .button {
	cursor: pointer;
    display: block;
    text-align: center;
    vertical-align: middle;
	width: 100%;
    padding: 20px;
    border: 1px solid #08264e;
    border-radius: 0px;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.2em;
    font-family: 'Sofia Pro Light';
	background: #ffffff;
	color: #08264e;
	font-weight: bold;
}
.buttonContainer .button:hover,
.buttonContainer .button:focus,
.buttonContainer .button:active {
    background: #ffffff;
    color: #08264e;
    text-decoration: none;
	transition: background-color 0.5s ease;
}




.socialFooter {
	height: 65px;
	background-color: #08264e;
	text-transform: uppercase;
	color: white;
}

.socialFooter div {
	display: inline;
}

.footerBrand {
	background-color: #e6e3db;
	height: 100px;
    padding: 15px 0px;
}

.footerBrand .footerLeftLink {
	text-align: right;
}

.footerBrand .footerRightLink {
	text-align: left;
}

.footerlink {
	font-size: 14px;
	margin: 0px 0px;
    top: 5px;
    position: relative;
	letter-spacing: 0.15em;
}

.widespacedText {
	top: 25%;
	position: relative;
	font-family: 'Sofia Pro Light';
	letter-spacing: 0.35em;
}
.widespacedText.blue {
	color: #08264e;
}
.socialFooter .socialIcons {
	margin-left: 20px;
	top: 30%;
	position: relative;
}

.loadMorePosts {
	padding-top: 45px;
}

.loadMorePostsArrow {
	padding-bottom: 20px;
	cursor: hand;
}
#map {

	width: 100%;
	height: 680px;
}

.videoContainer {
	position:relative;
	height:100%;
	padding-bottom:56.25%;
}

/* ABOUT US */

.imageTileSetting {
	padding: 0px;
    background-position: center center;
    height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
}

.imageOverlayContainer {
  position: relative;
}

.adjustedPaddingLeft {
	padding-left: 0px !important;
	padding-right: 5px !important;
}

.adjustedPaddingRight {
	padding-left: 5px !important;
	padding-right: 0px !important;
}

.aboutUsRowContainer  .overlayTextPosition {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
	letter-spacing: 0.1em;
}

.aboutUsRowContainer  .heading{
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	padding: 20px 25px;
	color: #ffffff;
	width: 280px;
}

.aboutUsRowContainer  .heading.translucent{
	line-height: 18px;
	background-color: rgba(8,38,78,0.85);
}

.aboutUsRowContainer  .heading.white{
	line-height: 26px;
}

.aboutUsRowContainer  .text {
	color: #08264e;
	font-size: 13px;
	line-height: 26px;
	position: absolute;
	padding: 60px 40px;
	width: 100%;
}

.aboutUsRowContainer .borderDiv {
	border: 1px solid #08264e;
}

/* MENU PAGE */


.menuButtonContainer {
	padding-top: 10px;
}

.menuButtonContainer .button,
.menuButtonContainer .button:focus,
.menuButtonContainer .button:active {
	cursor: pointer;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 80px;
    border: 1px solid #08264e;
    border-radius: 0px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 0.2em;
    font-family: 'Sofia Pro Light';
	background: #ffffff;
	color: #08264e;
	font-weight: bold;
}
.menuButtonContainer .button:hover {
    background: #08264e;
    color: #ffffff;
    text-decoration: none;
	transition: background-color 0.5s ease;
}

.menuButton {
	width: 70%;
	margin-bottom: 20px;
}


.leftButton {
    margin-right: 15px;
}

.rightButton {
    overflow: hidden;
}

.menuGallery {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.menuGallery1 {
    height: 460px;
}

.menuGallery2 {
    height: 225px;
}

.menuGallery3 {

    height: 225px;
}

.menuGallery4 {

    height: 290px;
}

.menuGallery5 {
    height: 290px;
}

.bookingTagline {
	width: 90%;
	margin: 0 auto;
}

.contactFormWrapper {
	background-color: #08264e;
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding: 80px;
	width: 60%;
}

#contactForm p {
	margin-bottom: 20px;
}

#contactForm .wpcf7-form {
	text-align: left;
}
#contactForm span.wpcf7-list-item {
	margin: 0px;
	height: 40px;
	line-height: 34px;
}

#contactForm .wpcf7-list-item-label {
	position: relative;
	bottom: 15px;
	color: #fff;
}

.select2-selection--single {
	height: 60px !important;
}

.select2-selection__rendered {
    position: relative;
    top: 20%;
}

.select2-selection__arrow b {
	top: 100% !important;
}


input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
.select2-selection--single ,
select#DOB_dd, select#DOB_mm {

	height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    width: 100%;
    border-color: #2d2d2d !important;
    border: 1px solid;
    font-size: 19px;
    letter-spacing: 0.1em;
    font-family: 'Sofia Pro Light';
}
select#DOB_dd, select#DOB_mm {
	margin-bottom: 20px;
}
#contactForm .wpcf7-form .wpcf7-text[aria-invalid=true],
#contactForm .wpcf7-form .wpcf7-textarea[aria-invalid=true] {
	border: 2px solid #e41e22 !important;
}

textarea {
	padding-top: 10px;
    padding-bottom: 0;
    padding-left: 15px;
    width: 100%;
    border-color: #2d2d2d !important;
    border: 1px solid;
    font-size: 19px;
    letter-spacing: 0.1em;
    font-family: 'Sofia Pro Light';
}

#contactForm .wpcf7-form input[type="submit"],
div#MGLSubmit input[type="submit"]  {

	border: 1px solid #cccccc;
    padding: 25px 20px;
    background-color: white;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    outline: none !important;
	text-transform: uppercase;
	color: #08264e;
	font-weight: bold;
}

#contactForm .wpcf7-form .wpcf7-text:focus,
textarea:focus{
    border: 1px solid #e41e22 !important;
    outline: none !important;
}

#contactForm .wpcf7-form .wpcf7-validation-errors{
	border: 1px solid #e41e22 !important;
	margin-left: 0px;
    font-size: 19px;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #e41e22;
}

#contactForm .wpcf7-form .wpcf7-mail-sent-ok {
	border: 1px solid #ffffff !important;
	margin-left: 0px;
    font-size: 19px;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #ffffff;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2d2d2d;
  text-align: left;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-family: 'Sofia Pro Light';
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #2d2d2d;
  text-align: left;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-family: 'Sofia Pro Light';
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-moz-placeholder { /* IE 10+ */
  color: #2d2d2d;
  text-align: left;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-family: 'Sofia Pro Light';
}
input[type="text"]:-moz-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-moz-placeholder { /* Firefox 18- */
  color: #2d2d2d;
  text-align: left;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-family: 'Sofia Pro Light';
}

input[type=checkbox]{
    height: 40px;
    width: 40px;
	font-size: 27px;
	margin-right: 8px;
    cursor: pointer;

}

#contactForm input[type=checkbox]:after {
    content: " ";
    background-color: #ffffff;
    display: inline-block;
    visibility: visible;
	height: 40px;
    width: 40px;
}

#contactForm input[type=checkbox]:checked:after {
    content: "\2714";
	height: 40px;
    width: 40px;
	padding-left: 8px;
}

.ui-widget-header {
    border: 1px solid #ffffff !important;
    background: #08264e !important;
    color: #fff !important;
    font-weight: bold !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ffffff !important;
    background: #08264e !important;
    font-weight: bold !important;
    color: #ffffff !important;
}


.woocommerceWrapper .page-title {
	display: none;
}





.gcButtons {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.gcButtons li {
	display: inline;
	padding: 10px;
}

.gcButtons a {
	margin-bottom: 20px;
}

.gcButtons a:hover {background-color: #ff3300;}



/* WOO COMMERCE STYLING */

.woocommerce-message {
	border-top-color: #08264e !important;
}

.woocommerce-message::before {
	color: #08264e !important;

}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	color: #4b4b4b !important;
    font-family: 'Sofia Pro Light' !important;
	padding: 1em 12px 1em 3.5em !important;
}

.woocommerce-message a,
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce a.button {
	color: #08264e !important;
    background: white !important;
    border: 1px solid #08264e !important;
    border-radius: 0px !important;
	text-transform: uppercase !important;
    line-height: 26px !important;
    letter-spacing: 0.2em !important;
    font-family: 'Sofia Pro Light' !important;
}



.woocommerce-cart td.product-thumbnail, .woocommerce-cart td.product-name {
    pointer-events: none;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	text-align: left;
	padding-bottom: 20px;
}

.woocommerce table.cart td:nth-of-type(2), .woocommerce table.cart th:nth-of-type(2),
.woocommerce table.cart td:nth-of-type(4), .woocommerce table.cart th:nth-of-type(4),
.cart-subtotal,
.woocommerce-table--order-details  tfoot> tr:first-child{
	display: none;
}


h3#order_review_heading,
.woocommerce-order-details__title {
	padding: 15px 0px;
}

@media (min-width: 769px) {
	.woocommerce .col-1 {
		width: 100% !important;
		float: none !important;
	}

	.woocommerce .col-2 {
		width: 100% !important;
		float: none !important;
		padding-bottom: 50px;
	}
	#woo_order_details {
		padding-bottom: 50px;
	}
}

.gift-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 265px;
    height: 147px;
    background: #08264e;
	color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gift-card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -75px;
}

.gift-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/infinity-balloon.png) center/158px 225px no-repeat;
    opacity: .5;
}

.limaniForms {
	width: 70%;
    margin: 0px auto;
}

div.MGLLabel {
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
}

div.MGLField input {
    padding-left: 15px !important;
}

div.MGLPoweredBy, div.MGLPoweredBy a {
	color: #ffffff;
	padding-top: 15px;
}
.ui-datepicker-year {
	color: #08264e !important;
}

.ui-datepicker-prev, .ui-datepicker-next {
	background-color: #ffffff;
}

.section-space-45 {
	padding: 45px 0px;
}
/*Seo update*/
.home p {
margin-bottom:0px;
}
/*end seo update*/