@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Raleway:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix,
.clear {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.clear:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gfont-opensans {
  font-family: 'Open Sans', sans-serif;
}
.gfont-raleway {
  font-family: 'Raleway', sans-serif;
}
.list-border ul {
  margin: 0;
}
.list-border ul li {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  list-style: none;
}
.list-border ul li:last-child {
  border-bottom: 0;
}
.list-arrow ul {
  margin: 0;
}
.list-arrow ul li {
  padding: 7px 7px 7px 40px;
  position: relative;
  cursor: pointer;
}
.list-arrow ul li:before {
  content: "\f105";
  display: inline-block;
  font-family: fontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 5px 0 7px;
  color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  left: 3px;
}
.list-arrow ul li a {
  color: #fff;
}
.list-arrow ul li:hover a {
  color: #e5e5e5;
}
.btn-arrow {
  padding: 6px 14px 6px 30px;
  position: relative;
}
.btn-arrow:before {
  content: "\f105";
  display: inline-block;
  font-family: fontAwesome;
  font-size: 18px;
  font-weight: bold;
  line-height: 17px;
  padding: 0 4px 0 6px;
  color: rgba(0,0,0,0.5);
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.5);
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img-transform {
  overflow: hidden;
}
.img-transform img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img-transform:hover img {
  -webkit-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -moz-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -ms-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -o-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
}
.img-grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img-grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bs-example {
  color: #444;
}
.bs-example a:hover {
  color: #444;
}
pre a:hover {
  color: #444;
}
.row {
  margin-left: 0px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="grid"] {
  float: left;
  margin-left: 0px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}
.grid12 {
  width: 960px;
}
.grid11 {
  width: 880px;
}
.grid10 {
  width: 800px;
}
.grid9 {
  width: 720px;
}
.grid8 {
  width: 640px;
}
.grid7 {
  width: 560px;
}
.grid6 {
  width: 480px;
}
.grid5 {
  width: 400px;
}
.grid4 {
  width: 320px;
}
.grid3 {
  width: 240px;
}
.grid2 {
  width: 160px;
}
.grid1 {
  width: 80px;
}
.offset12 {
  margin-left: 960px;
}
html[dir='rtl'] .offset12 {
  margin-right: 960px;
  margin-left: 0;
}
.offset11 {
  margin-left: 880px;
}
html[dir='rtl'] .offset11 {
  margin-right: 880px;
  margin-left: 0;
}
.offset10 {
  margin-left: 800px;
}
html[dir='rtl'] .offset10 {
  margin-right: 800px;
  margin-left: 0;
}
.offset9 {
  margin-left: 720px;
}
html[dir='rtl'] .offset9 {
  margin-right: 720px;
  margin-left: 0;
}
.offset8 {
  margin-left: 640px;
}
html[dir='rtl'] .offset8 {
  margin-right: 640px;
  margin-left: 0;
}
.offset7 {
  margin-left: 560px;
}
html[dir='rtl'] .offset7 {
  margin-right: 560px;
  margin-left: 0;
}
.offset6 {
  margin-left: 480px;
}
html[dir='rtl'] .offset6 {
  margin-right: 480px;
  margin-left: 0;
}
.offset5 {
  margin-left: 400px;
}
html[dir='rtl'] .offset5 {
  margin-right: 400px;
  margin-left: 0;
}
.offset4 {
  margin-left: 320px;
}
html[dir='rtl'] .offset4 {
  margin-right: 320px;
  margin-left: 0;
}
.offset3 {
  margin-left: 240px;
}
html[dir='rtl'] .offset3 {
  margin-right: 240px;
  margin-left: 0;
}
.offset2 {
  margin-left: 160px;
}
html[dir='rtl'] .offset2 {
  margin-right: 160px;
  margin-left: 0;
}
.offset1 {
  margin-left: 80px;
}
html[dir='rtl'] .offset1 {
  margin-right: 80px;
  margin-left: 0;
}
.inset12 {
  margin-left: -960px;
}
html[dir='rtl'] .inset12 {
  margin-right: -960px;
  margin-left: 0;
}
.inset11 {
  margin-left: -880px;
}
html[dir='rtl'] .inset11 {
  margin-right: -880px;
  margin-left: 0;
}
.inset10 {
  margin-left: -800px;
}
html[dir='rtl'] .inset10 {
  margin-right: -800px;
  margin-left: 0;
}
.inset9 {
  margin-left: -720px;
}
html[dir='rtl'] .inset9 {
  margin-right: -720px;
  margin-left: 0;
}
.inset8 {
  margin-left: -640px;
}
html[dir='rtl'] .inset8 {
  margin-right: -640px;
  margin-left: 0;
}
.inset7 {
  margin-left: -560px;
}
html[dir='rtl'] .inset7 {
  margin-right: -560px;
  margin-left: 0;
}
.inset6 {
  margin-left: -480px;
}
html[dir='rtl'] .inset6 {
  margin-right: -480px;
  margin-left: 0;
}
.inset5 {
  margin-left: -400px;
}
html[dir='rtl'] .inset5 {
  margin-right: -400px;
  margin-left: 0;
}
.inset4 {
  margin-left: -320px;
}
html[dir='rtl'] .inset4 {
  margin-right: -320px;
  margin-left: 0;
}
.inset3 {
  margin-left: -240px;
}
html[dir='rtl'] .inset3 {
  margin-right: -240px;
  margin-left: 0;
}
.inset2 {
  margin-left: -160px;
}
html[dir='rtl'] .inset2 {
  margin-right: -160px;
  margin-left: 0;
}
.inset1 {
  margin-left: -80px;
}
html[dir='rtl'] .inset1 {
  margin-right: -80px;
  margin-left: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
html {
  background: url(../images/backgrounds/body-pattern.jpg);
}
body {
  background: url(../images/backgrounds/body-shadow.png) no-repeat 50% 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  position: relative;
  background-size: contain;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
}
.block,
.tabbable,
.accordion {
  padding: 15px;
  margin: 5px;
  position: relative;
  display: block;
}
.first .block {
  margin-left: 0;
}
.last .block {
  margin-right: 0;
}
.no-title > .header {
  display: none;
}
.title {
  margin: 0 0 7px;
  padding: 0 0 7px;
}
* html .ie6-offset {
  margin-right: -4px;
}
.page-header {
  border: none;
}
.btn,
.button,
.readon,
.readmore {
  display: inline-block;
  text-shadow: none;
  font-weight: 300;
  border: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn a,
.btn:hover,
.button a,
.button:hover,
.readon a,
.readon:hover,
.readmore a,
.readmore:hover {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-primary {
  color: #444;
}
.affix {
  background: rgba(255,255,255,0.9);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation: slide-top-fixed 0.4s ease-in-out;
  animation: slide-top-fixed 0.4s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.affix .block {
  padding: 5px 15px 5px 15px;
}
.affix .ex-menu ul.l1 > li > .dropdown > .column {
  margin-top: 19px;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
#mainbody,
#sidebar-a,
#sidebar-b {
  position: relative;
}
#sidebar-a[class*='grid'] [class*='grid'],
#sidebar-b[class*='grid'] [class*='grid'] {
  margin-left: 0;
  width: 100%;
}
#sidebar-a .block,
#sidebar-b .block {
  z-index: 10;
}
#sidebar-a .last .block {
  margin-right: 10px;
}
#sidebar-b .first .block {
  margin-left: 10px;
}
#footer {
  background: rgba(255,255,255,0.35);
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
#footer .block {
  background: none;
}
#footer .title {
  border-bottom: 1px solid #fff;
  background: none;
  padding: 10px 0;
  margin: 0 0 10px;
}
#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
}
#footer a {
  color: #d4d4d4;
}
#footer a:hover {
  color: #fff;
}
.white {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.black {
  color: #444;
  text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}
.block {
  background-color: #fff;
  color: #444;
}
.block a:hover {
  color: #444;
}
.box-blue {
  background-color: #00aeff;
  color: #fff;
}
.box-blue .title {
  background-color: #007ab3;
}
.box-green {
  background-color: #2ab457;
  color: #fff;
}
.box-green .title {
  background-color: #1c7639;
}
.box-pink {
  background-color: #ef3ef5;
  color: #fff;
}
.box-pink .title {
  background-color: #d40bdb;
}
.box-darkblue {
  background-color: #9000ff;
  color: #fff;
}
.box-darkblue .btn.btn-primary {
  background-color: #560099;
}
.box-darkblue .btn.btn-primary:hover {
  background-color: #a633ff;
}
.box-darkblue .title {
  background-color: #6500b3;
}
.box-purple {
  background-color: #cf03f4;
  color: #fff;
}
.box-purple .title {
  background-color: #8f02a8;
}
.box-grey {
  background-color: #777776;
  color: #fff;
}
.box-grey a {
  color: #fff;
}
.box-offwhite {
  background-color: #f5f5f5;
  color: #444;
}
.box-offwhite a:hover {
  color: #444;
}
.box-add .content {
  margin: -15px;
}
.box-alert {
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  color: #C09853;
}
.box-info {
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #3A87AD;
}
.box-success {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847;
}
.box-error {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}
.unstyled {
  background: none;
  color: #fff;
  padding: 0;
}
.unstyled .title {
  margin: 0 0 10px;
  padding: 10px 0;
  background: none;
}
.unstyled a:hover {
  color: #fff;
}
.title {
  margin: -15px -15px 10px;
  padding: 15px;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  background-color: #00aeff;
  color: #fff;
}
.title a {
  color: #fff;
}
.title-darkblue .title {
  background-color: #6500b3;
  color: #fff;
}
.title-green .title {
  background-color: #1c7639;
  color: #fff;
}
.title-lightgreen .title {
  background-color: #93c261;
  color: #fff;
}
.title-red .title {
  background-color: #ff4444;
  color: #fff;
}
.title-purple .title {
  background-color: #8f02a8;
  color: #fff;
}
.title-maroon .title {
  background-color: #961212;
  color: #fff;
}
.ex-menu {
  float: right;
  color: '';
}
.ex-menu li.last > a,
.ex-menu li:only-child > a {
  border-bottom: 0;
}
.ex-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ex-menu > ul.l1:before,
.ex-menu > ul.l1:after,
.ex-menu .dropdown .column:before,
.ex-menu .dropdown .column:after {
  content: " ";
  display: table;
}
.ex-menu > ul.l1:after,
.ex-menu .dropdown .column:after {
  clear: both;
}
.ex-menu > ul.l1 > li {
  float: left;
}
.ex-menu ul li {
  position: relative;
}
.ex-menu li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  padding: 0 '';
  line-height: 20px;
  color: '';
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.35);
}
.ex-menu li > a[class^="icon-"]:before,
.ex-menu li > a[class*=" icon-"]:before {
  border: 1px solid;
  border-radius: 50%;
  line-height: 22px;
  width: 22px;
  text-align: center;
}
.ex-menu li a[class^="icon-"],
.ex-menu li a[class*=" icon-"] {
  width: auto;
  text-align: left;
  font-family: inherit;
  -webkit-font-smoothing: inherit;
}
.ex-menu li a[class^="icon-"]:before,
.ex-menu li a[class*=" icon-"]:before {
  font-family: FontAwesome;
  margin-right: 5px;
}
.ex-menu > ul.l1 > li {
  margin-right: 10px;
}
.ex-menu > ul.l1 > li > a {
  border-bottom: 0;
  color: #aaa;
  padding: 0 12px;
  font-size: 16px;
}
.ex-menu > ul.l1 > li > a[class^="subtitle icon-"] > div,
.ex-menu > ul.l1 > li > a[class*="subtitle icon-"] > div {
  margin: -5px 0 0 29px;
}
.ex-menu > ul.l1 > li > a[class^="subtitle icon-"]:before,
.ex-menu > ul.l1 > li > a[class*="subtitle icon-"]:before {
  top: 7px;
  position: relative;
}
.ex-menu > ul.l1 > li:hover > a,
.ex-menu > ul.l1 > li > a:focus,
.ex-menu > ul.l1 > li.active > a {
  color: #fff;
}
.ex-menu > ul.l1 > li > .dropdown {
  padding-top: 25px;
}
.ex-menu > ul.l1 > li > .dropdown > .column {
  box-shadow: 0 0px 6px rgba(0,0,0,0.1);
}
.ex-menu > ul.l1 > li > .dropdown > .column:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 10%;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent rgba(255,255,255,0.9);
}
.ex-menu > ul.l1 > li.last .dropdown {
  right: 0;
  left: auto;
}
.ex-menu li a[href='#'] {
  cursor: auto;
}
.ex-menu li:hover > a,
.ex-menu li > a:focus {
  background-color: '';
  color: '';
  outline: none;
}
.ex-menu li > a:active {
  background-color: '';
  color: '';
}
.ex-menu li.active > a {
  background-color: '';
  color: '';
}
.ex-menu li a img {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.ex-menu .subtitle {
  line-height: 4px;
}
.subtitle > div {
  margin-top: 9px;
  font-size: 10px;
  line-height: 17px;
  font-size: 11px;
  text-transform: lowercase;
  margin-top: 4px;
}
.ex-menu .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: '';
  color: ;
  letter-spacing: normal;
}
.ex-menu .dropdown .grouped > a {
  border-bottom: 1px solid rgba(0,0,0,0.35);
}
.ex-menu .dropdown .block {
  padding: 0;
  color: #444;
}
.ex-menu .dropdown .block .title {
  border-bottom: 1px solid rgba(0,0,0,0.35);
  padding: 10px 0;
  margin: 0 0 10px;
  background: none;
  color: #444;
}
.ex-menu li:hover > .dropdown {
  display: block;
}
.ex-menu li:hover > .dropdown li:hover > .dropdown {
  left: 100%;
  top: 0;
}
.ex-menu .dropdown .grouped > ul {
  margin: 10px;
}
.ex-menu .dropdown .grouped > ul > li > a {
  border-bottom: 0;
  padding: 5px 0;
  font-size: 13px;
  line-height: 18px;
}
.ex-menu .dropdown .column {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  background: rgba(255,255,255,0.9);
  position: relative;
}
.menu-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
  padding: 0 20px;
  float: left;
}
.menu-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.menu-toggle {
  font-size: 19px;
  color: #88898E;
}
.menu-toggle:hover,
.menu-toggle:focus {
  color: #88898E;
  text-decoration: none;
  outline: none;
}
.menu-toggle:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  vertical-align: middle;
}
[dropdown-animation="fade"] li:hover > .dropdown,
[dropdown-sub-animation="fade"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: fade 0.2s ease-in-out;
  animation: fade 0.2s ease-in-out;
}
[dropdown-animation="scale-up"] li:hover > .dropdown,
[dropdown-sub-animation="scale-up"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: scale-up 0.2s ease-in-out;
  animation: scale-up 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
[dropdown-animation="scale-down"] li:hover > .dropdown,
[dropdown-sub-animation="scale-down"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: scale-down 0.2s ease-in-out;
  animation: scale-down 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
[dropdown-animation="slide-top"] li:hover > .dropdown,
[dropdown-sub-animation="slide-top"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: slide-top-fixed 0.2s ease-in-out;
  animation: slide-top-fixed 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
[dropdown-animation="slide-bottom"] li:hover > .dropdown,
[dropdown-sub-animation="slide-bottom"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: slide-bottom-fixed 0.2s ease-in-out;
  animation: slide-bottom-fixed 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
[dropdown-animation="slide-left"] li:hover > .dropdown,
[dropdown-sub-animation="slide-left"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: slide-left-fixed 0.2s ease-in-out;
  animation: slide-left-fixed 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
[dropdown-animation="slide-right"] li:hover > .dropdown,
[dropdown-sub-animation="slide-right"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: slide-right-fixed 0.2s ease-in-out;
  animation: slide-right-fixed 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
[dropdown-animation="flipin-x"] li:hover > .dropdown,
[dropdown-sub-animation="flipin-x"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: flipin-x .5s ease-in-out;
  animation: flipin-x .5s ease-in-out;
}
[dropdown-animation="flipin-y"] li:hover > .dropdown,
[dropdown-sub-animation="flipin-y"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: flipin-y .5s ease-in-out;
  animation: flipin-y .5s ease-in-out;
}
[dropdown-animation="bounce-in"] li:hover > .dropdown,
[dropdown-sub-animation="bounce-in"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: bounce-in 0.6s ease-in-out;
  animation: bounce-in 0.6s ease-in-out;
}
[dropdown-animation="bounce-in-up"] li:hover > .dropdown,
[dropdown-sub-animation="bounce-in-up"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: bounce-in-up 0.6s ease-in-out;
  animation: bounce-in-up 0.6s ease-in-out;
}
[dropdown-animation="bounce-in-left"] li:hover > .dropdown,
[dropdown-sub-animation="bounce-in-left"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: bounce-in-left 0.6s ease-in-out;
  animation: bounce-in-left 0.6s ease-in-out;
}
[dropdown-animation="bounce-in-right"] li:hover > .dropdown,
[dropdown-sub-animation="bounce-in-right"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: bounce-in-right 0.6s ease-in-out;
  animation: bounce-in-right 0.6s ease-in-out;
}
[dropdown-animation="roll-in"] li:hover > .dropdown,
[dropdown-sub-animation="roll-in"] li:hover > .dropdown li:hover > .dropdown {
  -webkit-animation: roll-in 0.6s ease-in-out;
  animation: roll-in 0.6s ease-in-out;
}
#ex-splitmenu.horizontal .nav-list li {
  position: relative;
}
#ex-splitmenu.horizontal > .nav-list > li {
  float: left;
}
#ex-splitmenu.horizontal .nav-list > li > a {
  display: block;
  text-decoration: none;
  padding: 0 '';
  margin: 0;
  line-height: 20px;
  color: '';
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
#ex-splitmenu.horizontal .nav-list li:hover a {
  background-color: '';
  color: '';
}
#ex-splitmenu.horizontal .nav-list li.parent > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  width: 200px;
  z-index: 1000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: '';
  letter-spacing: normal;
}
#ex-splitmenu.horizontal .nav-list li.parent:hover > ul {
  display: block;
  -webkit-animation: scale-up 0.2s ease-in-out;
  animation: scale-up 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
#ex-splitmenu.horizontal .nav-list li.parent:hover > ul li.parent ul {
  left: 100%;
  top: 0;
}
#ex-splitmenu.horizontal > .nav-list > li.hover a,
#ex-splitmenu.horizontal > .nav-list > li.active a,
#ex-splitmenu.horizontal > .nav-list > li.active a:focus {
  background-color: '';
  color: '';
}
#ex-splitmenu.horizontal a[class^="icon-"],
#ex-splitmenu.horizontal a[class*=" icon-"] {
  width: auto;
  text-align: left;
}
#ex-splitmenu.horizontal a[class^="icon-"]:before,
#ex-splitmenu.horizontal a[class*=" icon-"]:before {
  margin-right: 5px;
}
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: rgba(0,0,0,0.3);
}
.uk-offcanvas.uk-active {
  display: block;
}
.uk-offcanvas-page {
  position: fixed;
  -webkit-transition: margin-left 0.3s ease-in-out 50ms;
  transition: margin-left 0.3s ease-in-out 50ms;
}
.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1011;
  width: 270px;
  max-width: 100%;
  background: #333;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.uk-offcanvas [class*="grid"] {
  width: auto;
  float: none;
}
.uk-offcanvas .block {
  margin: 0;
  padding: 0;
}
.uk-offcanvas .block + .block {
  margin-top: 20px;
}
#offcanvas .ex-menu {
  background-color: transparent;
}
.uk-offcanvas .ex-menu,
.uk-offcanvas .ex-menu > ul.l1 > li {
  float: none;
}
.uk-offcanvas .ex-menu ul a {
  color: #88898E;
}
.uk-offcanvas .ex-menu > ul.l1 > li > a {
  color: rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(0,0,0,0.4);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}
