/* @import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700"); */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,900');
html,
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: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.table td, .table th {
    padding: .3rem;}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

q,
blockquote {
	quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none
}

a img {
	border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

.messages {
	background: no-repeat 10px 17px;
	border: 1px solid;
	border-width: 1px 1px 1px 0;
	border-radius: 2px;
	padding: 10px 20px 10px 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin: 5px 0px
}

.messages+.messages {
	margin-top: 1.538em
}

.messages__list {
	list-style: none;
	padding: 0;
	margin: 0
}

.messages__item+.messages__item {
	margin-top: 0.769em
}

.messages--status {
	color: #325e1c;
	background-color: #f3faef;
	border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
	box-shadow: -8px 0 0 #77b259
}

.messages--warning {
	background-color: #fdf8ed;
	border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
	color: #734c00;
	box-shadow: -8px 0 0 #e09600
}

.messages--error {
	background-color: #fcf4f2;
	color: #a51b00;
	border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
	box-shadow: -8px 0 0 #e62600
}

.messages--error p.error {
	color: #a51b00
}

form .field-multiple-table {
	margin: 0
}

form .field-multiple-table .field-multiple-drag {
	width: 30px;
	padding-right: 0
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
	padding-right: .5em
}

form .field-add-more-submit {
	margin: .5em 0 0
}

div.tabs {
	margin: 1em 0
}

ul.tabs {
	list-style: none;
	margin: 0 0 0.5em;
	padding: 0
}

.tabs>li {
	display: inline-block;
	margin-right: 0.3em
}

.tabs a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 13px;
	background: #e6e6e6;
	line-height: 100%;
	color: #444
}

.tabs a.is-active {
	background-color: #4679b3;
	color: #fff
}

.tabs a:focus,
.tabs a:hover {
	background-color: #4a86cc;
	color: #fff
}

table {
	width: 100%;
	margin: 0 0 10px
}

caption {
	text-align: left
}

th {
	text-align: left;
	padding: 10px 12px
}

thead th {
	background: #f5f5f2;
	border: solid #bfbfba;
	border-width: 1px 0;
	color: #333;
	text-transform: uppercase
}

tr {
	border-bottom: 1px solid #e6e4df;
	padding: 0.1em 0.6em
}

thead>tr {
	border-bottom: 1px solid #000
}

tbody tr:hover,
tbody tr:focus {
	background: #f7fcff
}

tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
	background: #fdf8ed
}

tbody tr.color-error:hover,
tbody tr.color-error:focus {
	background: #fcf4f2
}

td,
th {
	vertical-align: middle
}

td {
	padding: 10px 12px;
	text-align: left
}

th>a {
	position: relative;
	display: block
}

th>a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: -10px;
	left: 0;
	right: 0;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.1s;
	transition: all 0.1s
}

th.is-active>a {
	color: #004875
}

th.is-active img {
	position: absolute;
	right: 0;
	top: 50%
}

th.is-active>a:after {
	border-bottom-color: #004875
}

th>a:hover,
th>a:focus,
th.is-active>a:hover,
th.is-active>a:focus {
	color: #008ee6;
	text-decoration: none
}

th>a:hover:after,
th>a:focus:after,
th.is-active>a:hover:after,
th.is-active>a:focus:after {
	border-bottom-color: #008ee6
}

td .item-list ul {
	margin: 0
}

td.is-active {
	background: none
}

th.select-all {
	width: 1px
}

.caption {
	margin-bottom: 1.2em
}

@media screen and (max-width: 37.5em) {
	th.priority-low,
	td.priority-low,
	th.priority-medium,
	td.priority-medium {
		display: none
	}
}

@media screen and (max-width: 60em) {
	th.priority-low,
	td.priority-low {
		display: none
	}
}

p {
	margin: 0 0 20px 0
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
/*	color: #633991; */
	color: #666;
	font-weight: 500;
	margin: 10px 0;
	line-height: 120%
}

h1,
.h1 {
	font-size: 2em
}

h2,
.h2 {
	font-size: 1.5em;
	margin-bottom: 20px
}

.welcome-message h2 {
	font-size: 3.5em;
	font-weight: 300;
	text-transform: uppercase;
}

h3,
.h3 {
	font-size: 1.2em
}

h4,
.h4 {
	font-size: 1.1em
}

img {
	max-width: 100%
}

