body { 
	background: #fff;
	color:#707070;
	font-size: 16px;
	font-family: 'zetta_sansregular', serif;
	position: relative; -webkit-font-smoothing: antialiased; 
}
a{ 
	color: #39C1D8;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input{
	font-family: 'zetta_sansregular', serif;
}

.hr {
clear: both;
display: block;
width: 100%;
height: 25px;
line-height: 25px;
position: relative;
margin: 20px 0;
float: left;
border-color: #e1e1e1;
}
.hr-short {
height: 20px;
line-height: 20px;
margin: 20px 0;
float: none;
}
.hr-inner {
width: 100%;
position: absolute;
height: 1px;
left: 0;
top: 50%;
width: 100%;
margin-top: -1px;
border-top-width: 1px;
border-top-style: solid;
}
.hr-short .hr-inner {
border-color: #e1e1e1;
}
.hr-short.hr-right .hr-inner {
left: auto;
right: 0;
margin-left: 0%;
}
.hr-short .hr-inner {
width: 32%;
left: 50%;
margin-left: -16%;
}
.hr-short .hr-inner {
background-color: #fcfcfc;
}
.hr-short.hr-right .hr-inner-style {
left: auto;
right: 0;
}
.hr-short.hr-left .hr-inner {
left: 0;
margin-left: 0;
}
.hr-short.hr-left .hr-inner-style {
left: 0;
margin-left: 0;
}
.hr-short .hr-inner-style {
border-radius: 20px;
height: 9px;
width: 9px;
border-width: 2px;
border-style: solid;
display: block;
position: absolute;
left: 50%;
margin-left: -5px;
margin-top: -5px;
background: #FCFCFC;
}

/* Header
------------------------------------ */

#header{
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	z-index: 1000;
	height: 88px;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	top:0;
	position: fixed;
}
#header.menu-collapsed{
	position: fixed !important;
}
#header .row{
	position: relative;
}
#logo{
	display: block;
	outline: none;
	position: absolute;
	top:25px;
	left: 20px;
}
#top-social{
	position: absolute;
	right: 20px;
	top: 20px;
}
#top-social a{
	display: inline-block;
	margin: 0 0 0 5px;
}
#top-search{
	position: absolute;
	right: 20px;
	top:49px;
}
#top-search .search-button{
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background: url('../img/search-icon.png') no-repeat;
	outline: none;
	display: block;
}
#searchform{
	display: none;
	position: absolute;
	width: 266px;
	height: 72px;
	right: -17px;
	top:27px;
border-radius: 2px;
box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
border: 1px solid #e1e1e1;
z-index: 1000;
padding: 16px;
background: #fff;
}
#searchform input[type="text"]{
width: 200px;
height: 37px;
line-height: 37px;
border:1px solid #e1e1e1;
background: #f8f8f8;
color:#a0a0a0 !important;
padding: 0 12px 0 12px;
margin:0;
font-size: 16px;
position: absolute;
top:16px;
left: 16px;
}
#searchform input[type="submit"]{
width: 37px;
height: 37px;
line-height: 0;
font-size: 0;
text-indent: -9999px;
border:none;
background: #65b7d7 url('../img/search-button.png') no-repeat center;
padding: 0;
margin:0;
top:16px;
right: 16px;
position: absolute;
}
#searchform .arrow{
	display: block;
	position: absolute;
	width: 14px;
	height: 8px;
	right: 14px;
	top:-8px;
	outline: none;
	background: url('../img/search-arrow.png') no-repeat;
}
#top-nav{
  z-index: 1000;
  height: 35px;
  position: absolute;
  top:49px;
  right: 50px;
  display: none;
}
#top-nav>LI{
  float: left;
  height: 38px;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
