@charset "UTF-8";
@font-face { font-family: 'BebasNeueBold'; src: url("fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeueBold.otf") format("opentype"), url("fonts/BebasNeueBold.woff") format("woff"), url("fonts/BebasNeueBold.ttf") format("truetype"), url("fonts/BebasNeueBold.svg#BebasNeueBold") format("svg"); font-weight: normal; font-style: normal; }
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, input, article, aside, footer, header, nav, section { margin: 0; padding: 0; }

iframe, img { border: none; }

table { border-collapse: collapse; border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section { display: block; }

.clear { clear: both; }

.skip-link { position: absolute; left: -9999px; }

a, a span, input[type="submit"] { text-decoration: none; -webkit-appearance: none; -webkit-transition-property: color background-color; transition-property: color background-color; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; -webkit-transition-property: color background-color; -webkit-transition-duration: 100ms; -webkit-transition-timing-function: ease-in-out; -moz-transition-property: color background-color; -moz-transition-duration: 100ms; -moz-transition-timing-function: ease-in-out; -ms-transition-property: color background-color; -ms-transition-duration: 100ms; -ms-transition-timing-function: ease-in-out; -o-transition-property: color background-color; -o-transition-duration: 100ms; -o-transition-timing-function: ease-in-out; }

a img { transition: opacity 100ms ease-in-out; -webkit-transition: opacity 100ms ease-in-out; -moz-transition: opacity 100ms ease-in-out; -ms-transition: opacity 100ms ease-in-out; -o-transition: opacity 100ms ease-in-out; -webkit-backface-visibility: hidden; }

img { max-width: 100%; height: auto; }

svg.hide { display: none; }

svg { max-height: 100%; }

.textwrap { overflow: hidden; }

.screen-reader-response { position: absolute; left: -9999px; }

body { font-family: "Lato", sans-serif; overflow-x: hidden; }

a { color: #7e7e7e; }
a:hover { color: dakren(#7e7e7e, 5%); }

h1, h2, h3, h4, h5 { font-family: "Lato", sans-serif; }

::-moz-selection { background: #d0cbb8; color: #FFF; }

::selection { background: #d0cbb8; color: #FFF; }

::-moz-selection { background: #d0cbb8; color: #FFF; }

#header { position: fixed; width: 100%; z-index: 1000; background: transparent; -webkit-transition: background 300ms ease; transition: background 300ms ease; }
#header.active { background: rgba(0, 0, 0, 0.9); }
#header.active #desktopHeader .container-fluid .logoHeader { width: 166px; }
#header.active #desktopHeader #navholder { top: 12px; }
#header.active #desktopHeader .headerRight { top: 13px; }
@media screen and (max-width: 1023px) { #header { background: #191919 !important; } }
#header #desktopHeader { width: 100%; }
#header #desktopHeader .container-fluid { max-width: 1720px; position: relative; }
#header #desktopHeader .logoHeader { float: left; margin-top: 0px; padding: 5px 0px; position: relative; width: 221px; -webkit-transition: width 500ms ease; transition: width 500ms ease; }
#header #desktopHeader #navholder { position: absolute; height: auto; z-index: 500; top: 20px; left: 41%; margin-left: -382px; -webkit-transition: top 500ms ease; transition: top 500ms ease; }
#header #desktopHeader #navholder.nav-large { display: block; }
#header #desktopHeader #navholder.nav-small { display: none; }
#header #desktopHeader #navholder #nav { margin: 0 auto; }
#header #desktopHeader #navholder #nav:after { content: ""; display: block; clear: both; }
#header #desktopHeader #navholder #nav > li { float: left; list-style: none; }
#header #desktopHeader #navholder #nav > li a { color: #FFF; font-size: 13px; padding: 15px 0px; margin: 0 12px; position: relative; display: inline-block; font-weight: 900; text-transform: uppercase; }
#header #desktopHeader #navholder #nav > li a:before { position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: #d0cbb8; content: ""; opacity: 0; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
#header #desktopHeader #navholder #nav > li a:hover:before, #header #desktopHeader #navholder #nav > li a:focus:before { height: 2px; opacity: 1; -webkit-transform: translateY(-12px); -ms-transform: translateY(-12px); transform: translateY(-12px); }
#header #desktopHeader #navholder #nav > li:hover > a:before { height: 2px; opacity: 1; -webkit-transform: translateY(-12px); -ms-transform: translateY(-12px); transform: translateY(-12px); }
#header #desktopHeader #navholder #nav > li.menu-item-has-children > a:after { content: ""; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); display: inline-block; margin-left: 7px; width: 10px; height: 10px; border: #FFF solid; border-width: 0px 3px 3px 0; position: relative; top: -3px; border-radius: 0 0 3px 0; }
#header #desktopHeader #navholder #nav > li.bold > a { font-weight: 900; }
#header #desktopHeader #navholder #nav > li ul.sub-menu { position: absolute; background: #FFF; padding: 10px 0; top: -999px; box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2); opacity: 0; z-index: 0; width: 250px; margin: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }
#header #desktopHeader #navholder #nav > li ul.sub-menu li { float: none; padding: 5px 15px; list-style: none; margin: 5px 0; }
#header #desktopHeader #navholder #nav > li ul.sub-menu li a { color: #000; padding: 0 0px 8px; margin: 0; text-transform: none; display: block; border-bottom: 1px solid rgba(126, 126, 126, 0.2); }
#header #desktopHeader #navholder #nav > li ul.sub-menu li a:before { background: #d0cbb8; left: 0; width: 0%; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); height: 2px; opacity: 1; }
#header #desktopHeader #navholder #nav > li ul.sub-menu li a:hover:before { width: 100%; height: 2px; }
#header #desktopHeader #navholder #nav > li:hover ul.sub-menu { top: 50px; opacity: 1; }
#header #desktopHeader .headerRight { float: right; position: relative; top: 23px; -webkit-transition: top 500ms ease; transition: top 500ms ease; }
#header #desktopHeader .headerRight .enq { display: inline-block; text-align: center; padding: 0px; width: 165px; font-size: 16px; line-height: 35px; font-weight: 900; border-radius: 5px; border: 2px solid rgba(255, 255, 255, 0.4); text-transform: uppercase; color: #FFF; cursor: pointer; margin: 2px 2px 2px 0; }
#header #desktopHeader .headerRight .enq:hover { text-decoration: none; background: rgba(255, 255, 255, 0.2); }
#header #desktopHeader .headerRight .phone { color: #FFF; font-weight: 900; margin-right: 15px; }
#header #desktopHeader .headerRight .phone svg { vertical-align: middle; margin-top: -3px; margin-right: 3px; }
#header #mobileHeader { display: none; height: 60px; width: 100%; z-index: 1000; }
#header #mobileHeader .mobileLogo { width: 160px; position: absolute; left: 50%; margin-left: -80px; top: 0px; z-index: 600; }
#header #mobileHeader .mobileLogo svg { width: 210px; height: 49px; }
#header #mobileHeader .mobileMenu { float: left; width: 62px; height: 60px; position: relative; }
#header #mobileHeader .mobileMenu svg { width: 32px; height: 27px; margin: 10px 15px -4px; }
#header #mobileHeader .mobileMenu svg path { fill: #d0cbb8; }
#header #mobileHeader .mobileMenu span { font-size: 10px; display: block; text-align: center; color: #d0cbb8; }
#header #mobileHeader .mobilePhone { float: right; width: 52px; height: 60px; position: relative; }
#header #mobileHeader .mobilePhone svg { width: 25px; height: 27px; margin: 8px 14px -2px; }
#header #mobileHeader .mobilePhone svg path { fill: #d0cbb8; }
#header #mobileHeader .mobilePhone span { font-size: 10px; display: block; text-align: center; color: #d0cbb8; }
#header #mobileHeader .mobileBook { float: right; width: 52px; height: 60px; position: relative; }
#header #mobileHeader .mobileBook svg { width: 30px; height: 30px; margin: 8px 13px -5px; }
#header #mobileHeader .mobileBook svg path { fill: #626262; }
#header #mobileHeader .mobileBook span { font-size: 10px; display: block; text-align: center; color: #626262; }
@media screen and (max-width: 1520px) { #header #desktopHeader #navholder { margin-left: -282px; left: 39%; }
  #header #desktopHeader #navholder.nav-large { display: none; }
  #header #desktopHeader #navholder.nav-small { display: block; } }
@media screen and (max-width: 1300px) { #header #navholder { top: 12px; }
  #header #navholder #nav > li a { font-size: 12.5px; margin: 0 7px; }
  #header .headerRight { top: 13px; } }
@media screen and (max-width: 1300px) { #header #desktopHeader .container-fluid .logoHeader { width: 166px; }
  #header #desktopHeader #navholder { top: 12px; margin-left: -250px; }
  #header #desktopHeader #navholder #nav > li a { font-size: 12.5px; margin: 0 7px; }
  #header #desktopHeader #navholder #nav li.menu-item-has-children > a:after { content: ""; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); display: inline-block; margin-left: 5px; width: 9px; height: 9px; }
  #header #desktopHeader .headerRight { top: 13px; }
  #header #desktopHeader .headerRight .enq { width: 135px; font-size: 14px; }
  #header #desktopHeader .headerRight .phone { margin-right: 10px; font-size: 15px; } }
@media screen and (max-width: 1130px) { #header #desktopHeader #navholder { left: 44%; }
  #header #desktopHeader .headerRight .phone { display: none; } }
@media screen and (max-width: 1023px) { #header { position: fixed !important; width: 100%; }
  #header #desktopHeader { display: none; }
  #header #mobileHeader { display: block; }
  #header #navholder { display: none; } }

#mobileNav #navholder { display: none; position: absolute; top: 0; z-index: 999; background: #222; height: 100%; width: 280px; left: -280px; box-shadow: inset -10px 0 10px -5px rgba(0, 0, 0, 0.2); }
#mobileNav #navholder ul { margin: 0; }
#mobileNav #navholder #nav { margin: 0; }
#mobileNav #navholder #nav li { list-style: none; margin-bottom: 0; }
#mobileNav #navholder #nav li a { border-bottom: 1px solid rgba(0, 0, 0, 0.15); width: 100%; padding: 12px; display: block; color: #FFF; font-size: 18px; font-weight: bold; box-shadow: -15px 0px 10px -10px rgba(0, 0, 0, 0.2) inset; }
#mobileNav #navholder #nav li a:hover { background: #797979; }
#mobileNav #navholder #nav li ul.sub-menu li a { padding-left: 30px; font-weight: normal; font-size: 16px; }
#mobileNav #navholder #nav li ul.sub-menu li ul.sub-menu li a { padding-left: 40px; }

@media screen and (max-width: 1023px) { #mobileNav #navholder { display: block; }
  body #header, body #pageWrap, body #footer { position: relative; left: 0px; transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
  body #mobileNav #navholder { left: -280px; transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000; perspective: 1000; } }
#feature { position: relative; }
#feature .overlay { position: absolute; top: 0; right: 0; left: auto; bottom: 0; z-index: 11; max-width: 610px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 20px 80px; width: 100%; background: rgba(208, 203, 184, 0.27); }
#feature .overlay .featureText h2 { font-size: 37px; color: #FFF; display: block; text-align: left; position: relative; font-family: "Lato", sans-serif; margin-bottom: 0.5em; line-height: 1.2em; letter-spacing: -0.8px; }
#feature .overlay .featureText h2 span { display: inline-block; width: 30px; font-size: 15px; line-height: 1em; padding-left: 2px; }
#feature .overlay .featureText p { color: #FFF; font-size: 20px; font-weight: 300; text-align: center; }
#feature .overlay .featureText img { margin: 20px auto; }
#feature .overlay .featureText a { width: 48%; margin-right: 2%; margin: 1em 1%; padding: 15px 10px; }
#feature .slide img { max-width: none; width: 100%; }
#feature .slide .desktop { display: block; }
#feature .slide .mobile { display: none; }
@media screen and (max-width: 1023px) { #feature .slide img { width: 100%; }
  #feature .slide .desktop { display: none; }
  #feature .slide .mobile { display: block; }
  #feature .overlay { background: #0f3b6e; background: -webkit-linear-gradient(265deg, #0f3b6e 10%, #207cca 45%, #355c7d 80%, #5e748c 100%); background: linear-gradient(185deg, #0f3b6e 10%, #207cca 45%, #355c7d 80%, #5e748c 100%); position: relative; max-width: none; }
  #feature .overlay .featureText { max-width: 450px; margin: 0 auto 40px; } }
@media screen and (max-width: 640px) { #feature .overlay { padding: 20px 4%; }
  #feature .overlay .featureText { max-width: 380px; margin: 0 auto 20px; }
  #feature .overlay .featureText h2 { font-size: 28px; }
  #feature .overlay .featureText h2 span { font-size: 12px; }
  #feature .overlay .featureText a { font-size: 15px; } }
@media screen and (max-width: 480px) { #feature .slide img { width: 150%; } }

#welcome { padding: 0 0 50px; position: relative; z-index: 50; text-align: center; margin-top: -30px; }

#grid .img100 > img { width: 100%; }
#grid .overlay { padding: 15px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
#grid .overlay a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-transition: background 300ms ease; transition: background 300ms ease; background: transparent; }
#grid .overlay a:hover { background: rgba(0, 0, 0, 0.2); }
#grid .overlay h3 { font-size: 35px; font-weight: 900; color: #FFF; text-transform: uppercase; margin-top: 0; }
#grid .overlay button { background: #d0cbb8; padding: 15px 70px; color: #363636; border-radius: 30px; text-transform: uppercase; border: none; position: relative; }
#grid .overlay button:after { content: ""; position: absolute; width: 100%; height: 100%; background: transparent; border: 2px solid #d0cbb8; left: 0; top: 0; border-radius: 35px; -webkit-transition: all 200ms ease; transition: all 200ms ease; }
#grid .overlay button:hover { background: #c6c0a9; }
#grid .overlay button:hover:after { width: 104%; height: 120%; left: -2%; top: -9%; }
#grid .ourClients .overlay { display: block; padding-top: 25%; }
#grid #testimonialSlider, #grid #clientSlider { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; overflow: hidden; }
#grid #testimonialSlider .item, #grid #clientSlider .item { max-width: 360px; margin: 0 auto; text-align: center; }
#grid #testimonialSlider .item .testimonial, #grid #clientSlider .item .testimonial { font-size: 16px; font-weight: 400; }
#grid #testimonialSlider .item .byLine, #grid #clientSlider .item .byLine { font-size: 18px; font-weight: 600; }
#grid #testimonialSlider .item .byLine:before, #grid #clientSlider .item .byLine:before { content: "- "; }
#grid #testimonialSlider .owl-controls, #grid #clientSlider .owl-controls { position: absolute; left: 0; bottom: 10px; width: 100%; }
#grid #testimonialSlider { padding: 40% 30px 30px; }
#grid #clientSlider { padding: 45% 30px 30px; }

#team { padding: 100px 0; text-align: center; }
#team h2 { font-size: 40px; }
#team #noshies { margin-top: 50px; }
#team #noshies .row > div { text-align: center; }
#team #noshies .row > div img { border-radius: 50%; }

#pageWrap { box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); background: #FFF; margin: 0 auto; }
@media screen and (max-width: 1023px) { #pageWrap { padding-top: 60px; } }

#outerPageWrap { overflow: hidden; background: #222; }

#banner { overflow: hidden; position: relative; z-index: 0; }
#banner > img { width: 100%; }
#banner.noBanner { height: 250px; }
#banner.noBanner .overlay h1 { color: #626262; border-color: #626262; }
#banner.mapsBanner .overlay { position: relative; margin-top: 40px; }
#banner.mapsBanner .overlay h1 { color: #626262; border-color: #626262; }
#banner.contactMap { height: 300px; }
/*@media screen and (max-width: 1024px) { #banner img { max-width: 150%; margin-left: -25%; width: auto; } }*/
@media screen and (max-width: 640px) { /*#banner img { max-width: 250%; margin-left: -75%; }*/
  #banner.contactMap { height: 200px; } }

@media screen and (max-width: 767px) { .mapFooter iframe { height: 200px; } }
.btn { display: inline-block; padding: 15px 25px; color: #FFF; text-transform: uppercase; font-size: 16px; font-weight: 300; position: relative; background: #7e7e7e; cursor: pointer; z-index: 0; border-radius: 30px; }
.btn:hover { background: #717171; color: #FFF; }
.btn:active { color: #FFF; }

h1 { font-size: 45px; font-weight: 900; color: #7e7e7e; margin-bottom: 0.5em; text-transform: uppercase; line-height: 1.1; }
h1 span { color: #d0cbb8; }

h2 { font-size: 28px; font-weight: 900; color: #7e7e7e; margin-bottom: 0.4em; text-transform: uppercase; margin-top: 0.8em; line-height: 1.1; }
h2 span { color: #d0cbb8; }

h3 { font-size: 24px; font-weight: 900; color: #7e7e7e; margin-bottom: 0.4em; margin-top: 0.8em; line-height: 1.2; text-transform: uppercase; }

h4 { font-size: 22px; font-weight: 900; color: #7e7e7e; margin-bottom: 0.4em; margin-top: 0.8em; line-height: 1.2; text-transform: uppercase; }

p { font-size: 16px; font-weight: 400; color: #626262; margin-bottom: 0.7em; line-height: 1.6; }

ul { margin-left: 25px; margin-bottom: 1.5em; }
ul li { font-size: 16px; font-weight: 400; color: #626262; margin-bottom: 0.5em; line-height: 1.6; }

.content { padding: 90px 0; position: relative; z-index: 5; background: #FFF; }
.content.pad { padding: 180px 0 90px; }
@media screen and (max-width: 1300px) { .content.pad { padding: 140px 0 90px; } }
@media screen and (max-width: 1023px) { .content.pad { padding: 60px 0; } }
.content input[type="text"], .content input[type="email"], .content input[type="file"] { width: 100%; max-width: 400px; background: #FFF; display: block; margin: 0px 0px 12px; padding: 10px; border: none; color: #626262; font-size: 15px; border-radius: 5px; box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4); }
.content input[type=submit] { background: #d0cbb8; border: none; padding: 8px 20px; text-transform: uppercase; font-size: 16px; color: #626262; border-radius: 5px; font-weight: 900; }
.content input[type=submit]:hover { background: #bcb599; }
.content .galleries .gallery { margin: 40px -15px 0 !important; }
.content .gallery { display: block; margin-top: 40px !important; }
.content .gallery:after { display: block; content: ""; clear: both; }
.content .gallery br { display: none; }
.content .gallery .gallery-item { margin: 0 !important; width: 33.333% !important; padding: 15px; }
.content .gallery a { display: block; overflow: hidden; border: 2px solid #FFF; }
.content .gallery a img { border: none !important; -webkit-transition: -webkit-transform 250ms ease; transition: transform 250ms ease; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.content .gallery a:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
@media screen and (max-width: 991px) { .content .gallery .gallery-item { width: 50% !important; } }
.content .pageContent { overflow: hidden; padding-right: 380px; min-height: 900px; }
@media screen and (max-width: 1199px) { .content .pageContent { padding-right: 320px; } }
@media screen and (max-width: 991px) { .content .pageContent { padding-right: 0px; min-height: 0px; } }
.content .rightMenu { background-color: #EBEBEB; padding-top: 30px; }
.content .rightMenu h5 { font-size: 22px; text-transform: uppercase; font-weight: 900; border-bottom: 1px solid #7e7e7e; margin-bottom: 20px; color: #7e7e7e; }
.content .rightMenu ul { list-style: none; margin-left: 0; }
.content .rightMenu ul li { margin-top: 0.5em; padding-bottom: 0.5em; border-bottom: 1px solid #DDD; }
.content .rightMenu ul li a { color: #7e7e7e; font-weight: 600; overflow: hidden; display: block; }
.content .rightMenu ul li a img { max-width: 80px; margin-right: 5px; float: left; }
.content .rightMenu ul li a:hover { color: #222; }
.content.Contact .wpcf7 { max-width: 500px; }
.content.Contact .wpcf7 input[type=text], .content.Contact .wpcf7 input[type=email], .content.Contact .wpcf7 textarea { padding: 8px; border: 2px solid #AAA; font-size: 16px; max-width: 100%; width: 100%; margin-bottom: 5px; font-family: "Lato", sans-serif; }
.content.Contact .wpcf7 textarea { height: 140px; margin: 20px 0; }
.content.Contact .wpcf7 span.wpcf7-list-item { margin-left: 0em; margin-right: 1em; }
.content.Contact .wpcf7 button { border-color: #7e7e7e; color: #7e7e7e; }
.content.Contact .wpcf7 button:before { background: #7e7e7e; }
.content.Contact .wpcf7 button:hover { color: #FFF; }
.content.blogContent .blogTitleBox { border-bottom: 1px solid rgba(126, 126, 126, 0.25); margin-bottom: 30px; padding-bottom: 20px; }
.content.blogContent .post.single-post h1 { margin: 0; font-size: 42px; padding: 0 0 5px; margin-bottom: 0.4em; text-transform: uppercase; }
.content.blogContent .post.single-post .post-meta { margin-bottom: 1.4em; padding: 5px 0; border-bottom: 1px dotted #c0c0c0; border-top: 1px dotted #c0c0c0; }
.content.blogContent .post.single-post img.wp-post-image { display: block; margin: 0 0 2em; }
.content.blogContent .post .blog-small-right { overflow: hidden; }
.content.blogContent .post h1 { margin-bottom: 0.4em; }
.content.blogContent .post h2 { font-size: 25px; font-weight: 400; margin: 2em 0 0.5em; padding: 0 0 5px; }
.content.blogContent .post h2 a { color: #7e7e7e; display: inline; }
.content.blogContent .post h2 a:hover { color: #626262; }
.content.blogContent .post p { font-size: 15px; margin: 0 0 1em; }
.content.blogContent .post .rm { display: inline-block; text-align: center; padding: 5px 20px; font-size: 16px; color: #FFF; margin-bottom: 10px; background: #7e7e7e; border: 3px solid #7e7e7e; color: #FFF; }
.content.blogContent .post .rm:hover { background: #9d9d9d; border-color: #9d9d9d; text-decoration: none; }
.content.blogContent .post .post-meta { padding: 5px 0; border-bottom: 1px dotted #c0c0c0; border-top: 1px dotted #c0c0c0; color: #626262; font-size: 15px; font-weight: 400; margin-bottom: 1em; }
@media screen and (max-width: 480px) { .content.blogContent .post.post-sml img { margin: 0px 10px 0px 0px; max-width: 35%; }
  .content.blogContent .post .blog-small-right { overflow: initial; }
  .content.blogContent .post h2 { font-size: 22px; }
  .content.blogContent .post p { font-size: 16px; }
  .content.blogContent .post .post-meta { font-size: 14px; }
  .content.blogContent .post .rm { margin-top: 0px; } }
.content.blogContent .content-right { position: absolute; right: 0; top: 0; width: 340px; margin: 0 20px 30px 30px; }
.content.blogContent .content-right .blog-right h4 { font-size: 22px; text-transform: uppercase; font-weight: 900; border-bottom: 1px solid #c0c0c0; padding: 12px 0 6px; color: #7e7e7e; margin-bottom: 6px; }
.content.blogContent .content-right .blog-right p { margin-top: 0.4em; }
.content.blogContent .content-right .blog-right .subscribe-box { background: #7e7e7e; padding: 24px; color: #fff; }
.content.blogContent .content-right .blog-right .subscribe-box h4 { color: #fff; margin: 0 0 .5em; border: none; }
.content.blogContent .content-right .blog-right .subscribe-box p { color: #fff; margin: 0 0 1.5em; }
.content.blogContent .content-right .blog-right > div { margin-bottom: 20px; }
.content.blogContent .content-right .blog-right > div.follow { background: none; padding: 0px; }
.content.blogContent .content-right .blog-right > div.follow a { background: #7e7e7e; width: 35px; height: 35px; display: block; float: left; text-align: center; padding-top: 6px; margin-right: 4px; margin-top: 12px; }
.content.blogContent .content-right .blog-right > div.follow a:hover { background: #8b8b8b; }
.content.blogContent .content-right input[type="text"], .content.blogContent .content-right input[type="email"] { width: 100%; margin: 0px 0px 12px; padding: 10px; border: none; color: #373737; font-size: 15px; border-radius: 5px; box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2); }
.content.blogContent .content-right input[type=submit] { background: #d0cbb8; border: none; padding: 8px 20px; text-transform: uppercase; font-size: 16px; color: #626262; border-radius: 5px; }
.content.blogContent .content-right input[type=submit]:hover { background: #bcb599; }
.content.blogContent .content-right ul.categories { margin: 0px; }
.content.blogContent .content-right ul.categories li { list-style: none; display: block; border-bottom: 1px solid #DDD; padding: 0px; margin: 0; font-size: 18px; }
.content.blogContent .content-right ul.categories li a { display: block; font-size: 16px; padding: 5px; color: #626262; border: none; position: relative; left: 0; -webkit-transition: left 200ms ease; transition: left 200ms ease; }
.content.blogContent .content-right ul.categories li a:before { content: "> "; }
.content.blogContent .content-right ul.categories li a:hover { color: #626262; left: 5px; }
@media screen and (max-width: 1199px) { .content.blogContent .content-right { width: 280px; }
  .content.blogContent .content-right .blog-right h4 { font-size: 22px; }
  .content.blogContent .content-right .blog-right > div.blogSubscribe h4 { padding: 5px 0px 15px; } }
@media screen and (max-width: 1023px) { .content.blogContent .content-right { width: 260px; } }
@media screen and (max-width: 991px) { .content.blogContent .content-right { position: relative; width: 100%; margin: 0; } }
.content.blogContent .authorship .entry_author_image { max-width: 120px; width: 100%; float: left; margin: 5px 15px 10px 5px; }
.content.blogContent .authorship .authCont { padding: 10px; }
.content.blogContent .authorship .authCont h4 { font-size: 26px; color: #7e7e7e; margin-bottom: 0.5em; margin-top: 0; font-weight: 400; }
.content.blogContent .authorship .authCont p { margin: 0 0 10px; }
.content.blogContent .authorship .authWrap { background: #f1f1f1; }
.content .sidebar { width: 295px; position: absolute; top: 0; right: 0; padding: 0 0.9375em 0 0; }
.content .sidebar .linkRight { float: right; font-size: 15px; line-height: 1; margin-top: 15px; }
.content .sidebar .linkRight:hover { text-decoration: underline; }
.content .sidebar h2 { padding-bottom: 10px; margin-top: 0; border-bottom: 1px solid; font-size: 35px; }
.content .sidebar h2 .linkRight { margin-top: 22px; }
.content .sidebar h3:hover, .content .sidebar h4:hover { color: #626262; }
.content .sidebar h3:hover .linkRight, .content .sidebar h4:hover .linkRight { color: #7e7e7e; }
.content .sidebar .others { color: #7e7e7e; font-size: 20px; }
.content .sidebar .others h4 { display: inline; font-size: 20px; }
.content .mainContent { margin-right: 330px; min-height: 670px; }
.content .testimonials { padding-top: 30px; }
.content .testimonials .item { background: #EBEBEB; padding: 20px 20px 20px 90px; position: relative; margin-bottom: 5%; }
.content .testimonials .item:before { content: ''; width: 85px; height: 78px; display: block; background: url("images/quote.png") no-repeat; position: absolute; left: -15px; top: 15px; }
.content .testimonials .item .byLine { font-weight: 600; }
.content .testimonials .item .byLine:before { content: "- "; }
.content #gallery { padding-top: 50px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.content #gallery .wa_module { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.content #gallery .photoGallery { padding: 15px; background: #ebebeb; display: block; margin-bottom: 10%; -webkit-transition: background 150ms ease; transition: background 150ms ease; }
.content #gallery .photoGallery:hover { background: #dedede; }
.content #gallery .photoGallery h3 { font-size: 18px; font-weight: 600; text-transform: capitalize; margin-bottom: 0.7em; }
.content #gallery .photoGallery .rm { display: inline-block; text-align: center; background: #626262; border-radius: 3px; padding: 5px 20px; color: #FFF; font-weight: 600; text-transform: uppercase; }
@media screen and (max-width: 580px) { .content #gallery .photoGallery h3 { font-size: 16px; }
  .content #gallery .photoGallery .rm { font-size: 14px; }
  .content #gallery .wa_module { padding: 0 10px; } }
@media screen and (max-width: 580px) { .content #gallery .photoGallery { padding: 10px; }
  .content #gallery .photoGallery h3 { font-size: 14px; }
  .content #gallery .photoGallery .rm { font-size: 11px; padding: 5px; display: block; } }

#swipebox-overlay { background: rgba(0, 0, 0, 0.9) !important; }

/**END CONTENT**/
#other { margin-top: -50px; padding-bottom: 100px; position: relative; z-index: 5; background: #FFF; }
#other .otherWrap { position: relative; margin-bottom: 10%; }
#other.serv .overlay h2 { margin: 0 0 10px 0; }
#other .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 2.5em; text-align: center; background: rgba(117, 109, 105, 0); -webkit-transition: background 0.35s; transition: background 0.35s; }
#other .overlay:before { position: absolute; top: 25px; right: 25px; bottom: 25px; left: 25px; border: 1px solid #fff; content: ''; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
#other .overlay img { width: 100%; }
#other .overlay h2 { margin: 20% 0 10px 0; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); color: #FFF; font-size: 20px; }
#other .overlay p { opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); color: #FFF; font-size: 14px; line-height: 1.2; }
#other .overlay a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; }
#other .overlay:hover { background: rgba(117, 109, 105, 0.5); }
#other .overlay:hover:before, #other .overlay:hover p { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
#other .overlay:hover h2 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
#other.gallery .overlay { background: rgba(85, 85, 85, 0.5); }
#other.gallery .overlay:hover { background: rgba(117, 109, 105, 0.7); }
@media screen and (max-width: 1199px) { #other .overlay { padding: 2em; }
  #other .overlay:before { top: 20px; right: 20px; bottom: 20px; left: 20px; }
  #other .overlay h2 { font-size: 17px; }
  #other .overlay p { font-size: 13px; } }
@media screen and (max-width: 991px) { #other { margin-top: -30px; }
  #other .overlay { background: rgba(117, 109, 105, 0.5); }
  #other .overlay:before, #other .overlay p { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  #other .overlay h2 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  #other .overlay h2 { font-size: 20px; }
  #other .overlay p { font-size: 14px; } }
@media screen and (max-width: 767px) { #other .otherWrap { position: relative; max-width: 460px; margin: 3% auto; } }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 20px; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* START SIDEMENU */
.sidemenu { float: right; width: 360px; padding: 0 20px; margin-bottom: 30px; }
.sidemenu h4 { font-size: 35px; font-weight: 300; margin-bottom: 1em; }
.sidemenu ul { margin: 0; list-style: none; }
.sidemenu ul li { margin: 0; }
.sidemenu ul li a { background: #7e7e7e; color: #FFF; display: block; padding: 15px 20px; position: relative; font-size: 25px; line-height: 1em; }
.sidemenu ul li a:hover { background: #717171; }
.sidemenu ul li ul.sub-menu li a { background: #EEE; color: #7e7e7e; font-size: 18px; padding: 12px 20px; border-bottom: 1px solid #DDD; text-transform: none; }
.sidemenu ul li ul.sub-menu li a:before { content: "> "; }
.sidemenu ul li ul.sub-menu li a:hover { background: #e1e1e1; }
.sidemenu.contactPage h4 { font-size: 30px; margin-bottom: 0.3em; }
.sidemenu.contactPage p { font-size: 18px; }
.sidemenu.contactPage .hours li { text-align: right; font-weight: 300; padding: 5px 0; font-size: 18px; }
.sidemenu.contactPage .hours li span { float: left; font-weight: 400; color: #7e7e7e; }

@media screen and (max-width: 1024px) { .content { padding: 60px 0; }
  .content .sidebar { width: 230px; }
  .content .mainContent { margin-right: 240px; } }
@media screen and (max-width: 960px) { h1 { font-size: 36px; }
  .content.blogContent .post.single-post h1 { font-size: 36px; }
  h2 { font-size: 26px; }
  h3 { font-size: 24px; }
  h4 { font-size: 22px; }
  p { font-size: 16px; }
  ul li { font-size: 16px; }
  .sidemenu { width: 310px; }
  .sidemenu h4 { font-size: 32px; }
  .sidemenu ul li a { font-size: 13px; } }
@media screen and (max-width: 767px) { .content { padding: 40px 0; }
  .content .sidebar { padding: 0; position: relative; width: 100%; }
  .content .mainContent { margin: 0; min-height: 0px; } }
@media screen and (max-width: 480px) { h1 { font-size: 28px; }
  .content.blogContent .post.single-post h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 22px; }
  h4 { font-size: 20px; }
  p { font-size: 15px; }
  ul li { font-size: 15px; }
  .grid.subPage .umbrellas .text h3 { font-size: 20px; } }
.serviceBoxes .service { margin-bottom: 20px; }
.serviceBoxes .service h4 { margin-top: 0; }
.serviceBoxes .service .image { margin-bottom: 15px; }
@media screen and (max-width: 767px) { .serviceBoxes .service { text-align: center; }
  .serviceBoxes .service .image { margin-top: 15px; }
  .serviceBoxes .service.team { text-align: left; } }

.pop { cursor: pointer; }

.map { background: #232323; position: relative; height: 400px; }
.map #map-canvas img { max-width: none; }
@media screen and (max-width: 1024px) { .map { height: 300px; } }
@media screen and (max-width: 767px) { .map { height: 260px; } }

#map-canvas img { max-width: none; }

#team #noshies .row > div img { border-radius: 50%; width: 140px; border: 2px solid #7E7E7E; padding: 4px; }

div.core_team_member img { vertical-align: middle; /*width: 280px;*/ float: left; margin-top: 15px; margin-right: 20px; box-shadow: 0px 0px 3px darkgrey; }

div.core_team_member { padding: 20px; /*height: 280px;*/ clear: both; }

.corporate_staff_box { width: 49%; float: left; height: 260px; }

.corporate_staff_box img { float: left; margin-top: 23px; margin-right: 25px; padding-bottom: 50px; width: 230px; }

.corporate_staff_box p { padding-right: 40px; line-height: 1.2; width: 300px; float: left; }

.overlay h2 { color: #424242; }

#header.active { background: #2b2b2b; }

@media screen and (max-width: 1200px) { .corporate_staff_box { width: 100%; float: left; height: auto; }
  .corporate_staff_box p { width: 70%; }
  div.core_team_member { padding: 20px; height: auto; } }
@media screen and (max-width: 612px) { .corporate_staff_box p { width: 100%; float: none; margin-bottom: 30px; }
  div.core_team_member img { margin-bottom: 20px; width: auto; }
  .corporate_staff_box img { float: none; width: 100%; margin: 0px; padding: 0px; } }
#banner_overlay { width: 100%; height: 300px; background-image: url("/wp-content/uploads/2015/10/banner_back.png"); background-repeat: repeat-x; position: absolute; z-index: 999 /*
background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
*/ }

/*
#banner_overlay.home{

	z-index: 0;
	background: rgba(0,0,0,0.47);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.47) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.47) 50%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.47) 50%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.47) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.47) 50%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

}
*/
#team #noshies .row > div img { filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ filter: grayscale(80%); /* IE6-9 */ -webkit-filter: grayscale(80%); -webkit-transition: all 0.5s ease-out; /* Safari 3.2+, Chrome */ /* Firefox 4-15 */ /* Opera 10.5´┐¢12.00 */ transition: all 0.5s ease-out; /* Firefox 16+, Opera 12.50+ */ -webkit-transform: translateZ(0); }

#team #noshies .row > div img:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); }

#testimonialSlider a { color: #666; }

@media (min-width: 1600px) { #team .container col-suplg-1 { width: 10.66666667%; } }
/*
#team .container{
width:90%;
}

@media (min-width: 1200px){ #team .container .col-lg-2 {
	width: 10.66666667%; }
}
.col-lg-offset-1 {
	margin-left: 5.33333333%;
}
}

*/
section.content.sub { padding-bottom: 90px; }
@media screen and (max-width: 767px) { section.content.sub { padding-bottom: 10px; } }

#other { background-color: #EEE; padding-top: 40px; padding-bottom: 30px; }

#other.gallery { background-color: #FFF; }

textarea, input[type=date] { padding: 8px; border: none; border-radius: 5px; box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4); font-size: 16px; max-width: 100%; width: 100%; background: #FFF; margin-bottom: 7px; font-family: "Lato", sans-serif; color: #626262; max-width: 400px; }

#wpcf7-f185-p45-o1 input[type=date] { width: 200px; }

.head_right_btn { display: inline-block; text-align: center; padding: 0px; width: 165px; font-size: 16px; line-height: 35px; font-weight: 900; border-radius: 5px; border: 2px solid rgba(255, 255, 255, 0.4); text-transform: uppercase; color: #FFF; cursor: pointer; margin: 2px 2px 2px 0; }

.head_right_btn:hover { text-decoration: none; color: white; background: rgba(255, 255, 255, 0.2); }

#address { background-color: #EEEEEE; padding: 30px; margin-bottom: 30px; margin-top: 10px; }

.sub-menu li:first-child a { border-bottom: 2px solid darkgrey !important; }

footer .sub-menu li:first-child a { border-bottom: none !important; }

footer .sub-menu .sub-menu { display: none; }

#other .overlay h2 { -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }

@media screen and (max-width: 993px) { .corporate_staff_box p { width: 40%; }
  #banner_overlay { display: none; }
  #other .overlay h2 { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); }
  #grid .overlay h3 { font-size: 22px; } }
@media screen and (max-width: 480px) { div.need_staff { height: auto; } }
.headerRight a:focus { color: white; }

li.menu-item-has-children a:hover { cursor: default; }

li.menu-item-has-children .sub-menu a:hover { cursor: pointer; }

.popup-container { z-index: 9999; background: rgba(0, 0, 0, 0.5); opacity: 0; display: none; position: fixed; width: 100%; height: 100%; top: 0; cursor: pointer; }

.popup-container .inner { position: fixed; left: 50%; top: 50%; cursor: auto; max-height: 100%; overflow: auto; }

.popup-container .popup-close { position: absolute; right: 10px; top: 10px; width: 28px; height: 28px; background: url(images/popup-close.png) center no-repeat; opacity: .7; cursor: pointer; background-size: 12px 12px; }

.popup-container .popup-close:hover { opacity: 0.9; }

.popup { background: #353535; padding: 30px; max-width: 500px; color: #FFF; }
.popup#enquiryPopup { max-width: 620px; }
.popup#enquiryPopup input[type=text], .popup#enquiryPopup input[type=email], .popup#enquiryPopup input[type=file], .popup#enquiryPopup input[type=date] { float: left; width: 49%; margin: 0 0.5% 7px; }
.popup#enquiryPopup textarea { width: 99%; margin: 20px 0.5% 0; }
@media screen and (max-width: 480px) { .popup#enquiryPopup input[type=text], .popup#enquiryPopup input[type=email], .popup#enquiryPopup input[type=file], .popup#enquiryPopup input[type=date] { float: none; width: 100%; margin: 0 0 7px; }
  .popup#enquiryPopup textarea { width: 100%; margin: 20px 0 0; } }
.popup h2, .popup h3, .popup h4, .popup p { color: #FFF; }
.popup h3 { text-transform: uppercase; margin-bottom: 0.8em; }
.popup h2 { margin-top: 0; }
.popup p { margin-bottom: 0.4em; }
.popup p.small { font-size: 14px; }
.popup .wpcf7 { margin-top: 30px; }
.popup input[type=text], .popup input[type=email], .popup input[type=file], .popup input[type=date], .popup textarea { padding: 8px; border: none; border-radius: 5px; box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4); font-size: 16px; max-width: 100%; width: 100%; background: #FFF; margin-bottom: 7px; font-family: "Lato", sans-serif; color: #626262; }
.popup input[type=submit] { background: #7e7e7e; border: none; padding: 8px 20px; text-transform: uppercase; font-size: 20px; display: block; margin-top: 20px; }
.popup input[type=submit]:hover { background: #717171; }
.popup textarea { height: 140px; margin: 20px 0 10px; }
.popup select { width: 100%; height: 40px; border: none; color: #626262; padding: 3px; border-radius: 5px; box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4); margin-bottom: 0; }
.popup span.wpcf7-list-item label { font-weight: 400; }
.popup#bookPopup, .popup.orangeForm { background: #7e7e7e; }
.popup#bookPopup input[type=submit], .popup.orangeForm input[type=submit] { background: #353535; border: none; padding: 8px 20px; text-transform: uppercase; font-size: 20px; }
.popup#bookPopup input[type=submit]:hover, .popup.orangeForm input[type=submit]:hover { background: #282828; }
.popup.functionsForm1 { float: right; margin-left: 20px; margin-bottom: 20px; max-width: 330px; }
.popup.functionsForm1 h3 { color: #FFF !important; text-align: center !important; margin-top: 0 !important; }
.popup.functionsForm2 { display: none; }
.popup.functionsForm2 h3 { color: #FFF !important; text-align: center !important; margin-top: 0 !important; }
@media screen and (max-width: 767px) { .popup.functionsForm1 { display: none; }
  .popup.functionsForm2 { display: block; width: 100%; } }
.popup div.wpcf7-response-output { margin: 1em 0em; padding: 0.2em 0.5em; background-color: #FFF; color: #626262; font-weight: 600; }
.popup span.wpcf7-not-valid-tip { display: none; }

@media screen and (max-width: 600px) { .popup-container .inner { top: 0; left: 0; right: 0; bottom: 0; margin: 0 !important; max-width: none !important; } }
#footer { padding: 65px 0; background: #545454; color: #FFF; font-size: 16px; }
@media screen and (max-width: 1199px) { #footer { text-align: center; } }
#footer > .container-fluid { max-width: 1200px; }
#footer .center { text-align: center; }
#footer h4 { font-size: 15px; margin-bottom: 1.5em; margin-top: 0.5em; color: #7e7e7e; font-weight: bold; text-transform: uppercase; }
#footer h2 { margin-top: 0px; color: #d0cbb8; text-transform: uppercase; font-weight: 600; font-size: 16px; margin-bottom: 0.5em; }
#footer h3 { color: #FFF; }
#footer p { color: #FFF; font-size: 16px; }
#footer ul { list-style: none; margin-bottom: 2em; margin-left: 0; text-align: left; }
@media screen and (max-width: 1199px) { #footer ul { text-align: center; } }
#footer ul.footerMenu { margin-bottom: 0em; }
#footer ul.footerMenu > li > a { color: #d0cbb8; text-transform: uppercase; font-weight: 600; margin-bottom: 0.5em; }
#footer ul.footerMenu .sub-menu { margin-bottom: 0em; }
#footer ul.footerMenu.footer-login { margin-top: 2em; }
#footer ul.contact li a:hover { color: #FFF; }
#footer ul li { color: #FFF; font-size: 16px; margin-bottom: 0; }
#footer ul li a { color: #FFF; font-size: 16px; margin-bottom: 5px; display: block; line-height: 1.25; }
#footer ul li a path { -webkit-transition: all 100ms ease; transition: all 100ms ease; }
#footer ul li a:hover { color: #d0cbb8; }
#footer ul li a:hover path { fill: #d0cbb8; }
#footer ul li span { float: right; }
@media screen and (max-width: 1199px) { #footer ul li span { float: none; } }
#footer ul li ul li a { color: #FFF; }
#footer ul li ul li a:hover { color: #d0cbb8; }
#footer ul li ul li ul li a { padding-left: 2px; }
#footer ul li ul li ul li a:before { content: "> "; }
#footer ul.social svg { width: 35px; vertical-align: middle; margin-bottom: 5px; }
#footer .logoWrap { max-width: 380px; text-align: center; }
@media screen and (max-width: 1199px) { #footer .logoWrap { margin: 0 auto 30px; } }
#footer .logoWrap .phone { display: block; font-size: 26px; text-align: center; color: #FFF; margin: 10px auto 20px; }
#footer .logoWrap .phone svg { margin-right: 5px; vertical-align: middle; margin-top: -5px; width: 40px; height: auto; }
#footer .logoWrap .enq { float: left; width: 49%; margin-right: 1%; display: block; text-align: center; padding: 0px; font-size: 16px; line-height: 35px; font-weight: 900; border-radius: 5px; border: 2px solid rgba(255, 255, 255, 0.4); text-transform: uppercase; color: #FFF; }
#footer .logoWrap .enq.join { margin-left: 1%; margin-right: 0; }
#footer .logoWrap .enq:hover { text-decoration: none; background: rgba(255, 255, 255, 0.2); }
@media screen and (max-width: 480px) { #footer .logoWrap .phone { font-size: 22px; }
  #footer .logoWrap .phone svg { width: 30px; }
  #footer .logoWrap .enq { font-size: 14px; } }
#footer .mapFind { padding: 10px 25px; text-align: center; background-color: #7e7e7e; display: inline-block; color: #FFF; border-radius: 40px; }
#footer .mapFind:hover { background: #717171; }
@media screen and (max-width: 1199px) { #footer .footerLogo { text-align: center; } }
@media screen and (max-width: 767px) { #footer .footerLogo img { max-width: 180px; } }
#footer .btn { width: 100%; max-width: 260px; color: #FFF; background: #7e7e7e; border: none; padding: 18px; display: block; text-transform: uppercase; font-size: 18px; font-weight: 300; border-radius: 30px; cursor: pointer; margin: 20px auto; }
#footer .btn:hover { background: #717171; }
#footer .logo { padding: 12px 0 12px; margin-bottom: 30px; text-align: left; max-width: 270px; }
#footer .logo svg { width: 230px; height: auto; display: block; margin: 20px 0; }
#footer .logo .phone { color: #7e7e7e; text-transform: uppercase; font-size: 22px; }
#footer .logo .phone span a { color: #FFF; font-weight: bold; }
#footer .logo .symbols { margin: 0; background: none; }
#footer .logo .symbols img { float: left; width: 33.33%; margin: 0; }
#footer .footerSocial li { display: inline-block; width: 35px; margin-top: 10px; }
#footer .footerSocial svg { width: 25px; height: 25px; vertical-align: middle; }
#footer .contactList li a { background-position: left; background-size: 28px; background-repeat: no-repeat; color: #FFF; padding: 10px 0 10px 0px; display: block; }
#footer .contactList li a:hover { color: #7e7e7e; }
#footer .contactList li a .svg { float: left; width: 30px; height: 25px; margin-right: 5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
#footer .contactList li a .svg path { fill: #FFF; }
#footer .sitemap li { color: #FFF; padding: 5px 1px; border-bottom: 1px solid #3d3d3d; }
#footer .sitemap li a { color: #fff; }
#footer .sitemap li a:hover { color: #7e7e7e; }
#footer .copyright { margin-top: 65px; padding: 0 20px; position: relative; }
#footer .copyright .copy, #footer .copyright .hybrid { font-size: 13px; color: #fff; float: left; width: 50%; }
#footer .copyright .copy a, #footer .copyright .hybrid a { color: #fff; }
#footer .copyright .copy { text-align: left; }
#footer .copyright .hybrid { text-align: right; }
@media screen and (max-width: 940px) { #footer .copyright .copy, #footer .copyright .hybrid { float: none; width: 100%; text-align: center; margin-bottom: 10px; } }
@media screen and (max-width: 480px) { #footer .copyright .copy a { display: block; } }

@media screen and (max-width: 1024px) { #footer { padding: 20px 0; }
  #footer h4 { text-align: center; margin-top: 2em; margin-bottom: 1em; }
  #footer ul { text-align: center; max-width: 250px; margin: 0 auto; }
  #footer ul.social li a { font-size: 13px; }
  #footer .logo { text-align: center; margin: 0px auto 20px; }
  #footer .logo svg { width: 100%; }
  #footer .logo .symbols { padding: 0; } }
@media screen and (max-width: 991px) { #footer ul.footerMenu > li > a, #footer h2 { margin-top: 20px; }
  #footer .footer-login { margin-top: 20px; } }
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default { border-radius: 80px; box-shadow: inset 0px 0px 15px 10px rgba(45, 45, 45, 0.1); border: none; background: #FFF; color: #818181; text-align: center; }
.tooltipster-default h5 { font-size: 25px; }
.tooltipster-default p { font-size: 16px; margin: 0; }
.tooltipster-default .line { width: 75px; height: 1px; background: #d0cbb8; display: block; margin: 10px auto 5px; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content { font-family: "Lato", sans-serif; font-size: 16px; line-height: 1; padding: 15px 50px; overflow: hidden; border-radius: 80px; margin: 10px; border: 1px solid #d0cbb8; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border { /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon { cursor: help; margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base { padding: 0; font-size: 0; line-height: 0; position: absolute; left: 0; top: 0; z-index: 999; pointer-events: none; width: auto; overflow: visible; }

.tooltipster-base .tooltipster-content { overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow { display: block; text-align: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; border-color: #EEE; }

.tooltipster-arrow span, .tooltipster-arrow-border { display: block; width: 0; height: 0; position: absolute; border-color: #EEE !important; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span { border-left: 8px solid transparent !important; border-right: 8px solid transparent !important; border-top: 8px solid; bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border { border-left: 9px solid transparent !important; border-right: 9px solid transparent !important; border-top: 9px solid #EEE; bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span { border-left: 10px solid transparent !important; border-right: 10px solid transparent !important; border-bottom: 10px solid #EEE; top: -5px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border { border-left: 10px solid transparent !important; border-right: 10px solid transparent !important; border-bottom: 10px solid #EEE; top: -5px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border { left: 0; right: 0; margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span { left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border { left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span { right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border { right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border { border-top: 8px solid transparent !important; border-bottom: 8px solid transparent !important; border-left: 8px solid #EEE; top: 50%; margin-top: -7px; right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border { border-top: 9px solid transparent !important; border-bottom: 9px solid transparent !important; border-left: 9px solid #EEE; margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border { border-top: 8px solid transparent !important; border-bottom: 8px solid transparent !important; border-right: 8px solid #EEE; top: 50%; margin-top: -7px; left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border { border-top: 9px solid transparent !important; border-bottom: 9px solid transparent !important; border-right: 9px solid #EEE; margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade { opacity: 0; -webkit-transition-property: opacity; transition-property: opacity; }

.tooltipster-fade-show { opacity: 1; }

.tooltipster-grow { -webkit-transform: scale(0.5) translateY(50px); -ms-transform: scale(0.5) translateY(50px); transform: scale(0.5) translateY(50px); opacity: 0; -webkit-transition-property: -webkit-transform, opacity; transition-property: transform, opacity; -webkit-backface-visibility: hidden; }

.tooltipster-grow-show { -webkit-transform: scale(1) translateY(0px); -ms-transform: scale(1) translateY(0px); transform: scale(1) translateY(0px); opacity: 1; -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing { opacity: 0; -webkit-transform: rotateZ(4deg); -ms-transform: rotateZ(4deg); transform: rotateZ(4deg); -webkit-transition-property: -webkit-transform, opacity; transition-property: transform; }

.tooltipster-swing-show { opacity: 1; -webkit-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); transform: rotateZ(0deg); -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1); -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall { top: 0; -webkit-transition-property: top; transition-property: top; -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying { -webkit-transition-property: all; transition-property: all; top: 0px !important; opacity: 0; }

.tooltipster-slide { left: -40px; -webkit-transition-property: left; transition-property: left; -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying { -webkit-transition-property: all; transition-property: all; left: 0px !important; opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing { opacity: 0.5; -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

/* 	Core Owl Carousel CSS File 	v1.3.3 */
/* clearfix */
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

/* display none until init */
.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

.owl-carousel .owl-item { float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }

.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing { cursor: url(../js/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }

/** Owl Carousel Theme Styles **/
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls { margin-top: 10px; text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div { color: #FFF; display: inline-block; zoom: 1; *display: inline; /*IE7 life-saver */ margin: 5px; padding: 3px 10px; font-size: 12px; border-radius: 30px; background: #869791; filter: Alpha(Opacity=50); /*IE7 fix*/ opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover { filter: Alpha(Opacity=100); /*IE7 fix*/ opacity: 1; text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page { display: inline-block; zoom: 1; *display: inline /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span { display: block; width: 12px; height: 12px; margin: 5px 7px; filter: Alpha(Opacity=50); /*IE7 fix*/ opacity: 0.5; border-radius: 20px; background: #869791; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { filter: Alpha(Opacity=100); /*IE7 fix*/ opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; border-radius: 30px; }

/* preloading images */
.owl-item.loading { min-height: 150px; background: url(../js/AjaxLoader.gif) no-repeat center center; }

/* Owl Carousel CSS3 Transitions v1.3.2 */
.owl-origin { -webkit-perspective: 1200px; -webkit-perspective-origin-x: 50%; -webkit-perspective-origin-y: 50%; -moz-perspective: 1200px; -moz-perspective-origin-x: 50%; -moz-perspective-origin-y: 50%; -webkit-perspective: 1200px; perspective: 1200px; }

/* fade */
.owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease; }

.owl-fade-in { -webkit-animation: fadeIn .7s both ease; animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease; }

.owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out { -webkit-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both; }

.owl-goDown-in { -webkit-animation: goDown .6s ease both; animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out { -webkit-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty { 0% { opacity: 1; } }
@keyframes empty { 0% { opacity: 1; } }
@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
@-webkit-keyframes backSlideOut { 25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut { 25% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn { 0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn { 0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade { to { opacity: 0; -webkit-transform: scale(0.8); } }
@keyframes scaleToFade { to { opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8); } }
@-webkit-keyframes goDown { from { -webkit-transform: translateY(-100%); } }
@keyframes goDown { from { -webkit-transform: translateY(-100%); transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom { from { opacity: 0; -webkit-transform: scale(1.5); } }
@keyframes scaleUpFrom { from { opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo { to { opacity: 0; -webkit-transform: scale(1.5); } }
@keyframes scaleUpTo { to { opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); } }
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=759146ee229a74118cbf)
 * Config saved to config.json and https://gist.github.com/759146ee229a74118cbf
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

* { box-sizing: border-box; }

*:before, *:after { box-sizing: border-box; }

html { font-size: 10px; -webkit-tap-highlight-color: transparent; }

body { font-family: "Lato", sans-serif; font-size: 16px; line-height: 1.42857143; color: #333333; background-color: #ffffff; }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #337ab7; text-decoration: none; }

a:hover, a:focus { color: #23527c; }

a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive { display: block; max-width: 100%; height: auto; }

.img-rounded { border-radius: 6px; }

.img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }

.img-circle { border-radius: 50%; }

hr { margin-top: 22px; margin-bottom: 22px; border: 0; border-top: 1px solid #eeeeee; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

[role="button"] { cursor: pointer; }

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }

@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }
.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }

.row { margin-left: -15px; margin-right: -15px; }

.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-left: 15px; padding-right: 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: 768px) { .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-15 { margin-left: 12.5%; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-0 { margin-left: 0%; } }
@media (min-width: 992px) { .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-15 { margin-left: 12.5%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-0 { margin-left: 0%; } }
@media (min-width: 1200px) { .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%; } }
table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 22px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; }

.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; }

.table > tbody + tbody { border-top: 2px solid #dddddd; }

.table .table { background-color: #ffffff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #dddddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; float: none; display: table-column; }

table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

.table-responsive { overflow-x: auto; min-height: 0.01%; }

@media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 16.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 22px; font-size: 24px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 16px; line-height: 1.42857143; color: #555555; }

.form-control { display: block; width: 100%; height: 36px; padding: 6px 12px; font-size: 16px; line-height: 1.42857143; color: #555555; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder { color: #999999; opacity: 1; }

.form-control:-ms-input-placeholder { color: #999999; }

.form-control::-webkit-input-placeholder { color: #999999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 36px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 33px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 49px; } }
.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }

.radio label, .checkbox label { min-height: 22px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 38px; }

.form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; }

.input-sm { height: 33px; padding: 5px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px; }

select.input-sm { height: 33px; line-height: 33px; }

textarea.input-sm, select[multiple].input-sm { height: auto; }

.form-group-sm .form-control { height: 33px; padding: 5px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px; }

.form-group-sm select.form-control { height: 33px; line-height: 33px; }

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }

.form-group-sm .form-control-static { height: 33px; min-height: 36px; padding: 6px 10px; font-size: 14px; line-height: 1.5; }

.input-lg { height: 49px; padding: 10px 16px; font-size: 20px; line-height: 1.3333333; border-radius: 6px; }

select.input-lg { height: 49px; line-height: 49px; }

textarea.input-lg, select[multiple].input-lg { height: auto; }

.form-group-lg .form-control { height: 49px; padding: 10px 16px; font-size: 20px; line-height: 1.3333333; border-radius: 6px; }

.form-group-lg select.form-control { height: 49px; line-height: 49px; }

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }

.form-group-lg .form-control-static { height: 49px; min-height: 42px; padding: 11px 16px; font-size: 20px; line-height: 1.3333333; }

.has-feedback { position: relative; }

.has-feedback .form-control { padding-right: 45px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 49px; height: 49px; line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 33px; height: 33px; line-height: 33px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }

.has-success .form-control { border-color: #3c763d; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus { border-color: #2b542c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }

.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }

.has-warning .form-control { border-color: #8a6d3b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus { border-color: #66512c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }

.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }

.has-error .form-control { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }

.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }

@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox { min-height: 29px; }

.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }

@media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback { right: 15px; }

@media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.333333px; font-size: 20px; } }
@media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 14px; } }
.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; }

.embed-responsive-16by9 { padding-bottom: 56.25%; }

.embed-responsive-4by3 { padding-bottom: 75%; }

.close { float: right; font-size: 24px; font-weight: bold; line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); }

.close:hover, .close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); }

button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after { clear: both; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none !important; }

.show { display: block !important; }

.invisible { visibility: hidden; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.hidden { display: none !important; }

.affix { position: fixed; }

.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table !important; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }
@media (max-width: 767px) { .visible-xs-block { display: block !important; } }
@media (max-width: 767px) { .visible-xs-inline { display: inline !important; } }
@media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table !important; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table !important; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }
@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table !important; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }
@media (min-width: 1200px) { .visible-lg-block { display: block !important; } }
@media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } }
@media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } }
@media (max-width: 767px) { .hidden-xs { display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg { display: none !important; } }
.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table !important; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }
.visible-print-block { display: none !important; }

@media print { .visible-print-block { display: block !important; } }
.visible-print-inline { display: none !important; }

@media print { .visible-print-inline { display: inline !important; } }
.visible-print-inline-block { display: none !important; }

@media print { .visible-print-inline-block { display: inline-block !important; } }
@media print { .hidden-print { display: none !important; } }
.row.no-gutters { margin-right: 0; margin-left: 0; }

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] { padding-right: 0; padding-left: 0; }

.nopad { padding-left: 0; padding-right: 0; }

#team #noshies .row > div img { border-radius: 50%; width: 140px; border: 2px solid #7E7E7E; padding: 4px; }

div.core_team_member img { vertical-align: middle; /*width: 280px;*/ float: left; margin-top: 15px; margin-right: 20px; box-shadow: 0px 0px 3px darkgrey; }

div.core_team_member { padding: 20px; /*height: 280px;*/ clear: both; }

.corporate_staff_box { width: 49%; float: left; height: 260px; }

.corporate_staff_box img { float: left; margin-top: 23px; margin-right: 25px; padding-bottom: 50px; width: 230px; }

.corporate_staff_box p { padding-right: 40px; line-height: 1.2; width: 300px; float: left; }

.overlay h2 { color: #424242; }

#header.active { background: #2b2b2b; }

@media screen and (max-width: 1200px) { .corporate_staff_box { width: 100%; float: left; height: auto; }
  .corporate_staff_box p { width: 70%; }
  div.core_team_member { padding: 20px; height: auto; } }
@media screen and (max-width: 612px) { .corporate_staff_box p { width: 100%; float: none; margin-bottom: 30px; }
  div.core_team_member img { margin-bottom: 20px; width: auto; }
  .corporate_staff_box img { float: none; width: 100%; margin: 0px; padding: 0px; } }
#banner_overlay { width: 100%; height: 300px; background-image: url("/wp-content/uploads/2015/10/banner_back.png"); background-repeat: repeat-x; position: absolute; z-index: 999 /*
background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
*/ }

/*
#banner_overlay.home{

	z-index: 0;
	background: rgba(0,0,0,0.47);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.47) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.47) 50%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.47) 50%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.47) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.47) 50%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

}
*/
#noshies_background { width: 100%; position: absolute; top: 0px; left: 0px; z-index: -1; left: -10px; }

/*
#noshies_background .single_noshie img{ 	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ÔÇª.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(80%);
	-webkit-filter: grayscale(100%);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: .8;
	filter: brightness(50%);
	-webkit-transform: translateZ(0);
}

#noshies .single_noshie.hoverable img:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%);
opacity: 1;
}
*/
#testimonialSlider a { color: #666; }

@media (min-width: 1600px) { #team .container col-suplg-1 { width: 10.66666667%; } }
/*
#team .container{
width:90%;
}

@media (min-width: 1200px){ #team .container .col-lg-2 {
	width: 10.66666667%; }
}
.col-lg-offset-1 {
	margin-left: 5.33333333%;
}
}

*/
section.content.sub { padding-bottom: 90px; }

#other { background-color: #EEE; padding-top: 40px; padding-bottom: 30px; }

#other.gallery { background-color: #FFF; }

textarea, input[type=date] { padding: 8px; border: none; border-radius: 5px; box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4); font-size: 16px; max-width: 100%; width: 100%; background: #FFF; margin-bottom: 7px; font-family: "Lato", sans-serif; color: #626262; max-width: 400px; }

#wpcf7-f185-p45-o1 input[type=date] { width: 200px; }

.head_right_btn { display: inline-block; text-align: center; padding: 0px; width: 165px; font-size: 16px; line-height: 35px; font-weight: 900; border-radius: 5px; border: 2px solid rgba(255, 255, 255, 0.4); text-transform: uppercase; color: #FFF; cursor: pointer; margin: 2px 2px 2px 0; }

.head_right_btn:hover { text-decoration: none; color: white; background: rgba(255, 255, 255, 0.2); }

#address { background-color: #EEEEEE; padding: 30px; margin-bottom: 30px; margin-top: 10px; }

.sub-menu li:first-child a { border-bottom: 2px solid darkgrey !important; }

footer .sub-menu li:first-child a { border-bottom: none !important; }

footer .sub-menu .sub-menu { display: none; }

#other .overlay h2 { -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }

@media screen and (max-width: 993px) { .corporate_staff_box p { width: 40%; }
  #banner_overlay { display: none; }
  #other .overlay h2 { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); }
  #grid .overlay h3 { font-size: 22px; } }
@media screen and (max-width: 480px) { div.need_staff { height: auto; } }
.headerRight a:focus { color: white; }

#noshies_section { margin-top: 80px; margin-bottom: 80px; }

.single_noshie { padding: 0px; }

.single_noshie img { height: 100%; width: 100%; }

.noshies_text { z-index: 1; text-align: center; height: auto; padding: 0px; }

#noshie_text_area p { color: white; text-align: center; }

#noshie_text_area { width: 100%; height: 100%; padding-left: 5%; padding-right: 5%; padding-top: 120px; padding-bottom: 60px; height: auto; text-align: center; }

#noshie_text_area h2 { color: white; font-size: 35px; margin-top: 0px; text-align: center; }

.noshies_text p { color: white; }

img.grey-noshie { position: absolute; top: 0px; left: 0px; opacity: 1; -webkit-transition: .5s; transition: .5s; z-index: 99; -webkit-backface-visibility: none; backface-visibility: none; }

.single_noshie.hoverable:hover img.grey-noshie { opacity: 0.01; }

#background-over { height: 100%; width: 100%; position: absolute; background: rgba(111, 111, 111, 0.8); z-index: 99; left: 10px; }

@media screen and (max-width: 1663px) { #noshie_text_area { padding-top: 50px; }
  #noshie_text_area { padding-top: 40px; padding-bottom: 60px; }
  #noshie_text_area p { font-size: 14px; } }
@media screen and (max-width: 993px) { .noshies_text { height: auto; }
  #noshie_text_area { height: auto; } }
.noshies_background { background-image: url("images/Meet_the_noshies.jpg"); background-size: 50% 100%; }

@media screen and (max-width: 1200px) { .noshies_background { background-size: 100% 50%; } }
.single_noshie img { width: 100%; height: 100%; top: 0px; left: 0px; filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ -webkit-transition: all 200ms ease; transition: all 200ms ease; }
.single_noshie img:hover { filter: none; -webkit-filter: grayscale(0%); }

#noshie_text_area button { background: #d0cbb8; padding: 15px 70px; color: #363636; border-radius: 30px; text-transform: uppercase; border: none; position: relative; margin-top: 20px; }

#noshie_text_area button:hover { background: #c6c0a9; }

#noshie_text_area button:hover:after { width: 104%; height: 120%; left: -2%; top: -9%; }

#noshie_text_area button:after { content: ""; position: absolute; width: 100%; height: 100%; background: transparent; border: 2px solid #d0cbb8; left: 0; top: 0; border-radius: 35px; -webkit-transition: all 200ms ease; transition: all 200ms ease; }

@media screen and (max-width: 663px) { #noshie_text_area { padding-top: 40px; padding-bottom: 40px; }
  .noshies_background { background-image: url("images/meet-the-noshies-mobile-panel.jpg"); background-size: 100% 50%; } }
#more_margin { position: relative; top: 55px; }

#tagline_work { font-size: 18px; background-color: #EFEFEF; padding: 20px; font-weight: bold; text-align: center; width: 100%; color: #7D7D7D; }

#tl-header { background: url("images/nosh-20years-heading.jpg") no-repeat; background-size: cover; margin-top: 90px; padding: 80px 0; }
#tl-header .container-fluid { max-width: 1650px; }
#tl-header h1 { font-size: 36px; color: #d0cbb8; }
#tl-header p { color: #FFF; }

#timeline { background: url("images/timeline-bg.jpg") no-repeat; background-size: cover; padding: 0 0 90px; }
#timeline h1 { display: none; }
#timeline #cd-timeline { -webkit-transition: height 300ms ease; transition: height 300ms ease; }
#timeline .container-fluid { max-width: 1650px; }
#timeline .filters { background: #d0cbb8; width: 100%; z-index: 9999; }
#timeline .cd-timeline-img { box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.5), 0 0 0 6px #595959, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.3); top: 195px; }
#timeline .cd-timeline-img span.fa { color: #404040; }
#timeline .embed-container { margin-bottom: 0px; }
#timeline .cd-timeline-content { padding: 0; box-shadow: none !important; width: auto; }
#timeline .cd-timeline-content:before { top: 220px; border-width: 10px; }
#timeline .cd-timeline-content .img-wrap { overflow: hidden; }
#timeline .cd-timeline-content .img-wrap img { margin: -3% 0; -webkit-transition: margin 500ms ease; transition: margin 500ms ease; }
#timeline .cd-timeline-content .the-excerpt { margin: 0 0 1em; }
#timeline .cd-timeline-content .outer { padding: 15px 30px; box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.4); }
#timeline .cd-timeline-content .text-wrap { position: relative; max-height: 130px; overflow: hidden; -webkit-transition: max-height 500ms ease; transition: max-height 500ms ease; }
#timeline .cd-timeline-content .text-wrap:after { content: ""; display: block; position: absolute; z-index: 1000; height: 3em; width: 100%; bottom: 0; left: 0; background: -webkit-linear-gradient(top, rgba(64, 64, 64, 0) 0%, #404040 100%); background: linear-gradient(to bottom, rgba(64, 64, 64, 0) 0%, #404040 100%); }
#timeline .cd-timeline-content.open { z-index: 100; }
#timeline .cd-timeline-content.open .text-wrap { max-height: 400px; }
#timeline .cd-timeline-content.open .img-wrap img { margin: 0; }
#timeline .cd-timeline-content h2, #timeline .cd-timeline-content span.timeline-date { color: #d0cbb8; }
#timeline .cd-timeline-content span, #timeline .cd-timeline-content p, #timeline .cd-timeline-content li { color: #FFF; }
#timeline .cd-timeline-content h2 { font-size: 18px; }
#timeline .cd-timeline-content span.timeline-date { font-size: 16px; font-weight: 300; text-transform: uppercase; }
#timeline .cd-timeline-content p { font-size: 14px; font-weight: 300; line-height: 1.4; }
#timeline .cd-timeline-content .tl-controls { margin: 10px 0 5px; }
#timeline .cd-timeline-content .tl-rm { position: relative; z-index: 100; background: #d0cbb8; border: none; padding: 6px 20px; border-radius: 3px; font-weight: 900; font-size: 14px; color: #404040; }
#timeline .cd-timeline-content .tl-rm:hover { background: #c6c0a9; }
@media only screen and (min-width: 822px) { #timeline .cd-timeline-content { width: 43%; } }

/*# sourceMappingURL=main.css.map */