em {
	font-style: italic
}

strong,
b {
	font-weight: bold
}

.pricing-card-title {
	color: #008000
}

a {
	color: #4679b3
}

a:hover {
	color: #5fa0e8;
	text-decoration: none
}

ol,
ul {
	padding-left: 20px;
	margin-bottom: 20px
}

ol li,
ul li {
	list-style: outside
}

.list-unstyled li {
	list-style: none
}

ol li {
	list-style-type: decimal
}

ul.links.inline {
	padding: 0
}

ul.links.inline li {
	list-style: none
}

.form-email,
.form-text,
.form-textarea {
	border: 1px solid #e8e8e8;
	background: transparent
}

.block {
	margin-bottom: 20px
}

body {
	font-family: 'Roboto', "Poppins", sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #333;
	overflow-x: hidden;
	font-weight: 300;
	background: #fff;
	text-align: left
}

.region-page-title h1 {
	margin: 30px 0
}

.footerwidget {
	background: #108441;
	color: #86b59a;
	padding: 20px 0;
	border-top: 1px solid #f7f7f7
}

.footerwidget h2.title {
	color: #fff
}

.footerwidget .left {
	float: left;
	margin: 10px 10px 0 0
}

.copyright {
	text-align: left;
	padding: 20px 0;
    background: #f6f6f6;
}

.copyright .container{
	border-top: 1px solid #ccc;	
	padding: 25px 0 0 0;
}

.map-and-address h2.title {
	display: none
}

.google_map p,
.google_map .block {
	margin: 0
}

.google_map iframe {
	display: block
}

.footer {
	background: #f6f6f6;
	padding: 20px 15px !important;
}

.footer-menu {
	margin: 0;
	border: 0;
	background: url('../images/social-media-bg.png');
	color: #fff;
	background-size: cover;
	padding: 80px 0
}

.social-media a {
	line-height: 100%;
	font-size: 1em;
	display: inline-block;
	padding: 8px 8px;
	width: 26px
}

.social-media a:hover {
	color: #9453d4
}

input,
button,
select,
textarea {
	padding: 6px;
	border: 1px solid #e3e3e3
}

.contact-message-form label {
	display: block
}

.btn,
.node-readmore a,
input[type="submit"] {
	background: #a5415c;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	border: 0;
	padding: 10px 18px;
	line-height: 100%;
	margin-right: 2px;
	border-radius: 4px
}

.btn:hover,
.node-readmore a:hover,
input[type="submit"]:hover {
	background: #b1556e;
	color: #fff
}

.comment-wrap {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F5F5F5
}

.comment-wrap .author-details {
	float: left;
	width: 20%
}

.comment-wrap .author-comments {
	padding-left: 5px;
	float: left;
	width: 80%
}

.comment-wrap .author-comments h3 {
	margin-top: 10px
}

.comment-wrap .author-comments p {
	margin-bottom: 10px
}

.comment-submitted {
	padding: 15px 0;
	/* border: 1px solid #eee; */
	display: inline-block;
	line-height: 100%
}

ul.links.inline li {
	display: inline-block;
	padding-right: 10px
}

.sidebar .region h2.title {
	padding: 5px 0;
	margin: 0
}

.sidebar .region .content {
	padding: 10px 0
}

.region-content {
	min-height: 300px
}

.path-frontpage .region-content {
	min-height: auto
}

.form-item,
.form-actions {
	margin-top: 1em;
	margin-bottom: 1em
}

tr.odd .form-item,
tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0
}

.form-composite>.fieldset-wrapper>.description,
.form-item .description {
	font-size: 0.70em;
	line-height: 150%
}

label.option {
	display: inline;
	font-weight: normal
}

.form-composite>legend,
.label {
	display: inline;
	font-size: inherit;
	font-weight: bold;
	margin: 0;
	padding: 0
}

.form-checkboxes .form-item,
.form-radios .form-item {
	margin-top: 0.4em;
	margin-bottom: 0.4em
}

.marker {
	color: #e00
}

abbr.tabledrag-changed,
abbr.ajax-changed {
	border-bottom: none
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 2px solid red
}

.owl-theme .owl-dots .owl-dot span {
	background: #b5b5b5;
	height: 7px;
	width: 7px
}

.screenshot,
.topwidget,
.bottom-widget,
.path-frontpage .main-content,
.services,
.products,
.footer,
.features,
.services,
.price-table {
	padding: 40px 0
}

