﻿/*This file is generated by less css (http://lesscss.org) using drupalexp framework (http://drupalexp.com)*/
/*Please do not modify this file content*/

/* Font declaration */


@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700|Lato:400,300,700);

@font-face {
    font-family: 'Eurostile LT';
    src: url('https://www.infra-care.eu/fonts/fnt.php?f=EurostileLT.eot');
    src: url('https://www.infra-care.eu/fonts/fnt.php?f=EurostileLT.woff');
    font-weight: normal;
    font-style:  normal; 
}


body {
  color: #595959;
}
a:not(.btn) {
  color: #00b9ef;
}
a:not(.btn):hover {
  color: #00b9ef;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #34373e;
}
body,
li,
address {
  line-height: 24px;
}
#admin-menu li {
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Eurostile LT';
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #808080;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.item-list ul li {
  margin: 0;
}
select,
textarea,
input[type="text"],
input[type="password"] {
  background: #F5F5F5;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: none;
  display: inline-block;
  line-height: 25px;
  margin-bottom: 15px;
  padding: 5px;
  resize: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}
input[type="text"],
input[type="password"],
select,
textarea,
.uneditable-input {
  width: 100%;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
select:focus,
select:hover {
  border: 1px solid #00b9ef !important;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: 100%;
  padding: 5px 10px;
  margin-bottom: 15px;
  min-height: 150px;
  resize: vertical;
}
.hr-tb60 {
  margin: 60px 0;
  height: 2px;
  border-top: solid 2px #F4F4F4;
}
.hr-tb30 {
  margin: 30px 0;
  height: 2px;
  border-top: solid 2px #F4F4F4;
}
.pad-tb-80 {
  padding: 80px 0;
}
.b60 {
  margin-bottom: 60px;
}
.view > .item-list {
  text-align: center;
}
.view > .item-list .pagination {
  margin-bottom: 40px !important;
}
.view > .item-list .pagination > li.pager-current a {
  background-color: #00b9ef;
  color: #FFF;
}
.view > .item-list .pagination > li.first a,
.view > .item-list .pagination > li.last a {
  border-radius: 0 !important;
}
.view > .item-list .pagination > li > a {
  color: #00b9ef;
  border: solid 1px #00b9ef !important;
}
.view > .item-list .pagination > li > a:hover {
  color: #FFF;
  background: #00b9ef;
}
#section-top {
  line-height: 36px;
  border-bottom: 1px solid #e8e8e8;
  background: #f5f5f5;
  color: #808080;
  font-size: 13px;
}
#section-top .region-top-left ul.hotline {
  margin: 0;
  padding: 0;
}
#section-top .region-top-left ul.hotline li {
  display: inline-block;
}
#section-top .region-top-left ul.hotline li:not(:first-child):before {
  content: "/";
  padding: 0 10px;
}
#section-top .region-top-right {
  text-align: right;
}
#section-top .region-top-right .block {
  display: inline-block;
}
#section-top .region-top-right .block.block-search {
  width: 30px;
  text-align: right;
}
#section-top .region-top-right .block.block-menu ul.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#section-top .region-top-right .block.block-menu ul.menu li:not(:first-child):before {
  content: "/";
  padding: 0 10px;
}
#section-top .region-top-right .block.block-menu ul.menu li:last-child:after {
  content: "/";
  padding: 0 10px;
}
#section-top .search-toggle {
  cursor: pointer;
}
#section-top .search-form-block-wrapper {
  overflow: visible !important;
  display: none;
  position: absolute;
  width: 250px;
  background: #fff;
  z-index: 999;
  right: 0;
  border-top: 6px solid #00b9ef;
  box-shadow: 0 2px 4px -3px gray;
}
#section-top .search-form-block-wrapper .form-item {
  padding: 5px 10px 10px;
  margin: 0;
}
#section-top .search-form-block-wrapper .form-item input[type=text] {
  margin: 0;
}
#section-top .search-form-block-wrapper .form-item input[type=text]:focus {
  outline: 0px !important;
  -webkit-appearance: none !important;
}
#section-top .search-form-block-wrapper:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: -10px;
  right: 2px;
  background: #00b9ef;
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body {
  font-family: 'Eurostile LT';
  font-size: 14px;
  font-weight: 300;
}
body .container {
  max-width: 1152px;
}
body.boxed .dexp-body-inner {
  max-width: 1170px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  background: #FFF;
}
body.boxed.bg1 {
  background-image: url(../images/bg/1.png);
}
body.boxed.bg2 {
  background-image: url(../images/bg/2.png);
}
body.boxed.bg3 {
  background-image: url(../images/bg/3.png);
}
body.boxed.bg4 {
  background-image: url(../images/bg/4.png);
}
body.boxed.bg5 {
  background-image: url(../images/bg/5.png);
}
body.boxed.bg6 {
  background-image: url(../images/bg/6.png);
}
body.boxed.bg7 {
  background-image: url(../images/bg/7.png);
}
body.boxed.bg8 {
  background-image: url(../images/bg/8.png);
}
img {
  max-width: 100%;
}
h2.title {
  position: relative;
  margin: 50px 0;
}
h2.title span {
  color: #00b9ef;
}
h2.title.underline {
  font-size: 36px;
  margin: 40px 0 80px;
}
h2.title.underline:before {
  background-image: url(data:image/png;base64,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);
  background-color: #00b9ef;
  content: "";
  bottom: -40px;
  width: 10px;
  height: 2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  z-index: 1;
}
h2.title.underline:after {
  position: absolute;
  width: 35%;
  left: 50%;
  content: "";
  bottom: -40px;
  height: 2px;
  background: #e5e5e5;
  z-index: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
hr {
  height: 1px;
  margin: 60px 0;
}
ul.true-square {
  margin: 0;
  padding: 0;
}
ul.true-square li {
  list-style: none;
  position: relative;
}
ul.true-square li:before {
  font-family: "FontAwesome";
  content: "\f14a";
  margin-right: 8px;
  color: #00b9ef;
}
.dark-wrapper {
  background-color: #F5F5F5;
}
.bg-gray {
  background-color: #f6f6f6;
}
.bg-white {
  background-color: #fff;
}
#section-main-content {
  padding-top: 72px; 
}
#section-page-title {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  min-height: 120px;
}
#section-page-title .region-pagetitle h1.page_title {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}
#section-page-title .region-pagetitle h1.page_title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #section-page-title .region-pagetitle h1.page_title {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #section-page-title .region-pagetitle h1.page_title {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  #section-page-title .region-breadcrumb {
    text-align: right;
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #section-page-title .region-breadcrumb {
    padding-top: 20px;
  }
}
#section-page-title .region-breadcrumb ul.breadcrumb {
  margin: 0;
  padding: 0;
}
#section-page-title .region-breadcrumb a {
  padding: 0;
}
#section-bottom {
  background-color: #21252b;
  padding: 60px 0 20px 0;
  font-size: 10px;
  color: #a1a5b0;
}
#section-footer {
  background-color: #191a1e;
  border-top: 1px solid #2d3239;
  padding-top: 10px;
  color: #51535d;
}
#section-footer a {
  color: #a1a5b0;
}
.video-item {
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: auto;
  z-index: 0;
}
.copyright {
  margin-top: 70px;
}
.about-timeline .timeline {
  background: url(../images/about-bg.png) repeat-y center center;
}
.about-timeline .about-group {
  display: table;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .about-timeline .about-group {
    margin-bottom: 30px;
  }
}
.about-timeline .about-group:before {
  border: 2px solid #d5d5d5;
  background: #fff;
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.about-timeline .about-group .about-content {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  position: relative;
}
.about-timeline .about-group .about-content:before {
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  content: "";
  background: #f5f5f5;
  right: -11px;
  top: 50%;
  position: absolute;
  margin-top: -9px;
}
@media screen and (max-width: 991px) {
  .about-timeline .about-group .about-content:before {
    display: none;
  }
}
.about-timeline .about-group .about-content.pull-right:before {
  right: auto;
  left: -10px;
}
.about-timeline .about-group .about-title {
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  float: left;
  line-height: 35px;
}
.about-timeline .about-group .about-date {
  float: right;
  font-size: 14px;
  line-height: 35px;
}
.about-timeline .about-group:hover:before {
  border: 2px solid #FFF;
  background: none repeat scroll 0 0 #00b9ef;
}
.about-timeline .about-group:hover .about-content {
  border: 1px solid #d5d5d5;
  background-color: #fff;
}
.about-timeline .about-group:hover .about-content:before {
  background-color: #fff;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}
.about-timeline .about-group:hover .about-content.pull-right:before {
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.about-timeline .about-time {
  text-align: center;
  padding: 30px 0;
}
.about-timeline .about-time span {
  background: #00b9ef;
  color: #fff;
  padding: 5px 20px;
}
.YTPOverlay {
  background-color: rgba(0,0,0,0.4);
}
.dark-color {
  color: #000;
}
ul.recent-works {
  padding: 0;
  margin: 0;
}
ul.recent-works li {
  width: 32%;
  display: inline-block;
  margin-bottom: 5px;
}
ul.recent-works li a.lightbox-processed {
  position: relative;
  display: block;
}
ul.recent-works li a.lightbox-processed:hover:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,185,239,0.8);
  font-family: "FontAwesome";
  content: "\f067";
  color: #fff;
  text-align: center;
  line-height: 80px;
}
.social {
  padding: 0;
  margin: 0;
  font-size: 0;
  height: 28px;
}
.social li {
  display: inline-block;
  font-family: 'fontello-social';
  margin-right: 5px;
}
.social li a {
  display: table;
}
.social li a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #aaa;
  background: aaa;
  border: 1px solid #000;
  width: 28px;
  height: 28px !important;
  line-height: 1;
  font-size: 12px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  border-radius: 3px;
}
.social li a i.icon-s-pinterest {
  background-color: #d8545d;
  border-color: #d8545d;
  color: #fff;
}
.social li a i.icon-s-rss {
  background-color: #faaa5e;
  border-color: #faaa5e;
  color: #fff;
}
.social li a i.icon-s-facebook {
  background-color: #677fb5;
  border-color: #677fb5;
  color: #fff;
}
.social li a i.icon-s-twitter {
  background-color: #70c2e9;
  border-color: #70c2e9;
  color: #fff;
}
.social li a i.icon-s-flickr {
  background-color: #ff3ba4;
  border-color: #ff3ba4;
  color: #fff;
}
.social li a i.icon-s-dribbble {
  background-color: #e299c2;
  border-color: #e299c2;
  color: #fff;
}
.footer .widget.single .social li {
  margin: 0 3px;
}
.text-center .social li {
  margin: 0 2px;
}
.social .icon-s-behance {
  background-color: #42a9fb;
  border-color: #42a9fb;
  color: #fff;
}
.social .icon-s-linkedin {
  background-color: #3daccf;
  border-color: #3daccf;
  color: #fff;
}
.social .icon-s-vimeo {
  background-color: #42b5d4;
  border-color: #42b5d4;
  color: #fff;
}
.social .icon-s-youtube {
  background-color: #d5615c;
  border-color: #d5615c;
  color: #fff;
}
.social .icon-s-skype {
  background-color: #5ecbf3;
  border-color: #5ecbf3;
  color: #fff;
}
.social .icon-s-tumblr {
  background-color: #829fb9;
  border-color: #829fb9;
  color: #fff;
}
.social .icon-s-delicious {
  background-color: #6194dc;
  border-color: #6194dc;
  color: #fff;
}
.social .icon-s-500px {
  background-color: #3bbbe6;
  border-color: #3bbbe6;
  color: #fff;
}
.social .icon-s-grooveshark {
  background-color: #f88e3b;
  border-color: #f88e3b;
  color: #fff;
}
.social .icon-s-forrst {
  background-color: #5f9864;
  border-color: #5f9864;
  color: #fff;
}
.social .icon-s-digg {
  background-color: #507faa;
  border-color: #677fb5;
  color: #fff;
}
.social .icon-s-blogger {
  background-color: #fd893f;
  border-color: #fd893f;
  color: #fff;
}
.social .icon-s-klout {
  background-color: #e16747;
  border-color: #e16747;
  color: #fff;
}
.social .icon-s-dropbox {
  background-color: #6ba3c5;
  border-color: #6ba3c5;
  color: #fff;
}
.social .icon-s-github {
  background-color: #6c93bb;
  border-color: #6c93bb;
  color: #fff;
}
.social .icon-s-songkick {
  background-color: #ff3b60;
  border-color: #ff3b60;
  color: #fff;
}
.social .icon-s-posterous {
  background-color: #efd57c;
  border-color: #efd57c;
  color: #fff;
}
.social .icon-s-appnet {
  background-color: #3daad5;
  border-color: #3daad5;
  color: #fff;
}
.social .icon-s-gplus {
  background-color: #bc7067;
  border-color: #bc7067;
  color: #fff;
}
.social .icon-s-stumbleupon {
  background-color: #f07356;
  border-color: #677fb5;
  color: #fff;
}
.social .icon-s-lastfm {
  background-color: #cd443d;
  border-color: #cd443d;
  color: #fff;
}
.social .icon-s-spotify {
  background-color: #9acf48;
  border-color: #9acf48;
  color: #fff;
}
.social .icon-s-instagram {
  background-color: #b99682;
  border-color: #b99682;
  color: #fff;
}
.social .icon-s-evernote {
  background-color: #9fdc82;
  border-color: #9fdc82;
  color: #fff;
}
.social .icon-s-paypal {
  background-color: #5b85a8;
  border-color: #5b85a8;
  color: #fff;
}
.social .icon-s-picasa {
  background-color: #b088c1;
  border-color: #b088c1;
  color: #fff;
}
.social .icon-s-soundcloud {
  background-color: #ff8b45;
  border-color: #ff8b45;
  color: #fff;
}
.social a:hover .icon-s-pinterest {
  border-color: #d8545d;
  color: #d8545d !important;
  background: none;
}
.social a:hover .icon-s-rss {
  border-color: #faaa5e;
  color: #faaa5e !important;
  background: none;
}
.social a:hover .icon-s-facebook {
  border-color: #677fb5;
  color: #677fb5 !important;
  background: none;
}
.social a:hover .icon-s-twitter {
  border-color: #70c2e9;
  color: #70c2e9 !important;
  background: none;
}
.social a:hover .icon-s-flickr {
  border-color: #ff3ba4;
  color: #ff3ba4 !important;
  background: none;
}
.social a:hover .icon-s-dribbble {
  border-color: #e299c2;
  color: #e299c2 !important;
  background: none;
}
.social a:hover .icon-s-behance {
  border-color: #42a9fb;
  color: #42a9fb !important;
  background: none;
}
.social a:hover .icon-s-linkedin {
  border-color: #3daccf;
  color: #3daccf !important;
  background: none;
}
.social a:hover .icon-s-vimeo {
  border-color: #42b5d4;
  color: #42b5d4 !important;
  background: none;
}
.social a:hover .icon-s-youtube {
  border-color: #d5615c;
  color: #d5615c !important;
  background: none;
}
.social a:hover .icon-s-skype {
  border-color: #5ecbf3;
  color: #5ecbf3 !important;
  background: none;
}
.social a:hover .icon-s-tumblr {
  border-color: #829fb9;
  color: #829fb9 !important;
  background: none;
}
.social a:hover .icon-s-delicious {
  border-color: #6194dc;
  color: #6194dc !important;
  background: none;
}
.social a:hover .icon-s-500px {
  border-color: #3bbbe6;
  color: #3bbbe6 !important;
  background: none;
}
.social a:hover .icon-s-grooveshark {
  border-color: #f88e3b;
  color: #f88e3b !important;
  background: none;
}
.social a:hover .icon-s-forrst {
  border-color: #5f9864;
  color: #5f9864 !important;
  background: none;
}
.social a:hover .icon-s-digg {
  border-color: #507faa;
  color: #507faa !important;
  background: none;
}
.social a:hover .icon-s-blogger {
  border-color: #fd893f;
  color: #fd893f !important;
  background: none;
}
.social a:hover .icon-s-klout {
  border-color: #e16747;
  color: #e16747 !important;
  background: none;
}
.social a:hover .icon-s-dropbox {
  border-color: #6ba3c5;
  color: #6ba3c5 !important;
  background: none;
}
.social a:hover .icon-s-github {
  border-color: #6c93bb;
  color: #6c93bb !important;
  background: none;
}
.social a:hover .icon-s-songkick {
  border-color: #ff3b60;
  color: #ff3b60 !important;
  background: none;
}
.social a:hover .icon-s-posterous {
  border-color: #efd57c;
  color: #efd57c !important;
  background: none;
}
.social a:hover .icon-s-appnet {
  border-color: #3daad5;
  color: #3daad5 !important;
  background: none;
}
.social a:hover .icon-s-gplus {
  border-color: #bc7067;
  color: #677fb5 !important;
  background: none;
}
.social a:hover .icon-s-stumbleupon {
  border-color: #f07356;
  color: #677fb5 !important;
  background: none;
}
.social a:hover .icon-s-lastfm {
  border-color: #cd443d;
  color: #cd443d !important;
  background: none;
}
.social a:hover .icon-s-spotify {
  border-color: #9acf48;
  color: #9acf48 !important;
  background: none;
}
.social a:hover .icon-s-instagram {
  border-color: #b99682;
  color: #b99682 !important;
  background: none;
}
.social a:hover .icon-s-evernote {
  border-color: #9fdc82;
  color: #9fdc82 !important;
  background: none;
}
.social a:hover .icon-s-paypal {
  border-color: #5b85a8;
  color: #5b85a8 !important;
  background: none;
}
.social a:hover .icon-s-picasa {
  border-color: #b088c1;
  color: #b088c1 !important;
  background: none;
}
.social a:hover .icon-s-soundcloud {
  border-color: #ff8b45;
  color: #ff8b45 !important;
  background: none;
}
.social a:hover a:hover i {
  background-color: #FFF;
}
.social a:hover i {
  color: #FFF;
}
.footer .social li a:hover i {
  color: #FFF;
}
.region-left-sidebar .block,
.region-right-sidebar .block {
  margin-bottom: 30px;
}
.region-left-sidebar .block-title,
.region-right-sidebar .block-title {
  color: #000;
  margin-bottom: 25px;
  font-size: 20px;
}
p.sub-title {
  font-weight: 300;
  margin: 0 0 60px 0;
  font-size: 18px;
  line-height: 25px;
}
#section-bottom .block-title {
  text-transform: uppercase;
  font-size: 17px !important;
  color: #FFF;
  margin-bottom: 70px;
}
#section-bottom .block-title:before {
  background: none repeat scroll 0 0 #3c4046;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 55px;
  width: 90px;
}
#section-bottom .region-bottom-first .craft-logo .block-title {
  background: url(http://statics.drupalexp.com/craft/about-craft.png) no-repeat;
  text-indent: -999px;
  height: 40px;
  margin-bottom: 50px;
}
.post.post-one-col,
.post.post-single .detail {
  position: relative;
  padding-left: 100px;
}
.post:not(.node-teaser) {
  margin: 0 0 60px;
}
.post.node-teaser {
  margin-bottom: 20px;
}
.post.node-teaser .post-content {
  background: #F5F5F5;
}
.post.node-teaser .post-content .post-title {
  margin: 0;
  padding: 20px 10px 10px 10px;
  font-size: 20px;
}
.post.node-teaser .post-content .post-title a {
  color: #808080;
}
.post.node-teaser .post-content .post-title a:hover {
  color: #00b9ef;
}
.post.node-teaser .post-content hr {
  height: 1px;
  margin: 25px 0 20px 0;
}
.post.node-teaser .post-content .summary {
  padding: 0 20px 25px 20px;
}
.post.node-teaser .post-content .summary p {
  margin: 0;
}
.post hr {
  height: 1px;
  margin: 30px 0;
}
.post img {
  width: 100%;
  height: auto;
}
.post .post-content-summary {
  margin: 30px 0;
}
.post .post-content blockquote {
  color: #00b9ef;
  line-height: 26px;
  border: 0 none;
  padding: 20px 0;
  font-weight: 700;
}
.post .post-content blockquote:before {
  content: "\F10D";
  font-family: FontAwesome;
  width: 70px;
  height: 70px;
  color: #FFF;
  background: #808080;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  margin-left: -100px;
  padding-top: 20px;
  position: absolute;
}
.post-big-title {
  margin: 30px 0 20px 0;
  font-size: 35px;
}
.post-big-title a {
  color: #808080;
}
.post-big-title a:hover {
  color: #00b9ef;
}
.post-big-title.no-margin-top {
  margin-top: 0;
}
.meta ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}
.meta ul li:after {
  display: inline-block;
  content: "/";
}
.meta ul li:last-child:after {
  content: "";
}
.meta ul li a {
  color: #808080;
}
.date-post {
  width: 70px;
  background: #a7a7a7;
  text-align: center;
  border-radius: 3px;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  background: #00b9ef;
}
.date-post span {
  display: block;
}
.date-post span.day {
  font-size: 25px;
  font-weight: 700;
  margin: 5px 0;
}
.media-vimeo-video,
.media-youtube-video,
.media-soundcloud-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.media-vimeo-video iframe,
.media-vimeo-video object,
.media-vimeo-video embed,
.media-youtube-video iframe,
.media-youtube-video object,
.media-youtube-video embed,
.media-soundcloud-preview-wrapper iframe,
.media-soundcloud-preview-wrapper object,
.media-soundcloud-preview-wrapper embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.view-blog-categories ul {
  margin: 0px 0 40px 0;
}
.view-blog-categories ul li {
  margin-bottom: 15px;
  margin-left: 0px;
  overflow: hidden;
}
.view-blog-categories ul li:before {
  content: '\F061';
  font-family: FontAwesome;
  margin-right: 10px;
  font-weight: bold;
  padding-top: 6px;
  display: inline-block;
}
.view-blog-categories ul li:hover {
  color: #00b9ef;
}
.view-blog-categories ul li:hover a {
  color: #00b9ef;
}
.view-blog-categories ul li:hover .count {
  background: #00b9ef;
  color: #FFF;
}
.view-blog-categories ul li a {
  color: #808080;
}
.view-blog-categories ul li .count {
  float: right;
  display: inline-block;
  text-align: center;
  background: #F4F4F4;
  border-radius: 3px;
  line-height: 35px;
  width: 35px;
  height: 35px;
}
.tags ul li {
  margin: 0 10px 10px 0;
  display: inline-block;
}
.tags ul li a {
  height: 36px;
  line-height: 34px;
  padding: 0px 9px;
  font-size: 14px;
  display: block;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 3px;
  color: #808080;
}
.tags ul li a:hover {
  background: #00b9ef;
  color: #ffffff;
}
#dexp_tab_wrapper_blog_tabbed {
  border: solid 1px #e9e8e6;
}
#dexp_tab_wrapper_blog_tabbed .nav-tabs > li.first a {
  border-left: 0;
}
#dexp_tab_wrapper_blog_tabbed .nav-tabs > li.active a {
  border-bottom: solid 3px #00b9ef;
  background: #F4F4F4;
}
#dexp_tab_wrapper_blog_tabbed .nav-tabs > li.active a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #00b9ef;
  content: "\F0D8";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 5px;
  margin-left: -7px;
}
#dexp_tab_wrapper_blog_tabbed .nav-tabs > li a {
  color: #808080;
  display: inline-block;
  padding: 12px 11px;
  border-radius: 0;
  border-top: 0;
}
#dexp_tab_wrapper_blog_tabbed .nav-tabs > li a i {
  padding-right: 0;
}
#dexp_tab_wrapper_blog_tabbed .tab-content {
  padding: 20px;
}
.popular-post ul li,
.recent-post ul li {
  margin: 0;
}
.popular-post img,
.recent-post img {
  max-width: 100%;
  height: auto;
}
.popular-post .views-field-title,
.recent-post .views-field-title {
  margin: 10px 0;
}
.popular-post .views-field-title a,
.recent-post .views-field-title a {
  color: #808080;
}
.popular-post .views-field-title a:hover,
.recent-post .views-field-title a:hover {
  color: #00b9ef;
}
#block-comment-recent ul li {
  margin-bottom: 15px;
}
#block-comment-recent ul li:before {
  content: '\F061';
  font-family: FontAwesome;
  margin-right: 10px;
  display: inline-block;
}
#block-comment-recent ul li:hover {
  color: #00b9ef;
}
#block-comment-recent ul li:hover a {
  color: #00b9ef;
}
#block-comment-recent ul li a {
  color: #808080;
}
#block-comment-recent ul li a:hover {
  color: #00b9ef;
}
.latest-posts ul li {
  color: #a1a5b0;
  margin-bottom: 10px;
}
.latest-posts ul li:before {
  content: '\F0DA';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}
