/*Helvetica Neue", Helvetica, Arial, sans-serif;*/

/*
@border-radius-base:				4px;
@border-radius-large:				6px;
@border-radius-small:				3px;
*/

/*
* Webme Clean Resume - HTML
* Copyright 2014, Ararazu
* www.ararazu.com
*/

/* Table of Contents
==================================================
	#Variables
	#Mixins
	#Classes
	#Colors


/* Variables
================================================== */

/* Colors */

/* Margins */

/* Mixins
================================================== */

.noRounded {
  -o-border-radius: 0;
  border-radius: 0;
}

.noAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.noShadow {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* Classes
================================================== */

.clear {
  clear: both;
  height: 0;
  max-height: none;
  min-height: none;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normalText {
  text-transform: none;
}

.pointer {
  cursor: pointer;
}

.center {
  text-align: center;
}

.margintop {
  margin-top: 60px;
}

.marginright {
  margin-right: 60px;
}

.marginbottom {
  margin-bottom: 60px;
}

.marginleft {
  margin-left: 60px;
}

.mb-15 {
  margin-bottom: 15px;
}

.nomarginall {
  margin: 0;
}

.nomargintop {
  margin-top: 0;
}

.nomarginright {
  margin-right: 0;
}

.nomarginbottom {
  margin-bottom: 0;
}

.nomarginleft {
  margin-left: 0;
}

.nopaddingall {
  padding: 0;
}

.nopaddingtop {
  padding-top: 0;
}

.nopaddingright {
  padding-right: 0;
}

.nopaddingbottom {
  padding-bottom: 0;
}

.nopaddingleft {
  padding-left: 0;
}

.nobordergall {
  border: 0;
}

.nobordertop {
  border-top: 0;
}

.noborderright {
  border-right: 0;
}

.noborderbottom {
  border-bottom: 0;
}

.noborderleft {
  border-left: 0;
}

/* Colors
================================================== */

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.bg-color1 {
  background: #4499ee;
}

.bg-color2 {
  background: #7744bb;
}

.color1 {
  color: #4499ee;
}

.color2 {
  color: #7744bb;
}

.bg-gray1 {
  background: #f6f6f6;
}

.bg-gray2 {
  background: #cccccc;
}

.bg-gray3 {
  background: #999999;
}

.bg-gray4 {
  background: #666666;
}

.bg-gray5 {
  background: #333333;
}

.gray1 {
  color: #f6f6f6;
}

.gray2 {
  color: #cccccc;
}

.gray3 {
  color: #999999;
}

.gray4 {
  color: #666666;
}

.gray5 {
  color: #333333;
}

body {
  background: url('../img/bg/1.jpg') fixed top center repeat;
}

body.bg-1 {
  background: url('../img/bg/1.jpg') fixed top center repeat;
}

body.bg-2 {
  background: url('../img/bg/2.jpg') fixed top center repeat;
}

body.bg-3 {
  background: url('../img/bg/3.jpg') fixed top center repeat;
}

body.bg-4 {
  background: url('../img/bg/4.jpg') fixed top center repeat;
}

body.bg-5 {
  background: url('../img/bg/5.jpg') fixed top center repeat;
}

body.bg-6 {
  background: url('../img/bg/6.jpg') fixed top center repeat;
}

body.bg-7 {
  background: url('../img/bg/7.jpg') fixed top center repeat;
}

body.bg-8 {
  background: url('../img/bg/8.jpg') fixed top center repeat;
}

body.bg-9 {
  background: url('../img/bg/9.jpg') fixed top center repeat;
}

body.bg-10 {
  background: url('../img/bg/10.jpg') fixed top center repeat;
}

/* Animations */

@-webkit-keyframes loadingShake {
  0% {
    padding-bottom: 100px;
  }

  50% {
    padding-bottom: 80px;
  }

  100% {
    padding-bottom: 100px;
  }
}

@keyframes loadingShake {
  0% {
    padding-bottom: 100px;
  }

  50% {
    padding-bottom: 80px;
  }

  100% {
    padding-bottom: 100px;
  }
}

@-webkit-keyframes animateIcon {
  0% {
    padding-bottom: 100px;
  }

  50% {
    padding-bottom: 80px;
  }

  100% {
    padding-bottom: 100px;
  }
}

/* Parallax Images */

.element-l,
.element-r {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  position: fixed;
}

.element-l.elem-1,
.element-r.elem-1 {
  background: url('../img/elements/1.png') 0 0 no-repeat;
  width: 130px;
  height: 155px;
  max-height: none;
  min-height: none;
  z-index: -1;
}

.element-l.elem-2,
.element-r.elem-2 {
  background: url('../img/elements/2.png') 0 0 no-repeat;
  width: 200px;
  height: 199px;
  max-height: none;
  min-height: none;
  z-index: -2;
}

.element-l.elem-3,
.element-r.elem-3 {
  background: url('../img/elements/3.png') 0 0 no-repeat;
  width: 200px;
  height: 234px;
  max-height: none;
  min-height: none;
  z-index: -3;
}

.element-l.elem-4,
.element-r.elem-4 {
  background: url('../img/elements/4.png') 0 0 no-repeat;
  width: 250px;
  height: 223px;
  max-height: none;
  min-height: none;
  z-index: -4;
}

.element-l.elem-5,
.element-r.elem-5 {
  background: url('../img/elements/5.png') 0 0 no-repeat;
  width: 180px;
  height: 115px;
  max-height: none;
  min-height: none;
  z-index: -5;
}

.element-l.elem-6,
.element-r.elem-6 {
  background: url('../img/elements/6.png') 0 0 no-repeat;
  width: 200px;
  height: 146px;
  max-height: none;
  min-height: none;
  z-index: -6;
}

.element-l.elem-7,
.element-r.elem-7 {
  background: url('../img/elements/7.png') 0 0 no-repeat;
  width: 189px;
  height: 90px;
  max-height: none;
  min-height: none;
  z-index: -7;
}

.element-l.elem-8,
.element-r.elem-8 {
  background: url('../img/elements/8.png') 0 0 no-repeat;
  width: 80px;
  height: 214px;
  max-height: none;
  min-height: none;
  z-index: -8;
}

.element-l.elem-9,
.element-r.elem-9 {
  background: url('../img/elements/9.png') 0 0 no-repeat;
  width: 148px;
  height: 169px;
  max-height: none;
  min-height: none;
  z-index: -9;
}

.element-l.elem-10,
.element-r.elem-10 {
  background: url('../img/elements/10.png') 0 0 no-repeat;
  width: 123px;
  height: 118px;
  max-height: none;
  min-height: none;
  z-index: -10;
}

.element-l.elem-11,
.element-r.elem-11 {
  background: url('../img/elements/11.png') 0 0 no-repeat;
  width: 50px;
  height: 188px;
  max-height: none;
  min-height: none;
  z-index: -11;
}

.element-l.elem-12,
.element-r.elem-12 {
  background: url('../img/elements/12.png') 0 0 no-repeat;
  width: 120px;
  height: 120px;
  max-height: none;
  min-height: none;
  z-index: -12;
}

.loading {
  margin: 0;
  padding: 0;
  border: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: none;
  text-align: center;
  position: fixed;
  display: table;
  z-index: 9999;
  top: 0;
  left: 0;
}

.loading span {
  animation: loadingShake 1.6s infinite;
  -webkit-animation: loadingShake 1.6s infinite;
  text-align: center;
  margin: 0;
  padding: 0 0 90px 0;
  border: 0;
  font-size: 14px;
  text-transform: none;
  color: #666666;
  background: #ffffff url('../img/loading.gif') center center no-repeat;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  visibility: visible;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: none;
  display: table-cell;
  vertical-align: middle;
}

.page {
  background: #ffffff;
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.separator {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  height: 60px;
  max-height: none;
  min-height: none;
}

a.btn {
  font-style: italic;
  font-size: 0.75em;
  font-weight: 300;
}

a.btn.btn-link {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

#top {
  margin-top: 60px;
}

#mainmenu {
  margin: 0;
  padding: 17px 0 0 0;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

#mainmenu.fixedMenu {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 6px 0 0 0;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
}

#mainmenu .container {
  padding: 0;
}

#mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

#mainmenu ul li {
  margin: 0;
  padding: 0;
  border: 0;
  margin-right: 8px;
  height: 43px;
  max-height: none;
  min-height: none;
  line-height: 40px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

#mainmenu ul li a {
  background: #ffffff;
  color: #999999;
  margin: 0;
  padding: 8px 19px 5px 19px;
  border: 0;
  border-bottom: 2px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:focus {
  border-color: #4499ee;
}

#mainmenu ul li a:active,
#mainmenu ul li a.active {
  background: #4499ee;
  color: #ffffff;
  border-color: #157fea;
}

