/* IMPORT FONTS */
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');

@import url('css/font-awesome.css');
/* IMPORT FONTS */
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  background-color: #ffffff;
}
p,
li,
label {
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #464646;
  text-decoration: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
a:hover {
  color: #FFA100;
  text-decoration: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
b {
  font-weight: 700;
}
span {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#696969;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 14px;
  overflow: hidden;
}
.clearfix:after,
.block4:after,
.price-table:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  *zoom: 1;
}

* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}
.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 99;
  display: none;
}
.loader > span {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  background: url('images/loader.gif') no-repeat 0 0 transparent;
}
.hCenter {
  text-align: center;
}
.hCenter > * {
  margin-left: auto;
  margin-right: auto;
  display: table;
  *display: inline;
  *zoom: 1;
}
.vCenter {
  display: table;
}
.vCenter > div {
  display: table-cell;
  vertical-align: middle;
  *display: inline-block;
}
.vCenter > div > * {
  display: block;
}
.vCenter > b {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.0wrapper {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
}
.boxed {
  background-color: #e2e2e2;
  padding: 30px 0;
}
.boxed .wrapper {
  max-width: 1048px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.color1 {
  color: #ffa100;
}
/*
 *
 * Buttons
 *
 */
.btn1 {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: 0;
  background: url('images/sprite.png') no-repeat -265px -25px #ffa100;
  cursor: pointer;
}
.btn1.on {
  background-position: -295px -25px;
}
.btn2 {
  position: absolute;
  width: 150px;
  height: 100%;
  right: 0;
  top: -5px;
  padding-top: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 120px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  background-color: #ffa100;
  border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
}
.btn2:hover {
  background-color: #494949;
}
.btn3 {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: auto;
  height: 25px;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffa100;
  padding: 0 15px;
  cursor: pointer;
}
.btn3:hover {
  background-color: #494949;
}
.btn4 {
  position: relative;
  display: block;
  width: auto;
  height: 25px;
  padding: 0 8px;
  border-bottom: 2px solid #ffa100;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  background-color: #494949;
  font-family: Arial, Helvetica, sans-serif;
}
.btn4 > span {
  position: absolute;
  width: 5px;
  height: 18px;
  bottom: -2px;
  left: -5px;
  background-color: #ffa100;
}
.btn5 {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: auto;
  height: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  background-color: #2b2b2b;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  margin-top: 10px;
}
.btn5:hover {
  background-color: #494949;
}
/*
 *
 * Containers
 *
 */
.in {
  position: relative;
  display: block;
  width: 960px;
  height: auto;
  margin: 0 auto;
  z-index: 2;
  
}
.container {
  padding: 42px 10px 60px 10px;
  overflow: hidden;
}
.inFlow {
  width: 980px;
}
.liLeft > li {
  float: left;
  list-style: none;
  filter: inherit;
  margin-right: 6px;
}
.liright > li {
  float: right;
  list-style: none;
  filter: inherit;
  margin-right: 26px;
}
.rounded {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/*
 *
 * Transitions
 *
 */
.prev,
.next,
.btn2,
.btn3,
.btn4,
.tagslist a,
#newslettSmbt,
.toggle li,
.reply,
.btn5,
.sliderNav2 > li,
.joinbox a,
#searchSbmt {
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}
.block6 p,
.block6 h1,
.toggle h2,
.block7 h1,
.block4 > article > p {
  transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
}
.filters li,
.teamList li,
#tabs > ul > li,
.social a,
.page-navi a {
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.block7 .hover,
.teamList .hover,
.submenu,
.mega-submenu {
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
.block7 header,
.block2 {
  transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
}
.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
.hover > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  opacity: 0.4;
  z-index: 1;
}
.hover > span {
  position: absolute;
  width: 26px;
  height: 18px;
  top: 50%;
  left: 50%;
  background: url('images/sprite.png') no-repeat 0 -30px transparent;
  margin: -9px 0 0 -13px;
  z-index: 2;
}
/*
 *
 * Blocks
 *
 */
.block1 {
  position: relative;
  display: block;
  width: 225px;
  height: auto;
  padding: 70px 20px 0 0;
  float: left;
}
.block1 > header {
  width: auto;
  height: 40px;
  padding: 2px 0;
}
.block1 > figure {
  position: absolute;
  width: 225px;
  height: 120px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block1 h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #2E2E2E;
  text-align:center;
 }
.block1 > p {
  font-size: 13px;
  line-height: 18px;
  color: #525252;
  text-align: left;
}

.block1i {
  position: relative;
  display: block;
  width: 300px;
  height: auto;
  padding: 10px 20px 0 0;
  float: left;
}
.block1i > header {
  width: auto;
  height: 40px;
  padding: 2px 0;
}
.block1i > figure {
  position: absolute;
  width: 225px;
  height: 120px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block1i h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #2E2E2E;
  text-align:center;
 }
.block1i > p {
  font-size: 13px;
  line-height: 18px;
  color: #525252;
  text-align: justify;
}
.block2 {
  position: relative;
  display: block;
  width: auto;
  height: 115px;
  background-color: #f5f5f5;
  border-top: 5px solid #ffa100;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-top: 36px;
  padding: 0 200px 0 0;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.block2 h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #3F3F3F;
}
.block2 h1 > b,
.block2 h1 > strong {
  font-size: 22px;
}
.block2 p {
  font-size: 12px;
  line-height: 14px;
  color: #888;
  padding-top: 6px;
}
.block2 > .vCenter {
  height: 115px;
  padding-left: 20px;
}
.block2:hover {
  border-color: #494949;
}
.block2:hover > .btn2 {
  background-color: #494949;
}
.block3 {
  padding-top: 42px;
  display: block;
  width: 470px;
  height: auto;
}
.block3 > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  color: #3F3F3F;
  padding-bottom: 5px;
}
.block3 > p {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
}
.block3.left {
  float: left;
}
.block3.right {
  float: right;
}
.block3.right p {
  padding-bottom: 20px;
}
.block3.big {
  width: auto;
}

.block3i {
  padding-top: 42px;
  display: block;
  width: 670px;
  height: auto;
}
.block3i > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  color: #3F3F3F;
  padding-bottom: 5px;
}
.block3i > p {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
}
.block3i.left {
  float: left;
}
.block3i.right {
  float: right;
}
.block3i.right p {
  padding-bottom: 20px;
}
.block3i.big {
  width: auto;
}
.block4,
.block5 {
  display: block;
  width: 220px;
  height: auto;
  float: left;
  margin-right: 25px;
}
.block4 > h2,
.block5 > h2 {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 23px;
  color: #3F3F3F;
  padding: 0 0 20px 20px;
}
.block4 > h2 > span,
.block5 > h2 > span {
  position: absolute;
  width: 8px;
  height: 10px;
  left: 0;
  top: 7px;
  background-color: #ffa100;
}
.block4 p,
.block5 p,
.block4 li,
.block5 li {
  font-size: 12px;
  line-height: 16px;
  color: #898989;
}
.block4 a:hover,
.block5 a:hover {
  color: #494949;
}
.block4 > article,
.block5 > article {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding-bottom: 5px;
  cursor: pointer;
}
.block4 > article > figure,
.block5 > article > figure {
  float: left;
}
.block4 > article > p,
.block5 > article > p {
  float: left;
  width: 150px;
  padding-left: 11px;
}
.block4 > article:hover > p,
.block5 > article:hover > p {
  color: #ffa100;
}
.block4 > .list2 > li,
.block5 > .list2 > li,
.block4 > .list3 > li,
.block5 > .list3 > li {
  list-style: none;
  padding-bottom: 15px;
}
.block4 > .list3,
.block5 > .list3 {
  padding-top: 20px;
}
.block4 > .list3 > li,
.block5 > .list3 > li {
  position: relative;
  padding: 0 0 20px 32px;
}
.block4 > .list3 i,
.block5 > .list3 i {
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 0;
  color: #494949;
}
.block5 {
  padding-top: 34px;
  display: block;
  width: 463px;
  height: auto;
}
.block5.left {
  float: left;
  margin: 36px 0 0 0;
  padding-right: 16px;
  border-right: 1px solid #F6F6F6;
}
.block5.right {
  float: right;
  margin: 36px 0 0 0;
  padding-left: 16px;
}
.block5 .social {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  font-size: 14px;
  line-height: 23px;
  color: #494949;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #eeeeee;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee');
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eeeeee));
  background: -moz-linear-gradient(top, #f7f7f7, #eeeeee);
}
.block5 .social:hover {
  color: #fff;
  background: #ffa100;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee');
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa100), to(#ffa100));
  background: -moz-linear-gradient(top, #ffa100, #ffa100);
  border-color: #ffa100;
}
.block6 {
  position: relative;
  padding: 190px 0 30px 0;
  border-bottom: 1px solid #DDD;
  margin-bottom: 30px;
  cursor: pointer;
}
.block6 > figure {
  position: absolute;
  width: 630px;
  height: 180px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block6 > figure > img {
  position: relative;
  display: block;
  z-index: 1;
}
.block6 > figure > span {
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #ffa100;
  z-index: 2;
}
.block6 > header {
  position: relative;
  width: auto;
  height: 42px;
  padding-left: 0px;
}
.block6 > p {
  font-size: 13px;
  line-height: 16px;
  color: #686565;
  padding: 10px 0;
}

.block6 h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #4E4E4E;
}
.block6 h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3B7BBD;
  padding-top:5px;
}
.block6 h1 > a {
  color: #4E4E4E;
}
.block6 time {
  position: absolute;
  width: 42px;
  height: 34px;
  top: 0;
  left: 0;
  background-color: #ffa100;
  padding-top: 8px;
}
.block6 time > span {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #955A0E;
  text-align: center;
  display: block;
}
.block6 .btn4 {
  float: right;
}
.block6 ul {
  float: left;
  margin-top: 9px;
  height: 18px;
}
.block6 ul > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 18px;
  padding: 0 4px;
  background-color: #f5f5f5;
  font-size: 10px;
  line-height: 18px;
  color: #939393;
  margin-right: 10px;
}
.block6:hover h1,
.block6:hover h1 > a {
  color: #ffa100;
}
.block6:hover > p {
  color: #686565;
  font-size:13px;
}
.block6:hover .btn4 {
  background-color: #333333;
}
.block6.size2 {
  padding: 0 0 30px 326px;
}
.block6.size2 > figure {
  width: 302px;
  height: 182px;
}
.block6.size2 ul {
  float: none;
  width: 100%;
  padding-bottom: 5px;
}
.block6.size2 ul > li {
  margin-right: 0;
}
.block6.size3 {
  padding: 192px 26px 30px 0;
  width: 302px;
  float: left;
}
.block6.size3 > figure {
  width: 302px;
  height: 182px;
}
.block6.size3 ul {
  float: none;
  width: 100%;
  padding-bottom: 5px;
}
.block6.size3 ul > li {
  margin-right: 0;
}
.block6.size4 {
  padding: 192px 56px 30px 0;
  width: 452px;
  float: left;
}
.block6.size5 > figure {
  width: 250px;
  height: 182px;
}
.block6.size5 {
  padding: 192px 56px 30px 0;
  width: 250px;
  float: left;
}
.block6.size5 > figure {
  width: 250px;
  height: 182px;
}
.block7 {
  position: absolute;
  width: 462px;
  height: 80px;
  top: 0;
  left: 0;
  padding: 182px 0 0 0;
  margin: 0 18px 18px 18px;
  cursor: pointer;
 }
