/* --------------------------------------------- 

* Filename:     style.css
* Version:      1.0.0 (2015-03-21)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Styles
* Author:       Zymphonies Team
                info@zymphonies.com

-----------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

/*
  Style HTML Tags
*/

body {
  font-family: Arial,Helvetica,sans-serif;
  color: #515F5C;
  font-size:15px;
  line-height:20px;
  position: relative;
  left: 0px;
  transition: all 0.4s ease;
}

a {
  color: #00aeef;
  text-decoration:none;
}

a:hover {
  color: #378db6;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(114, 114, 114);
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  margin-bottom:6px;
  line-height: 125%;
}

h1 {
  font-size:32px;
}

h2 {
  font-size:24px;
}

h3 {
  font-size:18px;
}

h4 {
  font-size:16px;
}

h5 {
  font-size:15px;
}

h6 {
  font-size:14px;
}

p {
  margin-bottom:18px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  background: #ececec;
  border: 1px solid #bbbbbb;
}

th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
  color:#333;
}

td {
  background: #ebebeb;
  color: #747474;
  text-align: left;
  padding-left: 4px;
  border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid #ECECEC;
  background: #FCFCFC url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

/*.content a img {
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}

.content a:hover img {
  background:#F0F0F0;
}*/

/*
  Theme Design, Layout and Typography
*/

#inner_header_wrapper {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,.21);
  -moz-box-shadow: 0 3px 0 0 rgba(0,0,0,.21);
  box-shadow: 0 3px 0 0 rgba(0,0,0,.21);
  width: 100%;
  z-index: 999;
}

#header {
  max-width: 1200px;
  margin: 0 auto;
}

#logo {
  float:left;
  margin: 6px 20px 5px 0px;
  width: 110px;
}

#logo img {
	float: left;
}

.menu_wrapper {
	float: left;
}

/*#main-menu {
  max-width: 1024px;
  margin: 0 auto 1px auto;
}*/

#main-menu ul {
  float:left;
  padding:0;
  margin:0;
  list-style:none;
  font-size:13px;
}

#main-menu li {
  background: none;
  position:relative;
  float:left;
  padding:0;
  margin:0;
  font-size: 14px;
}

#main-menu ul li:first-child {
  padding-left:0;
}

ul, ol, div.item-list ul{
  margin: 5px 0 5px 0;
  padding: 0;
}

/*.content ul li{
  background: url("images/marker.png") no-repeat scroll 4px center rgba(0, 0, 0, 0);
  list-style: none outside none;
  margin: 0 0 2px;
  padding: 0 0 0 15px;
}*/

.socialList {margin: 0; display: block; height: 150px; width: 37px; position: fixed; z-index: 1000; top: 500px;}
.socialList li {display: block; float: left;}
.socialList a {
	position: relative;
    width: 37px;
    height: 37px;
    overflow: hidden;
    display: block;
}

.fb {background: transparent url(images/sprite.png) no-repeat -352px 0px;}
.yt {background: transparent url(images/sprite.png) no-repeat -389px 0px;}
.tw {background: transparent url(images/sprite.png) no-repeat -426px 0px;}
.gp {background: transparent url(images/sprite.png) no-repeat -463px 0px;}

.fb:hover {background: transparent url(images/sprite.png) no-repeat -352px -37px;}
.yt:hover {background: transparent url(images/sprite.png) no-repeat -389px -37px;}
.tw:hover {background: transparent url(images/sprite.png) no-repeat -426px -37px;}
.gp:hover {background: transparent url(images/sprite.png) no-repeat -463px -37px;}

#main-menu a, #main-menu .nolink {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 30px 17px;
  color: #716b70;
  font-size: 14px;
  letter-spacing: 1px;
}

#main-menu .nolink, #fmbmenu .nolink {cursor: pointer;}

#main-menu .nolink:after, #fmbmenu .nolink:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

#main-menu li ul li a:after {
    display: none !important;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

/*#main-menu a:hover,
#main-menu li a.active{
  color: #fff;
  text-decoration: none;
  background: #7fb008;
}
#main-menu li li a.active{
  background: #DFDFDF;
  color: #837878;
}*/

.tittxt {
	font-size: 30px;
    letter-spacing: .5px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
}

.tagtxt {
    display: block;
    color: #fff;
    font-size: 20px;
	line-height: 32px;
}

.tagbtn a {
    color: #fff;
    background: #ff9e00;
    display: block;
    float: left;
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 14px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-transform: skewX(-16deg);
    -moz-transform: skewX(-16deg);
    -ms-transform: skewX(-16deg);
    transform: skewX(-16deg);
}

.drop-down-toggle {
  position: absolute;
  top: 7px;
  right: 16px;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: rgb(73, 71, 71);
  border: rgb(170, 170, 170) 2px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:8px 0 0 5px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

#main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}

#main-menu li li a {
  padding: 17px 17px;
  color: #716b70;
  font-size: 14px;
  letter-spacing: 0px;
  min-width: 150px;
  margin: 0;
  background: #FFF;
  text-align: left;
  overflow: hidden;
  font-weight: normal;
  border-bottom: 2px solid #e6e6e6;
}

