html {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family:'Ubuntu', Arial;
	color: #303030;
	font-size:16px;
    font-weight: 300;
	line-height:25px;
	background:#569808;
}
	
a {
	color: #ca387e;
	text-decoration: none;
	outline: 0px;
}

a:hover {
	color: #231f20;
}
a img {
	border: 0px;
}

p { margin: 0 0 15px; }

h1 {
	color: #dc143c;
	font-family: 'Ubuntu', Arial, Tahoma;
	font-size: 26px;
	border-bottom:2px solid #d9d9d9;
    text-transform: uppercase;
	font-weight: bold;
	width:100%;
	float:left;
	line-height: 31px;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	color: #dc143c;
	font-family: 'Ubuntu', Arial, Tahoma;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 15px 0;
	padding: 0;
}

body.index h2 {
	font-size: 27px;
}

h3 {
	color: #dc143c;
	font-family: 'Ubuntu', Arial, Tahoma;
	font-size: 30px;
	font-weight: bold;
	float:left;
    text-transform: uppercase;
	width:100%;
	border-bottom:2px solid #d9d9d9;
	line-height: 32px;
	margin: 0 0 18px 0;
	padding: 0 0 2px;
}

h3 span {
	color: #ec1c24;
	font-weight: bold;
}

h4 {
	color: #dc143c;
	font-family: 'Ubuntu', Arial, Tahoma;
	font-size: 25px;
	font-weight: bold;
	float:left;
    text-transform: uppercase;
	width:100%;
	border-bottom:2px solid #d9d9d9;
	line-height: 30px;
	margin: 30px 0 18px 0;
	padding: 0 0 2px;
}

#top {
    height:130px;
    float:left;
    width:100%;
}

#top .col {
   margin-bottom:0;
}

#leftCol {
    width:285px;
    display:inline;
    float:left;
}

#rightCol {
    width:810px;
    float: right
}
#leftCol h4 {
	margin-top:45px 
}

a.more {
	float:left;
	background:#dc143c;
	color:#fff;
	text-transform:uppercase;
	font-family:'Ubuntu';
	font-size:18px;
	margin-top:20px;
	padding:8px 20px;
}

a.more:hover {
	background:#335dac;
}

#titleBox {
	background:url('img/titleBg.png') repeat-x 0 5px;
	overflow:hidden;
	margin-bottom:20px;
}

#titleBox h2{
	background:#fff;
	float:left;
	padding-right:20px
}

#mainLink {
	margin-top:23px;
	display:block;
	background-image:url('img/mainLogo.png');
	width:402px;
	background-repeat:no-repeat;
	height:83px;
	transition: all 0.3s ease 0s;
	z-index: 100;
}

#bipLogo {
	margin:28px 15px 0 0;
	display:inline;
    float:right;
	transition: all 0.3s ease 0s;
	z-index: 100;
}

#bipLogo img {
	width: 130px;
    height: auto;
}

#container {
	width:1170px;
	margin: auto;
	padding-top: 89px;
}

.container {
	width:1170px;
	margin: auto;
	background:#fff;
	overflow:hidden;
}

a.fadeLink {
	transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
	 -moz-opacity: 1.0; opacity: 1.0; filter: alpha(opacity=100);
}

a:hover.fadeLink {
	-moz-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=70);
}

.zoomLink {
	transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
}

.zoomLink:hover {
	transform: scale(1.07);
}

#topMenu {
    width:100%;
    margin-bottom: 25px;
	float:left;
	text-align:center;
    z-index: 100;
	transition: all 0.3s ease 0s;
	background:#569808;
}
#menuContainer {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
#topMenu ul {
	padding: 0;
	margin: 0;
	display:table;
	text-align:center;
	width:100%;
}

#topMenu li {
	display: inline;
	list-style-type: none;
	position: relative;
	margin: auto;
	padding:0;
}

