/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: 'PT Sans', sans-serif;
  color: #472c63;
  background: url('images/bg.png') no-repeat top center;
  background-size: contain;
  background-color: #fff;
}

p {
font-family: 'PT Sans', sans-serif;
    color: #383838;
    line-height: 1.6;
    font-size: 16px;
}

li {
    font-family: 'PT Sans', sans-serif;
    color: #383838;
    line-height: 1.6;
    font-size: 16px;
}


h1,h2,h3{
font-family: 'PT Sans', sans-serif;
color: #472c63;
}

h1 {
	font-weight: bold;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #a3a3a3;
    text-transform: uppercase;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a3a3a3;
   text-transform: uppercase;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #a3a3a3;
   text-transform: uppercase;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #a3a3a3;
   text-transform: uppercase;
}


span.r4-span-subtitle {
font-family: 'PT Sans', sans-serif;
font-weight: bold;
}



.footer {
bottom: 0;
width: 100%;
background-color: #f0f1f1;
padding: 50px 0;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
 
body > .container {
  padding: 0 15px 0;
}
.container .text-muted {
  margin: 20px 0; 
}

.np-box {
    border-radius: 5px;
    background-color: #f0f1f1;
    margin: 20px;
    height: 131px;
    text-align: center;
    width: 348px;
    border: 1px solid #E0E0E0;
}

.np-box:hover {
    background-color: #E0E0E0;
}

.np-box img {
   margin-top: 26px;
}

.container .alert {
	display: none;
}

.main {
	margin-top: 20px;
}

.inner-content {
	padding-top: 20px;
}

.inner-content img {
	max-width: 100%;
}

.partner {
	margin-bottom: 20px;
}
.partner img {
	max-width: 100%;
}
.partner-single {
	margin-bottom: 20px;
}
.partner-single .logo {
	max-width: 400px;
}
.partner-single .person-image {
	float: left;
	max-width: 200px;
	margin-right: 10px;
}
.partner-single .partner-item {
	margin-top: 10px;
}

.sidebar .title {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.sidebar .intro {
	color: #472c63;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.latest-news .newslisting {
	padding: 0;
}
.latest-news .newslisting li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #cecece;
}
.latest-news .newslisting li:first-child {
	border-top: 2px solid #cecece;
}
.latest-news .news-content {
	padding-left: 0;
}
.latest-news .news-content a {
	color: #472c63;
	font-weight: bold;
}
.latest-news .news-content p {
	color: #472c63;
	font-size: 16px;
        line-height: 1.6;
}
.latest-news .news-content time {
	color: #a3a3a3;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.footer ul {
	padding: 0;
	list-style: none;
}
.footer address {
	text-transform: none;
        color: #909090;
}

code {
  font-size: 80%;
}

.top-line-bar {
  height: 26px;
  background-color: #472c63;
}
.top-line-bar .logout {
	float: right;
	color: #fff;
}

.boxpost a img.alignleft {
float: left;
margin: 0 1em 1em 0;
}




.r4-titles-wrap {
background-color: rgba(95, 46, 89, 0.83);
padding: 38px 30px 27px 30px;
color: #fff;
}
.tp-caption {
white-space: normal !important;
}

div#r4-pagetitle {
position: absolute;
width: 768px;
}

div#r4-pagetitle span, div#r4-pagetitle-main span {
display: block;

font-family: 'PT Sans', sans-serif;

}

span.r4-span-subtitle {
font-size: 38px;
line-height: 43px;
margin-bottom: 6px;
text-transform: uppercase;
}

.rev-slider-full, .rev-slider-fixed {
min-height: 383px;
max-height: 383px;
}

a.navbar-brand {
height: auto;
}

.navbar-default {
background-color: rgba(255, 255, 255, 0);
border: none;
}

.top-nav-header {
/*height: 155px;
overflow: auto;*/
margin-bottom: 20px;
}

.header-form {
	float: right;
	margin-top: 12%;
}
.header-form label {
	margin-right: 5px;
	font-weight: normal;
}
.header-form input, .header-form .btn {
	height: 42px;
  	padding: 10px 14px;
  	border: none;
	border-radius: 0;
}
.form-btn {
	height: auto;
	background-color: #dfad2e;
	color: #fff;
	text-transform: uppercase;
}
.form-btn:hover, .form-btn:focus {
	background-color: #472c63;
	color: #fff;
}

.navbar {
margin:0;
z-index: 999;
}


a.logo {
margin-top: 28px;
display: inline-block;
}

.r4-slider {
margin-top: -64px;
margin-left: 0;
margin-right: 0;
}

