/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}
/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/17px "Helvetica",Arial,sans-serif;
	/*text-align: justify;*/
	line-height:20px;
}

pre,
code {
	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

p {
    color: #8E8E8E;
    font-size:12px;
	line-height:20px
    /*text-align: justify;*/
}
p span{
	color: #06A6DB;
	font-weight: bold;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 { font: 26px/20px 'Ubuntu', sans-serif; font-weight:bold;text-transform: uppercase;}
h2 { font: 18px/20px 'Ubuntu', sans-serif; font-weight:bold;text-transform: uppercase; }
h2.tagline { font-family:'Helvetica',Helvetica,Arial,sans-serif;font-size:26px; line-height:35px; margin:30px 0;text-align:center;color:#454545;font-weight:bold;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;padding:20px 0;}
h2 a { font: 18px/20px 'Ubuntu', sans-serif; font-weight:bold;text-transform: uppercase; text-decoration:none;clear:both;}
h3 { font: 16px/20px 'Ubuntu', sans-serif; font-weight:bold;text-transform: uppercase; }
h3 a { font: 16px/20px 'Ubuntu', sans-serif; font-weight:bold; text-transform: uppercase; text-decoration:none;}
h4 { font: 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;text-transform: uppercase;font-weight:normal; }
h4 a { font: 14px/20px 'Ubuntu', sans-serif; font-weight:bold;text-transform: uppercase; text-decoration:none;}
h5 { font: 11px/20px 'Ubuntu', sans-serif; font-weight:bold;text-transform: uppercase; }
h5 a { font: 11px/20px 'Ubuntu', sans-serif; font-weight:bold;text-transform: uppercase; text-decoration:none;}
.single_content h1, .single_content h2, .single_content h3, .single_content h4, .single_content h5 { 
	margin-bottom:8px;
}

.content_inner h4 a{
	color:#6B6B6B;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  /*margin-left: 30px;*/
}
ul li a:hover {
		text-decoration:none;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
p {
	margin-bottom:10px;
}
a { 
	color:#00A3DE;
	text-decoration:none;
}


/* 2nd COLOUR STYLING - FAST CHANGE ------------------------------------------------------------------------------------------ */

/* Top navigation colors */
.top_navigation li a:hover {
	color:#00AFEE;
}

/* Bcrumbs */
#content_wrapper .page_navigation li.active a{
   color:#00A3DE;
}


/* Headings */
h1 { color:#343739;}
h2 { color:#343739;}
h2 a { color:#343739;}
h2 a:hover { color:#343739;text-decoration:none;}
h3 { color:#343739;}
h3 a { color:#343739;}
h3.bordtitles { border-bottom: 4px solid #EEEEEE; color: #343739; padding-bottom: 5px; }
h3 a:hover { color:#666666;text-decoration:none;}
h4 { color:#343739;}
h4 a { color:#343739;}
h4 a:hover { color:#00A3DE;text-decoration:none;}
h5 { color:#343739;}
h5 a { color:#343739;}
h5 a:hover { color:#00A3DE;text-decoration:none;}

#content h1,h2,h3,h4,h5,h6 {
	margin-bottom:10px;
}

/* Nivo Caption Title */
.nivo-caption .nivoTitle {
	color:#00A3DE;
}

/* Nivo Caption Title */
.nivo-caption .nivoTitle {
	color:#00a8e5;
}

/* Comment Box - Comment Name */
.comment_box .comment_name a:hover {
	color:#00A3DE;
}

/* Meta text colors */
.meta_text span.data a{
	color:#8E8E8E;
}
.meta_text span.data a:hover {
	color:#00A3DE;
	text-decoration:none;
}

/* Dropcaps */
.dropcap1 {
    color: #00A3DE;
    text-shadow: 1px 1px 0 #EDEDED;
}

/* Tags */
.tags a:hover {
    background: none repeat scroll 0 0 #00A3DE;
    border: 1px solid #027f80;
    color: #FFFFFF;
	text-decoration:none;
}

/* Pager */
#pager a:hover {
	color:#00A3DE;
}
#pager .current {
    color: #00A3DE;
}

/* Content inner */
.content_inner h4 a:hover {
	color:#00AFEE;
}

/* Sidebar widget */
.sidebar_widget ul li a:hover {
	color:#00AFEE;
}

/* sidebar forms */
#searchform_filters input:focus {
    border-color: #00A3DE;
}


/* Article box title */
.article_box_title a:hover {
	color:#00A3DE;
	text-decoration:none;
}

/* Pager */
#pager span.tagged {
    background-color: #00A3DE;
}
#pager a:hover {
    background-color: #00A3DE;
}

/* Articles comment */

#comments input[type="submit"], button {
    background-color: #00A3DE;
	border: 1px solid #00a8e5;
}
#comments .comment-form-author .required, #comments .comment-form-email .required {
    color: #00A3DE;
}

/* Prefooter */
#pre_footer ul li a:hover {
	color:#00A3DE;
}

#topnav {
    background-color: #f3f3f3;
	border-bottom:6px solid #00afee;
}
.circle.blue {
	background:	none repeat scroll 0 0 #3359A2;
}

.circle.color2 {
	background:	none repeat scroll 0 0 #008F90;
}

.circle.color3 {
	background:	none repeat scroll 0 0 #00A3DE;
}

.es-carousel ul li div{height:20px;margin-top:-26px;background:#9a9a9a;opacity:0.9;color:#fefefe;padding:3px 4px;}
.es-carousel ul li div a{color:#fefefe;}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  /*min-width: 960px;*/
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.full {
	max-width: 99%;
}

.container_standard {
	margin:0 20px;
	width:960px;
}

.container_12 .grid_2_1 {
  width: 340px;
  
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_2_1,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}


.boxed {
	width: 980px;
}
#sidebar {
	float:right;
}
.content_inner {
	width:700px;
}

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.footerslidingarrow {
    background: url("../images/arrowdown.png") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 17px;
    margin: -8px 470px 16px;
    width: 17px;
	position:absolute;
}
#topnav select {
	display:none;
}
@charset "UTF-8";


/* Global Styles */
body {
    background: url("../images/bg-3.png") repeat scroll 0 0 transparent;
	color: #8E8E8E;

}
/* Font Face Oswald 

@font-face {
	 font-family:"Oswald";src:url("../fonts/Oswald.eot?") format("eot"),url("../fonts/Oswald.woff") format("woff"),url("../fonts/Oswald.ttf") format("truetype"),url("../fonts/Oswald.svg#Oswald") format("svg");
	 font-weight:normal;
	 font-style:normal;
}
*/

/* Font Face Futura 
@font-face {
    font-family: 'futurabold';
    src: url('../fonts/futurastd-condensedbold-webfont.eot');
    src: url('../fonts/futurastd-condensedbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-condensedbold-webfont.woff') format('woff'),
         url('../fonts/futurastd-condensedbold-webfont.ttf') format('truetype'),
         url('../fonts/futurastd-condensedbold-webfont.svg#futura_std_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

/* Font Face Novecento Bold */

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Novecentowide-Bold-webfont.eot');
    src: url('../fonts/Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Novecentowide-Bold-webfont.woff') format('woff'),
         url('../fonts/Novecentowide-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Novecentowide-Bold-webfont.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Font Face Novecento Normal */

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Novecentowide-Normal-webfont.eot');
    src: url('../fonts/Novecentowide-Normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Novecentowide-Normal-webfont.woff') format('woff'),
         url('../fonts/Novecentowide-Normal-webfont.ttf') format('truetype'),
         url('../fonts/Novecentowide-Normal-webfont.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;

}



a:hover {
	-moz-transition: all 0.2s ease-in-out 0s;
}
span.fat {
	font-weight:bold;
}

/* Separators */

.separator.line {
    height: 40px;
    margin-bottom: 42px;
}
.separator.line {
    border-bottom: 1px solid #EFEFEF;
}
.separator {
    clear: both;
    display: block;
    height: 35px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    width: 100%;
}

/* Tables */

table.standard-table {
    border: medium none;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    margin-bottom: 15px;
    width: 100%;
}
table.standard-table th {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F9F9F9;
    border-color: #DDDDDD -moz-use-text-color #DDDDDD #DDDDDD;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-align: left;
    vertical-align: top;
}
table.standard-table td:last-child {
    border-right: 1px solid #DDDDDD;
}
table.standard-table th:last-child {
    border-right: 1px solid #DDDDDD;
}
table.standard-table td {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E0E0E0 #E0E0E0;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    padding: 10px 15px;
}
table.standard-table tr:hover td {
    background-color: #FAFAFA;
}
/* Notifications */

.notification {
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 14px 40px 14px 18px;
    position: relative;
}
.notification span {
    font-weight: bold;
}
.notification p { 
	margin:0
}
.notification.notice {
    background-color: #E9F7FE;
    border: 1px solid #B6D7E8;
    color: #5091B2;
}
.notification.notice .close {
    background: url("../images/alert_boxes_close_ico.png") no-repeat scroll 0 -24px transparent;
}
.notification.success .close, .notification.error .close, .notification.warning .close, .notification.notice .close {
    display: block;
    height: 8px;
    padding: 0 14px;
    position: absolute;
    right: 0;
    top: 20px;
}
.notification.error {
    background-color: #FFE9E9;
    border: 1px solid #FBC4C4;
    color: #DE5959;
}
.notification.error .close {
    background: url("../images/alert_boxes_close_ico.png") no-repeat scroll 0 0 transparent;
}
.notification.success {
    background-color: #EBF6E0;
    border: 1px solid #B3DC82;
    color: #5F9025;
}
.notification.success .close {
    background: url("../images/alert_boxes_close_ico.png") no-repeat scroll 0 -8px transparent;
}
.notification.warning {
    background-color: #FBFADD;
    border: 1px solid #DED58A;
    color: #8F872E;
}
.notification.warning .close {
    background: url("../images/alert_boxes_close_ico.png") no-repeat scroll 0 -16px transparent;
}
/* Dropcaps */

.dropcap1 {
    display: block;
    float: left;
    font-size: 35px;
    line-height: 35px;
    margin: 2px 8px 0 0;
}
.dropcap2 {
    display: block;
    float: left;
    font-size: 35px;
    line-height: 45px;
    margin: 8px 15px 0 0;
    padding-top: 3px;
    text-align: center;
    width: 47px;
}

/* Wrapper */

#wrapper {
    background-color: #FFFFFF;
    border-bottom: 0 none;
    border-left: 1px solid #D8DCDE;
    border-right: 1px solid #D8DCDE;
    box-shadow: 0 0 0 4px rgba(132, 138, 140, 0.1);
    margin: 20px auto 20px;
}


/* Header */

#header {
/*	border-top:4px solid #3861B0;
*/}

/* top navigation */

.top_navigation_container {
    background: none repeat scroll 0 0 #F8F8F8;
    border-top: 1px solid #D8DCDE;
    font-size: 11px;
    line-height: 100%;
    overflow: auto;
    padding: 10px 20px;
    text-align: center;
	border-bottom:1px solid #f3f3f3;
}
.top_navigation {
    min-height: 11px;
	float: left;
	margin-top:4px;

}
.top_navigation ul {
    list-style: none outside none;
    margin: 5px 0 0 0;
}
.top_navigation li {
    float: left;
}
.top_navigation li a {
    color: inherit;
    display: block;
    line-height: 100%;
    padding: 0 8px;
	color:#919191;
	text-decoration:none;
	border-right:1px solid #919191 !important
}

.top_navigation ul li:last-child a {
    border-right: 0 none !important;
}
.top_navigation ul li:first-child a {
    padding-left: 0 !important;
}
.top_navigation_social {
    float: right;
    overflow: visible;
    padding-top: 4px;
}
.top_navigation_social li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    width: 23px;
}
.top_navigation_social ul {
    float: right;
    margin: 0;
}
.top_navigation_social li {
    -moz-transition: all 0.3s ease-in-out 0s;
    display: inline;
    float: left;
    list-style: none outside none;
    margin-right: 5px;
    text-indent: -9999px;
}
.top_navigation_social li:hover {
	background-position:0 -32px;
}
.social_facebook {
    background: url("../images/social_facebook.png") no-repeat scroll 0 0 transparent;
}
.social_twitter {
    background: url("../images/social_twitter.png") no-repeat scroll 0 0 transparent;
}
.social_dribbble {
    background: url("../images/social_dribbble.png") no-repeat scroll 0 0 transparent;
}
.social_linkedin {
    background: url("../images/social_linkedin.png") no-repeat scroll 0 0 transparent;
}
.social_pinterest {
    background: url("../images/social_pinterest.png") no-repeat scroll 0 0 transparent;
}
.top_navigation_social img:hover {
    -moz-transition: all 200ms ease-in 0s;
    margin-top: -4px;
    opacity: 0.85;
}
.top_navigation_social p {
    background-color: #00afee;
    border-radius: 1px 1px 1px 1px;
    color: #FFFFFF;
    float: left;
    font: italic 10px/18px 'Droid Serif',serif;
    margin: 0 8px 0 0;
    padding: 3px 10px;
}

/* logo */

.logo {
	margin:35px 0;
	float:left;
}

/* Search */
.search_wrapper {
    margin-top: 55px;
	float:right;
}	

.search_wrapper #search-text input[type="text"] {
    background-color: #FFFFFF !important;
    border-color: #E3E3E3 !important;
    color: #B7B7B7 !important;
}

.search_wrapper #search-text input[type="text"] {
    background-color: #fafafa !important;
    border-color: #f5f5f5 !important;
    color: #B7B7B7 !important;
}
.search_wrapper input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-radius: 3px 0 0 3px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: none;
    font-size: 11px;
    height: 14px;
    margin: 0;
    padding: 8px;
    width: 170px;
}
div.search_wrapper input[type="submit"] {
    background-color: #00afee !important;
    color: #FFFFFF !important;
	text-transform:uppercase;
	cursor:pointer;
}

div.search-wrapper input[type="submit"] {
    background-color: #5996B2 !important;
    color: #FFFFFF !important;
}
div.search_wrapper input[type="submit"] {
    background-image: url("../images/search-button-bg.png");
    border: 0 none;
    box-shadow: none;
    float: right;
    font-size: 11px;
    font-weight: normal;
	height: 32px;
	line-height: 11px;
    margin: 0;
    padding: 8px;
}

div.search-wrapper form {
    margin: 0;
    padding: 0;
}

#search-text {
    float: left;
    overflow: hidden;
    width: 187px;
}
/* Navigation menu */

/*.bg_menu {
		background-color:#6bc0e8;
		border-top:1px solid #28a1d9;
		border-bottom:1px solid #2090c5 !important;
}*/

#topnav {
    height: 35px;
    padding: 0;
	margin-bottom:20px;
}
#topnav ul li {display:inline-block;}

