@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY {
  background: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
A {
  color: #FF6600;
  text-decoration: none;
  cursor: pointer;
}

A:hover {
    color: #333;
  text-decoration: underline;
}
a.ext{
    background: url(images/extlink.png)  center right no-repeat;
    padding-right: 13px;
}
a[href^="mailto"]{
    background: url(images/mailto.png)  center right no-repeat;
    padding-right: 13px;
}
STRONG {
  font-weight: bold;
}

EM{
    font-style: italic;
}
.clear{
    clear: both;
}
INPUT{
    vertical-align: middle;
}
#container{
  overflow: hidden;
   width: 100%;
   min-height:100%;
   position:relative;
}
.wrapper{
  width: 958px;
  margin: 0 auto;
  position: relative;
}

/* Header
------------------------------------ */

#header{
  position: relative;
  margin-bottom: 33px;
  width: 100%;
  height: 118px;
  z-index: 1000;
  background: #C7C2BA;
}
#home #header{
  margin-bottom: 8px !important;
}
#header.no-sub{
  margin-bottom: 0;
}
#logo{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 334px;
    height:39px;
    position: absolute;
    top:64px;
    left:0;
    background: url(images/logo.png) no-repeat;
    z-index: 1000;
}
#top-nav{
  z-index: 500;
  position: absolute;
  top:73px;
  right: 0;
  width: 100%;
  text-align: right;
}
#top-nav LI{
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}
#top-nav LI:hover, #top-nav LI.current-menu-item, #top-nav LI.current-menu-ancestor{
          
}
#top-nav LI.current-menu-item A, #top-nav LI.current-menu-ancestor A{
  color: #FFF;
  background:#34B233;
}
#top-nav LI:hover A{
  color: #FF6600;
}
#top-nav LI.current-menu-ancestor:hover A, #top-nav LI.current-menu-item:hover a{
  color: #FFF;
}
#top-nav LI A {
  text-decoration: none;
  color: #333;
  display: block;
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0 22px 0 22px;
}
#top-nav li .sub-menu{
    display: none;
}
#top-nav li.current-menu-ancestor .sub-menu, #top-nav li.current-menu-item .sub-menu{
    display: block;
}
#top-nav li .sub-menu{
    position: absolute;
    left: 20px;
    top: 100%;
    padding: 0 1000em;
    margin: 0 -1000em;
    z-index: 101;
    background: #34B233;
    height: 29px;
}
#top-nav .sub-menu LI{
  height: auto !important;
  text-align: left;
  margin: 0 40px 0 0;
  position: relative;
}
#top-nav .sub-menu a{
  display: block;
  text-decoration: none;
  color: #FFF !important;
  padding: 0 !important;
  font-size: 10px !important;
  text-align: left;
  height: 29px;
  line-height: 29px !important;
  font-weight: bold;
}
#top-nav .sub-menu LI:hover A, #top-nav .sub-menu li.current_page_item a{
  color: #333 !important;
}
#top-nav li.current-menu-ancestor .sub-menu .sub-menu LI A{

}
#top-nav LI .sub-menu .sub-menu{
  display: none;

}
#top-nav LI .sub-menu li:hover .sub-menu{
    position: absolute;
    left: -14px;
    top: 29px;
    padding: 0;
    margin: 0 ;
    z-index: 101;
    height: auto;
    display: block;
    border: 4px solid #fff;
    border-top: 0;
    width: 200px;
}
#top-nav .sub-menu .sub-menu li{
float: none;
display: block;
margin: 0;
line-height: 21px;
}

#top-nav .sub-menu .sub-menu li a{
padding: 0 13px 0 13px !important;
color: #fff !important;
font-size: 10px !important;
font-weight: bold;
}
#top-nav .sub-menu .sub-menu li:hover a{
background: #C8CF40;
}
#top-nav .color-3 .sub-menu .sub-menu li:hover a{
background: #4AC4EF;
}

#top-nav LI.current-menu-item.color-4 A, #top-nav LI.current-menu-ancestor.color-4 A, #top-nav LI.color-4 .sub-menu{
  background:#00B0CA;
}
#top-nav LI.current-menu-item.color-3 A, #top-nav LI.current-menu-ancestor.color-3 A, #top-nav LI.color-3 .sub-menu{
  background:#007DB1;
}
#top-nav LI.current-menu-item.color-2 A, #top-nav LI.current-menu-ancestor.color-2 A, #top-nav LI.color-2 .sub-menu{
  background:#009581;
}
#top-nav LI.current-menu-item.color-1 A, #top-nav LI.current-menu-ancestor.color-1 A, #top-nav LI.color-1 .sub-menu{
  background:#B5BF00;
}

