@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700,300);

/* --------------------------------------------- 
* Filename:     custom-style.css
* Version:      1.0.0 (2018-02-04)
* Website:      http://www.fintehinform.com
* Description:  Global Styles
* Author:       Cavca Team
                constantin.cavca@gmail.com
-----------------------------------------------*/

body{
  font-family: Helvetica, 'Rajdhani', sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #333;
  overflow-x: hidden;
  font-weight: 500;
}

p{ margin: 0 0 20px 0; }

h1, .h1{ font-size: 22px; color: #000; }

h2, .h2{ font-size: 20px; color: #000; }

h3, .h3{ font-size: 16px; color: #000; }

h4, .h4{ font-size: 14px; color: #000; }

img{ max-width: 100%; }

a{
  color: #005aa8;
}

a:hover{
  color: #2879AD;
  text-decoration: none;
}

ul.links.inline{
  padding: 0;
}

ol, ul {
  padding-left: 20px;
}

ul.links.inline li{
  list-style: none;
}

.block{
  margin-bottom: 20px;
}

.container {
  max-width: 1000px;
}

.main-header {
/*  background-size: cover; */
  position: relative;
  background: url(/themes/cavca_theme/images/line-ft.jpg) no-repeat top center;
}

.main-header nav{
  background: none;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 9999;
  padding: 10px 0;
}

.main-header .region{
  position: relative;
  z-index: 2;
}

/*region header*/

.site-branding{
  margin: 0;
}

.brand.logo{
  width: 75px;
}
.site-branding__name{
  max-width: 540px;
}



.region-header .brand{
  display: inline-block;
  vertical-align: middle;
/*  line-height: 100%; */
}

.site-name a{
	font-size: 24px;
    color: #2d4b6f;
    font-weight: bold;
}

.region-header .site-branding__slogan{
  font-size: 19px;
  color: #2d4b6f;
  font-weight: bold;
}

/*Banner*/

.slideshow{
  text-align: center;
  line-height: 160%;
}

.slideshow h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*top widget*/

.topwidget{
  padding: 0;
}

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

/*footerwidget*/

.footerwidget{
  padding: 20px 0;
}

.copyright{
  background: #1a3051;
  font-size: 10px;
  color: #fff;
}

.copyright p{
  margin: 13px 0;
}

.footerwidget ul{
  padding-left: 15px;
}

/*bottom-widgets*/

.bottom-widgets{
  background: #f9f9f9;
  padding: 20px 0 0 0;
  margin-top: 30px;
}

.bottom-widgets:before{
   background: url(/themes/cavca_theme/images/line-ft.jpg) no-repeat top center #2d4b6f;
   height: 1px;
   width: 100%;
   display: block;
   margin: -20px 0 20px 0;
   content: "";
}



.bottom-widgets img {
  max-width: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px #ddd;
}

.old-site{
	text-align: center;
    max-width: 500px;
    margin: 0 auto 15px auto;
    font-weight: bold;
    color: #074794;
    font-size: 15px;}

#block-sitevamservinform, #block-sitefintehinform, #block-sitefiscservinform{
text-align: center;
}	
	
/*Footer menu*/

.footer-menu{
  margin: 0;
  border: 0;
  background: #333;
  color: #fff;
}

.footer-menu ul{
  margin: 10px 0;
  padding: 0;
}

.footer-menu nav li{
  display: inline-block;
}

.footer-menu nav li a{
  display: block;
  padding: 4px 20px 4px 0;
}

.google_map p,
.google_map .block{
  margin: 0;
}

.google_map iframe{
  display: block;
}

/*Credit link*/

.credit-link{
  text-align: left;
}

/*SOCIAL MEDIA*/

.social-media{
  margin: 10px 0;
  overflow: hidden;
  float: left;
}

.social-media a {
  width: 30px;
  height: 30px;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  background: #3262b9;
  font-size: 14px;
  line-height: 220%;
}

.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #29C5F6;
}

.social-media a.linkedin{
  background: #069;
}

.social-media a.pinterest{
  background: #C61118;
}

.social-media a.rss{
  background: #FF6D00;
}

.social-media a:hover{
  opacity: .6;
}

/*FORM*/

input, button, select, textarea{
  padding: 8px;
  border: 1px solid #C7C7C7;
}

.contact-message-form label{
  display: block;
}

#edit-actions{
/*	width: 180px; */
}

.btn, 
input[type="submit"]{
	background: #2d4b6f;
    color: #fff;
    border: 0;
    padding: 10px !important;
    line-height: 100%;
    height: 34px;
    border-radius: 3px;
}

.btn:hover, 
input[type="submit"]:hover{
  background: #000;
}

/*FRONT PAGE*/

.path-frontpage .feed-icon{
  display: none;
}

/*MENU*/

.navbar-default .navbar-toggle{
  background: #fff;
  margin-right: 0;
}

nav h2{
  display: none;
}

.menu-base-theme,
.menu-base-theme a, 
.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  border-radius: 5px;}