.uk-offcanvas .ex-menu > ul.l1 > li:hover > a,
.uk-offcanvas .ex-menu > ul.l1 > li.active > a,
.uk-offcanvas .ex-menu > ul.l1 > li a:focus,
.uk-offcanvas .ex-menu > ul.l1 > li a:active {
  background-color: #3A3B40;
  color: #fff;
}
.uk-offcanvas .ex-menu > ul.l1 > li ul {
  padding: 5px 0 5px 15px;
}
.uk-offcanvas .ex-menu > ul.l1 > li ul li.parent > a {
  margin-left: -15px;
  padding-left: 15px;
}
.uk-offcanvas .ex-menu > ul.l1 > li ul li > a {
  padding: 5px 0;
  line-height: 30px;
}
.uk-offcanvas .ex-menu li:hover > a,
.uk-offcanvas .ex-menu li > a:focus {
  background-color: none;
}
.widget-menu {
  background: none;
  padding-right: 0;
}
.ex-menu > ul.l1 > li.last .dropdown {
  right: auto;
  left: auto;
}
.widget-splitmenu {
  background-color: #777776;
  color: #fff;
}
.widget-splitmenu a {
  color: #fff;
}
.widget-splitmenu .title {
  background-color: #93c261;
  color: #fff;
}
.menu-toggle {
  background: rgba(0,0,0,0.4);
  color: #aaa;
}
.menu-toggle:hover {
  color: #ddd;
}
#component .articles-row {
  margin-bottom: 10px;
}
#component [class*='cols'] > [class*='col-'] {
  float: left;
  padding: 0;
}
#component .cols-1 > [class*='col-'] {
  display: block;
  float: none;
  margin: 0;
}
#component .cols-2 > [class*='col-'] {
  width: 50%;
}
#component .cols-3 > [class*='col-'] {
  float: left;
  width: 33.3%;
}
#component .cols-4 > [class*='col-'] {
  width: 25%;
}
#component .block {
  padding: 0;
  margin: 5px 0;
  background: none;
  color: #fff;
}
#component .block a:hover {
  color: #fff;
}
#component .article {
  margin: 0 0 10px;
  padding: 15px;
  background: #fff;
  color: #444;
  *zoom: 1;
}
#component .article a:hover {
  color: #444;
}
#component .article:before,
#component .article:after {
  display: table;
  content: "";
  line-height: 0;
}
#component .article:after {
  clear: both;
}
#component .article a.btn-primary:hover {
  color: #fff;
}
#component .title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 15px;
  margin: -15px -15px 15px;
  border-bottom: 0;
}
#component .blog {
  margin: 0 -10px;
}
#component .blog .article {
  margin: 0 10px 20px;
}
#component .article-intro {
  margin-bottom: 10px;
}
#component figure.img-intro {
  width: 40%;
  margin: 0 10px;
  overflow: hidden;
}
#component figure.img-intro img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#component figure.img-intro:hover img {
  -webkit-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -moz-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -ms-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -o-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
}
#component figure.img-fulltext {
  width: 45%;
  margin: 0 15px;
  overflow: hidden;
}
#component figure.img-fulltext img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#component figure.img-fulltext:hover img {
  -webkit-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -moz-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -ms-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -o-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
}
#component .article-tools {
  margin-bottom: 15px;
}
#component .article-tools .article-info {
  float: none;
}
#component .article-bg {
  padding-bottom: 0;
  border: 0;
}
#component .actions {
  list-style: none;
}
#component .actions a {
  display: inline-block;
}
#component .actions img {
  display: inline-block;
}
#component .edit .formelm {
  float: left;
  width: 70%;
  margin-top: 10px;
}
#component .edit .formelm label {
  float: left;
  line-height: 22px;
  width: 110px;
}
#component .edit textarea {
  margin-top: 10px;
}
#component .edit .pull-left {
  width: 50%;
}
#component .CodeMirror-wrapping {
  box-sizing: border-box;
  margin-top: 20px;
}
#component .edit .formelm-buttons {
  margin-top: 10px;
}
#component .button2-left {
  float: left;
  margin-right: 5px;
}
#component #editor-xtd-buttons {
  margin-top: 15px;
  height: 32px;
}
#component .pagination {
  padding: 0 10px;
  text-align: center;
}
#component .pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#component .pagination a,
#component .pagination span {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#component .tooltip {
  display: none !important;
}
#component #contact-slider {
  padding-bottom: 9px;
}
#component #contact-slider h3 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
#component #eblog-wrapper #ezblog-body #ezblog-label {
  border: 0;
  font-size: 24px;
  margin: 0 0 10px;
}
#component #eblog-wrapper #ezblog-body .blog-post {
  background: #fff;
  color: #444;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
}
#component #eblog-wrapper #ezblog-body .blog-post .blog-header,
#component #eblog-wrapper #ezblog-body .blog-post .blog-content {
  margin: 0;
  padding: 15px;
}
#component #eblog-wrapper #ezblog-body .blog-post .blog-header {
  background-color: #00aeff;
  color: #fff;
}
#component #eblog-wrapper #ezblog-body .blog-post .blog-header .title {
  background-color: #007ab3;
}
#component #eblog-wrapper #ezblog-body .blog-post .blog-header a {
  color: #ddd;
}
#component #eblog-wrapper #ezblog-body .blog-post .blog-header a:hover,
#component #eblog-wrapper #ezblog-body .blog-post .blog-header .blog-title a {
  color: #fff;
}
#component #eblog-wrapper #ezblog-body .blog-post .blog-content .blog-text img {
  float: right;
  margin: 0 0px 15px 15px;
  width: 50%;
  display: block;
}
#component #eblog-wrapper #ezblog-body .blog-post .blog-content a:hover {
  color: #444;
}
#component #eblog-wrapper #ezblog-body .blog-read {
  background: #fff;
  color: #444;
  padding: 15px;
}
#component #eblog-wrapper #ezblog-body .blog-read a:hover {
  color: #444;
}
#component #eblog-wrapper #ezblog-body .blog-read .blog-head {
  background-color: #00aeff;
  color: #fff;
  margin: -15px -15px 15px;
  padding: 15px;
}
#component #eblog-wrapper #ezblog-body .blog-read .blog-head .title {
  background-color: #007ab3;
}
#component #eblog-wrapper #ezblog-body .blog-brief {
  border: 0;
  padding: 0;
}
#component #eblog-wrapper #ezblog-body #section-author {
  background: #fff;
  color: #444;
}
#component #eblog-wrapper #ezblog-body #section-author a:hover {
  color: #444;
}
#component #eblog-wrapper #ezblog-body #section-author img.avatar {
  border: 3px solid #00AEFF;
  border-radius: 50%;
}
#component #eblog-wrapper #ezblog-body #section-author .author-info {
  background-color: #00aeff;
  color: #fff;
  margin: 20px 0 0 30px;
  padding: 5px;
}
#component #eblog-wrapper #ezblog-body #section-author .author-info .title {
  background-color: #007ab3;
}
#component #eblog-wrapper #ezblog-body #section-author .author-info .author-name {
  font-size: 20px;
}
#component #eblog-wrapper #ezblog-body #section-author .author-info .author-about {
  color: #444;
}
#component #eblog-wrapper #ezblog-body #section-author .author-info a {
  color: #fff;
}
#component #eblog-wrapper #ezblog-body #section-comments {
  background: #fff;
  color: #444;
  padding: 15px;
}
#component #eblog-wrapper #ezblog-body #section-comments > .section-title {
  background: #ff4444;
  color: #fff;
  padding: 15px;
  margin: -15px -15px 10px;
}
#component #eblog-wrapper #ezblog-body #section-comments #blog-comment {
  padding-bottom: 0;
}
#component #eblog-wrapper #ezblog-body #section-comments #comment-form .section-title {
  font-size: 18px;
  padding: 0;
  margin: 0 0 15px;
  border-bottom: 1px solid #CCCCCC;
}
#component #eblog-wrapper #ezblog-body #section-comments #comment-form .button {
  padding: 10px 12px;
}
#component #eblog-wrapper #ezblog-body .featured-slider,
#component #eblog-wrapper #ezblog-body .tab_button,
#component #eblog-wrapper #ezblog-body .tab-wrapper {
  border: 0;
  background: #fff;
  color: #444;
}
#component #eblog-wrapper #ezblog-body .featured-slider a:hover,
#component #eblog-wrapper #ezblog-body .tab_button a:hover,
#component #eblog-wrapper #ezblog-body .tab-wrapper a:hover {
  color: #444;
}
#component #eblog-wrapper #ezblog-body .tab_button {
  border-radius: 0;
  border: 1px solid #CCCCCC;
}
#component #eblog-wrapper .fsm {
  font-size: 12px;
}
.block[class^="icon-"],
.block[class*=" icon-"] {
  font-family: inherit;
  line-height: inherit;
}
.title [class^="icon-"],
.title [class*=" icon-"] {
  margin-right: 10px;
}
#mod-finder-searchform {
  margin: 0 0;
  position: relative;
}
#mod-finder-searchform div.finder {
  margin-bottom: 0;
}
#mod-finder-searchform label.finder {
  font-size: 24px;
}
#mod-finder-searchform #mod-finder-searchword {
  width: 97%;
  margin-top: -15px;
  background: #fbfbfb;
}
#mod-finder-searchform #mod-finder-searchword:focus {
  background: #fff;
}
#mod-finder-searchform button.btn {
  background: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  color: #fff;
}
#mod-finder-searchform button.btn i {
  font-size: 20px;
}
ul.breadcrumb {
  margin: 0;
  background: rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 0;
}
ul.breadcrumb li {
  text-shadow: none;
}
ul.breadcrumb a:hover {
  color: #fff;
}
.bannergroup {
  position: relative;
  margin: -15px;
}
.bannergroup .banneritem {
  overflow: hidden;
  margin-bottom: 0;
}
.bannergroup .banneritem img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bannergroup .banneritem:hover img {
  -webkit-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -moz-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -ms-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -o-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
}
.bannergroup .bannerfooter {
  background-color: rgba(255,255,255,0.8);
  color: #ad348c;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  width: 50%;
  padding: 25px 10px;
  position: absolute;
  left: 23%;
  top: 25%;
  font-family: 'Raleway', sans-serif;
}
#login-form .add-on label {
  display: none;
}
ul.menu li img {
  display: none;
}
ul.latestnews {
  padding: 0;
  list-style: none;
}
ul.latestnews li {
  line-height: 23px;
}
ul.latestnews li a {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul.latestnews li:last-child a {
  border-bottom: 0;
}
ul.mostread {
  padding: 0;
  list-style: none;
}
ul.mostread li {
  *zoom: 1;
  margin-bottom: 10px;
}
ul.mostread li:before,
ul.mostread li:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.mostread li:after {
  clear: both;
}
ul.mostread li:last-child {
  margin-bottom: 0;
}
ul.mostread li .counting {
  float: left;
  padding: 5px 14px;
  margin-right: 10px;
  background: rgba(255,255,255,0.7);
  color: #888;
}
ul.mostread li:hover .counting {
  color: #333;
  background: rgba(255,255,255,0.8);
}
ul.mostread li a {
  padding: 0px 5px;
  color: #fff;
  line-height: 36px;
}
ul.mostread li a:hover {
  color: #e1e1e1;
}
.newsflash .newsflash-inner {
  margin-bottom: 10px;
}
.newsflash .title-img {
  position: relative;
  margin-bottom: 10px;
}
.newsflash .newsflash-title {
  position: absolute;
  bottom: 0;
  margin: 0;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 7px 10px;
}
.subscribe-mail .title-img {
  text-align: center;
}
.subscribe-mail input {
  width: 67%;
}
.contact-info ul {
  margin: 0;
}
.contact-info ul li {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  list-style: none;
}
.contact-info ul li:last-child {
  border-bottom: 0;
}
.contact-info ul li {
  padding: 15px 0 15px 55px;
}
.contact-info ul li.email {
  background: url(../images/envelope-icon.png) no-repeat 0 15px;
}
.contact-info ul li.home {
  background: url(../images/home-icon.png) no-repeat 0 10px;
}
.contact-info ul li.phone {
  background: url(../images/phone-icon.png) no-repeat 0 15px;
}
.tx-gallery .tx-gallery-sort {
  background: #888 !important;
}
.tx-gallery .tx-gallery-sort a.selected {
  background: none !important;
  border: 1px solid #fff;
}
.xco-wrap.xco-classic .item,
.xco-wrap.xco-caption .item {
  padding: 10px 0;
}
.xco-wrap .item .image {
  overflow: hidden;
}
.xco-wrap .item .image img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.xco-wrap .item .image:hover img {
  -webkit-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -moz-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -ms-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -o-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
}
.xco-wrap .item:hover img {
  opacity: 1;
}
.xco-wrap.xco-classic .heading {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.xco-wrap.xco-classic .meta {
  background: none;
  padding: 0;
  font-size: 12px;
}
#xt-wrap.xt-vertical {
  border: 0;
}
#xt-wrap.xt-vertical .xt-list li {
  border: 0;
}
#xt-wrap.xt-vertical .xt-list .xt-tweet-wrap {
  width: 80%;
  float: left;
}
#xt-wrap.xt-vertical .xt-list .xt-tweet-wrap a {
  color: #555;
}
#xt-wrap.xt-vertical .xt-list .xt-tweet-wrap .xt-source {
  display: inline-block;
}
#xt-wrap.xt-vertical .xt-list .xt-tweet-wrap .xt-source a {
  color: #666;
  margin-left: 15px;
}
.mod_easyblogtagcloud .tag-cloud {
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #ddd;
  margin: 5px 5px 0 0;
  display: inline-block;
}
.widget-logo {
  background: none;
  padding-left: 0;
}
#logo {
  margin: 0;
}
#logo a {
  display: block;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
