/*! 本软件工程及代码版权归湖南胖妞科技有限公司所有,翻版必究！ */
#app {
  position: absolute;
  top: 0;
  width: 100%;
}

@charset "UTF-8";
/* Table of Content

	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* #Basic Styles
   */
body {
  background: #999;
  font: 12px "Microsoft YaHei",微软雅黑,Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

html {
  overflow-x: hidden; }

/* #Typography */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Microsoft YaHei",微软雅黑,'Open Sans', sans-serif;
  font-weight: normal; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: #34b489; }

h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 20px; }

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px; }

h3 {
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 20px; }

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 10px; }

h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px; }

h6 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px; }

.subheader {
  color: #777; }

h5.teaserheadline {
  border-bottom: 1px solid #ddd;
  padding-bottom: 9px;
  color: #000;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 13px;
  text-transform: uppercase; }
  h5.teaserheadline img {
    float: left;
    margin-right: 10px; }

.teamtopline {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 12px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px; }

.teamsubline {
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #777;
  font-style: italic;
  width: 100%; }

.highl {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  background-color: #34b489;
  padding-bottom: 2px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px; }

.highl_yellow {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  background-color: #faaa0a;
  padding-bottom: 2px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px; }

.highl_red {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  background-color: #d93b21;
  padding-bottom: 2px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px; }

.tlinks {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden; }

p {
  margin: 0 0 20px 0; }
  p img {
    margin: 0; }

img.left {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px; }

img.right {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px; }

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

/*	Blockquotes  */
blockquote {
  font-size: 17px;
  line-height: 24px;
  color: #999;
  font-style: italic;
  margin: 0 0 20px;
  padding: 0 0 0 19px;
  border-left: 1px solid #ddd; }
  blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #999;
    font-style: italic; }
  blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
    margin-top: 5px; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a {
      color: #555; }
      blockquote cite a:visited {
        color: #555; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

/* Text Selection */
::selection {
  background: #34b489;
  color: #fff;
  /* Safari */ }

::-moz-selection {
  background: #34b489;
  color: #fff;
  /* Firefox */ }

/* #Links
   */
a {
  color: #34b489;
  text-decoration: none;
  outline: 0; }
  a:visited {
    color: #34b489;
    text-decoration: none;
    outline: 0; }
  a:hover, a:focus {
    /*color: #000;*/ }

p a {
  line-height: inherit; }
  p a:visited {
    line-height: inherit; }

a.link, .lighti {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #777;
  font-style: italic; }

a.linkbg {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  background-color: #34b489;
  padding-bottom: 2px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px; }

a.titlelink {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  font-style: normal; }

a.link span, a.link:visited span {
  font-size: 13px;
  line-height: 12px; }

/* #Lists
   */
ul, ol {
  margin-bottom: 20px; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal;
  margin-left: 20px; }

ul.square, ul.circle, ul.disc {
  margin-left: 20px; }

ul.square {
  list-style: square outside;
  color: #555; }

ul.circle {
  list-style: circle outside;
  color: #555; }

ul.disc {
  list-style: disc outside;
  color: #555; }

ul.check {
  list-style: none; }
  ul.check li {
    background: url(/images/tiles/check.png) no-repeat;
    padding-left: 25px; }

ul ul, ul ol {
  margin: 4px 0 5px 30px;
  font-size: 100%; }

ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 100%; }

ul ul li, ul ol li {
  margin-bottom: 6px; }

ol ol li, ol ul li {
  margin-bottom: 6px; }

li {
  line-height: 18px;
  margin-bottom: 12px; }

ul.large li, li p {
  line-height: 21px; }

/* #Images
   */
img.scale-with-grid {
  max-width: 100%;
  height: auto; }

/* #Buttons
   */
a.button, button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #777;
  border: 0;
  border-bottom: 1px solid #444;
  text-shadow: 0px 1px 0px #444;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  cursor: pointer;
  line-height: 20px;
  font-family: "Microsoft YaHei",微软雅黑,Helvetica, Arial, sans-serif; }

input[type="submit"], input[type="reset"], input[type="button"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #777;
  border: 0;
  border-bottom: 1px solid #444;
  text-shadow: 0px 1px 0px #444;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  cursor: pointer;
  line-height: 20px;
  font-family: "Microsoft YaHei",微软雅黑,Helvetica, Arial, sans-serif; }

a.button:hover, button:hover {
  color: #fff;
  /*background: #34b489;*/ }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #fff;
  /*background: #34b489;*/ }

a.button:active, button:active {
  color: #fff;
  background: #34b489;
  /*-moz-box-shadow: inset 0px 0px 0px 1px #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
    -box-shadow: inset 0px 0px 0px 1px #fff;*/ }

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  color: #fff;
  background: #34b489;
  /*-moz-box-shadow: inset 0px 0px 0px 1px #fff;
      -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
      -box-shadow: inset 0px 0px 0px 1px #fff;*/ }

.button.full-width, button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

a.button span {
  font-size: 13px;
  line-height: 11px; }

/* #Tabs (activate in tabs.js)
   */
ul.tabs {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #ddd; }
  ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0; }
    ul.tabs li a {
      display: block;
      text-decoration: none;
      width: auto;
      height: 29px;
      padding: 0px 20px;
      line-height: 30px;
      border: solid 1px #ddd;
      border-width: 1px 1px 0 0;
      margin: 0;
      background: #eee;
      font-size: 12px;
      color: #777; }
      ul.tabs li a.active {
        background: #fff;
        height: 30px;
        position: relative;
        top: 0px;
        padding-top: 0px;
        border-left-width: 1px;
        margin: 0 0 0 -1px;
        color: #333;
        font-weight: bold; }
    ul.tabs li:first-child a {
      border-width: 1px 1px 0 1px;
      -moz-border-radius-topleft: 3px;
      -webkit-border-top-left-radius: 3px;
      border-top-left-radius: 3px; }
      ul.tabs li:first-child a.active {
        margin-left: 0;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px; }
    ul.tabs li:last-child a {
      -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      border-top-right-radius: 3px; }

ul.tabs-content {
  margin: 0;
  display: block;
  border: solid 1px #ddd;
  border-top: 0;
  background: #fff;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 30px; }
  ul.tabs-content > li {
    display: none; }
    ul.tabs-content > li.active {
      display: block; }

ul.tabs {
  zoom: 1; }
  ul.tabs:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both; }

/* Clearfixing tabs for beautiful stacking */
/* #Forms
   */
/* General Forms */
form {
  margin-bottom: 0px; }

fieldset {
  margin-bottom: 20px; }

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px; }

input[type="checkbox"] {
  display: inline; }

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

input[type="text"], input[type="password"], input[type="email"] {
  border: 1px solid #ddd;
  padding: 10px 10px;
  outline: none;
  overflow: hidden;
  font: 12px "Microsoft YaHei",微软雅黑,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 198px;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #eee; }

textarea {
  border: 1px solid #ddd;
  padding: 10px 10px;
  outline: none;
  overflow: hidden;
  font: 12px "Microsoft YaHei",微软雅黑,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 198px;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #eee; }

select {
  border: 1px solid #ddd;
  padding: 10px 10px;
  outline: none;
  overflow: hidden;
  font: 12px "Microsoft YaHei",微软雅黑,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 198px;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #eee;
  padding: 0; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
  border: 1px solid #bbb;
  color: #555; }

textarea {
  min-height: 100px; }
  textarea:focus {
    border: 1px solid #bbb;
    color: #555; }

select {
  width: 220px; }

/* Sidebar Forms */
.sidebar input[type="text"], .sidebar input[type="password"], .sidebar input[type="email"] {
  border: 1px solid #ddd;
  padding: 10px 10px;
  outline: none;
  overflow: hidden;
  font: 12px "Microsoft YaHei",微软雅黑,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 198px;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #eee; }

.sidebar textarea {
  border: 1px solid #ddd;
  padding: 10px 10px;
  outline: none;
  overflow: hidden;
  font: 12px "Microsoft YaHei",微软雅黑,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 198px;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #eee; }

.sidebar select {
  border: 1px solid #ddd;
  padding: 10px 10px;
  outline: none;
  overflow: hidden;
  font: 12px "Microsoft YaHei",微软雅黑,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 198px;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #eee;
  padding: 0; }

.sidebar input[type="text"]:focus, .sidebar input[type="password"]:focus, .sidebar input[type="email"]:focus {
  border: 1px solid #bbb;
  color: #555; }

.sidebar textarea {
  min-height: 100px; }
  .sidebar textarea:focus {
    border: 1px solid #bbb;
    color: #555; }

.sidebar select {
  width: 220px; }

/* Footer Forms */
.footer input[type="text"], .footer input[type="password"], .footer input[type="email"] {
  border: 1px solid #4e4e4e;
  padding: 10px 10px;
  outline: none;
  overflow: hidden;
  font: 12px "Microsoft YaHei",微软雅黑,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  margin: 0;
  width: 198px;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #3e3e3e; }

.footer textarea {
  border: 1px solid #4e4e4e;
  padding: 10px 10px;
  outline: none;
  overflow: hidden;
  font: 12px "Microsoft YaHei",微软雅黑,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  margin: 0;
  width: 198px;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #3e3e3e; }

.footer select {
  border: 1px solid #4e4e4e;
  padding: 10px 10px;
  outline: none;
  overflow: hidden;
  font: 12px "Microsoft YaHei",微软雅黑,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  margin: 0;
  width: 198px;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #3e3e3e;
  padding: 0; }

.footer input[type="text"]:focus, .footer input[type="password"]:focus, .footer input[type="email"]:focus {
  border: 1px solid #ccc;
  color: #ccc; }

.footer textarea {
  min-height: 100px; }
  .footer textarea:focus {
    border: 1px solid #ccc;
    color: #ccc; }

.footer select {
  width: 220px; }

/* Header Responsive Menu Form Style */
.header form {
  float: left;
  height: 100%;
  position: relative;
  margin-bottom: 21px; }

.header select {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  padding: 10px;
  outline: none;
  overflow: hidden;
  font: 12px "Microsoft YaHei",微软雅黑,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  background: #fff url(/images/tiles/navselect.gif) no-repeat right center; }

.header option {
  outline: none;
  border: 0;
  overflow: hidden;
  font: 12px "Microsoft YaHei",微软雅黑,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  padding-left: 15px; }

/* #Misc
   */
.remove-bottom {
  margin-bottom: 0 !important; }

.half-bottom {
  margin-bottom: 10px !important; }

.add-bottom {
  margin-bottom: 20px !important; }

.left {
  float: left; }

.right {
  float: right; }

/* Table of Contents

    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
 */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0; }

.column, .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px; }

.row {
  margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0; }

.column.omega, .columns.omega {
  margin-right: 0; }

/* Base Grid */
.container .one.column {
  width: 40px; }

.container .two.columns {
  width: 100px; }

.container .three.columns {
  width: 160px; }

.container .four.columns {
  width: 220px; }

.container .five.columns {
  width: 280px; }

.container .six.columns {
  width: 340px; }

.container .seven.columns {
  width: 400px; }

.container .eight.columns {
  width: 460px; }

.container .nine.columns {
  width: 520px; }

.container .ten.columns {
  width: 580px; }

.container .eleven.columns {
  width: 640px; }

.container .twelve.columns {
  width: 700px; }

.container .thirteen.columns {
  width: 760px; }

.container .fourteen.columns {
  width: 820px; }

.container .fifteen.columns {
  width: 880px; }

.container .sixteen.columns {
  width: 940px; }

.container .one-third.column {
  width: 300px; }

.container .two-thirds.column {
  width: 620px; }

.container .offset-by-one {
  padding-left: 60px; }

.container .offset-by-two {
  padding-left: 120px; }

.container .offset-by-three {
  padding-left: 180px; }

.container .offset-by-four {
  padding-left: 240px; }

.container .offset-by-five {
  padding-left: 300px; }

.container .offset-by-six {
  padding-left: 360px; }

.container .offset-by-seven {
  padding-left: 420px; }

.container .offset-by-eight {
  padding-left: 480px; }

.container .offset-by-nine {
  padding-left: 540px; }

.container .offset-by-ten {
  padding-left: 600px; }

.container .offset-by-eleven {
  padding-left: 660px; }

.container .offset-by-twelve {
  padding-left: 720px; }

.container .offset-by-thirteen {
  padding-left: 780px; }

.container .offset-by-fourteen {
  padding-left: 840px; }

.container .offset-by-fifteen {
  padding-left: 900px; }

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Offsets */
/* #Tablet (Portrait)
   */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px; }
    .container .column, .container .columns {
      margin-left: 10px;
      margin-right: 10px; }
  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px; }
  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px; }
  .container .one.column {
    width: 28px; }
  .container .two.columns {
    width: 76px; }
  .container .three.columns {
    width: 124px; }
  .container .four.columns {
    width: 172px; }
  .container .five.columns {
    width: 220px; }
  .container .six.columns {
    width: 268px; }
  .container .seven.columns {
    width: 316px; }
  .container .eight.columns {
    width: 364px; }
  .container .nine.columns {
    width: 412px; }
  .container .ten.columns {
    width: 460px; }
  .container .eleven.columns {
    width: 508px; }
  .container .twelve.columns {
    width: 556px; }
  .container .thirteen.columns {
    width: 604px; }
  .container .fourteen.columns {
    width: 652px; }
  .container .fifteen.columns {
    width: 700px; }
  .container .sixteen.columns {
    width: 748px; }
  .container .one-third.column {
    width: 236px; }
  .container .two-thirds.column {
    width: 492px; }
  .container .offset-by-one {
    padding-left: 48px; }
  .container .offset-by-two {
    padding-left: 96px; }
  .container .offset-by-three {
    padding-left: 144px; }
  .container .offset-by-four {
    padding-left: 192px; }
  .container .offset-by-five {
    padding-left: 240px; }
  .container .offset-by-six {
    padding-left: 288px; }
  .container .offset-by-seven {
    padding-left: 336px; }
  .container .offset-by-eight {
    padding-left: 348px; }
  .container .offset-by-nine {
    padding-left: 432px; }
  .container .offset-by-ten {
    padding-left: 480px; }
  .container .offset-by-eleven {
    padding-left: 528px; }
  .container .offset-by-twelve {
    padding-left: 576px; }
  .container .offset-by-thirteen {
    padding-left: 624px; }
  .container .offset-by-fourteen {
    padding-left: 672px; }
  .container .offset-by-fifteen {
    padding-left: 720px; }
  /* Offsets */ }

/*  #Mobile (Portrait)
   */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px; }
  .columns, .column {
    margin: 0; }
  .container .one.column, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
    width: 300px; }
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
    padding-left: 0; }
  /* Offsets */ }

/* #Mobile (Landscape)
   */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px; }
  .columns, .column {
    margin: 0; }
  .container .one.column, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
    width: 420px; } }

/* #Clearing
   */
/* Self Clearing Goodness */
/* Use clearfix class on parent to clear nested columns,
  or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both; }

.clearfix:after {
  clear: both; }

.row, .clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

@charset "UTF-8";
/* #Site Styles
 */
/* Main Container */
.main {
  padding-bottom: 0px; }

.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden; }

#background {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none; }

/* Background */
.poswrapper {
  width: 0;
  margin: 0 auto;
  height: 100%;
  overflow: visible; }
  .poswrapper.wide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    overflow: visible; }