.block7 > figure {
  position: absolute;
  width: 100%;
  height: 182px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block7 > figure > img {
  position: relative;
  display: block;
  z-index: 1;
}
.block7 > figure > span {
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #ffa100;
  z-index: 2;
}
.block7 > header {
  position: relative;
  width: auto;
  height: 75px;
  background-color: #f5f5f5;
  border-bottom: 5px solid #f5f5f5;
}
.block7 h1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #4E4E4E;
  text-align: center;
  padding: 12px 14px;
}
.block7 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #7D7D7D;
  text-align: center;
  padding: 0 10px;
  font-weight: 400;
}
.block7.size2 {
  width: 302px;
  margin: 0 14px 18px 12px;
}
.block7.size3 {
  width: 227px;
  margin: 0 9px 18px 9px;
  }
.block7.size4 {
  width: 182px;
  margin: 0 6px 18px 6px;
}
.block7:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
.block7:hover header {
  border-color: #ffa100;
}
.block8 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.block8 > ul {
  list-style: none;
}
.block8 > ul > li {
  width: 315px;
  height: 80px;
  cursor: pointer;
  float: left;
}
.block8 > ul > li:hover h3 a {
  color: #ffa100;
}
.block8 > ul figure {
  float: left;
  margin: 0;
}
.block8 > ul h3 {
  float: left;
  margin: 4px 0 0 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  width: 200px;
  height: 32px;
  overflow: hidden;
}
.block8 > ul h3 > a {
  color: #7D7D7D;
}
.block8 > ul time {
  position: relative;
  float: left;
  margin: 6px 0 0 20px;
  font-size: 12px;
  line-height: 15px;
  width: 168px;
  height: 15px;
  color: #999;
}
.block8 > ul time > i {
  font-size: 15px;
  color: #C5C5C5;
}
.block9 figure {
  position: relative;
  width: 225px;
  height: 120px;
  float: left;
  margin-right: 20px;
}
.block9 figure span {
  position: absolute;
  width: 88px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #ffa100;
  z-index: 999;
}
.block9 img {
  display: block;
}
.block9 .text {
  float: left;
  width: 715px;
}
.block9 h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4E4E4E;
  padding-bottom: 8px;
}
.block9 h1 a {
  color: #4E4E4E;
}
.block9 p {
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
}
.block9 p.category {
  font-size: 15px;
  line-height: 20px;
  color: #ffa100;
  padding-bottom: 5px;
}
.block9 li {
  list-style: none;
  padding-bottom: 20px;
  cursor: pointer;
}
.block9 li:hover h1 a {
  color: #ffa100;
}
/*
 *
 * Lists
 *
 */
.list {
  padding-left: 15px;
}
.list > li {
  list-style-image: url('images/li1.gif');
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #4f4e4e;
}
.list a {
  color: #898989;
}
.list a:hover {
  color: #494949;
}
.list.no-border > li {
  border: 0;
}
.tagslist > li {
  float: left;
  list-style: none;
  filter: inherit;
  margin: 0 0 5px 5px;
}
.tagslist > li > a {
  display: block;
  width: auto;
  height: 20px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  background-color: #494949;
}
.tagslist > li > a:hover {
  background-color: #ffa100;
}
.flickr img {
  position: relative;
  z-index: 1;
  display: block;
  width: 45px;
  height: 45px;
  float: left;
  margin: 0 10px 10px 0;
}
.flickr img:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.filters {
  margin-bottom: 40px;
  padding-top: 1px;
}
.filters > ul {
  border-left: 1px solid #DDD;
}
.filters li {
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 34px;
  min-width: 99px;
  background-color: #f7f7f7;
  border: 1px solid #DDD;
  border-left: 0;
  margin-top: -1px;
}
.filters li > a {
  display: block;
  width: auto;
  height: 34px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 34px;
  color: #595959;
  text-align: center;
}
.filters li.current,
.filters li:hover {
  height: 31px;
  border-bottom: 4px solid #ffa100;
  background-color: #ffffff;
}
/* Header */
.header {
  position: relative;
  display: block;
  width: 100%;
  height: 154px;
  min-height: 154px;
  z-index: 699;
}
.header > .moreinfo {
  position: absolute;
  width: 100%;
  height: auto;
  top: -100px;
  left: 0;
  padding: 0 0 6px 0;
  background-color: #ffa100;
}
.header > .moreinfo p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 10px;
}
.header > .moreinfo a {
  color: #464646;
  text-decoration: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.header > .moreinfo a:hover {
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.header > .line {
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 37px;
  background-color: #f6f6f6;
  z-index: 1;
}
.header .logo {
  position: absolute;
  width: 265px;
  height: 65px;
  left: 0;
  top: 20px;
  background: url('images/logo.png') no-repeat 0 0 transparent;
  z-index: 9999;
}
.header .logo > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
}
/* Menus */
#navBtn {
  display: none;
}
.mainnav {
  display: block;
  width: 100%;
  height: 70px;
  margin-bottom: -10px;
  padding-top: 47px;
}
.mainnav li {
  text-align: left;
}
.mainnav > ul {
  float: right;
  border-right: 1px solid #f6f6f6;
}
.mainnav > ul > li {
  position: relative;
  float: left;
  list-style: none;
  filter: inherit;
  display: block;
  width: auto;
  height: 60px;
  border-bottom: 10px solid transparent;
  transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
}
.mainnav > ul > li > a {
  display: block;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #494949;
  padding: 10px 18px 40px 18px;
  border-left: 1px solid #f6f6f6;
  min-width: 88px;
}
.mainnav > ul > li > p {
  position: absolute;
  top: 30px;
  left: 18px;
  font-size: 10px;
  line-height: 12px;
  color: #A5A5A5;
  z-index: -1;
}
.mainnav > ul > li:hover {
  border-color: #494949;
}
.mainnav > ul > li:hover > ul,
.mainnav > ul > li:hover .mega-submenu {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  visibility: visible;
}
.mainnav > ul > li.current {
  border-color: #ffa100;
}
.submenu,
.mega-submenu {
  position: absolute;
  top: 70px;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 5px solid #ffa100;
  visibility: hidden;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
.submenu {
  padding: 0 20px;
}
.submenu li {
  position: relative;
  list-style: none;
}
.submenu li > span {
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #e4e4e4;
  transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
}
.submenu li:hover > a {
  color: #ffa100;
}
.submenu li:hover > span {
  width: 100%;
  background-color: #ffa100;
}
.submenu li:nth-last-child(1) > span {
  display: none;
}
.submenu a {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 0;
  color: #494949;
  min-width: 160px;
  max-width: 200px;
}
.mega-submenu {
  width: 444px;
  height: auto;
  padding: 0 0 10px 8px;
}
.mega-submenu > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #494949;
  background-color: #f6f6f6;
  padding: 10px 18px;
  margin: 0 0 5px -8px;
}
.mega-submenu h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #494949;
  padding-bottom: 4px;
}
.mega-submenu p,
.mega-submenu a {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #494949;
}
.mega-submenu p {
  color: #A5A5A5;
  padding-bottom: 10px;
}
.mega-submenu .description {
  float: right;
  width: 140px;
  padding: 4px 18px 0 0;
}
.mega-submenu ul {
  float: left;
  list-style: none;
}
.mega-submenu li {
  width: 140px;
}
.mega-submenu a {
  display: block;
  padding: 6px 10px;
}
.mega-submenu a:hover {
  color: #ffa100;
}
/* Homepage carousel */
#sliderHome {
  position: relative;
  display: block;
  width: 100%;
  height: 436px;
  overflow: hidden;
  max-width: 2880px;
  margin: 0 auto;
}
#sliderHome > .slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#sliderHome article {
  position: relative;
  display: block;
  width: 960px;
  height: 436px;
  float: left;
}
#sliderHome article > header {
  position: absolute;
  bottom: 60px;
  left: 40px;
  z-index: 999;
}
#sliderHome article h1,
#sliderHome article h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  padding: 0 20px;
  float: left;
  clear: both;
}
#sliderHome article h1 {
  font-size: 18px;
  color: #fff;
  background-color: rgba(54, 54, 54, 0.9);
}
#sliderHome article h2 {
  color: #8D8D8D;
  background-color: rgba(255, 255, 255, 0.9);
}
#sliderHome > .in {
  position: absolute;
  width: 960px;
  height: 40px;
  left: 50%;
  bottom: 0;
  margin-left: -480px;
  z-index: 2;
}
#sliderHome > .in > .prev,
#sliderHome > .in > .next {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  bottom: 8px;
  background: url('images/sprite.png') no-repeat -265px 0 #494949;
  cursor: pointer;
}
#sliderHome > .in > .prev:hover,
#sliderHome > .in > .next:hover {
  background-color: #ffa100;
}
#sliderHome > .in .next {
  left: 35px;
  background-position: -290px 0;
}
#sliderHome > .ocult {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  z-index: 2;
}
#sliderHome > .ocult.left {
  left: 0;
}
#sliderHome > .ocult.right {
  right: 0;
}
#sliderHome > .loader {
  display: block;
  background-color: #ffffff;
}
/* Homepage other sliders */
.rs-wrap,
.rs-slider {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  max-height: 436px;
  overflow: hidden;
}
.rs-wrap .description,
.rs-slider .description {
  position: absolute;
  bottom: 60px;
  left: 40px;
  z-index: 999;
  width: 100% !important;
}
.rs-wrap h1,
.rs-slider h1,
.rs-wrap h2,
.rs-slider h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  padding: 0 20px;
  float: left;
  clear: both;
}
.rs-wrap h1,
.rs-slider h1 {
  font-size: 18px;
  color: #fff;
  background-color: rgba(54, 54, 54, 0.9);
}
.rs-wrap h2,
.rs-slider h2 {
  color: #8D8D8D;
  background-color: rgba(255, 255, 255, 0.9);
}
.rs-prev,
.rs-next {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 0;
  margin-top: -23px;
  background: url('images/sprite.png') no-repeat -35px -50px #ffa100;
  z-index: 999;
}
.rs-prev:hover,
.rs-next:hover {
  background-color: #494949;
}
.rs-prev.off,
.rs-next.off {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  cursor: default;
  background-color: #ffa100;
}
.rs-prev li,
.rs-next li {
  list-style: none;
}
.rs-next {
  left: auto;
  right: 0;
  background-position: 0 -50px;
}
#seeTabs {
  display: none;
}
#tabs {
  position: relative;
}
#tabs > ul {
  position: relative;
  z-index: 2;
  float: left;
}
#tabs > ul > li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 127px;
  height: 40px;
  margin: 0 -1px 0 0;
  background-color: #ffa100;
  color: #fff;
  border: 1px solid #ffa100;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  overflow: hidden;
}
#tabs > ul > li:hover {
  background-color: #494949;
  border-color: #494949;
}
#tabs > ul > li.on {
  background-color: #f5f5f5;
  color: #454545;
  border-color: #DDD;
  border-right: 1px solid transparent;
  cursor: default;
}
#tabs > div {
  position: relative;
  z-index: 1;
  float: left;
  width: 790px;
  background-color: #f5f5f5;
  padding: 15px;
  border: 1px solid #DDD;
  display: none;
}
#tabs > div {
  position: relative;
  z-index: 1;
  float: left;
  width: 790px;
  background-color: #f5f5f5;
  padding: 15px;
  border: 1px solid #DDD;
  display: none;
}
#tabs > div > p {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
}
#tabs > div > p img {
  float: left;
  margin: 2px 16px 8px 0;
  border:#CCCCCC solid 1px;
}
#tabs > div.on {
  display: block;
}