/*#main-menu li li:first-child > a {
  border-top:none;
}

#main-menu li li a:hover {
  background: rgb(223, 223, 223);
  color: rgb(131, 120, 120);
}*/

#main-menu li ul {
  display:none;
  position:absolute;
  z-index:9999;
  min-width:190px;
  height:auto;
  padding:0;
  margin:0;
}

#main-menu li ul ul {
  margin:-33px 0 0 190px !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}
#main-menu ul.menu li {
  margin: 0;
}

#main-menu ul.menu li li{
  border: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#container {
  clear: both;
  margin: 0 auto;
  max-width: 1024px;
  overflow: hidden;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.slwrapp {position: relative;}
.slwtxt {
    position: absolute;
    bottom: 25%;
    left: 20%;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
	max-width: 1000px;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: rgba(255, 255, 255, .6);
  margin: 20px;
  width: 50%;
  font-size: 13px;
  padding: 15px;
  font-family: Arial, sans-serif;
  color: rgb(0, 0, 0);
  line-height: 120%;
  bottom: 45px;
}

.nivo-caption h2{
  color: rgb(51, 50, 50);
}

.nivo-caption p{
  padding-left: 0;
  color: rgb(87, 83, 83);
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  padding: 20px 0 0 0;
  display: none;
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
  display: none;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}
.front .content-sidebar-wrap{
  margin-top: 5px;
}

.front .content-sidebar-wrap article{
  margin: 0;
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 2.7%;
  float:right;
  width:100%;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
  float: right;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 70%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 29%;
}

#post-content {
  padding: 0 20px;
}

.breadcrumb {
  margin:0 20px;
  padding-top:20px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

.node {
  margin:20px 0;
}

.node h2.title, .page-title {
  font-size: 20px;
}

.node h2.title a{
  color: rgb(114, 114, 114);
}

/*.block {
  margin-bottom: 1%;
}*/

.block > h2{
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0px;
  padding: 0px 0px 4px 0px;
}

.not-front aside .block{
  padding: 20px;
}

.theme-default .nivo-directionNav a {
  opacity: 9 !important;
}

.nivo-directionNav{
  position: absolute;
  bottom: 55px;
  left: 8px;
}

.theme-default a.nivo-nextNav{
  left: 45px;
}

.theme-default a.nivo-nextNav:hover{
  background-position: -30px bottom;
}

.theme-default a.nivo-prevNav:hover{
  background-position: left bottom;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area .block > h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-front-welcome{
  background: url("images/hr.png") top center no-repeat;
  /*background-color: #fef0d3;*/
}

.region-front-welcome h2{
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.view-carousel {
	position: relative;
	right: -10px;
    width: 1652px;
    margin: 0 auto;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
	height: auto;
    padding: 20px 0px;
}

.jcarousel-skin-default .jcarousel-item {
	width: 216px;
    height: 216px;
    border: none;
	margin: 0 20px 0 0;
}

.view-carousel .jcarousel-skin-default .jcarousel-next-horizontal {top: 100px; right: -20px; background: transparent url(images/sprite.png) no-repeat -474px -93px;}
.view-carousel .jcarousel-skin-default .jcarousel-prev-horizontal {top: 100px; left: -40px; background: transparent url(images/sprite.png) no-repeat -413px -93px;}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(245, 245, 245);
  border-radius: 4px;
  color: rgb(141, 141, 141);
  font-weight: normal;
  padding: 4px 8px;
  font-size: 12px;
}

.links li a:hover {
  background: #DDD;
  color: #414141;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li{
  float: left;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell; 
  padding: 0 35px 0 0; 
  vertical-align: top; 
  overflow: hidden; 
}

.comment .attribution img { 
  margin: 0; 
  border: 1px solid #d3d7d9; 
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  margin: 4px 0; 
  font-size: 1.071em; 
  line-height: 1.2; 
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .comment-submitted .comment-permalink { 
  font-size: 0.786em; 
  text-transform: lowercase; 
}

.comment .content { 
  font-size: 0.929em; 
  line-height: 1.6; 
}

.comment .comment-arrow { 
  background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid; 
  border-right: 1px solid; 
  height: 40px; 
  margin-left: -36px; 
  margin-top: 15px; 
  position: absolute;
  width: 20px; 
}

.comment .comment-text { 
  padding: 0 25px 10px 35px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
  border-left: 1px 
  solid #d3d7d9; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.comment .comment-text .comment-arrow { 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #ffffff; 
}

/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend { 
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px; width: 100%;
  -khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; 
}

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
  border: 1px solid #dbdbdb;
  -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
  color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 7px 0.7em;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
  -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}

#block-search-form { padding-bottom: 7px; overflow: hidden; margin-top: 20px; float: right;}

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { 
  margin-left: 0; margin-right: 0; height: 22px; width: 22px; padding: 0; cursor: pointer;
  text-indent: -9999px; background: url(images/search-button.png) no-repeat center top; overflow: hidden;
  border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-block-form .form-actions{ float: left; padding: 0; }

#search-block-form .form-actions input { margin: 11px 0 0 0;}

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

#block-search-form .form-item-search-block-form input {
	border-top: #fff;
    border-left: #fff;
    border-right: #fff;
    width: 150px;
    line-height: 30px;
    height: 25px;
}

#top-area {
  clear:both;
  position:relative;
  margin-bottom: 15px;
}

#top-area .block {
  margin: 0;
}

