body {
  min-height: 100%;
}
html {
  height: 100%;
  min-height: 100%;
}
.home-section{
  background-image: url("../images/bg-1.jpg");
  background-size: cover;
}
#home, .background-four{
  background-size: cover;
  background-repeat: no-repeat;
}
.searchform-alter input[type="submit"], .searchform-alter button[type="submit"]{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  bottom: 0;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  left: auto;
  outline: medium none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
#block-system-main .searchform-alter:before{
  right: 20px;
}
.searchform-alter{
  position: relative;
  width: 100%;
  display: block !important;
}
.searchform-alter input{
  padding-right: 40px;
}
.searchform-alter:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #999;
  position: absolute;
  right: 14px;
  top: 5px;
  z-index: 1;
}
body.admin-menu .top-bar{
  top: 1.4em;
}
body.toolbar .top-bar{
  top: 30px;
}
body.toolbar.toolbar-drawer .top-bar{
  top: 65px;
}
.main-header{
  background-color: #F4F4F4;
  padding: 20px 0;
  min-height: 80px;
  margin-top: 55px;
}
.main-header .page-title{
  letter-spacing: normal;
  line-height: 33px;
  margin: 0;
  padding: 9px 0;
  text-transform: none;
}
.top-bar{min-height: 54px;}
.breadcrumb{
  color: #5a5a5a; /*Changed breadcrumb color -SM*/
}
.tb-logo{
  margin-left: 0;
}
.content-area{
  padding: 45px 0 60px;
}
.profile h3{
  margin-bottom: 10px;
}
.content-area.margin-top{
  margin-top: 55px;
}
div.error{
  background-image: none;
}
.main-navigation-wrapper h2{
  display: none;
}
.main-navigation ul,.main-navigation ul li{
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.main-navigation ul li a, a:focus, a:hover{
  outline: 0 none;
}
.sidebar .block ul.menu{
  padding-left: 10px;
}
#search-form #edit-basic{
  padding-top: 15px;
}
.service-item ul{
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.page-builder-row-title h2{
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}
.arrow-link:hover,arrow-link:focus{
  text-decoration: none;
}

.owl-next, .owl-prev,
.owl-buttons div,.owl-theme .owl-controls .owl-buttons div,#work .flex-direction-nav a{
  display:inline-block;
  font-family:FontAwesome;
  font-style:normal;
  font-weight:normal;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  color: #CCCCCC;
  display: inline-block;
  text-align: center;
  opacity: 1;
}
#work .flex-direction-nav a:hover, .owl-theme .owl-controls .owl-buttons div:hover{
  color: #AAAAAA;
}
.owl-prev:before{
  content:"\f104";
}
.owl-next:before{
  content:"\f105";
}
.owl-buttons div,.owl-theme .owl-controls .owl-buttons div{
  color: #CCCCCC;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div,.owl-next, .owl-prev, #work .flex-direction-nav a{
  font-size: 42px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.owl-theme .owl-controls .owl-buttons .owl-next,
.owl-theme .owl-controls .owl-buttons .owl-prev, #work .flex-direction-nav a{
  top: 45%;
  position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-next,  #work .flex-direction-nav a.flex-next{
  right: -60px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,  #work .flex-direction-nav a.flex-prev{
  left: -60px;
}
.page-builder-slide-item, 
.views-bs-owl-slider-item{
  margin-left: 20px;
  margin-right: 20px;
}
.post-image img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.submitted{
  color: #AAAAAA;
  line-height: 20px;
  margin-bottom: 0;
}
.node-header{
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.node-teaser{
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.node-header .user-picture img,.comment .user-picture img{
  width: 50px;
}
.node-header .user-picture{
  float: left;
  margin-right: 10px;
}
.node .user-picture img, .comment .user-picture img {
  border-radius: 50%;
}
.node-header h2{
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
}
a.node-read-more.btn{
  border-width: 1px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  padding: 5px 8px;
  margin-top: 8px;
}
.item-list .pager li {
  display: inline-block;
}
.item-list .pagination li {
  margin: 0 3px;
}
.pagination > li > a, .pagination > li > span {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
  border-radius: 50%;
  display: block;
  float: left;
  height: 40px;
  line-height: 22px;
  margin: 0;
  padding: 8px 0 0;
  position: relative;
  text-decoration: none;
  width: 40px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 50%;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus{
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  color: #111111;
}
.pagination li.prev a:hover, .pagination li.last a:hover{
  border: 0 none;
  border-radius: 0;
  background: none;
}
.pagination > li.prev > a, .pagination > li.prev > span {
  width: auto;
}
a.node-read-more.btn:hover{
  border-width: 1px !important;
}
.flexslider ul,.flexslider ul li{
  list-style: none;

}
.flexslider ul{
  margin: 0;
  padding: 0;
}
.flexslider .flex-direction-nav a {
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
}
.flexslider .flex-direction-nav a:hover {
  color: #111111;
  text-decoration: none;
}
.flexslider .flex-direction-nav a:before {
  font-size: 40px;
  line-height: 37px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.flex-direction-nav a{
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.flex-direction-nav a.flex-next{
  right: 5px;
}
.flex-direction-nav a.flex-prev{
  left: 5px;
}
.flexslider{
  position: relative;
}
.comment .name{
  color: #111;
  font-weight: bold;
}
.comment {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.sidebar .block h2{
  margin-top: 0;
  padding-top: 0;
}
.sidebar .block{
  margin-bottom: 30px;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul, ol {
  padding: 0;
}
.views-bs-isotope-plugin-style .node-header{
  margin-top: 0;
  padding-top: 0;
}
.views-bs-isotope-plugin-style .node-content-wrap{
  background-color: #F4F4F4;
  padding: 17px 26px 30px 30px;
}
.views-bs-isotope-plugin-style .node{
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0 none;
}
.breadcrumb{
  background: none;
}
.page-blog-masonry .main-header, 
.page-portfolio .main-header{
  background-color: #FFF;
}
.page-blog-masonry .content-area, 
.page-portfolio .content-area{
  background-color: #F4F4F4;
}
.page-blog-masonry .views-bs-isotope-plugin-style .node-content-wrap{
  background-color: #FFFFFF;
}
a.btn:hover,a.btn:focus{
  outline: 0 none;
}
.flexslider{
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0 none;
}
#work .col-md-12{
  width: 100%;
  padding: 0;
  margin: 0;
}
.page-builder-row-title hr{
  border: 0 none;
}
.light .page-builder-row-title hr{
  background-color: #555555;
}
.light .page-builder-row-title h2{
  color: #FFF;
}
.views-bs-owl-slider-item, .service-item{
  float: left;
}
.owl-item .views-bs-owl-slider-item, .owl-item .service-item{
  float: none;
}

.page-builder-row-section {
  padding: 100px 0 100px;
}
.responsive-img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
ol.flex-control-paging{
  list-style: none;
  color: #666666;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 20px;
  text-align: center;
  z-index: 71;
}
.flex-control-paging li{
  display: inline-block;
}
.flex-control-paging li a{
  border: 1px solid #CCCCCC;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background: none;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  outline: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

}
.quote-slider .flex-direction-nav{
  display: none;
}
.flex-control-paging li a{
  box-shadow: none;
}
.flex-control-paging li a.flex-active{
  background-color: #CCCCCC;
  opacity: 1;
}
.field-name-field-social-links a{
  display: inline;
  margin-right: 5px;
}
.views-bs-owl-slider-item .views-field-nothing img{
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.page-builder-column .bg-white:after, .page-builder-column .bg-white:before{
  content: " ";
  display: table;
}
.page-builder-column .bg-white:after{
  clear: both;
}
.about-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}
.view-team{
  margin-top: 40px;
}
a:hover, a:focus{
  text-decoration: none;
}
.grid-mt {
  margin-top: 40px;
}
.grid-ms {
  margin-left: 20px;
  margin-right: 20px;
}
#contact .form-item{
  margin-top: 0;
  margin-bottom: 10px;
}
#contact .webform-component-email, 
#contact .webform-component-textarea, 
#contact .webform-component-textfield{
  position:relative 
}
#contact .webform-component-email label, 
#contact .webform-component-textarea label, 
#contact .webform-component-textfield label{
  position:absolute; top:10px; left:10px;
}
#contact .webform-component-email label.error, 
#contact .webform-component-textarea label.error, 
#contact .webform-component-textfield label.error{
  position: inherit;
  left: auto;
  top: auto;
}
#contact .messages label{
  font-weight: normal;
}
#contact .webform-component-email input, 
#contact .webform-component-textarea textarea, 
#contact .webform-component-textfield input{
  background: none repeat scroll 0 0 #F4F4F4;
  border: 2px solid #F4F4F4;
  border-radius: 0;
  margin-bottom: 10px;
  min-height: 50px;
  padding: 10px;
  width: 100%;
  box-shadow: none;
}
.form-textarea,.form-text{
  background: none repeat scroll 0 0 #F4F4F4;
  border: 2px solid #F4F4F4;
  border-radius: 0;
  padding: 10px;
  box-shadow: none;
}
#contact .form-textarea{
  font-size: 100%;
  height: 150px;
  resize: none;
}
#contact .webform-component-email input:focus, 
#contact .webform-component-textarea textarea:focus, 
#contact .webform-component-textfield input:focus,
.form-textarea:focus,
.form-text:focus{
  border-color: #222222;
  outline: 0 none;
  transition: all 0.2s ease-in-out 0s;
}
#contact form{
  margin-bottom: 20px;
}
.main-navigation ul.menu li.active a, .main-navigation ul.menu  > li.active-trail > a{
  color: #FFF;
}
dl {
  margin-bottom: 35px;
  margin-top: 0;
}
dt {
  border-top: 1px solid #e5e5e5;
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 13px;
  margin: 12px 0 0;
  padding: 16px 0 7px;
  text-transform: uppercase;
}
dl dt:first-child {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}
dd {
  margin-left: 0;
}
dt, dd {
  line-height: 22px;
}
#comments h2.title{
  text-align: left;
}
#main-page-content{
  margin-bottom: 20px;
}
a.tagclouds{
  font-size: 100% !important;
  margin-bottom: 8px;
  text-transform: none;
}
a.btn-sm{
  border-width: 1px;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  padding: 5px 8px;
}
a.btn-sm:hover{
  border-width: 1px;
}
code {
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  clear: both;
  display: block;
  font: 12px "Andale Mono",Courier,"Courier New",monospace;
  margin-bottom: 20px;
  overflow: auto;
  padding: 10px 20px 20px;
  white-space: pre;
}
@media (max-width: 992px) {
  .main-header .page-title{
    float: none !important;
  }
  .main-header{
    text-align: center;
  }
  .main-header .breadcrumb {
    display: inline-block;
    float: none !important;
  }
}
.grid-mt {
  margin-top: 20px;
}
.alert ul{
  padding-left: 20px;
}
@media only screen and (max-width: 1220px) {
  .grid-mt {
    margin-top: 30px;
  }
  .grid-ms {
    margin-left: 15px;
    margin-right: 15px;
  }
  .owl-theme .owl-controls .owl-buttons div,.owl-next, .owl-prev, 
  #work .flex-direction-nav a{
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next,
  .owl-theme .owl-controls .owl-buttons .owl-prev{
    top: auto;
    position: relative;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next{
    right: auto;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: auto;
  }
  .page-builder-slide-item, .views-bs-owl-slider-item{
    margin-left: 10px;
    margin-right: 10px;
  }
  .about-wrapper{
    padding-left: 10px;
    padding-right: 10px;
  }
  .flexslider .flex-direction-nav a:before{
    font-size: 28px;
    line-height: 28px;
  }
  .flex-direction-nav a{
    width: 28px;
    height: 28px;
  }
  #work .flex-direction-nav a{
    position: absolute;
    top: 100%;
    margin-top: 20px;
  }
  #work .flex-direction-nav a.flex-prev{
    left: 50%;
    margin-left: -40px;
  }
  #work .flex-direction-nav a.flex-next{
    margin-right: -40px;
    right: 50%;
  }
}
@media only screen and (max-width: 480px) {
	.page-builder-row-section.page-builder-row-parallax{
		background-attachment: scroll !important;
		background-position: center top !important;
	}
}
@media only screen and (max-width: 1024px) {
	.page-builder-row-section.page-builder-row-parallax{
		background-attachment: scroll !important;
		background-position: center top !important;
	}
}
