/*Other
===================================================*/
/*--PREDEFINED COLOURS--*/
/*--RESPONSIVE BREAKPOINTS--*/
/* FONT FAMILY */
/* PHONE MEDIA QUERY */
/* TABLET MEDIA QUERY */
/* DESKTOP MEDIA QUERY */
/*----------------------- MIXINS -----------------------*/
.middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*----------------------- ANIMATION -----------------------*/
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@keyframes bouncing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0, 0, 1);
  }
}
@-webkit-keyframes bouncing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0, 0, 1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes up-and-down {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.node .row img {
  max-width: 100%;
  height: auto;
}
.page-node-37 .region-user4 .block,
.page-node-37 .region-user5 .block {
  min-height: 325px;
}
.carousel-inner img {
  height: auto;
  width: 100%;
}
#block-block-18 br {
  display: none;
}
#block-block-18 .clearfix {
  height: 10px;
  clear: both;
}
.icon-list {
  padding: 0;
}
.icon-list li {
  display: inline;
}
.icon-list.md i {
  font-size: 30px;
  color: #AFB4B9;
}
.icon-list.md i:hover {
  color: #009fda;
}
#section-page-title {
  margin-bottom: 50px;
}
.page-contact #section-page-title {
  margin-bottom: 0;
}
.region-left-sidebar ul,
.region-right-sidebar ul {
  padding: 0;
}
#comments {
  margin-bottom: 30px;
}
/* Our Team
================================================== */
.team {
  background: #fff;
  border-radius: 0 0 2px 2px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: 0;
}
.team:hover {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.team-name {
  padding: 12px 0px 10px 0px;
  margin: 0 20px 10px 20px;
  border-bottom: 1px solid #eceef0;
}
.team-name h5 {
  line-height: 14px;
  font-weight: 600;
}
.team-name span {
  display: block;
  font-weight: 300;
  color: #b9bec3;
  font-size: 12px;
  font-style: italic;
}
.team-about {
  padding: 0 0 1px 0;
  margin: 0 20px 0px 20px;
}
.team-email {
  border-top: 1px solid #eceef0;
  padding: 5px 0 10px;
  margin: 0 20px 0px 20px;
  font-weight: 300;
  color: #b9bec3;
  font-size: 12px;
}
.team-email a {
  font-weight: 300;
  color: #b9bec3;
  font-size: 12px;
}
.team-about p {
  line-height: 24px;
}
.team-img {
  border-radius: 2px 2px 0 0;
}
.team-alt {
  width: 100%;
  float: left;
}
.team-alt .img-wrp {
  width: 49%;
  float: left;
}
.team-alt .content {
  width: 49%;
  float: right;
  text-align: left;
}
.img-wrp {
  position: relative;
}
.img-wrp img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.node-team .img-wrp {
  position: relative;
  overflow: hidden;
}
.node-team .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.node-team .overlay-wrp {
  opacity: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.node-team .overlay-wrp ul {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -86px;
  height: 40px;
  width: 180px;
  padding: 0;
}
.node-team .overlay-wrp ul a {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 50%!important;
  font-size: 18px!important;
}
.node-team:hover .overlay {
  opacity: 1;
}
.node-team:hover .overlay-wrp {
  top: 0;
  opacity: 1;
}
.view-team .bx-wrapper {
  padding-top: 50px;
}
.team-style-1 .team-item {
  width: 50% !important;
  float: left;
}
@media (max-width: 480px) {
  .team-style-1 .team-item {
    width: 100% !important;
    float: none !important;
  }
}
/* Social Icons
====================================*/
.social-icons ul {
  padding: 0;
}
.social-icons li {
  display: inline;
  float: left;
  margin-right: 4px;
}
.social-icons li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: left !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.social-icons li a i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 20;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.social-icons .twitter:before,
.social-icons .wordpress:before,
.social-icons .facebook:before,
.social-icons .linkedin:before,
.social-icons .renren:before,
.social-icons .tumblr:before,
.social-icons .github:before,
.social-icons .maxcdn:before,
.social-icons .instagram:before,
.social-icons .xing:before,
.social-icons .html5:before,
.social-icons .dropbox:before,
.social-icons .css3:before,
.social-icons .gplus:before,
.social-icons .yahoo:before,
.social-icons .pinterest:before,
.social-icons .dribbble:before,
.social-icons .reddit:before,
.social-icons .vimeo:before,
.social-icons .rss:before,
.social-icons .youtube:before,
.social-icons .linux:before,
.social-icons .appstore:before,
.social-icons .heart:before,
.social-icons .envelope:before,
.social-icons .fivehundredpx:before,
.social-icons .btc:before,
.social-icons .stumbleupon:before,
.social-icons .dribbble:before,
.social-icons .stack-exchange:before,
.social-icons .android:before,
.social-icons .instagram:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 16px;
  color: #a0a5aa;
  -webkit-transition: all 0.15s ease-in-out 0.5s linear;
  -moz-transition: all 0.15s ease-in-out 0.5s linear;
  -o-transition: all 0.15s ease-in-out 0.5s linear;
  -ms-transition: all 0.15s ease-in-out 0.5s linear;
  transition: all 0.15s ease-in-out 0.5s linear;
  position: absolute;
  left: 0;
  z-index: 20;
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.social-icons li a:hover,
.social-icons li a i {
  color: #fff;
}
.social-icons li a i {
  top: -30px;
  opacity: 0;
}
.social-icons li a:hover i {
  top: 0;
  opacity: 1;
}
.social-icons .facebook i,
.social-icons .facebook:before {
  text-align: center;
  width: 100%;
  display: block;
}
.social-icons .facebook:before {
  content: "\f09a";
  top: 0;
  opacity: 1;
}
.social-icons .facebook:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .facebook:hover {
  background-color: #4a6d9d;
}
.social-icons .twitter:before {
  font-size: 18px;
}
.social-icons .twitter i,
.social-icons .twitter:before {
  text-align: center;
  width: 100%;
  display: block;
}
.social-icons .twitter:before {
  content: "\f099";
  top: 0;
  opacity: 1;
}
.social-icons .twitter:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .twitter:hover {
  background-color: #3bc1ed;
}
.social-icons .gplus i,
.social-icons .gplus:before {
  text-align: center;
  width: 100%;
  display: block;
}
.social-icons .gplus:before {
  content: "\f0d5";
  top: 0;
  opacity: 1;
}
.social-icons .linkedin i,
.social-icons .linkedin:before {
  text-align: center;
  width: 100%;
  display: block;
}
.social-icons .linkedin:before {
  content: "\f0e1";
  top: 0;
  opacity: 1;
}
.social-icons .linkedin:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .linkedin:hover {
  background-color: #0b7bb5;
}
.social-icons .gplus:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .gplus:hover {
  background-color: #d53824;
}
.social-icons .maxcdn:before {
  content: "\f136";
  top: 0;
  opacity: 1;
}
.social-icons .maxcdn:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .maxcdn:hover {
  background-color: #3274d1;
}
.social-icons .pinterest:before {
  content: "\f0d2";
  top: 0;
  opacity: 1;
}
.social-icons .pinterest:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .pinterest:hover {
  background-color: #cb1f25;
}
.social-icons .btc:before {
  content: "\f15a";
  top: 0;
  opacity: 1;
}
.social-icons .btc:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .btc:hover {
  background-color: #40833e;
}
.social-icons .heart:before {
  content: "\f004";
  top: 0;
  opacity: 1;
}
.social-icons .heart:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .heart:hover {
  background-color: #205685;
}
.social-icons .stack-exchange:before {
  content: "\f18d";
  top: 0;
  opacity: 1;
}
.social-icons .stack-exchange:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .stack-exchange:hover {
  background-color: #6ca405;
}
.social-icons .appstore:before {
  content: "\f179";
  top: 0;
  opacity: 1;
}
.social-icons .appstore:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .appstore:hover {
  background-color: #c0c0c0;
}
.social-icons .linux i,
.social-icons .linux:before {
  font-size: 14px !important;
}
.social-icons .linux:before {
  content: "\f17c";
  top: 0;
  opacity: 1;
}
.social-icons .linux:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .linux:hover {
  background-color: #ff6501;
}
.social-icons .dribbble:before {
  content: "\f17d";
  top: 0;
  opacity: 1;
}
.social-icons .dribbble:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .dribbble:hover {
  background-color: #ef5a92;
}
.social-icons .envelope:before {
  content: "\f003";
  top: 0;
  opacity: 1;
}
.social-icons .envelope:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .envelope:hover {
  background-color: #6bb130;
}
.social-icons .rss i,
.social-icons .rss:before {
  font-size: 14px !important;
}
.social-icons .rss:before {
  content: "\f09e";
  top: 0;
  opacity: 1;
}
.social-icons .rss:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .rss:hover {
  background-color: #fe8f00;
}
.social-icons .youtube i,
.social-icons .youtube:before {
  font-size: 18px !important;
}
.social-icons .youtube:before {
  content: "\f167";
  top: 0;
  opacity: 1;
}
.social-icons .youtube:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .youtube:hover {
  background-color: #bf2f29;
}
.social-icons .vimeo i,
.social-icons .vimeo:before {
  font-size: 14px !important;
}
.social-icons .vimeo:before {
  content: "\f194";
  top: 0;
  opacity: 1;
}
.social-icons .vimeo:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .vimeo:hover {
  background-color: #4c8ab0;
}
.social-icons .xing:before {
  content: "\f168";
  top: 0;
  opacity: 1;
}
.social-icons .xing:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .xing:hover {
  background-color: #036568;
}
.social-icons .android:before {
  content: "\f17b";
  top: 0;
  opacity: 1;
}
.social-icons .android:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .android:hover {
  background-color: #9251a2;
}
.social-icons .html5:before {
  content: "\f13b";
  top: 0;
  opacity: 1;
}
.social-icons .html5:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .html5:hover {
  background-color: #2f3842;
}
.social-icons .renren:before {
  content: "\f18b";
  top: 0;
  opacity: 1;
}
.social-icons .renren:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .renren:hover {
  background-color: #383838;
}
.social-icons .dropbox:before {
  content: "\f16b";
  top: 0;
  opacity: 1;
}
.social-icons .dropbox:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .dropbox:hover {
  background-color: #2c92dd;
}
.social-icons .github:before {
  content: "\f09b";
  top: 0;
  opacity: 1;
}
.social-icons .github:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .github:hover {
  background-color: #5c7381;
}
.social-icons .css3:before {
  content: "\f13c";
  top: 0;
  opacity: 1;
}
.social-icons .css3:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .css3:hover {
  background-color: #d21309;
}
.social-icons .tumblr:before {
  content: "\f173";
  top: 0;
  opacity: 1;
}
.social-icons .tumblr:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .tumblr:hover {
  background-color: #3d658d;
}
.social-icons .instagram:before {
  content: "\f16d";
  top: 0;
  opacity: 1;
}
.social-icons .instagram:hover:before {
  top: 30px;
  opacity: 0;
}
.social-icons .instagram:hover {
  background-color: #3f6f94;
}
/* List Styles
====================================*/
.list-1 li,
.list-2 li,
.list-3 li,
.list-4 li {
  list-style: none;
  margin: 7px 0;
  margin-left: 2px;
}
ul.list-1,
ul.list-2,
ul.list-3,
ul.list-4 {
  padding: 0 0 20px 0;
}
.list-1 li:first-child,
.list-2 li:first-child,
.list-3 li:first-child,
.list-4 li:first-child {
  margin-top: 0;
}
body.ltr .list-1 li:before,
body.ltr .list-2 li:before,
body.ltr .list-3 li:before,
body.ltr .list-4 li:before {
  content: "";
  font-family: "FontAwesome";
  margin: 0 8px 0 0;
  position: relative;
  color: #5F8CB4;
}
body.ltr .list-1 li:before {
  content: "";
}
body.ltr .list-2 li:before {
  content: "\f105";
}
body.ltr .list-3 li:before {
  content: "";
}
body.ltr .list-4 li:before {
  content: "";
}
/*Message box
============================================*/
.merror,
.merror strong {
  background-color: #FFE9E9;
  border: 1px solid #FBC4C4;
  color: #DE5959;
}
.msuccess,
.msuccess strong {
  background-color: #EBF6E0;
  border: 1px solid #B3DC82;
  color: #5F9025;
}
.mwarning,
.mwarning strong {
  background-color: #FBFADD;
  border: 1px solid #DED58A;
  color: #8F872E;
}
.mnotice,
.mnotice strong {
  background-color: #E9F7FE;
  border: 1px solid #B6D7E8;
  color: #5091B2;
}
.alert strong {
  border: none;
}
/* 09 Services Boxes
================================================== */
.services-box .inner {
  position: relative;
  height: 250px;
}
.services-box .inner:after {
  clear: both;
}
.services-box .inner .front,
.services-box .inner .back {
  text-align: center;
  border: 1px solid #eceef0;
  border-radius: 3px;
  padding: 30px 10px;
}
.services-box .inner .front .fa,
.services-box .inner .back .fa {
  font-size: 80px;
}
.services-box .inner .front {
  height: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-box .inner .back {
  background: #009fda;
  color: #fff;
  height: inherit;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-box .inner .back h3 {
  color: #fff;
}
.services-box .inner:hover .front {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}
.services-box .inner:hover .back {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
/*Services Page
=====================================================*/
.bg-purple {
  background: #643296;
  width: 100%;
  float: left;
  padding: 60px 0;
}
.bg-purple h3 {
  color: #fff !important;
  text-align: center;
  font-weight: 200;
}
.bg-purple:after {
  content: '';
  position: absolute;
  border: 25px solid transparent;
  border-top-color: #643296;
  left: 50%;
  margin-top: 54px;
}
.region-parallax .front h3 {
  color: #fff;
}
/* Pricing Tables
===================================== */
.plan .table-wrp {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.plan ul {
  padding: 0;
}
.plan .table-wrp:hover {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
}
.plan h3 {
  font-size: 22px;
  padding: 18px 0;
  color: #232d37;
  font-weight: 800;
  text-align: center;
  background-color: #fff;
  font-family: "Raleway";
  border-bottom: none;
}
.plan-price {
  font-size: 36px;
  font-weight: 900;
  color: #afb4b9;
  text-align: center;
  padding: 25px 0 22px 0;
  position: relative;
  background-color: #eff4f7;
  letter-spacing: -0.5px;
}
.plan-currency {
  font-size: 24px;
  color: #afb4b9;
  position: absolute;
  margin: 0px -20px;
}
.period {
  display: block;
  font-size: 16px;
  margin: 5px 0 0 0;
  opacity: 0.6;
}
.plan-features {
  background: #fff;
  padding: 12px 25px;
  border-radius: 0 0 2px 2px;
}
.plan-features ul li {
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #eceef0;
}
.plan-features a.button {
  position: relative;
  display: block;
  width: 90px;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #232d37;
  color: #fff;
}
/* Premium Plan Style */
.premium .plan-price,
.premium .plan-features a.button:hover {
  background-color: #fff;
  color: #009fda;
}
.premium.plan h3,
.premium .plan-features a.button {
  background-color: #232d37;
  color: #fff;
}
.premium .plan-currency {
  color: #009fda;
}
.premium.plan h3,
.premium .plan-features {
  background-color: #009fda;
  color: #fff;
}
.featured .plan-price {
  background-color: #eff4f7;
  color: #afb4b9;
}
.featured.plan h3 {
  background-color: #fff;
}
.featured .plan-features a.button {
  background-color: #232d37;
}
.featured .plan-features a.button:hover {
  color: #fff;
}
embed {
  position: relative;
  padding: 0px;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
embed .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  border: 0;
}
.embed iframe,
.embed object,
.embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-left {
  float: left;
  margin: 5px 15px 8px 0;
}
.image-right {
  float: right;
  margin: 5px 0 8px 15px;
}
.image-center {
  margin: 5px auto 0 10%!important;
}
.left {
  text-align: left;
}
.centered {
  text-align: center;
}
.right {
  float: right!important;
}
.pic {
  margin-bottom: 10px;
  border-radius: 2px;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.pic:hover {
  opacity: 0.7;
}
/* Dropcaps
====================================*/
.dropcap {
  float: left;
  color: #009fda;
  font-size: 58px;
  line-height: 54px;
  padding-top: 4px;
  padding-right: 10px;
  margin-top: -2px;
}
.dropcap.gray {
  color: #555;
}
#search-block-form input::placeholder {
  color: #b5b5b5;
  opacity: 1;
  /* Firefox */
}
#search-block-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b5b5b5;
}
#search-block-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b5b5b5;
}
.region-left-sidebar #search-block-form input[type="submit"] {
  display: inline-block !important;
  float: right;
  text-indent: -9999px;
  width: 15%;
  padding-bottom: 5px;
}
.region-left-sidebar #search-block-form input[type="text"] {
  display: inline-block;
  float: left;
  height: 33px;
  width: 85%;
}
.region-left-sidebar #search-block-form i {
  color: #FFFFFF;
  margin-left: 12px;
  margin-top: 10px;
  position: absolute;
}
/* 404 Pages
================================================== */
#not-found {
  margin: 90px 0 115px 0;
}
#not-found h2 {
  text-align: center;
  font-size: 240px;
  line-height: 210px;
  font-weight: 600;
  letter-spacing: -5px;
  color: #009fda;
}
#not-found h3 {
  text-align: center;
  font-size: 40px;
  line-height: 100px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #not-found h2 {
    font-size: 160px;
  }
  #not-found h3 {
    font-size: 20px;
  }
}
#not-found p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #b9bec3;
}
#not-found a:hover i {
  color: #fff !important;
}
/* Highlights
====================================*/
.highlight.color,
.highlight.gray,
.highlight.light {
  padding: 2px 6px;
  color: #fff;
  border-radius: 2px;
}
.highlight.color {
  background: #009fda;
}
.highlight.gray {
  background: #a0a5aa;
}
.highlight.light {
  background: #f2f4f6;
  color: #848688;
}
/* Blockquote
====================================*/
blockquote {
  border-left: 3px solid #e8e8e8;
  background: #fafcfe;
  padding: 10px 20px;
  color: #a0a5aa;
  line-height: 24px;
  margin: 10px 0 20px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  float: left;
}
/* Large Notice
====================================*/
.large-notice {
  padding: 32px;
  border-radius: 2px;
  background-color: #fcfcfc;
  border: 1px solid #e4e4e4;
}
.large-notice h2 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
}
.large-notice p {
  font-size: 14px;
  color: #848688;
  line-height: 22px;
}
/*Testimonials
==============================================*/
.view-testimonial .description {
  width: 100%;
}
.view-testimonial .description p {
  font-size: 20px;
}
.view-testimonial .client-author {
  text-align: left;
}
.view-testimonial .client-author span,
.view-testimonial .client-author strong {
  color: #B9BEC3;
  font-style: italic;
}
.view-testimonial .client-name {
  color: #009fda !important;
}
.testimonial-style-01 .views-field-body p,
.testimonial-style-03 .views-field-body p {
  background: none repeat scroll 0 0 #F4F6F8;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.04) inset;
  padding: 20px;
  text-align: left;
}
.testimonial-style-01 .testimonials-bg,
.testimonial-style-03 .testimonials-bg {
  background: url("../images/testimonials-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 30px;
  margin-left: 27px;
  margin-top: -11px;
  width: 200px;
}
.testimonial-style-01 .views-field-field-job-title,
.testimonial-style-03 .views-field-field-job-title {
  color: #B9BEC3;
  display: block;
  float: left;
  font-style: italic;
  margin-bottom: 20px;
}
.testimonial-style-01 .bx-wrapper .bx-controls-direction a,
.testimonial-style-03 .bx-wrapper .bx-controls-direction a {
  top: -20px;
}
.testimonial-style-01 .bx-wrapper .bx-controls-direction a i,
.testimonial-style-03 .bx-wrapper .bx-controls-direction a i {
  border-radius: 0;
  width: 25px;
  height: 25px;
  line-height: 20px;
  border: solid 1px #D7DCE1;
  color: #D7DCE1;
}
.testimonial-style-01 .bx-wrapper .bx-controls-direction a i:hover,
.testimonial-style-03 .bx-wrapper .bx-controls-direction a i:hover {
  border: solid 1px #009fda;
  color: #fff;
  background-color: #009fda;
}
.testimonial-style-01 .bx-prev,
.testimonial-style-03 .bx-prev {
  right: 28px !important;
  left: auto !important;
}
/* Icons Demo
====================================*/
.demo-icons .the-icons {
  list-style-type: none;
  margin: 0;
}
.demo-icons .the-icons li[class^="icon-"],
.demo-icons .the-icons li [class*="icon-"],
.demo-icons .the-icons li [class^="ss-"],
.demo-icons .the-icons li [class*="ss-"] {
  display: inline-block;
  text-align: center;
}
.demo-icons .the-icons li,
.demo-icons .the-icons a {
  display: block;
  line-height: 32px;
  height: 30px;
  padding: 0 0 0 2px;
  border-radius: 2px;
}
.demo-icons .the-icons li,
.demo-icons .the-icons li:hover {
  color: #848688;
}
.demo-icons .the-icons li,
.demo-icons .the-icons li i {
  color: #2d3237;
}
.demo-icons .the-icons li [class^="icon-"],
.demo-icons .the-icons li [class*="icon-"],
.demo-icons .the-icons li [class^="ss-"],
.demo-icons .the-icons li [class*="ss-"] {
  width: 32px;
  font-size: 14px;
}
.demo-icons .the-icons li:hover {
  text-decoration: none;
}
.demo-icons .the-icons li:hover [class^="icon-"],
.demo-icons .the-icons li:hover [class*="icon-"],
.demo-icons .the-icons li:hover [class^="ss-"],
.demo-icons .the-icons li:hover [class*="ss-"] {
  font-size: 28px;
  vertical-align: middle;
}
.demo-icons .the-icons li:hover [class^="icon-"]:before,
.demo-icons .the-icons li:hover [class*="icon-"]:before,
.demo-icons .the-icons li:hover [class^="ss-"]:before,
.demo-icons .the-icons li:hover [class*=" s-"]:before {
  font-size: 24px;
  vertical-align: -3px;
}
.demo-icons a,
.demo-icons i {
  color: #2d3237 !important;
}
.demo-icons i:hover,
.demo-icons a:hover i {
  color: #848688 !important;
  font-size: 20px;
  vertical-align: middle;
}
.demo-icons a:hover {
  color: #848688 !important;
  text-decoration: none;
}
/*Pie Graph
================================*/
/*Button group*/
.button-group {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.button-group .or-button {
  background-color: #fff;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 42px;
  text-align: center;
  margin-left: -23px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  z-index: 99;
  font-weight: bold;
  border-radius: 50%;
}
.button-group .dexp-animate {
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
  margin: 0;
  display: inline-block;
}
.button-group .dexp-animate .title {
  display: block;
}
.button-group .dexp-animate .subtitle {
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0;
}
.button-group .dexp-animate a {
  width: 100%;
  padding: 25px 0;
}
.button-group .dexp-animate:first-child a {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button-group .dexp-animate:last-child a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/*Webform
==============================================*/
.webform-datepicker .form-select,
.webform-component-webform_time .form-select {
  display: inline-block;
}