#header.scrolled #top-nav>li{
height:30px;
}
#top-nav>LI:first-child{
  background: none;
}
#top-nav>LI:hover>A, #top-nav LI.current-menu-item A, #top-nav LI.current-menu-ancestor A{
}
#top-nav>LI:hover {
  position: relative;
}
#top-nav>LI:hover a, #top-nav>LI.current-menu-item a{
  color: #000;
}
#top-nav>LI.root:hover:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -1px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #69b8d6;
}
#top-nav>LI>A{
  text-decoration: none;
  color: #a0a0a0;
  display: block;
  padding: 0 10px 0 10px;
  position: relative;
}
#top-nav UL{
    position: absolute;
    top: 45px;
    left: 0;
    width: 220px;
    height: auto;
    padding: 0;
    z-index: 1001;
    display: none;
    border-top: 0px;
}
#top-nav .sub-menu LI.prev, #top-nav .sub-menu LI.next{
  background-image: none !important;
}
#top-nav .sub-menu LI SPAN{
  display: none;
} 
#top-nav UL UL {
  position: static!important;
  background: none;
}
#top-nav>LI:hover UL {
  display: block;
}
#top-nav .sub-menu.menu-column {
  float: left;
  position: static!important;
  padding: 10px 15px;
}
#top-nav UL H6 {
  color: #2f454e;
  line-height: 22px;
  padding-bottom: 3px;
  margin-bottom: 4px;
  font-family: 'zetta_serifregular';
  border-bottom: 1px dashed #e1e1e1;
    font-size: 16px !important;
}
#top-nav UL LI {
  float: none;
  height: auto;
  font-size: 14px !important;
}
#top-nav .submenu-container>UL>LI {
  margin-bottom: 14px;
}
#top-nav UL LI A {
  color: #a0a0a0 !important;
}
#top-nav .submenu-container {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e1e1;
  border-top: 2px solid #69b8d6;
}
#top-nav LI:hover .submenu-container {
  display: block;
}
#top-nav UL UL LI {
  height: 24px;
  line-height: 24px;
}
#mob-button {
	background: #fff;
	border: 1px solid #e1e1e1;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	display: none;
	top:20px;
	right: 20px;
	position: absolute;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
#mob-button.active{
	display: block;
}
#mob-button:hover{
	background: ;
}
#mob-button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #000;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #000, 
		0 20px 0 #000
}
#top-nav-mob{
  z-index: 1000;
  position: absolute;
  width: 100%;
  top:85px;
  left: 0;
  background: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e1e1;
  border-top: 2px solid #69b8d6;
  display: none;
}
#top-nav-mob .submenu-container{
	width: auto !important;
	margin:0 10px 0 10px;
}
#top-nav-mob .submenu-container .sub-menu ul{
	width: auto !important;
	margin:0 10px 0 10px;
}
#top-nav-mob>LI{
  font-size: 16px;
  line-height: 16px;
  position: relative;
  display: block;
}
#top-nav-mob>LI:first-child{
  background: none;
}
#top-nav-mob>LI:hover>A, #top-nav-mob LI.current-menu-item A, #top-nav-mob LI.current-menu-ancestor A{
}
#top-nav-mob>LI:hover {
  position: relative;
}
#top-nav-mob>LI:hover a, #top-nav-mob>LI.current-menu-item a{
  color: #000;
}
#top-nav-mob>LI a{
	padding: 7px 10px;
	display: inline-block;
	  color: #a0a0a0;
}
#top-nav-mob>LI h6{
  color: #2f454e;
	padding: 7px 10px;
  font-family: 'zetta_serifregular';
  border-bottom: 1px dashed #e1e1e1;
    font-size: 16px !important;
    display: block;
}
#top-nav-mob>LI .sub-menu a{
	  font-size: 14px;
}
#top-nav-mob>LI:hover .sub-menu a{
	color: #a0a0a0;
}
#top-nav-mob>LI:hover .sub-menu li a:hover{
	color: #000;
}

/* Slider
------------------------------------ */