#mainmenu ul li .tooltip {
  font-weight: normal;
  text-transform: none;
}

ul#social {
  text-align: right;
}

ul#social li {
  margin-left: 8px;
  margin-right: 0;
}

ul#social li a {
  width: 32px;
  height: 32px;
  max-height: none;
  min-height: none;
  line-height: 32px;
  padding: 0;
  text-align: center;
  font-size: 18px;
  display: inline-block;
}

ul#social li a:hover,
ul#social li a:focus {
  background: #666666;
  color: #ffffff;
  border-color: #333333;
}

ul#social li a:active,
ul#social li a.active {
  background: #4499ee;
  color: #ffffff;
  border-color: #157fea;
}

/* Top Bar */

#top-bar {
  background: #4499ee;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  padding: 20px 0 10px 0;
  border: 0;
  border-bottom: 8px solid #ffffff;
  font-size: 18px;
}

/* Header */

#header {
  margin: 0;
  padding: 0;
  border: 0;
  background: #4499ee url('../img/bg/header-pattern.png') 0 0 repeat;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#header hgroup {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#header.openHeader {
  margin: 0;
  padding: 44px 0 30px 0;
  border: 0;
}

#header.openHeader hgroup {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#header .triangle {
  width: 0px;
  height: 0px;
  max-height: none;
  min-height: none;
  margin: 0 0 0 -26px;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
  position: absolute;
  top: -8px;
  left: 50%;
  border-style: solid;
  border-width: 26px 26.5px 0 26.5px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 1;
}