#logo a:hover,
#logo a span {
  color: #fff;
}
#logo.image a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
#logo .logo-tagline {
  display: block;
  font-size: 16px;
}
.widget-copyrightinfo,
.widget-designedby,
.widget-exposelogo,
.widget-totop {
  padding: 10px 0 5px;
  margin: 0px;
  background: none;
  color: #fff;
}
.widget-copyrightinfo a:hover,
.widget-designedby a:hover,
.widget-exposelogo a:hover,
.widget-totop a:hover {
  color: #fff;
}
.widget-pagetitle {
  margin: 0 -100% !important;
  padding: 0 100% !important;
  background: rgba(0,0,0,0.5);
}
.widget-pagetitle .title {
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  background: none;
  padding: 10px 0;
  text-transform: uppercase;
}
.widget-pagetitle .title a {
  color: #fff;
}
#ex-date,
#font-resizer {
  margin-top: 5px;
}
#font-resizer {
  text-align: right;
}
.expose-logo,
.expose-logo a {
  width: 152px;
  height: 40px;
  display: block;
}
.expose-logo-light {
  background: url(../../../libraries/expose/interface/images/expose_logo_light.png) no-repeat;
}
.expose-logo-dark {
  background: url(../../../libraries/expose/interface/images/expose_logo_dark.png) no-repeat;
}
.expose-logo span {
  display: none;
}
#poweredby {
  margin: 0 auto;
}
.widget-totop {
  text-align: right;
}
#scrolltop {
  display: inline-block;
  font-size: 0;
  background: rgba(255,255,255,0.8);
  position: relative;
  padding: 10px;
}
#scrolltop span {
  -webkit-transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
}
#scrolltop:after {
  content: "\f106";
  padding: 0 5px 2px;
  border-radius: 50%;
  border: 3px solid #787878;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 26px;
  color: #787878;
  display: inline-block;
  -webkit-transition: all 0.2s linear 0.1s;
  -moz-transition: all 0.2s linear 0.1s;
  -o-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}