.main-content {
	padding: 0 0 50px 0;
}

.path-frontpage .main-content {
	padding: 80px  15px 0 15px !important;
}

.screenshot {
	text-align: center
}

.team,
.features,
.products,
.price-table {
	background: #f6f6f6;
	text-align: center
}

.price-table .region {
	padding: 10px;
	border: 1px solid #f1eef1
}

.price-table h1 {
	color: #07b307
}

.services {
	text-align: left;
	padding: 15px;
	background: #f6f6f6
}

.services .block {
	padding: 15px;
	background: #f6f6f6
}

.services .circle-icon {
	background: #fff;
	display: inline-block;
	padding: 20px;
	border-radius: 50%;
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
	font-size: 2em;
	width: 60px;
	height: 60px;
	text-align: center
}

.features {
	background: -moz-linear-gradient(right, #a78ac7 0%, #fa2a8f 100%);
	background: -webkit-linear-gradient(right, #a78ac7 0%, #fa2a8f 100%);
	background: linear-gradient(to right, #a78ac7 0%, #fa2a8f 100%);
	background-color: #a78ac7;
	color: #fff
}

.features h3 {
	display: inline-block;
	background: #fff;
	padding: 10px;
	border-radius: 4px
}

.testimonials-wrap {
	background: #fafafa;
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
	padding: 20px 0;
	text-align: center;
	font-size: 1em;
	line-height: 160%
}

.region-testimonials {
	max-width: 600px;
	margin: 0 auto
}

.testimonials-pic {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px
}

.testimonials-pic img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.testimonials-author {
	padding: 0 5px;
	font-size: .75em;
	color: #555
}

.path-frontpage .feed-icon {
	display: none
}

.bottom-widget {
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 20px 0 !important;
	background: #244771;
	color: #fff;
	font-size: 1.2em
}

.bottom-widget h2 {
	color: #fff;
	font-size: 3em
}

.bottom-widget h3 {
	color: #fff
}

.bottom-widget .row>div {
/*	border-right: 1px solid rgba(255, 255, 255, 0.07) */
}

.bottom-widget .row>div:last-child {
	border: 0
}

.region-bottom-first a, 
.region-bottom-second a, 
.region-bottom-third a {
	color: #fff;
}

.path-frontpage .bottom-widgets {
	padding: 20px 0
}

.header {
	text-align: left;
	background: #000000aa;
    z-index: 10;
    position: relative;
}

.header-wrap {
	padding-top: 7px;
	z-index: 9;
	position: relative
}

.main-header nav {
	border: 0;
	margin: 0;
	position: relative;
	min-height: auto;
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.main-header .region {
	position: relative;
	padding: 25px 0
}

.main-header .block {
	margin: 0
}

.main-header p,
.main-header .block {
	margin: 0
}

.site-branding {
	margin: 0;
	width: 265px;
}

.region-header {
	padding: 8px 0
}

.region-header .brand {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em
}

.region-header .brand a {
	display: block;
	color: #fff;
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    line-height: 20px;
}

.region-header .brand a img {
	vertical-align: middle
}

.region-header .brand .site-branding__slogan {
	vertical-align: top
}

.region-header .brand .site-branding__name {
	width: 185px;
    font-size: 15px;
}

.search-block-form {
	display: inline-block;	
	margin: 0 auto
}

.region-search {
	clear: both;
	padding: 7px 0
}

#search-block-form {
	display: table;
	width: 100%
}

#search-block-form .form-item,
#search-block-form .form-actions {
	display: table-cell;
	vertical-align: top
}

#search-block-form .form-actions {
	width: 30px
}

#search-block-form input.form-submit {
	background: url('../images/search.png?1532937786') no-repeat center #0c1b3f;
	font-size: 0;
	/*width: 50px;*/
	height: 30px;
	vertical-align: top;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

#search-block-form input.form-submit:hover {
	background-color: #123d6f;
}

#search-block-form input {
	width: 100%;
	height: 30px;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
	background: #ffffff8f;
}

#block-sitemap{
	display: inline-block;
	width: 40px;
	padding-right: 10px;
	margin: 0;
	
}

.breadcrumb {
	font-size: .85em;
	padding: 5px 0;
	margin: 0;
	display: inline-block
}

