/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../bundles/inperopage/css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../bundles/inperopage/css/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../bundles/inperopage/css/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../bundles/inperopage/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../bundles/inperopage/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(../bundles/inperopage/img/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../bundles/inperopage/img/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../bundles/inperopage/img/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../bundles/inperopage/img/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../bundles/inperopage/img/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../bundles/inperopage/img/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../bundles/inperopage/img/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../bundles/inperopage/img/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(../bundles/inperopage/img/loading.html) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
header.first-line .logo-area {
  text-align: center;
  padding: 50px 10px;
  box-sizing: border-box;
}

header.first-line h1 {
  color: #4ba2ac;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
}
header.first-line h2 {
  color: black;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 5px;
}
.col-4 {

}
img.featured {
  display: block;
  margin: 30px auto;
}
.river-block {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.river-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.river-block .photo-caption {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  font-size: 30px;
  font-weight: bold;
  color: white;
  padding: 10px 20px;
  background: rgba(255,255,255,0.3);
}
.responsive {
  display: block;
  width: 100%;
}
.row:after {
  clear: both;
  content: "";
  display: block;
}
header.second-line .menu {
  background: #4ba2ac;
}
header.second-line .menu .social{
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid white;
}
article h3 {
  margin-top: 0;
}
@media (min-width: 520px){
  header.second-line .menu .social {
    border-bottom: 0;
  }
  .menu .menu-wrapper {
    border-left: 1px solid white;
  }
}
header.second-line .menu .social a {
  display: block;
  border: 1px solid white;
  padding: 10px;
  width: 15px;
  height: 15px;
  color: white;
  margin: 10px auto;
}
nav#menu {
  padding: 40px 0;
  box-sizing: border-box;
  height: 250px;
}
nav#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav#menu ul li {
  margin: 0;
  padding: 0;
}
nav#menu ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  padding: 10px 0 10px 20%;
  text-decoration: none;
  position: relative;
}
nav#menu ul li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  left: 0;
  top: 0;
  height: 100%;
  background: white;
  z-index: 10;
  transition: 0.4s all;
}
nav#menu ul li:hover a:after {
  width: 5px;
}
.baner {
  color: white;
  position: relative;
  height: 250px;
}
.baner img {
  height: 100%;
}
.baner a .title {
  color: white;
  position: absolute;
  padding: 0 30px;
  box-sizing: border-box;
  top: 20%;
  width: 100%;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  text-transform: uppercase;
}
.box {
  height: 330px;
  position: relative;
  overflow: hidden;
  display: block;
  background: #4ba2ac;
  border-bottom: 2px solid #4ba2ac;
  box-sizing: border-box;
}
.box.slider-box {
  height: auto;
}
.slider-box .bx-viewport {
  height: auto !important;
}
.box img.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .button {
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.4);
  position: absolute;
  top: 35%;
  left: 20%;
  width: 60%;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
.box .logo {
  position: relative;
  display: block;
  width: 80px;
  transition: 0.4s all;
  opacity: 0;
  left: 50%;
  margin-left: -40px;
  margin-bottom: -60px;
}
a.box .button {
  transition: all 0.4s;
}

a.box:hover .button {
  background: white;
  color: black;
  border-radius: 0;
}
a.box:hover .logo {
  opacity: 1;
}
section.main-wrapper article {
  padding: 40px 40px 0 40px;
}
.row-padding {
  margin: 0 -20px;
}
.row-padding:after {
  clear: both;
  content: "";
  display: block;
}
.col-md-8, .col-md-4 {
  box-sizing: border-box;
}
.row-padding .col-sm-4, .row-padding .col-sm-8 {
  padding: 0 20px;
}
article {
  color: #404040;
}
section.main-wrapper article:last-child {
  padding-bottom: 40px;
}
a.more {
  color: #4ba2ac;
  font-weight: bold;
  text-decoration: none;
}
.bottom-baner {
  padding: 50px 60px;
  background: #cdcbcb;
  text-align: center;
}
.bottom-baner .title {
  font-size: 24px;
  color: #1b3353;
}
.bottom-baner .bold {
  font-size: 36px;
}
.bold {
  font-weight: bold;
}
.bottom-baner {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}
.bottom-baner a.button {
  color: white;
  padding: 20px 30px;
  background: #4ba2ac;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  text-decoration: none;
}
.teal-background {
  background: #4ba2ac;
}
footer {
  padding: 30px 0;
}
footer:after {
  clear: both;
  content: "";
  display: block;
}
.page-width {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav ul li {
  float: left;
  padding: 20px 20px;
}
footer nav ul li a {
  text-decoration: none;
  color: #4a4b4b;
  font-size: 18px;
  text-transform: uppercase;
}
#facebook-panel {
  top: 150px;
  z-index: 10000;
  right: -300px;
  width: 340px; }

