a {outline:none !important;
}
/*body { overflow-x:hidden;*/
}
.font {
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400; /*Normal*/
	font-weight:600; /*Semi-Bold*/
	font-weight:700; /*Bold*/
	font-weight:800; /*Extra-Bold*/	
}
.top_block {
	border-bottom: 1px #444 solid;
	background: #444444;
	padding: 11px 0;
	color: #FFFFFF;
	font-size: 11px;
}

/* ______________________________follow us_________________________________________ */
.follow_us {
	float: right !important;
	width: 240px;
	top: 0px;
	margin: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	display: inline-block;
	right: 0px;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.follow_us ul li {
	padding:0;
	margin:0 0 0 10px;
	display:inline-block;
	line-height:18px;
}
.follow_us a {
	background-image: url(../img/top_socials6.png);
	background-repeat: no-repeat;
	height: 27px;
	display: block;
	text-indent: -9999px;
	text-align: left;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.follow_us a.facebook {
	background-position:0 0;
	width:27px;	
}
.follow_us a.facebook:hover {background-position:0 -30px;
}
.follow_us a.twitter {
	background-position:-37px 0;
	width:27px;
}
.follow_us a.twitter:hover {background-position:-37px -30px;
}
.follow_us a.flickr {
	background-position:-74px 0;
	width:27px;
}
.follow_us a.flickr:hover {background-position:-74px -30px;
}

.follow_us a.flickr:hover ~ #phonebold {
	background: #ccc;
	font-weight: bolder;
	font-size: 24px;	
}
.follow_us a.dribbble {
	background-position:-111px 0;
	width:27px;
}
.follow_us a.dribbble:hover {background-position:-111px -30px;
}
.follow_us a.rss {
	background-position:-150px 0;
	width:27px;
}
.follow_us a.rss:hover {background-position:-150px -30px;
}
.follow_us p {
	line-height: 20px;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #B76D4C;
	padding-left: 21px;
	margin-bottom: 5px;
}

/* __________________________________________ end follow us __________________________________________________ */

.header {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	background: url(../img/header_white.png) repeat left top;
	border-bottom: 1px #404040 solid;
}
.fleft {float:left;
}
.fright {float:right;
}
.clear {
	height:0;
	clear:both;
	font-size:0;
}
img {
	outline:0;
	vertical-align:top;
}
.logo img {
	max-width: 305%;
	float: left;
	width: 6cm;
	height: 2.01cm;
}

.slogan {
	float:left;
	padding: 27px 0 0 27px;
	color: #7b7b7b;
	font-family: 'Arial', sans-serif;
	font-size:14px;
	font-style: italic;
}

/*nav*/
.menu {border-bottom: 1px solid #404040;}

.navbar_ .container { position: relative;
}
.nav-collapse_ {
  padding-top: 5px;
  
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  padding: 0 1px 0 0;
  background:url(../img/menu_li.png) no-repeat right center;
}

.brd_lft a{background:url(../img/menu_li.png) no-repeat left center;}
a.brd_rght {background:url(../img/menu_li.png) no-repeat right center;}

.nav-collapse_ .nav > li:last-child {
  padding: 0;
  background:none;
}
.nav-collapse_ .nav li a {
	line-height: 22px;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	/*text-transform: uppercase; */
	text-shadow: none;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 7px;
	text-align: left;
}

.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
	color: #B76D4C;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
  
}
.sub-menu > a {
  position: relative;
}
.nav-collapse_ .nav > li.sub-menu > a:before {
	content: " ";
	position: absolute;
	background: url('../img/li-marker.png') left top no-repeat;
	width: 7px;
	height: 6px;
	right: 50%;
	top: 50%;
	margin-top: 0;
	margin-right: -44%;
	margin-left: 0;
	margin-bottom: 0;
}

.collapse ul li {
border-left: ;
}

.nav-collapse_ .nav > li.sfHover > a:before,
.nav-collapse_ .nav > li.sfHover > a:hover:before,
.nav-collapse_ .nav > li > a:hover:before,
.nav-collapse_ .nav > li.active > a:before,
.nav-collapse_ .nav > li.active > a:hover:before { background: url('../img/li-marker_w.png') left top no-repeat;
}

.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 158px;
  left: 0px;
  top: 42px;
  list-style: none;
  zoom: 1;
  z-index: 25;
  background:#292929;
  border-top:2px #B76D4C solid;
  padding: 0;
  margin: 0;
}
.nav-collapse_ .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url('../img/li-marker.png') left top no-repeat;
  width: 7px;
  height: 6px;
  right: 10px;
  top: 13px;
}