.breadcrumb ul,
.breadcrumb ol {
	padding: 0;
	margin: 0
}

.breadcrumb ul li,
.breadcrumb ol li {
	display: inline-block;
	padding: 0 10px
}

.breadcrumb ul li:last-child span,
.breadcrumb ol li:last-child span {
	display: none
}

.hero-banner {
	position: relative;
	overflow: hidden;
}

.hero-banner p,
.hero-banner h2 {
	color: #fff
}

.hero-banner img {
	width: 100%;
	vertical-align: top
}

.hero-banner ul {
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

.hero-banner-description {
	display: none;
	position: absolute;
	top: 30%;
	font-size: 1.2em;
	line-height: 150%
}

.hero-banner-description .slider-title,
.hero-banner-description .slider-description {
	font-size: 4.0em;
	width: 40%;
	font-weight: 400;
}

.hero-banner-description .btn {
	background: #28a745;
	border-radius: 20px
}

.banner-buttons {
	padding: 10px 0;
	display: block;
	overflow: hidden
}

.banner-buttons .more-link {
	color: #333;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
	font-weight: 500;
	padding: .3em .8em;
	font-size: 1.3em;
	display: inline-block;
	display: none;
	margin-right: 10px
}

.banner-buttons .more-link:hover {
	background: #4679b3;
	color: #fff
}

.navbar-toggle {
	cursor: pointer;
	float: right;
	background: none;
	border: 0;
	padding: 17px 0
}

.navbar-toggle:focus {
	outline: none
}

.navbar-toggle .fas {
	font-size: 2em;
	color: #fff;
	border: 0;
	box-shadow: none
}

.navbar-default .navbar-toggle {
	z-index: 999;
	margin-right: 0;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: none;
	padding: 6px 6px
}

.navbar-default .navbar-toggle .icon-bar {
	display: block;
	width: 35px;
	height: 4px;
	border-radius: 1px;
	background-color: #212020
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: none
}

nav h2 {
	display: none
}

.menu-base-theme {
	background: none
}

.menu-base-theme ul {
	background: none
}

.menu-base-theme li a {
	color: #fff;
	border-bottom: 1px solid #383737;
	line-height: 100%;
	padding: 20px 7px
}

.menu-base-theme li a:hover,
.menu-base-theme li a:focus,
.menu-base-theme li a:active,
.menu-base-theme li a.highlighted {
	background: none;
	color: #4679b3;
	line-height: 100%;
	padding: 20px 7px
}

.menu-base-theme li a.sub-arrow {
	color: #999;
	font-size: 22px;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #DCDCDC;
	background: #EFEFEF
}

.menu-base-theme li a span.sub-arrow {
	line-height: 120%;
	font-size: 2em
}

.region-primary-menu {
	display: none;
	width: 100%;
	background: #000000aa;
	margin: 0px 0px 15px -15px;
	border-radius: 5px;
	position:absolute;
}

.region-footer-menu ul {
	margin: 10px 0;
	padding: 0
}

.region-footer-menu nav li {
	display: inline-block
}

.region-footer-menu nav li a {
	display: block;
	padding: 2px 15px 2px 0
}

.main-menu {
	width: 100%
}

.region-top-menu {
	/*display: none;*/
	float: right;
}

.region-top-menu h2.title {
	display: none
}

.region-top-menu ul {
	margin: 0;
	padding: 0
}

.region-top-menu nav li {
	display: inline-block
}

.region-top-menu nav li a {
	padding: 8px 10px;
	line-height: 100%;
	display: block;
	border-radius: 5px;
	color: #fff;
	border: 2px solid #00a94f;
	margin: 10px 0;
	margin-left: 5px
}

.region-top-menu nav li a:hover {
	color: #fff;
	background: #00a94f
}

.region-top-menu nav li:last-child a {
	color: #fff;
	background: #00a94f;
	border-color: #00a94f
}

.bd-example {
	position: relative;
	padding: 20px;
	border: 2px solid #f7f7f9;
	background: #ececec
}

.highlight {
	padding: 20px;
	background-color: #ffffff
}

.highlight pre {
	border: 0;
	background: none
}

.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
	margin: 0
}

.bd-example-type .table td {
	padding: 15px 0;
	border-color: #eee
}

.bd-example-type .table tr:first-child td {
	border-top: 0
}

.welcome-message {
	display: block;
	overflow: hidden;
	text-align: center;
    margin: -170px 0 0 0;
}