#topMenu li a {
	font-size: 18px;
	color: #fff;
	font-family: 'Ubuntu';
	float: left;
	font-weight:bold;
	transition: padding 0.4s ease 0s;
	text-transform:uppercase;
	text-shadow:0 1px 0 RGB(0,0,0,0.4);
	padding: 9px 18px 10px;
	margin: 0;
}

#topMenu li a:hover {
	background:#dc143c
}

#mainMenu {
    display:block;
	float:left;
    z-index: 100;
	padding:7px 0 7px 0;
	transition: all 0.3s ease 0s;
	background:#e8f4d8;
}

#mainMenu ul {
	padding: 0;
	margin: 0;
}

#mainMenu li {
	display: inline;
	float: left;
	list-style-type: none;
	position: relative;
	margin: 0;
	border-bottom:1px solid #fafdf7;
	width:100%;
	padding:0;
}

#mainMenu li:last-child {
	border-bottom:none;
}

#mainMenu li a {
	font-size: 16px;
	color: #0b0903;
	font-family: 'Ubuntu';
	float: left;
    font-weight: 300;
	transition: padding 0.4s ease 0s;
	text-transform:uppercase;
	padding: 7px 0 6px 6%;
	width:94%;
	margin: 0;
}

#mainMenu li:hover {
	background:#f1f7e8;
}