/*tables1*/
#tabs1 {
  position: relative;
}
#tabs1 > ul {
  position: relative;
  z-index: 2;
  float: left;
}
#tabs1 > ul > li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 127px;
  height: 40px;
  margin: 0 -1px 0 0;
  background-color: #ffa100;
  color: #fff;
  border: 1px solid #ffa100;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  overflow: hidden;
}
#tabs1 > ul > li:hover {
  background-color: #494949;
  border-color: #494949;
}
#tabs1 > ul > li.on {
  background-color: #f5f5f5;
  color: #454545;
  border-color: #DDD;
  border-right: 1px solid transparent;
  cursor: default;
}
#tabs1 > div {
  position: relative;
  z-index: 1;
  float: left;
  width: 290px;
  background-color: #f5f5f5;
  padding: 15px;
  border: 1px solid #DDD;
  display: none;
}
#tabs1 > div {
  position: relative;
  z-index: 1;
  float: left;
  width: 290px;
  background-color: #f5f5f5;
  padding: 15px;
  border: 1px solid #DDD;
  display: none;
}
#tabs1 > div > p {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
}
#tabs1 > div > p img {
  float: left;
  margin: 2px 16px 8px 0;
  border:#CCCCCC solid 1px;
}
#tabs1 > div.on {
  display: block;
}
/*tables1 close*/
/* Clients Slider */
#clients{
  position: relative;
  display: block;
  width: 961px;
  height: 94px;
}
#clients > .bx-wrapper {
  max-width: 961px !important;
}
#clients li {
  position: relative;
  display: block;
  width: 131px;
  height: 92px;
  float: left;
  list-style: none;
  filter: inherit;
  /*border: 1px solid #DDD;*/
  margin: 0 -25px 0 0;
}
#clients li img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
#clients li img:hover {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}
.sliderNav {
  position: absolute;
  width: 40px;
  height: 20px;
  top: -27px;
  right: 0;
}
.sliderNav .prev,
.sliderNav .next {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #494949;
  float: left;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}
.sliderNav .prev > span,
.sliderNav .next > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('images/sprite.png') no-repeat -315px 0 transparent;
}
.sliderNav .prev:hover,
.sliderNav .next:hover {
  background-color: #333333;
}
.sliderNav .prev.off,
.sliderNav .next.off {
  cursor: default;
  background-color: #666666;
}
.sliderNav .next > span {
  background-position: -340px 0;
}
.sliderNav > .bg {
  position: absolute;
  width: 45px;
  height: 18px;
  top: 4px;
  right: 0;
  background-color: #ffa100;
}
.bx-controls {
  position: absolute;
  width: 45px;
  height: 18px;
  top: -27px;
  right: 0;
  background-color: #ffa100;
}
.bx-controls .bx-prev,
.bx-controls .bx-next {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 2px;
  right: 20px;
  background: url('images/sprite.png') no-repeat -315px 0 #494949;
  float: left;
  z-index: 2;
  cursor: pointer;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
}
.bx-controls .bx-prev > span,
.bx-controls .bx-next > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bx-controls .bx-prev:hover,
.bx-controls .bx-next:hover {
  background-color: #333333;
}
.bx-controls .bx-next {
  background-position: -340px 0;
  right: 0;
}
.bx-controls .bx-pager {
  display: none;
}
.bottomWrap {
  background-color: #f6f6f6;
  padding: 12px 0 40px 0;
}
.bottomWrap .info {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #494949;
  background-color: #f2f2f2;
  padding: 34px 10px;
  margin-top: 40px;
  text-align: center;
  border-top: 1px dotted #d0d0d0;
  border-bottom: 1px dotted #d0d0d0;
}
.forms {
  position: relative;
}
.forms label {
  display: block;
  font-size: 10px;
  line-height: 16px;
  color: #494949;
}
.forms .input1 {
  display: block;
  width: 150px;
  height: 14px;
  border: 1px solid #DDDDDD;
  padding: 4px 5px;
  margin-bottom: 10px;
}
.forms .textarea1 {
  display: block;
  width: 258px;
  height: 110px;
  padding: 4px 5px;
  border: 1px solid #DDDDDD;
  resize: none;
}
.forms .input1,
.forms .textarea1 {
  box-shadow: inset 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.forms > .col1 {
  display: block;
  width: 162px;
  height: auto;
  float: left;
}
.forms > .col2 {
  display: block;
  width: 270px;
  height: auto;
  float: right;
}
.forms > .col2 > .btn3 {
  float: right;
  margin-top: 10px;
}
.forms input.error,
.forms textarea.error,
.forms label.error {
  border-color: red;
  color: red;
}
.forms .loader {
  background-color: #f6f6f6;
}
.forms #msgInfo {
  float: right;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 25px;
  margin: 10px 10px 0 0;
  color: #494949;
}
/* Footer */
.footer {
  position: relative;
  padding: 0 0 20px 0;
}
.footer > .in {
  padding-bottom: 32px;
}
.footer .logo {
  display: block;
  width: 180px;
  height: 46px;
  margin: 24px auto 0 auto;
  background: url('images/logo_footer.png') no-repeat 0 0 transparent;
}
.footer p {
  font-size: 12px;
  line-height: 20px;
  color: #888;
  display: block;
  width: 686px;
  height: auto;
  margin: 22px auto 0 auto;
  text-align: center;
}
.footer nav {
  margin-top: 32px;
}
.footer nav li {
  float: left;
  list-style: none;
  filter: inherit;
  margin: 0 7px;
}
.footer nav li > a {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #494949;
}
.footer nav li > a:hover {
  color: #ffa100;
}
.footer nav li.current > a {
  color: #ffa100;
}
.footer .copyrights {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 5px;
  right: 60px;
  text-align: right;
}
.footer > .btm {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  background-color: #f6f6f6;
}
#goTop {
  position: absolute;
  width: 51px;
  height: 24px;
  bottom: 0;
  right: 0;
  padding-top: 2px;
  font-size: 30px;
  line-height: 26px;
  color: #494949;
  text-align: center;
  background: url('images/sprite.png') no-repeat 0 0 transparent;
  cursor: pointer;
}
#goTop:hover {
  color: #ffa100;
}

