/* rows */
.container .has-sidebar .row {
	margin: 0 -15px;
}

/* headings */
h1 {
	margin-bottom: 30px;
}

 h2.after:after, h3.after:after {
 	height: 1px;
 	width: 100%;
 }

.vc_separator h4 {
	font-size: 24px;
}

.vc_separator .vc_sep_holder {

}

/* menus */
.navigation-wrapper {
	padding: 0 0 50px;
}


.navigation-wrapper a .dashicons-facebook {
	color: #425c96;
}

/* navigation */
.navbar-brand .btn {
	max-width: 150px;
	white-space: normal;
	height: 70px;
}
.navbar-brand .btn4 {
	max-width: 150px;
	white-space: normal;
	height: 70px;
}
.btn4 {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ea6645;
    border: 2px solid transparent;
    color: #fff;
    font-weight: bold;
    /* min-height: 40px; */
    outline: none !important;
    padding: 3px 18px;
	display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
}
.navbar-brand .btn2 {
	max-width: 150px;
	white-space: normal;
	height: 70px;
	padding: 12px 17px;
}

.logo {
	display: inline-block;
	text-decoration: none;
}

.logo.alt {
	margin-left: 5px;
	margin-right: 5px;
	height: 70px;
}

/* content images */
#page-content img {
	width: auto;
	height: auto;
	max-width: 100%;
}

/* pagination */
.pagination > li > a,
.pagination > li > span {
	display: inline-block;
    border: 2px solid #c5c5c5;
    color: #252525;
    font-weight: bold;
    padding: 5px 10px;
    margin: 2px;
    float: none;
}

.pagination > li > span {
	border-color: #002e50;
	color: #fff;
	cursor: default;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active,
.pagination > li > a.active {
	text-decoration: none;
	border-color: #002e50;
}

.pagination > li > a.active {
	cursor: default;
}

/* menus */
.vr_row .menu li a {
	background: url(images/blt2.png) no-repeat 0  -12px;
}

.menu-style-2 ul.menu {
	padding: 0;
}

.menu-style-2 .widgettitle {
	margin-bottom: 5px;
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
}

.menu-style-2 .widgettitle:after {
	display: none;
}

.menu-style-2 .menu li {
	list-style: none;
	padding: 0 0 1px 0;
}

.menu-style-2 .menu a {
	display: block;
	padding: 9px 10px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.menu-style-2 .menu a:hover,
.menu-style-2 .menu a:focus,
.menu-style-2 .menu a:active {
	opacity: 0.7;
}

.menu-style-2 .menu .active a {
	background: #ea6645;
}

/* image carousels */
.vc_images_carousel {
	width: auto !important;
}

.wpb_images_carousel .wpb_wrapper {
	background-color: #eeeeee;
	border: 1px solid #ccc; 
}

.wpb_images_carousel .wpb_wrapper h2 {
	min-height: 48px;
	margin: 0;
	padding: 8px;
	font-size: 15px;
}

.image-carousel-alt .image-carousel {
	bottom: 0;
}

.wpb_images_carousel a {
	display: block;
}

/* forms */
textarea {
	resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc !important;
}

::-moz-placeholder {
  color: #ccc !important;
}

:-ms-input-placeholder {
  color: #ccc !important;
}

:-moz-placeholder {
  color: #ccc !important;
}

::placeholder {
	color: #ccc !important;
}

.wpcf7-form {
    background: #eee;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form input[type="tel"] {
	min-height: 20px;
	padding: 5px;
}

.wpcf7-form textarea {
	height: 75px;
}

.form-submit input,
.wpcf7-form .wpcf7-submit {
	padding: 12px;
}

/* sortable tables */
#search-table {
	margin-bottom: 25px !important;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #333;
}

.search-title {
    color: #333;
    line-height: 30px;
    font-size: 17px;
    border-bottom: 1px solid #333;
}

#search-table table,
#search-table th,
#search-table td {
	border: 0;
	vertical-align: bottom;
}

.sorter-false {
	cursor: default !important;
}

.sorter-false:before {
	display: none !important;
}

/* sidebar widgets */
.sidebar .widget {
	margin-bottom: 20px;
	background: #0d2b4f;
}

.sidebar .widget h2 {
    margin-bottom: 0px;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
	background: #012549;
    color: #fff;
}

.sidebar .widget h2:after {
	display: none;
}

.sidebar .widget ul {
	margin: 0 15px;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
}

.sidebar .widget a {
	display: block;
	padding: 2px 0;
	color: #fff;
}

/* footer */
#page-footer {
	font-size: 12px;
}

#page-footer #footer-bottom {
	background: #fff; 
}

#page-footer .col-md-3:first-child {
	border-right: 1px solid #1a324c;
}

#page-footer h4 {
	margin: 20px 0 10px 0;
	font-size: 18px;
}

#page-footer h4:after {
	display: none;
}

#page-footer .widget ul {
	padding: 0; 
}

#page-footer .widget li {
	padding: 5px 10px 5px 12px;
	list-style: none;
	background: url("../images/blt.png") center left no-repeat;
}

#page-footer .copyright p {
	margin-bottom: 15px;
	font-size: 11px;
	color: #767676;
}

#page-footer .copyright a {
	color: #dd644a;
}

#page-footer img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.subscribe-form {
	margin-top: 15px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
	width: 160px;
	display: inline-block;
	vertical-align: middle;
}
 
/* loader */
.images-preloader {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100001;
	background-color: #eee;
	width: 100%;
	height: 100%;
}

.rectangle-bounce {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -15px;
}

.rectangle-bounce div {
  height: 60px;
  width: 6px;
  margin-left: -2px;
  display: inline-block;
  background: #012951;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.rectangle-bounce div:last-child{
  margin-left: -3px;
}
.rectangle-bounce .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.rectangle-bounce .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.rectangle-bounce .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.rectangle-bounce .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0) 
  }
}


/* media queries */
@media (min-width: 991px) and (max-width: 1200px) {
	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"]  {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.sidebar {
		float: none;
	}
}

@media (min-width: 768px) {
	.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
		height: 150px;
	}

	.vc_images_carousel img {
		height: 150px;
		width: auto;
	}
}

@media (max-width: 767px) {
	.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
		height: auto;
	}

	.vc_images_carousel img {
		height: auto;
		width: auto;
	}

	h1 {
		font-size: 19px;
	}

	h3 {
		font-size: 15px;
	}
	.navbar-header .navbar-brand.nav{
		padding-top: 30px!important;
	}
	.navbar-brand.nav a.logo:first-child{
		width: 100%;
		top: -50px;
		position: absolute;
	}
	.navigation-wrapper .primary-navigation-wrapper header .navbar-brand .logo.alt img{
		max-height: 70px!important;
	}
}