body {
  /* These styles don't have to be on body,
     they could be on an element that wraps around
     the left-flyout-nav and the content. 
     This is to prevent a problem on Chrome that
     leaves the width of the container with the 
     added width of the flyout nav even after it's been
     hidden. */
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.layout-left-flyout {
  height: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 0;
  -moz-transition: visibility 0 linear 0.2s;
  -o-transition: visibility 0 linear 0.2s;
  -webkit-transition: visibility 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: visibility 0 linear 0.2s;
  background: #dc143c;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
  visibility: visible;
  z-index: 1;
  -moz-transition: z-index 0 linear 0.2s;
  -o-transition: z-index 0 linear 0.2s;
  -webkit-transition: z-index 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 270px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cbFlyNav-wrap > nav {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0 ease-in-out;
  -o-transition: -o-transform 0 ease-in-out;
  -webkit-transition: -webkit-transform 0 ease-in-out;
  transition: transform 0 ease-in-out;
  /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.layout-right-content {
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;

  z-index: 1;
  /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
  background: #fff;
  /*background: #E72534;*/
}

.layout-right-content.isCbFlyNavActive {
  -moz-transform: translate3d(270px, 0, 0);
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
  min-width: 320px;
}

.icon-cbmore {
    box-shadow: 1px -1px 0 0 #fff inset;
    content: "";
    float: right;
    margin-top: 4.5px;
    padding: 4.5px;
    transform: rotate(225deg);
}

.nav-flyout-navmask, .nav-flyout-contentmask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-flyout-contentmask {
  z-index: 1;
}

.nav-flyout-navmask {
  right: 180px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
/* Menu Toggle */
.btn-navbar {
	display: block;
    height: 32px;
    padding: 6px 0;
    position: absolute;
    width: 70px;
    z-index: 1;
}

.btn-navbar-navtoggle {
    left: 0;
    top: 1px;
	background:#dc143c;
}

.btn-navbar .icon-bar {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #fff;
  margin: 7px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
}
@media screen and (min-width: 767px) {
  .btn-navbar {
    display: none;
  }
}
/* Navbar Styles */
.navbar {
  margin: 0;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .navbar .nav-collapse {
    display: none;
  }
  #mainMenu { left:0; right:auto }
}
@media screen and (min-width: 321px) {
  .navbar {
    height: auto;
    position: relative;
    width: auto;
	transition: all 0.3s ease 0s;
    padding: 0;
  }
}
/* Mobile First Nav */
.the-nav ul.nav-flyout {
  display: block;
  margin-bottom: 15px;
  float: none;
  padding:10px 0 0 0;
  height: 100%;
}
.the-nav ul.nav-flyout > li {
  float: none;
  display: block;
  width: 270px;
}
.the-nav ul.nav-flyout li a {
  color: #FFF !important;
  display: block;
  text-decoration: none;
  width:auto;
  font-size:18px;
  padding: 8px 15px;
  text-transform: uppercase;
  margin-right: 0;
}
.the-nav ul.nav-flyout li ul li a {
    float: left;
	padding:0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    width: 155px !important;
}
.the-nav ul.nav-flyout li a:hover {
  color:#e68022;
}
.the-nav ul.nav-flyout .dropdown {
  position: static;
}
.the-nav ul.nav-flyout .dropdown .subnav {
  float: none;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding:10px 0 0 0 !important;
  left: auto;
  width: 0;
  min-width: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  background: #569808;
  transition: width .2s ease-in-out;
}
.the-nav ul.nav-flyout .dropdown .subnav a {
  color:#fff !important
}
.the-nav ul.nav-flyout .dropdown .subnav > li {
  width: 180px;
  padding:6px 0 6px 15px;
  border-bottom: 1px dashed #999;
}
.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
  width: 180px;
  padding-top: 30px;
  padding-left:0;
  
}
.the-nav.is-inactive ul.nav-flyout > li > a {
  opacity: .2;
   
}
.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
  opacity: 1;
  color:
 
}

/* Large Screen Styles*/
@media screen and (min-width: 321px) {
 
  .the-nav {
    display: table;   /* Allow the centering to work */
	margin: 0 auto;
  }

  .the-nav .nav {
    display: block;
  }

  .the-nav .nav-pill:after {
    content: "";
    display: table;
    clear: both;
  }

  .the-nav > .nav {
    margin: 0;
    line-height: normal;
  }
/* Active State */
  .the-nav > .nav > li:hover > a {
    color: #303030;
  }

  .the-nav > .nav > li:hover .subnav {

  }

  .the-nav > .nav > li:hover .caret {
    border-top-color: #303030;
    border-bottom-color: #303030;
  }

  /* Subnav */
  .nav > li > .subnav {
    display: none;
    position: absolute;
    top: 0;
    left: 285px;
    margin: 0;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
    background:#f1f7e8;
  }
  .nav li ul.subnav {
    padding: 10px !important;
    width: 250px;
  }
    .nav li ul.subnav.long {
    padding: 11px 0 10px 24px!important;
    width: 250px;
  }
  .nav li .subnav li {
    margin: 0 !important;
      padding-left: 0 !important;
	display:block !important;
	float:left;
	border-bottom:1px solid #fff!important;
	width:100%;
  }
  .nav li .subnav li:last-child {
	border-bottom:none;
  }

  .nav li.dropdown .subnav li a {
    color: #0b0903 !important;
	display:block !important;
	font-size:16px !important;
	line-height: 23px !important;
	width:240px !important;
	text-transform:none !important;
	font-weight:normal !important;
	padding: 7px 0px 6px 10px !important;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
  }

  .nav li .subnav li:hover a {
    background: #e8f4d8 !important;
  }

}

.menu-wrapper {
    float:left;
}
#sliderBox { margin-top:1px; display:block; float:left; width:100%; margin-bottom: 25px; }

/*Owl slider styles */
.sliderBg { width:100%; height:360px; position:relative; }
	.sliderBg .sliderWhite { position:absolute; bottom:0; left:0; width:100%; padding: 12px 0 3px; background:url('img/sliderBg.png');}
	.sliderBg .sliderWhite .sliderTitle { font-size:20px; font-family:'Ubuntu'; text-shadow:0 2px 0 #000; font-weight:bold; line-height:26px; color:#fff; text-transform:uppercase; margin: 0 0 3px 20px; }
	.sliderBg .sliderWhite .sliderDesc { font-size:15px; font-weight:normal; line-height:22px; color:#fff; text-shadow:0 1px 0 #000; margin:0 20px; }

.wrapper {
	width:100%;
	float:left;
}

.wrapper.footer {
	background:#877762;
	padding:30px 0 15px;
	color:#fff;
	line-height:27px;
}

.wrapper.footer a {
	color:#fff;
}

.wrapper.padding {
	padding:45px 0;
}

#contentWrapper {
	margin-top:155px;
	background:#f1edea;
	padding:27px 0 24px;
}

#contentWrapper h1 {
	margin:0;
	font-weight:normal;
	text-transform:uppercase;
	color:#ca387e;
	font-size:35px;
	line-height:37px;
}

#contentWrapper h1 p {
	margin:0;
}

.fluid-wrapper {
    height: 0;
    padding-bottom:21%;
    position: relative;
}

.fluid-wrapper iframe {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



/****** SLIDER *******/

.slider-wrap{position:relative; margin-top:155px;}
#slider .item img{display: block;width: 100%;height: auto;}
#slider .item a{display:block;line-height:1;}
#slider-wrap .slider-nav{position:absolute;right:0;bottom:0;z-index:}
.slider-nav a{color:#000;cursor:pointer;text-decoration:none;display:inline-block;margin:0px;font-size:2em;padding:10px;background:rgba(255,255,255,0.4);line-height:1;opacity:0.5;}
.slider-nav a:hover{opacity:1;}
.slider-nav a:first-child{margin:0 1px 0 0;}
#slider .owl-nav { display:none }
.captionWrapper {position:absolute; top:85px;left:0;width:100%;display:block;}
	.caption {width:1170px; margin:auto; display:block; }
		.captionBox {display:block; float:left; color:#fff; font-size:2em; width:430px; }
			.captionBox h5 {padding: 0; margin:0 0 17px; font-size:30px; color:#fff; font-weight:bold; line-height:35px; text-transform:uppercase; text-shadow:0 2px 0 #483424 }
			.captionBox .desc {font-size:16px; line-height:27px; color:#fff; text-shadow:0 1px 0 #483424 }

.animate-me{
   opacity:1;
   -webkit-transition: opacity 1500ms linear;
   -moz-transition: opacity 1500ms linear;
   -o-transition: opacity 1500ms linear;
   -ms-transition: opacity 1500ms linear;
   transition: opacity 1500ms linear;
}

/* 
* 	Core Owl Carousel CSS File
*	v1.24
*/
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.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;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-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: rgba(0, 0, 0, 0);}
.grabbing { cursor:url(grabbing.png) 8 8, move;}
.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%;perspective : 1200px;}
.owl-fade-out {z-index: 10;-webkit-animation: fadeOut .7s both ease;-moz-animation: fadeOut .7s both ease;animation: fadeOut .7s both ease;}
.owl-fade-in {-webkit-animation: fadeIn .7s both ease;-moz-animation: fadeIn .7s both ease;animation: fadeIn .7s both ease;}
.owl-backSlide-out {-webkit-animation: backSlideOut 1s both ease;-moz-animation: backSlideOut 1s both ease;animation: backSlideOut 1s both ease;}
.owl-backSlide-in {-webkit-animation: backSlideIn 1s both ease;-moz-animation: backSlideIn 1s both ease;animation: backSlideIn 1s both ease;}
.owl-goDown-out {-webkit-animation: scaleToFade .7s ease both;-moz-animation: scaleToFade .7s ease both;animation: scaleToFade .7s ease both;}
.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;}
.owl-fadeUp-in {-webkit-animation: scaleUpFrom .5s ease both;-moz-animation: scaleUpFrom .5s ease both;animation: scaleUpFrom .5s ease both;}
.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both;-moz-animation: scaleUpTo .5s ease both;animation: scaleUpTo .5s ease both;}

@-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-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; }
}
@-moz-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%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; 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); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}