.sidebar1 {
  float: left;
  width: 200px;
  margin-top: -6px;
}
/* Sidebar */
.sidebar {
  float: right;
  width: 300px;
  margin-top: -6px;
}
.sidebar > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3F3F3F;
  padding-bottom: 5px;
}
.sidebar .ads,
.sidebar .tabsSide,
.sidebar .list,
.sidebar .tagslist,
.sidebar .testemonials,
.sidebar #newslettForm,
.sidebar .flickr,
.sidebar .toggle {
  margin-bottom: 30px;
}
.sidebar .flickr img {
  width: 50px;
  height: 50px;
}
.sidebar .searchform {
  margin: 0 0 30px 0;
}
.sidebar .searchform input {
  width: 182px;
}
.sidebar #searchSbmt {
  width: 96px;
}
.sidebar.right {
  float: right;
}
.testemonials {
  position: relative;
  width: auto;
  height: 130px;
}
.testemonials .slider {
  position: relative;
  width: 300px;
  height: 202px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.testemonials .sliderNav {
  top: auto;
  bottom: 0;
}
.testemonials ul {
  position: absolute;
  top: 0;
  left: 0;
}
.testemonials li {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 102px;
  display: none;
}
.testemonials blockquote {
  padding-top: 15px;
}
.testemonials p {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  color: #4B4B4B;
  width: 274px;
  height: 48px;
  margin: 0 auto;
  overflow: hidden;
}
.testemonials footer {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #4B4B4B;
  width: 274px;
  height: 16px;
  margin: 0 auto;
  text-align: right;
  padding: 4px 0;
}
#newslettForm {
  position: relative;
  width: 300px;
  height: 36px;
}
#newslettForm #emailNewslettTxt {
  width: 198px;
  height: 12px;
  padding: 11px 10px;
  border: 1px solid #ddd;
  float: left;
  font-size: 12px;
  line-height: 12px;
  color: #6A6A6A;
}
#newslettForm #emailNewslettTxt.error {
  color: red;
}
#newslettForm #newslettSmbt {
  float: left;
  width: 80px;
  height: 36px;
  background-color: #494949;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#newslettForm #newslettSmbt:hover {
  background-color: #ffa100;
}
#newslettForm > .loader {
  background-color: #ffffff;
}
.tabsSide > ul {
  border-left: 1px solid #DDD;
  width: 300px;
}
.tabsSide > ul > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 99px;
  height: 34px;
  border: 1px solid #DDD;
  border-left: 0;
  font-size: 12px;
  line-height: 34px;
  color: #595959;
  text-align: center;
  cursor: pointer;
  background-color: #f7f7f7;
}
.tabsSide > ul > li.on {
  border-top: 2px solid #ffa100;
  border-bottom: 0;
  color: #ffa100;
  background-color: #ffffff;
}
.tabsSide h3 {
  float: left;
  margin: 20px 0 0 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  width: 188px;
  height: 32px;
  overflow: hidden;
}
.tabsSide h3 > a {
  color: #7D7D7D;
}
.tabsSide time {
  position: relative;
  float: left;
  margin: 6px 0 0 20px;
  font-size: 12px;
  line-height: 15px;
  width: 168px;
  height: 15px;
  color: #999;
}
.tabsSide time > i {
  font-size: 15px;
  color: #C5C5C5;
}
.tabsSide figure {
  float: left;
  margin: 16px 0 0 20px;
}
.tabsSide > div {
  display: none;
}
.tabsSide > div > ul {
  list-style: none;
  width: 301px;
}
.tabsSide > div > ul > li {
  width: auto;
  height: 92px;
  border: 1px solid #DDD;
  border-top: 0;
  cursor: pointer;
}
.tabsSide > div > ul > li:hover h3 a {
  color: #ffa100;
}
.tabsSide > div.on {
  display: block;
}
.toggle {
  border: 1px solid #ddd;
  border-bottom: 0;
  list-style: none;
}
.toggle > li {
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
}
.toggle > li > h2 {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  padding: 13px 18px 13px 12px;
  color: #4A4A4A;
  cursor: pointer;
  font-weight: normal;
}
.toggle > li > h2 .hide {
  display: none;
}
.toggle > li > h2 > i {
  margin-right: 6px;
}
.toggle > li p {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
  padding: 0 18px 10px 34px;
}
.toggle > li > div {
  display: none;
}
.toggle > li > div > p {
  display: block;
  padding-bottom: 20px;
}
.toggle > li.on {
  background-color: #ffffff;
}
.toggle > li.on > h2 {
  color: #ffa100;
  font-weight: 700;
}
.toggle > li.on > h2 .show {
  display: none;
}
.toggle > li.on > h2 .hide {
  display: inline-block;
}
.toggle > li.on p,
.toggle > li.on > div {
  display: block;
}
.toggle > li:hover {
  background-color: #ffffff;
}
/* Navigation */
.page-navi {
  position: absolute;
  bottom: 20px;
  right: 0;
  clear: both;
}
.page-navi > ul {
  float: right;
}
.page-navi li {
  float: left;
  list-style: none;
  filter: inherit;
  margin-left: 4px;
}
.page-navi a {
  display: block;
  width: auto;
  height: 26px;
  min-width: 14px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  background-color: #f7f7f7;
  color: #494949;
  border: 1px solid #ddd;
  padding: 0 5px;
}
.page-navi a:hover,
.page-navi a.current {
  color: #fff;
  background-color: #ffa100;
  border-color: #ffa100;
}
.page-navi.left {
  position: relative;
  bottom: auto;
  right: auto;
  padding-top: 15px;
}
.page-navi.left > ul {
  float: none;
}
/* Archive, Contacts and Magazine Grid */
.pageLine {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #f6f6f6;
}
.archive,
.contacts,
.magazine {
  margin-top: -60px;
  padding: 100px 0 40px 0;
}
.archive > h1,
.contacts > h1,
.magazine > h1 {
  position: absolute;
  top: 19px;
  left: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: #494949;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffa100;
}
.archive > .posts,
.contacts > .posts,
.magazine > .posts {
  float: left;
  width: 630px;
  overflow: hidden;
  margin: 0;
}
.archive > .posts > h2,
.contacts > .posts > h2,
.magazine > .posts > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3F3F3F;
  padding-bottom: 8px;
}
.archive > .posts .twocools,
.contacts > .posts .twocools,
.magazine > .posts .twocools {
  width: 656px;
}
.archive > .posts.left,
.contacts > .posts.left,
.magazine > .posts.left {
  float: left;
}
.archive > .posts.full,
.contacts > .posts.full,
.magazine > .posts.full {
  float: none;
  width: 100%;
}
.archive > .posts2,
.contacts > .posts2,
.magazine > .posts2,
.archive > .portfolio,
.contacts > .portfolio,
.magazine > .portfolio {
  width: 960px;
  overflow: hidden;
}
.archive > .posts2 .twocools,
.contacts > .posts2 .twocools,
.magazine > .posts2 .twocools,
.archive > .portfolio .twocools,
.contacts > .portfolio .twocools,
.magazine > .portfolio .twocools {
  width: 1016px;
}
.archive > .onecool,
.contacts > .onecool,
.magazine > .onecool {
  float: left;
  width: 302px;
  margin-left: 29px;
}
.archive > .onecool .block6.size3,
.contacts > .onecool .block6.size3,
.magazine > .onecool .block6.size3 {
  padding-right: 0;
}
.archive > .onecool .page-navi,
.contacts > .onecool .page-navi,
.magazine > .onecool .page-navi {
  width: 100%;
}
.archive > .onecool .page-navi > ul,
.contacts > .onecool .page-navi > ul,
.magazine > .onecool .page-navi > ul {
  float: none;
}
.archive > .portfolio,
.contacts > .portfolio,
.magazine > .portfolio {
  margin-bottom: -30px;
}
.archive .twocools,
.contacts .twocools,
.magazine .twocools {
  margin: 0;
}
.archive .twocools .page-navi,
.contacts .twocools .page-navi,
.magazine .twocools .page-navi {
  left: 0;
  right: auto;
}
.magazine {
  margin-top: 0;
  padding-top: 0;
}
#page_nav {
  display: none;
}
.magazineblog {
  width: auto !important;
  margin: 0 !important;
}
/* Breadcrumbs */
.breadcrumbs {
  position: absolute;
  right: 0;
  top: 21px;
}
.breadcrumbs > li {
  float: left;
  list-style: none;
  filter: inherit;
  font-size: 11px;
  line-height: 17px;
  color: #717171;
  margin-left: 10px;
}
.breadcrumbs > li.sep {
  width: 17px;
  height: 17px;
  background: url('images/sprite.png') no-repeat -55px 0 transparent;
}
/* Single Page */
.single {
  position: relative;
}
.single > header {
  position: relative;
  width: auto;
  height: 42px;
  padding-left: 52px;
  margin-bottom: 20px;
}
.single > header h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18;
  line-height: 22px;
  color: #4E4E4E;
}
.single > header > time {
  position: absolute;
  width: 42px;
  height: 34px;
  top: 0;
  left: 0;
  background-color: #ffa100;
  padding-top: 8px;
}
.single > header > time > span {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  display: block;
}
.single > .featuredImg {
  position: absolute;
  width: 630px;
  height: 180px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.single > .featuredImg > img {
  position: relative;
  display: block;
  z-index: 1;
}
.single > .featuredImg > span {
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #ffa100;
  z-index: 2;
}
.single > p {
  font-size: 12px;
  line-height: 18px;
  color: #7D7D7D;
  padding-bottom: 20px;
}
.single > h2 {
  font-size: 21px;
  line-height: 26px;
}
.single > h3 {
  font-size: 19px;
  line-height: 24px;
}
.single > h4 {
  font-size: 17px;
  line-height: 22px;
}
.single > h5 {
  font-size: 15px;
  line-height: 20px;
}
.single > h6 {
  font-size: 13px;
  line-height: 18px;
}
.single > h2,
.single > h3,
.single > h4,
.single > h5,
.single > h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #4E4E4E;
  padding-bottom: 5px;
}
.single > ul,
.single > ol,
.single .grid ul,
.single .grid ol {
  list-style: square;
  padding-left: 40px;
  padding-bottom: 18px;
}
.single > ul > li,
.single > ol > li,
.single .grid ul > li,
.single .grid ol > li {
  font-size: 13px;
  line-height: 18px;
  color: #7D7D7D;
  padding-bottom: 2px;
}
.single > ul.unstyled,
.single > ol.unstyled,
.single .grid ul.unstyled,
.single .grid ol.unstyled,
.single > ul.toggle,
.single > ol.toggle,
.single .grid ul.toggle,
.single .grid ol.toggle {
  list-style: none;
}
.single > ul.toggle,
.single > ol.toggle,
.single .grid ul.toggle,
.single .grid ol.toggle {
  padding: 0;
}
.single .grid ul,
.single .grid ol {
  padding-left: 0;
}
.single > ol {
  list-style: decimal;
}
.single.hasImage {
  padding-top: 190px;
}
.single > .article-info ul {
  float: right;
  height: 18px;
  margin-top: 10px;
}
.single > .article-info ul > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 18px;
  padding: 0 4px;
  background-color: #f5f5f5;
  font-size: 10px;
  line-height: 18px;
  color: #939393;
  margin-right: 10px;
}
.single .caps1,
.single .caps2 {
  float: left;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  background-color: #ffa100;
  padding: 0 7px;
  margin-right: 4px;
}
.single .caps2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.single .caps3 {
  float: left;
  font-size: 36px;
  line-height: 36px;
  color: #ffa100;
  font-weight: 700;
  margin-right: 4px;
}
.author-bio > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #3F3F3F;
  margin: 30px 0 10px 0;
}
.author-bio > ul {
  position: relative;
  border-left: 1px solid #DDD;
  z-index: 2;
}
.author-bio > ul > li {
  position: relative;
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 34px;
  border: 1px solid #DDD;
  border-left: 0;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  background-color: #f7f7f7;
}
.author-bio > ul > li > a {
  padding: 0 12px 0 38px;
  display: block;
  height: 34px;
  color: #373737;
  font-weight: 700;
}
.author-bio > ul > li > a:hover {
  background-color: #ffffff;
}
.author-bio > ul > li i {
  position: absolute;
  width: 38px;
  height: 34px;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 34px;
  text-indent: 0;
}
.author-bio > ul > li.bio {
  border-top: 2px solid #ffa100;
  border-bottom: 0;
  color: #ffa100;
  background-color: #ffffff;
  padding: 0 12px 0 38px;
}
.author-bio > .description {
  position: relative;
  border: 1px solid #DDD;
  top: -1px;
  z-index: 1;
  padding: 16px;
}
.author-bio > .description > figure {
  width: 95px;
  height: 95px;
  float: left;
  margin-right: 12px;
}
.author-bio > .description > h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.author-bio > .description > h4 {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #ffa100;
  font-style: italic;
  padding-bottom: 6px;
}
.author-bio > .description > p {
  font-size: 12px;
  line-height: 20px;
  color: #7D7D7D;
}
.author-bio .social > span {
  position: absolute;
  width: 26px;
  height: 34px;
  left: 12px;
  top: 0;
  background: url('images/sprite.png') no-repeat -90px -60px transparent;
}
.author-bio .social.icon2 > span {
  background-position: -115px -60px;
}
.author-bio .social.icon3 > span {
  background-position: -140px -60px;
}
.author-bio .social.icon4 > span {
  background-position: -165px -60px;
}
.comments {
  margin-bottom: -40px;
}
.comments ol {
  list-style: none;
}
.comments li {
  position: relative;
  min-height: 74px;
  padding-left: 92px;
  margin-bottom: 40px;
}
.comments li > figure {
  position: absolute;
  top: 0;
  left: 0;
}
.comments li img {
  display: block;
  width: 74px;
  height: 74px;
}
.comments li > .answer {
  position: relative;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0 0 13px 18px;
}
.comments li > ol {
  margin-top: 40px;
}
.comments li h3 {
  font-size: 13px;
  line-height: 13px;
  color: #0F110F;
}
.comments li time {
  font-size: 11px;
  line-height: 11px;
  color: #ffa100;
}
.comments li p {
  font-size: 13px;
  line-height: 16px;
  color: #7D7D7D;
  padding: 5px 0;
}
.comments li .reply {
  position: absolute;
  width: auto;
  height: 20px;
  bottom: -1px;
  right: 0;
  background-color: #696969;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  padding: 0 8px;
}
.comments li .reply:hover {
  background-color: #494949;
}
.comments > h2,
#commentForm > h2,
#contactForm > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  color: #3F3F3F;
  padding: 40px 0 20px 0;
}
#commentForm > .inputsrow,
#contactForm > .inputsrow {
  width: 648px;
  height: auto;
}
#commentForm .inputicon,
#contactForm .inputicon {
  position: relative;
  width: 350px;
  height: 33px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 9px;
  margin-top:10px;
  display: block !important;
}
#commentForm .inputicon > span,
#contactForm .inputicon > span {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -1px;
  left: -1px;
  background: url('images/sprite.png') no-repeat -130px -35px #ffa100;
}
#commentForm .inputicon.icon2 > span,
#contactForm .inputicon.icon2 > span {
  background-position: -160px -35px;
}
#commentForm .inputicon.icon3 > span,
#contactForm .inputicon.icon3 > span {
  background-position: -190px -35px;
}
#commentForm .inputicon > input,
#contactForm .inputicon > input {
  position: absolute;
  width: 148px;
  height: 11px;
  left: 10px;
  top: 10px;
  font-size: 11px;
  line-height: 11px;
  color: #868686;
}
#commentForm .inputicon.error,
#contactForm .inputicon.error {
  border-color: red !important;
}
#commentForm .inputicon.error > input,
#contactForm .inputicon.error > input {
  color: red !important;
}
#commentForm .commenttext,
#contactForm .commenttext {
  position: relative;
  width: 528px;
  height: 140px;
  border: 1px solid #ddd;
  margin-top: 10px;
  display: block !important;
}
#commentForm .commenttext > textarea,
#contactForm .commenttext > textarea {
  position: absolute;
  width: 508px;
  height: 120px;
  top: 10px;
  left: 10px;
  resize: none;
  font-size: 11px;
  line-height: 16px;
  color: #868686;
}
#commentForm .commenttext.error,
#contactForm .commenttext.error {
  border-color: red !important;
}
#commentForm .commenttext.error > textarea,
#contactForm .commenttext.error > textarea {
  color: red !important;
}
.price-table {
  padding: 10px 0 40px 0;
}
.priceUl {
  width: 208px;
  height: auto;
  border: 1px solid #ddd;
  padding: 0 !important;
  background-color: #f5f5f5;
  float: left;
}
.priceUl > li {
  position: relative;
  width: auto;
  height: 40px;
  list-style: none;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  color: #8E8E8E;
}
.priceUl > li.pricehead {
  height: auto;
}
.priceUl > li.bottom {
  height: auto;
  padding: 18px 0;
  border-bottom: 0;
}
.priceUl > li.bottom > a {
  display: block;
  width: 130px;
  height: 50px;
  margin: 0 auto;
  background-color: #494949;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}
.priceUl > li.bottom > a:hover {
  background-color: #ffa100;
}
.priceUl h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  color: #3B3B3B;
  font-weight: bold;
  text-align: left;
  padding: 20px 0 15px 14px;
}
.priceUl p {
  position: absolute;
  top: 20px;
  right: 14px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.priceUl p > sup {
  font-weight: 400;
  font-size: 12px;
}
.priceUl.middle {
  background-color: #ffffff;
  margin: -10px -1px 0 -1px;
  width: 210px;
}
.priceUl.middle li.pricehead {
  background-color: #ffa100;
  border-top: 0;
}
.priceUl.middle li.pricehead h2,
.priceUl.middle li.pricehead p {
  color: #fff;
}
.priceUl.middle li.bottom {
  padding: 36px 0;
}
.priceUl.middle li.bottom > a {
  background-color: #ffa100;
}
.priceUl.middle li.bottom > a:hover {
  background-color: #494949;
}
/* Contact Page */
.mapcont {
  position: relative;
  border-bottom: 10px solid #ffa100;
  margin-bottom: 40px;
  width: 960px;
  height: 390px;
  overflow: hidden;
}
.contact-info {
  position: absolute;
  width: 330px;
  height: auto;
  right: 0;
  bottom: 0;
  padding: 20px;
  min-height: 90px;
}
.contact-info > .col1 {
  position: relative;
  float: left;
  width: 144px;
  z-index: 2;
}
.contact-info > .col2 {
  position: relative;
  float: left;
  width: 166px;
  z-index: 2;
  margin-left: 20px;
}
.contact-info > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
.contact-info h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding-bottom: 10px;
}
.contact-info p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
#mapcont {
  position: relative;
  width: 960px;
  height: 410px;
  z-index: 1;
}
.contacts > .sidebar {
  margin-top: 0;
}
.contacts > .sidebar > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  color: #3F3F3F;
  padding-bottom: 8px;
}
.contacts > .sidebar > p {
  font-size: 12px;
  line-height: 22px;
  color: #818181;
  padding-bottom: 20px;
}
#contactForm {
  position: relative;
}
#contactForm > h2 {
  padding-top: 0;
  padding-bottom: 10px;
}
#contactForm > .loader {
  background-color: #ffffff;
}
#contactForm #msgContact {
  float: right;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 40px;
  margin: 10px 10px 0 0;
  color: #494949;
}
/* Magazine Page */
#magazineSlider {
  position: relative;
  width: 630px;
  height: 300px;
  margin-bottom: 35px;
  overflow: hidden;
}
#magazineSlider > .slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#magazineSlider > .bg {
  position: absolute;
  width: 100%;
  height: 34px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