.whitebackground {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 1040px;
  height: 100%;
  margin-left: -520px;
  background: #f5f5f5;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4); }
  .whitebackground.full {
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    margin-left: 0px;
    background: #f5f5f5; }

.tiledbackground {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

/* Header */
.poswrapheaderline {
  z-index: 0;
  width: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  overflow: visible;
  position: relative; }
  .poswrapheaderline.wide {
    z-index: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    overflow: visible;
    position: relative; }

.headerline {
  position: absolute;
  z-index: 2;
  width: 1040px;
  height: 90px;
  margin-left: -520px;
  top: 0;
  background: #111; }
  .headerline.full {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 90px;
    left: 0;
    margin-left: 0;
    top: 0;
    background: #111; }

.header {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.logo {
  background: url(/images/logo.jpg) no-repeat left center;
  background-size: 278px 90px;
  float: left;
  height: 90px;
  width: 278px;
  position: relative;
  z-index: 15; }

.mainmenu {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
  height: 90px; }

.toptextline {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 91px; }

.pagetitle {
  position: relative;
  z-index: 1;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #e5e5e5;
  border-bottom: 1px solid #ddd;
  width: 1040px;
  margin-left: -40px;
  padding-top: 25px;
  padding-bottom: 9px;
  border-top: 3px solid #ccc; }

.pagetitleholder {
  float: left;
  display: inline;
  width: 640px;
  padding-left: 50px;
  padding-right: 20px; }

.socialholder {
  float: right;
  width: 274px;
  text-align: center;
  padding-right: 50px;
  margin-top: 5px; }

.pagetitle h1 {
  float: left;
  font-size: 22px;
  line-height: 30px;
  color: #666;
  font-weight: 100;
  font-style: italic;
  margin-top: 2px;
  width: 100%;
  position: relative;
  z-index: 1; }

.socialicons {
  float: right;
  margin: 0;
  padding: 0; }
  .socialicons li {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    margin-right: 5px; }
    .socialicons li:last-child {
      margin-right: 0; }
  .socialicons div {
    display: none;
    float: left;
    text-align: center;
    width: 120px;
    position: absolute;
    margin-top: -15px;
    margin-left: -47px;
    font-size: 11px;
    line-height: 11px;
    color: #777;
    text-shadow: 1px 1px 0px #f5f5f5;
    font-style: italic; }
  .socialicons li a {
    float: left;
    width: 26px;
    height: 26px;
    background-position: top;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out; }
    .socialicons li a:hover {
      background-position: bottom; }

.social_facebook {
  background: url(/images/social/social_facebook.png) no-repeat; }

.social_twitter {
  background: url(/images/social/social_twitter.png) no-repeat; }

.social_rss {
  background: url(/images/social/social_rss.png) no-repeat; }

.social_vimeo {
  background: url(/images/social/social_vimeo.png) no-repeat; }

.social_googleplus {
  background: url(/images/social/social_googleplus.png) no-repeat; }

.social_linkedin {
  background: url(/images/social/social_linkedin.png) no-repeat; }

.social_pinterest {
  background: url(/images/social/social_pinterest.png) no-repeat; }

.social_flickr {
  background: url(/images/social/social_flickr.png) no-repeat; }

.social_youtube {
  background: url(/images/social/social_youtube.png) no-repeat; }

/* Dividers */
.divide {
  height: 30px;
  margin-bottom: 23px;
  margin-top: 27px; }
  .divide.notop {
    margin-top: -8px; }

.dividerline {
  position: absolute;
  z-index: 0;
  width: 940px;
  height: 0px;
  border-bottom: 1px solid #ddd;
  margin-top: 32px; }

.titledivider {
  position: absolute;
  z-index: 1; }

.divide h3 {
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase; }

.noheadline {
  height: 20px; }

.bottomadjust {
  padding-bottom: 40px; }

.divide .rightlink {
  position: relative;
  float: right;
  padding-left: 10px;
  margin-top: 7px;
  z-index: 1; }

/* Slider */
.homeslider {
  float: left;
  display: inline;
  width: 1040px;
  margin-left: -40px;
  height: 400px;
  border-bottom: 3px solid #34b489; }
  .homeslider img {
    height: 400; }
  .homeslider .slides {
    zoom: 1; }
    .homeslider .slides > li {
      position: absolute !important;
      top: 0;
      left: 0; }

.sliderspacefix {
  float: left;
  margin-bottom: 12px; }

.nosliderspacer {
  float: left;
  height: 20px; }

.slidertext h6,
.slidertext h5,
.slidertext h4,
.slidertext h3,
.slidertext h2,
.slidertext h1 {
  margin-top: -7px; }

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
  *********************************/
.flexslider {
  width: 100%;
  margin: 0;
  padding: 0; }
  .flexslider .slides img {
    max-width: 100%;
    display: block;
    margin-bottom: -24px; }
  .flexslider.postslider .slides img {
    margin: 0;
    padding: 0;
    margin-bottom: -23px; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
   * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
  *********************************/
.flexslider {
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1; }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides > li {
      position: relative; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative; }

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background: url(/images/tiles/captionbg.png) repeat 0 0;
  zoom: 1;
  width: 100%;
  max-width: 90.4%;
  padding: 15px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  /*text-shadow: 0 -1px 0 rgba(0,0,0,.9);*/
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  margin-bottom: -24px; }
  .flex-caption a {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    line-height: 20px;
    color: #fff; }
  .flex-caption h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 2px; }

/* Direction Nav */
ul.flex-direction-nav {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  display: none; }

.flex-direction-nav li a {
  width: 80px;
  height: 80px;
  display: block;
  cursor: pointer;
  position: absolute;
  text-indent: -9999px; }

.flex-direction-nav li .next {
  left: 100%;
  top: 50%;
  margin-left: -80px;
  background: url(/images/tiles/arrow_right_large.png) no-repeat 0 0; }

.flex-direction-nav li .prev {
  left: 0;
  top: 50%;
  background: url(/images/tiles/arrow_left_large.png) no-repeat 0 0; }

.flexslider.postslider .flex-direction-nav li a {
  width: 40px;
  height: 80px;
  display: block;
  cursor: pointer;
  position: absolute;
  text-indent: -9999px; }

.flexslider.postslider .flex-direction-nav li .next {
  left: 100%;
  top: 50%;
  margin-left: -40px;
  background: url(/images/tiles/arrow_right_small.png) no-repeat 0 0; }

.flexslider.postslider .flex-direction-nav li .prev {
  left: 0;
  top: 50%;
  background: url(/images/tiles/arrow_left_small.png) no-repeat 0 0; }

.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

/*.flex-direction-nav li a.next:hover { background-color: #34b489; }
  .flex-direction-nav li a.prev:hover { background-color: #34b489; }*/
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .flex-control-nav li:first-child {
      margin: 0; }
    .flex-control-nav li a {
      width: 13px;
      height: 13px;
      display: block;
      cursor: pointer;
      text-indent: -9999px; }
      .flex-control-nav li a:hover {
        background-position: 0 -13px; }
      .flex-control-nav li a.active {
        background-position: 0 -26px;
        cursor: default; }

/* Teasers / Portfolio */
h3.info {
  margin-bottom: 5px;
  margin-top: -5px; }

.lightlabel {
  float: left;
  color: #ccc;
  width: 50px; }

.infofield {
  float: left; }

.teaser {
  margin-bottom: 20px;
  padding-bottom: 16px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

.portfolio .nopadding {
  margin-bottom: 0px; }

a.portfolio_selector {
  float: left;
  font-size: 11px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  background-color: #777;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #444;
  text-shadow: 0px 1px 0px #444; }

.portfolio_filter ul {
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }
  .portfolio_filter ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 1px; }
    .portfolio_filter ul li:first-child a.portfolio_selector {
      -moz-border-radius: 3px 0 0 3px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .portfolio_filter ul li:last-child a.portfolio_selector {
      -moz-border-radius: 0 3px 3px 0;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }

.teasers img,
.teasers_large img {
  float: left; }

.teasers .topline,
.teasers .subline {
  float: left;
  text-align: center;
  width: 180px;
  padding-left: 20px;
  padding-right: 20px; }

.teasers .topline {
  padding-top: 19px;
  border-top: 3px solid #ddd; }

.teasers_large .topline,
.teasers_large .subline {
  float: left; }

.teaser .flexslider {
  margin-bottom: 12px; }

.teaser .scalevid,
.teaser .mediaitem {
  margin-bottom: 1px; }

a .overlay {
  background: #34b489 url(/images/tiles/linegrid.png) repeat 0 0; }

a .overlaytext {
  background: url(/images/tiles/cross.png) no-repeat;
  width: 51px;
  height: 51px; }

/*a .overlaytext{ color: #fff; background-color:#000; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 4px; font-size: 11px; font-weight: normal; text-decoration: none; line-height: 21px; }*/
/* Text Content */
.textblock {
  float: left;
  margin-bottom: -10px;
  margin-top: 36px; }
  .textblock.right {
    float: right; }

.textblocksidebar {
  margin-bottom: -10px;
  margin-top: 36px; }
  .textblocksidebar.right {
    float: right; }

/* From Blog */
.teaser:hover {
  border-color: #34b489; }
  .teaser:hover .topline {
    border-color: #34b489; }

.teaser .hovering {
  position: relative; }
  .teaser .hovering .overlaytext,
  .teaser .hovering .overlay {
    display: none; }
  .teaser .hovering:hover .overlay {
    display: block;
    overflow: hidden;
    position: absolute !important;
    cursor: pointer;
    top: 0px;
    width: 220px;
    height: 220px;
    opacity: 0.25; }
  .teaser .hovering:hover .overlaytext {
    display: block;
    position: relative;
    top: 84.5px;
    left: 84.5px;
    opacity: 1; }

.fromblog {
  float: left;
  margin-bottom: 0px; }

.topline {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 12px;
  width: 180px;
  margin-top: -1px; }
  .topline a {
    color: #000; }

.subline {
  float: left;
  font-size: 11px;
  line-height: 16px;
  margin-top: 5px;
  color: #777;
  font-style: italic;
  width: 100%; }
  .subline a {
    color: #777;
    background-color: transparent;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px; }

.teasertext {
  float: left;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px; }

.readmore {
  float: left;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px; }

/* Media Item */
.mediaitem {
  float: left;
  width: 220px; }

/* Clients */
ul.clients {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 1px; }
  ul.clients li {
    display: inline; }
    ul.clients li img {
      width: 19.8%;
      float: left;
      border: 1px solid #ddd;
      margin-right: -1px;
      margin-top: -1px; }

.listovereffect {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }

/* Accordion */
ul.accordion {
  display: inline;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 30px; }
  ul.accordion li.accordion-item {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #eee;
    border: 1px solid #ddd;
    margin-top: -1px; }
    ul.accordion li.accordion-item.selected {
      background: #fff; }
      ul.accordion li.accordion-item.selected .toggleswitch {
        color: #333;
        font-weight: bold; }
    ul.accordion li.accordion-item .toggleswitch {
      cursor: pointer;
      margin: 0;
      padding-top: 15px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 14px;
      font-size: 12px;
      color: #777;
      line-height: 18px; }
    ul.accordion li.accordion-item .togglegfx {
      float: left;
      height: 15px;
      width: 15px;
      background: url(/images/tiles/expand.png) no-repeat left top;
      padding-right: 15px;
      margin-bottom: 11px;
      margin-top: 1px; }
    ul.accordion li.accordion-item.selected .toggleswitch .togglegfx {
      background-position: left bottom; }
    ul.accordion li.accordion-item .togglecontent {
      margin: 0;
      padding-left: 20px;
      padding-right: 20px; }

/* Sidebar */
.sidebar {
  margin-bottom: -40px; }
  .sidebar .widget {
    float: left;
    margin-bottom: 60px;
    width: 100%; }
    .sidebar .widget h5 {
      width: 100%;
      color: #777;
      font-size: 13px;
      line-height: 13px;
      font-weight: bold;
      margin-bottom: 29px;
      text-transform: uppercase; }
    .sidebar .widget ul {
      margin-bottom: 0; }
      .sidebar .widget ul li {
        margin-bottom: 2px; }

/* Footer */
.footerwrap {
  width: 1040px;
  left: 50%;
  margin-left: -520px;
  background: #222222;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0; }
  .footerwrap.full {
    width: 100%;
    left: 0;
    background: #222222;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0; }

.subfooterwrap {
  width: 1040px;
  left: 50%;
  margin-left: -520px;
  background: #111;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0; }
  .subfooterwrap.full {
    width: 100%;
    left: 0;
    background: #111;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0; }

.footer {
  width: 960px;
  margin: 0 auto;
  color: #888; }

.subfooter {
  width: 960px;
  margin: 0 auto;
  color: #494949;
  font-size: 11px;
  line-height: 30px; }

.footer .subline {
  float: left;
  font-size: 11px;
  line-height: 11px;
  margin-top: 5px;
  color: #595959; }

.footer .widget {
  padding-top: 60px;
  padding-bottom: 60px; }
  .footer .widget h5 {
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 29px;
    border-top: 1px solid #444;
    padding-top: 7px;
    text-transform: uppercase; }

.footer strong {
  color: #ccc; }

.footer .widget ul li {
  margin-bottom: 2px; }

.footer a {
  color: #ccc; }
  .footer a:visited {
    color: #ccc; }

.subfooter a {
  color: #777; }
  .subfooter a:visited {
    color: #777; }

.sitenav {
  text-align: right;
  float: right; }

.footerclose {
  position: absolute;
  z-index: 1;
  width: 41px;
  height: 21px;
  left: 50%;
  margin-left: -20px;
  background: transparent url(/images/tiles/footerclose.png) no-repeat;
  cursor: pointer; }

.footeropen {
  position: absolute;
  z-index: 1;
  width: 41px;
  height: 21px;
  left: 50%;
  margin-left: -20px;
  background: transparent url(/images/tiles/footeropen.png) no-repeat;
  margin-top: -31px;
  cursor: pointer;
  display: none; }

/* Widgets */
.widgetclass {
  float: left;
  width: 100%; }

.widget_tweets ul {
  float: left;
  margin-bottom: 0px;
  width: 100%; }
  .widget_tweets ul li {
    float: left;
    vertical-align: top;
    list-style: none;
    margin-top: 20px; }
    .widget_tweets ul li:first-child {
      margin-top: 0px; }

.widget_tweets .quot {
  float: left;
  font-size: 25px;
  font-weight: bold;
  margin-right: 5px;
  color: #333;
  margin-top: 4px;
  margin-bottom: -4px; }

.sidebar .widget_tweets .quot {
  color: #ddd; }

.footer .widget_blogposts img {
  float: left;
  border: 3px solid #3e3e3e;
  margin-right: 10px; }

.sidebar .widget_blogposts img {
  float: left;
  border: 3px solid #ddd;
  margin-right: 10px; }

.widget_blogposts .postlink {
  float: left;
  width: 160px; }

.widget_blogposts .subline {
  width: 160px; }

.widget_blogposts ul {
  float: left;
  list-style: none; }
  .widget_blogposts ul li {
    float: left;
    margin-top: 13px; }
    .widget_blogposts ul li:first-child {
      margin-top: 0px; }

.footer .widget_blogposts ul {
  margin-bottom: -2px; }

.sidebar .widget_portfolio ul {
  margin-bottom: -8px; }

.footer .widget_portfolio img {
  float: left;
  border: 3px solid #3e3e3e;
  width: 54px;
  height: 54px; }

.sidebar .widget_portfolio img {
  float: left;
  border: 3px solid #ddd;
  width: 54px;
  height: 54px; }

.widget_portfolio ul {
  float: left;
  list-style: none; }
  .widget_portfolio ul li {
    float: left;
    padding-bottom: 8px;
    padding-right: 10px; }
    .widget_portfolio ul li.last {
      padding-right: 0; }

.footer .widget_portfolio ul {
  margin-bottom: -10px; }

#search .searchform input {
  margin-bottom: 0; }

.widget_comments span {
  font-size: 13px;
  color: #555; }

.widget_comments ul li {
  float: left;
  padding-bottom: 10px;
  width: 100%; }
  .widget_comments ul li:last-child {
    padding-bottom: 0px; }

ul#recentcomments li {
  float: left;
  padding-bottom: 10px;
  width: 100%; }
  ul#recentcomments li:last-child {
    padding-bottom: 0px; }
  ul#recentcomments li:before {
    font-size: 13px;
    line-height: 12px;
    color: #555;
    content: "\2192 \0020"; }

.widget_categories {
  float: left;
  margin-top: -8px; }
  .widget_categories ul li {
    float: left;
    padding-bottom: 5px;
    padding-top: 4px;
    width: 100%;
    border-bottom: 1px solid #ddd; }
    .widget_categories ul li:last-child {
      padding-bottom: 0px;
      border-bottom: 0; }
    .widget_categories ul li a {
      font-size: 12px;
      font-weight: normal;
      text-decoration: none;
      color: #777;
      font-style: italic; }

.footer .widget_categories ul li {
  border-bottom: 1px solid #292929; }
  .footer .widget_categories ul li a {
    color: #ccc;
    font-style: normal; }
  .footer .widget_categories ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0; }

.widget_archives {
  float: left;
  margin-top: -8px;
  width: 100%; }
  .widget_archives ul li {
    float: left;
    padding-bottom: 5px;
    padding-top: 4px;
    width: 100%;
    border-bottom: 1px solid #ddd; }
    .widget_archives ul li:last-child {
      padding-bottom: 0px;
      border-bottom: 0; }
    .widget_archives ul li a {
      font-size: 12px;
      font-weight: normal;
      text-decoration: none;
      color: #777;
      font-style: italic; }

.footer .widget_archives ul li {
  border-bottom: 1px solid #292929; }
  .footer .widget_archives ul li a {
    color: #ccc;
    font-style: normal; }
  .footer .widget_archives ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0; }

.widget_quickcontact,
.widget_text {
  float: left;
  width: 100%; }

/* Mainmenu */
.ddsmoothmenu {
  position: relative;
  float: right;
  margin: 0;
  z-index: 99; }
  .ddsmoothmenu ul {
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .ddsmoothmenu ul ul {
      padding-top: 0px;
      padding-bottom: 0px;
      -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }
    .ddsmoothmenu ul li {
      position: relative;
      display: inline;
      float: left;
      line-height: 12px;
      background: transparent; }
      .ddsmoothmenu ul li ul li {
        padding: 0;
        margin: 0; }
    .ddsmoothmenu ul ul ul {
      border-bottom: 0; }
    .ddsmoothmenu ul li a {
      display: block;
      text-decoration: none;
      padding-left: 28px;
      padding-right: 28px;
      padding-top: 28px;
      padding-bottom: 49px; }

/*Top level list items*/
/*Top level menu link items style*/
* html .ddsmoothmenu ul li a {
  /*IE6 hack to get sub menu links to behave correctly*/
  display: inline-block; }

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
  background: #111;
  color: #fff;
  font-weight: bold;
  font-family: "Microsoft YaHei", 微软雅黑, 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 13px; }

.ddsmoothmenu ul li:hover {
  border-bottom: 3px solid #34b489; }
  .ddsmoothmenu ul li:hover a {
    background: #353535;
    -webkit-box-shadow: inset 0px -20px 15px -15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px -20px 15px -15px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px -20px 15px -15px rgba(0, 0, 0, 0.4); }

.ddsmoothmenu ul li.current-menu-item a,
.ddsmoothmenu ul li.current-menu-ancestor a,
.ddsmoothmenu ul li a.selected {
  background: #353535;
  -webkit-box-shadow: inset 0px -20px 15px -15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px -20px 15px -15px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px -20px 15px -15px rgba(0, 0, 0, 0.4);
  border-bottom: 3px solid #34b489; }

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
  background: #222;
  color: #fff;
  padding-left: 30px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #111; }

.ddsmoothmenu ul li ul li a:hover {
  background-color: #34b489; }

.ddsmoothmenu ul li ul li:hover {
  background-color: #34b489;
  border-bottom: none; }

.ddsmoothmenu ul li span {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  color: #999;
  margin-top: 9px; }

.ddsmoothmenu ul li ul {
  position: absolute;
  left: 0; }

.ddsmoothmenu ul li.current-menu-item ul,
.ddsmoothmenu ul li.current-menu-ancestor ul {
  margin-top: -3px; }

.ddsmoothmenu ul li ul li {
  display: list-item;
  float: none;
  padding-bottom: 0px; }
  .ddsmoothmenu ul li ul li ul {
    padding: 0;
    margin-left: 0px;
    margin-top: 1px; }

.ddsmoothmenu ul li.current-menu-item ul li ul,
.ddsmoothmenu ul li.current-menu-ancestor ul li ul {
  margin-top: 0px; }

.ddsmoothmenu ul li ul li a {
  width: 170px;
  /*width of sub menus*/
  padding: 12px;
  padding-bottom: 13px;
  margin: 0;
  border-top-width: 0;
  margin-right: 0px;
  height: auto;
  border-bottom: 1px solid #111;
  border-top: 1px solid #333; }

.ddsmoothmenu ul li ul li:first-child a {
  border-top: 0; }

.ddsmoothmenu > ul > li > ul > li:last-child a {
  border-bottom: 0; }

.ddsmoothmenu > ul > li > ul > li > ul li a {
  border-bottom: 1px solid #111 !important; }

.ddsmoothmenu > ul > li > ul > li > ul > li:last-child a {
  border-bottom: 0 !important; }

.ddsmoothmenu li li ul,
.ddsmoothmenu li li li ul {
  margin: 0 0 0 0; }

/*1st sub level menu*/
/*Sub level menu list items (undo style from Top level List Items)*/
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
/* Sub level menu links style */
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
  height: 1%; }

/*Holly Hack for IE7 and below*/
/* CSS classes applied to down and right arrow images */
.downarrowclass,
.rightarrowclass {
  visibility: hidden; }

/* Blog */
.blogpost {
  float: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd; }

.textblock .blogpost:last-child {
  border-bottom: 0; }

.blogsingle .blogpost {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: 0; }

.blogpost.noborderbottom {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }

.postholder {
  float: left;
  width: 550px; }

.fullblog .postholder {
  float: left;
  width: 850px; }

.nodate .postholder {
  float: left;
  width: 640px; }

.nodate.fullblog .postholder {
  float: left;
  width: 940px; }

.blogimage {
  float: left;
  margin-bottom: 14px;
  width: 100%; }

.sideview .blogimage {
  float: left;
  margin-bottom: -6px;
  width: 100%; }

.blogimage .flexslider {
  margin-bottom: 18px; }

.blogimage .scalevid {
  margin-bottom: 6px; }

.blogimage .mediaitem {
  float: left;
  width: 550px;
  margin-bottom: 6px; }

.fullblog .blogimage .mediaitem {
  width: 850px; }

.nodate .blogimage .mediaitem {
  float: left;
  width: 640px;
  margin-bottom: 6px; }

.nodate.fullblog .blogimage .mediaitem {
  width: 940px; }

.sideview.fullblog .blogimage {
  float: left;
  width: 405px; }

.sideview.fullblog .postbody {
  float: right;
  width: 405px; }

.sideview.fullblog.nodate .blogimage {
  float: left;
  width: 450px; }

.sideview.fullblog.nodate .postbody {
  float: right;
  width: 450px; }

.sideview.fullblog .mediaitem {
  float: left;
  width: 405px;
  height: 100px; }

.sideview.fullblog.nodate .mediaitem {
  float: left;
  width: 450px;
  height: 100px; }

.moreprojects {
  float: left;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #ddd; }

.postbody {
  float: left;
  border-left: 0;
  padding-left: 0px; }

.blogdate {
  float: left;
  width: 60px;
  margin-right: 30px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
  .blogdate .month {
    font-size: 12px;
    line-height: 12px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-weight: bold;
    color: #fff;
    background: #34b489;
    width: 100%;
    float: left;
    text-align: center; }
  .blogdate .day {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding-top: 1px;
    padding-bottom: 0px;
    width: 100%;
    float: left;
    text-align: center; }
  .blogdate .year {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 4px;
    width: 100%;
    float: left;
    text-align: center; }
  .blogdate span {
    float: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #777;
    margin-top: -3px;
    padding-bottom: 8px; }

.blogtitle {
  float: left;
  width: 100%; }
  .blogtitle h4 {
    margin-top: -3px;
    color: #000;
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 18px;
    text-transform: none; }
    .blogtitle h4 a {
      color: #000; }

.postinfo {
  float: left;
  font-size: 11px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 14px;
  margin-top: -11px;
  color: #999;
  width: 100%; }
  .postinfo a {
    color: #999; }

.dateinfo {
  display: none; }

.sideview.fullblog .blogtitle,
.sideview.fullblog .postinfo {
  float: right;
  width: 405px; }

.sideview.fullblog.nodate .blogtitle,
.sideview.fullblog.nodate .postinfo {
  float: right;
  width: 450px; }

.postcontent {
  float: left;
  width: 100%; }

.postnav {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 28px;
  margin-top: -7px;
  margin-bottom: 30px; }

/* Comments */
#comments {
  width: 100%;
  float: left;
  margin-bottom: 35px;
  margin-top: 2px; }
  #comments ol,
  #comments ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1.0; }
  #comments .commentwrap {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    margin-left: 0;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    padding-left: 0;
    padding-bottom: 10px;
    border-top: 3px solid #ddd; }
    #comments .commentwrap .posterpic {
      float: left;
      width: 40px;
      height: 40px;
      border: 5px solid #ddd;
      margin-right: 10px;
      margin-left: 30px; }
    #comments .commentwrap .author {
      font-family: 'Open Sans', sans-serif;
      color: #000;
      margin-left: 30px;
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      line-height: 13px;
      text-transform: capitalize;
      margin-top: -1px; }
      #comments .commentwrap .author a {
        color: #000; }

.timestamp {
  margin-left: 30px;
  font-size: 11px;
  line-height: 16px;
  margin-top: 5px;
  color: #777;
  font-style: italic;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px; }

#comments .commentwrap .postertext {
  font-size: 12px;
  display: inline-block;
  margin-left: 30px;
  margin-top: 12px; }

#comments .replylink {
  position: absolute;
  right: 30px;
  margin-top: 15px; }
  #comments .replylink a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #777;
    font-style: italic; }

#comments .depth-1 {
  padding-left: 0px; }

#comments .depth-2 {
  padding-left: 20px; }

#comments .depth-3 {
  padding-left: 40px; }

#comments .depth-4 {
  padding-left: 60px; }

#comments .depth-5 {
  padding-left: 80px; }

#comments .depth-1 .commentwrap {
  width: 608px; }

#comments .depth-2 .commentwrap {
  width: 588px; }

#comments .depth-3 .commentwrap {
  width: 568px; }

#comments .depth-4 .commentwrap {
  width: 548px; }

#comments .depth-5 .commentwrap {
  width: 528px; }

.fullblog #comments .depth-1 .commentwrap {
  width: 910px; }

.fullblog #comments .depth-2 .commentwrap {
  width: 890px; }

.fullblog #comments .depth-3 .commentwrap {
  width: 870px; }

.fullblog #comments .depth-4 .commentwrap {
  width: 850px; }

.fullblog #comments .depth-5 .commentwrap {
  width: 830px; }

/* Comments Reply */
#respond {
  float: left;
  margin-top: 2px;
  margin-bottom: 28px; }
  #respond textarea {
    width: 618px;
    max-width: 618px;
    float: left; }
  #respond input {
    float: left;
    width: 184px;
    margin-right: 10px; }
    #respond input.last {
      margin-right: 0px;
      width: 186px; }

.fullblog #respond textarea {
  width: 920px;
  max-width: 920px;
  float: left; }

.fullblog #respond input {
  float: left;
  width: 285px;
  margin-right: 10px; }
  .fullblog #respond input.last {
    margin-right: 0px;
    width: 286px; }

/* Pagination */
.blogpages {
  float: left; }
  .blogpages ul {
    float: left; }
  .blogpages li {
    display: inline;
    float: left;
    padding-right: 5px; }
    .blogpages li a {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #777;
      border: 0;
      padding-left: 13px;
      padding-right: 13px;
      padding-top: 5px;
      padding-bottom: 5px;
      color: #fff;
      display: inline-block;
      font-size: 11px;
      font-weight: normal;
      text-decoration: none;
      font-style: italic;
      cursor: pointer;
      line-height: 21px;
      font-family: Helvetica, Arial, sans-serif; }
    .blogpages li .selected {
      color: #fff;
      background: #34b489;
      cursor: default; }

/* Contact */
.mapsholder {
  float: left;
  display: inline;
  width: 1040px;
  margin-left: -40px;
  border-bottom: 3px solid #ddd;
  margin-bottom: 20px; }

#googlemap {
  width: 100%;
  height: 300px;
  float: left; }

#contactform input {
  float: left;
  width: 203px;
  margin-right: 10px; }
  #contactform input.last {
    margin-right: 0px; }

#contactform textarea {
  float: left;
  width: 438px;
  max-width: 438px;
  height: 200px; }

.errormessage,
.sendingmessage,
.successmessage {
  float: left;
  color: #777;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  display: none;
  width: 100%; }

.errormessage {
  color: #34b489; }

input[type="text"].formerror,
textarea.formerror {
  border: 1px solid #34b489; }

/* Content Shortcodes */
.contentdivider {
  float: left;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  margin-top: 10px; }

.one_half {
  width: 48%; }

.one_third {
  width: 30.66%; }

.two_third {
  width: 65.33%; }

.one_fourth {
  width: 22%; }

.one_fifth {
  width: 16.8%; }

.one_sixth {
  width: 13.33%; }

.one_half,
.one_third,
.two_third,
.one_fourth,
.one_fifth,
.one_sixth {
  margin-right: 4%;
  margin-bottom: 10px;
  float: left; }

.lastcolumn {
  margin-right: 0 !important;
  clear: right; }

/* #Pricing
   */
.pricing {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px; }
  .pricing ul {
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0;
    margin-right: -2px; }
  .pricing .pricecol ul li {
    margin: 0; }
  .pricing .thead {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    background: #333;
    color: #fff;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .pricing .price {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    background: #555;
    color: #fff;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .pricing .price span {
      font: 12px Helvetica, Arial, sans-serif;
      font-size: 11px;
      line-height: 12px;
      color: #aaa; }
  .pricing .item {
    background: #eee;
    color: #555;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5; }
  .pricing .buy {
    background: #e5e5e5;
    color: #555;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
    margin-top: -1px; }
  .pricing .light .thead {
    background: #999;
    color: #fff; }
  .pricing .light .price {
    background: #ddd;
    color: #555; }
    .pricing .light .price span {
      color: #777; }

.pricecol.highlight ul {
  margin-top: -10px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3); }

.pricing .highlight .thead {
  background: #34b489;
  color: #fff;
  padding-top: 20px; }

.pricing .highlight .price {
  background: #f5f5f5;
  color: #34b489; }
  .pricing .highlight .price span {
    color: #888; }

.pricing .highlight .item {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px; }

.pricing .highlight .buy {
  background: #f5f5f5;
  color: #555;
  padding-top: 15px;
  padding-bottom: 25px;
  border-top: 1px solid #eee; }

.pricing.fivecols .pricecol ul {
  float: left;
  width: 20%; }

.pricing.fourcols .pricecol ul {
  float: left;
  width: 25%; }

.pricing.threecols .pricecol ul {
  float: left;
  width: 33.3%; }

.pricing span.no {
  background: url(/images/tiles/remove.png) no-repeat;
  padding-left: 30px;
  padding-right: 30px; }

.pricing span.yes {
  background: url(/images/tiles/check.png) no-repeat;
  padding-left: 30px;
  padding-right: 30px; }

/* #Page Styles
   */
.content {
  padding-top: 20px; }
  .content.right {
    float: right; }

/* #Media Queries
   */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .dividerline {
    width: 748px; }
  .dividerlinehalf {
    width: 364px; }
  .footer,
  .subfooter {
    width: 768px; }
  .widget_blogposts .postlink,
  .widget_blogposts .subline {
    width: 110px; }
  .widget input[type="text"], .widget input[type="password"], .widget input[type="email"] {
    width: 150px; }
  .widget textarea,
  .widget select {
    width: 150px; }
  .whitebackground,
  .headerline,
  .footerwrap,
  .subfooterwrap {
    width: 848px;
    margin-left: -424px; }
  .pluswrap.half {
    width: 342px; }
  .ddsmoothmenu ul li a {
    padding-left: 20px;
    padding-right: 20px; }
  #respond input {
    width: 140px;
    max-width: 140px; }
    #respond input.last {
      width: 142px;
      max-width: 142px; }
  #respond textarea {
    width: 486px;
    max-width: 486px; }
  #contactform input {
    width: 155px; }
  #contactform textarea {
    width: 342px;
    max-width: 342px; }
  #comments .depth-1 .commentwrap {
    width: 476px; }
  #comments .depth-2 .commentwrap {
    width: 456px; }
  #comments .depth-3 .commentwrap {
    width: 436px; }
  #comments .depth-4 .commentwrap {
    width: 416px; }
  #comments .depth-5 .commentwrap {
    width: 396px; }
  .fullblog #comments .depth-1 .commentwrap {
    width: 718px; }
  .fullblog #comments .depth-2 .commentwrap {
    width: 698px; }
  .fullblog #comments .depth-3 .commentwrap {
    width: 678px; }
  .fullblog #comments .depth-4 .commentwrap {
    width: 658px; }
  .fullblog #comments .depth-5 .commentwrap {
    width: 638px; }
  .fullblog #respond textarea {
    width: 726px;
    max-width: 726px; }
  .fullblog #respond input {
    width: 220px;
    max-width: 220px; }
    .fullblog #respond input.last {
      width: 222px;
      max-width: 222px; }
  .pagetitle {
    width: 848px; }
  .pagetitleholder {
    width: 448px; }
  .homeslider,
  .mapsholder {
    width: 848px; }
  .flex-caption {
    max-width: 88.3%; }
  .teasers .topline,
  .teasers .subline {
    width: 132px; }
  .mediaitem {
    width: 172px; }
  .postholder,
  .blogimage .mediaitem {
    width: 418px; }
  .fullblog .postholder,
  .fullblog .blogimage .mediaitem {
    width: 658px; }
  .nodate .postholder,
  .nodate .blogimage .mediaitem {
    width: 508px; }
  .nodate.fullblog .postholder,
  .nodate.fullblog .blogimage .mediaitem {
    width: 748px; }
  .sideview.nodate.fullblog .blogimage,
  .sideview.nodate.fullblog .postbody {
    width: 354px; }
  .sideview.fullblog .blogimage,
  .sideview.fullblog .postbody,
  .sideview.fullblog .blogimage .mediaitem {
    width: 309px; }
  .sideview.fullblog.nodate .blogimage .mediaitem {
    width: 354px; }
  .sideview.fullblog .blogtitle,
  .sideview.fullblog .postinfo {
    float: right;
    width: 309px; }
  .sideview.fullblog.nodate .blogtitle,
  .sideview.fullblog.nodate .postinfo {
    float: right;
    width: 354px; } }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .mainmenu {
    float: left;
    width: 100%; }
  .slidertext {
    margin-bottom: 20px;
    margin-top: 10px;
    height: auto; }
    .slidertext h6,
    .slidertext h5,
    .slidertext h4,
    .slidertext h3,
    .slidertext h2,
    .slidertext h1 {
      margin-top: 20px; }
  .flex-caption {
    display: none; }
  .teaser {
    margin-bottom: 20px;
    text-align: left; }
    .teaser img {
      width: 420px; }
  .portfolio_filter {
    margin-bottom: 20px;
    text-align: center; }
  .portfolio .teaser {
    margin-bottom: 20px; }
  .footer .widget {
    margin-bottom: 52px; }
  .widget_blogposts .postlink,
  .widget_blogposts .subline {
    width: 360px; }
  .widget input[type="text"], .widget input[type="password"], .widget input[type="email"] {
    width: 398px; }
  .widget textarea,
  .widget select {
    width: 398px; }
  .footer .widget {
    padding-top: 0px;
    padding-bottom: 0px; }
  .footer .sixteen:first-child {
    padding-top: 60px; }
  .subfooter {
    text-align: center; }
    .subfooter .socialtext {
      width: 420px;
      text-align: center;
      margin-right: 0; }
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .one_fifth,
  .one_sixth {
    width: 100%; }
  .blogdate {
    display: none; }
  .dateinfo {
    display: inline; }
  .blogpost {
    padding-bottom: 18px;
    margin-bottom: 20px; }
  #respond input,
  .fullblog #respond input,
  #respond input.last,
  .fullblog #respond input.last {
    width: 398px;
    max-width: 398px;
    margin-right: 0; }
  #respond textarea,
  .fullblog #respond textarea {
    width: 398px;
    max-width: 398px; }
  #contactform input {
    width: 398px;
    max-width: 398px;
    margin-right: 0; }
  #contactform textarea {
    width: 398px;
    max-width: 398px; }
  .sidebar {
    margin-top: 10px;
    padding-top: 38px;
    border-top: 1px solid #ddd; }
  .postnav {
    padding-bottom: 18px; }
  .newsteaser {
    margin-bottom: 20px; }
    .newsteaser .topline,
    .newsteaser .subline {
      width: 325px; }
  .newsexcerpt {
    width: 325px; }
  .divide .rightlink {
    display: none; }
  #comments .depth-1 .commentwrap,
  .fullblog #comments .depth-1 .commentwrap {
    width: 388px; }
  #comments .depth-2 .commentwrap,
  .fullblog #comments .depth-2 .commentwrap {
    width: 368px; }
  #comments .depth-3 .commentwrap,
  .fullblog #comments .depth-3 .commentwrap {
    width: 348px; }
  #comments .depth-4 .commentwrap,
  .fullblog #comments .depth-4 .commentwrap {
    width: 328px; }
  #comments .depth-5 .commentwrap,
  .fullblog #comments .depth-5 .commentwrap {
    width: 308px; }
  h3.info {
    margin-bottom: 5px;
    margin-top: 20px; }
  .postnav {
    margin-bottom: 12px; }
  #optionswrap {
    display: none; }
  ul.clients li img {
    width: 33%; }
  .toptextline,
  .titledivider,
  .readmore,
  .sidebar .widget h5 {
    text-align: center; }
  .footer .widget h5 {
    width: 100%;
    text-align: center; }
  .bottomadjust {
    padding-bottom: 60px; }
  .sitenav {
    text-align: center; }
  .whitebackground,
  .teaser {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .nosliderspacer {
    height: 0px; }
  .postbody {
    float: left;
    border-left: 0;
    padding-left: 0; }
  .sideview.fullblog .mediaitem,
  .sideview.fullblog.nodate .mediaitem {
    height: auto; }
  .mapsholder {
    margin-bottom: 0; } }

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo {
    width: 420px;
    background-position: center; }
  .dividerline,
  .dividerlinehalf {
    width: 420px; }
  .pagetitle {
    width: 480px;
    margin-left: -30px;
    padding-top: 10px;
    padding-bottom: 19px; }
    .pagetitle h1 {
      width: 420px;
      text-align: center;
      margin-left: 0px; }
  .pagetitleholder {
    width: 420px;
    padding-left: 20px;
    padding-right: 20px; }
  .socialholder {
    width: 100%;
    text-align: center;
    padding: 0; }
  .socialicons {
    float: none;
    margin: 0 auto;
    width: 274px; }
  .homeslider,
  .mapsholder {
    width: 480px;
    margin-left: -30px; }
  .teasers .topline,
  .teasers .subline {
    width: 380px; }
  .mediaitem,
  .blogimage .mediaitem,
  .portfolio4column .teaser .scalevid {
    width: 420px; }
  .whitebackground,
  .headerline,
  .footerwrap,
  .subfooterwrap {
    width: 480px;
    margin-left: -240px; }
  .footer,
  .subfooter {
    width: 420px; }
  .pricing.fivecols .pricecol ul,
  .pricing.fourcols .pricecol ul,
  .pricing.threecols .pricecol ul {
    width: 50%; }
  .postholder {
    width: 420px; }
  .fullblog .postholder,
  .fullblog .blogimage .mediaitem {
    width: 420px; }
  .nodate .postholder,
  .nodate .blogimage .mediaitem {
    width: 420px; }
  .nodate.fullblog .postholder,
  .nodate.fullblog .blogimage .mediaitem {
    width: 420px; }
  .sideview.nodate.fullblog .blogimage,
  .sideview.nodate.fullblog .postbody {
    width: 420px; }
  .sideview.fullblog .blogimage,
  .sideview.fullblog .postbody,
  .sideview.fullblog .blogimage .mediaitem,
  .sideview.fullblog.nodate .blogimage .mediaitem {
    width: 420px; }
  .sideview .blogimage {
    margin-bottom: 14px; }
  .sideview.fullblog .blogtitle,
  .sideview.fullblog .postinfo {
    float: right;
    width: 420px; }
  .sideview.fullblog.nodate .blogtitle,
  .sideview.fullblog.nodate .postinfo {
    float: right;
    width: 420px; } }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .logo {
    width: 300px;
    background-position: center; }
  .dividerline,
  .dividerlinehalf,
  .teasers img,
  .teasers_large img {
    width: 300px; }
  .widget_blogposts .postlink,
  .widget_blogposts .subline {
    width: 240px; }
  .widget input[type="text"], .widget input[type="password"], .widget input[type="email"] {
    width: 278px; }
  .widget textarea,
  .widget select {
    width: 278px; }
  .subfooter {
    text-align: center; }
    .subfooter .socialtext {
      width: 320px;
      text-align: center;
      margin-right: 0; }
  #respond textarea,
  .fullblog #respond textarea {
    width: 278px;
    max-width: 278px; }
  #respond input,
  .fullblog #respond input,
  #respond input.last,
  .fullblog #respond input.last {
    width: 278px;
    max-width: 278px;
    margin-right: 0; }
  #contactform input {
    width: 278px;
    max-width: 278px;
    margin-right: 0; }
  #contactform textarea {
    width: 278px;
    max-width: 278px; }
  .newsteaser {
    margin-bottom: 20px; }
    .newsteaser .topline,
    .newsteaser .subline {
      width: 205px; }
  .newsexcerpt {
    width: 205px; }
  #comments .depth-1 .commentwrap,
  .fullblog #comments .depth-1 .commentwrap {
    width: 268px; }
  #comments .depth-2 .commentwrap,
  .fullblog #comments .depth-2 .commentwrap {
    width: 248px; }
  #comments .depth-3 .commentwrap,
  .fullblog #comments .depth-3 .commentwrap {
    width: 228px; }
  #comments .depth-4 .commentwrap,
  .fullblog #comments .depth-4 .commentwrap {
    width: 208px; }
  #comments .depth-5 .commentwrap,
  .fullblog #comments .depth-5 .commentwrap {
    width: 188px; }
  ul.clients li img {
    width: 49.6%; }
  .mediaitem,
  .blogimage .mediaitem {
    width: 300px; }
  .pagetitle {
    width: 360px;
    margin-left: -30px;
    padding-top: 10px;
    padding-bottom: 19px; }
    .pagetitle h1 {
      width: 300px;
      text-align: center;
      margin-left: 0px; }
  .pagetitleholder {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px; }
  .socialholder {
    width: 100%;
    text-align: center;
    padding: 0; }
  .socialicons {
    float: none;
    margin: 0 auto;
    width: 274px; }
  .homeslider,
  .mapsholder {
    width: 360px;
    margin-left: -30px; }
  .teasers .topline,
  .teasers .subline {
    width: 260px; }
  .portfolio4column .teaser .scalevid {
    width: 300px; }
  .whitebackground,
  .headerline,
  .footerwrap,
  .subfooterwrap {
    width: 360px;
    margin-left: -180px; }
  .footer,
  .subfooter {
    width: 300px; }
  .pricing.fivecols .pricecol ul,
  .pricing.fourcols .pricecol ul,
  .pricing.threecols .pricecol ul {
    width: 100%; }
  .pricecol.highlight ul {
    margin-top: 0; }
  .pricing .highlight .thead {
    padding-top: 10px; }
  .pricing .highlight .buy {
    padding-top: 15px;
    padding-bottom: 15px; }
  .pricing ul {
    margin-bottom: 20px; }
  .postholder {
    width: 300px; }
  .fullblog .postholder,
  .fullblog .blogimage .mediaitem {
    width: 300px; }
  .nodate .postholder,
  .nodate .blogimage .mediaitem {
    width: 300px; }
  .nodate.fullblog .postholder,
  .nodate.fullblog .blogimage .mediaitem {
    width: 300px; }
  .sideview.nodate.fullblog .blogimage,
  .sideview.nodate.fullblog .postbody {
    width: 300px; }
  .sideview.fullblog .blogimage,
  .sideview.fullblog .postbody,
  .sideview.fullblog .blogimage .mediaitem,
  .sideview.fullblog.nodate .blogimage .mediaitem {
    width: 300px; }
  .sideview .blogimage {
    margin-bottom: 14px; }
  .sideview.fullblog .blogtitle,
  .sideview.fullblog .postinfo {
    float: right;
    width: 300px; }
  .sideview.fullblog.nodate .blogtitle,
  .sideview.fullblog.nodate .postinfo {
    float: right;
    width: 300px; } }