.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {
	left: 0!important;
}

ul.nav.navbar-nav {
text-transform: uppercase;
}

.navbar-nav>li {
background-color: #dfad2e;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #FFFFFF;
background-color: #472c63;
}
 

.navbar-default .navbar-nav>li>a {
color: #fff;
}

.nav>li>a {
position: relative;
display: block;
padding: 22px 34px;
font-family: 'PT Sans', sans-serif;
font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #FFF;
background-color: #c2c2c2;
}


.nav>li:before {
content: "";
display: block;
position: absolute;
height: 100%;
width: 1px;
background-color: #efd79a;
}

.intro-blocks {
	margin-bottom: 40px;
}

.intro-blocks .intro-text h2{
	color: #0070c0;
	font-size:41px;
	font-weight:bold;
}

.intro-blocks .intro-text p{
	font-size:16px;
	line-height: 1.6;
}

.services h2{
font-size:23px;
/* margin-top: 25px; */
}

.services p{
font-size:13px;
}

.services h2:before{
width: 71px;
height: 71px;
display: inline-block;
text-align:center;
float:left;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
color: #fff;  
margin-top: -10px;
margin-right: 10px;
}


.services  h2.serv1:before {
content: "\f085";
background-color:#f8bb01;
font: normal normal normal 44px/1 FontAwesome;
padding: 14px 10px;
}

.services  h2.serv2:before {
content: "\f0eb";
background-color:#64ad33;
font: normal normal normal 58px/1 FontAwesome;
padding: 9px 10px;
}

.services  h2.serv3:before {
content: "\f0c0";
background-color:#0070c0;
font: normal normal normal 38px/1 FontAwesome;
padding: 17px 10px;
}

.feature-blocks {
	margin-bottom: 20px;
}
.feature-blocks a {
	display: block;
	margin-left: 20px;
	color: #472c63;
}
.feature-blocks a > img {
	float: left;
	margin-right: 20px;
}
.feature-blocks a > span {
	font-size: 30px;
	text-transform: uppercase;
}
.feature-blocks a > span:after {
	content: url("../images/assets/featured-arrow.png");
	margin-left: 10px;
}

.capabilities {
	margin: 20px 0;
}
.capabilities .item {
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 420px;
	height: 420px;
	display: table;
	margin: 0 auto 20px;
}
.capabilities .item:hover {
	opacity: 1;
}
.capabilities a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #000;
	background-color: rgba(255,255,255,0.4);
}
.capabilities a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0);
}
.capabilities a > span {
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
}

.mailchimp-embed {
	margin-bottom: 10px;
}

.intro-text {
/*padding-bottom: 70px;
border-bottom: #d6d5d5 1px solid;*/
background-color: #fff;
}
.logos-wrapper {
/*padding-top: 6px;*/
border-top: #d6d5d5 1px solid;
/*margin-top: -25px;*/
text-align: center;
border-bottom: #d6d5d5 1px solid;
/*margin-bottom: 24px;*/
}
.clients-logos {
	margin-top: 20px;
	margin-bottom: 25px;
}
.clients-logos h3 {
color: #0070c0;
font-size: 17px;
background-color: #fff;
text-align: center;
text-transform: uppercase;
}

.clients-logos h3 span {
background-color: #fff;
padding: 5px;
display: inline-block;
}


.caret {
display: block;
border-top: 5px solid;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
position: absolute;
left: 50%;
margin-top: 5px;
}

.logos-wrapper img{
 margin-left: 16px;
 margin-top: 12px;
 margin-bottom: 17px;
}

.logos-wrapper img:first-child{
 margin-left: 0;
}

.top-option {
background-color: #e2e1e1;
text-transform: uppercase;
color: #0070c0;
font-size: 12px;
padding: 4px 6px;
height: 54px;
}

.top-options-box > div {
padding-left: 4px;
padding-right: 4px;
}


.top-option {
display: table;
}

.top-option i {
display: table-cell;
font-size: 25px;
vertical-align: middle;
padding-right: 12px;
}

.top-option span {
display: table-cell;
vertical-align: middle;
line-height: 11px;
}

.row.contact-details a {
color: #64ad33;
text-decoration: none;
font-family: 'PT Sans', sans-serif;
font-size: 17px;
}

#search_wrapper {
display: table-cell;
vertical-align:middle;

}

.social-icons {
display: table-cell;
vertical-align: middle;
padding-left: 14px;
}

.social-icons a {
font-size: 26px;
}


.contact-details {
padding: 13px 0;
}