.nav-collapse_ .nav ul li a {
	display: block;
	/*text-transform: capitalize;*/
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px 6px 20px;
	background: none;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a,
.nav-collapse_ .nav > li > ul li.active > a {
	text-decoration: none;
	color: #B76D4C;
}
.nav-collapse_ .nav > li > ul li > a:hover:before,
.nav-collapse_ .nav > li > ul li.sfHover > a:before { background: url('../img/li-marker_w.png') left top no-repeat;  
}

.nav-collapse_ .nav ul ul {
  position: absolute;
  display: none;
  width: 158px;
  left: 158px;
  top: 0;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 0;
  margin: 0;
}


.page_container {
	padding-bottom: 10px;
	background: url(../img/grey_bg.jpg);
	
}
.separator {
}
.welcome_block {
	text-align:center;
	padding-bottom:43px;
	padding-top:47px;
	line-height:21px;
	font-size:16px;
	color:#8e8e8e;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.welcome_block span {
	color:#98c400;
	font-size:20px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	display:block;
}
.block {
	padding-bottom: 15px;
}
#main_slider {
	padding-top: 15px;
	padding-bottom: 5px;
	background: #FFFFFF;
}

.planning {
	padding-top: 71px;
	padding-bottom:50px;
	text-align:center;
}
.planning a {
	display:block;
	background:#e8e8e8;
	border-top: 4px #6a6a6a solid;
	margin-bottom:30px;
	padding:29px 9px 29px 9px;
	color:#656464;
}
.planning a span.img_icon {
	display:block;
	width:106px;
	height:106px;
	margin:0 auto 30px auto;
}