#slider .slide-wrapp{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
#slider .row{
	position: relative;
}
#slider .text{
	display: inline-block;
	position: absolute;
	z-index: 200;
	top:90px;
	left: 20px;
}
#slider .title{
font-size: 48px;
color: #2F454D;
line-height: 60px;
margin: 0 0 20px 0;
font-family: 'zetta_serifregular';
display: inline-block;
padding: 20px 15px;
background: rgba(255, 255, 255, 0.6);
-webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
-moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
-o-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
-ms-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
}
#slider .description span{
font-size: 24px;
color: #2f454e;
line-height: 30px;
margin: 0 0 20px 0;
display: inline-block;
padding: 20px 15px;
background: rgba(255, 255, 255, 0.6);
-webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
-moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
-o-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
-ms-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
}
#slider .link{
font-size: 24px;
color: #2f454e;
	font-family: 'zetta_serifbold';
line-height: 38px;
margin: 0 0 20px 0;
display: inline-block;
padding: 0 15px;
font-size: 18px;
color: #2f454e;
text-decoration: none;
text-transform: uppercase;
background: rgba(255, 255, 255, 0.6);
-webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
-moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
-o-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
-ms-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.17);
}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0; padding: 0;
	overflow: hidden;
}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { 
	max-width: 1080px;
	margin: 0 auto;
	position: relative; 
	zoom: 1;
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a{
	display: block;
	width: 60px;
	height: 60px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow:
	hidden; opacity: 0;
	cursor: pointer;
	background: rgba(0,0,0,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-repeat:no-repeat;
	background-position:center;
	background-image: url('../img/arrow-left.png');
	text-indent: -9999px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; background-image: url('../img/arrow-right.png'); }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 30px; text-align: center; z-index: 100;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 14px; 
	height: 14px; 
	display: block; 
	background: #fff; 
	text-indent: -9999px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
-o-border-radius: 14px;
-ms-border-radius: 14px;
border-radius: 14px;
 }
.flex-control-paging li a:hover {   }
.flex-control-paging li a.flex-active { background: #69b8d6; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
#slider-2 {
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	width: 408px;
	height: auto;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	background: #FFF;
}
#slider-2 img, #slider-2 iframe{
	display: block;
}
#slider-2 .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
#carousel{
	margin: 0 auto 30px auto;
		width: 409px;
}
#carousel li{
	width: 58px !important;
	height: 58px;
	float: left;
	background: red;
	padding: 6px;
	background: #FFF;
	border: 1px solid #e5e5e5;
	border-left: none;
}
#carousel li:first-child{
	border-left: 1px solid #e5e5e5;
}

/* Home Page
------------------------------------ */

#row-1{
	background: #69B8D6;