#topnav ul li .current {
	color:#39c;
	}

#topnav ul li .currentHome {
	width:30px;
	margin-left:-5px;
	text-indent:-9999px;
	}

.home {
	width:30px;
	margin-left:-5px;
	text-indent:-9999px;
	}

a.home:hover {
	width:30px;
	text-indent:-9999px;
	}

#topnav ul li .navEffect {
	/*width:60px;*/
	margin-left:1px;
	}

#topnav ul li a:hover {
	/*width:60px;*/
	color:#fcfcfc;
	background-color:#00afee;
	}
#topnav ul li a:hover {
	color:#f7f8f9;
}
/* Nivi Slider styles */

.nivo-caption p {
	color:#717171;
}

.nivo-caption .nivoTitle {
    font-weight: normal;
    line-height: 30px;
	font: normal 19px/24px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	padding:0 5px;
	margin:0;
}

.theme-default .nivo-caption a {
    color:#fff;
}

.theme-default .nivo-caption a:hover {
    color:#fff;
}
/* Underslider styles */

.unders {
    margin-bottom:20px;
}


/* Underslider banner */

.banner_underslider {
	height:80px;
	width:220px;
	overflow:hidden;
	float:none;
}

/* Underslider Twitter */
.twitter_wrapper {
	background-color:#F8F8F8;
	text-align:center;
}
div.jcarousellite {
    overflow: hidden;
}
div.jcarousellite ul {
    list-style: none outside none;
    margin: 0;
    width: 1000%;
}
.twitter_wrapper ul li {
	padding:0;
	margin:0;
}
div.twitter-shortcode-wrapper {
    position: relative;
	padding: 30px 30px 30px 60px;
	overflow:hidden;
	background:url("../images/twitter.png") no-repeat scroll 20px 50% transparent;
	border:1px solid #f4f4f4;

}