#weather-panel {
  top: 108px;
  z-index: 10001;
  right: -260px;
  width: 300px; }
  #weather-panel .panel-wrapper .panel-caption {
    background: #cecece; }
    #weather-panel .panel-wrapper .panel-caption a {
      padding: 0; }
  #weather-panel .panel-wrapper .panel-main {
    width: 260px;
    background: #cecece; }

#facebook-panel, #weather-panel {
  position: fixed;
  text-align: center;
  transition: 0.3s all; }

.panel-wrapper {
  position: relative; }
  .panel-wrapper .panel-caption {
    color: white;
    background: #3c5a98;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center; }
    .panel-wrapper .panel-caption > a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px;
      box-sizing: border-box; }
  .panel-wrapper .panel-main {
    width: 300px;
    position: absolute;
    left: 40px;
    top: 0; }
@media (min-width: 520px){
  header .title-wrapper {
    text-align: left;
    padding-left: 10px;
  }
  header.first-line .logo-area .logo-image,
  header.first-line .logo-area .title-wrapper{
    display: inline-block;
    vertical-align: middle;
  }
  .col-sm-3 {
    width: 25%;
    float: left;
    box-sizing: border-box;
  }
  .col-sm-4 {
    width: 33.33333%;
    float: left;
    box-sizing: border-box;
  }
  .col-sm-8 {
    width: 66.66667%;
    float: left;
    box-sizing: border-box;
  }
  .col-sm-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .col-sm-9 {
    width: 75%;
    float: left;
    box-sizing: border-box;
  }
  .border-right {
    border-right: 3px solid #a4a4a4;
  }
}
@media (min-width: 768px){
  header.first-line .logo-area {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .from-right.col-md-4, .from-right.col-md-8 {
    float: right;
    margin-bottom: 1px;
  }
  .col-md-4 {
    width: 33.33333%;
    float: left;
    box-sizing: border-box;
  }
  .col-md-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .col-md-8 {
    width: 66.66667%;
    float: left;
    box-sizing: border-box;
  }
  .baner {
    border-top: 3px solid #4ba2ac;
    box-sizing: border-box;
  }
  .baner .title {
    font-size: 40px;
    top: 30%;
  }
}
/******** galeria ************************/
.gallery {
  margin: 15px -15px;
}
.gallery:after {
  clear:both;
  content: "";
  display: block;
}
.gallery a.thumbnail-wrapper {
  box-sizing: border-box;
  padding: 15px;
  display: block;
}
.gallery .thumbnail:hover {
  transform: translate(0, -10px);
  box-shadow: 0 4px 4px grey;
}
.gallery .thumbnail {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  padding: 4px;
  background: white;
  display: block;
  transition: all 0.5s;
}
.gallery .img-thumbnail {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.gallery a {
  color: #282828;
  text-decoration: none;
}
.gallery a .caption {
  padding: 15px;
  text-align: center;
}
.pagination {
  text-align: center;
}
.pagination a {
  text-decoration: none;
  color: #303030;
  padding: 5px;
}
.pagination a.active {
  font-weight: bold;
}
@media all and (min-width: 380px) {
  .gallery .thumbnail-wrapper {
    width: 50%;
    float: left;
  }
  .gallery .thumbnail-wrapper:nth-child(2n+1){
    clear: both;
  }
}
@media all and (min-width: 510px){
  .gallery .thumbnail-wrapper {
    width: 33.33333%;
    float: left;
  }
  .gallery .thumbnail-wrapper:nth-child(2n+1){
    clear: none;
  }
  .gallery .thumbnail-wrapper:nth-child(3n+1){
    clear: both;
  }
}
@media all and (min-width: 860px ){
  .gallery .thumbnail-wrapper {
    width: 25%;
    float: left;
  }
  .gallery .thumbnail-wrapper:nth-child(3n+1){
    clear: none;
  }
  .gallery .thumbnail-wrapper:nth-child(4n+1){
    clear: both;
  }
}
@media all and (min-width: 950px){
  .gallery .thumbnail-wrapper {
    width: 20%;
    float: left;
  }
  .gallery .thumbnail-wrapper:nth-child(4n+1){
    clear: none;
  }
  .gallery .thumbnail-wrapper:nth-child(5n+1){
    clear: both;
  }
}
/******************* slider *********************/
.bx-wrapper, .bx-viewport,  .bxslider, .bxslider li{
  height: 100%;
  margin: 0;
  padding: 0;
}
ul.bxslider {
  margin: 0;
}
.bx-wrapper .bx-viewport {
  border: 0;
  left: auto;
  box-shadow: none;
}

/******************** inne **************************/

.content p img
{
	display: block;
	margin: 0 auto;
	max-width: 700px;
}