#top-area .block p{
  margin: 0;
}

#top-area .column {
  float: left;
  width: 32.3%;
  margin: 1.8% 0;
  margin: 0 5px;
  background: rgb(253, 253, 253);
  border: 1px solid rgb(241, 241, 241);
}

#top-area .column:hover{
  border: 1px solid rgb(224, 224, 224);
}

#top-area h2{
  padding: 9px 10px 0px 10px;
  color: rgb(114, 114, 114);
  margin-bottom: 0;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

#top-area .column .content{
  padding: 10px;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#top-area li {
  border-bottom:#555 1px dashed;
}

#footer {
    clear: both;
    color: #8A8A8A;
    background: #378db6;
    border-top: 1px solid #CFD7DB;
}

#footer_wrapper{
  max-width: 1024px;
  margin: 0 auto;
}

#footer-area {
  position:relative;
  padding: 1% 0;
  color:rgb(128, 128, 128);
}

#footer-area .column {
  float:left;
  width:30.8%;
  margin:0 0 1.9% 3.8%;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#copyright {
  clear:both;    
  padding:0 0px;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

.footer_credit{
      color: #fff;
    font-family: Arial;
    overflow: auto;
    padding: 10px 0px;
    background: #186488;
    border-top: 1px solid #00aeef;
	width: 100%;
}

.footer_inner_credit{
  max-width: 1024px;
  margin: 0 auto;
}

.social-icons {
  float: right;
}

.social-icons ul {
  margin: 0;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  background: none;
  padding: 3px 0px;
  margin: 0;
}
.social-icons li img:hover{
  opacity: .6;
}
.social-icons li img {
  display: block;
}