.bx-prev, .bx-next {
    background-image: url("../images/twitter-shortcode-nav.png");
	text-indent:-9999px;
	margin-top:10px;
	position:absolute;
}
.bx-prev {
    cursor: pointer;
    float: left;
    margin-left: 5px;
	height: 9px;
    width: 6px;
	right:13px;
	bottom:-10px;
}

.bx-next {
    background-position: 6px 0;
    height: 9px;
    width: 6px;
	right:0px;
	bottom:-10px;

}
.bx-next {
    background-position: 18px 0;
    cursor: pointer;
    float: left;
    margin-left: 5px;
}
.bx-wrapper {
		/*background:url("../images/twitter.png") no-repeat scroll 0 49% transparent;*/
}
.bx-window {
    /*margin-left: 40px;*/
    overflow: auto;
}

/* Content */

	/* Buttons */

.button {
	font-family:'Oswald',Arial,Helvetica,sans-serif !important;
	font-weight:bold;
	margin:20px 0;
}
.button.large {
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font: 13px/43px 'PTSansBold',arial,helvetica,sans-serif;
    padding:10px 30px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
.button.small {
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font: 13px/32px 'Oswald',arial,helvetica,sans-serif;
    height: 32px;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
.button.green {
    background-image: -moz-linear-gradient(center top , #D1E990 0%, #AAD75D 100%);
    border: 1px solid #9DBA60;
    color: #54770F !important;
}

.button.green:hover {
    background-image: -moz-linear-gradient(center top , #AAD75D 0%, #D1E990 100%);
    border: 1px solid #9DBA60;
    color: #54770F !important;
}
.no-cssgradients .button.green {
    background-color: #D1E990;
}
.no-cssgradients .button.green {
    background-color: #D1E990;
}
.no-cssgradients .button.green:hover {
    background-color: #AAD75D;
}
.button.darkgreen {
    background-image: -moz-linear-gradient(center top , #D0E0A5 0%, #A8C76A 100%);
    border: 1px solid #9DBA60;
    color: #54770F !important;
}
.button.darkgreen:hover {
    background-image: -moz-linear-gradient(center top , #A8C76A 0%, #D0E0A5 100%);
    border: 1px solid #9DBA60;
    color: #54770F !important;
}
.no-cssgradients .button.darkgreen {
    background-color: #D0E0A5;
}
.no-cssgradients .button.darkgreen:hover {
    background-color: #A8C76A;
}
.button.orange {
    background-image: -moz-linear-gradient(center top , #FBDC86 0%, #F8BF56 100%);
    border: 1px solid #C0830B;
    color: #C0830B !important;
}
.button.orange:hover {
    background-image: -moz-linear-gradient(center top , #F8BF56 0%, #FBDC86 100%);
    border: 1px solid #C0830B;
    color: #C0830B !important;
}
.no-cssgradients .button.orange {
    background-color: #FBDC86;
}
.no-cssgradients .button.orange:hover {
    background-color: #F8BF56;
}
.button.blue {
    background-image: -moz-linear-gradient(center top , #B5E0F7 0%, #76C7F1 100%);
    border: 1px solid #1172C1;
    color: #1172C1 !important;
}
.button.blue:hover {
    background-image: -moz-linear-gradient(center top , #76C7F1 0%, #B5E0F7 100%);
    border: 1px solid #1172C1;
    color: #1172C1 !important;
}
.no-cssgradients .button.blue {
    background-color: #B5E0F7;
}
.button.medicals {
    background-color:#00A3DE;
    border: 1px solid #0094c9;
    color: #ffffff !important;
	text-shadow:none !important;
}
.button.medicals:hover {
    background-image: -moz-linear-gradient(center top , #00A3DE 0%, #0094c9 100%);
    border: 1px solid #00a3dd;
    color: #ffffff !important;
}
.no-cssgradients .button.medicals {
    background-color: #3861B0;
}
.no-cssgradients .button.blue:hover {
    background-color: #76C7F1;
}
.button.red {
    background-image: -moz-linear-gradient(center top , #FD9C9C 0%, #FC7D7D 100%);
    border: 1px solid #9D1111;
    color: #9D1111 !important;
}
.button.red:hover {
    background-image: -moz-linear-gradient(center top , #FC7D7D 0%, #FD9C9C 100%);
    border: 1px solid #9D1111;
    color: #9D1111 !important;
}
.no-cssgradients .button.red {
    background-color: #FD9C9C;
}
.no-cssgradients .button.red:hover {
    background-color: #FC7D7D;
}
.button.pink {
    background-image: -moz-linear-gradient(center top , #FDA1D5 0%, #FC84C8 100%);
    border: 1px solid #A31366;
    color: #A31366 !important;
}
.button.pink:hover {
    background-image: -moz-linear-gradient(center top , #FC84C8 0%, #FDA1D5 100%);
    border: 1px solid #A31366;
    color: #A31366 !important;
}
.no-cssgradients .button.pink {
    background-color: #FDA1D5;
}
.no-cssgradients .button.pink:hover {
    background-color: #FC84C8;
}
.button.darkgray {
    background-image: -moz-linear-gradient(center top , #C0C0C0 0%, #9E9E9E 100%);
    border: 1px solid #434C50;
    color: #434C50 !important;
}
.button.darkgray:hover {
    background-image: -moz-linear-gradient(center top , #9E9E9E 0%, #C0C0C0 100%);
    border: 1px solid #434C50;
    color: #434C50 !important;
}
.no-cssgradients .button.darkgray {
    background-color: #C0C0C0;
}
.no-cssgradients .button.darkgray:hover {
    background-color: #9E9E9E;
}
.button.lightgray {
    background-image: -moz-linear-gradient(center top , #FBFBFB 0%, #F0F0F0 100%);
    border: 1px solid #ABABAB;
    color: #ABABAB !important;
}
.button.lightgray:hover {
    background-image: -moz-linear-gradient(center top , #F0F0F0 0%, #FBFBFB 100%);
    border: 1px solid #ABABAB;
    color: #ABABAB !important;
}
.no-cssgradients .button.lightgray {
    background-color: #FBFBFB;
}
.no-cssgradients .button.lightgray:hover {
    background-color: #F0F0F0;
}


	/* Typo */
	
ul.bullet li {
    background: url("../images/bullet_list.png") no-repeat scroll 0 6px transparent;
    list-style: none outside none;
    padding-left: 18px;
	list-style:none !important;
}

ol.ordered li {
    list-style: decimal inside none;
}
ol.ordered li ol {
    margin-bottom: 0;
    margin-left: 20px;
}
.unordered{
    list-style: square inside none;
}
ol.ordered li ol li {
    list-style: lower-alpha inside none;
}
ul.check li {
    background: url("../images/check_list.png") no-repeat scroll left center transparent;
    list-style: none outside none;
    padding-left: 22px;
}
ul.check li.cross {
    background: url("../images/cross_list.png") no-repeat scroll left center transparent;
    list-style: none outside none;
    padding-left: 22px;
}
ul.arrow li {
    background: url("../images/arrow_list.png") no-repeat scroll 0 6px transparent;
    list-style: none outside none;
    padding-left: 18px;
}

blockquote {
    background: url("../images/quote.png") no-repeat scroll 10px 10px #FCFCFC;
	min-height:30px;
	border:1px solid #d4d4d4;
	border-radius:5px 5px 5px 5px;
	padding:10px 10px 10px 50px;
	margin:20px 0;
}
blockquote p {
	font-family: Oswald,Georia,serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
	line-height:24px;
	margin:0;
	
}
.circle {
    border-radius: 31px 31px 31px 31px;
    display: block;
    float: left;
    font-family: 'Oswald',sans-serif,arial;
    font-size: 14px;
    font-weight: 700;
    height: 47px;
    line-height: normal;
    margin-right: 15px;
    text-align: center;
    width: 47px;
}
.circle img {
    padding-left: 2px;
    padding-top: 15px;
}

.block_accordion {
	overflow:hidden; 
	position:relative; 
	background-color:#ffffff; 
	border:1px solid #f0f0f0;
	/* -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;*/
	margin:15px 0;
}
.block_accordion .button_outer {
	border-bottom:1px solid #f0f0f0; 
	cursor:pointer;
}
.block_accordion .button_outer.first {
	overflow:hidden; 
	position:relative; 
	-moz-border-radius:4px 4px 0px 0px; 
	-webkit-border-radius:4px 4px 0px 0px; 
	border-radius:4px 4px 0px 0px;
}
.block_accordion .button_outer.last {
	overflow:hidden; 
	position:relative; 
	border-bottom:0px; 
	-moz-border-radius:0px 0px 4px 4px; 
	-webkit-border-radius:0px 0px 4px 4px; 
	border-radius:0px 0px 4px 4px;
}
.block_accordion .button_outer.current {
	background:url(../images/bg_accordion_act.jpg) repeat-x;
	}
.block_accordion .button_outer.last.current {
	-moz-border-radius:0px; 
	-webkit-border-radius:0px; 
	border-radius:0px;
}
.block_accordion .button_inner {
	height:27px; 
	line-height:28px; 
	padding:0px 10px 0px 28px;
	overflow:hidden; 
	background:url(../images/arrow_accordion.gif) no-repeat 12px 11px; 
	cursor:pointer; font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#a3a3a3; 
	text-shadow:0px 1px #ffffff;
}
.block_accordion .button_outer.current .button_inner {
	background:url(../images/arrow_accordion_act.gif) no-repeat 11px 13px;
	 color:#787878;
}
.block_accordion .content {
	padding:15px 15px 25px 15px; 
	display:none; 
	overflow:hidden; 
	background-color:#fefefe; 
	border-bottom:1px solid #f0f0f0;
}
.block_accordion .content.map { 
	padding:0; 
}
.block_accordion .content.last {
	position:relative; 
	border-bottom:0px; 
	-moz-border-radius:0px 0px 4px 4px; 
	-webkit-border-radius:0px 0px 4px 4px; 
	border-radius:0px 0px 4px 4px;
}
.block_accordion .content .pic_left {
	margin-right:8px; 
	margin-bottom:8px; 
	padding-top:0px;
}
.block_accordion span.description_left { 
	width:30%;
	font-weight:700;
}
.block_accordion span.description_left p{
	font-weight:700; 
}
.block_accordion span.description_right {
	float:right;
	text-align:right;
	width:65%;
	margin-left:5%
}
.block_accordion .centers_item { 
	display:block;padding:10px;
}
.block_accordion .centers_item.one { 
	border-bottom:1px solid #e5e5e5;
}
.block_accordion .centers_item.two { 
	border-bottom:1px solid #e5e5e5;
	background-color:#f9f9f9;
}

.searchform_filters select {
    border: 1px solid #c1c1c1;
    color: #A4A4A4;
    font: 12px/20px Arial;
    height: 28px;
    margin: 0 0 15px;
    width: 100%;
	box-shadow:none;
}
.searchform_filters input {
    border: 1px solid #c1c1c1;
    color: #A4A4A4;
    font: 12px/20px Arial;
    height: 24px;
    margin: 0 0 15px;
    padding: 4px;
    width: 95%;
}
.searchform_filters input:focus {
    background-color: #FFFFFF;
}
.searchform_filters input[type="submit"], button {
    background-color: #00AFEE;
    background-image: url("../images/gloss.png");
    background-position: 0 -33px;
    background-repeat: repeat-x;
    border: 1px solid #00a8e5;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.3) inset, 0 0 0 3px rgba(204, 204, 204, 0.25);
    color: #F9F9F9;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 4px;
    padding: 6px 10px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
	width:97%;
	height:30px;
}

.searchform_filters input[type="submit"]:hover, button:hover {
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, 0 0 0 3px rgba(205, 205, 205, 0.35);
    color: #FFFFFF;
}
.searchform_filters input[type="submit"]:active, button:active {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) inset, 0 0 0 3px rgba(204, 204, 204, 0.35);
}

	/* Category styling */
#content_wrapper .page_title {
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    margin-bottom: 26px;
    padding-top: 20px;
	float:left;
}
#content_wrapper .page_title h1 {
	float:left;
}
#content_wrapper .page_navigation {
	float:right;
	margin-top:18px;
}
#content_wrapper .page_navigation li {
    float: left;
    font: oblique 11px/13px Arial,Helvetica,sans-serif;
	list-style-type:none;
	padding:0 5px 0 5px;
}
#content_wrapper .page_navigation li a {
	background-image: url("../images/bc_separator.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    height: 13px;
    padding-right: 20px;
    text-decoration: none;
	color: #BDBDBD;

}
#content_wrapper .page_navigation ul li a:hover {
	text-decoration:underline;
}
#content_wrapper .page_navigation li.active a{
   background-image:none;
   font-style:normal;
   padding-right:0;
}


#content_wrapper .title h3 {
	margin:0 0 8px 0;
	
}

#content_wrapper .page_title h1 span.subtitle {
    color: #999999;
    display: block;
    font-size: 50%;
    font-weight: normal;
    margin-top: 4px;
    font:11px/13px Helvetica,sans-serif;
	text-transform:none;

}

.content_inner .post_img {
    float: left;
    padding: 6px;
	margin:0 20px 40px 0;
	border:1px solid #EEEEEE;
	background-color:#FAFAFA;
	position: relative;
}

.content_inner .post_img img:hover {
    opacity: 0.85;
}

.content_single {
	margin-bottom:40px;
/*	overflow:auto;
*/	padding-bottom:20px;
}
.content_single.margin{
	margin-bottom:0;
	padding:0;
}
.content_single .post_img_single_full {
    padding: 6px;
	margin-bottom:30px;
	border:1px solid #EEEEEE;
	background-color:#FAFAFA;
	position:realtive;
}
.content_single .post_img_single_full img {
    width: 100%;
	height:auto;
}
.indentleft {
    overflow: hidden;
}
.margin_bottom_small {
    margin-bottom: 5px;
}

.post_img_single_full img:hover {
	opacity:0.85;
}

.module_title_meta {
    border-bottom: 1px dotted #DDDDDD;
    border-top: 1px dotted #DDDDDD;
    font-size: 11px;
    line-height: 17px;
    overflow: hidden;
	margin-bottom:20px;
}
.module_title_meta_cat2 {
	font-size: 11px;
    line-height: 17px;
}
.meta_avatar {
    float: left;
    padding: 8px 15px 0 0;
}
.meta_text {
    padding: 15px 0;
}
.meta_text span.data {
    border-right: 1px dotted #DDDDDD;
    margin-right: 8px;
    padding-right: 8px;
}
.meta_text span.last {
    border-right: 0px;
}
.meta_text span.data img {
	margin-right:5px;
}
a.article_link {
	margin:0 0 20px;
	display:block;
	width:150px;
	float:right;
}
a.article_link:hover {
	color:#666666;
}
a.article_archive {
    display: block;
    margin: 5px 0;
    padding: 2px 15px 2px 0;
}

	/* date for archive pages */
.content_inner .date-wrapper {
	background-image: url("../images/date-bg.png");
    background-color: #00AFEE;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    line-height: 1;
    margin-right: 10px;
    padding: 15px 10px 0;
    text-align: center;
    width: 40px;
	height:100px;
}	
.content_inner .date-wrapper .date-value {
    font-size: 30px;
    font-weight: bold;
}
.content_inner .date-wrapper .month-value {
    font-size: 14px;
    margin-top: 4px;
}	

.content_inner .date-wrapper .year-value {
    font-size: 14px;
    margin-top: 2px;
}
.content_inner .post_img_centers {
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    float: left;
    height: 80px;
    margin: 0 20px 30px 0;
    padding: 6px;
    width: 80px;
}
.content_inner .post_img_archive {
    float: left;
    height: 100px;
    padding: 6px;
    width: 100px;
	margin:0 20px 30px 0;
	border:1px solid #EEEEEE;
	background-color:#FAFAFA;
}
	
	/* Comments */
#comments {
	margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}
#comments p {
    font-size: 12px;
    margin: 10px 0;
}
.comment_box {
    list-style: none outside none;
    margin: 0 0 20px 0;
	overflow:auto;
	border-bottom:1px solid #eaeaea;
	padding-bottom:20px;
}
.comment_box .avatar {
    float: left;
    height: 50px;
	width:50px;
    margin: 2px 10px 0 0;
    padding: 3px;
	background-color:#e7e7e7;
}
.comment_box .comment_text {
	overflow:hidden;
}
.comment_box .comment_name {
    color: #3D3D3D;
    font: bold 13px/20px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
	margin-top:-2px;
}
.comment_box .comment_replied {
	margin-left:65px;
	background-color:#f4f4f4;
	padding:10px;
	border:1px solid #ececec;
}
.comment_box .comment_name a{
    color: #3D3D3D;
    font: bold 13px/20px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.comment_box .comment_name a:hover {
	text-decoration:none;
}
.comment_box .comment_meta {
	margin-bottom:10px;
	color: #A5A5A5;
    font: 12px/18px Arial,Helvetica,sans-serif;
}
.comment_box .comment_reply {
	background: url("../images/link_arrow.png") no-repeat scroll 50px 9px transparent;
	padding: 2px 15px 10px 0;
	margin:5px 0;
	display:block;
}

#comments .comment-form-author, #comments .comment-form-email, #comments .comment-form-url, #comments .comment-form-comment {
    position: relative;
}
#comments .comment-form-author, #comments .comment-form-email, #comments .comment-form-url {
    float: left;
    margin-right: 2%;
    position: relative;
    width: 31.333%;
    z-index: 1;
}
#comments label {
    line-height: 20px;
}
#comments .comment-form-author label, #comments .comment-form-email label, #comments .comment-form-url label, #comments .comment-form-comment label {
    display: inline-block;
    font-weight: 700;
    left: 0;
    min-width: 60px;
    padding: 4px 0;
    position: relative;
    top: 0;
    z-index: 1;
}
#comments .comment-form-author .required, #comments .comment-form-email .required {
    font-size: 22px;
    font-weight: 700;
    left: 92%;
    position: absolute;
    top: 38px;
    z-index: 1;
}
#comments textarea {
    resize: vertical;
    width: 98%;
	display:block;
	box-shadow:1px 1px rgba(255, 255, 255, 0.1) inset, 0 0 0 4px rgba(204, 204, 204, 0.1);
}
#comments input[type="text"] {
    display: block;
    line-height: 24px;
    width: 95%;
}
#comments input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea, select {
    background-color: #FBFBFB;
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 1px;
    color: #999999;
    font: 12px/20px Helvetica,Arial,sans-serif;
    margin: 0;
    min-height: 20px;
    padding: 5px;
	box-shadow:1px 1px rgba(255, 255, 255, 0.1) inset, 0 0 0 4px rgba(204, 204, 204, 0.1);
}

#comments .cont_input {
    background-color: #F0F0F0;
    border: 1px solid #D8DCDE;
    margin-right: 180px;
    padding: 3px;
}