#header .triangle:after {
  content: "";
  width: 0px;
  height: 0px;
  max-height: none;
  min-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
  position: absolute;
  top: -26px;
  left: -15px;
  border-style: solid;
  border-width: 15px 15.5px 0 15.5px;
  border-color: #4499ee transparent transparent transparent;
  z-index: 2;
}

#header h1 {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 86px;
  font-size: 86px;
  font-weight: 300;
  color: #ffffff;
}

#header h2 {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 26px;
  font-size: 26px;
  font-weight: 300;
  color: #ffffff;
}

#mainbody,
#sidebar {
  margin-top: 15px;
}

.title-box {
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 50px;
  border-bottom: 1px solid #4499ee;
}

.title-box.first {
  margin-top: 0px;
}

.title-box .title {
  margin: 0;
  padding: 15px 0 0 0;
  color: #4499ee;
  font-size: 25px;
  font-weight: 600;
  line-height: 49px;
  text-transform: uppercase;
}

.title-box .title .icon {
  width: 50px;
  height: 50px;
  max-height: none;
  min-height: none;
  font-size: 27px;
  line-height: 50px;
  padding: 0;
  margin-right: 15px;
  text-align: center;
  background: #4499ee;
  color: #ffffff;
  float: left;
  vertical-align: top;
}

.title-box .title .icon i {
  background: none;
}

.details {
  color: #666666;
  margin: 0 0 0 0px;
  padding: 15px 0 0 0;
  border: 0;
}

.details .subtitle {
  margin: 11px 0 13px 0;
  padding: 0;
  border: 0;
  color: #4499ee;
  font-weight: bold;
}

.details .borderRight {
  border-right: 1px solid #cccccc;
}

@media (max-width: 992px) {
  .details .borderRight {
    border-right: 0;
  }
}

.details ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.details ul li {
  margin: 0;
  padding: 0 0 5px 0;
  border: 0;
  font-size: 18px;
  font-weight: 300;
}

.details ul li p {
  margin: 18px 0 0 0;
  padding: 0;
  border: 0;
  line-height: 0.9em;
}

.details ul li.last,
.details ul li:last-child {
  padding-bottom: 10px;
}

.details ul.striped li {
  margin: 0;
  padding: 0 0 19px 0;
  border: 0;
}

.details .skills {
  float: right;
}

.details .skills .bullet {
  background: #cccccc;
  margin: 0 3px 2px 0;
  padding: 0;
  border: 0;
  width: 9px;
  height: 9px;
  max-height: none;
  min-height: none;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
}

.details .skills .bullet.active {
  background: #4499ee;
}

.details p {
  margin: 9px 0 0 15px;
  padding: 0;
  border: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.21em;
}

.details p .small {
  line-height: 0.8em;
}

.box {
  height: auto;
  max-height: auto;
  min-height: 215px;
  margin: 15px 0 0 0;
  padding: 0 15px;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.box .title-box {
  margin-top: 0px;
}

.box.first {
  margin-top: 0;
}

@media (max-width: 992px) {
  .box.first {
    margin-top: 15px;
  }
}

#sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#sidebar .title-box {
  border-color: #7744bb;
}

#sidebar .title-box .title {
  color: #7744bb;
}