.devs {float: right;}
.devs a {color:#f6f6f6;}
.devs a:hover {color: #999;}

/*Admin style*/

#toolbar ul li{ background: none; }

.region-top-nav{ display: block; overflow: hidden;}

.region-top-nav .block-menu{ float: right; margin: 0; }

.region-top-nav h2{ display: none; }

.region-top-nav ul li { 
  display: inline-block;
  background: none;
  border-right: 1px solid #FFF;
  padding: 0 10px;
  line-height: 100%; 
}

.region-top-nav ul li:last-child{
  border: 0;
}

.region-top-nav li a.active{
  color: #fff;
}

#user-login-form .form-text{ width: 90%; }

.dnzbtn {float: left; position: relative;}
.dnzbtn .dnbtn {background: transparent url(images/sprite.png) no-repeat 0px 0px; width: 115px; height: 39px; margin-top: 19px; background-size: 180px 600px;}

.dnzbtn .dnbtn a {
    width: 115px;
    height: 39px;
    display: block;
    color: #fff;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
}

.dnzbtn .dnbtn a:hover {background: transparent url(images/sprite.png) no-repeat 0px -47px; background-size: 180px 600px;}
#frcont {background: #efefef; width: 100%; float: left; padding: 0 0 40px 0;}
.fbgart {width: 1500px; margin: 0 auto;}
.fbgart .views-row { float: left; width: 16.6666%;}
.fbgart .views-row .views-field {padding: 0 5px;}
.fbgart .views-row .views-field .field-content {padding: 10px; display: block; border-top: 10px solid #ff9e00; padding-top: 10px; background: #fff; border-bottom: 3px solid #efefef;}
.fbgart .views-row .views-field .field-content:hover {border-bottom: 3px solid #ff9e00;}
.artthmb a {color: #232323;}
.artthmb .arttit {
    font-size: 14px;
    font-weight: bold;
    /*height: 40px;*/
	height: 44px;
    overflow: hidden;
}

#newswrapp {padding: 20px 0px; height: 42px; position: relative;}
#newsleft, #newsright {width: 50%; padding: 0; margin: 0; float: left;}
.newstop, .view-newstxtr .newstop {font-size: 18px; font-weight: 600; color: #fff; line-height: 18px;}
.newsbtm, .view-newstxtr .newsbtm {font-size: 14px; color: #fff;}
.block-newsletter .content {width: 100%;}
.block-newsletter .form-item-email {float: left; margin: 0;}
.block-newsletter #subscribe {float: right; width: 190px; height: 42px; overflow: hidden;}
#newsletter-error {display: block; position: absolute; color: #ff0000; top: 0px;} 
.block-newsletter .form-item-email input[type="text"] {height: 38px; width: 288px; background: #fff; color: #a9a9a9; border: 1px solid #ccc; cursor: text; -moz-box-shadow: #d9d9d9 0 1px 2px inset; -webkit-box-shadow: #d9d9d9 0 1px 2px inset; box-shadow: #d9d9d9 0 1px 2px inset; -webkit-border-radius: 0; padding: 0 10px; font-size: 16px; line-height: 40px; margin: 0;}
.block-newsletter #subscribe input[type="submit"] {background-color: rgba(255, 255, 255, 0.2); background: none; padding: 8px 25px; border: 2px solid #FFF; color: #FFF; font-size: 16px; text-decoration: none; border-radius: 3px; display: inline-block; -webkit-transition: background-color 200ms ease-out; transition: background-color 200ms ease-out; vertical-align: top; width: auto; height: auto; line-height: initial; margin: 0px; font-weight: normal; box-shadow: none;}
#newsleft .region-footer-first {padding-left: 50px;}

#caslyrs {
    width: 100%;
    background: #14232e;
}

.casans .jcarousel-skin-default .jcarousel-container-horizontal, .casans .jcarousel-skin-default .jcarousel-clip-horizontal {width: 1600px;}
.casans .jcarousel-skin-default .jcarousel-item {
	width: 360px;
	height: auto;
	margin: 0 20px;
	background: #14232e; 
}

.cedwrap {background: #fff;}
.padded {padding: 25px;}
.casans .views-field-field-anul .field-content {
    padding: 20px 20px 30px;
    margin: 0;
    line-height: 12px;
    color: #868c90;
    font-size: 3.625em;
}
.casans .views-field-field-anul:after {
    content: " ";
    display: block;
    background: url(images/timeline-fold.png) no-repeat center center;
    width: 100%;
    height: 20px;
}

.casans .ttlced {
    font-size: 1.3125em;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-align: left;
}

.casans p {text-align: justify;}
.casans img {float: left;}
.casans .views-field-nothing {border-bottom: 5px solid #14232e; float: left;}

.casans .jcarousel-skin-default .jcarousel-item:hover .views-field-field-anul .field-content {color: #fff;}
.casans .jcarousel-skin-default .jcarousel-item:hover .views-field-nothing {border-bottom: 5px solid #00aeef;}
.casans .jcarousel-skin-default .jcarousel-next-horizontal {top: 50%; right: -50px; background: transparent url(images/sprite.png) no-repeat -474px -93px;}
.casans .jcarousel-skin-default .jcarousel-prev-horizontal {top: 50%; left: -50px; background: transparent url(images/sprite.png) no-repeat -413px -93px;}
.casans .jcarousel-skin-default .jcarousel-next-horizontal:hover {background: transparent url(images/sprite.png) no-repeat -474px -143px}
.casans .jcarousel-skin-default .jcarousel-prev-horizontal:hover {background: transparent url(images/sprite.png) no-repeat -413px -143px}

ul.quicktabs-tabs.quicktabs-style-arrows {text-align: center; background: #186488;}
ul.quicktabs-tabs.quicktabs-style-arrows a {background: transparent url(images/arrows.gif) no-repeat center bottom;}
ul.quicktabs-tabs.quicktabs-style-arrows li.active a, 
ul.quicktabs-tabs.quicktabs-style-arrows li a:hover {background: transparent url(images/arrows.gif) no-repeat center 33px;} 
ul.quicktabs-tabs li {
	margin: 0;
    padding: 0 20px;
    display: inline-block;
}

ul.quicktabs-tabs.quicktabs-style-arrows a {
    line-height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 0 13px 0;
}

ul.quicktabs-tabs.quicktabs-style-arrows li:hover {background: #114f6d;}

.captbg .views-field-title {
    width: 100%;
    text-align: center;
    margin: 25px 0 20px 0;
    font-size: 35px;
    line-height: 60px;
}

.capqtb .views-field-title .field-content {padding: 0 10px 2px 10px; border-bottom: 1px solid #186488; color: #186488;}
.capbmn .views-field-title .field-content {padding: 0 10px 2px 10px; border-bottom: 1px solid #ff9e00;}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  left: 0;
  top: 64px;
}

#main-menu ul.menu li li.first {border-top: 3px solid #ff9e00;}
#main-menu .sf-main-menu {margin-top: 2px;}
/*.region-slideshow .chptle, #caslyrs, #frcont {display: none;}*/

.slshview {position: relative; width: 100%; height: 100%; float: left;}
.slshview img {float: left;}
.slabsp {position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-image: url(images/mibg.png); background-repeat: no-repeat; background-position: right top; background-size: cover;}
.slabdy {
	width: 50%;
    float: right;
    margin-top: 150px;
    padding: 20px;
}

.slabdy h1 {
    font-size: 40px;
    text-transform: uppercase;
	font-family: 'Bitter', serif;
    color: #fff;
}

.tagish {
	color: #fff;
    font-size: 20px;
    line-height: 25px;
	width: 75%;
}

#maincontbg {
    float: left;
    width: 100%;
    height: 100%;
}

#maincontbg {
    position: relative;
    padding: 50px 0;
}

.page-node-128 #maincontbg {padding: 20px 0;}

#maincontbg::after, #maincontbg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
}

#maincontbg::before {
    background-image: url(images/top-rectangle.png);
    background-position: right top;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
}

#maincontbg::after {
    background-image: url(images/bottom-rectangle.png);
    background-position: left bottom;
    -webkit-background-size: contain;
    background-size: contain;
}

.field-name-body .field-item {position: relative; margin-bottom: 80px; float: left;}

#maincontbg .field-name-body h1 {
	width: 50%;
    float: left;
	text-transform: uppercase;
	font-family: 'Bitter', serif;
    font-size: 30px;
}

#maincontbg .field-name-body p {
    width: 50%;
    float: left;
	clear: left;
	font-size: 14px;
    line-height: 20px;
	margin-bottom: 0px;
}

#maincontbg .field-name-body .field-items .even p, #maincontbg .field-name-body .field-items .even h1 {float: left; clear: left;}
#maincontbg .field-name-body .field-items .odd p, #maincontbg .field-name-body .field-items .odd h1 {float: right; clear: right;}

#maincontbg .field-name-body img {
    position: absolute;
    top: 45px;
    width: 450px;
}

#maincontbg .field-name-body .field-items .even img {right: 0;}
#maincontbg .field-name-body .field-items .odd img {left: 0;}


#maincontbg .field-name-field-bpcont .field-items .even .field-name-field-bpimg {float: right; clear: right; width: 450px;}
#maincontbg .field-name-field-bpcont .field-items .even .field-name-field-bptxt {
    width: 50%;
    float: left;
    clear: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

#maincontbg .field-name-field-bpcont .field-items .odd .field-name-field-bpimg {float: left; clear: left; width: 450px;}
#maincontbg .field-name-field-bpcont .field-items .odd .field-name-field-bptxt {
    width: 50%;
    float: right;
    clear: right;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}
.field-name-field-bpimg {padding-top: 45px;}
.field-name-field-bpimg p {margin-bottom: 0;} 
.field-name-field-bpcont .field-items .field-item {margin-bottom: 50px;}
.field-name-field-bpcont .field-items .field-item:last-child {margin-bottom: 0px;}
.endline {
    padding-top: 50px;
    text-align: center;
    font-size: 18px;
    color: rgb(114, 114, 114);
    font-family: "Arial", "Helvetica", sans-serif;
    font-weight: normal;
    margin-bottom: 6px;
    line-height: 125%;
}




body.node-type-simple-page .content-sidebar-wrap #content, body.page-search .content-sidebar-wrap #content, 
body.node-type-ped .content-sidebar-wrap #content, body.node-type-aae .content-sidebar-wrap #content,
body.node-type-pep .content-sidebar-wrap #content, body.node-type-aaa .content-sidebar-wrap #content,
body.node-type-pbi .content-sidebar-wrap #content, body.node-type-aab .content-sidebar-wrap #content,
body.node-type-pde .content-sidebar-wrap #content, body.node-type-aad .content-sidebar-wrap #content,
body.node-type-pap .content-sidebar-wrap #content, body.node-type-aap .content-sidebar-wrap #content,
body.node-type-psv .content-sidebar-wrap #content, body.node-type-aas .content-sidebar-wrap #content,
body.node-type-empty-page .content-sidebar-wrap #content {
	margin-bottom: 0;
    margin-top: 0;
    padding: 20px 0;
} 

body.node-type-simple-page #maincontbg #container, body.node-type-form-page #maincontbg #container, body.node-type-pagina-articole #maincontbg #container,
body.node-type-evt-calendar #maincontbg #container, body.page-search #maincontbg #container,
body.node-type-ped #maincontbg #container, body.node-type-aae #maincontbg #container,
body.node-type-pep #maincontbg #container, body.node-type-aaa #maincontbg #container,
body.node-type-pbi #maincontbg #container, body.node-type-aab #maincontbg #container,
body.node-type-pde #maincontbg #container, body.node-type-aad #maincontbg #container,
body.node-type-pap #maincontbg #container, body.node-type-aap #maincontbg #container,
body.node-type-psv #maincontbg #container, body.node-type-aas #maincontbg #container,
body.node-type-empty-page #maincontbg #container {background: #fff;}

body.node-type-simple-page #maincontbg, body.node-type-form-page #maincontbg, body.node-type-pagina-articole #maincontbg, body.page-search #maincontbg,
body.node-type-ped #maincontbg, body.node-type-aae #maincontbg,
body.node-type-pep #maincontbg, body.node-type-aaa #maincontbg,
body.node-type-pbi #maincontbg, body.node-type-aab #maincontbg,
body.node-type-pde #maincontbg, body.node-type-aad #maincontbg,
body.node-type-pap #maincontbg, body.node-type-aap #maincontbg,
body.node-type-psv #maincontbg, body.node-type-aas #maincontbg,
body.node-type-empty-page #maincontbg {min-height: 265px;}

.jcarousel-skin-default .jcarousel-item-horizontal {position: relative;}
.views-field-field-csellink a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
}

.jcarousel-skin-default .jcarousel-item-5-horizontal .views-field-nothing a, .jcarousel-skin-default .jcarousel-item-2-horizontal .views-field-nothing-1 a {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#cboxContent .view-id-calendar {display: none;}
#cboxContent .cboxIframe .view-id-calendar {display: block !important;}
.ascunzis {display: none;}
.view-id-calendar {width: 720px; margin: 0 auto; margin-top: 50px;}
#cboxContent #newsletter-manage-subscriptions-form {margin-top: 50px;}

.view-id-calendar .calendar-calendar .month-view .full td.single-day .calendar-empty, 
.view-id-calendar .calendar-calendar .month-view .full td.single-day.empty, 
.view-id-calendar .calendar-calendar .month-view .full td.date-box.empty {background: #ffffff;}
.view-id-calendar .calendar-calendar td.empty {color: #c7c7c7;}
.view-id-calendar td {background: #f7f7f7;}
.view-id-calendar .calendar-calendar td {color: #000;}
.view-id-calendar .calendar-calendar th.days {
    background-color: #fff;
    color: #ff9e00;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 16px;
    text-shadow: none;
}

.view-id-calendar .calendar-calendar .month-view .full tr td.today, 
.view-id-calendar .calendar-calendar .month-view .full tr.odd td.today, 
.view-id-calendar .calendar-calendar .month-view .full tr.even td.today {border-left: 2px solid #ff9e00; border-right: 2px solid #ff9e00;}
.view-id-calendar .calendar-calendar .month-view .full tr td.single-day.today {border-bottom: 2px solid #ff9e00;}
.view-id-calendar .calendar-calendar .month-view .full td.date-box.today {border-color: #ff9e00;}
.view-id-calendar .clickis {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 19px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}

.calendar-calendar .month-view .full td.single-day div.monthview, 
.calendar-calendar .week-view .full td.single-day div.weekview, 
.calendar-calendar .day-view .full td.single-day div.dayview {
	background: #74a5d7;
    margin: 0;
    color: #fff;
}

.view .date-nav-wrapper .date-prev a {margin-left: 0;}
.view .date-nav-wrapper .date-next a {margin-right: 0;}

.view .date-nav-wrapper .date-next,
.view .date-nav-wrapper .date-prev {
	background: none repeat scroll 0 0 #74a5d7;
	padding: 5px 10px;
	color: #fff;
	text-shadow: none;
}

#xresults {margin-top: 20px;}
#xresults h1 {
    color: #000;
    font-size: 20px;
    line-height: 100%;
}

#xresults p {
	margin-bottom: 0;
	color: #000;
}

#cboxClose {top: 0;}

.view .date-nav-wrapper .date-heading h3 {
    font-size: 2.2em;
    color: #ff9e00;
}

.calendar-calendar td span.date-display-single, 
.calendar-calendar td span.date-display-start, 
.calendar-calendar td span.date-display-end, 
.calendar-calendar td span.date-display-separator {font-weight: normal;}

body.page-node-10 .field-name-body .field-item:last-child {margin-bottom: 20px;}

/*body.page-node-10 #maincontbg .field-name-body .field-items .field-item:last-child p {
    clear: both;
    float: none;
    width: 100%;
    font-size: 18px;
}*/

.page-node-163 .field-name-field-conttext, .page-node-446 .field-name-field-conttext {
	margin-bottom: 40px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}

.field-name-field-echipa>.field-items>.field-item {
	width: 285px;
	height: 535px;
    float: left;
    background: #fff;
    padding: 15px;
    margin-right: 18px;
	margin-bottom: 18px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}

.field-name-field-echipa>.field-items>.field-item:nth-child(3n) {
  margin-right: 0px;
}

.field-name-field-echipa>.field-items>.field-item:nth-child(1),
.field-name-field-echipa>.field-items>.field-item:nth-child(2),
.field-name-field-echipa>.field-items>.field-item:nth-child(3) {height: 715px;}

.field-name-field-echipa>.field-items>.field-item:nth-child(7),
.field-name-field-echipa>.field-items>.field-item:nth-child(8),
.field-name-field-echipa>.field-items>.field-item:nth-child(9) {height: 575px;}

.i18n-en .field-name-field-echipa>.field-items>.field-item:nth-child(1),
.i18n-en .field-name-field-echipa>.field-items>.field-item:nth-child(2),
.i18n-en .field-name-field-echipa>.field-items>.field-item:nth-child(3) {height: 755px;}

.i18n-en .field-name-field-echipa>.field-items>.field-item:nth-child(4),
.i18n-en .field-name-field-echipa>.field-items>.field-item:nth-child(5),
.i18n-en .field-name-field-echipa>.field-items>.field-item:nth-child(6) {height: 575px;}

.i18n-en .field-name-field-echipa>.field-items>.field-item:nth-child(7),
.i18n-en .field-name-field-echipa>.field-items>.field-item:nth-child(8),
.i18n-en .field-name-field-echipa>.field-items>.field-item:nth-child(9) {height: 625px;}

.field-name-field-memnume {
	margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.field-name-field-mempoz {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
	height: 40px;
}

.jcarousel-item-6 .views-field-field-custom-text {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.socialCas ul {
	list-style: none;
    margin: 148px 0 0 0;
    padding: 0;
}

.socialCas ul li {
	display: block;
    float: left;
    padding: 0;
}

.socialCas ul li:nth-child(1) {margin-left: 38px; margin-right: 13px;}
.socialCas ul li:nth-child(2) {margin-right: 13px;}

.socialCas a {
	position: relative;
    width: 39px;
    height: 38px;
    overflow: hidden;
    display: block;
	text-indent: -9999px;
}

.fbCas {background: #89963a url(images/sprite.png) no-repeat -8px -275px;}
.twCas {background: #89963a url(images/sprite.png) no-repeat -60px -275px;}
.ytCas {background: #89963a url(images/sprite.png) no-repeat -112px -275px;}
#edit-field-newsletter-list {display: none;}
.page-newsletter-subscribe #maincontbg {padding: 110px 0;}
.page-newsletter-subscribe .content-sidebar-wrap #content {background: #fff;}
.page-newsletter-subscribe #post-content {padding: 50px;}
.page-newsletter-subscribe #block-views-text-after-nw-block {margin-top: 10px;}
body.page-node-163 #mapsis {float: left; width: 100%;}
body.page-node-163 .views-field-field-map p {margin-bottom: 0px;}
body.page-node-163 iframe {float: left; border-top: 2px solid #ccc !important;}


body.node-type-pagina-articole .node-pagina-articole>.field>.field-items>.field-item {border-bottom: 1px solid #e0e0e0;}
body.node-type-pagina-articole .node-pagina-articole>.field>.field-items>.field-item:last-child {border-bottom: none;}
body.node-type-pagina-articole .node-pagina-articole .field-name-field-togart {float: right; margin-top: 15px; cursor: pointer; color: #186488;}
body.node-type-pagina-articole .node-pagina-articole .field-name-field-togart:hover {color: #378db6;}
body.node-type-pagina-articole .node-pagina-articole>.field>.field-items>.field-item .field-name-field-contart { display: none;}
body.node-type-pagina-articole .node-pagina-articole .field-name-field-teaser {margin-bottom: 15px;}


.artblock .node-pagina-articole>.field>.field-items>.field-item {border-bottom: 1px solid #e0e0e0;}
.artblock .node-pagina-articole>.field>.field-items>.field-item:last-child {border-bottom: none;}
.artblock .field-name-field-togart {float: right; margin-top: 15px; cursor: pointer; color: #186488;}
.artblock .field-name-field-togart:hover {color: #378db6;}
.artblock .field-name-field-contart, .artblock .node-pagina-articole>header { display: none;}
.artblock .field-name-field-contart {padding-top: 15px;}
.node-type-simple-page #content .block-views { margin-top: 40px;}
.views-field-field-text-after-nw a {color: #378db6;}
.views-field-field-text-after-nw a:hover {color: #186488;}

.partcont {float: left; clear: both; margin-bottom: 30px;}
.partcont:last-child {margin-bottom: 0px;}
.partcont>.field-items>.field-item {
	width: 285px; 
	float: left;
    background: #fff;
    padding: 15px;
    margin-right: 18px;
    margin-bottom: 18px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
	position: relative;
}

.partcont>.field-items>.field-item:nth-child(3n) {margin-right: 0px;}
.partcont .partimg {text-align: center;}
.partcont .partlnk a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
}

.partcont .field-label {padding: 10px 0;}
.not-logged-in.page-user .tabs-wrapper {margin: 15px 0 5px 0;}
.not-logged-in.page-user #container {background: #f6f6f6; max-width: 500px;}
.not-logged-in.page-user #maincontbg {padding: 252px 0;}
.not-logged-in.page-user-password #maincontbg, .logged-in.page-user-40 #maincontbg{padding: 252px 0 357px 0;}
.node-type-slide-img #maincontbg {padding: 136px 0;}
.node-unpublished {background-color: #ffffff; padding: 15px;}
.admwelcome {padding: 24px 0 0 0; text-align: center;}
.conbody ul {padding: 0 20px 18px 20px; margin: 0;}
body.page-search #search-form input#edit-keys {float: none;}
body.page-search #search-form .form-item-keys label {
    display: inline-block;
}

body.page-search h2 {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

body.page-search .item-list .pager li {
    background: #ffffff;
    border: 1px solid #d3d7d9;
    text-shadow: none;
    padding: 3px 10px;
}

.logged-in #admin-menu #admin-menu-menu>li:nth-child(1), .page-user-40 .profile, #admin-menu>#admin-menu-wrapper>#admin-menu-icon li ul>li:nth-child(1), .mnuwrpp, .mnclose, .tmnuwrpp, #fmbmenu, .views-field-field-event-date-1 {display: none;}
.dispnone, .webform-progressbar, .page-calendar-node-field-event-date #admin-menu, .logged-in .cookie-compliance {display: none !important;}
.clrbth {clear: both;}

body.node-type-ped #maincontbg #container, body.node-type-aae #maincontbg #container,
body.node-type-pep #maincontbg #container, body.node-type-aaa #maincontbg #container,
body.node-type-pbi #maincontbg #container, body.node-type-aab #maincontbg #container,
body.node-type-pde #maincontbg #container, body.node-type-aad #maincontbg #container,
body.node-type-pap #maincontbg #container, body.node-type-aap #maincontbg #container,
body.node-type-psv #maincontbg #container, body.node-type-aas #maincontbg #container {max-width: 1170px;}

#sidebar-second .block > h2 {
    background: #378db6;
    color: #fff;
    padding: 5px 10px;
	margin: 0 0 15px 0;
}

#sidebar-second .block .views-row {
    font-size: 14px;
    margin-bottom: 5px;
}
#sidebar-second .block .views-row .views-field>.field-content {display: inline-block; width: 95%;}
#sidebar-second .block .views-row .views-field::before{
	content: '.';
	display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #00aeef;
    margin-right: 5px;
}

.toglished a.active {
	color: #378db6;
    font-weight: bold;
}

.ssltitle {
    font-size: 20px;
    margin: 8px 0;
    color: #186488;
}
.ssltser {
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600;
}

.cookie-compliance {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 999;
    text-align: center;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.cookie-compliance__text, #simple-cookie-compliance-dismiss-form {display: inline-block;}
#simple-cookie-compliance-dismiss-form input[type="submit"] {
    color: #fff;
    padding: 1.1em;
    border-radius: 3px;
    line-height: 1;
    margin: 0 0 0 6px;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    text-shadow: none;
    font-weight: normal;
    box-shadow: none;
}
.strtlnk {text-align: center;}
div.messages {display: none;}



/* Modif */
.arimgw {display: block; height: 123px; overflow: hidden; margin-bottom: 5px;}
#cbxOverlay {
    opacity: 0.85;
    cursor: pointer;
    visibility: visible;
    display: block;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.cbxouter {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.cbxmiddle {
  display: table-cell;
  vertical-align: middle;
}

.cbxinner {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  height: 753px;
  background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	position: relative;
	z-index: 10;
}

.cbxcont {padding: 15px; position: relative;}
.cbxcont #cboxClose {
    top: 15px;
    right: 15px;
}

body.page-calendar-node-field-event-date {
	overflow: hidden;
    height: 100%; 
}

.centered {text-align: center;}

.webform-client-form-331, .webform-client-form-161 {
    width: 465px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    margin: 0 auto;
}

.webbifa input.form-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.webbifa .webform-component--bifa-admin {position: relative; margin-top: 20px;}
.webbifa label.option {display: inline-block;}
.webbifa label.option p {
    margin-bottom: 0;
    padding-top: 4px;
    padding-left: 33px;
}
.webbifa label.option::before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.webbifa label.option::after {
	content: '';
	position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.webbifa .webform-component--bifa-admin:hover input ~ label.option::before {background-color: #ccc;}
.webbifa .webform-component--bifa-admin:hover input:checked ~ label.option::before {background-color: #2196F3;}
.webbifa input:checked ~ label.option::before {background-color: #2196F3;}
.webbifa input:checked ~ label.option::after {display: block;}
.node-type-form-page .webform-client-form .form-actions input[type="submit"] {
	background: #2096f3;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    font-weight: normal;
    background-image: none;
    border: none;
    border-radius: inherit;
    margin: 0;
}
.node-type-form-page .webform-client-form .form-actions input[type="submit"]:hover {background: #1878c3;}
.webbifa label.option p::after {content: '*'; color: red; padding-left: 3px;}
.dvdwpp .description {display: none;}
.dvdcsh::after {
	content: 'Documentul sa nu depaseasca: 2MB, iar extensiile permise sunt: jpg, jpeg, png, pdf, doc si docx.';
	display: block;
    margin-top: 5px;
    font-size: 13px;
}
.dvdcsh {
	padding: 20px;
    margin: 3px 0px 0px 0px;
    border: 1px solid #ccc;
}
.dvdcsh.form-managed-file .form-file {
    margin: 2px 0;
    border: 1px solid #ccc;
}

.node-type-team-page .field-name-field-conttext {margin-bottom: 20px;}

.i18n-en .dispro, .i18n-ro .dispen, .i18n-en #block-locale-language .en, .i18n-ro #block-locale-language .ro {display: none !important;}

#block-locale-language {float: left; margin-left: 15px;}

.region-top-nav #block-locale-language li {
    margin-top: 22px;
    padding: 0;
    border: none;
	position: relative;
}

#block-locale-language li a {
    text-indent: -9999px !important;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#block-locale-language li:before { 
    content: '';
    display: inline-block;
    background: red;
    width: 40px;
    height: 24px;
}

#block-locale-language li.en:before {background: transparent url(images/sprite.png) no-repeat 0px -149px; background-size: 200px 600px;}
#block-locale-language li.ro:before {background: transparent url(images/sprite.png) no-repeat -52px -149px; background-size: 200px 600px;}