#comments input:focus, #comments textarea:focus {
    background-color: #FFFFFF;
    border-color: #cccccc;
}

#comments input[type="submit"], button {
    background-image: url("../images/gloss.png");
    background-position: 0 -33px;
    background-repeat: repeat-x;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.3) inset, 0 0 0 3px rgba(204, 204, 204, 0.25);
    color: #F9F9F9;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 4px;
    padding: 6px 10px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
}

#comments input[type="submit"]:hover, button:hover {
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, 0 0 0 3px rgba(205, 205, 205, 0.35);
    color: #FFFFFF;
}
#comments input[type="submit"]:active, button:active {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) inset, 0 0 0 3px rgba(204, 204, 204, 0.35);
}

	/* Single Content styling */
	
img.alignleft {
    float: left;
    margin: 0px 20px 15px 0;
    padding: 5px;
	border:1px solid #EEEEEE;
	background-color:#FAFAFA;
}
img.centerleft {
    float: left;
    margin: 5px 20px 15px 0;
    padding: 5px;
	border:1px solid #EEEEEE;
	background-color:#FAFAFA;
}
img.alignright {
    float: right;
    margin: 0px 0px 15px 15px;
    padding: 5px;
	border:1px solid #EEEEEE;
	background-color:#FAFAFA;
}

	/* Pager */