padding: 50px 0 20px 0;
border-top: 1px solid #c3e3ef;
}
#row-1 img{
	margin-bottom: 30px;
}
#row-2{
padding: 70px 0 40px 0;
border-top: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
background: #FCFCFC;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.home-seo{
	padding-bottom: 30px;
}
.home-seo h2{
font-size: 30px;
color: #2F454D;
line-height: 36px;
margin: 0 0 14px 0;
font-family: 'zetta_serifregular';
}
.home-seo .description p{
	margin: 30px 0 0 0;
}
.home-seo .description P:first-child{
	margin: 0;
}
.home-seo .description{
	margin: 0 0 30px 0;
}
.more-link{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 0 17px 0 47px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #878787;
	font-size: 16px;
	border: 1px solid #E1E1E1;
	font-family: 'zetta_serifbold';
	background: #fbfbfb;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.more-link:hover{
background-color: #fff;
}
.home-seo .more-link.view{
background: #fff url('../img/ship-icon.png') no-repeat 17px center;
	margin: 10px 0 0 0;
}
.home-seo .more-link.view:hover{
background-color: #FCFCFC;
}
.icon-list li {
margin: 0;
padding: 0 0 30px 0;
list-style-type: none;
list-style-position: outside;
clear: both;
overflow: hidden;
position: relative;
min-height: 60px;
}
.iconlist_icon {
-webkit-animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.iconlist_icon {
background-color: #d0d0d0;
}
.iconlist_icon-1{
opacity: 0.1;
-moz-transform: scale(0.5);
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
.iconlist_icon {
height: 64px;
width: 64px;
line-height: 60px;
font-size: 30px;
text-align: center;
border-radius: 500px;
position: relative;
float: left;
margin-right: 30px;
margin-left: 2px;
z-index: 5;
border-style: solid;
border-width: 2px;
color: #fff;
border-color: #e1e1e1;
background-repeat: no-repeat;
background-position: center;
}
.icon-list .iconlist_content_wrap {
overflow: hidden;
min-height: 1.5em;
}
.icon-list .iconlist_title {
top: 4px;
margin-bottom: 10px;
position: relative;
color: #2F454D;
font-size: 18px;
font-family: 'zetta_serifregular';
}
.iconlist_content{
font-size: 16px;
line-height: 21px;
}
.iconlist-timeline {
-webkit-animation: avia_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: avia_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-animation: avia_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: avia_slide_down 1s 1 cubic-bezier(0.175,0.885,0.320,1.275);
height: 100%;
}
.iconlist-timeline{
border-color: #e1e1e1;
}
.iconlist-timeline{
height: 0%;
}
.iconlist-timeline{
position: absolute;
top: 1%;
left: 32px;
width: 1px;
height: 99%;
border-right-width: 1px;
border-right-style: dashed;
}
.icon-list li:last-child .iconlist-timeline {
display: none;
}
#row-3{
	padding: 30px 0 30px;
	background: #69B8D6; 
}
#row-3 h2{
	position: relative;
}
#row-3 h2 span{
	color: #FFF;
	font-family: 'zetta_serifregular';
	font-size: 36px;
	position: relative;
	background: #69B8D6;
	z-index: 100;
	display: inline-block;
	padding: 0 25px 0 0;
	line-height: 36px;
}
#row-3 h2:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #FFF;
	top:50%;
	z-index: 1;
}
#row-4{
width: 100%;
height: 326px; 
background-repeat: no-repeat;
}
#row-5{
padding: 30px 0 70px 0;
}
#row-5 h2{
font-size: 30px;
color: #2F454D;
line-height: 30px;
margin: 0 0 14px 0;
font-family: 'zetta_serifregular';
}
#team-text UL{
	margin-bottom: 20px;
}
#team-text li{
	margin: 5px 0 0 18px;
}
#team-text li:first-child{
	margin-top: 0;
}
#team-text  li:before {
      content:'\2022';
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -18px;
      top: 0px;
      color: #2f454d;
      font-size: 20px;
}
#row-5 p{
	margin-bottom:20px;
}
.more-link.meet{
	background: url('../img/team-icon.png') no-repeat 17px center;
	margin: 10px 0 0 0;
}
#row-6{
padding: 70px 0 50px 0;
border-top: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
background: #FCFCFC;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
#row-6 h2{
font-size: 30px;
color: #2F454D;
line-height: 30px;
margin: 0 0 14px 0;
font-family: 'zetta_serifregular';
}
#row-6 p{
	margin-top:20px;
}
#row-6-1{
padding: 0 0 30px 0;
}
#row-6-2 .item{
background: #FFF;
box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
margin-bottom: 30px;
}
#row-6-2 .item .image{
 background-repeat: no-repeat;
 display: inline-block;
 font-size: 0;
 margin: 0;
 padding: 0;
 text-decoration: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#row-6-2 .item img{