#top-image{
  width: 958px;
  height: 228px;
  position: relative;
}
#top-image IMG{
  width: 958px;
  height: 228px;
  display: block;
}

#search-from-wrapper {
  text-align: right;
  padding-top: 20px;
  padding-right: 22px;
}

#search-form .container {
  position: relative;
}

#search-form .container .form-submit {
  position: absolute;
  right: 4px;
  top: 3px;
  background: url(../stylesheets/images/search-button.png) center center no-repeat;
  width: 20px;
  height: 0px;
  padding-top: 20px;
  text-indext: -9999px;
  border: 0px;
  cursor: pointer;
}

#search-form .search-textfield {
  padding: 4px 6px;
  width: 223px;
  border-radius: 5px;
}


/* Home
------------------------------------ */

#home-slider{
  width: 958px;
  height: 372px;
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
#home-slider img{
  width: 958px;
  height: 372px;
  display: block;
}
#home-slider .text{
position: absolute;
bottom:30px;
left: 20px;
display: inline-block;
z-index: 200;
}
#home-slider .headline{
display: block;
  font-size: 36px;
  color: #FFF;
  line-height: 36px;
  margin: 0 0 5px 0;
  font-family: 'BodoniStd';
}
#home-slider .description{
display: block;
  font-size: 18px;
  color: #32819F;
  line-height: 18px;
  margin: 0 0 20px 0;
  font-family: 'GothamBookRegular';
}
#home-slider .flex-control-nav{
  position: absolute;
  left:  15px;
  top: 11px;
  display: inline-block;
  z-index: 200;
}
#home-slider .flex-control-nav LI{
  float: left;
  margin: 0 7px 0 0;
}
#home-slider .flex-control-nav A{
  display: block;
  outline: none;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  background: none;
  border: 1px solid #fff;
}
#home-slider .flex-control-nav .flex-active{
  background: #fff;
}

#home-slider .info-holder {
	position:absolute;
	top:255px;
	left:0;
	overflow:hidden;
	width:582px;
	height:119px;
	z-index:1;
}

#home-slider .info{
	background:url(../stylesheets/images/bg-info.png);
	width:557px;
	overflow:hidden;
	height:102px;
	padding:15px 15px 0 10px;
	display:none;
}
#home-slider .info-holder .active {
	display:block;
}
#home-slider .info span{
	font-size:11px;
	line-height:14px;
	color:#fff;
	margin:0 0 2px;
	display:block;
}

#home-slider .info p{
	font-size:11px;
	line-height:14px;
	color:#fff;
	margin:12px 0 5px !important;
}
#home-slider .info p a{
	color:#fd781e;
	position:relative;
	z-index:100;
	white-space:nowrap;
}
/*btn info*/
#home-slider a.btn-info{
	background:url(../stylesheets/images/btn-info.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	width:24px;
	height:24px;
	position:absolute;
	left:5px;
	bottom:5px;
	cursor:pointer;
	z-index:2;
}


#featured-news{
  width: 582px;
  float: left;
}
#featured-news .item{
  width: 253px;
  float: left;
  background: #EFEEEB;
  padding: 0 18px 0 18px;
}
#featured-news .item.last{
  float: right;
}
#featured-news img{
  display: block;
  border: 1px solid #9F9E9E;
  margin: 12px 0 12px 0;
}
#featured-news h4{
  color: #333;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
#featured-news p{
  line-height: 16px;
  margin-bottom: 30px;
}
#recent-news{
  width: 373px;
  float: right;
}
#recent-news h3{
  background: #C7C2BA;
  height:42px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 18px;
  margin-bottom: 20px;
}
#recent-news .inner{
  padding: 15px 22px 0 22px;
}
#recent-news h4{
  color: #333;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
#recent-news p{
  line-height: 16px;
  margin-bottom: 20px;
}

/* Main
------------------------------------ */

#main{
  width: 958px;
  margin: 0 auto;
  position: relative;
}

/* Sidebar
------------------------------------ */