.slider-wrap .owl-theme .owl-controls{ position:absolute; bottom:10px; right:0; width:100% }
	.slider-wrap .owl-pagination { width:1170px; margin:auto; text-align:right }
.slider-wrap .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;-webkit-border-radius: 30px;-moz-border-radius: 30px;
border-radius: 30px;background: #869791;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}
.slider-wrap .owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.slider-wrap .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.slider-wrap .owl-theme .owl-controls .owl-page span{background:#fff;display: block;width: 12px;height: 12px;margin: 5px 7px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}

.slider-wrap .owl-theme .owl-controls .owl-page.active span,
.slider-wrap .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#ff9902;}

.slider-wrap .owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.slider-wrap .owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center;}

/****** END OF SLIDER *******/






/****** CONTENT GRID CSS *******/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 3% 4%;
}

body.index .container .col { margin-bottom:0 }


.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

.group {
    padding: 0 20px
}
/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
	margin:0 0 3% 0;
}

.span_11_of_12 {
  	width: 91.33%;
}
.span_10_of_12 {
  	width: 82.66%;
}

.span_9_of_12 {
  	width: 74%;
}

.span_8_of_12 {
  	width: 65.33%;
}

.span_7_of_12 {
  	width: 56.66%;
}

.span_6_of_12 {
  	width: 48%;
}