#magazineSlider > .sliderNav {
  width: 68px;
  height: 34px;
  top: auto;
  bottom: 0;
  z-index: 3;
}
#magazineSlider > .sliderNav2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
}
#magazineSlider > .sliderNav2 > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 14px;
  height: 14px;
  background-color: #494949;
  cursor: pointer;
  margin-right: 5px;
}
#magazineSlider > .sliderNav2 > li.on,
#magazineSlider > .sliderNav2 > li:hover {
  background-color: #ffa100;
}
#magazineSlider .prev,
#magazineSlider .next {
  width: 34px;
  height: 34px;
  float: left;
}
#magazineSlider .prev > span,
#magazineSlider .next > span {
  background-position: -105px -35px;
}
#magazineSlider .prev:hover,
#magazineSlider .next:hover {
  background-color: #ffa100;
}
#magazineSlider .prev.off,
#magazineSlider .next.off {
  background-color: #494949;
}
#magazineSlider .next > span {
  background-position: -80px -35px;
}
#magazineSlider article {
  position: absolute;
  width: 630px;
  height: 300px;
  top: 0;
  left: 0;
  display: none;
}
#magazineSlider article header {
  position: absolute;
  bottom: 60px;
  right: 0;
  padding: 12px 10px 14px 10px;
  max-width: 424px;
}
#magazineSlider article .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 1;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
#magazineSlider article h1,
#magazineSlider article h2 {
  position: relative;
  z-index: 2;
  color: #fff;
}
#magazineSlider article h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
#magazineSlider article h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
/* Team Page */
.team-page .text h1 {
  width: 300px;
}
.team-page .text,
.team-page .text2 {
  width: 695px;
  height: auto;
  position: relative;
  float: right;
}
.team-page .text h1,
.team-page .text h2
{
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #494949;
}
.team-page .text2 h1,
.team-page .text2 h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #494949;
}
.team-page .text > p,
.team-page .text2 > p {
  font-size: 12px;
  line-height: 20px;
  color: #494949;
  padding: 12px 0;
}
.team-page .text > blockquote,
.team-page .text2 > blockquote {
  padding-top: 40px;
}
.team-page .text > blockquote > p,
.team-page .text2 > blockquote > p {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
  color: #494949;
  text-align: center;
}
.team-page .text > blockquote i,
.team-page .text2 > blockquote i {
  color: #ffa100;
  margin: 0 8px;
}
.team-page .social {
  position: absolute;
  top: 0;
  right: 0;
}
.team-page .social > li {
  float: left;
  list-style: none;
  filter: inherit;
  margin-left: 5px;
}
.team-page .social a {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
}
.team-page .social a:hover {
  color: #ffa100;
}
.team-page .img {
  position: relative;
  width: 250px;
  height: auto;
  float: left;
}
.team-page .img > img {
  display: block;
}
.team-page .img > span {
  position: absolute;
  width: 100px;
  height: 10px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #ffa100;
}
.team-page .text2 {
  float: left;
  width: 950px;
  margin-top: 20px;
}
.text2 h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 18px;
  color: #404040;
  text-align: left;
  padding-bottom: 5px;
}
.team-page .text2 p {
  color: #818181;
}
.joinbox {
  float: right;
  width: 250px;
  height: auto;
  padding: 20px;
  background-color: #f5f5f5;
  margin-top: 20px;
}
.joinbox h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  color: #404040;
  text-align: center;
  padding-bottom: 5px;
}
.joinbox p {
  font-size: 12px;
  line-height: 22px;
  color: #818181;
  text-align: center;
  padding-bottom: 10px;
}
.joinbox a {
  display: block;
  width: 140px;
  height: 35px;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #ffa100;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.joinbox a:hover {
  background-color: #494949;
}
.teamList {
  clear: both;
  width: 976px;
  padding-top: 40px;
}
.teamList > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 180px;
  height: 194px;
  margin-right: 15px;
  border-bottom: 5px solid #fff;
  cursor: pointer;
}
.teamList > li > figure {
  position: relative;
  width: 180px;
  height: 160px;
  overflow: hidden;
}
.teamList > li > figure > span {
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #ffa100;
}
.teamList > li > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.teamList > li a {
  color: #494949;
}
.teamList > li:hover {
  background-color: #f5f5f5;
  border-color: #ffa100;
}
.teamList > li:hover figure > span {
  display: none;
}
.teamList > li:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
/* Single Work Page */
.work-page > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #494949;
  padding: 36px 0 6px 0;
  clear: both;
}
.work-page .text {
  width: 230px;
  height: auto;
  float: right;
  margin-top: -5px;
}
.work-page .text h1,
.work-page .text h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #494949;
}