/* Responsive Menu
   */
#mainmenu {
  visibility: visible; }

#responsive-menu {
  display: none;
  float: left; }

@media only screen and (max-width: 767px) {
  #mainmenu {
    visibility: hidden;
    height: 0; }
  #responsive-menu {
    display: inline-block;
    width: 100%;
    margin-top: 25px; } }

/* ------------------------------------------------------------------------
      Class: prettyPhoto
      Use: Lightbox clone for jQuery
      Author: Stephane Caron (http://www.no-margin-for-errors.com)
      Version: 3.1.3
  ------------------------------------------------------------------------- */
div.pp_default .pp_top {
  height: 13px; }
  div.pp_default .pp_top .pp_middle,
  div.pp_default .pp_top .pp_left,
  div.pp_default .pp_top .pp_right {
    height: 13px; }

div.pp_default .pp_bottom {
  height: 13px; }
  div.pp_default .pp_bottom .pp_left,
  div.pp_default .pp_bottom .pp_middle,
  div.pp_default .pp_bottom .pp_right {
    height: 13px; }

div.pp_default .pp_top .pp_left {
  background: url(/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; }

div.pp_default .pp_top .pp_middle {
  background: url(/images/prettyPhoto/default/sprite_x.png) top left repeat-x; }

div.pp_default .pp_top .pp_right {
  background: url(/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; }

div.pp_default .pp_content .ppt {
  color: #f8f8f8; }

div.pp_default .pp_content_container .pp_left {
  background: url(/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px; }

div.pp_default .pp_content_container .pp_right {
  background: url(/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px; }

div.pp_default .pp_next:hover {
  background: url(/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer; }

div.pp_default .pp_previous:hover {
  background: url(/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer; }

div.pp_default .pp_expand {
  background: url(/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px; }
  div.pp_default .pp_expand:hover {
    background: url(/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer; }

div.pp_default .pp_contract {
  background: url(/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px; }
  div.pp_default .pp_contract:hover {
    background: url(/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer; }

div.pp_default .pp_close {
  background: url(/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
  height: 30px;
  width: 30px; }

div.pp_default .pp_gallery ul li a {
  background: url(/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa; }

div.pp_default .pp_social {
  margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  left: auto;
  position: static; }

div.pp_default .pp_nav .pp_play {
  background: url(/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

div.pp_default .pp_nav .pp_pause {
  background: url(/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
  background-position: -51px -29px; }

div.pp_default a.pp_arrow_previous {
  background: url(/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0;
  width: 20px; }

div.pp_default a.pp_arrow_next {
  background: url(/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0;
  width: 20px;
  background-position: -82px -3px;
  left: 52px; }

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px; }

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  position: relative;
  width: 110px; }
  div.pp_default .pp_nav .currentTextHolder {
    color: #999;
    font-family: Georgia;
    font-size: 11px;
    font-style: italic;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px; }

div.pp_default .pp_close:hover {
  opacity: 0.7; }

div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover {
  opacity: 0.7; }

div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0; }

div.pp_default .pp_bottom .pp_left {
  background: url(/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; }

div.pp_default .pp_bottom .pp_middle {
  background: url(/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; }

div.pp_default .pp_bottom .pp_right {
  background: url(/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; }

div.pp_default .pp_loaderIcon {
  background: url(/images/prettyPhoto/default/loader.gif) center center no-repeat; }

div.light_rounded .pp_top .pp_left {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; }

div.light_rounded .pp_top .pp_right {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; }

div.light_rounded .pp_next:hover {
  background: url(/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_rounded .pp_previous:hover {
  background: url(/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_rounded .pp_expand {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }
  div.light_rounded .pp_expand:hover {
    background: url(/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer; }

div.light_rounded .pp_contract {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }
  div.light_rounded .pp_contract:hover {
    background: url(/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer; }

div.light_rounded .pp_close {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px; }

div.light_rounded .pp_nav .pp_play {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_nav .pp_pause {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_arrow_previous {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; }

div.light_rounded .pp_arrow_next {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; }

div.light_rounded .pp_bottom .pp_left {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; }

div.light_rounded .pp_bottom .pp_right {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .pp_top .pp_left {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; }

div.dark_rounded .pp_top .pp_right {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; }

div.dark_rounded .pp_content_container .pp_left {
  background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; }

div.dark_rounded .pp_content_container .pp_right {
  background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; }

div.dark_rounded .pp_next:hover {
  background: url(/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_previous:hover {
  background: url(/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_expand {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }
  div.dark_rounded .pp_expand:hover {
    background: url(/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer; }

div.dark_rounded .pp_contract {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }
  div.dark_rounded .pp_contract:hover {
    background: url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer; }

div.dark_rounded .pp_close {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px; }

div.dark_rounded .pp_description {
  color: #fff;
  margin-right: 85px; }

div.dark_rounded .pp_nav .pp_play {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_nav .pp_pause {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_arrow_previous {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; }

div.dark_rounded .pp_arrow_next {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; }

div.dark_rounded .pp_bottom .pp_left {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; }

div.dark_rounded .pp_bottom .pp_right {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .pp_loaderIcon {
  background: url(/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; }

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000; }

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0; }

div.dark_square .pp_loaderIcon {
  background: url(/images/prettyPhoto/dark_square/loader.gif) center center no-repeat; }

div.dark_square .pp_expand {
  background: url(/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }
  div.dark_square .pp_expand:hover {
    background: url(/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer; }

div.dark_square .pp_contract {
  background: url(/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }
  div.dark_square .pp_contract:hover {
    background: url(/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer; }

div.dark_square .pp_close {
  background: url(/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px; }

div.dark_square .pp_nav {
  clear: none; }
  div.dark_square .pp_nav .pp_play {
    background: url(/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px; }
  div.dark_square .pp_nav .pp_pause {
    background: url(/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px; }

div.dark_square .pp_arrow_previous {
  background: url(/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; }

div.dark_square .pp_arrow_next {
  background: url(/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; }

div.dark_square .pp_next:hover {
  background: url(/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_square .pp_previous:hover {
  background: url(/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_square .pp_expand {
  background: url(/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }
  div.light_square .pp_expand:hover {
    background: url(/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer; }

div.light_square .pp_contract {
  background: url(/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }
  div.light_square .pp_contract:hover {
    background: url(/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer; }

div.light_square .pp_close {
  background: url(/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px; }

div.light_square .pp_nav .pp_play {
  background: url(/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_nav .pp_pause {
  background: url(/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_arrow_previous {
  background: url(/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; }

div.light_square .pp_arrow_next {
  background: url(/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; }

div.light_square .pp_next:hover {
  background: url(/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_square .pp_previous:hover {
  background: url(/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .pp_top .pp_left {
  background: url(/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; }

div.facebook .pp_top .pp_middle {
  background: url(/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; }

div.facebook .pp_top .pp_right {
  background: url(/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; }

div.facebook .pp_content_container .pp_left {
  background: url(/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; }

div.facebook .pp_content_container .pp_right {
  background: url(/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; }

div.facebook .pp_expand {
  background: url(/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }
  div.facebook .pp_expand:hover {
    background: url(/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer; }

div.facebook .pp_contract {
  background: url(/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }
  div.facebook .pp_contract:hover {
    background: url(/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer; }

div.facebook .pp_close {
  background: url(/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 22px; }

div.facebook .pp_description {
  margin: 0 37px 0 0; }

div.facebook .pp_loaderIcon {
  background: url(/images/prettyPhoto/facebook/loader.gif) center center no-repeat; }

div.facebook .pp_arrow_previous {
  background: url(/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }
  div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default; }

div.facebook .pp_arrow_next {
  background: url(/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }
  div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default; }

div.facebook .pp_nav {
  margin-top: 0; }
  div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px; }
  div.facebook .pp_nav .pp_play {
    background: url(/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px; }
  div.facebook .pp_nav .pp_pause {
    background: url(/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px; }

div.facebook .pp_next:hover {
  background: url(/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.facebook .pp_previous:hover {
  background: url(/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .pp_bottom .pp_left {
  background: url(/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; }

div.facebook .pp_bottom .pp_middle {
  background: url(/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; }

div.facebook .pp_bottom .pp_right {
  background: url(/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; }

div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }
  .pp_content_container .pp_left {
    padding-left: 20px; }
  .pp_content_container .pp_right {
    padding-right: 20px; }
  .pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0; }
  .pp_social .facebook {
    float: left;
    margin-left: 5px;
    overflow: hidden;
    width: 55px; }
  .pp_social .twitter {
    float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }
  .pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap; }
  .pp_nav .pp_play,
  .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px; }

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }
  .pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative; }
  .pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap; }
    .pp_gallery ul a {
      border: 1px rgba(0, 0, 0, 0.5) solid;
      display: block;
      float: left;
      height: 33px;
      overflow: hidden; }
      .pp_gallery ul a img {
        border: 0; }
  .pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0; }
    .pp_gallery li.default a {
      background: url(/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
      display: block;
      height: 33px;
      width: 50px; }
  .pp_gallery .pp_arrow_previous,
  .pp_gallery .pp_arrow_next {
    margin-top: 7px !important; }

a.pp_next {
  background: url(/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_previous {
  background: url(/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  display: block;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: 0; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px; }

#pp_full_res {
  line-height: 1 !important; }
  #pp_full_res .pp_inline {
    text-align: left; }
    #pp_full_res .pp_inline p {
      margin: 0 0 15px; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999; }

div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #fff; }

div.pp_default #pp_full_res .pp_inline {
  color: #000; }

div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline {
  color: #000; }

div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline {
  color: #000; }

div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000; }

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff; }

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff; }

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative; }

div.light_rounded .pp_top .pp_middle {
  background: #fff; }

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
  background: #fff; }

div.light_rounded .pp_bottom .pp_middle {
  background: #fff; }

div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
  background: #fff; }

div.facebook .pp_content {
  background: #fff; }

div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px; }

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }

div.dark_rounded .currentTextHolder {
  color: #c4c4c4; }

div.dark_square .currentTextHolder {
  color: #c4c4c4; }

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff; }

.pp_top,
.pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_top,
* html .pp_bottom {
  padding: 0 20px; }

.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_fade,
.pp_gallery li.default a img {
  display: none; }

/* WP CORE STYLES */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

img.size-auto, img.size-large, img.size-full, img.size-medium {
  max-width: 100%;
  height: auto; }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 0px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 0px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 20px; }

/* Preview Only Styles */
#optionswrap {
  position: fixed;
  z-index: 90;
  left: -117px;
  top: 180px;
  width: 75px;
  height: 248px;
  background: #eee;
  border: 1px solid #ccc;
  padding: 20px;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); }

#optionsbtn {
  position: absolute;
  width: 30px;
  height: 92px;
  left: 115px;
  top: 0;
  margin-top: -1px;
  cursor: pointer;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }

.hiddenpat {
  width: 0px;
  height: 0px;
  display: none; }

.optext {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: #777;
  float: left;
  width: 75px;
  margin-bottom: 5px;
  margin-top: -7px; }

.opt1,
.opt2,
.opt3 {
  float: left;
  width: 75px;
  height: 70px;
  cursor: pointer; }

iframe.twitter-timeline {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  display: none; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: all 2s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
  transition: translateY(20px);
}