.latest-posts ul li:hover {
  color: #FFF;
}
.latest-posts ul li:hover a {
  color: #FFF;
}
.latest-posts ul li a {
  color: #a1a5b0;
}
.latest-posts ul li a:hover {
  color: #FFF;
}
#section-bottom .tags ul li a {
  background: transparent;
  color: #a1a5b0;
  border: solid 1px #a1a5b0;
}
#section-bottom .tags ul li a:hover {
  background: #00b9ef;
  color: #FFF;
  border: 0 none;
}
.image-media {
  position: relative;
  overflow: hidden;
}
.image-media:hover .hover-overlay {
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.image-media .hover-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -100%;
  padding: 20px 0px;
  text-align: center;
  background: rgba(255,255,255,0.85);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.image-media .hover-overlay a {
  background: #00b9ef;
  color: #fff;
  display: inline-block;
  margin: 0;
  font-size: 18px;
  text-align: center;
  width: 40px;
  line-height: 40px;
}
.share-post {
  border-top: solid 2px #F4F4F4;
  border-bottom: solid 2px #F4F4F4;
  padding: 30px 0;
  margin-top: 30px;
}
.share-post .social-share {
  display: inline-block;
}
.share-post .social-share a {
  font-size: 0;
}
.share-post .social-share a:before {
  font-family: FontAwesome;
  font-size: 14px;
  width: 38px;
  height: 38px;
  border: solid 2px #808080;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #808080;
  line-height: 38px;
  margin-left: 5px;
}
.share-post .social-share a:hover:before {
  color: #FFF;
  background: #00b9ef;
  border: 0 none;
}
.share-post .social-share .social-share-facebook:before {
  content: "\f09a";
  font-family: FontAwesome;
}
.share-post .social-share .social-share-googleplus:before {
  content: "\f0d5";
  font-family: FontAwesome;
}
.share-post .social-share .social-share-linkedin:before {
  content: "\f0e1";
  font-family: FontAwesome;
}
.comment-wrapper hr {
  margin: 40px 0 50px 0;
}
.comment-wrapper h3 {
  font-size: 22px;
  line-height: 24px;
  color: #000;
}
.comment-wrapper .comment {
  padding-top: 30px;
}
.comment-wrapper .comment .links {
  text-transform: capitalize;
}
.comment-wrapper div.split {
  height: 2px;
  border-top: solid 2px #F4F4F4;
  margin-top: 30px;
  margin-bottom: 40px;
}
.comment-wrapper .comment-avatar {
  float: left;
}
.comment-wrapper .comment-avatar img {
  width: 70px;
  height: 100px;
  margin-top: 20px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.comment-wrapper .comment-content {
  float: left;
  width: 87%;
  padding: 20px;
}
.comment-wrapper .comment-content .comment-author {
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 3px 0;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
}
.comment-wrapper .comment-content .comment-author a {
  color: #000;
}
.comment-wrapper .grippie {
  display: none;
}
.comment-form .form-submit {
  background-color: transparent;
  padding: 0 10px;
  border-radius: 0;
  height: 50px;
  color: #595959;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.comment-form .form-submit:hover {
  color: #FFF;
}
.product-single .product-images .wrapper-image img {
  width: 100%;
  height: auto;
}
.product-single .product-images .thumbnails {
  margin-top: 30px;
}
.product-single .price {
  color: #00b9ef;
  font-weight: 700;
}
.product-single .share-post {
  border-bottom: 0 none;
}
.product-single .share-post .rating {
  text-align: right;
}
.product-single .share-post .rating .count-review {
  color: #808080;
}
.product-single .form-item-quantity label {
  display: none;
}
.product-single .form-item-quantity {
  display: inline;
  margin-right: 25px;
}
.product-single .field-name-field-product {
  display: inline-block;
}
.product-single .commerce-add-to-cart:before {
  content: "\F07A";
  font-family: FontAwesome;
  color: #bcbcbc;
  position: absolute;
  margin-top: 5px;
  margin-left: 160px;
  z-index: 1;
}
.product-single .commerce-add-to-cart:hover:before {
  color: #FFF;
}
.product-single input.btn {
  border: 0 none;
  background: #F4F4F4;
  padding: 10px 25px 10px 35px;
  font-weight: 200;
  margin-top: -3px;
  border-radius: 0;
}
.product-single input.btn:hover {
  background: #00b9ef;
}
.product-single .wishlist {
  display: inline-block;
  background: #F4F4F4;
  padding: 0 20px;
  line-height: 40px;
  margin-left: -2px;
}
.product-single .wishlist:hover {
  background: #00b9ef;
}
.product-single .wishlist:hover a,
.product-single .wishlist:hover i {
  color: #FFF;
}
.product-single .wishlist a {
  font-size: 14px;
  color: #808080;
}
.product-single .wishlist i {
  color: #bcbcbc;
}
.product-single .commerce-price-rrp-your-price td {
  padding: 0;
}
.product-single .commerce-price-rrp-your-price td.rrp-total {
  display: none;
}
.views-exposed-widget label {
  font-weight: 200;
}
.filter-view {
  position: absolute;
  top: 40px;
  right: 15px;
}
.filter-view a {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #eae9e9;
  margin-left: 10px;
  color: #FFF;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}
.filter-view a.active {
  background: #00b9ef;
}
.filter-view a:hover {
  background: #00b9ef;
  color: #FFF;
}
.product-grid-view article,
.product-list-view article {
  margin-bottom: 30px;
  border: solid 1px #dadada;
}
.product-grid-view article:hover,
.product-list-view article:hover {
  border: solid 1px #00b9ef;
  -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;
}
.product-grid-view article:hover .title a,
.product-list-view article:hover .title a {
  color: #00b9ef !important;
}
.product-grid-view article:hover .product-overlay,
.product-list-view article:hover .product-overlay {
  opacity: 1;
}
.product-grid-view .product-content {
  text-align: center;
}
.product-grid-view .product-content .title a {
  color: #808080;
  font-size: 20px;
}
.product-grid-view .product-content .short-desc {
  display: none;
}
.product-grid-view .product-content .hide-grid-view {
  display: none;
}
.product-list-view .dexp-list-item {
  margin: 0 15px 20px 15px;
}
.product-list-view .dexp-list-item .thumbnail_container {
  width: 25%;
  float: left;
}
.product-list-view .dexp-list-item .product-content {
  width: 75%;
  float: right;
  padding: 0 30px;
}
.product-list-view .dexp-list-item .product-content .title a {
  color: #808080;
  font-size: 20px;
  float: left;
}
.product-list-view .dexp-list-item .product-content .price {
  float: right;
  font-size: 20px;
}
.product-list-view .dexp-list-item .product-content .product-availbility {
  float: right;
}
.product-list-view .dexp-list-item .product-content .product-category {
  float: left;
}
.product-list-view .dexp-list-item .product-content .hide-grid-view .field-name-field-product {
  display: inline-block;
}
.product-list-view .dexp-list-item .product-content .hide-grid-view input.btn {
  border: 0 none;
  background: #F4F4F4;
  padding: 10px 25px 10px 35px;
  font-weight: 200;
  margin-top: -3px;
  border-radius: 0;
}
.product-list-view .dexp-list-item .product-content .hide-grid-view input.btn:hover {
  background: #00b9ef;
}
.product-list-view .dexp-list-item .product-content .hide-grid-view .wishlist {
  display: inline-block;
  background: #F4F4F4;
  padding: 0 20px;
  line-height: 40px;
  margin-left: -2px;
}
.product-list-view .dexp-list-item .product-content .hide-grid-view .wishlist:hover {
  background: #00b9ef;
}
.product-list-view .dexp-list-item .product-content .hide-grid-view .wishlist:hover a,
.product-list-view .dexp-list-item .product-content .hide-grid-view .wishlist:hover i {
  color: #FFF;
}
.product-list-view .dexp-list-item .product-content .hide-grid-view .wishlist a {
  font-size: 14px;
  color: #808080;
}
.product-list-view .dexp-list-item .product-content .hide-grid-view .wishlist i {
  color: #bcbcbc;
}
.product-list-view .dexp-list-item .product-content .hide-list-view {
  display: none;
}
.product-list-view .dexp-list-item .short-desc {
  border-top: solid 2px #F4F4F4;
  margin: 25px 0;
  padding-top: 25px;
}
.product-list-view .dexp-list-item .commerce-price-rrp-your-price tr,
.product-list-view .dexp-list-item .commerce-price-rrp-your-price td {
  display: inline-block;
  padding: 0;
}
.product-list-view .dexp-list-item .commerce-price-rrp-your-price .rrp-title,
.product-list-view .dexp-list-item .commerce-price-rrp-your-price .webprice-title {
  display: none;
}
.product-list-view .dexp-list-item .commerce-price-rrp-your-price .webprice-total {
  padding-left: 10px;
}
.thumbnail_container {
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
  text-align: center;
}
.thumbnail_container img {
  max-width: 100%;
  height: auto;
}
.thumbnail_container .sale {
  background: #00b9ef;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1001;
  color: #FFF;
  top: 5%;
  left: 5%;
  line-height: 80px;
  font-weight: 600;
  font-size: 20px;
}
.product-overlay .commerce-add-to-cart input.btn {
  border: 0 none;
  border-radius: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-top-left-radius: 3px;
  background: url(../images/cart-icon.png) no-repeat 50% 50% #00b9ef;
  color: #FFF;
  overflow: hidden;
  -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;
  display: inline-block;
  text-indent: -999px;
  padding: 10px;
}
.commerce-price-rrp-your-price {
  width: 100%;
}
.commerce-price-rrp-your-price tbody {
  border-top: 0 none;
}
.commerce-price-rrp-your-price .rrp-title,
.commerce-price-rrp-your-price .webprice-title {
  display: none;
}
.commerce-price-rrp-your-price .webprice-total {
  color: #00b9ef !important;
  padding: 10px 0 20px 0;
  font-size: 22px;
}
.rating {
  color: #00b9ef;
}
.rating i {
  margin-right: 3px;
}
.product-overlay {
  position: absolute;
  bottom: 0;
  opacity: 0;
  text-align: center;
  width: 100%;
}
.product-overlay .field-name-field-product {
  display: inline-block;
}
.product-overlay .view-product {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 52px;
  text-align: center;
  border-top-right-radius: 3px;
  color: #FFF;
  border-left: solid 1px #FFF;
  margin-left: -3px;
  background: #808080;
}
.product-overlay .view-product i {
  color: #FFF;
}
.view-products-shop .view-content {
  margin: 30px 0;
}
.view-product-categories ul,
.view-product-brand ul {
  margin: 0px 0 40px 0;
}
.view-product-categories ul li,
.view-product-brand ul li {
  margin-bottom: 15px;
  margin-left: 0px;
  overflow: hidden;
}
.view-product-categories ul li:before,
.view-product-brand ul li:before {
  content: '\F061';
  font-family: FontAwesome;
  margin-right: 10px;
  font-weight: bold;
  padding-top: 6px;
  display: inline-block;
}
.view-product-categories ul li:hover,
.view-product-brand ul li:hover {
  color: #00b9ef;
}
.view-product-categories ul li:hover a,
.view-product-brand ul li:hover a {
  color: #00b9ef;
}
.view-product-categories ul li:hover .count,
.view-product-brand ul li:hover .count {
  background: #00b9ef;
  color: #FFF;
}
.view-product-categories ul li a,
.view-product-brand ul li a {
  color: #808080;
}
.view-product-categories ul li .count,
.view-product-brand ul li .count {
  float: right;
  display: inline-block;
  text-align: center;
  background: #F4F4F4;
  border-radius: 3px;
  line-height: 35px;
  width: 35px;
  height: 35px;
}
input[id^=edit-quantity],
input[id^=edit-edit-quantity] {
  border: 1px solid #e5e5e5;
  float: left;
  height: 40px;
  width: 40px;
  margin-top: -3px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.commerce-quantity-plusminus-link-decrease a,
.commerce-quantity-plusminus-link-increase a {
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  color: #666;
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 30px;
  text-align: center;
  width: 40px;
  margin-top: -3px;
  border-radius: 0 !important;
}
.commerce-quantity-plusminus-link-decrease a:hover,
.commerce-quantity-plusminus-link-increase a:hover {
  background: #00b9ef !important;
  color: #FFF;
}
.table-bordered>tbody>tr>td {
  border: 0 none;
  vertical-align: middle;
}
.table-bordered>thead>tr>th {
  border: 0 none;
  background: #F5F5F5;
  text-transform: uppercase;
}
#commerce-checkout-form-checkout fieldset.collapsed,
#commerce-shipping-service-ajax-wrapper fieldset.collapsed {
  height: 60px !important;
  margin-bottom: 20px;
}
#commerce-checkout-form-checkout legend,
#commerce-shipping-service-ajax-wrapper legend {
  border: 1px solid #545454;
  border-radius: 3px;
  padding: 16px;
}
#commerce-checkout-form-checkout legend span,
#commerce-checkout-form-checkout legend a,
#commerce-shipping-service-ajax-wrapper legend span,
#commerce-shipping-service-ajax-wrapper legend a {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}
#commerce-checkout-form-checkout legend span:hover,
#commerce-checkout-form-checkout legend a:hover,
#commerce-shipping-service-ajax-wrapper legend span:hover,
#commerce-shipping-service-ajax-wrapper legend a:hover {
  color: #00b9ef;
}
#commerce-checkout-form-checkout legend:hover,
#commerce-shipping-service-ajax-wrapper legend:hover {
  border-color: #00b9ef;
}
#commerce-checkout-form-checkout .fieldset-wrapper,
#commerce-shipping-service-ajax-wrapper .fieldset-wrapper {
  margin-bottom: 20px;
}
div.addressfield-container-inline > div.form-item {
  width: 100%;
}
.button-operator {
  display: none;
}
.checkout-buttons .checkout-cancel {
  border: solid 2px #808080;
  display: inline-block;
  color: #808080;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 13px 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin-left: 10px;
  text-decoration: none !important;
}
.checkout-buttons .checkout-cancel:hover {
  background: none repeat scroll 0 0 #00b9ef;
  color: #FFF;
}
.checkout-continue {
  padding: 10px 25px !important;
}
.checkout-help {
  text-transform: uppercase;
  margin-bottom: 20px;
}
table.checkout-review {
  width: 100%;
  margin-bottom: 20px;
}
table.checkout-review tbody {
  border: none;
}
table.checkout-review tr {
  border: none;
}
table.checkout-review tr td {
  padding: 0 15px;
}
table.checkout-review tr.pane-title {
  margin: 0;
}
table.checkout-review tr.pane-title td {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
table.checkout-review .pane-data-full {
  padding: 10px;
  margin: 0;
}
.product_sidebar .icon-overlay {
  margin-bottom: 40px;
  position: relative;
}
.product_sidebar .icon-overlay:hover:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,185,239,0.8);
  content: "";
}
.product_sidebar .icon-overlay:hover a {
  opacity: 1;
}
.product_sidebar .icon-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
  opacity: 0;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -10px;
}
.product_sidebar img {
  width: 100%;
  height: auto;
}
.product_sidebar .title {
  font-size: 16px;
}
.product_sidebar .product-category {
  font-size: 12px;
}
.product_sidebar .price {
  font-weight: 600;
}
.product_sidebar .webprice-total {
  font-size: 14px;
}
.grid-3-cols .dexp-grid-item:nth-child(3n+1) {
  clear: left;
}
.grid-4-cols .dexp-grid-item:nth-child(4n+1) {
  clear: left;
}
.about-title {
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  padding: 10px 100px;
}
.text-center {
  text-align: center;
}
.dexp_tab_wrapper .nav-tabs {
  border: none;
  margin-bottom: 0;
}
.dexp_tab_wrapper .nav-tabs li {
  background-color: #f5f5f5;
}
.dexp_tab_wrapper .nav-tabs li:not(:last-child) {
  border-right: 2px solid #fff;
}
.dexp_tab_wrapper .nav-tabs li a {
  border: none;
  border-radius: 0px;
  color: #808080 !important;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
  border-right: none;
  margin: 0;
  line-height: 20px;
  font-family: 'Eurostile LT';
  outline: none;
}
.dexp_tab_wrapper .nav-tabs li a:hover {
  color: #00b9ef !important;
}
@media (max-width: 480px) {
  .dexp_tab_wrapper .nav-tabs li a {
    font-size: 20px;
  }
}
.dexp_tab_wrapper .nav-tabs li a i {
  padding-right: 10px;
  font-size: 30px;
}
@media (max-width: 480px) {
  .dexp_tab_wrapper .nav-tabs li a i {
    font-size: 16px;
  }
}
.dexp_tab_wrapper .nav-tabs li.last a {
  border-radius: 0 3px 0 0;
}
.dexp_tab_wrapper .nav-tabs li.first a {
  border-radius: 3px 0 0 0;
}
.dexp_tab_wrapper .nav-tabs li.active a {
  background-color: #00b9ef !important;
  border: none;
  color: #FFF !important;
}
.dexp_tab_wrapper .tab-content {
  border: solid 2px #00b9ef;
  margin-top: 1px;
  padding: 50px;
}
.dexp_tab_wrapper.style02 .tab-content {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.panel-group .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0 !important;
}
.panel-group .panel .panel-body {
  border-top: none !important;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 17px 22px;
}
.panel-group .panel .panel-heading {
  padding: 0;
  background: none;
}
.panel-group .panel .panel-heading a {
  border-left: 2px solid #00b9ef;
  border-right: 2px solid #00b9ef;
  width: 100%;
  height: 100%;
  display: block;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  font-weight: 400;
  font-family: 'Eurostile LT';
  background-color: #00b9ef;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.panel-group .panel .panel-heading a.collapsed {
  border-bottom: 2px solid #fff;
  background-color: #f5f5f5;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  color: #808080;
}
.panel-group .panel .panel-heading a i {
  padding-right: 10px;
}
.panel-group .panel:first-child a {
  border-radius: 3px 3px 0 0;
  border-top: 2px solid #00b9ef;
}
.panel-group .panel:first-child a.collapsed {
  border-top: 2px solid #e5e5e5;
}
.panel-group .panel:last-child a.collapsed {
  border-radius: 0 0 3px 3px;
  border-bottom: 2px solid #e5e5e5 !important;
}
.panel-group .panel:last-child .panel-body {
  border-bottom: 2px solid #e5e5e5 !important;
}
.panel-group.style02 .panel .panel-body {
  border: none;
}
.panel-group.style02 .panel a {
  border-left: none !important;
  border-right: none !important;
}
.panel-group.style02 .panel:first-child a {
  border-top: none !important;
}
.panel-group.style02 .panel:last-child a.collapsed {
  border-bottom: none !important;
  border-radius: 0;
}
.panel-group.style02 .panel:last-child .panel-body {
  border-bottom: none !important;
}
.panel-group.style03 .panel .panel-body {
  border: none;
}
.panel-group.style03 .panel a {
  border-left: none !important;
  border-right: none !important;
  padding: 20px 22px;
  background-color: #f5f5f5;
  color: #00b9ef;
  border-radius: 0 !important;
}
.panel-group.style03 .panel a:before {
  content: "\f139";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #00b9ef;
  font-size: 30px;
  padding-right: 0.5em;
}
.panel-group.style03 .panel a.collapsed {
  background-color: #f5f5f5;
}
.panel-group.style03 .panel a.collapsed:before {
  content: "\f13a";
  color: #808080;
}
.panel-group.style03 .panel:first-child a {
  border-top: none !important;
}
.panel-group.style03 .panel:last-child a.collapsed {
  border-bottom: none !important;
  border-radius: 0;
}
.panel-group.style03 .panel:last-child .panel-body {
  border-bottom: none !important;
}
.btn {
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid 1px #595959;
  font-family: 'Eurostile LT';
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px;
  color: #595959;
  background-color: transparent;
}
.btn:hover {
  background-color: #00b9ef;
  color: #fff;
  border-color: #00b9ef;
}
.btn.btn-lg {
  font-size: 20px;
}
.btn.style01 {
  border-color: #00b9ef;
  background-color: #00b9ef;
  color: #fff;
}
.btn.style01:hover {
  background-color: transparent;
  color: #00b9ef;
}
.btn.color-bg {
  background-color: #0092bc;
  border-color: 1px solid #0092bc;
}
.btn.color-bg:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.style02 {
  border-color: #00b9ef;
  background-color: #fff;
  color: #00b9ef;
}
.btn.style02:hover {
  background-color: #00b9ef;
  color: #fff;
}
.btn.dexp-btn-white {
  border-color: #fff;
  color: #fff;
}
.btn.dexp-btn-white:hover {
  border-color: #00b9ef;
}
.skill-bar .progress {
  height: 20px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
}
.skill-bar .progress .bar {
  width: 0;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: left;
  padding-left: 10px;
  background-color: #28cdc3;
  background-repeat: repeat-x;
  border: none;
  border-radius: 2px 0 0 2px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.skill-bar .progress .bar small {
  color: #fafafa;
  font-size: 12px;
  float: right;
  padding-right: 10px;
}
.skill-bar .progress-striped .bar {
  background-color: #149bdf;
}
.skill-bar .progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.skill-bar .progress-success .bar,
.skill-bar .progress-green .bar {
  background-color: #00b9ef;
}
.skill-bar .progress-info .bar,
.skill-bar .progress-blue .bar {
  background-color: #03acdc;
}
.skill-bar .progress-warning .bar,
.skill-bar .progress-orange .bar {
  background-color: #f98805;
}
.skill-bar .progress-danger .bar,
.skill-bar .progress-red .bar {
  background-color: #e53f51;
}
.skill-bar .bar-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 13px;
  position: relative;
}
.dexp-shortcodes-box h3.box-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.dexp-shortcodes-box .box-icon {
  text-align: center;
  -webkit-transform: rotate(0deg) scale(1) skew(0) translate(0);
  -moz-transform: rotate(0deg) scale(1) skew(0) translate(0);
  -o-transform: rotate(0deg) scale(1) skew(0) translate(0);
  -ms-transform: rotate(0deg) scale(1) skew(0) translate(0);
  transform: rotate(0deg) scale(1) skew(0) translate(0);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.dexp-shortcodes-box .btn {
  margin-top: 20px;
}
.dexp-shortcodes-box.box-background .box-icon {
  background-color: #00b9ef;
  border: 5px solid #56d9ff !important;
  color: #fff !important;
}
.dexp-shortcodes-box:not(.box-background) .box-icon {
  color: #303030;
}
.dexp-shortcodes-box:not(.box-background) .box-icon:hover {
  color: #00b9ef;
}
.dexp-shortcodes-box.box-left h3.box-title,
.dexp-shortcodes-box.box-right h3.box-title {
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  margin-bottom: 40px;
  position: relative;
}
.dexp-shortcodes-box.box-left h3.box-title:after,
.dexp-shortcodes-box.box-right h3.box-title:after {
  background-color: #e5e5e5;
  bottom: -20px;
  content: "";
  height: 2px;
  position: absolute;
  width: 100px;
  left: 0;
  margin-left: 0;
}
.dexp-shortcodes-box.box-left .box-icon,
.dexp-shortcodes-box.box-right .box-icon {
  width: 100px;
  height: 100px;
  line-height: 98px;
  font-size: 30px;
  position: relative;
  overflow: hidden;
}
.dexp-shortcodes-box.box-left .box-icon span,
.dexp-shortcodes-box.box-right .box-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: top 0.5s linear;
  -moz-transition: top 0.5s linear;
  -o-transition: top 0.5s linear;
  -ms-transition: top 0.5s linear;
  transition: top 0.5s linear;
}
.dexp-shortcodes-box.box-left.box-none .box-icon,
.dexp-shortcodes-box.box-right.box-none .box-icon {
  font-size: 30px;
}
.dexp-shortcodes-box.box-left.box-none .box-icon span,
.dexp-shortcodes-box.box-right.box-none .box-icon span {
  max-height: 60px;
  overflow: hidden;
  top: -30px;
}
.dexp-shortcodes-box.box-left:not(.box-none):hover .box-icon,
.dexp-shortcodes-box.box-right:not(.box-none):hover .box-icon {
  background: #00b9ef;
  border: 5px solid #56d9ff;
  line-height: 94px;
  color: #FFF;
}
.dexp-shortcodes-box.box-left:not(.box-none):hover h3.box-title,
.dexp-shortcodes-box.box-right:not(.box-none):hover h3.box-title {
  color: #00b9ef;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dexp-shortcodes-box.box-left.box-background:hover .box-icon,
.dexp-shortcodes-box.box-right.box-background:hover .box-icon {
  background: #fff;
  color: #808080 !important;
  border: solid 2px #808080 !important;
}
.dexp-shortcodes-box.box-left.box-border,
.dexp-shortcodes-box.box-right.box-border {
  padding: 10px 0px 30px 0;
}
.dexp-shortcodes-box.box-left.box-border .box-icon,
.dexp-shortcodes-box.box-right.box-border .box-icon {
  width: 120px;
  height: 120px;
  font-size: 40px;
  border-width: 3px;
  -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;
  margin-top: -60px;
  position: absolute;
  top: 50%;
}
.dexp-shortcodes-box.box-left.box-border:hover,
.dexp-shortcodes-box.box-right.box-border:hover {
  background-color: #f5f5f5;
  border: solid 1px #d5d5d5;
}
.dexp-shortcodes-box.box-left.box-border:hover .box-title,
.dexp-shortcodes-box.box-right.box-border:hover .box-title {
  color: #00b9ef;
}
.dexp-shortcodes-box.box-left.box-border:hover .box-icon,
.dexp-shortcodes-box.box-right.box-border:hover .box-icon {
  border: 5px solid #56d9ff;
}
.dexp-shortcodes-box.box-left.box-border .box-content,
.dexp-shortcodes-box.box-right.box-border .box-content {
  font-size: 16px;
}
.dexp-shortcodes-box.box-left .box-icon {
  float: left;
}
.dexp-shortcodes-box.box-left .box-title,
.dexp-shortcodes-box.box-left .box-content {
  margin-left: 120px;
}
.dexp-shortcodes-box.box-left.box-border {
  margin-left: 60px;
}
.dexp-shortcodes-box.box-left.box-border .box-icon {
  margin-left: -60px;
}
.dexp-shortcodes-box.box-left.box-border .box-title {
  margin-left: 80px;
  text-transform: none;
}
.dexp-shortcodes-box.box-left.box-border .box-content {
  margin-left: 80px;
  padding-right: 20px;
}
.dexp-shortcodes-box.box-left.box-border:hover .box-icon {
  border-color: #fff;
}
.dexp-shortcodes-box.box-right .box-icon {
  float: right;
}
.dexp-shortcodes-box.box-right .box-title,
.dexp-shortcodes-box.box-right .box-content {
  margin-right: 120px;
  text-align: right;
}
.dexp-shortcodes-box.box-right .box-title:after {
  left: auto !important;
  right: 0;
}
.dexp-shortcodes-box.box-right.box-border {
  margin-right: 60px;
}
.dexp-shortcodes-box.box-right.box-border .box-icon {
  margin-right: 15px;
  right: 0;
}
.dexp-shortcodes-box.box-right.box-border .box-title {
  margin-right: 80px;
  text-transform: none;
}
.dexp-shortcodes-box.box-right.box-border .box-content {
  margin-right: 80px;
  padding-left: 20px;
}
.dexp-shortcodes-box.box-right.box-border:hover .box-icon {
  border-color: #fff;
}
.dexp-shortcodes-box.box-circle .box-icon {
  border-radius: 50%;
  border: 2px #808080 solid;
  color: #808080;
}
.dexp-shortcodes-box.box-square .box-icon {
  border-radius: 5%;
  border: 2px #808080 solid;
}
.dexp-shortcodes-box.box-center:not(.box-none) .box-icon {
  color: #595959;
  text-align: center;
  border: 2px solid #595959;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin: 0 auto;
  font-size: 33px;
  -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;
}
.dexp-shortcodes-box.box-center:not(.box-none):hover .box-icon {
  background: #00b9ef;
  border: 5px solid #56d9ff;
  line-height: 140px;
  color: #FFF;
}
.dexp-shortcodes-box.box-center:not(.box-none) h3.box-title {
  color: #00b9ef;
  text-align: center;
  font-size: 20px !important;
  text-transform: uppercase;
  position: relative;
  margin: 30px 0;
}
.dexp-shortcodes-box.box-center:not(.box-none) h3.box-title:after {
  background-color: #e5e5e5;
  bottom: -20px;
  content: "";
  height: 2px;
  position: absolute;
  width: 30%;
  left: 50%;
  margin-left: -15%;
}
.dexp-shortcodes-box.box-center .box-title {
  text-align: center;
  margin: 20px 0px 10px;
  font-size: 16px !important;
}
.dexp-shortcodes-box.box-center .box-content {
  text-align: center;
  margin: 0 5px 20px 5px;
}
.dexp-shortcodes-box.box-center.box-none .box-icon {
  font-size: 95px;
  height: 102px;
}
.dexp-shortcodes-box.box-center.box-none h3.box-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: none !important;
}
.dexp-shortcodes-box.box-center.box-border {
  margin-top: 74px;
  padding: 0 25px 38px;
}
.dexp-shortcodes-box.box-center.box-border .box-icon {
  width: 150px;
  height: 150px;
  font-size: 60px;
  line-height: 150px;
  margin-top: -74px;
  border-width: 4px;
  -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;
}
.dexp-shortcodes-box.box-center.box-border:hover {
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
}
.dexp-shortcodes-box.box-center.box-border:hover .box-icon {
  border: 5px solid #fff;
}
.dexp-shortcodes-box.box-center.box-border:hover .box-title {
  color: #00b9ef !important;
}
.dexp-shortcodes-box.box-center.box-border .box-title {
  text-transform: none !important;
  color: #808080 !important;
  font-weight: 700;
}
.dexp-shortcodes-box.box-center.box-border .box-content {
  text-align: center;
}
.dexp-shortcodes-box.box-top-left .box-icon {
  font-size: 60px;
  line-height: 80px;
  text-align: left;
}
.dexp-shortcodes-box.box-top-left .box-title {
  text-align: left;
  text-transform: none;
}
.dexp-shortcodes-box.box-top-right .box-icon {
  font-size: 60px;
  line-height: 80px;
  text-align: right;
}
.dexp-shortcodes-box.box-top-right .box-title {
  text-align: right;
  text-transform: none;
}
.dexp-shortcodes-box.box-top-right .box-content {
  text-align: right;
}
.milestone-counter {
  text-align: center;
}
.milestone-counter i {
  background: none repeat scroll 0 0 rgba(255,255,255,0.2);
  color: #00b9ef;
  font-size: 40px;
  font-weight: 300;
  line-height: 75px;
  padding: 20px 28px;
  text-align: center;
  border-radius: 50%;
}
.milestone-counter .stat-count {
  color: #303030;
  font-family: 'Eurostile LT';
  font-size: 50px;
  font-weight: 700;
  line-height: 120px;
}
.milestone-counter .milestone-details {
  color: #CCCCCC;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: cursive;
  margin-top: -30px;
}
.bg-color .milestone-counter i {
  background-color: #fff;
}
.bg-color .milestone-counter .stat-count {
  color: #fff;
}
blockquote {
  border-left-color: #00b9ef;
}
.dropcap {
  display: block;
  float: left;
  font-size: 49px;
  font-weight: 500;
  margin: 12px 8px 0 0;
  padding: 0;
  text-transform: uppercase;
}
ul,
ol {
  list-style: none;
}
ul.circled li:before {
  color: #00b9ef;
  content: "?";
  display: inline-block;
  font-family: 'fontello-circle';
  font-size: 8px;
  font-weight: normal;
  margin-right: 10px;
  padding-top: 1px;
  vertical-align: top;
}
ul.arrow li:before {
  color: #00b9ef;
  content: "?";
  display: inline-block;
  font-family: 'fontello';
  font-size: 12px;
  font-weight: normal;
  margin-right: 10px;
  padding-top: 1px;
  vertical-align: top;
}
.pricing {
  text-align: center;
}
.pricing .pricing-header h1 {
  color: #00b9ef;
  font-size: 22px;
  text-align: center;
}
.pricing .pricing-box {
  border: 2px solid #f1f1f1;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-top: 115px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing .pricing-top {
  background: none repeat scroll 0 0 #fff;
  border: 3px solid #00b9ef;
  border-radius: 50%;
  color: #00b9ef;
  height: 180px;
  margin: -95px auto 0;
  padding-top: 45px;
  text-align: center;
  width: 180px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing .pricing-top .price-symbol {
  font-size: 60px;
  font-weight: normal;
  line-height: 64px;
}
.pricing .pricing-top .price-time {
  font-size: 22px;
}
.pricing .pricing-content {
  padding: 20px 0 37px;
}
.pricing .pricing-content p {
  padding: 10px 20px;
}
.pricing .pricing-content ul {
  background: none repeat scroll 0 0 #f4f4f4;
  color: #343434;
  margin: 20px 0 0;
  padding: 2px 0 5px;
}
.pricing .pricing-content ul li {
  line-height: 1.5;
  list-style: none outside none;
  margin: 0;
  padding: 20px;
}
.pricing .pricing-footer {
  margin: 0 0 -38px;
}
.pricing .pricing-footer a {
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 800;
}
.pricing.featured .pricing-top,
.pricing:hover .pricing-top {
  border-color: #fff;
  background: #00b9ef;
  color: #fff;
}
.pricing.featured .pricing-box,
.pricing:hover .pricing-box {
  border: 2px solid #00b9ef;
}
.pricing.featured .pricing-footer a,
.pricing:hover .pricing-footer a {
  background-color: #00b9ef;
  color: #fff;
}
.the-icons li {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 2px;
}
.the-icons {
  list-style-type: none;
  margin: 0;
}
.the-icons li [class^="icon-"],
.the-icons li [class*="icon-"],
.the-icons li [class^="ss-"],
.the-icons li [class*="ss-"] {
  display: inline-block;
  text-align: center;
}
.the-icons li {
  display: block;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 2px;
}
.the-icons li,
.the-icons li:hover {
  color: #888;
}
.the-icons li,
.the-icons li i {
  color: #000;
}
.the-icons li [class^="icon-"],
.the-icons li [class*="icon-"],
.the-icons li [class^="ss-"],
.the-icons li [class*="ss-"] {
  width: 32px;
  font-size: 18px;
}
.the-icons li:hover {
  text-decoration: none;
}
.the-icons li:hover [class^="icon-"],
.the-icons li:hover [class*="icon-"],
.the-icons li:hover [class^="ss-"],
.the-icons li:hover [class*="ss-"] {
  font-size: 30px;
  vertical-align: middle;
}
.the-icons li:hover [class^="icon-"]:before,
.the-icons li:hover [class*="icon-"]:before,
.the-icons li:hover [class^="ss-"]:before,
.the-icons li:hover [class*=" s-"]:before {
  font-size: 24px;
  vertical-align: -3px;
}
.dexp-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  background: #999999;
  color: #888888;
  border: 0px;
  line-height: 39px;
  overflow: hidden;
  -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;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}