#pager {
    border-bottom: 1px dotted #D4D4D4;
    border-top: 1px dotted #D4D4D4;
    margin-bottom: 40px;
    overflow: auto;
    padding: 15px 10px;
}
#pager a, #pager span {
    background-color: #F3F3F3;
    color: #999999;
    display: inline;
    font-size: 11px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#pager span.tagged {
    color: #FFFFFF;
    font-weight: bold;
}
#pager a:hover {
    color: #FFFFFF;
}
#pager .current {
    background-color: #666666;
    color: #FFFFFF;
    font-size: 105%;
    padding: 5px 10px;
}
#pager .next {
    float: right;
}
#pager .prev, #pager span, #pager a {
    float: left;
}
	

	/* Content Home and global */
	
#content_wrapper {
	margin-bottom:20px;
	
}

#content {
	float:left;
}

.content_inner {
	margin-bottom:30px;
/*	overflow:auto;
*/
	float:left;
}
.divider {
	border-bottom:1px solid #F5F5F5;
}
.last_article {
	border-bottom:none;
}

.content_inner h2, .content_inner h1{
    background: url("../images/title-bg.png") repeat-x scroll 0 4px transparent;
	/*	margin:0 5px 20px 5px;*/
}

.content_inner h4.inner {
	margin-bottom:10px;
	text-align:left;
}
.content_inner h4 a{
    font:bold 13px/15px 'Helvetica', Droid Sans ,sans-serif;
    text-transform: none;
}