.planning a span.icon1 {
	background-image:url(../img/icon1.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.planning a:hover span.icon1 {background-position:left top;
}
.planning a span.icon2 {
	background-image:url(../img/icon2.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.planning a:hover span.icon2 {background-position:left top;
}
.planning a span.icon3 {
	background-image:url(../img/icon3.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.planning a:hover span.icon3 {background-position:left top;
}
.planning a span.icon4 {
	background-image:url(../img/icon4.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.planning a:hover span.icon4 {background-position:left top;
}

.planning a span.link_title {
	display:block;
	line-height:21px;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 30px;
}
.planning a:hover {
	background:#fcc71f;
	text-decoration:none;
}
h2.title {
	padding:0;
	margin:0 0 19px 0;
	line-height:28px;
	text-transform:uppercase;
	padding-right:55px;
}
h2.title a {
	font-size: 23px;
	color: #494848;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
h2.title a:hover {
	color: #B76D4C;
	text-decoration: none;
}

.company b {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #7f7f7f;
}

a.read_more {
	padding-left: 5px;
	color: #fcc71f;
}

p.last {
	margin-bottom:14px;
	margin-top: 16px;
	font-size: 14px;
	color: #7f7f7f;
	line-height: 20px;
}

.sf-menu,
.sf-menu * {
z-index: 1000 ; /* ie6 and ie7 z-index bug fix, maintains the menu drop downs above any other positioned elements */
}

.block [class*="span"] {margin-bottom:25px;
}
[class*="span"] img, [class*="span"] iframe {max-width:100%;
}
.black {color:#3a3a3a;
}
.block ul.the-icons {
	margin-left:17px;
	margin-bottom:5px;
}

.upper {text-transform:uppercase;
}
h2.upper {
	font-family: 'Oswald', regular;
	font-weight: 400;
	font-size: 26px;
	color: #494848;
	margin-bottom: 15px;
	margin-top: 0;
}

.hover_img {
	position: relative;
	background-color: #000;
	opacity: 1;
}
.hover_img:hover {
	background-position:left bottom;
	background-repeat:repeat-x;
}

.recent_text {
	background: #fff;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border-top: 2px solid #6a6a6a;
}

.recent_hvr:hover  .recent_text, .recent_hvr:hover .recent_text span{
	border-color: #B76D4C;
	color: #B76D4C;
}

.recent_text span {
	display: block;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #323131;
	text-align: center;
}

.recent_text p {
	padding-bottom: 10px;
	font-size: 14px;
	color: #323131;
	text-align: center;
}

.item_description {
	
	text-align:none;
	color:#3a3a3a;
}
.item_description h4 {
	font-weight:800;
	margin:0 0 20px 0;
	text-transform:uppercase;
}
.portfolio_zoom, .portfolio_link {
	display:none;
	width:27px;
	height:27px;
	position:absolute;
	left:50%;
	bottom:50%;
	margin:0 0 -14px -14px;
	background-image:url(../img/zoom.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link {
	margin:0 0 0 1px;
	background-image:url(../img/link.png);
	display: none;
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 -27px;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:33px;
	height:33px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_img:hover .item_description { display:block;
}

.post_carousel {
	padding-bottom:12px;
	border-bottom:5px #3a3a3a solid;
	color:#3a3a3a;
}
.post_carousel:hover {border-bottom-color:#9fcd00;
}
.post_carousel .title_t {
	line-height:20px;
	padding:14px 0 8px 0;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#3a3a3a;
}
.post_carousel .title_t a {
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#3a3a3a;
}
.post_carousel .title_t a:hover {
	color:#9fcd00;
	text-decoration:none;
}
.post_meta {
	color:#b2b2b2;
	padding-top:5px;
}
.post_meta span {padding:0 7px;
}
.post_meta a {color:#88af00;
} 
.post_meta a:hover {
	color:#3a3a3a;
	text-decoration:none;
} 

.arrow_link {
	padding-right:15px;
	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-position:100% 2px;
	background-repeat:no-repeat;
	height:18px;
	display:inline-block;
}
.arrow_link:hover {background-position:100% -16px;
}














.rounded {
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#333;	
	overflow:hidden;
	position:relative;
}
.rounded img {
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.inset_shadow {
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	top:0;
	bottom:0;
	box-shadow:0 0 5px rgba(0,0,0, 0.5) inset;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.inset_shadow:hover {box-shadow:0 0 30px rgba(0,0,0, 0.5) inset;
}

.recall p {
	font-family: 'Oswald', cursive;
	background: #292929;
	padding: 14px 20px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 20px;
	
}

.recall_triangle {
	background: url(../img/recall_triangle_bg.png) no-repeat;
	width: 25px;
	height: 14px;
}

.people_recall {
	margin-top: 22px;
}

.people_recall img {
	float: left;
	margin-right: 16px;
}

.people_recall p {padding:12px 0 5px 0 !important;}


.block ul, .follow_us ul, #footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
.block li, #footer li {
	padding:0;
	margin:0;
}

#footer {
	background:#393939;
	padding-top:29px;
}
#footer h2.title {
	font-family: 'Oswald', cursive;
	color:#828282;
	font-size:23px;
}

h2.dionysus_font span{
	font-family: 'Oswald', cursive !important;
	color: #B76D4C !important;
	font-size: 27px !important;

}

#footer p {
	font-family: 'Oswald', cursive;
	padding: 0 0 19px 0;
	margin: 0;
	font-size: 14px;
	color: #C3C3C3;
	line-height: 17px;
}
#footer .btn_more {margin-top:3px;
}
#footer .span3 {
	padding-bottom: 10px;
	width: 40%;
	margin-right: 0px;
	background-color: #BCBCBC;
	float: right;
}
#footer li {
	background: #292929;
	padding:10px;
	margin-bottom:19px;
	
}

.foot_menu li {
	background: none !important;
	
}

.foot_menu a {
	border-left: 1px solid #4c4c4c;
	padding-left: 18px;
	
	font-family: 'Arial', cursive;
	color: #787878;
	font-size: 14px;
}

a.first_world_menu {border: none;}

#footer li:last-child {	border-bottom:0;
}
#footer li a.italic {
	display:block;
	font-style:italic;
	font-size:13px;
	color:#8b8b8b;
	padding-top:6px;
}
#footer li a.italic:hover {
	color:#80b600;
	text-decoration:none;
}
#footer li img {
	float:left;
	margin-right:29px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.author {color:#8b8b8b;
}
.author a {color:#565656;
}
.author a:hover {color:#80b600;
}

.footer_bottom {
	background: #444444;
	margin-top: 16px;
	
}
.copyright {color:#8e8e8e; font-size: 14px; margin: 20px 0;
}
.copyright a {
	color: #B76D4C;
	text-decoration: underline;
}
.copyright a:hover {text-decoration:none;
}
.foot_menu {
	text-align: right;
	margin: 20px 0;
	float: right;
	clear: none;
}
.foot_menu li {
	display:inline-block;
	padding:0 14px 0 0 !important;
	border:0 !important;
	margin-bottom: 0 !important;
	background:url(../img/foot_menu_separator.png) no-repeat right center;
}
.foot_menu li:last-child {
	padding:0 !important;
	margin:0 !important;
	background:none;
}
.foot_menu li a {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
}
.foot_menu li a:hover, .foot_menu li a.current {
	color: #B76D4C;
	text-decoration: none;
}

/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 37px;
  height: 37px;
  overflow: hidden;
  background-image:url(../img/back_top.png);
  background-repeat:no-repeat;
  background-position:0 0;
  position: fixed;
  margin-right: -640px !important;
  right: 50%;
  bottom: 60px;
  z-index: 999;
}
#toTop:hover {background-position:0 -37px;
}

#footer input[type="text"] {
	margin-top: 6px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	font-size: 13px;
	color: #323131;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px solid #151515;
	border-bottom-color: #323232;
	border-right-color: #323232;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, 0.5) inset;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, 0.5) inset;
	box-shadow: 1px 1px 1px rgba(0,0,0, 0.5) inset;
}

.vertical .carousel-inner {height: 100%;
}
.carousel.vertical .item {
    -webkit-transition: 0.6s linear top;
     -moz-transition: 0.6s linear top;
       -o-transition: 0.6s linear top;
          transition: 0.6s linear top;
}
.carousel.vertical .active { top: 0;
}
.carousel.vertical .next { top: 100%;
}
.carousel.vertical .prev { top: -100%;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {top: 0;
}
.carousel.vertical .active.left {top: -100%;
}
.carousel.vertical .active.right { top: 100%;
}



.breadcrumb {
  padding: 19px 0;
  margin: 0 0 20px 0;
  list-style: none;
  background:#393939;
  color:#fff;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  font-size:19px;
}
.breadcrumb span {
  color:#B76D4C;
  padding:0 5px;
}
.breadcrumb a {
  color:#B76D4C;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  font-size:19px;
}

.profile {text-align:center;
}
.profile_title {
	font-size: 14px;
    font-style: italic;
	margin-bottom:5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align: left !important;
}

.item_description {
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
    padding: 5px 20px 20px;
}

.team .item_description {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	height: 80px;
}

.profile .rounded {
	margin:10px auto 15px auto;
	width:169px;
}


/* Portfolio */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {
  overflow: hidden;
  position: relative;
}
.element img {max-width:100%;
}

.elementhidden {
	opacity: 0;
	visibility: hidden;
}


#options {padding:0 0 10px 0;
}
#filters {
	position: relative;
	padding:0;
	margin:25px 0 0 0;
}
#filters li {
	display: block;
	margin:0 10px 10px 0;
	float: left; 
	padding:0;
	list-style:none;
}
#filters li a.selected {
	color: #393939;
	background: #B76D4C;
	text-decoration: none;
}
.preloader {
	background:url(../img/preload_img.gif) center center no-repeat;
	display:block;
}