.dexp-social-icon:hover i {
  color: #fff;
}
.dexp-social-icon.dexp-social-transparent {
  background: transparent;
  color: #808080;
  border: 1px solid #808080;
  width: 39px;
  height: 39px;
  line-height: 38px;
}
.dexp-social-icon.dexp-social-transparent:hover {
  background: #fff;
  border-color: #fff;
}
.dexp-social-icon.dexp-social-transparent:hover i {
  color: #444;
}
.dexp-social-light,
.dexp-social-hover-light:hover {
  background: #dddddd;
}
.dexp-social-light i,
.dexp-social-hover-light:hover i {
  color: #999999;
}
.dexp-social-color,
.dexp-social-hover-color :hover {
  background: #00b9ef;
}
.dexp-social-color i,
.dexp-social-hover-color :hover i {
  color: #ffffff;
}
.dexp-social-color:hover {
  background: #fff;
  border: solid 1px #00b9ef;
}
.dexp-social-color:hover i {
  color: #00b9ef;
}
.dexp-social-twitter,
.dexp-social-hover-twitter:hover {
  background: #54afe2;
}
.dexp-social-twitter i,
.dexp-social-hover-twitter:hover i {
  color: #ffffff;
}
.dexp-social-facebook,
.dexp-social-hover-facebook:hover {
  background: #4671ad;
}
.dexp-social-facebook i,
.dexp-social-hover-facebook:hover i {
  color: #ffffff;
}
.dexp-social-linkedin,
.dexp-social-hover-linkedin:hover {
  background: #64abcc;
}
.dexp-social-linkedin i,
.dexp-social-hover-linkedin:hover i {
  color: #ffffff;
}
.dexp-social-google,
.dexpoe-social-hover-google:hover {
  background: #dc4a38;
}
.dexp-social-google i,
.dexpoe-social-hover-google:hover i {
  color: #ffffff;
}
.dexp-social-dribbble,
.dexp-social-hover-dribbble:hover {
  background: #d64d74;
}
.dexp-social-dribbble i,
.dexp-social-hover-dribbble:hover i {
  color: #ffffff;
}
.dexp-social-skype,
.dexp-social-hover-skype:hover {
  background: #00c6ff;
}
.dexp-social-skype i,
.dexp-social-hover-skype:hover i {
  color: #ffffff;
}
.dexp-social-behance,
.dexp-social-hover-behance:hover {
  background: #0099fd;
}
.dexp-social-behance i,
.dexp-social-hover-behance:hover i {
  color: #ffffff;
}
.dexp-social-deviantart,
.dexp-social-hover-deviantart:hover {
  background: #c7d419;
}
.dexp-social-deviantart i,
.dexp-social-hover-deviantart:hover i {
  color: #ffffff;
}
.dexp-social-tumblr,
.dexp-social-hover-tumblr:hover {
  background: #385874;
}
.dexp-social-tumblr i,
.dexp-social-hover-tumblr:hover i {
  color: #ffffff;
}
.dexp-social-rss,
.dexp-social-hover-rss:hover {
  background: #fe9900;
}
.dexp-social-rss i,
.dexp-social-hover-rss:hover i {
  color: #ffffff;
}
.dexp-social-vimeo,
.dexp-social-hover-vimeo:hover {
  background: #a6caea;
}
.dexp-social-vimeo i,
.dexp-social-hover-vimeo:hover i {
  color: #ffffff;
}
.dexp-social-pinterest,
.dexp-social-hover-pinterest:hover {
  background: #ce2027;
}
.dexp-social-pinterest i,
.dexp-social-hover-pinterest:hover i {
  color: #ffffff;
}
.dexp-social-flickr,
.dexp-social-hover-flickr:hover {
  background: #f4789b;
}
.dexp-social-flickr i,
.dexp-social-hover-flickr:hover i {
  color: #ffffff;
}
.dexp-social-youtube,
.dexp-social-hover-youtube:hover {
  background: #e70031;
}
.dexp-social-youtube i,
.dexp-social-hover-youtube:hover i {
  color: #ffffff;
}
.dexp-social-instagram,
.dexp-social-hover-instagram:hover {
  background: #2c6a91;
}
.dexp-social-instagram i,
.dexp-social-hover-instagram:hover i {
  color: #ffffff;
}
.dexp-social-apple,
.dexp-social-hover-apple:hover {
  background: #5f5f5f;
}
.dexp-social-apple i,
.dexp-social-hover-apple:hover i {
  color: #ffffff;
}
.dexp-reflect .dexp-social-transparent,
.dexp-reflect-bg .dexp-social-transparent {
  background: transparent;
  border: 1px solid #ffffff;
}
.dexp-reflect .dexp-social-transparent i,
.dexp-reflect-bg .dexp-social-transparent i {
  color: #ffffff;
}
.dexp-reflect .dexp-social-transparent:hover,
.dexp-reflect-bg .dexp-social-transparent:hover {
  background: #ffffff;
}
.dexp-reflect .dexp-social-transparent:hover i,
.dexp-reflect-bg .dexp-social-transparent:hover i {
  color: #444444;
}
.dexp-social-group-nospace .dexp-social {
  margin-right: -4px;
}
.oe-social-group-smallspace .dexp-social {
  margin-right: -3px;
}
.dexp-social-group-largespace .dexp-social {
  margin-right: 8px;
}
div[class*="preset-dark"] {
  background-color: #444444;
  color: #cccccc;
  text-shadow: 0 0 0 rgba(204,204,204,0.1);
  padding: 50px 0;
}
.dexp-social-white {
  background: transparent;
  border: 1px solid #fff;
}
.dexp-social-white i {
  color: #ffffff;
}
.dexp-social-white:hover {
  background: #ffffff;
}
.dexp-social-white:hover i {
  color: #00b9ef;
}
.dexp-social-circle {
  border-radius: 50%;
}
.bg-color {
  background-color: #00b9ef;
}
.color-white {
  color: #fff;
}
.upper {
  text-transform: uppercase;
}
.bordertop {
  border-top: 1px solid #f6f6f6;
}
.white-block {
  background: none repeat scroll 0 0 #fff !important;
  color: #000 !important;
  line-height: 65px;
  padding: 10px;
}
.black-block {
  background: none repeat scroll 0 0 #000 !important;
  color: #fff !important;
  line-height: 65px;
  padding: 10px;
}
.t-mgr20 {
  margin-top: 20px;
}
.client span {
  border: 2px solid #000;
  padding: 5px 10px;
}
.testimonial {
  text-align: center;
  margin-bottom: 20px;
}
.testimonial .carousel-inner p.testimonial-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 24px;
  color: #808080;
  margin: 0 auto;
  padding: 20px 20px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border: none;
  position: relative;
  border-radius: 3px;
}
.testimonial .carousel-inner p.testimonial-content:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  left: 40px;
  margin-left: -10px;
  bottom: 0px;
  -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(10px);
  -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(10px);
  -o-transform: rotate(45deg) scale(1) skew(1deg) translate(10px);
  -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(10px);
  transform: rotate(45deg) scale(1) skew(1deg) translate(10px);
  background-color: #f5f5f5;
}
.testimonial .carousel-inner .testimonial-client span {
  float: left;
  padding-top: 40px;
  padding-left: 30px;
  text-align: left;
}
.testimonial .carousel-inner .testimonial-client span .testimonial-name {
  font-size: 20px;
  color: #343434;
}
.testimonial .carousel-inner .testimonial-client span .testimonial-position {
  font-size: 16px;
  color: #808080;
}
.testimonial .carousel-inner .testimonial-client .testimonial-site {
  padding-top: 40px;
  color: #808080;
  font-size: 16px;
  text-align: right;
}
.testimonial .carousel-inner .testimonial-client .testimonial-rate .rating {
  text-align: right;
}
.testimonial .carousel-inner .testimonial-client img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 20px 0;
  float: left;
}
.testimonial .carousel-indicators {
  bottom: -40px !important;
}
.testimonial .carousel-indicators li {
  background: #f1f1f1;
  border: none;
}
.testimonial .carousel-indicators li.active {
  background: #00b9ef;
}
.testimonial.style02 .carousel-inner p.testimonial-content {
  padding-bottom: 80px;
}
.testimonial.style02 .carousel-inner p.testimonial-content:after {
  left: 50% !important;
}
.testimonial.style02 .carousel-inner .testimonial-client {
  height: 150px;
}
.testimonial.style02 .carousel-inner .testimonial-client img {
  position: absolute;
  left: 50%;
  margin-left: -50px;
}
.testimonial.style02 .carousel-inner .testimonial-client .pull-left {
  width: 100%;
  float: none;
}
.testimonial.style02 .carousel-inner .testimonial-client .pull-right {
  position: absolute;
  bottom: 170px;
  width: 100%;
  float: none;
}
.testimonial.style02 .carousel-inner .testimonial-client .pull-right div {
  text-align: center;
}
.testimonial.style02 .carousel-inner .testimonial-client span {
  padding-top: 140px;
  width: 100%;
  text-align: center;
  margin-left: -15px;
}
.testimonial.style03 .carousel-inner p.testimonial-content {
  padding-top: 80px;
  margin-left: 120px;
}
.testimonial.style03 .carousel-inner p.testimonial-content:before {
  right: 100%;
  top: 100px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245,245,245,0);
  border-right-color: #f5f5f5;
  border-width: 10px;
  margin-top: -10px;
}
.testimonial.style03 .carousel-inner .testimonial-client img {
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 40px;
}
.testimonial.style03 .carousel-inner .testimonial-client .pull-right {
  position: absolute;
  top: -20px;
  right: 20px;
}
.testimonial.style03 .carousel-inner .testimonial-client span {
  padding-top: 0;
  text-align: left;
  margin-left: 0;
  position: absolute;
  top: 20px;
  left: 120px;
}
.testimonial.style04 .carousel-inner p.testimonial-content {
  padding-bottom: 80px;
  background-color: transparent;
  font-size: 24px;
  padding-bottom: 20px;
}
.testimonial.style04 .carousel-inner p.testimonial-content:after {
  background-color: transparent;
}
.testimonial.style04 .carousel-inner .testimonial-client {
  height: 0px;
}
.testimonial.style04 .carousel-inner .testimonial-client img {
  position: absolute;
  left: 50%;
  margin-left: -50px;
}
.testimonial.style04 .carousel-inner .testimonial-client .pull-left {
  width: 100%;
  float: none;
}
.testimonial.style04 .carousel-inner .testimonial-client .pull-right {
  position: absolute;
  bottom: 170px;
  width: 100%;
  float: none;
}
.testimonial.style04 .carousel-inner .testimonial-client .pull-right div {
  text-align: center;
}
.testimonial.style04 .carousel-inner .testimonial-client span {
  padding-top: 20px;
  width: 100%;
  text-align: center;
  margin-left: -15px;
}
.testimonial.style04 .carousel-inner .testimonial-client span .testimonial-name,
.testimonial.style04 .carousel-inner .testimonial-client span .testimonial-position {
  color: #fff;
}
@media (max-width: 480px) {
  .testimonial.style03 .carousel-inner p.testimonial-content {
    margin-left: 0;
    padding-top: 120px;
  }
  .testimonial.style03 .carousel-inner .testimonial-client {
    height: 120px;
  }
  .testimonial.style03 .carousel-inner .testimonial-client img {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: auto;
    bottom: -20px;
  }
  .testimonial.style03 .carousel-inner .testimonial-client .pull-right {
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .testimonial.style03 .carousel-inner .testimonial-client span {
    padding-top: 0;
    text-align: left;
    margin-left: 0;
    position: absolute;
    top: 20px;
    left: 0px;
  }
}
.black-box {
  font-size: 18px;
  color: #ccc;
  font-family: 'Eurostile LT';
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 24px;
  color: #999;
  margin: 10px 0;
  padding: 20px 20px;
  background: #fff;
  background: #000;
  position: relative;
}
.black-box h3 {
  color: #ccc;
}
.black-box:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: #fff;
  right: -22px;
  bottom: -10px;
  -webkit-transform: rotate(135deg) scale(1) skew(1deg) translate(10px);
  -moz-transform: rotate(135deg) scale(1) skew(1deg) translate(10px);
  -o-transform: rotate(135deg) scale(1) skew(1deg) translate(10px);
  -ms-transform: rotate(135deg) scale(1) skew(1deg) translate(10px);
  transform: rotate(135deg) scale(1) skew(1deg) translate(10px);
}
.black-box blockquote {
  border-left: none;
}
.dexp-list {
  margin: 0;
  padding: 0;
}
.dexp-list li {
  list-style: none;
  position: relative;
  line-height: 30px;
}
.dexp-list li:before {
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #00b9ef;
}
.dexp-list.list-big-icon li {
  font-size: 18px;
  line-height: 2.2;
  position: relative;
}
.dexp-list.list-big-icon li:before {
  font-size: 20px;
}
.dexp-list.list-01 li:before {
  content: "\f14a";
}
.dexp-list.list-02 li:before {
  content: "\f138";
}
ol.dexp-list li {
  list-style: decimal;
}
h3.heading-title.minimal {
  font-size: 20px;
  color: #343434;
  position: relative;
  margin-bottom: 60px;
}
h3.heading-title.minimal:before {
  border-bottom: 2px solid #808080;
  border-left: 2px solid #808080;
  bottom: -30px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  left: 0;
}
h3.heading-title.minimal.title-center {
  text-align: center;
}
h3.heading-title.minimal.title-center:before {
  left: 50%;
  margin-left: -50px;
}
h3.heading-title.minimal.title-right:before {
  left: 100%;
  margin-left: -100px;
}
h3.heading-title.normal {
  font-size: 25px;
  color: #343434;
  position: relative;
  margin-bottom: 80px;
}
h3.heading-title.normal:before {
  background-image: url("data:image/png;base64,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");
  background-color: #00b9ef;
  bottom: -40px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 10px;
  z-index: 1;
}
h3.heading-title.normal:after {
  border-bottom: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  bottom: -40px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  left: 0;
}
h3.heading-title.normal.title-center {
  text-align: center;
}
h3.heading-title.normal.title-center:before {
  left: 50%;
  margin-left: -50px;
}
h3.heading-title.normal.title-right:before {
  left: 100%;
  margin-left: -10px;
}
h3.heading-title.normal.title-right:after {
  left: 100%;
  margin-left: -100px;
}
h3.block-title {
  font-size: 20px !important;
}
.block.minimal h3.block-title {
  font-size: 20px;
  color: #343434;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
}
.block.minimal h3.block-title:before {
  border-bottom: 2px solid #808080;
  border-left: 2px solid #808080;
  bottom: -30px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  left: 0;
}
.block.left-bottom-border h3.block-title {
  font-size: 27px !important;
  color: #343434;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
}
.block.left-bottom-border h3.block-title:before {
  background-image: url("data:image/png;base64,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");
  background-color: #00b9ef;
  bottom: -30px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 10px;
  z-index: 1;
}
.block.left-bottom-border h3.block-title:after {
  border-bottom: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  bottom: -30px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  left: 0;
}
.block.title-center h3.block-title {
  text-align: center;
}
.block.title-center h3.block-title:before {
  left: 50%;
  margin-left: -50px;
}
.navigation-menu ul.menu {
  padding: 0;
}
.navigation-menu ul.menu li {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  border-bottom: dotted 1px #e8e8e8;
  padding-bottom: 20px;
}
.navigation-menu ul.menu li:not(:first-child) {
  padding-top: 20px;
}
.navigation-menu ul.menu li a {
  font-size: 20px;
  color: #808080;
}
.navigation-menu ul.menu li a:hover,
.navigation-menu ul.menu li a.active {
  color: #00b9ef;
}
.dexp-callout .callout-container {
  box-shadow: 4px 4px #0092bc;
  background-color: #00b9ef;
  border-radius: 5px;
  padding: 25px 10px 15px 60px;
}
.dexp-callout .callout-container .callout-text {
  display: inline-block;
  width: 100%;
}
.dexp-callout .callout-container .callout-text p {
  color: #fff;
  font-size: 24px;
  line-height: 2.4;
  margin-bottom: 0;
}
.dexp-callout .callout-container .btn {
  font-size: 20px;
  padding: 12px 30px;
  font-weight: 700;
}
.dexp-callout .callout-container.style02 {
  box-shadow: none;
  border-radius: 0;
}
.under-line {
  position: relative;
  margin-bottom: 50px;
}
.under-line:before {
  border-bottom: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  bottom: -30px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  left: 0;
}
.hover-box {
  text-align: left;
  margin-bottom: 20px;
}
.hover-box figure {
  display: block;
  overflow: hidden;
  position: relative;
}
.hover-box .items li figure img {
  display: block;
  width: 100%;
}
.hover-box figure li a,
.hover-box figure li a img {
  display: block;
  position: relative;
}
.hover-box figure img {
  display: block;
  width: 100%;
  height: auto;
  -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;
}
.hover-box figure a:hover img {
  transform: scale(1.1);
}
.hover-box figure a .text-overlay {
  background: transparent;
  bottom: 0;
  opacity: 0;
  height: 100%;
  padding: 20px;
  position: absolute;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 100;
}
.hover-box figure a:hover .text-overlay {
  opacity: 1;
}
.hover-box figure .social-icons {
  background: none repeat scroll 0 0 #00b9ef;
  bottom: 0;
  height: 80px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 100;
}
.hover-box figure:hover .social-icons {
  opacity: 0.8;
}
.hover-box figure a .text-overlay .info {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  left: 0;
  margin-top: -11px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 35%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.hover-box figure a .text-overlay .info h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}