.topwidget {
	text-align: left;
	background: #fff
}

.topwidget .fa,
.topwidget .fas {
	font-size: 2em;
	color: #4679b3;
	width: 38px;
	margin-bottom: 20px
}

.topwidget .region {
	position: relative;
	background: #fff;
	padding: 0 20px;
	text-align: center
}

.topwidget .region:after {
	content: "";
	position: absolute;
	width: 5px;
	color: #fc73b4;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #4679b3;
}

.topwidget ul {
	margin: 0;
	padding: 0
}

.topwidget ul li {
	list-style: none;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #dddddd42
}

.contact-message-feedback-form {
	max-width: 650px;
	margin: 0 auto;
	border: 1px solid #e8e8e8;
	padding: 20px 30px
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
	width: 100%
}

.user-login-form,
.user-form,
.user-pass {
	max-width: 500px;
	margin: 40px auto;
	border: 1px solid #e6e6e6;
	padding: 5px 20px;
	background: #fdfdfd
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text,
.user-pass .form-email {
	width: 100%
}

.form-composite>.fieldset-wrapper>.description,
.form-item .description {
	color: #999;
	font-style: italic
}

.maintenance-page {
	background: url('../images/maintenance-bg.png?1532937786') #66CBFF center no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 220px;
	padding-bottom: 100px;
	color: #000
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan {
	display: inline-block;
	vertical-align: middle
}

.maintenance-page .site-name a {
	color: #404040
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
	display: none
}

.maintenance-msg {
	margin: 20px 0;
	padding: 20px 30px;
	display: inline-block;
	color: #404040;
	border: 1px solid #fff;
	background: #f2f4cf;
	background: rgba(242, 244, 207, 0.88);
	-moz-box-shadow: 5px 5px 0px #fff;
	-webkit-box-shadow: 5px 5px 0px #fff;
	box-shadow: 5px 5px 0px #fff
}

.maintenance-msg h1 {
	text-transform: uppercase;
	font-weight: bold
}

.path-user .profile>div {
	display: inline-block
}

.path-user .profile .label {
	display: block;
	color: #333
}

/*.views-element-container .views-row {
	position: relative;
	width: 100%;
    display: inline-block;	
	margin: 0px 5px 0 0;
}*/

.content_layout .region-content #block-cavca-theme-content .content .views-element-container .views-row h2{
	position: absolute;
    font-size: 17px;
    background: #a5415c;
    margin: 10% 15% 0 0;
    padding: 7px 5px 7px 15px;}
	
.content_layout .region-content #block-cavca-theme-content .content .views-element-container .views-row h2 a{
    color: #fff;}
	
.content_layout .region-content #block-cavca-theme-content .content .views-element-container .views-row img {
    height: auto;
}	 

/*.region-content #block-cavca-theme-content .content .views-element-container .views-row article {
	width: fit-content;
    position: relative;
}*/

.content_layout .region-content #block-cavca-theme-content .content .views-element-container .views-row {
	position: relative;
	width: 100%;
    display: inline-flex;
}

/* Acordeon  */

.ckeditor-accordion-container > dl {
	border: none;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
	left: 7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:after {
	transform: rotate(0deg);
}
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before {
	transform: rotate(0deg);
}

.ckeditor-accordion-container > dl dd {
	padding: 35px;
    border: 1px solid #4F7AAF;
}

.ckeditor-accordion-container > dl dt > a {
	font-size: 16px;
    background: #4F7AAF;
    margin-top: 10px;
    border-bottom: none;
}

.ckeditor-accordion-container > dl dt.active > a, .ckeditor-accordion-container > dl dt > a:hover {
	background: #4F7AAF;
}



/* Menu Servicii */

.service-colum {
    display: inline-flex;
    padding: 0 5px;
}

.service-colum-title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    max-width: 170px;
    height: 50px;
    padding-top: 4px;
    text-transform: uppercase;
    background: #4679b3;
    color: #fff;
}

a:hover .service-colum-title {
    background: none;
    border: 1px solid #4679b3;
    border-top: none;
    color: #4679b3;
}

.is-active .service-colum-title {
    background: none;
    border: 1px solid #4679b3;
    border-top: none;
    color: #4679b3;
}

/* Menu produse */

.produce-colum-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background: #4679b3;
    color: #fff;
}