.content_inner h2 span,.content_inner h1 span {
    background: none repeat scroll 0 0 #FDFDFD;
    padding-right: 10px;
}
.columns img {
	border:4px solid #f7f7f7;
	margin-bottom:15px;
    max-height: 100%;
    max-width: 100%;
}
.columns { 
	margin-bottom:20px;
}
.columns img:hover, .blog_thumbnail_image img:hover {
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}
.columns_omega img{
	border:4px solid #f7f7f7;
	margin-bottom:20px;
}

       /* stiling homepage list articles */
.blog_article_box {
    border-bottom: 1px solid #F5F5F5;
	margin-bottom: 20px;
}
.blog_thumbnail_image {
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 3px;
}
.blog_thumbnail_image:hover {
	background-color:#f5f5f5;
}

.blog_thumbnail_inside {
    margin-bottom: 10px;
    overflow: hidden;
}
.blog_thumbnail_title {
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    margin-bottom: 0;
	text-align:left;
}
.blog_thumbnail_info {
    font-family: Droid Serif;
    font-style: italic;
}
.blog_thumbnail_date {
	color:#C3C3C3;
    margin-bottom: 5px;
}

.blog_thumbnail_context {
	float:none;
}

/* Elastislide Style */
.es-carousel-wrapper{
	padding:0 37px;
	position:relative;
	background-color:#fafafa;
	border-top:1px solid #F5F5F5;
	

}
.es-carousel{
	overflow:hidden;
	margin-left:10px;
}
.es-carousel ul{
	overflow:auto;
	display:block;
	margin:20px 0;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#eeeeee;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-carousel ul li a img:hover{
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}
.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(../images/nav.png) no-repeat top left;
	width:18px;
	height:17px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