#portfolio_carousel {margin-bottom:20px;
}
#portfolio_carousel .carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 41px;
  height: 40px;
  margin-top: -20px;
  background-image:url(../img/horizontal_arrows.png);
  background-position:0 0;
  background-repeat:no-repeat; 
  outline:none;
}
#portfolio_carousel .carousel-control.right {
	background-position:-47px 0; 
	left:auto;
	right:15px; 
}
#portfolio_carousel .carousel-control.right:hover {
	background-position:-47px -41px;  
}
#portfolio_carousel .carousel-control:hover {background-position:0 -41px;
}
.pad25 { padding-top:25px;
}
.pad5 { padding-top:5px;
}
.marg20 { margin-top:20px !important;
}

.post {
	padding-bottom: 15px;
}
.post h2.title {margin-bottom:21px;
}
.post img {
	margin-bottom:18px;
	max-width:100%;
}
.post_info {
	padding: 2px 0;
	border-bottom: 1px #a6a6a6 dotted;
	border-top: 1px #a6a6a6 dotted;
	margin-bottom: 12px;
	color: #323131;
}
.post_info span {
	color: #323131;
}


.sidebar {
	padding-top: 28px;
}
.widget { margin-bottom:25px;
}
.sidebar h2.title {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:18px;
}

ul.recent_post, ul.tweets, ul.links {
	padding:0;
	margin:0;
	list-style:none;
}
ul.recent_post li {
	padding:0 0 8px 0;
	margin-bottom:13px;
	border-bottom:1px #a6a6a6 dotted;
	color:#646464;
}
ul.recent_post li:last-child {
	border-bottom:0;
	margin-bottom:18px;
}
ul.recent_post li img {
	float:left;
	margin-right:29px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
ul.recent_post div {padding:3px 0 2px 0;
}
ul.recent_post div a {
	font-weight:bold;
	color:#747474;
}

ul.tweets li {
	padding:10px 12px;
	
	margin-bottom:17px;
	background:#292929;
	color:#787878;
	font-size: 14px;
	font-style: italic;
}
.tweet_time {
	padding-top:8px;
	display:block;
}
.tweet_time a {
	font-style:italic;
	color:#646464;
}

.tags a {
	display:inline-block;
	margin:0 14px 16px 0;
	height:33px;
	line-height:33px;
	background-image:url(../img/tag_bg.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	padding:0 26px 0 11px;
	border-left:1px #e3e3e3 solid;
	color:#646464;	
}
.tags a:hover {
	background-position:100% -33px;
	border-left:1px #fcc71f solid;
	color:#5e5e5e;
	text-decoration:none;
}

ul.links {
	margin-bottom: 15px;
	margin-top: 15px;
}
ul.links li {
	padding-top: 5px;
	padding-right: 0;
	padding-left: 17px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	color: #323131;
	background: url(../img/li_arrow.png) no-repeat left top;
	border-bottom: 1px solid rgba(200,200,200,1.00);
	font-weight: bold;
}
ul.links li a {
	color: #323131;
}
ul.links li a:hover {
	color: #B76D4C;
} 

#comments {
	padding:0 0 7px 0;
	margin-bottom:25px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	opacity:0.8;
	
}
.comment_right {display:table;	
}

.comment_info {padding-bottom:7px;
}
.comment_info span {padding:0 12px;
}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}
.sidebar  input.search-query {
  padding:5px 6px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}