.span_5_of_12 {
  	width: 39.33%;
}

.span_4_of_12 {
  	width: 30.66%;
}

.span_3_of_12 {
  	width: 22%;
}

.span_2_of_12 {
  	width: 13.33%;
}

.span_1_of_12 {
  	width: 4.666%;
}
.first {
	margin-left:0;
}
.last {
	margin-right:0;
}

.padding {
	padding:45px 0 10px;
}

.col.right { float:right }

.col.pull-right { text-align:right }

.col.pull-center { text-align:center }

.col img { max-width:100%; height:auto }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom:25px;
	margin-top:25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	
	left: 0;
	width: 100%;
	height: 100%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}



/****** END OF CONTENT GRID CSS *******/

#galleryCarousel {
	margin-top:30px 
}


.footer .col {
	margin-bottom:0;
}

#content {
	float:left;
	width:100%;
	background:url('img/contentBg.png') no-repeat top center;
	padding-top:20px
}

#footer {
	background:#569808;
	padding:15px 0;
	float:left;
	margin-top:40px;
	font-family:'Ubuntu';
	width:100%;
}

#footer .contactBox {
	display: inline;
    float:left;
	color:#fff;
	line-height: 33px;
	font-size:18px;
}

#footer .contactBox:first-child {
    margin-right: 170px;
}
#footer .contactBox.pull-right {
    float:right;
    margin-right: 0;
}
#footer .contactBox i {
	background: #fff;
    color: #dc143c;
	margin-right:12px;
    font-size: 20px;
    line-height: 29px;
    border-radius: 100%;
    text-align: center;
    text-transform: uppercase;
    width: 29px;
}
#footer .contactBox a {
	color:#fff;
}

#copyright {
	font-size:14px;
	color:#474747;
	float:left;
	width:100%;
	padding:20px 0 17px;
}
#copyright .col {
	margin-bottom:0
}
#copyright a {
	color:#474747;
}

#copyright a:hover {
	color:#000;
}




body.subpage #gallery {
	overflow:hidden;
	width:100%;
}

#gallery .miniatureWrapper {
	display:inline;
	float:left;
	margin-right:1px;
	margin-bottom:1px;
	position:relative
}

#gallery .miniatureWrapper span {
	position:absolute;
	bottom:0; left:0;
	background:#877762;
	color:#fff;
	padding:5px 10px
} 

#gallery .miniatureWrapper a img {
	display:block;
	float:left;
}

#formBox { float:right; width:100%; margin-top:30px; }


.mainIntro {
    margin-bottom: 35px;
}
.mainIntro.col {
	margin-bottom:0
}
.mainIntro.col:first-child {
	margin:0
}
.mainIntro .description {

}
.mainIntro .description p{
	margin:0;
}

#owl-news .owl-item li {
	list-style:none
}

#owl-news .owl-item li img {
	border: 5px solid #e5e5e5;
    border-radius: 100%;
    display: block;
    float: left;
    height: 155px;
    overflow: hidden;
    width: 155px;
}

.scrollup { width:40px; height:40px; text-indent:-9999px;  position:fixed; bottom:35px; right:40px; display:none; background: url('img/icon_top.png') no-repeat; }	