.work-page .text > p,
.work-page .text li {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
  padding: 12px 0;
}
.work-page .text > ul {
  padding: 12px 0 0 16px;
  list-style-image: url('images/li1.gif');
}
.work-page .text li {
  padding: 1px 0;
}
.work-page .text .view {
  margin-top: 40px;
  display: block;
  width: auto;
  height: 40px;
  float: left;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  padding: 0 25px;
  background-color: #ffa100;
}
.work-page .text .view:hover {
  background-color: #494949;
}
#workSlide {
  position: relative;
  width: 716px;
  height: 472px;
  overflow: hidden;
  float: left;
}
#workSlide a,
#workSlide iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#workSlide .prev,
#workSlide .next {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 0;
  margin-top: -23px;
  background: url('images/sprite.png') no-repeat -35px -50px #ffa100;
  cursor: pointer;
  display: none;
}
#workSlide .prev:hover,
#workSlide .next:hover {
  background-color: #494949;
}
#workSlide .prev.off,
#workSlide .next.off {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  cursor: default;
  background-color: #ffa100;
}
#workSlide .next {
  left: auto;
  right: 0;
  background-position: 0 -50px;
}
.fancybox-nav span {
  background: url('images/sprite.png') no-repeat -35px -50px #ffa100;
}
.fancybox-next span {
  background-position: 0 -50px;
}
#workSlide .slider {
  position: absolute;
  left: 0;
  top: 0;
}
#featured {
  position: relative;
  width: 960px;
  height: 262px;
  clear: both;
}
#featured .block7 {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  margin: 0 18px 18px 0;
}
.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.modal > .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  z-index: 1;
}
.modal > .inside {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  box-shadow: 0px 0px 29px rgba(50, 50, 50, 0.75);
}
.modal img {
  display: block;
}
.modal .prev,
.modal .next {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 46px;
  right: -46px;
  background: url('images/sprite.png') no-repeat -35px -50px #494949;
  cursor: pointer;
}
.modal .prev {
  top: 0;
  background-position: 0 -50px;
  background-color: #282828;
}
.modal .prev:hover,
.modal .next:hover {
  background-color: #ffa100;
}
/* 404 Page */
.not-found {
  padding: 50px 0;
}
.not-found > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 88px;
  line-height: 88px;
  text-align: center;
  color: #494949;
  text-transform: uppercase;
}
.not-found > h2 > span {
  background-color: #ffa100;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.not-found > p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #494949;
  margin-top: 20px;
}
.searchform {
  position: relative;
  width: auto;
  height: 36px;
  margin-top: 15px;
}
.searchform input {
  width: 228px;
  height: 12px;
  padding: 11px 10px;
  border: 1px solid #ddd;
  float: left;
  font-size: 12px;
  line-height: 12px;
  color: #6A6A6A;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
}
.searchform input.error {
  color: red;
}
.searchform > div {
  float: left;
  position: relative;
  width: 110px;
  height: 36px;
  background-color: #494949;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
.searchform > div > i {
  padding: 0 10px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
.searchform > div:hover {
  background-color: #ffa100;
}
.searchform > .loader {
  background-color: #ffffff;
}
/* Snippets */
.box {
  position: relative;
  padding: 18px 20px 18px 50px;
  background-color: #c0ecab;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 18px;
}
.box > p {
  font-size: 12px;
  line-height: 16px;
  color: #395F27;
}
.box > .icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 5px;
  left: 5px;
  background: url('images/sprite.png') no-repeat -80px 0 transparent;
}
.box.error {
  background-color: #f58c8b;
}
.box.error > p {
  color: #A41615;
}
.box.error > .icon {
  background-position: -115px 0;
}
.box.warning {
  background-color: #ffe59a;
}
.box.warning > p {
  color: #A47E0D;
}
.box.warning > .icon {
  background-position: -150px 0;
}
.box.general {
  background-color: #acd9e1;
}
.box.general > p {
  color: #394E52;
}
.box.general > .icon {
  background-position: -185px 0;
}
.grid .row > * {
  padding-bottom: 30px;
}
.grid .row div:first-child {
  margin-left: 0;
}
.grid .col1 {
  width: 100%;
}
.grid .col2 {
  width: 49%;
  float: left;
  margin-left: 2%;
}
.grid .col3 {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.grid .col4 {
  width: 22.5%;
  float: left;
  margin-left: 3%;
}
.grid .col5 {
  width: 17%;
  float: left;
  margin-left: 3%;
}
.grid .col6 {
  width: 14%;
  float: left;
  margin-left: 2%;
}
.grid p {
  font-size: 12px;
  line-height: 18px;
  color: #7D7D7D;
}
.grid .col-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #7D7D7D;
}
.grid .title-sitemap {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  background-color: #ffa100;
  padding: 0 12px;
}
.grid ul.list {
  padding: 10px 0 0 25px;
}
.section-search {
  padding: 20px 10px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
.section-search .searchform {
  height: auto;
  margin-top: 0;
}
.section-search h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4E4E4E;
  text-align: left;
  padding-bottom: 8px;
}
/* Isotope CSS */
.isotope {
  position: relative;
  width: 1032px;
  margin-left: -18px;
  min-height: 262px;
  padding-bottom: 50px;
}
.isotope.size2 {
  margin-left: -12px;
}
.isotope.size3 {
  margin-left: -9px;
}
.isotope.size4 {
  margin-left: -6px;
}
#infscr-loading {
  position: absolute;
  width: 480px;
  height: 40px;
  bottom: 5px;
  left: 50%;
  margin-left: -240px;
  background-color: #f5f5f5;
}
#infscr-loading > img {
  display: none !important;
}
#infscr-loading > div {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17;
  line-height: 40px;
  color: #7D7D7D;
  text-align: center;
  font-style: normal !important;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-hidden {
  display: none !important;
}
/*
 *
 * Dark version
 *
 */
.dark {
  background-color: #343434;
}
.dark .wrapper {
  background-color: #343434;
}
.dark .header > .line {
  background-color: #494949;
}
.dark .submenu {
  background-color: #333333;
}
.dark .submenu a {
  color: #fff;
}
.dark .submenu li > span {
  background-color: #4a4a4a;
}
.dark .submenu li:hover > span {
  background-color: #ffa100;
}
.dark .mega-submenu {
  background-color: #343434;
  border-color: #494949 !important;
  border-bottom: 5px solid #ffa100 !important;
}
.dark .mega-submenu li {
  border-color: #494949 !important;
}
.dark .mega-submenu a {
  color: #fff;
}
.dark .mega-submenu h2 {
  color: #fff;
  background-color: #494949;
}
.dark .mega-submenu h3 {
  color: #fff;
}
.dark .mainnav > ul {
  border-color: #494949;
}
.dark .mainnav > ul > li {
  background-color: #343434 !important;
  border-color: #494949 !important;
}
.dark .mainnav > ul > li > a {
  border-color: #494949 !important;
  color: #DFDFDF;
}
.dark .mainnav > ul > li:hover {
  border-color: #666;
}
.dark #sliderHome > .ocult {
  background-color: #333333;
}
.dark #sliderHome .loader,
.dark .forms .loader {
  background: url('images/loader-dark.gif') no-repeat center center #494949;
}
.dark #sliderHome .loader > span,
.dark .forms .loader > span {
  display: none;
}
.dark .forms .loader {
  background-color: #4a4a4a;
}
.dark .block1 h1,
.dark .block2 h1,
.dark .block3 h1,
.dark .block4 h1,
.dark .block5 h1,
.dark .block1 h2,
.dark .block2 h2,
.dark .block3 h2,
.dark .block4 h2,
.dark .block5 h2 {
  color: #fff;
}
.dark #tabs div {
  background-color: #494949;
  border-color: #494949;
}
.dark .block2 {
  background-color: #494949;
}
.dark .block2:hover {
  border-color: #666;
}
.dark .block2:hover .btn2 {
  background-color: #666666;
}
.dark .block4 article,
.dark .block4 li {
  border: 0;
}
.dark .block4 .list li {
  list-style-image: url('images/li2.gif');
}
.dark .btn3:hover {
  background-color: #343434;
}
.dark #tabs li {
  border-color: #494949;
  border-bottom: 0;
}
.dark #tabs li.on {
  background-color: #494949;
  border-color: #494949;
  color: #DFDFDF;
}
.dark #tabs p {
  color: #DFDFDF;
}
.dark #clients li {
  border-color: #494949;
}
.dark .bottomWrap {
  background-color: #4a4a4a;
}
.dark .bottomWrap .info {
  color: #fff;
  border-color: #363636;
  background-color: #3f3f3f;
}
.dark .bottomWrap .list3 i {
  color: #DFDFDF;
}
.dark .bottomWrap a:hover {
  color: #343434;
}
.dark .footer .btm {
  background-color: #4a4a4a;
}
.dark .footer a {
  color: #DFDFDF;
}
.dark #goTop {
  color: #fff;
  background-position: -265px -70px;
}
.dark #goTop:hover {
  color: #ffa100;
}
.dark .forms label,
.dark #msgInfo {
  color: #DFDFDF;
}
.dark .input1,
.dark .textarea1 {
  background-color: #333333;
  border-color: #333;
  color: #DFDFDF;
}
.dark .pageLine {
  background-color: #494949;
}
.dark .header nav p {
  z-index: 0;
}
.dark .header nav p,
.dark .team-page .text p,
.dark .team-page .social a,
.dark .team-page .text h1,
.dark .team-page .text2 p,
.dark .team-page .text2 h2,
.dark .work-page .text p,
.dark .work-page .text h1,
.dark .work-page .text h2,
.dark .work-page .text li,
.dark .work-page h2,
.dark .joinbox h3,
.dark .joinbox p,
.dark .block9 h1 a,
.dark .block9 p,
.dark .section-search h2,
.dark .magazine .posts h2,
.dark .block8 h3 a,
.dark .block8 time,
.dark .contacts > h1,
.dark #contactForm > h2,
.dark #commentForm > h2,
.dark .contacts > .sidebar > p,
.dark .not-found h2,
.dark .not-found p,
.dark .testemonials p,
.dark .testemonials footer,
.dark .tabsSide h3 a,
.dark .tabsSide time,
.dark #msgContact,
.dark .toggle h2,
.dark .toggle p,
.dark .breadcrumbs li,
.dark .filters li > a,
.dark .archive > h1 {
  color: #DFDFDF;
}
.dark .block1 p,
.dark .mainnav > ul > li > p {
  color: #A5A5A5;
}
.dark .block3 p,
.dark .block4 p,
.dark .block4 li,
.dark .footer p,
.dark .block5 p,
.dark .block5 li,
.dark .mega-submenu .description > p {
  color: #D2D2D2;
}
.dark .single h1,
.dark .single h2,
.dark .single h3,
.dark .single h4,
.dark .single h5,
.dark .single h6,
.dark .single p,
.dark .single li,
.dark .single .grid li {
  color: #DFDFDF;
}
.dark .single .answer {
  border-color: #494949;
}
.dark .sidebar > h2 {
  color: #DFDFDF;
}
.dark .sidebar .list li {
  border-color: #494949;
}
.dark .sidebar .list a {
  color: #DFDFDF;
}
.dark .sidebar .list a:hover {
  color: #666;
}
.dark .block6 {
  border-color: #494949;
}
.dark .block6 h1,
.dark .block6 p {
  color: #DFDFDF;
}
.dark .block6 ul li {
  background-color: #4a4a4a;
  color: #DFDFDF;
}
.dark .block6:hover h1 {
  color: #ffa100;
}
.dark .block6:hover .btn4 {
  background-color: #666666;
}
.dark .block7 header {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .block7 h1,
.dark .block7 h2 {
  color: #DFDFDF;
}
.dark .block7:hover header {
  border-color: #ffa100;
}
.dark .block8 {
  border-color: #494949;
}
.dark #infscr-loading {
  background-color: #4a4a4a;
}
.dark #infscr-loading > div {
  color: #DFDFDF;
}
.dark .archive .list li,
.dark .magazine .list li {
  list-style-image: url('images/li3.gif');
}
.dark .team-page .social a:hover {
  color: #ffa100;
}
.dark .joinbox {
  background-color: #4a4a4a;
}
.dark .teamList li {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .teamList li h2 a {
  color: #DFDFDF;
}
.dark .teamList li:hover {
  border-color: #ffa100;
}
.dark .block9 p.category {
  color: #ffa100;
}
.dark .section-search {
  background-color: #4a4a4a;
}
.dark .section-search #searchSbmt {
  background-color: #666666;
}
.dark .section-search #searchSbmt:hover {
  background-color: #ffa100;
}
.dark #contactForm input,
.dark #commentForm input,
.dark #contactForm textarea,
.dark #commentForm textarea,
.dark #contactForm .inputicon,
.dark #commentForm .inputicon,
.dark #contactForm .commenttext,
.dark #commentForm .commenttext {
  color: #DFDFDF;
  background-color: #4a4a4a;
  border-color: #494949;
}
.dark .box p {
  color: #fff;
}
.dark #newslettForm .loader,
.dark #contactForm .loader,
.dark #commentForm .loader {
  background: url('images/loader-dark-2.gif') no-repeat center center #343434;
}
.dark #newslettForm .loader > span,
.dark #contactForm .loader > span,
.dark #commentForm .loader > span {
  display: none;
}
.dark .testemonials .slider,
.dark .tabsSide {
  background-color: #4a4a4a;
}
.dark .tabsSide > ul li {
  background-color: #494949;
  color: #DFDFDF;
}
.dark .tabsSide > ul li.on {
  color: #ffa100;
}
.dark .tabsSide ul,
.dark .tabsSide li {
  border-color: #666;
}
.dark .single .article-info li {
  background-color: #4a4a4a;
  color: #DFDFDF;
}
.dark .author-bio > ul li {
  background-color: #494949;
  color: #DFDFDF;
  border-color: #666;
}
.dark .author-bio > ul li a {
  color: #DFDFDF;
}
.dark .author-bio > ul li a:hover {
  color: #494949;
}
.dark .author-bio > ul li.on {
  color: #ffa100;
}
.dark .author-bio .description {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .page-navi a {
  background-color: #4a4a4a;
  border-color: #666;
  color: #DFDFDF;
}
.dark .page-navi a.current,
.dark .page-navi a:hover {
  background-color: #ffa100;
  border-color: #ffa100;
  color: #fff;
}
.dark .toggle {
  border-color: #666;
}
.dark .toggle li {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .priceUl {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .priceUl li {
  border-color: #666;
}
.dark .priceUl li.bottom a {
  background-color: #666666;
}
.dark .priceUl li.bottom a:hover {
  background-color: #ffa100;
}
.dark .priceUl.middle li.bottom a {
  background-color: #ffa100;
}
.dark .priceUl.middle li.bottom a:hover {
  background-color: #666666;
}
.dark .work-page .text li {
  list-style-image: url('images/li3.gif');
}
.dark .filters > ul {
  border-color: #666;
}
.dark .filters li {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .filters li.current,
.dark .filters li:hover {
  border-bottom: 4px solid #ffa100;
}
.dark.boxed {
  background-color: #585858;
}
/*
 *
 * Styles left box
 *
 */
#stylebox {
  position: fixed;
  display: block;
  width: 340px;
  height: auto;
  top: 130px;
  left: 0;
  z-index: 9999;
}
#stylebox > .title {
  position: relative;
  width: 324px;
  height: 60px;
  padding-left: 16px;
  background-color: #202020;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
#stylebox > .title span {
  position: absolute;
  width: auto;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  top: 2px;
  right: 10px;
  text-align: center;
  cursor: pointer;
}
#stylebox > .controls {
  width: 253px;
  height: auto;
  padding: 20px 16px 30px 16px;
  background-color: #303030;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
#stylebox #boxedBtn,
#stylebox #fullwithBtn {
  width: 118px;
  height: 42px;
  float: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: #212121;
  color: #fff;
}
#stylebox #boxedBtn:hover,
#stylebox #fullwithBtn:hover {
  background-color: #ffa100;
}
#stylebox #boxedBtn.on,
#stylebox #fullwithBtn.on {
  background-color: #ffffff;
  color: #000;
}
#stylebox #boxedBtn {
  margin-right: 15px;
}
#stylebox .colors {
  margin-top: 18px;
  padding: 14px 0 0 2px;
  border-top: 1px dashed #4D4D4D;
  cursor: pointer;
}
#stylebox .colors li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 38px;
  height: 28px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 12px;
  border: 1px solid #ffa100;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
}
#stylebox .colors li.color1 {
  background-color: #ffa100;
}
#stylebox .colors li.color2 {
  background-color: #654521;
  border-color: #654521;
}
#stylebox .colors li.color3 {
  background-color: #03b8df;
  border-color: #03B8DF;
}
#stylebox .colors li.color4 {
  background-color: #05b715;
  border-color: #05B715;
}
#stylebox .colors li.color5 {
  background-color: #b30b33;
  border-color: #B30B33;
  margin-right: 0;
}
#stylebox .colors li.on,
#stylebox .colors li:hover {
  border-color: #fff;
}
#stylebox .colors li:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
/*
 *
 * Media queries for responsive 
 *
 */