#search {
	background-color: #393939;
	margin: 0 !important;




	border-radius: 20px 20px 20px 
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(css/border-radius.htc) \9;
	vertical-align: middle;
	padding-right: 40px;
	padding: 4px 12px;
	height: 35px;
	width: 210px;
	width:110px \9; /*ie*/
	border: none;
	color: #FFFFFF;
}

.search_footer1 {
	float: right;
	margin-top: 14px;
	margin-bottom: 14px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	
}

.search_footer1 input[type="submit"] {
    position: absolute;
	right: 13px;
	top: 15px;
	width: 17px;
    height: 17px;
    border: none;
    background: url(../img/search_bg.png) no-repeat left top;
	background-position:0 0;
}

.search_footer1 input[type="submit"]:hover {background-position:0 -17px;
}

#map {
	margin:0 0 15px 0;
	padding-top:6px;
}
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #80b600; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #80b600; }
.tipsy-arrow-s { border-top-color: #80b600; }
.tipsy-arrow-e { border-left-color: #80b600; }
.tipsy-arrow-w { border-right-color: #80b600; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

.contact_form { padding-top:6px;
}
.contact_form textarea {
	min-height: 100px !important;
}

/* ____________________ camera_pag ____________________________ */

.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #B76D4C;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}

.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 11px;
	margin: 18px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 11px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 11px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 11px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}

/* _________________ end camera pag ___________________________ */

/********************/
/* EXPANDABLE LIST  */
/********************/
#listContainer{
  margin-top:15px;
}

#expList ul, li {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2px;
	cursor: pointer;
}
#expList p,
#expList li p {
    margin:0;
	padding:0;
    display:block;
	text-indent:0px;
}
/*#expList p:hover {
    background-color:#121212;
}*/
#expList li {
	line-height: 160%;
	text-indent: 5px;
	background-position: 0px -1px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-weight: bold;
}

/* Collapsed state for list element */
#expList .collapsed {
    background-image: url(../img/faq_plus.png);
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url(../img/faq_minus.png);
}
#expList {
    clear: both;
}

.listControl{
	margin-bottom: 15px;
	margin-left: 0px;
	
}
.listControl a {
	display: inline-block;
	height: 15px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	border: none;
	cursor: pointer;
	text-shadow: 1px 1px 0px #76452F; /*#ae421b;*/
	background-color: #B76D4C; /*#f56734;*/
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,0))); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); /* FF3.6 */
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); /* IE10 */
	background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); /* Opera 11.10+ */
	background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 10px;
	
}
.listControl a:hover,
.listcontrol a:focus, 
.listcontrol a:active {
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(0,0,0,.1))); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,.1)); /* Chrome 10+, Saf5.1+ */
  	background-image:    -moz-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,.1)); /* FF3.6 */
  	background-image:     -ms-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,.1)); /* IE10 */
  	background-image:      -o-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,.1)); /* Opera 11.10+ */
  	background-image:         linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,.1)); 
    font-weight:normal;
}

/* ____________________ client logo ___________________________ */

.clients_logo {
	
}