#contact_form {
width: 100%;
max-width: 590px;
}

footer {
font-size: 14px;
color:#b6b6b6;
text-transform: uppercase;
}

footer h3{
color: #882562;
font-size: 27px;
}

footer a {
	color: #909090;
}
footer a:hover, footer a:focus {
	color: #909090;
}


footer .social-icons  {
	/*padding-left: 0;*/
}
footer .social-icons li {
	list-style: none;
        display: inline;
}

footer .social-icons a {
 color: #882562;
font-size: 40px;
}


.logos-wrapper img {
/*-webkit-filter: grayscale(100%);*/
max-height: 60px;
}

.logos-wrapper img:hover{
/*-webkit-filter: grayscale(0%);*/
}

.news-image-circle {
width: 110px;
height: 110px;
background-size: cover;
}


.news-item {
    display: table;
}

.news-image {
display: table-cell;
vertical-align: middle;
padding: 24px;
}

.news-content {
display: table-cell;
vertical-align: middle;
padding-left: 20px;
padding-top:10px;
}

.news-cont{
height:250px;
overflow:hidden;
}


.r4-trans-feed-animated ul{
padding:0;
}
 
h3.sidetitle {
color: #0070C0;
font-size: 21px;
margin: 0 0 16px 0;
}

 
.newslisting li {
list-style: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
color: #FFFFFF;
background-color: #C2C2C2;
}

.navbar-collapse {
padding: 8px 0 0 0;
background-color: #472c63;
}

.contact-details div, .search-social div{
padding-left: 4px;
padding-right: 4px;
}
.contact-details {
padding: 13px 0;
text-align: right;
}

.contact-details div:first-child{
text-align: left;
}

span.k-widget.k-autocomplete.k-header.BWsearchbar.k-state-default {
width: 100%;
} 


.search-social {
text-align: right;
}

 .search-social div:first-child{
text-align: left;
}


.wrap-top-opt {
width:367px;
float: right;
}

.news-wrapper {
padding: 17px;
border: 1px solid #e8e8e8;
border-radius: 7px;
margin: 25px 0;
}

.r4-trans-feed-animated a {
text-decoration: none;
font-weight: bold;
line-height: 6px;
}


.tp-caption a {
color: #FFBC01;
}

/*button.navbar-toggle {
position: absolute;
top: 10px;
right: -13px;
}*/

 .news-content a {
font-size: 18px;
font-weight: bold;
}
 
.jumbotron {
padding: 24px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
border: #E2E3E4 1px solid;
}
 
.jumbotron p {
margin-bottom: 15px;
font-size: 18px;
font-weight: 200;
}


#searchbar-list.k-list-container{
background-color: rgba(20, 172, 27, 0.93)!important;
overflow: hidden;
}
#searchbar-list .k-state-hover, #searchbar-list .k-state-hover:hover, #searchbar-list .k-list>.k-state-hover {
background-color: #CB9500;
border-color: #FEBC01;
}

#searchbar-list .header {
color: #FFCC00;
padding: 0!important;
margin: 10px 0 5px 0;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
}
#searchbar-list a:hover, #searchbar-list  a:focus {
color: #FFFFFF;
text-decoration: none;
}

#searchbar-list a {
color: #FFFFFF;
}

.result-li-item {
line-height: 14px;
padding-left: 13px;
margin-bottom: 7px;
margin-top: 7px;
}


.has-feedback .form-control-feedback {
	font-size: 10px;
	color: #c60;
	pointer-events: none;
}
 
/*MOBILE TWEEKS*/

@media (max-width:600px) {
div#r4-pagetitle {
width: 329px;
}
.np-row {
margin-left:-35px;
}
.tp-caption {
top:17%!important;
}
		a.logo  {
		margin-top: 17px;
		}

		a.logo img {
		 height: 51px;
		}

		.top-nav-header {
		height: auto;
		}

		.wrap-top-opt {
          float: none;
		  width:auto;
		}
		
		.contact-details {
		text-align: left;
		}
		
		.top-option {
			margin: 9px 0;
		}



}


@media (max-width: 767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #FFF;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #FFF;
	background-color: rgb(255, 187, 0);
	}
	
	.caret {
	display: inline-block;
	border-top: 5px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: relative;
	margin-top: -3px;
	margin-left: 9px;
	left:0;
	}
	
	/*body > .container {
		padding: 10px;
	}*/
	
	.nav>li>a {
		padding: 6px 17px;
	}

	.r4-slider {
		margin-top: -4px;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar {
		margin-bottom: 20px;
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-collapse {
		padding: 0;
	}
}

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