@media only screen and (max-width: 960px) {
  #stylebox {
    display: none;
  }
  .header {
    height: 224px;
  }
  .header .logo {
    left: 50%;
    margin-left: -65px;
  }
  .header > .in,
  .header > .moreinfo,
  .header > .moreinfo > .in {
    width: 100%;
  }
  .mainnav {
    text-align: center;
    padding-top: 117px;
  }
  .mainnav > ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
    *display: inline;
    *zoom: 1;
  }
  .container,
  .magazine {
    width: 95%;
    margin: 0 auto;
  }
  .infosCont,
  #clients,
  .inFlow {
    width: 100%;
  }
  #sliderHome {
    width: 100%;
    height: auto;
  }
  #sliderHome article {
    width: auto;
    height: auto;
  }
  #sliderHome article > header {
    bottom: 45px;
    left: 10px;
  }
  #sliderHome article img {
    width: 100%;
    height: auto;
  }
  #sliderHome .in {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .rs-wrap .description {
    bottom: 45px;
    left: 10px;
  }
  .block1 {
    display: inline-block;
    float: none;
    padding-right: 0;
    margin: 0 20px 10px 20px;
  }
  .block3 {
    float: none;
    width: 100%;
  }
  .block4 {
    width: 22%;
  }
  .block4 > article > p {
    width: 65%;
  }
  .block5 {
    width: auto;
  }
  .block5 .col2 {
    float: left;
    margin-left: 20px;
    width: 250px;
  }
  .block5.left {
    border: none;
    float: none;
  }
  .block5.right {
    float: none;
  }
  #tabs > ul {
    float: none;
    bottom: -1px;
  }
  #tabs > ul > li {
    float: left;
    border-bottom: none;
  }
  #tabs > ul > li:nth-last-child(1).on {
    border-right: 1px solid #DDD;
  }
  #tabs > div {
    float: none;
    width: auto;
  }
  .forms .textarea1 {
    width: 238px;
  }
  .bottomWrap .in,
  .footer .in {
    width: 95%;
  }
  .sidebar {
    width: 30%;
    overflow: hidden;
  }
  .sidebar .ads img {
    width: 100%;
    max-width: 300px;
  }
  .sidebar .flickr img {
    width: 25%;
    height: auto;
  }
  .sidebar .searchform input {
    width: 48%;
  }
  .sidebar #searchSbmt {
    width: 40%;
    font-size: 14px;
  }
  .testemonials {
    height: auto;
    padding-bottom: 28px;
  }
  .testemonials .slider,
  .testemonials li,
  .testemonials ul {
    width: 100%;
  }
  .testemonials p,
  .testemonials footer {
    width: 92%;
  }
  #newslettForm {
    width: auto;
    padding-top: 36px;
  }
  #newslettForm #emailNewslettTxt {
    position: absolute;
    top: 0;
    left: 0;
    right: 1px;
    width: auto;
  }
  #newslettForm #newslettSmbt {
    float: none;
    width: auto;
  }
  .tabsSide > ul {
    width: 99%;
  }
  .tabsSide > ul > li {
    float: none;
    width: 100%;
  }
  .tabsSide > div > ul {
    width: 100%;
  }
  .tabsSide figure {
    display: none;
  }
  .archive,
  .magazine {
    width: 95%;
  }
  .archive > .posts,
  .magazine > .posts {
    width: 66%;
    overflow: hidden;
  }
  .archive > .posts .twocools,
  .magazine > .posts .twocools {
    width: 100%;
  }
  .archive .block6,
  .magazine .block6 {
    width: 100%;
  }
  .archive .block6 > figure,
  .magazine .block6 > figure {
    width: 100%;
  }
  .archive .block6.size2,
  .magazine .block6.size2,
  .archive .block6.size4,
  .magazine .block6.size4 {
    padding-left: 0;
  }
  .archive .block6.size3,
  .magazine .block6.size3,
  .archive .block6.size4,
  .magazine .block6.size4 {
    width: 40%;
    padding-right: 0;
  }
  .archive .block6.size3 > figure,
  .magazine .block6.size3 > figure,
  .archive .block6.size4 > figure,
  .magazine .block6.size4 > figure {
    width: 100%;
  }
  .archive .onecool,
  .magazine .onecool {
    width: 30%;
  }
  .archive .onecool .block6,
  .magazine .onecool .block6 {
    width: 100%;
  }
  .archive .portfolio,
  .magazine .portfolio {
    width: 100%;
  }
  .archive #isotope,
  .magazine #isotope {
    width: 100%;
    margin: 0 auto;
  }
  .archive .posts2 .twocools,
  .magazine .posts2 .twocools,
  .archive .posts2,
  .magazine .posts2 {
    width: 100%;
  }
  .archive > .portfolio,
  #isotope {
    width: 100%;
  }
  .single > img,
  .single > figure > img {
    width: 100%;
    height: auto;
  }
  .single .featuredImg {
    width: 100%;
    height: auto;
  }
  .comments li {
    padding-left: 72px;
  }
  .comments li img {
    width: 54px;
    height: 54px;
  }
  #commentForm .inputsrow {
    width: 100%;
  }
  #commentForm .inputicon {
    width: 30%;
  }
  #commentForm .inputicon > input {
    width: 55%;
  }
  #commentForm .commenttext {
    width: 95%;
  }
  #commentForm .commenttext > textarea {
    width: 90%;
  }
  #commentForm .btn5 {
    float: left;
  }
  .mapcont,
  #mapcont {
    width: 100%;
  }
  .contacts {
    width: 95%;
  }
  .contacts .single {
    width: 68%;
  }
  .contacts .sidebar {
    width: 30%;
  }
  .team-page > .text {
    width: 60%;
  }
  .team-page > .img {
    width: 35%;
  }
  .team-page > .img > img {
    width: 100%;
    height: auto;
  }
  .team-page > .text2 {
    width: 55%;
  }
  .teamList {
    width: auto;
  }
  .teamList li {
    display: inline-block;
    float: none;
    padding-right: 0;
    margin: 0 10px 10px 10px;
  }
  .price-table {
    padding-bottom: 10px;
  }
  .priceUl,
  .priceUl.middle {
    float: none;
    width: 99%;
    margin: 0 0 10px 0;
  }
  .work-page > .text {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .work-page > .text .view {
    margin-top: 20px;
  }
  #workSlide {
    width: 100%;
    float: none;
  }
  #workSlide > .slider,
  #workSlide a {
    display: block;
    width: 100%;
  }
  #workSlide img {
    width: 100%;
  }
  #featured {
    width: 100%;
  }
  #featured .block7 {
    width: 227px;
  }
  .magazine .block8 > ul > li {
    width: 100%;
    height: 60px;
    padding: 10px 0;
    background-color: #f7f7f7;
    margin-bottom: 10px;
  }
  .magazine .block8 > ul h3 {
    height: auto;
    max-height: 32px;
  }
  .magazine .block8 > ul time,
  .magazine .block8 > ul h3 {
    width: 60%;
  }
  .magazine .block8 > ul figure {
    margin-left: 10px;
  }
  #magazineSlider {
    width: 100%;
  }
  #magazineSlider img,
  #magazineSlider article,
  #magazineSlider .slider {
    width: 100%;
    height: auto;
  }
  #magazineSlider article header {
    bottom: 40px;
  }
  .page-navi {
    bottom: 0;
  }
  .block9 figure {
    width: 23%;
    height: auto;
    margin-right: 2%;
  }
  .block9 img {
    width: 100%;
  }
  .block9 .text {
    width: 75%;
  }
}
@media only screen and (max-width: 880px) {
  .bottomWrap {
    padding-top: 0;
  }
  .block4 {
    float: none;
    width: 100%;
    padding-top: 30px;
  }
  .block4 > article > p {
    width: 84%;
  }
  .info {
    margin-top: 30px;
  }
  .block5.right,
  .block5.left {
    margin-top: 0;
    padding-top: 30px;
    clear: both;
    padding-left: 0;
  }
  .author-bio > ul > li > a {
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0 0 38px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 701px) {
  #contactForm .inputsrow {
    width: 100%;
  }
  #contactForm .inputicon {
    width: 30%;
  }
  #contactForm .inputicon > input {
    width: 55%;
  }
  #contactForm .commenttext {
    width: 95%;
  }
  #contactForm .commenttext > textarea {
    width: 90%;
  }
  #contactForm .btn5 {
    float: left;
  }
}
@media only screen and (max-width: 700px) {
  .header {
    height: auto;
  }
  .header > .line {
    top: 107px;
    bottom: auto;
  }
  #navBtn {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    position: relative;
    display: block;
    width: auto;
    height: 40px;
    padding: 0 20px;
    background-color: #ffa100;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
  }
  #navBtn > .icon {
    position: absolute;
    width: 28px;
    height: 40px;
    top: 0;
    right: 20px;
    background: url('images/sprite.png') no-repeat -230px 0 transparent;
  }
  #navBtn:hover,
  #navBtn.on {
    background-color: #494949;
  }
  .mainnav {
    position: relative;
    width: 95%;
    height: 60px;
    margin: 0 auto;
    padding-top: 136px;
  }
  .mainnav > ul {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 176px;
    left: 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .mainnav > ul > li {
    position: relative;
    border: 1px solid #f6f6f6;
    float: none;
    width: auto;
    height: auto;
    background-color: #ffffff;
  }
  .mainnav > ul > li > a {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #ADADAD;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    padding: 6px 7px;
  }
  .mainnav > ul > li > p {
    display: none;
  }
  .mainnav > ul > li:hover,
  .mainnav > ul > li.current {
    border-color: #f6f6f6;
  }
  .mainnav > ul > li:hover > a,
  .mainnav > ul > li.current > a {
    color: #ffa100;
  }
  .submenu,
  .mega-submenu {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
    border-bottom: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .submenu li,
  .mega-submenu li {
    border-top: 1px solid #f6f6f6;
    padding: 0 20px;
  }
  .submenu li a,
  .mega-submenu li a {
    font-size: 12px;
    padding: 8px 0;
    max-width: 100%;
  }
  .submenu li > span,
  .mega-submenu li > span {
    display: none;
  }
  .mega-submenu {
    width: auto;
  }
  .mega-submenu h2,
  .mega-submenu h3,
  .mega-submenu p {
    display: none;
  }
  .mega-submenu ul,
  .mega-submenu li {
    float: none;
    width: auto;
    height: auto;
  }
  .dark .submenu li,
  .dark .mega-submenu li {
    border-color: #494949;
  }
  .breadcrumbs {
    position: relative;
    top: auto;
    right: auto;
    padding-bottom: 20px;
    margin-left: -10px;
  }
  .archive,
  .contacts {
    padding-top: 80px;
  }
  .contacts .single,
  .contacts .sidebar {
    float: none !important;
    width: 630px;
    margin: 0 auto;
  }
  .contacts .sidebar {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .team-page > .text,
  .team-page > .text2 {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .team-page > .img {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .team-page > .img > img {
    width: 100%;
    height: auto;
  }
  .team-page .joinbox {
    width: auto;
    float: none;
  }
  .archive > .sidebar,
  .magazine > .sidebar,
  .archive > .posts.left,
  .magazine > .posts.left {
    width: 100%;
    float: none;
  }
  .archive > .posts,
  .magazine > .posts {
    width: 100%;
    padding-bottom: 40px;
    float: none;
  }
  .archive .onecool,
  .magazine .onecool {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .sidebar {
    margin-top: 10px;
  }
  .sidebar .ads {
    width: 300px;
    margin: 0 auto;
  }
  .sidebar .flickr img {
    width: 10%;
    height: auto;
  }
  .sidebar .searchform input {
    width: 60%;
  }
  .sidebar #searchSbmt {
    width: 30%;
    font-size: 16px;
  }
  .tabsSide > ul > li {
    float: left;
    width: 33%;
  }
  .tabsSide > div {
    border-top: 1px solid #ddd;
    margin-top: -1px;
  }
  .tabsSide figure {
    display: block;
  }
  .tabsSide h3 {
    width: 60%;
  }
  #newslettForm {
    width: auto;
    padding-top: 0;
  }
  #newslettForm #emailNewslettTxt {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 70%;
  }
  #newslettForm #newslettSmbt {
    float: left;
    width: 22%;
  }
  .block6 {
    width: 100%;
    padding-bottom: 20px;
    margin: 20px 0 0 0;
  }
  .block6.size2,
  .block6.size3,
  .block6.size4 {
    width: 100% !important;
    padding-right: 0;
  }
  .block6.size3,
  .block6.size4 {
    margin-left: 0 ! important;
    margin-right: 0 ! important;
  }
  .grid .col1,
  .grid .col2,
  .grid .col3,
  .grid .col4,
  .grid .col5,
  .grid .col6 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .block9 figure,
  .block9 img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
  }
  .block9 .text {
    float: none;
    width: auto;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 660px) {
  #seeTabs {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: block;
    width: auto;
    height: 40px;
    padding: 0 20px;
    background-color: #494949;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
  }
  #seeTabs > .icon {
    position: absolute;
    width: 28px;
    height: 40px;
    top: 0;
    right: 20px;
    background: url('images/sprite.png') no-repeat -230px 0 transparent;
  }
  #seeTabs:hover,
  #seeTabs.on {
    background-color: #666666;
  }
  #tabs > ul {
    display: none;
  }
  #tabs > ul > li {
    float: none;
    border: 0;
    width: auto;
  }
  .footer p {
    width: 100%;
  }
  .contacts .single {
    width: 100%;
  }
  #contactForm .inputsrow {
    width: 100%;
  }
  #contactForm .inputicon {
    width: 99%;
    float: none;
    margin-bottom: 10px;
  }
  #contactForm .inputicon > input {
    width: 82%;
  }
  #contactForm .commenttext {
    width: 99%;
  }
  #contactForm .commenttext > textarea {
    width: 94%;
  }
  .block7 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .block7 > figure {
    width: 100%;
    height: auto;
  }
  .block7 > figure > img {
    width: 100%;
  }
  .rs-wrap .description {
    bottom: 20px;
  }
}
@media only screen and (max-width: 560px) {
  #sliderHome article h1,
  #sliderHome article h2 {
    font-size: 15px;
    line-height: 30px;
    padding: 0 8px;
  }
  .rs-wrap .description h1,
  .rs-wrap .description h2 {
    font-size: 15px;
    line-height: 30px;
    padding: 0 8px;
  }
  .block5 .col1,
  .block5 .col2 {
    margin-left: 0;
    float: none;
  }
  .block1 {
    margin: 0 10px 10px 10px;
  }
  .archive .block6.size2 {
    width: 302px;
    padding: 192px 0 30px 0px;
    margin: 0 auto;
  }
  .not-found > h2 {
    font-size: 68px;
    line-height: 68px;
  }
  .not-found > p {
    font-size: 20px;
    line-height: 28px;
  }
  .block2 {
    padding: 0 20px 70px 20px;
    border-top: 2px solid #ffa100;
  }
  .block2 .btn2 {
    top: auto;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
}
@media only screen and (max-width: 460px) {
  .contacts .single {
    width: 98%;
  }
  #commentForm .inputsrow {
    width: 100%;
  }
  #commentForm .inputicon {
    width: 99%;
    float: none;
    margin-bottom: 10px;
  }
  #commentForm .inputicon > input {
    width: 82%;
  }
  #commentForm .commenttext {
    width: 99%;
  }
  #commentForm .commenttext > textarea {
    width: 94%;
  }
  .archive > h1,
  .contacts > h1,
  .magazine > h1 {
    font-size: 20px;
  }
  .block7.size2,
  .block7.size3,
  .block7.size4 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .block7.size2 > figure,
  .block7.size3 > figure,
  .block7.size4 > figure {
    width: 100%;
    height: auto;
  }
  .block7.size2 > figure > img,
  .block7.size3 > figure > img,
  .block7.size4 > figure > img {
    width: 100%;
  }
  #infoForm > .col1,
  #infoForm > .col2 {
    width: 100%;
  }
  #infoForm input,
  #infoForm textarea {
    width: 98%;
    padding: 4px 1%;
  }
  .team-page .social {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: -10px;
  }
  .team-page .social > li {
    margin: 0 5px 0 0;
  }
  .not-found {
    padding: 0;
  }
  .not-found > h2 {
    font-size: 58px;
    line-height: 58px;
  }
  .not-found > p {
    font-size: 18px;
    line-height: 26px;
  }
  .searchform {
    display: block;
  }
  .searchform input {
    width: 59%;
  }
  .searchform > div {
    width: 34%;
  }
  .rs-prev,
  .rs-next {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  #sliderHome article h1,
  #sliderHome article h2 {
    font-size: 13px;
    line-height: 20px;
  }
  .rs-wrap .description h1,
  .rs-wrap .description h2 {
    font-size: 13px;
    line-height: 20px;
  }
  .block4 > article > p {
    width: 80%;
  }
  .sidebar .ads,
  .sidebar .ads img {
    width: 100%;
    max-width: 300px;
  }
  .contact-info {
    width: 100%;
    left: 0;
    right: auto;
  }
  .contact-info > .col1,
  .contact-info > .col2 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .searchform {
    display: block;
  }
  .searchform input {
    width: 56%;
  }
  .searchform > div {
    width: 34%;
  }
}