width: 100%;
display: block;
-webkit-transition: all .8s;
}
#row-6-2 .item img:hover {
	opacity: 0;
}
#row-6-2 .item .title{
padding: 15px 0 5px 15px;
position: relative;
z-index: 100;
top:-8px;
}
#row-6-2 .item .arrow{
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 6px 6px 6px;
border-color: transparent transparent #ffffff transparent;
position: absolute;
top:-6px;
left: 50%;
margin-left: -3px;
}
#row-6-3 .more{
	display: inline-block;
	margin: 0 0 20px 0;
}
#row-7{
width: 100%;
height: 240px; 
background-repeat: no-repeat;
}
#row-8{
border-top: 1px solid #E1E1E1;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
padding: 60px 0 40px 0;
}
#row-8 h2{
	position: relative;
}
#row-8 h2 span{
font-size: 30px;
color: #2F454D;
line-height: 30px;
font-family: 'zetta_serifregular';
position: relative;
	background: #FFF;
	z-index: 100;
	display: inline-block;
	padding: 0 25px 0 0;
	line-height: 30px;
}
#row-8 .eight{
	padding-bottom: 30px;
}
#row-8 h2:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #E1E1E1;
	top:50%;
	z-index: 1;
}
#row-8 p{
	line-height: 21px;
	margin: 20px 0 0 0;
}
#row-8 h3{
	position: relative;
}
#row-8 h3 span{
font-size: 18px;
color: #2F454D;
line-height: 30px;
font-family: 'zetta_serifregular';
position: relative;
	background: #FFF;
	z-index: 100;
	display: inline-block;
	padding: 0 25px 0 0;
	line-height: 18px;
}
#row-8 h3:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #E1E1E1;
	top:50%;
	z-index: 1;
}
#row-9{
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
padding: 50px 0 20px 0;
background: #E7E7E7;
}
#row-9-1{
	padding: 0 0 50px 0;
	color: #2F454D;
}
#row-9-1 h3{
font-size: 30px;
color: #2F454D;
font-family: 'zetta_serifregular';
margin-bottom: 5px;
}
#row-9-2 .item, #row-9-3 .item{
	background: #FFF;
	border: 1px solid #D7D7D7;
	position: relative;
	padding: 30px 0 20px 0;
	margin-bottom: 50px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
#row-9-2 .small-logo, #row-9-3 .small-logo{
	width: 37px;
	height: 39px;
	position: absolute;
	top:-19px;
	left: 50%;
	margin-left: ;
	background: url('../img/small-logo-icon.png') no-repeat;
	margin-left: -18px;
}
#row-9-2 .item h4, #row-9-3 .item h4{
font-size: 18px;
color: #2F454D;
font-family: 'zetta_serifregular';
margin-bottom: 5px;
}
#row-9-3 .item h4{
max-height: 53px;
overflow: hidden;
}
#row-9-2 .item p, #row-9-3 .item p{
line-height: 21px;
margin-bottom: 10px;
padding: 0 3px;
}
#row-9-2 .item .more, #row-9-3 .item .more{
font-family: 'zetta_serifbold';
font-size: 14px;
text-transform: uppercase;
color: #3AC2D9;
}

/* Page
------------------------------------ */

#main{
	padding-top:88px;
}
#top-meta {
	height: 55px;
	line-height: 55px;
border-bottom: 1px solid #E1E1E1;
background: #FCFCFC;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
#top-meta H1{
	font-family: 'zetta_serifregular';
	font-size: 18px;
	line-height: 55px;
}
#breadcrumb{
	color: #a0a0a0;
	font-size: 12px;
}
#breadcrumb a{
	color: #a0a0a0;
}
#breadcrumb .sep{
	padding: 0 5px 0 5px;
}
#content{
	padding: 30px 0 30px 0
}
#page h1{
	position: relative;
	margin-bottom:20px;
	display:block;
}

#page div {
	display: block;
	position: relative;
	overflow: auto;
}

#page h1 span{
font-size: 30px;
color: #2f454e;
line-height: 30px;
font-family: 'zetta_serifregular';
position: relative;
	background: #FFF;
	z-index: 100;
	display: inline-block;
	padding: 0 25px 0 0;
	line-height: 30px;
	text-transform:none;
	text-transform: uppercase;
}
#page h1:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #E1E1E1;
	top:50%;
	z-index: 1;
}
#page h2{
	font-size: 22px;
color: #2f454e;
margin: 10px 0 10px 0;
font-family: 'zetta_serifregular';
text-transform: uppercase;
padding-top:10px;
}
#page h3{
	font-size: 18px;
color: #2f454e;
margin: 0 0 10px 0;
font-family: 'zetta_serifregular';
}
#page h4{
	font-size: 18px;
margin: 0 0 10px 0;
font-family: 'zetta_serifregular';
}
#page h5{
	font-size: 16px;