#sidebar .title-box .title .icon {
  background: #7744bb;
}

#sidebar .details {
  color: #666666;
  margin: 0;
  padding: 0;
  border: 0;
}

#sidebar .details p {
  margin: 26px 0 15px 0;
  padding: 0;
  border: 0;
  line-height: 1em;
  font-size: 24px;
  font-weight: 300;
}

#sidebar .details p.additional {
  margin: -11px 0 15px 0;
  padding: 0;
  border: 0;
}

#sidebar a {
  color: #7744bb;
}

.pageNumber {
  margin: 60px 0 0 0;
  padding: 17px 0 4px 0;
  border: 0;
  width: 100%;
  background: #4499ee;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1em;
}

.pageNumber.nomarginall {
  margin: 0;
}

.copyright {
  color: #666666;
  margin: 0 0 40px 0;
  padding: 5px 0;
  border: 0;
}

#portfolio #options {
  margin: 0;
  padding: 0;
  border: 0;
}

#portfolio .option-combo {
  margin: 0;
  padding: 0;
  border: 0;
  height: auto;
  max-height: none;
  min-height: none;
}

#portfolio .option-set {
  margin: 0;
  padding: 0;
  border: 0;
}

#portfolio .option-set li {
  margin: 0;
  padding: 0;
  border: 0;
}

#portfolio .option-set li a {
  margin: 0 0 10px 10px;
  padding: 8px 12px;
  border: 0;
  font-size: 14px;
  background: #fefefe;
  color: #999999;
  text-shadow: none;
  text-align: center;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -o-border-radius: 0;
  border-radius: 0;
}

#portfolio .option-set li a:hover,
#portfolio .option-set li a:focus {
  background: #f6f6f6;
  color: #666666;
}

#portfolio .option-set li a:active {
  background: #4499ee;
  color: #ffffff;
}

#portfolio .option-set li a.selected {
  background: #4499ee;
  color: #ffffff;
}

.next-block {
  margin: 50px 0 0 0;
  padding: 0;
  border: 0;
}