#sidebar{
  width: 304px;
  float: right;
  position: relative;
  margin-top: 25px;
}
.sidebox {
  margin: 0 0 22px 0;
  float: left;
  clear: both;
  width: 304px;
  border-bottom: 1px solid #C7C2BA;
  padding-bottom: 22px;
}
.sidebox H3{
color: #766a62;
font-size: 10px;
line-height: 14px;
margin: 0 0 10px;
font-weight: bold;
text-transform: uppercase;
}
.sidebox blockquote p{
  margin: 0;
padding: 0;
width: 100%;
position: relative;
overflow: visible;
text-indent: -5px;
font: italic 16px/26px Georgia, 'Times New Roman', Times, serif;
color: #333;
display: inline;
quotes: "\201C" "\201D";
}
.sidebox blockquote p:before {
content: open-quote;
margin: 0 0 0 -5px;
}
.sidebox blockquote p:after {
content: close-quote;
}
.sidebox blockquote cite{
color: #7f736c;
display: block;
font-size: 11px;
margin: 16px 0 0 0;
}
.sidebox blockquote cite:before {
content: "\2014";
padding-right: 5px;
}
.sidebox .item{
  clear: both;
  margin-top: 20px;
  float: left;
}
.sidebox .item.first{
  margin-top: 5px;
}
.sidebox .item img{
  display: block;
  float: left;
  width: 70px;
  height: 61px;
  margin-right: 10px;
}
.sidebox .item p{
  overflow: hidden;
}
.sidebox .item .location{
  display: block;
}
.sidebox h3 + p{
  margin-top: 0;
}
.sidebox p{
  margin-top: 5px;
  line-height: 13px;
}
.sidebox h4{
  color: #FF6600;
font-weight: bold;
font-size: 11px;
line-height: 100%;
}


/* Page
------------------------------------ */

#content{
  width: 580px;
  padding-right: 54px;
  float: left;
  border-right: 1px dotted #BEBEBE;
  margin-top: 25px;
}
#content.wide{
  width: 958px;
  border-right: 0;
}
#content H1{
  font-size: 30px;
  color: #333;
  margin: 0 0 15px 0;
}
#content H2{
  color: #f60;
font-size: 15px;
font-weight: bold;
line-height: 18px;
  margin: 0 0 15px 0;
}
#content H3{
  font-size: 14px;
  margin: 0 0 5px 0;
}
#content H4{
  font-size: 12px;
  margin: 0 0 5px 0;
}
#content P{
margin: 0 0 13px;
font-size: 13px;
line-height: 17px;
}
#content UL{
margin: 0 0 13px;
font-size: 13px;
line-height: 17px;
}
#content UL LI{
  margin: 0 0 5px 0;
  background: url('images/bul-primary-list-wm-b.gif') no-repeat 0 8px;
  padding: 0 0 0 13px;
}
#content OL{
margin: 0 0 13px;
font-size: 13px;
line-height: 17px;
  list-style: decimal;
}
#content OL LI{
  margin: 0 0 5px 0;
}
#content BLOCKQUOTE{
  margin: 0 0 0 10px;
  border-left: 2px solid #55C1EA;
  padding: 0 0 0 10px;
  font-style: italic;
}
.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
------------------------------------ */

#content .post H2{
  font-size: 16px;
  color:#333;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#content .post H2 A{
  color:#333;
}
#content .post .image{
  float: left;
  position: relative;
  display: inline-block;
  margin: 0 15px 15px 0;
}
#content .post .excerpt{
  overflow: hidden;
} 
#content .post .image IMG{
display: block;
}
#content .post .text{
  width: 293px;
  float: right;
  height: 140px;
  position: relative;
}
#content .post P{
  margin: 0 0 10px 0;
  line-height: 17px;
  font-size: 13px;
}
#content .post-meta{
  color:#FD781E;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
#content .post{
  margin: 20px 0 0 0;
  width: 560px;
}
#content .post.first{
  margin: 0;
  padding: 0;
}
.wp-pagenavi{
  margin: 30px 0 0 0;
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #988F84;
}
.wp-pagenavi .page{
color: #731314;
}
.wp-pagenavi A.page{
display: inline-block;
margin: 0 10px 0 10px;
color: #988F84;
}
.wp-pagenavi .current{
display: inline-block;
margin: 0 10px 0 10px;
  color: #4E4943;
}
.wp-pagenavi .last, .wp-pagenavi .first{
  display:none;
}
.previouspostslink{
  margin-right: 10px;
  display: inline-block;
}
.nextpostslink{
display: inline-block;
margin-left: 20px;
}

/* Contact
------------------------------------ */

.wpcf7 input[type="text"], .wpcf7 input[type="email"]{
width: 400px;
border: 1px solid #C7C2BA;
padding: 5px;
}
.wpcf7 textarea{
width: 400px;
height: 200px;
overflow: auto;
border: 1px solid #C7C2BA;
padding: 5px;
}
.wpcf7 input[type="submit"]{
  padding: 5px 30px 5px 30px;
}
.wpcf7 label{
  font-weight: bold;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 14px;
}
.wpcf7 .req{
  color: #c00;
}
.wpcf7-response-output{
  padding:10px !important;
  font-size: 12px;
  text-align: center;
}