ul.client_logo2 {
	padding: 0 !important;
	margin: 0 !important;
	background: #fff;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.client_logo ul {margin:0 !important;}

.clients_logo a {
	color:#dedede;
	display: inline-block;
	line-height: 100px !important;
	height: 100px !important;
	padding: 0 15px 0 21px;
	overflow: hidden;
}
.clients_logo a:hover {
	color:#6a6a6a;	
	text-decoration:none;
}
.clients_logo a.lobster {
	font-family: 'Lobster', cursive;	
	font-size:37px;
}

.clients_logo a.allura {
	font-family: 'Allura', cursive;	
	font-size:49px;
}
.clients_logo a.oswald {
	font-family: 'Oswald', sans-serif;
	font-size:34px;
}
.clients_logo a.cookie {
	font-family: 'Cookie', cursive;
	font-size:51px;
}
.clients_logo a.yanonekaffeesatz {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:40px;
}
.clients_logo a.anton {
	font-family: 'Anton', sans-serif;
	font-size:36px;
	padding-right: 18px;
}
.clients_logo li {
	display:inline-block;
	margin-right: -4px;
	padding: 0 ;
	border-right: 1px solid #dedede;
	text-align: center;
}

.clients_logo li:hover {background: #fcc71f;}

/* ____________________ end client logo _______________________ */

/* ____________________________ flickr _____________________________________ */
.flickrs {margin-right:-10px;
}
.FlickrImages li {
	margin:0 6px 6px 0 !important;
	padding:0 !important;
	float:left;	
	border:0 !important;
}
.FlickrImages li a {
	display:block;
	width:63px !important;
	height:63px !important;
	overflow:hidden;
	float:left;
	background:#393939;
}
.FlickrImages li a img {
	width:63px !important;
	height:63px !important;
	border:0;
}

a.ligula_link{ text-decoration: none !important; color: #189799;}
a.ligula_link:hover { color: #1e1e1e;}

.nav-list a { color: #189799; text-decoration:none;}
.nav-list a:hover {color:#1e1e1e;}

/* ____________________________ end flickr _____________________________________ */

/* ___________________________ contact form ____________________________________ */

.notification_error {
	color: #b94a48;
	background-color: #f2dede;
	border:1px #eed3d7 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #3a87ad;
	background-color: #d9edf7;
	border:1px #bce8f1 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: center;
}

/* _________________________ end contact form __________________________________ */
.span3 h5 span {
	color: #B76D4C;
}
#footer .span4_footmenu {
	padding-bottom: 10px;
	width: 25%;
	margin-right: 0px;
	float: left;
	top: 0px;
	margin-left: 0px;
	left: 0px;
	right: 0px;
}
.strapline {
	font-family: 'Oswald', cursive;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16px;
	color: #B76D4C;
	line-height: 20px;
	bottom: 0px;
	width: 255px;
	display: inline-block;
	min-width: 225px;
}
.span4_footmenu img {
	width: 201px;
	height: 67px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.follow_us2 {
	height: 28px;
	width: 230px;
	display: inline-block;
	max-height: 28px;
	position: relative;
}
.follow_us2 p {
	font-family: 'Oswald', cursive;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	
}
.page_container #sidebar {
	width: 35.4%;
	position: relative;
	float: right;
	padding-left: 2.3%;
	padding-right: 2.3%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.container #sidebar ul,
.lowermiddle ul {
	margin: 0;
	list-style-type: none;
}
#sidebar ul li,
.lowermiddle ul li {
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 7px;
	background-image: url(../img/li_arrow.png);
	background-position: 1px 7px;
	background-repeat: no-repeat;
	border-bottom: 1px solid rgba(200,200,200,1.00);
	margin: 0;
	clear: both;



	
}
#mycarousel {
	padding-left: 0px;
	margin-left: 0px;
}
.container .row .lowerright {
	width: 28%;
	position: relative;
	float: right;
	padding-left: 1.3%;
	padding-right: 1.3%;
	padding-top: 5px;
	padding-bottom: 0px;
	top: 0px;
	margin-top: 0px;
	display: inline;
	margin-left: 0px;
}
.container .row .lowermiddle {
	width: 23%;
	position: relative;
	padding-left: 1.3%;
	padding-right: 1.3%;
	padding-top: 5px;
	padding-bottom: 0px;
	top: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-right: 0px;
	margin-left: 5px;
}
.readmore {
	display: inline-block;
	height: 15px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	border: none;
	cursor: pointer;
	text-shadow: 1px 1px 0px #76452F; /*#ae421b;*/
	background-color: #B76D4C; /*#f56734;*/
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,0))); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); /* FF3.6 */
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); /* IE10 */
	background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); /* Opera 11.10+ */
	background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
	border-radius: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	margin-top: 10px;
}
.readmore:hover, 
.readmore:focus, 
.readmore:active {
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(0,0,0,.1))); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,.1)); /* Chrome 10+, Saf5.1+ */
  	background-image:    -moz-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,.1)); /* FF3.6 */
  	background-image:     -ms-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,.1)); /* IE10 */
  	background-image:      -o-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,.1)); /* Opera 11.10+ */
  	background-image:         linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,.1));

}
.lowermiddle ul li {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(200,200,200,1.00);
	clear: both;
}
.lowermiddle ul {
	list-style-type: none;
	margin-bottom: 25px;
}
.opportunities {
	margin: 0;
	padding-top: 20px;
	color: #B76D4C;
	padding-bottom: 0px;
}
.pop-up {
	width: 70%;
	/*display: none;*/
	text-align: left;
	position: absolute;
	margin-left: 10%;
	margin-right: auto;
	border: 3px solid #B76D4C;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -55px;
	border-radius: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 5px 2px #5E5D5D;
	-moz-box-shadow: 0 0 5px 2px #fff;
	box-shadow: 0 0 5px 2px #5E5D5D;
	z-index: 1000;
}