.menu-base-theme li a{
  background: #2d4b6f;
}

.region-primary-menu{
  display: none;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  margin-top: 5px;
}

.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow{
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
} 

.navbar-toggle{
  z-index: 999;
}

/*breadcrumb*/

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 11px;
}

.breadcrumb ul{
  padding: 0;
  margin: 0;
}

.breadcrumb ul li{
  display: inline-block;
}

/*search form*/

.search-block-form{
  margin: 0 auto;
}

.region-search{
  padding: 0;
}

.form-search{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: -1px;}

#search-block-form{
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions{
  display: contents;
  vertical-align: top;
/*  width: 100%; */
}

#search-block-form input{
/*  width: 100%; */
  padding:5px;
}

/*Demo typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.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;
}

/*Contact form*/

.path-contact{
  
}

.contact-message-feedback-form{
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #fff;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}

/*user-login-form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #fff;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.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;
}


/*Comment*/

.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-submitted{
  padding: 5px 10px;
/*  border: 1px solid #eee; */
  color:#777;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  line-height: 100%;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links inline*/

ul.links.inline li{
  display: none;
  padding-right: 10px;
}

/*Carousel*/

.carousel-caption p,
.carousel-caption h3{
  display: none;
}

.carousel-caption h3{
  margin-top: 0;
}

.carousel-indicators li{
  border: 1px solid #348BC2;
}

.carousel-indicators .active{
  background-color: #348BC2;
}

/*sidebar block*/

.sidebar .block-block-content > h2.title{
  background: #348bc2;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  margin: 0;
}

.sidebar .block-block-content > .content{
  border: 1px solid #eee;
  padding: 10px;
  background: #f9f9f9;
}

/*Profile Page*/

.path-user .profile >div{
  display: inline-block;
}

.path-user .profile .label{
  display: block;
  color: #333;
}

.menu .menu-item{
  padding: 6px 0;
  list-style: none;
}
.menu .is-active{
  text-decoration: underline;
  color: #337ab7;
}
.region-sidebar-first{
  background: #f9f9f9;
}

.menu li:before {
  content: "» ";
  color: #005aa8;
}

.content h1 {
  margin-top: 0px;
}

.ckeditor-accordion-container > dl dt > a{
  background-color: #2d4b6f;
  border-bottom: 1px solid #4877b1;
}

.ckeditor-accordion-container > dl dt > a:hover {
  background-color: #4877b1;
}

.ckeditor-accordion-container > dl dt.active > a {
  background-color: #365a86;
}

.ckeditor-accordion-container > dl dd {
  padding: 15px 15px 0 15px;
}

.button-fbk {
  position: fixed;
  top: 30%;
  right: 0;
  background: url(/themes/cavca_theme/images/feedback.png) no-repeat;
  width: 62px;
  height: 198px;
  z-index: 10;
}

/* thumbnail 
.node__content .quickedit-field img{
    float: left;
    padding-right: 5px;
}

.node--view-mode-full img{
    display:none;
}*/