margin: 0 0 10px 0;
font-family: 'zetta_serifregular';
}
#page p{
margin: 20px 0 0 0;
line-height: 21px;
}
#page h1+p{
margin: 0;
}
#page ul, #page ol{
	margin: 20px 0 0 10px;
}
#page h1+ul, #page h1+ol{
	margin: 20px 0 0 10px;
}
#page ul li{
	margin: 5px 0 0 18px;
}
#page ul li:first-child{
	margin-top: 0;
}
#page ul li:before {
      content:'\2022';
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -18px;
      top: 0px;
      color: #2f454d;
      font-size: 20px;
}
#page ol li{
	margin: 5px 0 0 18px;
	list-style: decimal;
}
#page ol li:first-child{
	margin-top: 0;
}
#page blockquote{
  margin: 0 0 0 10px;
  border-left: 10px solid #69b8d6;
  padding: 0 0 0 20px;
}
.alignleft {float:left; margin: 0 20px 0 0;}
.alignright {float:right; margin: 0 0 0 20px;}
.aligncenter, div.aligncenter { display: block; margin-left: auto;  margin-right: auto;}

/* News
------------------------------------ */

#page .post-meta h2{
	font-size: 18px;
margin: 0;
text-transform:none;
line-height: 18px;
}
#page .post-meta h2 a{
color: #2f454e;
}
#page .post-meta .date{
display: block;
font-size: 12px;
}
#page .post-meta{
margin: 0 0 20px 0;
}
.event-info{
	margin: 0 0 20px 0;
}
.event-info .event-title{
	display: block;
	color:#69b8d6;
	text-transform: uppercase;
}
.post .image img{
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
display: block;
margin: 0 0 20px 0;
}
.post{
	border-top: 1px solid #E1E1E1;
	margin-top: 50px;
	padding-top: 50px;
}
.post.first{
	border-top: none;
	padding-top: 0;
}

/* Connect Page
------------------------------------ */

#connect input[type="text"], #connect input[type="email"]{
	width: 100%;
height: 42px;
line-height: 42px;
border:1px solid #e1e1e1;
background: #fbfbfb;
color:#a0a0a0 !important;
padding: 0 12px 0 12px;
margin-bottom:20px;
font-size: 16px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
#connect textarea{
	width: 100%;
border:1px solid #e1e1e1;
background: #fbfbfb;
color:#a0a0a0 !important;
padding: 12px;
margin-bottom:25px;
font-size: 16px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
overflow: auto;
}
#connect input[type="submit"]{
width: 150px;
height: 50px;
line-height: 50px;
color: #fff;
font-size: 18px;
text-transform: uppercase;
border:none;
background: #69b7d5;
padding: 0;
margin:0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
font-family: 'zetta_serifregular';
}
#connect.sideform input[type="submit"]{
	width: 107px;
	height: 41px;
	line-height: 41px;
}
#connect label{
	color: #2f454d;
	font-weight: bold;
}
#connect .req{
	color: #69b8d6;
}
.wpcf7-not-valid-tip{
	display: none !important;
}
.wpcf7-not-valid{
	border: 1px solid #be0000 !important;
}
.wpcf7 br{
	display: none;
}

/* Sidebar
------------------------------------ */

.sidebox{

}
.sidebox h3{
	font-size: 20px;
	line-height: 20px;
color: #2F454D;
margin: 0 0 10px 0;
font-family: 'zetta_serifregular';
}
.sidebox p{
	line-height: 21px;
}
.sidebox img{
	display: block;
	margin: 0 auto 20px auto;
	-webkit-transition: all .8s;
}
.sidebox img:hover {
	opacity: 0.2;
}
.sidebox.employee img{
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-o-border-radius: 1px;
-ms-border-radius: 1px;
border-radius: 1px;
padding: 3px;
}
.sidebox .image{
background:url('../img/image-hover.png') no-repeat center;
 display: inline-block;
 font-size: 0;
 text-decoration: none;
}
.sidebox .video{
background:url('../img/video-icon.png') no-repeat center;
 display: inline-block;
 font-size: 0;
 text-decoration: none;
}
.sidebox .video:hover{
background:url('../img/video-icon-hover.png') no-repeat center;
}
.sidebox .video+h3{
margin-top:20px;
}