.work {
  background: #f6f6f6;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  overflow: hidden;
  position: relative;
  display: table;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  -o-touch-callout: none;
  touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.work.go {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.work .mask {
  background: #4499ee;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  position: absolute;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  z-index: 4;
}

.work .mask .content {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  max-height: none;
  min-height: none;
  display: table;
  vertical-align: middle;
}

.work .mask .content .align {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: rotate(0deg) scale(0.2);
  -ms-transform: rotate(0deg) scale(0.2);
  transform: rotate(0deg) scale(0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work .mask .content .align .title-work {
  margin: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work .mask .content .align .options {
  margin: 30px 0 0 0;
  padding: 0;
  border: 0;
  height: 50px;
  max-height: none;
  min-height: none;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work .mask .content .align .options a {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff;
  color: #4499ee;
  margin: 0 5px 5px 0;
  padding: 0;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  max-height: none;
  min-height: none;
  line-height: 50px;
  font-size: 21px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-table;
}

.work .mask .content .align .options a i {
  display: table-cell;
  vertical-align: middle;
}

.work .mask .content .align .options a:hover,
.work .mask .content .align .options a:focus {
  background: #7744bb;
  border-color: #7744bb;
  color: #ffffff;
}

.work img {
  background: #f6f6f6;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.work p {
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  margin: auto;
  padding: 0 20px;
  border: 0;
  text-align: left;
}

.work:hover img,
.work:focus img {
  -webkit-transform: rotate(10deg) scale(1.4);
  -ms-transform: rotate(10deg) scale(1.4);
  transform: rotate(10deg) scale(1.4);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.work:hover .mask,
.work:focus .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.work:hover .mask .content .align,
.work:focus .mask .content .align {
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.work:hover .mask .content .title-work,
.work:focus .mask .content .title-work {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.work:hover .mask .content .options,
.work:focus .mask .content .options {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  margin: 15px 0 0 0;
  padding: 0;
  border: 0;
}

.work:hover p,
.work:focus p {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#contact-photo {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: none;
}

label {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  color: #7744bb;
}

label.error {
  background: #f2dede;
  color: #c77070;
  width: auto;
  margin: 2px 0 0 0;
  padding: 8px 12px;
  border: 0;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  font-size: 12px;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -42px;
  right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

label.error:after {
  content: "";
  background: #f2dede;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  max-height: none;
  min-height: none;
  margin-left: -5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
}

.return-message {
  background: #d9edf7;
  color: #309dd4;
  margin: 15px 0 0 0;
  padding: 0;
  border: 0;
  display: none;
  float: none;
  font-size: 16px;
}

.return-message p {
  margin: 0;
  padding: 10px;
  border: 0;
  color: #309dd4;
}

.return-message p.success {
  color: #67b646;
}

.return-message p.error {
  color: #b84c4c;
}

.return-message p i {
  margin-right: 5px;
  height: 14px;
  max-height: none;
  min-height: none;
}

label {
  font-weight: normal;
}

#map {
  width: 100%;
  height: 700px;
  max-height: none;
  min-height: none;
}

@media (max-width: 992px) {
  #map {
    height: 300px;
    max-height: none;
    min-height: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  max-height: none;
  min-height: none;
}

img.smallscreen {
  display: none;
}

@media (max-width: 992px) {
  img.smallscreen {
    display: inherit;
  }
}

img.largescreen {
  display: inherit;
}

@media (max-width: 992px) {
  img.largescreen {
    display: none;
  }
}

@media (max-width: 992px) {
  #mainmenu {
    padding-top: 0;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    min-height: 42px;
  }

  #mainmenu.fixedMenu {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    min-height: 42px;
  }
}

#mainmenu a#mobile-nav-button,
#mainmenu a#mobile-nav-close {
  background: #4499ee;
  color: #ffffff;
  width: 38px;
  height: 38px;
  max-height: none;
  min-height: none;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 21px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainmenu a#mobile-nav-button:hover,
#mainmenu a#mobile-nav-close:hover,
#mainmenu a#mobile-nav-button:focus,
#mainmenu a#mobile-nav-close:focus,
#mainmenu a#mobile-nav-button:active,
#mainmenu a#mobile-nav-close:active {
  background: #7744bb;
}

#mainmenu a#mobile-nav-close {
  margin-top: 0;
}

#mainmenu #mobile-nav-list {
  display: none;
  background: #ffffff;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

#mainmenu #mobile-nav-list #menu-content {
  margin: 15px 0 0 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: none;
  position: relative;
  z-index: 11;
}

#mainmenu #mobile-nav-list ul {
  margin: 0;
  padding: 0;
  border: 0;
}

#mainmenu #mobile-nav-list li {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: none;
  line-height: auto;
  text-decoration: none;
  display: block;
}

#mainmenu #mobile-nav-list li a.menu-item {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: none;
  margin: 0;
  padding: 10px 15px;
  border: 0;
  display: block;
}

@media (max-width: 992px) {
  #mainmenu ul#social li {
    margin-left: 1px;
  }

  #mainmenu ul#social li a {
    width: 38px;
    height: 38px;
    max-height: none;
    min-height: none;
    line-height: 38px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    border: 0;
    display: inline-block;
  }
}

@media (max-width: 480px) {
  #top-bar p {
    font-size: 0.8em;
    line-height: 1em;
  }

  #header h1 {
    font-size: 3.6em;
    line-height: 1em;
  }

  #header h2 {
    font-size: 1.3em;
    line-height: 1em;
  }

  .work {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@nodot)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  /*@shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	.box-shadow(@shadow);*/
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  /*.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));*/
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  background: #eeeeee;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.btn-primary {
  background: #4499ee;
}

.btn-success {
  background: #5cb85c;
}

.btn-info {
  background: #5bc0de;
}

.btn-warning {
  background: #f0ad4e;
}

.btn-danger {
  background: #d9534f;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #4499ee 0%, #2d8cec 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#4499ee), to(#2d8cec));
  background-image: linear-gradient(to bottom, #4499ee 0%, #2d8cec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4499ee', endColorstr='#ff2d8cec', GradientType=0);
  background-color: #2d8cec;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#ebebeb), to(#f3f3f3));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#222222), to(#282828));
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #4499ee 0%, #157fea 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#4499ee), to(#157fea));
  background-image: linear-gradient(to bottom, #4499ee 0%, #157fea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4499ee', endColorstr='#ff157fea', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.list-group {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #157fea;
  background-image: -webkit-linear-gradient(top, #4499ee 0%, #2186eb 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#4499ee), to(#2186eb));
  background-image: linear-gradient(to bottom, #4499ee 0%, #2186eb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4499ee', endColorstr='#ff2186eb', GradientType=0);
  border-color: #2186eb;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #4499ee 0%, #2d8cec 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#4499ee), to(#2d8cec));
  background-image: linear-gradient(to bottom, #4499ee 0%, #2d8cec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4499ee', endColorstr='#ff2d8cec', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, top left, bottom left, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}