.hover-box figure a .text-overlay .info span i {
  color: rgba(255,255,255,0.7) !important;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-box figure a .text-overlay .info span i:hover {
  color: #ffffff !important;
}
.hover-box figure a:hover .text-overlay .info {
  top: 40%;
}
.hover-box .image-caption {
  text-align: left;
}
.hover-box .image-caption h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 800;
}
.hover-box .image-caption p {
  margin-bottom: 0;
}
.hover-box .image-caption .position {
  color: #00b9ef;
  padding: 10px 0 30px 0;
  display: block;
}
@media screen and (min-width: 992px) {
  #section-header {
    background: #FFF;
  }
  #section-header .dexp-dropdown {
    float: right;
  }
  #section-header .dexp-dropdown >ul>li {
    padding: 0;
    margin: 0;
  }
  #section-header .dexp-dropdown >ul>li:after {
    width: 5px;
  }
  #section-header .dexp-dropdown >ul>li>a,
  #section-header .dexp-dropdown >ul>li>span.nolink {
    line-height: 72px;
    text-transform: uppercase;
    font-size: 14px;
/*    font-weight: bold; */
    position: relative;
    display: block;
    -webkit-transition: line-height 0.3s linear;
    -moz-transition: line-height 0.3s linear;
    -o-transition: line-height 0.3s linear;
    -ms-transition: line-height 0.3s linear;
    transition: line-height 0.3s linear;
  }
  #section-header .dexp-dropdown >ul>li>a:before,
  #section-header .dexp-dropdown >ul>li>span.nolink:before {
    background: none repeat scroll 0 0 #00b9ef;
    width: 100%;
    left: 0;
    bottom: -12px;
    content: "";
    height: 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    display: none;
  }
  #section-header .dexp-dropdown >ul>li>a:after,
  #section-header .dexp-dropdown >ul>li>span.nolink:after {
    background: none repeat scroll 0 0 #00b9ef;
    width: 8px;
    left: 50%;
    margin-left: -4px;
    bottom: -12px;
    content: "";
    height: 8px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s linear;
    -moz-transition: -moz-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
  }
  #section-header .dexp-dropdown >ul>li>a:hover:before,
  #section-header .dexp-dropdown >ul>li>a.active:before,
  #section-header .dexp-dropdown >ul>li>span.nolink:hover:before,
  #section-header .dexp-dropdown >ul>li>span.nolink.active:before {
    bottom: 0;
    display: block;
  }
  #section-header .dexp-dropdown >ul>li>a:hover:after,
  #section-header .dexp-dropdown >ul>li>a.active:after,
  #section-header .dexp-dropdown >ul>li>span.nolink:hover:after,
  #section-header .dexp-dropdown >ul>li>span.nolink.active:after {
    bottom: 2px;
    display: block;
  }
  #section-header .dexp-dropdown >ul>li>a >ul,
  #section-header .dexp-dropdown >ul>li >ul {
    border-top: 6px solid #00b9ef;
    margin-top: -6px;
  }
  #section-header .dexp-dropdown >ul>li>a:hover >a,
  #section-header .dexp-dropdown >ul>li:hover >a {
    color: #00b9ef;
  }
  #section-header .dexp-dropdown >ul>li>a:hover >a:before,
  #section-header .dexp-dropdown >ul>li:hover >a:before {
    bottom: 0;
    display: block;
  }
  #section-header .dexp-dropdown >ul>li>a:hover >a:after,
  #section-header .dexp-dropdown >ul>li:hover >a:after {
    bottom: 2px;
    display: block;
  }
  #section-header .dexp-dropdown span.menu-toggler {
    display: none;
  }
  #section-header ul li a,
  #section-header ul span.nolink {
    color: #000;
    padding: 0 15px;
    text-decoration: none;
  }
  #section-header ul li a:hover,
  #section-header ul li a.active,
  #section-header ul span.nolink:hover,
  #section-header ul span.nolink.active {
    color: #00b9ef;
  }
  #section-header ul ul {
    background: #FFF;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  }
  #section-header ul ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  #section-header ul ul li a,
  #section-header ul ul li span.nolink {
    line-height: 40px;
  }
  #section-header .search-toggle {
    line-height: 72px;
    -webkit-transition: line-height 0.3s linear;
    -moz-transition: line-height 0.3s linear;
    -o-transition: line-height 0.3s linear;
    -ms-transition: line-height 0.3s linear;
    transition: line-height 0.3s linear;
  }
  #section-header .region-search {
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    height: 115px;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
  }
  #section-header .region-search input[name=search_block_form] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
    border-bottom: 0 solid rgba(0,0,0,0.05) !important;
    border-image: none !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    color: #B9BEC3;
    font-size: 30px;
    font-weight: 300;
    height: 53px !important;
    left: 0;
    letter-spacing: 0;
    line-height: 36px !important;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-top: 7px;
    position: absolute;
    top: 30px;
    vertical-align: middle;
    width: 100%;
  }
  #section-header .region-search .search-close {
    font-size: 25px;
    line-height: 72px;
    display: block;
    text-align: center;
    color: #B9BEC3;
  }
  #section-header.fixed-transition {
    background: rgba(255,255,255,0.95);
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  }
  #section-header.fixed-transition .dexp-dropdown >ul>li>a,
  #section-header.fixed-transition .dexp-dropdown >ul>li>span.nolink {
    line-height: 70px;
    -webkit-transition: line-height 0.3s linear;
    -moz-transition: line-height 0.3s linear;
    -o-transition: line-height 0.3s linear;
    -ms-transition: line-height 0.3s linear;
    transition: line-height 0.3s linear;
  }
  #section-header.fixed-transition a.site-logo {
    line-height: 70px;
  }
  #section-header.fixed-transition .search-toggle {
    line-height: 70px;
  }
  #section-header a.site-logo {
    line-height: 72px;
    -webkit-transition: line-height 0.3s linear;
    -moz-transition: line-height 0.3s linear;
    -o-transition: line-height 0.3s linear;
    -ms-transition: line-height 0.3s linear;
    transition: line-height 0.3s linear;
  }
}
@media screen and (max-width: 991px) {
  #section-header {
    box-shadow: 0 2px 4px -3px gray;
  }
  #section-header a.site-logo {
    line-height: 70px;
  }
  #section-header .search-close,
  #section-header .search-icon {
    line-height: 60px;
  }
  #section-header .dexp-dropdown {
    background: #333;
    box-shadow: 0 2px 4px -3px gray;
    z-index: 999;
  }
  #section-header .dexp-dropdown ul {
    padding: 15px;
  }
  #section-header .dexp-dropdown ul li {
    list-style: none;
    padding: 0;
  }
  #section-header .dexp-dropdown ul li a {
    display: block;
    line-height: 40px;
    color: #FFF;
  }
  #section-header .dexp-dropdown ul li a:hover,
  #section-header .dexp-dropdown ul li a.active {
    color: #00b9ef;
  }
  #section-header .dexp-dropdown ul li span.menu-toggler {
    line-height: 30px;
    top: 0;
    width: 30px;
    text-align: center;
    border: 1px solid #404040;
  }
  #section-header .region-navigation {
    position: static;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #section-header .region-navigation .dexp-dropdown {
    position: absolute;
  }
  .dexp-menu-toggler {
    background: none;
    line-height: 70px;
    position: relative;
    padding: 0;
  }
  .dexp-menu-toggler:hover {
    background: none;
  }
  .dexp-menu-toggler:focus {
    outline: navy;
  }
  .dexp-menu-toggler.btn {
    border: none !important;
  }
  .dexp-menu-toggler.btn:hover {
    border: none;
  }
  .dexp-menu-toggler i.fa {
    border: 1px solid #F5F5F5;
    color: #999999;
    font-size: 21px;
    line-height: 35px;
    width: 40px;
  }
}
ul.dexp-portfolio-filter,
ul.dexp-masonry-filter {
  margin-bottom: 35px;
  padding: 0;
  text-align: center;
}
ul.dexp-portfolio-filter li,
ul.dexp-masonry-filter li {
  display: inline-block;
  margin: 0;
  padding-right: 6px;
}
ul.dexp-portfolio-filter li a,
ul.dexp-masonry-filter li a {
  text-decoration: none;
}
ul.dexp-portfolio-filter li a:hover,
ul.dexp-masonry-filter li a:hover {
  text-decoration: none;
}
ul.dexp-portfolio-filter li a span,
ul.dexp-masonry-filter li a span {
  border: 1px solid #808080;
  border-radius: 3px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  padding: 13px 23px;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
ul.dexp-portfolio-filter li a.active span,
ul.dexp-masonry-filter li a.active span {
  background: #00b9ef;
  color: #FFF;
}
.view-portfolio .portfolio-image {
  position: relative;
  overflow: hidden;
}
.view-portfolio .portfolio-image img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  height: auto;
}
.view-portfolio .portfolio-image .mediaholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-portfolio .portfolio-image .portfolio-tools {
  width: 100%;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: -100%;
  opacity: 0;
  text-align: center;
}
.view-portfolio .portfolio-image .portfolio-tools span.fa,
.view-portfolio .portfolio-image .portfolio-tools i.fa {
  background: #00b9ef;
  color: #FFF;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
}
.view-portfolio .portfolio-image .portfolio-tools .count-like {
  color: #FFF;
  font-size: 10px;
}
.view-portfolio .portfolio-image:hover img {
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.view-portfolio .portfolio-image:hover .mediaholder {
  opacity: 1;
}
.view-portfolio .portfolio-image:hover .portfolio-tools {
  bottom: 0;
  opacity: 1;
}
.view-portfolio .portfolio-description {
  display: table;
  width: 100%;
  background: #fff;
  text-align: center;
}
.view-portfolio .portfolio-description h5 {
  margin: 10px 0 5px;
}
.view-portfolio .portfolio-description h5 a {
  font-size: 16px;
}
.view-portfolio .portfolio-description .description {
  padding: 0 0 10px 0;
}
.view-portfolio .bxslide .portfolio-tools {
  width: 90%;
}
.view-portfolio .bxslide .portfolio-tools .info {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.view-portfolio .bxslide .portfolio-tools .info span {
  text-transform: uppercase;
  border: none;
  line-height: 20px;
}
.portfolio-details .field-name-field-portfolio-images img {
  width: 100%;
  height: auto;
}
.portfolio-details .item-details {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.portfolio-details .item-details li {
  border-top: 1px solid #e5e5e5;
  margin-top: 9px;
  padding-top: 10px;
}
.portfolio-details .item-details li:first-child {
  border: medium none;
  margin: 0;
  padding: 0;
}
.portfolio-details .item-details li span {
  color: #606060;
  font-weight: 300;
  margin-right: 5px;
}
#portfolio-page-2 .node,
#portfolio-page .node,
#portfolio-page-1 .node {
  margin-bottom: 30px;
}
.portfolio-masonry-item {
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.portfolio-masonry-item .mediaholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,185,239,0.9);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.portfolio-masonry-item .portfolio-tools {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 50px;
  opacity: 0;
  text-align: center;
  width: 100%;
}
.portfolio-masonry-item .portfolio-tools span.fa-search,
.portfolio-masonry-item .portfolio-tools i.fa {
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
}
.portfolio-masonry-item .portfolio-tools .count-like {
  color: #FFF;
  font-size: 10px;
}
.portfolio-masonry-item .portfolio-tools h5 a {
  color: #FFF;
}
.portfolio-masonry-item:hover .mediaholder {
  opacity: 1;
}
.portfolio-masonry-item:hover .portfolio-tools {
  opacity: 1;
  margin-top: 0;
}
[id^=dexp-layerslider] .big-title {
  color: #fff;
  font-size: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
}
[id^=dexp-layerslider] .big-title span {
  background: #00b9ef;
  color: #fff;
  padding: 0 8px;
  border-radius: 2px;
}
[id^=dexp-layerslider] .medium-title {
  color: #fff;
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}
[id^=dexp-layerslider] .medium-title span {
  background: #00b9ef;
  color: #fff;
  padding: 0 8px;
  border-radius: 2px;
}
[id^=dexp-layerslider] .sub-title {
  font-family: 'Eurostile LT';
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 41px;
  text-align: center;
}
[id^=dexp-layerslider] .sub-title span {
  font-weight: 700;
}
[id^=dexp-layerslider] .line {
  width: 100px;
  height: 1px;
  background: #fff;
}
.image-left {
  float: left;
  margin: 5px 20px 8px 0;
  width: 220px;
}
.image-right {
  float: right;
  margin: 5px 0 8px 20px;
  width: 220px;
}
.base_color_bg {
  background-color: #00b9ef;
}
.white * {
  color: #fff !important;
}
.dexp-parallax .highlight {
  color: #fff;
}
.bx-controls a.active {
  background-color: #00b9ef !important;
}
.bx-wrapper .bx-viewport {
  border: none !important;
  box-shadow: 0;
  left: 0px !important;
}
.page-node-62 #section-main-content {
  padding: 0;
  display: none;
}
.subtitle {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 25px;
}
.text48 {
  font-size: 48px;
  line-height: 55px;
}
.color {
  color: #00b9ef;
}
.border-bottom {
  border-bottom: solid 1px #e5e5e5;
}
.border-top {
  border-top: solid 1px #e5e5e5;
}
.tab-four li {
  width: 25%;
}
.tab-three li {
  width: 33.3333%;
}
.tab-five li {
  width: 20%;
}
.clear {
  clear: both;
}
.text-white {
  color: #fff !important;
}
.text-white p {
  color: #fff !important;
}
.bg-opacity-color {
  background: url("http://statics.drupalexp.com/craft/craft-bg.png") no-repeat 50% 50% #00b9ef;
}
.text-right {
  text-align: right;
  width: 100%;
  display: block;
}
.team-box {
  text-align: center;
}
.team-box .member-image {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 80%;
  margin: 0 auto 36px;
}
.team-box .member-image img {
  width: 100%;
  height: auto;
}
.team-box .member-image .portfolio-overlay-icon {
  border: 8px solid rgba(255,255,255,0.8);
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
}
.team-box .member-image .portfolio-overlay-icon .member-social {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.team-box .member-image .image-overlay {
  background-color: #00b9ef;
  height: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 100%;
  border-radius: 50%;
  overflow: visible;
}
.team-box .member-image .member-pos .field-item {
  color: #808080;
  font-family: 'Eurostile LT';
  font-size: 20px;
  margin-bottom: 10px;
}
.team-box .member-title {
  position: relative;
  margin-bottom: 40px;
}
.team-box .member-title:before {
  border-bottom: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  bottom: -20px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}
.team-box .member-title h2 {
  color: #808080;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  margin: 20px 0;
  text-transform: uppercase;
}
.team-box .team-content p {
  line-height: 28px;
}
.team-box:hover .image-overlay {
  opacity: 0.7;
}
.team-box:hover .member-title h2 {
  color: #00b9ef;
}
#fancybox-thumbs ul li img {
  max-width: none;
}
.info.hidden {
  display: none;
}
.fancybox-wrap {
  background: #000 !important;
}
.fancybox-title,
.fancybox-error {
  font-family: 'Eurostile LT';
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}
.fancybox-title h2,
.fancybox-title h3 {
  color: #000;
  margin-bottom: 5px;
  line-height: 22px;
  font-size: 18px;
}
.fancybox-skin {
  color: #666 !important;
}
.fancybox-title-inside-wrap {
  padding: 20px !important;
}
.fancybox-nav span {
  width: 36px !important;
  height: 36px !important;
  margin-top: 0 !important;
  border-radius: 50% !important;
}
.fancybox-close {
  top: 10px !important;
  right: 10px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
}
.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  margin-right: 0 !important;
  margin-top: 0px !important;
  text-align: center;
  width: 36px !important;
  font-size: 18px !important;
  line-height: 30px !important;
}
@-moz-document url-prefix() {
  .fancybox-close:before,
  .fancybox-prev span:before,
  .fancybox-next span:before {
    margin-top: 5px !important;
  }
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  border: 2px solid rgba(255,255,255,0.5) !important;
  color: rgba(255,255,255,0.5) !important;
  text-align: center !important;
  -webkit-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  opacity: 0;
}
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.fancybox-wrap:hover .fancybox-close,
.fancybox-wrap:hover .fancybox-prev span,
.fancybox-wrap:hover .fancybox-next span {
  opacity: 1;
}
.fancybox-prev span:before {
  content: '\e75d';
}
.fancybox-next span:before {
  content: '\e75e';
}
.fancybox-close:before {
  content: '\2715';
}
#fancybox-loading {
  margin-top: -18px !important;
  margin-left: -18px !important;
  opacity: 1 !important;
}
#fancybox-loading div {
  height: 36px !important;
  width: 36px !important;
  position: relative !important;
  -webkit-animation: rotation .8s infinite linear !important;
  -moz-animation: rotation .8s infinite linear !important;
  -o-animation: rotation .8s infinite linear !important;
  animation: rotation .8s infinite linear !important;
  border-left: 3px solid #ffffff !important;
  border-right: 3px solid #28cdc3 !important;
  border-bottom: 3px solid #28cdc3 !important;
  border-top: 3px solid #28cdc3 !important;
  border-radius: 100% !important;
}
.fancybox-overlay {
  background: rgba(25,25,25,0.95) !important;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.33);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.33);
  box-shadow: 0 0 5px rgba(0,0,0,0.33);
}
#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: #00b9ef;
}
#not-found h3 {
  text-align: center;
  font-size: 40px;
  line-height: 100px;
  font-weight: 600;
  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;
}
.map_inner {
  display: block;
  height: 450px;
  position: relative;
  width: 100%;
}
.map_inner img {
  max-width: inherit;
}
.map {
  position: relative;
}
.infobox img {
  width: 100% !important;
}
.map .searchmodule {
  padding: 18px 10px;
}
.infobox {
  display: inline-block;
  padding: 10px 5px 5px;
  position: relative;
  width: 270px;
}
.infobox img {
  margin-right: 10px;
  width: 95px !important;
  float: left;
}
.infobox .title {
  font-family: 'Eurostile LT';
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.infobox .title a {
  font-weight: bold;
}
.gm-style .gm-style-iw {
  font-size: 13px;
  font-weight: 300;
}
.gm-style .gm-iw {
  color: #2C2C2C;
}
.gm-style .gm-iw b {
  font-weight: 400;
}
.gm-style .gm-iw a:link,
.gm-style .gm-iw a:visited {
  color: #4272DB;
  text-decoration: none;
}
.gm-style .gm-iw a:hover {
  color: #4272DB;
  text-decoration: underline;
}
.gm-style .gm-iw .gm-title {
  font-weight: 400;
  margin-bottom: 1px;
}
.gm-style .gm-iw .gm-basicinfo {
  line-height: 18px;
  padding-bottom: 12px;
}
.gm-style .gm-iw .gm-website {
  padding-top: 6px;
}
.gm-style .gm-iw .gm-photos {
  -moz-user-select: none;
  padding-bottom: 8px;
}
.gm-style .gm-iw .gm-sv,
.gm-style .gm-iw .gm-ph {
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  position: relative;
  width: 100px;
}
.gm-style .gm-iw .gm-sv {
  padding-right: 4px;
}
.gm-style .gm-iw .gm-wsv {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.gm-style .gm-iw .gm-sv-label,
.gm-style .gm-iw .gm-ph-label {
  bottom: 6px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.gm-style .gm-iw .gm-stars-b,
.gm-style .gm-iw .gm-stars-f {
  font-size: 0;
  height: 13px;
}
.gm-style .gm-iw .gm-stars-b {
  background-position: 0 0;
  margin: 0 5px;
  position: relative;
  top: 3px;
  width: 65px;
}
.gm-style .gm-iw .gm-rev {
  -moz-user-select: none;
  line-height: 20px;
}
.gm-style .gm-iw .gm-numeric-rev {
  color: #DD4B39;
  font-size: 16px;
  font-weight: 400;
}
.gm-style .gm-iw.gm-transit {
  margin-left: 15px;
}
.gm-style .gm-iw.gm-transit td {
  vertical-align: top;
}
.gm-style .gm-iw.gm-transit .gm-time {
  color: #676767;
  font-weight: bold;
  white-space: nowrap;
}
.gm-style .gm-iw.gm-transit img {
  float: left;
  height: 15px;
  margin: 1px 5px 0 -20px;
  width: 15px;
}
.gm-iw.gm-sm {
  margin-right: -20px;
}
.gm-iw {
  text-align: left;
}
.gm-iw .gm-title {
  padding-right: 20px;
}
.gm-iw .gm-numeric-rev {
  float: left;
}
.gm-iw .gm-photos,
.gm-iw .gm-rev {
  direction: ltr;
}
.gm-iw .gm-stars-f,
.gm-iw .gm-stars-b {
  background: url("http://maps.gstatic.com/mapfiles/api-3/images/review_stars.png") no-repeat scroll 0 0px 26px rgba(0,0,0,0);
  float: left;
}
.gm-iw .gm-stars-f {
  background-position: left -13px;
}
.gm-iw .gm-sv-label,
.gm-iw .gm-ph-label {
  left: 4px;
}
#contact-site-form {
  position: relative;
}
#contact-site-form .form-type-textfield {
  width: 49%;
  margin: 0;
}
#contact-site-form .form-type-textfield input {
  margin-bottom: 22px;
}
#contact-site-form .form-type-textarea {
  width: 49%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#contact-site-form .form-type-textarea .grippie {
  display: none;
}
#contact-site-form .form-type-checkbox {
  width: auto;
  display: none;
}
#contact-site-form .form-actions {
  text-align: center;
}
#contact-site-form .btn {
  width: auto;
}
@media (max-width: 480px) {
  #contact-site-form .form-type-textfield {
    width: 100%;
  }
  #contact-site-form .form-type-textarea {
    width: 100%;
    position: inherit;
  }
}
.contact-information ul {
  padding: 0;
}
.contact-information ul li {
  display: inline;
  font-size: 14px;
  color: #808080;
  margin-right: 10px;
}
.contact-information ul li a {
  font-size: 14px;
  color: #808080;
}
.page-contact #section-main-content {
  padding-top: 0;
}
@media (max-width: 480px) {
  .contact-information ul.pull-right {
    float: left !important;
  }
  .contact-information ul li {
    display: block !important;
  }
}
.aboutme p {
  font-size: 20px;
  line-height: 18px;
}
.aboutme h3 {
  background-color: #000;
  color: #00b9ef;
  font-size: 40px;
  padding: 20px;
  text-transform: uppercase;
  width: 80%;
}
.view-blog .bxslide .node {
  border-bottom: none;
  margin-bottom: 0;
  background-color: #fff;
}
.view-blog .bxslide .node .field-item img {
  width: 100%;
  height: auto;
}
.view-blog .bxslide .post-content {
  padding: 0 20px;
}
.view-blog .bx-viewport {
  background: none;
}
.view-blog .view-header {
  text-align: center;
}
.view-blog .view-footer {
  text-align: center;
}
.bt40 {
  padding-bottom: 40px;
}
.bgheader h3 {
  background-color: #000;
  color: #e0e0e0;
  font-size: 40px;
  padding: 10px;
  text-transform: uppercase;
}
.bgheader i {
  color: #e0e0e0;
}
.bgheader:hover i {
  color: #00b9ef;
}
.dexp-bxslider .node {
  margin-bottom: 0;
}
.large-image-title .views-row-even .col-lg-6 {
  float: right !important;
}
.large-image-title .image-caption {
  text-align: center;
}
.large-image-title .post-big-title {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-transition: 0.3 0.5s linear;
  -moz-transition: 0.3 0.5s linear;
  -o-transition: 0.3 0.5s linear;
  -ms-transition: 0.3 0.5s linear;
  transition: 0.3 0.5s linear;
  margin-top: 20%;
}
.large-image-title .post-big-title a {
  color: #000;
}
.large-image-title .post-big-title a:hover {
  color: #00b9ef;
}
.large-image-title .meta ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  margin: 0 5px 0 -10px;
  padding: 0 10px 0 0;
}
.large-image-title .meta ul li a {
  color: #000;
}
.large-image-title .meta ul li a:hover {
  color: #00b9ef;
}
.bx-wrapper .bx-controls-direction a {
  background: none;
  height: 100%;
  text-indent: 0;
  top: 0;
  margin: 0;
  width: 44px;
  color: transparent;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bx-wrapper .bx-controls-direction a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.bx-wrapper:hover .bx-controls-direction a {
  background: none repeat scroll 0 0 rgba(255,255,255,0.2);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.forum-table {
  width: 100%;
}
.forum-table tr {
  background: none !important;
  border: 1px solid #F2F2F2 !important;
  clear: both;
}
.forum-table tr td {
  border: 1px solid #F2F2F2 !important;
  padding: 10px;
}
.forum-table tr th {
  text-transform: uppercase;
  color: #272727;
  font-size: 12px;
  padding: 10px;
  border: 1px solid #F2F2F2;
}
.forum-table tr .forum-name a {
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}
.forum-table tr .forum-details,
.forum-table tr .forum-last-reply {
  padding-left: 10px;
  padding-right: 10px;
}
.forum-table tr th.forum-name,
.forum-table tr th.forum-last-post {
  padding-left: 10px;
}
.forum-table-superheader {
  margin-top: 20px;
}
.view-advanced-forum-topic-list .view-empty {
  border: 1px solid #C1C1C1;
}
.forum-post-wrapper,
.forum-post-panel-main {
  background-color: #fff;
}
.forum-post-info {
  background-color: #F4F4F4;
  padding: 5px;
}
.forum-post-info span,
.forum-post-info a,
.forum-post-info .forum-posted-on {
  color: #83939C !important;
}
.forum-node-create-links {
  margin-bottom: 20px;
}
.page-node-add-forum h1 {
  display: none;
}
.page-forum #section-main-content table {
  background-color: #FFF;
}
.forum-table-wrap .forum-table-superheader,
.forum-table-topics thead tr {
  border: 1px solid #f2f2f2;
}
input#sort-topic-submit {
  height: 30px;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 29px;
}
.related-project .bx-controls-direction a i {
  top: 40%;
}
div.dexp_carousel .carousel-control {
  text-shadow: white;
  z-index: 99;
  font-size: 24px;
}
div.dexp_carousel .carousel-control span {
  top: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  margin-top: -20px;
  text-align: center;
  opacity: 0;
  line-height: 35px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
div.dexp_carousel .carousel-control.right {
  background: none;
}
div.dexp_carousel .carousel-control.right span {
  right: 0;
}
div.dexp_carousel .carousel-control.right:hover span {
  opacity: 1;
  right: 20px;
}
div.dexp_carousel .carousel-control.left {
  background: none;
}
div.dexp_carousel .carousel-control.left span {
  left: 0;
}
div.dexp_carousel .carousel-control.left:hover span {
  opacity: 1;
  left: 20px;
}
div.dexp_carousel:hover .right span {
  opacity: 1;
  right: 20px;
}
div.dexp_carousel:hover .left span {
  opacity: 1;
  left: 20px;
}
#block-dexp-quicksettings-dexp-quicksettings {
  position: fixed;
  background: #303030;
  left: -207px;
  -webkit-transition: left 0.5s linear;
  -moz-transition: left 0.5s linear;
  -o-transition: left 0.5s linear;
  -ms-transition: left 0.5s linear;
  transition: left 0.5s linear;
  top: 96px;
  z-index: 999;
}
#block-dexp-quicksettings-dexp-quicksettings h3.block-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}
#block-dexp-quicksettings-dexp-quicksettings.open {
  left: 0;
}
#block-dexp-quicksettings-dexp-quicksettings .content {
  padding: 2px 18px 10px;
  width: 205px;
}
#block-dexp-quicksettings-dexp-quicksettings h3 {
  color: #848688;
  font-size: 13px;
  margin: 5px 0 -5px 1px;
  line-height: 30px;
}
#block-dexp-quicksettings-dexp-quicksettings select.form-select {
  border-radius: 2px;
  color: #848688;
  cursor: pointer;
  font-size: 13px;
  margin: 2px 0 10px 2px;
  padding: 5px;
  width: 164px;
  height: 30px !important;
  line-height: 30px;
}
#block-dexp-quicksettings-dexp-quicksettings ul.presets,
#block-dexp-quicksettings-dexp-quicksettings ul.dexp_background {
  margin: 0;
  padding: 0;
}
#block-dexp-quicksettings-dexp-quicksettings ul.presets li,
#block-dexp-quicksettings-dexp-quicksettings ul.dexp_background li {
  float: left;
  margin: 4px 2px 0;
}
#block-dexp-quicksettings-dexp-quicksettings ul.presets li span,
#block-dexp-quicksettings-dexp-quicksettings ul.dexp_background li span {
  cursor: pointer;
  width: 37px;
  height: 25px;
  display: block;
  border-radius: 2px;
}
#block-dexp-quicksettings-dexp-quicksettings span.bg1 {
  background: url("../images/bg/1.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg2 {
  background: url("../images/bg/2.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg3 {
  background: url("../images/bg/3.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg4 {
  background: url("../images/bg/4.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg5 {
  background: url("../images/bg/5.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg6 {
  background: url("../images/bg/6.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg7 {
  background: url("../images/bg/7.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg8 {
  background: url("../images/bg/8.png");
}
#block-dexp-quicksettings-dexp-quicksettings .quicksettings_toggle {
  background: url("../images/switcher.png") no-repeat scroll 10px center #303030;
  display: block;
  height: 44px;
  position: absolute;
  right: -44px;
  text-indent: -9999px;
  top: 0;
  width: 44px;
  cursor: pointer;
}
body.rtl .dexp-list li:after {
  font-family: "FontAwesome";
  color: #00b9ef;
  margin-left: 8px;
}
body.rtl .dexp-list li:before {
  margin-right: 0;
}
body.rtl .dexp-list.list-big-icon li:after {
  font-size: 20px;
}
body.rtl .dexp-list.list-01 li:after {
  content: "\f14a";
}
body.rtl .dexp-list.list-01 li:before {
  content: "";
}
body.rtl .dexp-list.list-02 li:after {
  content: "\f138";
}
body.rtl .dexp-list.list-02 li:before {
  content: "";
}
body.rtl .headline {
  padding-right: 0;
}
body.rtl .brd-headling {
  float: right;
}
body.rtl .skill-bar .bar-wrap strong {
  left: 0;
  right: auto;
}
body.rtl .tline-row-r {
  margin: 0 497px 0 0;
}
body.rtl .dexp_tab_wrapper ul.nav-tabs {
  padding-right: 0;
}
body.rtl .dexp_tab_wrapper ul.nav-tabs li {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .alert .close {
  float: left;
}
body.rtl .dexp-shortcodes-box.box-left .box-icon {
  float: right;
}
body.rtl .dexp-shortcodes-box.box-left .box-title,
body.rtl .dexp-shortcodes-box.box-left .box-content {
  margin-left: 0;
  margin-right: 120px;
}
body.rtl .dexp-shortcodes-box.box-left .box-title:after {
  left: auto;
  right: 0px;
}
body.rtl .dexp-shortcodes-box.box-left.box-border {
  margin-right: 60px;
}
body.rtl .dexp-shortcodes-box.box-left.box-border .box-icon {
  margin-right: -60px;
}
body.rtl .dexp-shortcodes-box.box-left.box-border .box-title {
  margin-right: 80px;
}
body.rtl .dexp-shortcodes-box.box-left.box-border .box-content {
  margin-right: 80px;
  padding-left: 20px;
  padding-right: 0;
}
body.rtl .dexp-shortcodes-box.box-top-left .box-icon {
  text-align: right;
}
body.rtl .dexp-shortcodes-box.box-top-left .box-title {
  text-align: right;
}
body.rtl .table th {
  text-align: right;
}
body.rtl .flickr_badge_image {
  float: right;
}
body.rtl .panel-group .panel .panel-heading .panel-title a i {
  padding-right: 0;
  padding-left: 5px;
}
body.rtl .post-content {
  text-align: right;
}
body.rtl .title-left h3:before {
  left: auto;
  right: 0;
}
body.rtl .popular-post .icon-overlay {
  float: right;
}
body.rtl .popular-post .meta {
  margin-left: 0;
  margin-right: 85px;
}
body.rtl .tags ul li {
  float: right;
}
body.rtl .title-wrapper .title-left:before {
  right: 0;
  left: auto;
}
body.rtl ul.arrow li:before,
body.rtl ul.circled li:before {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl #section-top #block-views-simple-shopping-cart-block,
body.rtl #section-top #block-locale-language,
body.rtl #section-top #block-system-user-menu,
body.rtl #section-top #block-dexp-popup-login-bootstrap-login {
  float: left;
}
body.rtl #section-top #block-views-simple-shopping-cart-block {
  border-left: none;
  border-right: 1px solid #eceef0;
}
body.rtl .panel-group.style03 .panel a:before {
  content: '';
  padding-right: 0 !important;
}
body.rtl .panel-group.style03 .panel a:after {
  color: #21b6a8;
  content: "";
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  padding-left: 0.5em;
  padding-right: 0 !important;
  text-decoration: inherit;
}
body.rtl .block:not(.title-center) .block-title:before {
  left: auto;
  right: 0;
}
body.rtl h3.heading-title:not(.title-center):before {
  left: auto;
  right: 0;
}
body.rtl blockquote {
  border-right: 5px solid #eee;
  margin: 0;
  padding: 10px 20px;
  border-right-color: #00b9ef;
  border-left: none;
}
.region-navigation {
  position: static;
}
.block-dexp-menu {
  position: static;
}
.dexp-dropdown ul.menu ul.menu {
  min-width: 200px;
}
.dexp-dropdown ul.menu ul.menu >li {
  position: relative;
}
.dexp-dropdown ul.menu ul.menu ul.menu {
  top: 0;
  left: 100%;
  z-index: 1000;
}

#first-time {
  display:none;
}



@media screen and (min-width: 992px) {
  body.rtl .dexp-dropdown ul.menu >li {
    text-align: right;
  }
  .dexp-dropdown >ul.menu>li {
    display: inline-block;
    position: relative;
  }
  .dexp-dropdown >ul.menu>li >.dexp-menu-mega.back {
    right: 0;
  }
  .dexp-dropdown >ul.menu>li.dexp-static {
    position: static !important;
  }
  .dexp-dropdown ul.menu {
    margin: 0;
    padding: 0;
  }
  .dexp-dropdown ul.menu li {
    list-style: none;
  }
  .dexp-dropdown ul.menu li ul.menu {
    position: absolute;
    display: none;
    z-index: 999;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega {
    display: none;
    position: absolute;
    z-index: 999;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega.container {
    left: 0;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row {
    background: #00b9ef;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col {
    position: relative;
    z-index: 1;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col:hover {
    z-index: 2;
  }
  .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col >ul.menu {
    box-shadow: none !important;
    position: relative;
    display: block;
  }
  .dexp-dropdown ul.menu li:hover >.dexp-menu-mega {
    display: block;
  }
  .dexp-dropdown ul.menu li:hover >ul.menu {
    display: block;
  }
  .dexp-dropdown .menu-attach-block-wrapper {
    display: block;
    background: #00b9ef;
  }
  .dexp-dropdown .menu-attach-block-wrapper ul.menu {
    display: block;
    position: relative;
    left: 0;
  }
  .dexp-dropdown .menu-attach-block-wrapper .block {
    position: relative;
    width: 100%;
    top: 0;
    padding: 0 20px;
  }
  .dexp-dropdown .menu-attach-block-wrapper .block h2.block-title {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .dexp-dropdown .menu-attach-block-wrapper .block a {
    line-height: 20px !important;
    padding: 0 !important;
  }
}