body.subpage .container img { max-width:100%; height:auto; }

.simpleTable { border-collapse:collapse; border:1px solid #CCC; width:100% }
	.simpleTable td { border:1px solid #CCC; padding:6px 5px; text-align:center; }
	.simpleTable th { border:1px solid #CCC; padding:6px 5px; text-align:center; font-weight:bold; line-height:23px; font-size:17px; }
	

.galleryIntro a {
	height:220px;
	width:100%;
	float:left;
	background-image:url('img/defaultImage.png');
	position:relative;
}
.galleryIntro a .mainIntroLink {
    background: #dc143c;
    border-top: 1px solid #fff;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 15px;
    padding: 14px 0;
    position: absolute;
	font-family:'Ubuntu';
    text-align: center;
    width: 100%;
}

.articleLink {
	float:left;
	margin-bottom:12px;
	width:100%;
}

.articleLink a {
	font-size:17px;
	font-weight:bold;
	color:#569808;
	font-family:'Ubuntu';
}

.articleLink a:hover {
	color:#dc143c;
}


.mainIntro .group { margin:0; padding: 0 }

#linksBox {
    float:left;
	width:100%;
    margin-top: 70px;
}

#linksBox img {
    margin-bottom: 35px
}

#pogoda {
	float:left;
	width:100%;
}

.specialBox {
    float:left;
	width:100%;
    margin-top: 80px
}
.newsMore {
	width:100%;
	margin-top:15px;
	margin-bottom:20px;
	float:left;
	background:url('img/moreBg.png') no-repeat 0 50%;
}

.newsMore a  {
	padding:3px 12px;
	float:right;
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
	font-family:'Ubuntu';
	background:#dc143c 
}

.newsMore a:hover  {
	background:#569808
}
.content-row {
    float:left;
    width: 100%;
}
#content table {
    border:1px solid #d9d9d9;
    border-collapse: collapse;
    width:100%;
}

#content table td {
    border:1px solid #d9d9d9;
    padding:6px 10px;
}

body.letterSpacing {
    letter-spacing: 0.6px;
}
body.paragrafSpacing p {
    margin-bottom: 25px
}

body.wordSpacing .defaultBody {
    word-spacing: .7em;
}


body.wordSpacing h1,
body.wordSpacing .articleLink a,
body.wordSpacing .sliderBg .sliderWhite .sliderDesc,
body.wordSpacing #mainMenu li a,
body.wordSpacing .sliderBg .sliderWhite .sliderTitle,
body.wordSpacing .mainIntro .description p {
    word-spacing: .7em;
}

body.fontSize {
	font-size:18px;
	line-height:29px;
}
body.fontSize h1 {
	font-size:40px;
}
body.fontSize .articleLink a {
    font-size: 23px;
}
body.fontSize .sliderBg .sliderWhite .sliderTitle {
    font-size: 23px;
}
body.fontSize #topMenu li a {
    font-size: 19px;
}
body.fontSize #mainMenu li a {
    font-size: 20px;
}
body.fontSize .sliderBg .sliderWhite .sliderDesc {
    font-size: 16px;
}

body.contrast #mainLink {
    background-image: url(img/mainLogoContrast.png);
}

body.contrast,
body.contrast .galleryIntro a .mainIntroLink,
body.contrast .container {
    background: #000;
    color:#fff !important;
}

body.contrast .newsMore,
body.contrast #topMenu,
body.contrast #mainMenu,
body.contrast #footer {
    background: none
}
body.contrast #mainMenu li {
    border:none;
}
body.contrast .newsMore a {
    border:none;
    background: none;
}
body.contrast h1, 
body.contrast .articleLink a span,
body.contrast h2, 
body.contrast .articleLink a,
body.contrast a,
body.contrast h3, 
body.contrast h4 {
    color: #ff0 !important;
    border:none;
}

body.contrast a.more {
    background: #ff0;
    color: #000 !important;
}