/* Team
------------------------------------ */

#team h2{
	position: relative;
	margin-bottom:30px;
}
#team h2 span{
font-size: 30px;
color: #2F454D;
line-height: 30px;
font-family: 'zetta_serifregular';
position: relative;
	background: #FFF;
	z-index: 100;
	display: inline-block;
	padding: 0 25px 0 0;
	line-height: 30px;
	text-transform:none;
}
#team h2:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #E1E1E1;
	top:50%;
	z-index: 1;
}
#team .columns{
	margin-bottom:20px;
}
#team .image img{
	display: block;
	-webkit-transition: all .8s;
	margin:0;
}
#team .image img:hover {
	opacity: 0.2;
}
#team .image{
background:url('../img/image-hover.png') no-repeat center;
 display: inline-block;
 font-size: 0;
 text-decoration: none;
 margin:0;
}
#team h4{
	color:#2f454e;
	font-size:18px;
	font-family: 'zetta_serifregular';
	margin:0 0 5px 0;
}
#team p{
	margin:0;
}


/* Footer
------------------------------------ */

#footer-1{
	background: #2F454E;
	padding: 50px 0 20px 0;
	font-size: 13px;
	color: #B6B6B6;
}
#footer-1 .item{
	padding-bottom: 30px;
}
#footer-1 h5{
	color: #919191;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
font-family: 'zetta_serifregular';
margin-bottom: 10px;
}
#footer-1 .title{
	color: #FFF;
}
#footer-1 .sub-title{
	display: block;
}
#footer-1 li{
	line-height: 18px;
	margin-top: 20px;
}
#footer-1 li:first-child, #footer-1 p:first-child{
	margin-top: 0;
}
#footer-1 p{
	line-height: 21px;
	margin-top: 20px;
}
#footer-1 h5 + p{
	margin-top: 0;
}
#footer-1 em{
	font-style: normal;
	color: #fff;
}
#footer-2{
	background: #333;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	color: #a0a0a0;
	font-size: 12px;
	padding: 17px 0 17px 0;
}
#footer-links{
	display: inline-block;
}
#footer-links A{
	display: inline-block;
	margin: 0 0px 0 0;
		color: #a0a0a0;
}
#footer-social{
	display: inline-block;
	position: relative;
	top:3px;
}
#footer-social a{
	display: inline-block;
	margin: 0 0 0 5px;
}
.fb-like-box{
	background:#fff;
}

@media screen and (max-width: 1024px) { 

    #slider-2, #carousel{
        width: 483px;
    }
    #carousel li{
        width: 69px !important;
        height: 69px;
    } 
    .hr-short.hr-left .hr-inner, .hr-short.hr-right .hr-inner {
        left: 50%;
        margin-left: -16%;
        right: auto;
    }
    .hr-short.hr-left .hr-inner-style, .hr-short.hr-right .hr-inner-style {
        left: 50%;
    }

    .text-right, .text-center {
        text-align: left;
    }
    .parallax {
        display: none;
    }
    #lnk-switch-mobile {
        display: block;
    }

    #content .columns + .columns:last-child:before {
        color: #2F454D;
        font: 18px zetta_sansregular;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    
    .page-id-148 #content .columns + .columns:last-child {
        display: none;
    }
    
    body .video {
        padding-bottom: 26.25%;
    }
}



@media screen and (max-width: 800px) { 

#top-search, #top-social, #footer-links{
	display:none !important;
}
/*#main{
	padding-top:0;
}*/
  #slider-2, #carousel{
  	width: 357px;
  }
  #carousel li{
	width: 51px !important;
	height: 51px;
  }

  #footer-2 .nine, #footer-2 .three{
  	float:none !important;
  	text-align: left !important;
  	width:100% !important;
  	  	margin:0 !important;
  	padding:0 !important;
  }

#footer-social{
  	display:block;
  }

  #footer-social a {
margin: 0 5px 0 0;
}

/*#header{
	position:relative !important;
}*/


}