.clear {
	clear: both;
	width: auto;
}
.team h6 {
	color: #B76D4C;
}
.links h6 {
	color: #323131;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline-table;
}
.observers {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 2.5%;
	padding: 0;
	position: relative;
	margin-bottom: 20px;
}

.post ul p {
	margin-bottom: 10px;
}
.smalltext {
	font-size: 0.75em;
}
.reporttable {
	width: 254px;
	/*display: none;*/
	text-align: justify;
	position: relative;
	-webkit-box-shadow: 0 0 5px 2px #5E5D5D;
	-moz-box-shadow: 0 0 5px 2px #fff;
	box-shadow: 0 0 5px 2px #5E5D5D;
	height: 150px;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 4px;
	margin-bottom: 3px;
	display: inline-table;
	padding-top: auto;
	padding-bottom: auto;
	max-width: 254px;
	top: 0px;
	background-image: -webkit-linear-gradient(95deg,rgba(16,58,123,0.33) 0%,rgba(47,43,41,0.82) 0%), url(../img/assets/conference.gif);
	background-image: -moz-linear-gradient(95deg,rgba(16,58,123,0.33) 0%,rgba(47,43,41,0.82) 0%), url(../img/assets/conference.gif);
	background-image: -o-linear-gradient(95deg,rgba(16,58,123,0.33) 0%,rgba(47,43,41,0.82) 0%), url(../img/assets/conference.gif);
	background-image: linear-gradient(355deg,rgba(16,58,123,0.33) 0%,rgba(47,43,41,0.82) 0%), url(../img/assets/conference.gif);
	filter: progid:DXImageTransform.Microsoft.gradient
(startColorstr=#2f2b29, endColorstr=rgba(47,43,41,0.82), url(../img/assets/conference.gif))
	padding-right: 0px;
	padding-left: 0px;
	
	
}
.reporttable .title {
	color: #FFFFFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	margin-top: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding: 0;
	left: auto;
	
}

.reporttable .title a{
	display: block;
	color: #FFFFFF;
	
}
#reports {
	width: 80%;
	padding: 0;
	max-width: 80%;
	left: auto;
	margin-top: 0;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 0;
	right: auto;
}
.smalltextbold {
	font-weight: bold;
	font-size: 1.24em;
	text-align: left;
}
.sidebar .widget p {
	padding-top: 30px;
category2
}
p .classification {
	font-weight: bold;
	text-decoration: underline;
	left: auto;
	right: auto;
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	display: block;
}
#ajax-newsletter-form {
	color: #323131;
	
}
.contact_form_newsletter {
	padding: 10px;
	background-color: #F5F5F5;
	border-radius: 5px;
	/*behavior: url(css/border-radius.htc) \9;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	width: 370px;
	float: right;
}
.contact_form_newsletter .newslettertitle {
	font-family: 'Oswald', cursive;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #693D2A;
	font-size: 16px;
	margin-left: 0px;
}
input::-webkit-input-placeholder {
	color: #5A5858;	
}
input::-moz-placeholder {
	color: #5A5858;	
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: #5A5858;	
}
input:-ms-input-placeholder { 
	color: #5A5858;	
}

.twitter_block {
	width: 380px;
	display: inline-block;
	margin-left: 4%;
	margin-right: 4%;
	padding: 0;
	left: auto;
}
#expList li ul li {
	font-weight: normal;
	text-indent:0px;
}
.reportul {
	list-style-position: outside;
	list-style-image: url(img/bullet2.gif);
	margin-top: 0;
	margin-bottom: 0;	
}
.links .item_description {
	padding-right: 0;
	min-height: 54px;
	
}
.links img {
	/*width: 40%;*/
	margin-top: 0;
	margin-right: 0;
	margin-left: -12px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 0;
	padding-bottom: 0;
	/*height: 40%;*/
	/*float: left;*/
}
#study ul li,
#sitemap ul li,
#accessability ul li,
#childhealth ul li,
#infogov ul li,
#infogov ol ul li,
#whatwedo li,
#questionnaire ul li,
#vacancies ul li{
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
}