/* Sidebar */

.sidebar_wrapper {
	min-height:1%;
	overflow:hidden;
}

.sidebar_widget {
	margin-bottom:30px;
	clear: both;
	overflow:hidden;
}
.sidebar_widget ul li{
    background: url("../images/arrow.png") no-repeat scroll 214px 14px transparent;
    border-bottom: 1px solid #f5f5f5;
    color: #8A8A8A;
	padding: 7px 0 7px 1px;

}
.sidebar_widget ul li:hover {
	background-color:#fbfbfb;
}
.sidebar_widget ul li a {
    color: #7A7A7A;
}
.sidebar_widget ul li:hover {
    padding-left:8px;
	-moz-transition: all 0.2s ease-in-out 0s;

}

.sidebar_widget h4{
    background: url("../images/title-bg.png") repeat-x scroll 0 4px transparent;
	margin-bottom:10px;
}
.sidebar_widget h4 span {
    background: none repeat scroll 0 0 #FDFDFD;
    padding-right: 10px;
}
.box_gray {
	padding:20px;
	overflow:hidden;
	background-color: #F2F2F2;
	border-radius:5px; 
	margin-bottom:10px;
}
.sidebar_widget .box_blu p{
	color:#fff;
	margin-bottom:0;
}
.sidebar_widget .box_blu img{
	margin-bottom:10px;
	border:1px solid #eeeeee;
	width:198px;
}

.sidebar_widget .box_blu h5 {
    color: #fff;
    font: bold 12px/20px 'Arial',sans-serif;
    margin-bottom: 5px;
	text-transform:none;
}

.sidebar_banners img{
	margin-bottom:15px;
}

.tags a {
    -moz-transition: all 0.1s ease-in-out 0s;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    color: #888888;
    display: inline-block;
    margin: 0 3px 6px 0;
    padding: 4px 8px;
}

.tags a:last-child {
    margin-right: 0;
}

.article_box {
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 10px;
	overflow:auto;
	padding-bottom:5px;
}

.article_box_img {
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 3px;
}
.article_box_img img:hover {
    opacity: 0.85;
}

.article_box_title {
    margin-bottom: 0;
    text-align: left;
	line-height:14px;
	font-family:'Helvetica', Open Sans , sans-serif;
}

.article_box_title a {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#8A8A8A;
}
.article_box_title a:hover {
	text-decoration:none;
}
.article_box_date {
	color: #8E8E8E;
    font-size: 11px;
    padding-top: 2px;
    text-transform: none;
}

/* Prefooter */

#pre_footer {
}
.pre_footer_wrapper {
	padding-top:30px;
	border-top:1px solid #f2f2f2;
}
#pre_footer h4{
    background: url("../images/title-bg.png") repeat-x scroll 0 4px transparent;
	/*	margin:0 5px 20px 5px;*/
}
#pre_footer h4 span {
    background: none repeat scroll 0 0 #FDFDFD;
    padding-right: 10px;
}
#pre_footer ul {
	list-style:none;
}
#pre_footer ul li{
    background: url("../images/arrow.png") no-repeat scroll 0 14px transparent;
    border-bottom: 1px solid #F7F7F7;
    color: #8A8A8A;
	padding: 7px 0 7px 10px;
}
#pre_footer ul li:hover {
	background-color:#fbfbfb;
}
#pre_footer ul li a {
    color: #7A7A7A;
}