/* People
------------------------------------ */

.name{
  font-size: 14px;
}
.job{
  font-size: 12px;
color: #675c63;
}


/* Projects
------------------------------------ */

#breadcrumb{
  padding: 20px 0 10px 0;
  text-transform: uppercase;
font-size: 11px;
line-height: 14px;
color: #B5BF00;
}
#breadcrumb a{
color: #B5BF00;
}
.project-item{
  width: 205px;
  height: 269px;
padding: 14px;
margin: 0 5px 5px 0;
  float: left;
  background: #F7F6F5;
}
.project-item.last{
margin-right: 0;
}
.project-item .image{
  width: 203px;
  height: 180px;
  display: block;
  text-decoration: none;
  border: 1px solid #CAC5BE;
  margin-bottom: 12px;
}
.project-item img{
  display: block;
}
.project-item p{
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 5px;
}
.project-item label{
  font-weight: bold;
}
#project .images{
  width: 580px;
  float: left;
  margin-right: 25px;
}
#project .images img{
  display: block;
}
#big-image{
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E9E7E6;
  width: 580px;
  height: 508px;
  position: relative;
  background: url(images/loader.gif) no-repeat center;
}
.loader{
  display: none;
  position: absolute;
  top:50%;
  left: 50%;
}
.show-youtube{
  position: relative;
  float: left;
  display: block;
}
.show-youtube:before{
  width: 43px;
  height: 31px;
  position: absolute;
  left: 22px;
  top: 22px;
  content: " ";
  background-image: url(images/play.png);
  z-index:10;
  display: block;  
}
#project .thumbs img{
  float: left;
  margin: 0 10px 15px 0;
}
#project .thumbs .last{
  margin: 0 0 15px 0;
}
#project .text{
  width: 320px;
  float: left;
}
#project h1{
  color: #f60;
  margin-bottom: 0;
  line-height: 24px;
}
#project h1 strong{
font-size: 11px;
line-height: 14px;
display: block;
color: #333;
}
#project .block{
  border-bottom: 1px solid #E9E7E6;
  padding:  15px 0 15px 0;
}
#project h4.label{
  color: #766a62;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 2px;
  font-weight: bold;
}
#project .text h2{
  font-size: 20px;
line-height: 24px;
color: #f60;
font-weight: normal;
padding: 0 0 16px 0;
}
#project .text p{
line-height: 14px;
margin: 10px 0 0 0;
font-size: 11px;
}
#project .text h2 + p{
margin: 0;
}
#project .text  UL{
margin: 10px 0 0 0;
font-size: 11px;
line-height: 14px;
}
#project .text  UL LI{
  margin: 0 0 5px 0;
  background: url('images/bul-primary-list-wm-b.gif') no-repeat 0 5px;
  padding: 0 0 0 13px;
}

/* Footer
------------------------------------ */

#twitter-box{
  padding: 50px 0 0 0;
}
#twitter-box .twitget{
  background: url(images/twitter-icon.png) no-repeat;
  padding-left:70px;
  min-height: 36px;
}
#twitter-box a.ext {
background: none !important;
padding-right: 0 !important;
}
.push{
  clear: both;
  height: 180px;
}
#footer {
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0;
  background: #C7C2BA;
  border-top: 1px solid #F4F3F1;
  margin-top: 40px;
  color: #333;
  padding-top: 30px;
}
#footer A{
    color: #333;
}
#footer p{
    margin-bottom: 20px;
    line-height: 14px;
}
#footer .sep{
    display: inline-block;
    padding: 0 5px 0 5px;
}
#footer .f-left{
  display: inline-block;
  float: left;
}
#footer .f-right{
  display: inline-block;
  float: right;
}
#footer .f-right p{
  margin-bottom: 15px;
}
#footer .signup{
  display: inline-block;
  margin-bottom: 15px;
  color:#333;
  text-decoration: none;
  font-size: 20px;
}
#footer .signup:hover{
  color: #fff;
}
#footer .signup:before{
  content: '>';
  color: #FF6600;
    font-size: 20px;
  padding-right: 5px;
}
.cnss-social-icon a.ext{
    background: none;
    padding-right: 0;
}
#footer .cnss-social-icon{
margin-bottom: 10px !important; 
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.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;}