#infogov #listContainer #expList li ul li ul li,
#infogov #listContainer #expList li ul li ol li{
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	text-indent: -20px;
	/*visibility: visible;*/
}

#infogov #listContainer #expList li ul li ul,
#infogov #listContainer #expList li ul li ol{
	padding: 0;
	margin: 8px 0 10px 25px;
	display: inline-block;
	/*visibility: visible;*/
}

#infogov #listContainer #expList li ul li p,
#infogov #listContainer #expList li ol li p{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	padding: 0;
	
	
}

#infogov #listContainer #expList li p a{
	/*color: rgba(208,23,27,1.00);*/
	z-index: 10;
}
/*#infogov #listContainer #expList li ul li{
	background-image: none
}*/

#study ol li,
#sitemap ol li,
#childhealth ol li,
#sort ol li,
#infogov ol li,
#questionnaires ol li, 
#vacancies ol li,
#infogov ol ol li {
	display: list-item;
	list-style-position: outside;
	list-style-type: decimal;
}
#loader-icon {
	width: 100px;
	margin: 0;
	height: 75px;
}

#disclaim {
	background: url(../img/grey_bg.jpg);
}
#listContainer #expList li {
	list-style-type: none;
}
.space1 {
	padding-top: 4px;

}
#listContainer #expList li ol li {
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
}
.post span img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.orange {
	color: #B76D4C;
	font-weight: bold;
}
.formholder {
	width: 90%;
}
.questionnairebreak {
	width: 100%;
	margin: 0;
	padding-top: 6px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,1.00);
	background-color: rgba(206,206,206,1.00);
}

/*
Contact Form 
*/

#contactus fieldset
{
   width:93%;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactus fieldset legend, #bookingform fieldset legend
{
	font-size: 18px;
  line-height: 22px;
  margin-bottom:10px;
}

#contactus fieldset label, #bookingform fieldset label
{
   
   font-weight: bold;
}

#bookingform fieldset label
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#contactus fieldset input[type="text"], #contactus fieldset textarea,
#bookingform fieldset input[type="text"], #bookingform fieldset textarea,
#bookingform fieldset select
{
	line-height: 140%;
	color : #000;
	padding : 3px;
	border : 1px solid #999;
   /* -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;*/

}

#contactus fieldset input[type="text"], #bookingform fieldset input[type="text"]
{
	font-size: 14px;
  font-weight: normal;
  line-height: 20px;
	height: 22px;
	width: 75%;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
  
}

#bookingform #postcode, #bookingform #phone
{
	
	width: 20%;
	
}
#contactus fieldset #scaptcha, #bookingform fieldset #scaptcha
{
  width:60px;
  height:18px;
}

#contactus fieldset input[type="submit"], #bookingform fieldset input[type="submit"], #bookingform fieldset input[type="reset"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus fieldset textarea, #bookingform fieldset textarea
{
  height:120px;
  width:75%;
 /* -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px; */ 
}

#contactus fieldset input[type="text"]:focus, #contactus fieldset textarea:focus,
#bookingform fieldset input[type="text"]:focus, #contactus fieldset textarea:focus
{
	color : #000000;
	border : 1px solid #B76D4C;
	background-color : #FFFFC7;
	font-weight: bold;
}

#contactus fieldset .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#bookingform fieldset .row{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#contactus fieldset .error, #bookingform fieldset .error
{
	color: #B76D4C;
	background-color : #ffff00;
}

#contactus fieldset #antispam, #bookingform fieldset #antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset #antispam legend, #bookingform fieldset #antispam legend
{
   
   
   font-weight:bold;
   color:#333;   
}

#contactus fieldset .short_explanation, #bookingform fieldset .short_explanation
{
   
   font-size: 0.8em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip, #bookingform .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   
   font-size: 0.6em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
.sortimage {
	margin-right: 20px;
}
#sort .post p img {
	margin-top: -10px;
	margin-right: 10px;
}
.questlabel {
	margin-right: 20px;
	margin-top: 15px;
}
.questmhgh {
	width: 40%;
}
#study ol ul li {
	list-style-type: lower-alpha;
}
#study ol ul ul li {
	list-style-type: lower-roman;
}

.customLineHeight {
	display: block;
	margin-bottom:8px;
	content: "Hello";
}
#bookingform fieldset #number {
	top: 0px;
	float: left;
}