/* Footer styles */
#footer_wrapper {
	
/*	border-bottom:4px solid #3861B0;
*/}
#footer { 	
	border-top:1px solid #f2f2f2;
	padding:20px 0;
	margin:0 5px;
	overflow:auto;
    color: #B5B5B5;
    font: 11px/16px Arial,Helvetica,sans-serif;
}
.copyright_left {
	float:left;
	text-align:left;
}
.copyright_left  a{
	color:#B5B5B5
}
.copyright_right {
	float:right;
	text-align:right;
}

select:enabled
{
background:#ffffff;
}
.w144{width:144px;}
.logo h2{width:800px;margin-top:24px;}
.logo h2 a{color:#00B0F0;font-size:48px;}
.logo img{float:left;margin-right:15px;}

.searchform_filters textarea{width:208px; resize: none;background:white; border: 1px solid #c1c1c1;box-shadow:none;}
.obicni{padding:10px 25px;}
.crta{margin-bottom:0px;}
.trazilica{text-align:center;margin:5px 0 15px 0;}
.izdvojeni{background:#fafafa;border-radius:10px;border:#c1c1c1;padding:10px 25px;}
hr:nth-last-child(2){display:none;}

 /*cookie law*/
 
 .cookie-message {
  position:fixed;
  top:0;left:0;right:0;
  padding:0;
  background:#fdfdfd !important;
  border-bottom:1px #aaa solid  !important;
  z-index: 99;
  opacity:0.95;
}
.cookie-message a:hover {background:#04B8F9;}
.cookie-message a {
  float:right;
  cursor:pointer;
  background:#25C3FC;
  padding:3px 8px;
}
.cookie-message a.zelim-vise {
 float:right;
  cursor:pointer;
  background:none;
  color:#333;
	margin-right:0px;
	padding-right:0px;
}
.cookie-message p, .cookie-message a {
  color:#ffffff;
  font:10px/16px Arial;
  margin:6px 0;
  padding:3px 4px;
}

.cookie-message a{  margin-top:0px; font-weight:bold;}
 .ui-widget-header.cookie-message.blue .unutarnji{margin:0px auto;width:980px;}
 .ui-widget-header.cookie-message.blue {
  background:none;
  border:none;

}
.cookie-message.blue p{ color:#333; padding:2px 0; }
 
 /*end cookie law*/
 
 .jqueryslidemenu ul li a{text-transform:uppercase;}
 .sirina960px{width:960px !important}
 .desniFloat{float:right !important;margin-right:0px;}
 #map-canvas{width:700px;height:400px;}
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	top:0px;
	bottom:0;
	background:#fff;
	color:#000;
	opacity:0.9; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	width:220px;
}
.nivo-caption p {
	padding:15px 10px 20px 10px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom:0;
	left:760px;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
nivo slider
*/

.slider-wrapper {
	padding:0;
	overflow:hidden;
	margin-bottom:20px;
	background:#fafafa;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/nivoslider/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
	left:1%;
	bottom:0;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/nivoslider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav {
    bottom: 0;
    left: 720px;
    position: absolute;
}

.theme-default .nivo-directionNav a {
    background: url("../images/nivoslider/bg_direction_nav.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 33px;
    left: 0;
    position: relative;
    right: 0;
    width: 33px;
	text-indent: -9999px;
}
.theme-default .nivo-directionNav a.nivo-nextNav {
    background-position: -33px 0;
}
.theme-default a.nivo-prevNav {
	/*left:15px;*/
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    border-bottom:1px dotted #fff;
}

.jqueryslidemenu {
	font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	text-transform:capitalize;
	/*font-weight:bold;*/
	/*width:100%;*/
	}

.jqueryslidemenu ul {
	margin-left:5px;
	padding:0;
	list-style-type:none;
	}
.jqueryslidemenu ul li ul {
	margin:0;
}
/* first child */

/*Top level list items*/
.jqueryslidemenu ul li {
	position:relative;
	display:inline;
	/*float:left;*/
	z-index:10;	/* !IMPORTANT */
	margin-left:-5px;
	}

/*Top level menu link items style*/
.jqueryslidemenu .podmeni li a{padding:9px 20px 8px 20px;letter-spacing:0px;text-transform:none;}
.jqueryslidemenu ul li a {
	display:block;
	/*background:#f9f9f9;*/ /*background of tabs (default state)*/
	padding:9px 57px 8px 57px;
	border-right:#fff 1px solid;
	text-decoration:none;
	background:transparent;
	color:#3e3e3e;
	cursor:pointer;
	font-weight:normal !important;
	text-align:center;
	letter-spacing:2px;
	}
	
	.bezDesneCrte a{border-right:none !important;}

/*IE6 hack to get sub menu links to behave correctly*/
* html .jqueryslidemenu ul li a {display:inline-block;margin:0;}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {}

.jqueryslidemenu ul li a:hover {color:#fff;}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position:absolute;
	left:0;
	display:block;
	visibility:hidden;
	top:34px !important;
	}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display:list-item;
	float:none;
	top:2px;	/* altezza da top del dropdown menu */
	margin-left:0;
	}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {margin-top:-25px;}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
	width:140px; /*width of sub menus*/
	/*padding:8px 8px 8px 15px;*/
	margin:0;
	border-top-width:0;
	border-bottom:#00a8e5 1px solid;
	border-right:0;
	background:#00afee;
	text-align:left;
	color:#fff;
	}
	
.jqueryslidemenu ul li ul li a:hover {
	color:#0079a4 !important;
	background-color:#3861B0;
	}
	
.jqueryslidemenuz ul li ul li a:hover {/*sub menus hover style*/}


/* CSS classes applied to down and right arrow images
----------------------------------------------------------------------------------------------------*/

.downarrowclass {
	position:absolute;
	top:15px;
	right:7px;
	}

.rightarrowclass {
	position:absolute;
	top:10px;
	right:10px;
	}