@media screen and (max-width: 640px) { 

    /*#top-search, #top-social, #slider .text, #breadcrumb{
            display:none !important;
    }*/
    #top-search, #top-social, #breadcrumb{
        display:none !important;
    }
    #slider .text {
        top: 60px;
    }
    #slider .title {
        font-size: 20px;
        padding: 5px;
        line-height: normal;
    }

    #slider .description span {
        display:none !important;
/*        font-size: 16px;
        padding: 5px;
        line-height: normal;*/
    }

    #slider .link {
        font-size: 14px;
        cursor: pointer;
    }

    #row-6-2 .columns{
        width:347px !important;
        margin-left:auto;
        margin-right:auto;
    }

    #slider-2, #carousel{
        width: 525px;
    } 
    #carousel li{
        width: 75px !important;
        height: 75px;
    }


}

@media screen and (max-width: 360px) { 

    /*#top-search, #top-social, #slider .text{
            display:none !important;
    }*/
    #top-search, #top-social {
        display:none !important;
    }
    #row-6-2 .columns{
        width: auto !important;
        margin-left:auto;
        margin-right:auto;
    }

    #slider-2, #carousel{
        width: 280px;
    }
    #carousel li{
        width: 40px !important;
        height: 40px;
    } 

    #slider .text {
        top: 10px;
    }
    #slider .title {
        font-size: 16px;
        padding: 3px;
        line-height: normal;
    }

    #slider .description span {
        display:none !important;
/*        font-size: 14px;
        padding: 3px;
        line-height: normal;*/
    }

    #slider .link {
        font-size: 14px;
        cursor: pointer;
    }

}




#post-list + .wp-pagenavi {
  margin-top: 10px;
}




@media screen and (min-width: 1024px) {
	
	/*sub menu*/

	
	#menu-item-36 .submenu-container,
	#menu-item-1010 .submenu-container {
			width: 600px !important;
			left: -300px !important;
			
		}
		
		
	#menu-item-36 .submenu-container .sub-menu.menu-column, #menu-item-1010 .submenu-container .sub-menu.menu-column{
		width: 100% !important;
	}
	
	
	#menu-item-36 .submenu-container .sub-menu.menu-column .menu-item.menu-item-type-custom.menu-item-object-custom,
	#menu-item-1010 .submenu-container .sub-menu.menu-column .menu-item.menu-item-type-custom.menu-item-object-custom{
		display: block;
		position: relative;
		float: left;
		padding: 0 15px 0 0;
		box-sizing: border-box;
		width: 50%;
	}
	
	#menu-item-36 .submenu-container .sub-menu.menu-column .menu-item.menu-item-type-custom.menu-item-object-custom ul li,
	#menu-item-1010 .submenu-container .sub-menu.menu-column .menu-item.menu-item-type-custom.menu-item-object-custom ul li{
		float: none;
		height: auto;
		width: 100%;
	}
	
	#menu-item-36 .submenu-container .sub-menu.menu-column .menu-item.menu-item-type-custom.menu-item-object-custom ul li a.sub,
	#menu-item-1010 .submenu-container .sub-menu.menu-column  .menu-item.menu-item-type-custom.menu-item-object-custom ul li a.sub {
		color: #2f454e !important;
		line-height: 22px;
		padding-bottom: 3px;
		margin-bottom: 4px;
		font-family: 'zetta_serifregular';
	
		font-size: 16px !important;
	}
	
	#menu-item-36 .submenu-container .sub-menu.menu-column .menu-item.menu-item-type-custom.menu-item-object-custom h6,
	#menu-item-1010 .submenu-container .sub-menu.menu-column .menu-item.menu-item-type-custom.menu-item-object-custom h6{
		font-size: 24px !important;
		padding-bottom: 7px;
		margin-bottom: 10px;
	}
	
	
	#menu-item-36 .submenu-container .sub-menu.menu-column .menu-item.menu-item-type-custom.menu-item-object-custom .sub-menu,
	#menu-item-1010 .submenu-container .sub-menu.menu-column  .menu-item.menu-item-type-custom.menu-item-object-custom .sub-menu{
		width: 100% !important;
	}
	
	
}