/*---------------------*/
/* Leave a Comment */
div.post-leave-comment {
	margin-top: 25px;
	padding-top: 45px;
}

div.post-leave-comment h3 {
	margin: 0 0 40px;
}
/* Block */
div.post-block {
	border-top: none;
	margin: 15px 0 0 20px;
	padding: 20px 0 15px 0;
}

div.post-block h3 {
	font-size: 1.8em;
	font-weight: 200;
	margin: 0 0 20px;
	text-transform: none;
}

div.post-block h3 i {
	margin-right: 7px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
.span4 {
  width: 300px;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 306px;
}
.span8 {
  width: 320px;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 304px;
  margin-left: 0;
}
/*control group*/

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
/*control group end*/

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
/*input text*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 306px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/*btn group*/
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}


.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0088CC;
  background-image: -moz-linear-gradient(top, #0088CC, #0088CC);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088CC), to(#0088CC));
  background-image: -webkit-linear-gradient(top, #0088CC, #0088CC);
  background-image: -o-linear-gradient(top, #0088CC, #0088CC);
  background-image: linear-gradient(to bottom, #0088CC, #0088CC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff666666', GradientType=0);
  border-color: #0088CC #0088CC #404040;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088CC;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0088CC;
  *background-color: #595959;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #4d4d4d \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #666666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #404040;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #666666;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