a:hover .produce-colum-title {
    background: none;
    border: 1px solid #4679b3;
    border-top: none;
    color: #4679b3;
}

.is-active .produce-colum-title {
    background: none;
    border: 1px solid #4679b3;
    border-top: none;
    color: #4679b3;
}

/* news */

.content_layout .region-content #block-cavca-theme-content .content .views-element-container .views-row .field--type-text-with-summary,
.content_layout .region-content #block-cavca-theme-content .content .views-element-container .views-row .comment-submitted,
.content_layout .region-content #block-cavca-theme-content .content .views-element-container .vandam .views-row .field--name-field-image,
.content_layout .region-content #block-cavca-theme-content .content .views-element-container .views-row .node-readmore
 {
	display:none;
} 

.content_layout .region-content #block-cavca-theme-content .content .views-element-container .vandam .views-row .field--type-text-with-summary,
.content_layout .region-content #block-cavca-theme-content .content .views-element-container .vandam .views-row .node-readmore,
.content_layout .region-content #block-cavca-theme-content .content .views-element-container .vandam .views-row .comment-submitted
 {
	display:block;
} 

.content_layout .region-content #block-cavca-theme-content .content .views-element-container .vandam .views-row h2 {
	position: relative;
    font-size: 17px;
    background: none;
    margin: 0;
    padding: 0;
}

.content_layout .region-content #block-cavca-theme-content .content .views-element-container .vandam .views-row h2 a {
    color: #000;
}

.content_layout .region-content #block-cavca-theme-content .content .views-element-container .vandam .views-row article {
    border: solid 1px #555;
    padding: 10px;
    margin: 10px;
}

/* article */

.block-field-blocknodearticlebody, .block-field-blocknodearticlefield-image {
	border-left: 6px solid #4679b3;
	margin-right: 10px;
}

.block-field-blocknodearticlebody p, .block-field-blocknodearticlefield-image img {
	margin-left: 10px;
}

.block-field-blocknodearticlebody {
	margin-top: -20px;
}

.views-field-field-background img{
	min-height: 100px;
    height: 100%;
}

.fillWidth{
	width:100%;
}

/*gallary_slideshow*/

.slick-arrow::before {
    color: #4679b3;
}
.slick--thumbnail.slick--skin--asnavfor .slick__slide{
	backface-visibility: visible;
}
.slick--skin--split nav{
	display:none;
}

/* list page */

.pager li {
    display: inline;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.node--type-article img {
    float: left;
    margin-right: 35px;
    margin-bottom: 10px;
	height: auto;
}

/* Language switcher Flags */

li.en, li.ro, li.ru {	
	width: 30px;
    height: 30px;
	border-radius: 50%;
    text-indent: -9999px;
    line-height: 30px;
    vertical-align: middle;
    padding: 10px 3px;
}

li.en {
	background: url(/sites/default/files/CTIF-flags/en-icon-small.png)no-repeat center center;	
}

li.ro {	
	background: url(/sites/default/files/CTIF-flags/ro-icon-small.png)no-repeat center center;
	
}

li.ru {	
	background: url(/sites/default/files/CTIF-flags/ru-icon-small.png)no-repeat center center;
}

ul.links li.en, ul.links li.ro, ul.links li.ru  {
	display: inline;
	width: 30px;
    height: 30px;
	border-radius: 50%;
	
}
ul.links li.en a.language-link, ul.links li.ro a.language-link, ul.links li.ru a.language-link {
	display: inline-block;
	width: 30px;
    height: 30px;
	border-radius: 50%;
	text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 10px;
}

.language-switcher-language-url {
	float: right;
}

.search-block-form, .language-switcher-language-url {
	margin-top: 10px;
}

.region-top-menu {
	margin-top: -10px;
}

.block {
	margin-bottom: 0px !important;
}

/*END*/

/*Indent Footer blocks*/

#block-portaluriguvernamentale p, #block-portaluriguvernamentale h2,
 #block-parteneri p, #block-parteneri h2,
 #block-contacte p, #block-contacte h2 {
	margin-left: 110px;
}
/*END*/

.views-field-field-image {
	float: left;
    margin: 5px 13px -3px 0px;
}

.views-field-body {
        text-align: justify;
}

span hr {
    margin-top: 30px;
	margin-bottom: 30px;}
	
#block-callcenter {display: inline-block;}	