#scrolltop:hover {
  background: #fff;
}
#scrolltop:hover span {
  font-size: 16px;
  margin-right: 5px;
}
#scrolltop:hover:after {
  color: #333;
}
.social-icons {
  list-style: none;
  margin: 0;
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 1111;
  border-radius: 5px 0 0 5px;
}
.social-icons li a {
  display: block;
  width: 100px;
  margin: 2px 0;
  margin-right: -75px;
  color: #fff;
  padding: 10px;
  font-size: 25px;
}
.social-icons li a i {
  color: #fff;
}
.social-icons li a span {
  font-size: 15px;
  display: inline-block;
  float: right;
  line-height: 26px;
}
.social-icons li a:hover {
  margin-right: 0;
  margin-left: -75px;
}
.social-icons li.twitter a:hover {
  background: #00CAFB;
}
.social-icons li.facebook i {
  margin-left: 8px;
}
.social-icons li.facebook a:hover {
  background: #3b5998;
}
.social-icons li.gplus a:hover {
  background: #D23A1D;
}
.social-icons li.lin a:hover {
  background: #007bb6;
}
.social-icons li.ytube a:hover {
  background: #bb0000;
}
.social-icons li.rss a:hover {
  background: orange;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.collapse.in {
  height: auto;
}
[class*='animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animation-fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.animation-scale-up {
  -webkit-animation-name: scale-up;
  animation-name: scale-up;
}
.animation-scale-down {
  -webkit-animation-name: scale-down;
  animation-name: scale-down;
}
.animation-slide-top {
  -webkit-animation-name: slide-top;
  animation-name: slide-top;
}
.animation-slide-bottom {
  -webkit-animation-name: slide-bottom;
  animation-name: slide-bottom;
}
.animation-slide-left {
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}
.animation-slide-right {
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
}
.animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scale-down {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-left-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slide-left-fixed {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slide-left-fixed {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-right-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slide-right-fixed {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slide-right-fixed {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes flipin-x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipin-x {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipin-x {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipin-y {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipin-y {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipin-y {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounce-in {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounce-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounce-in-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(80px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes bounce-in-up {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-in-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-60px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes bounce-in-left {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-in-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(60px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%) rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes roll-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-10%) rotate(-30deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes roll-in {
  0% {
    opacity: 0;
    transform: translateX(-10%) rotate(-30deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.module-tabs {
  background: #fafafa;
  padding: 10px;
}
.module-tabs ul.nav-tabs {
  border: 0;
  margin: 0;
}
.module-tabs ul.nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-right: 0;
}
.module-tabs ul.nav-tabs > .active > a {
  background: #fff;
}
.module-tabs .tab {
  background: #fff;
  color: #444;
  padding: 10px 0;
  border: 1px solid #ddd;
}
.module-tabs .tab h3,
.mainH3,
.nav-tabs a span {
  left: -99999px;
  position: absolute;
}
.tab-pane {
  padding: 0 10px 10px;
}
.accordion {
  background: #fafafa;
  padding: 10px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
}
.accordion-heading {
  border-bottom: 0;
  background: #fff;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-heading .accordion-toggle:hover {
  color: #444;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
  color: #444;
}
body.align-rtl #mainbody,
body.align-rtl #sidebar-a,
body.align-rtl #sidebar-b,
body.align-rtl [class*="grid"] {
  float: right;
}
body.align-rtl .megamenu ul.level-0 > li.mega,
body.align-rtl #mainnav li,
body.align-rtl #splitmenu li,
body.align-rtl #subnav > ul > li,
body.align-rtl #subnav .sublevel > ul > li {
  float: right;
}
body.align-rtl .menu ul li:hover ul,
body.align-rtl .menu ul li.over ul {
  right: 0;
}
body.align-rtl .menu ul li:hover li ul,
body.align-rtl .menu ul li.over li ul {
  right: -999em;
}
body.align-rtl .menu ul li li:hover ul,
body.align-rtl .menu ul li li.over ul {
  right: 13em;
}
body.align-rtl .menu ul li li li:hover ul,
body.align-rtl .menu ul li li li.over ul {
  right: 10em;
  top: 0;
}
body.align-rtl .megamenu ul.level-0 li.has-submenu a.mega span.menu-title,
body.align-rtl .megamenu ul.level-0 li.has-submenu span.mega.level-0 span.menu-title {
  padding-right: 12px;
  background-position: right center;
}
body.align-rtl .megamenu ul.level-0 li.mega .has-image {
  padding-right: 35px;
  padding-left: 0;
  background-position: 100%;
}
body.align-rtl #menu ul.level-1 li.mega .group-content > ul > li {
  background-position: 100% 3px;
}
body.align-rtl .pull-left {
  float: right;
  margin-left: 10px;
}
body.align-rtl .pull-right {
  float: left;
  margin-right: 10px;
}
body.align-rtl .align-left {
  text-align: right;
}
body.align-rtl .align-right {
  text-align: left;
}
body.align-rtl .align-center {
  text-align: center;
}
body.align-rtl .nav-list > li > a,
body.align-rtl .nav-list .nav-header {
  border-width: 0 4px 0 0;
}
body.align-rtl #mod-finder-searchform button.finder {
  left: 10px;
  right: auto;
}
.nomargin {
  margin: 0;
}
.nomargin-left {
  margin-left: 0;
}
.nomargin-right {
  margin-right: 0;
}
.nomargin-bottom {
  margin-bottom: 0;
}
.nomargin-top {
  margin-top: 0;
}
.nopadding {
  padding: 0;
}
.nopadding-left {
  padding-left: 0;
}
.nopadding-right {
  padding-right: 0;
}
.nopadding-bottom {
  padding-bottom: 0;
}
.nopadding-top {
  padding-top: 0;
}
.nostyle {
  margin: 0;
  padding: 0;
}
.nobg {
  background: transparent;
}
.pull-left {
  float: left;
  margin-right: 15px;
}
.pull-right {
  float: right;
  margin-left: 15px;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.width-block {
  float: left;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-30 {
  width: 30%;
}
.width-33 {
  width: 33.333333333333336%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.font-large {
  font-size: 2em;
  line-height: 1.2em;
}
.font-xlarge {
  font-size: 4em;
  line-height: 1.4em;
}
.font-xxlarge {
  font-size: 5em;
  line-height: 1.5em;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.bs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0;
  -moz-border-radius: 4px 0;
  border-radius: 4px 0;
}
.bs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}
.bs-example > p:last-child {
  margin-bottom: 0;
}
.square {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.team [class*="width-"],
.team [class^="width-"],
.service [class*="width-"],
.service [class^="width-"] {
  float: left;
  margin-top: 30px;
}
.team .service-intro,
.service .service-intro {
  border-bottom: 2px solid #EBEFF2;
  padding-bottom: 15px;
}
.team h1,
.service h1 {
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
}
.team .subtitle {
  font-weight: 300;
}
.team [class*="width-"] > div,
.team [class^="width-"] > div {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team [class*="width-"] > div:hover,
.team [class^="width-"] > div:hover {
  background: rgba(0,0,0,0.5);
}
.team h4 {
  font-weight: 300;
}
.team .social-links [class^="icon-"] {
  font-size: 22px;
  color: #fff;
  padding: 5px;
  background: #999;
  margin: 5px;
  border-radius: 100%;
  display: inline-block;
  line-height: 28px;
  width: 28px;
  height: 28px;
}
.team .icon-facebook:hover {
  background: #3B5998;
}
.team .icon-twitter:hover {
  background: #00CAFB;
}
.team .icon-google-plus:hover {
  background: #D23A1D;
}
.team-polaroid [class*="width-"],
.team-polaroid [class^="width-"] {
  margin-top: 20px;
}
.team-polaroid [class*="width-"] > div,
.team-polaroid [class^="width-"] > div {
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
}
.team-polaroid [class*="width-"] > div:before,
.team-polaroid [class^="width-"] > div:before {
  content: '';
  display: block;
  height: 46px;
  width: 160px;
  background: url("../images/pages/tape.png") center center no-repeat;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -80px;
}
.team-polaroid .social-links [class^="icon-"] {
  padding: 5px;
  margin: 3px;
  border-radius: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.team-round img {
  border-radius: 100%;
  max-width: 75%;
}
.team-round [class*="width-"] > div:hover,
.team-round [class^="width-"] > div:hover {
  background: none;
}
.team-round .social-links [class^="icon-"] {
  padding: 0;
  margin: 3px;
  font-size: 15px;
}
.pricing ul {
  background: #f5f5f5;
  float: left;
  margin: 0;
  list-style: none;
  text-align: center;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pricing ul li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  color: #666;
}
.pricing ul li:nth-child(odd) {
  background-color: #fff;
}
.pricing ul li.head,
.pricing ul li.price {
  border: none;
}
.pricing ul li:last-child {
  border-bottom: none;
}
.pricing ul li.head {
  font-size: 22px;
  font-weight: 300;
  background-color: #3E98D9;
  color: #fff;
  border-right: 1px solid #2493cb;
  padding: 10px 0 10px 0;
  line-height: 1;
}
.pricing ul li.price {
  font-size: 52px;
  line-height: 1;
}
.pricing ul .btn {
  padding: 7px 70px;
  font-size: 15px;
  margin: 10px 0;
}
.pricing ul.highlight {
  background: #fff;
  margin: -15px 0;
  padding: 20px 0;
  -webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.2),0 -4px 9px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 -2px 2px rgba(0,0,0,0.2),0 -4px 9px rgba(0,0,0,0.2);
  box-shadow: 0 -2px 2px rgba(0,0,0,0.2),0 -4px 9px rgba(0,0,0,0.2);
  position: relative;
  z-index: 100;
}
.pricing ul.highlight li.head {
  background-color: #00a5e5;
  padding: 20px 0 15px;
  margin-top: -20px;
  border-right: none;
}
.pricing ul:nth-child(4) li {
  border-left: 1px solid #eee;
}
.pricing ul:nth-child(4) li.head {
  border-left: 1px solid #0080b2;
}
.pricing2 .custom {
  margin: 0 -20px;
}
.pricing2 ul {
  float: left;
  margin: 0;
  list-style: none;
  text-align: center;
  font-weight: 300;
}
.pricing2 ul li {
  padding: 10px;
  background: #F1F1F1;
  color: #666;
}
.pricing2 ul li.head,
.pricing2 ul li.price {
  border: none;
}
.pricing2 ul li:last-child {
  border-bottom: none;
}
.pricing2 ul li.head {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  padding: 25px 0 25px 0;
  line-height: 1;
}
.pricing2 ul .blue-head {
  background: #3498db;
}
.pricing2 ul .purple-head {
  background: #9b59b6;
}
.pricing2 ul .orange-head {
  background: #f39c12;
}
.pricing2 ul li.price {
  font-size: 52px;
  line-height: 2em;
  background: #f5f5f5;
}
.pricing2 ul .btn {
  padding: 15px 30px;
  font-size: 15px;
  margin: 10px 0;
}
.pricing2 ul span.currency {
  color: #D5D5D5;
}
.pricing2 ul span.period {
  color: #A0A0A0;
  font-size: 30px;
}
.pricing2 ul li.includes {
  text-transform: uppercase;
  font-size: 30px;
  color: #999999;
  line-height: 50px;
}
.pricing2 ul .table-wrap {
  margin: 0 20px;
  position: relative;
}
.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
  width: 90%;
}
.contact .form-horizontal .control-label {
  float: none;
  text-align: left;
}
.contact .form-horizontal .control-label #jform_contact_email_copy-lbl {
  float: left;
}
.contact .form-horizontal .controls {
  margin-left: 0;
}
.info-block {
  padding: 10px 0;
}
.info-block h4 {
  line-height: 12px;
}
.testimonial img {
  max-width: 50px;
  margin-top: 20px;
}
.testimonial h4 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
}
.testimonial .testimonial-text {
  background: #f1f1f1;
  padding: 10px;
  color: #444;
}
.testimonial .testimonial-arrow {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 5%;
  bottom: 85px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #f1f1f1 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
.testimonial-rounded img {
  border-radius: 100%;
}
.testimonial-rounded p {
  border-radius: 6px;
}
.progress {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  margin-bottom: 10px;
  background: #F7F7F7;
  overflow: hidden;
  line-height: 20px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07),inset 0 2px 2px rgba(0, 0, 0, 0.07);;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07),inset 0 2px 2px rgba(0, 0, 0, 0.07);;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07),inset 0 2px 2px rgba(0, 0, 0, 0.07);;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  border-radius: 4px;
}
* + .progress {
  margin-top: 10px;
}
.progress-bar {
  width: 0;
  height: 100%;
  background: #00a8e6;
  float: left;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  font-size: 12;
  color: #fff;
  text-align: center;
}
.progress-mini {
  height: 6px;
}
.progress-small {
  height: 12px;
}
.progress-green .progress-bar {
  background-color: #8cc14c;
}
.progress-orange .progress-bar {
  background-color: #faa732;
}
.progress-red .progress-bar {
  background-color: ;
}
.progress-purple .progress-bar {
  background-color: #A174C3;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-size: 30px 30px;
}
.progress-striped.active .progress-bar {
  -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
  animation: uk-progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes uk-progress-bar-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 0;
  }
}
@keyframes uk-progress-bar-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 0;
  }
}
