.services span {
  display: block
}

.icon-1 {
  background: url(../images/slubne-historie-icon.png) no-repeat center top;
  height: 55px;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
  position: relative;
  top: -5px
}

.services div:hover .icon-1 {
  background-position: center bottom
}

.icon-2 {
  background: url(../images/blog-icon.png) no-repeat center top;
  height: 55px;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
  position: relative;
  top: -5px
}

.services div:hover .icon-2 {
  background-position: center bottom
}

.icon-3 {
  background: url(../images/produkty-icon.png) no-repeat center top;
  height: 55px;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
  position: relative;
  top: 0px
}

.services div:hover .icon-3 {
  background-position: center bottom
}

.icon-4 {
  background: url(../images/oferta-icon.png) no-repeat center top;
  height: 55px;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
  position: relative;
  top: -3px
}

.services div:hover .icon-4 {
  background-position: center bottom
}

#header-w2 {
  top: -100px;
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75)
}

.primary-menu .current_page_parent > a, .primary-menu .current-menu-item, .primary-menu .current-menu-item > a {
  background: #ed135d !important;
  color: #fff !important
}

.fixed .primary-menu ul {
  padding-right: 0 !important
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, .primary-menu ul li a, .section-title .title, .section-title .title a, .section-title h1.title span, .section-title p, #footer h3, .services h2, .item-info h3, .item-info-overlay h3, #contact-intro h1.title, #contact-intro p, .widget h3.title, .post-title h2.title, .post-title h2.title a {
  font-family: 'Oswald', sans-serif
}

pre, code {
  font-family: "Times New Roman", Times, serif;
  white-space: pre;
  padding: 20px;
  letter-spacing: 0.1em
}

pre {
  padding: 5px
}

code {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  font-size: 11px;
  color: #666666;
  padding: 3px;
  padding-left: 10px;
  background-color: #f8f8f8
}

.clear:after {
  clear: both;
  content: "";
  display: block
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-collapse: separate;
  border-spacing: 0px;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  text-decoration: none
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0px
}

::-moz-selection {
  color: #fff;
  background: #707070
}

::selection {
  color: #fff;
  background: #707070
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #676767;
  background: repeat 0 0 #f8f8f8
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  font-weight: normal;
  clear: both
}

h1 {
  font-size: 42px;
  line-height: 44px
}

h2 {
  font-size: 32px;
  line-height: 34px
}

h3 {
  font-size: 24px;
  line-height: 29px
}

h4 {
  font-size: 20px;
  line-height: 25px
}

h5 {
  font-size: 16px;
  line-height: 21px
}

h6 {
  font-size: 14px;
  line-height: 17px
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  font-size: 22px;
  line-height: 20px;
  font-weight: 300
}

ul, ol {
  display: block;
  padding: 0px;
  margin: 0 0 14px 17px
}

blockquote {
  float: left;
  width: 60%;
  margin: 10px 15px 10px 0;
  color: #aaa;
  background: url(../images/sprite.png) no-repeat scroll 0 -330px transparent;
  font: 16px/17px Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  padding-left: 40px
}

blockquote.right {
  float: right;
  margin: 10px 0 15px 15px
}

blockquote p {
  padding-left: 0px
}

p {
  margin-bottom: 14px
}

p:last-child {
  margin-bottom: 0
}

em {
  font-style: italic
}

strong, b {
  font-weight: bold
}

input, textarea, select, #recaptcha_response_field {
  outline: medium none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #bbb;
  border: 1px solid #ddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  background-color: #fff;
  padding: 8px
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #8DC5C5;
  color: #676767;
  box-shadow: 0 0 4px rgba(82, 168, 236, 0.5);
  -moz-box-shadow: 0 0 4px rgba(82, 168, 236, 0.5);
  -webkit-box-shadow: 0 0 4px rgba(82, 168, 236, 0.5)
}

input.submit, input.submit:focus, input.submit:active {
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-decoration: none !important;
  padding: 7px;
  border: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0
}

input.submit:hover {
  background-color: #444
}

a {
  -webkit-transition: all 0.14s ease 0s;
  -moz-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
  outline: none
}

a:hover {
  color: #444
}

.title, .title a {
  text-decoration: none
}

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden
}

.alignleft {
  float: left;
  margin: 10px 20px 10px 0
}

.alignright {
  float: right;
  margin: 10px 0 10px 20px
}

.aligncenter {
  display: block;
  margin: 10px auto 10px auto
}

.text-align-right {
  text-align: right
}

.text-align-left {
  text-align: left
}

.text-align-center {
  text-align: center
}

.divider {
  float: left;
  width: 100%;
  height: 70px
}

.divider-border {
  border-top: 2px solid #eee;
  float: left;
  width: 100%;
  margin: 40px 0
}

#wrapper {
  width: 100%
}

.content-wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.header {
  width: 960px;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 2px solid #eee
}

#contact-fullwidth.header {
  border-bottom: none;
  margin: 0 auto
}

#logo {
  margin-top: 35px
}

#logo, #logo a {
  float: left
}

.primary-menu {
  float: right;
  margin: 0;
  padding: 0
}

.primary-menu select {
  display: none
}

.primary-menu select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #eee;
  cursor: pointer;
  width: 100%;
  padding: 7px;
  margin: 38px 0;
  color: #676767
}

.primary-menu ul {
  margin: 0;
  padding: 30px 0;
  list-style-type: none;
  float: right
}

.primary-menu ul li:hover {
  visibility: inherit
}

.primary-menu ul li {
  position: relative;
  display: inline;
  float: left;
  margin: 0 0 0 -1px;
  background: url(../images/sprite.png) no-repeat scroll right -153px transparent
}

.primary-menu ul li:last-child {
  background: none
}

.primary-menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: #676767;
  padding: 17px 15px;
  display: block;
  float: left
}

.primary-menu ul ul li a {
  width: 84%
}

.primary-menu ul li a:hover, .primary-menu ul li.sfHover a {
  background-color: #444;
  color: #fff
}

.primary-menu .current {
  color: #fff !important
}

.primary-menu ul li a.logo {
  display: none;
  margin: 0
}

.primary-menu ul ul {
  position: absolute;
  top: -9999em;
  width: 180px;
  background: #444;
  z-index: 9999
}

.primary-menu ul ul li {
  width: 100%
}

.primary-menu ul li:hover ul {
  left: 0;
  top: 51px
}

.primary-menu ul li:hover li ul {
  top: -9999em
}

.primary-menu ul li li:hover ul {
  left: 180px;
  top: 0
}

.primary-menu ul ul {
  padding: 0;
  margin: 0
}

.primary-menu ul ul li {
  margin: 0;
  background: none;
  border-bottom: 1px solid #555
}

.primary-menu ul ul li:last-child {
  border-bottom: none
}

.primary-menu ul ul li a {
  font-size: 11px;
  padding: 12px 15px
}

.primary-menu ul li:hover ul li a {
  color: #999
}

.primary-menu ul li:hover ul li a:hover {
  color: #fff
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
  height: 59px
}

.fixed .header {
  border-bottom: none;
  margin-left: -30px;
  width: 1020px;
  background-color: #f8f8f8;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}

.fixed #logo {
  display: none
}

.fixed .logo2 {
  position: absolute;
  left: 30px;
  top: 12px
}

.fixed .primary-menu ul {
  padding: 0 30px 0 0
}

.fixed .primary-menu ul li ul {
  padding: 0 0 0 0
}

.fixed .primary-menu ul li {
  background: url(../images/sprite.png) no-repeat scroll right -149px transparent
}

.fixed .primary-menu ul li:last-child {
  background: none
}

.fixed .primary-menu ul li a {
  color: #676767;
  padding: 21px 15px
}

.fixed .primary-menu ul li a:hover, .fixed .primary-menu ul li.sfHover a {
  background-color: #444;
  color: #fff
}

.fixed .primary-menu .current {
  color: #fff
}

.fixed .primary-menu ul li:hover ul {
  top: 59px
}

.fixed .primary-menu ul ul li {
  background: none
}

.fixed .primary-menu ul li:hover ul li a {
  padding: 12px 15px;
  background: #444;
  color: #999
}

.fixed .primary-menu ul li:hover ul li a:hover {
  color: #fff
}

.fixed .primary-menu ul li ul li ul {
  margin-top: -59px
}

.section-title {
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  clear: both
}

.section-title .title, .section-title .title a {
  display: inline;
  word-spacing: 5px
}

.section-title h1.title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0
}

.section-title h1.title span {
  font-weight: 300;
  text-transform: none;
  color: #aaa
}

.section-title p {
  font-weight: 300;
  font-size: 22px;
  line-height: 27px
}

.section-title .section-nav ul {
  padding: 20px;
  margin: 0 auto
}

#footer {
  color: #999;
  font-size: 11px;
  float: left;
  margin-top: 50px
}

#footer a {
  color: #ccc;
  font-weight: bold
}

#footer h3 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  display: block
}

#footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

#footer ul li {
  margin-bottom: 15px
}

#footer ul li .date {
  font: normal 11px/20px Helvetica, Arial, sans-serif;
  display: block
}

#footer-content {
  width: 960px;
  margin: 0 0 0 -30px;
  padding: 0 30px;
  background-color: #444
}

#footer-bottom, #footer-top {
  padding: 35px 0;
  overflow: hidden;
  position: relative
}

#footer-bottom {
  background-color: #333;
  font-size: 11px;
  padding: 25px 25px 18px 25px
}

#footer-bottom p {
  margin-bottom: 0
}

.one, .one-half, .two-third, .one-third, .one-fourth {
  float: left;
  position: relative;
  margin-right: 4%
}

.one {
  width: 100%;
  margin-right: 0
}

.one-half {
  width: 48%
}

.two-third {
  width: 65.33%
}

.one-third {
  width: 30.66%
}

.one-fourth {
  width: 22%
}

.last {
  margin-right: 0 !important
}

.team {
  background-color: #f8f8f8;
  position: relative
}

.team-member-info {
  padding: 15px;
  overflow: hidden
}

.team-member-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.team-member-info li {
  display: inline
}

.team-member-info h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px
}

.team-member-info h3 {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 17px
}

.team-member-info p {
  margin-top: 13px
}

div.arrow {
  background: url(../images/sprite.png) no-repeat 0 -128px transparent;
  height: 6px;
  width: 12px;
  margin: -10px 0 0 17px;
  position: relative
}

.team-member-info h2, .team-member-info h3, .team-member-info p {
  margin-bottom: 0
}

.team-member-info .social-personal {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px dotted #CCCCCC
}

.team-member-info .social-personal li {
  display: inline;
  float: left
}

.team-member-info .social-personal li a {
  padding: 0 5px;
  font-size: 11px;
  color: #676767
}

.team-member-info .social-personal li a:hover {
  color: #fff
}

.team-member-info .social-personal li span {
  font-size: 10px
}

.photostream-wrapper, #footer .photostream-wrapper {
  float: left
}

.photostream ul, #footer .photostream ul, .widget .photostream ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: -10px
}

.photostream ul li, #footer .photostream ul li, .widget .photostream ul li {
  width: auto;
  float: left;
  margin: 0 0 10px 10px
}

.photostream a, #footer .photostream a, .photostream img, #footer .photostream img {
  height: 40px;
  width: 40px
}

.photostream a, #footer .photostream a {
  border: 1px solid #eee;
  padding: 4px;
  display: block
}

#footer .photostream a {
  border: 1px solid #555
}

.photostream img, #footer .photostream img {
  opacity: 0.7;
  filter: alpha(opacity=70)
}

.photostream a:hover img, #footer .photostream a:hover img {
  opacity: 1;
  filter: alpha(opacity=100)
}

.skills-graph {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none
}

.skills-graph li, .skills-graph li span {
  -moz-border-radius: 300px 300px 300px 300px;
  -webkit-border-radius: 300px 300px 300px 300px;
  border-radius: 300px 300px 300px 300px
}

.skills-graph li {
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase
}

.skills-graph li p {
  margin-bottom: 0
}

.skills-graph li strong {
  margin-left: 5px;
  color: #444
}

.skills-graph li span {
  height: 13px
}

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left
}

.grid li {
  float: left;
  border-bottom: 1px dashed #ddd;
  border-right: 1px dashed #ddd
}

.grid.row3 li {
  width: 319px
}

.grid.row4 li {
  width: 239px
}

.grid.row5 li {
  width: 191px
}

.grid.row6 li {
  width: 159px
}

.grid li.last {
  border-right: none
}

.grid li.last-row {
  border-bottom: none
}

.grid img {
  display: block;
  margin: 0 auto
}

.services div {
  padding: 15px 10px;
  text-align: center
}

.services div a {
  color: #676767
}

.services div:hover, .services div:hover a {
  color: #FFFFFF
}

.services div:hover a {
  background-color: #444
}

.services img, .services h2 {
  display: block;
  margin-bottom: 20px
}

.services h2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase
}

.clients img {
  -moz-transition: all 0.14s ease 0s;
  -webkit-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
  opacity: 0.5;
  filter: alpha(opacity=50)
}

.clients img:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.button {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.button.right {
  float: right
}

.button, .button:hover {
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase
}

.button:hover {
  background-color: #444
}

.small {
  padding: 0 6px;
  font-size: 11px;
  line-height: 16px
}

.medium {
  font-size: 11px;
  padding: 7px 14px !important
}

.large {
  padding: 11px 19px 11px 19px !important;
  font-size: 17px
}

.rounded {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px
}

.grey {
  background-color: #444
}

.yellow {
  background-color: #FEEB43;
  color: #707070
}

.orange {
  background-color: #f96e5b
}

.green {
  background-color: #78d18b
}

.tealgreen {
  background-color: #3ea9a1
}

.blue {
  background-color: #7CC0CB
}

.navyblue {
  background-color: #657383
}

.purple {
  background-color: #9a86a2
}

.magenta {
  background-color: #C25283
}

.pink {
  background-color: #F9A7B0
}

.red {
  background-color: #dc4f49
}

.cream {
  background-color: #C9C299
}

.highlight1 {
  color: #FFFFFF;
  padding: 0 2px
}

.highlight2 {
  background-color: #444;
  color: #FFFFFF;
  padding: 0 2px
}

.highlight3 {
  border-bottom: 1px dotted
}

.dropcap1 {
  float: left;
  font-size: 53px;
  line-height: 50px;
  color: #444;
  margin: 0 8px 0 0;
  font-weight: bold
}

.dropcap2 {
  background-color: #444;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 24px;
  line-height: 32px;
  margin: 6px 8px 0 0;
  padding: 5px 0;
  text-align: center;
  width: 44px
}

.dropcap3 {
  background-color: #444;
  border-radius: 55px 55px 55px 55px;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 24px;
  line-height: 44px;
  margin: 6px 8px 0 0;
  text-align: center;
  width: 44px
}

.check-list ul, .arrow-list ul, .star-list ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block
}

.check-list ul li, .arrow-list ul li, .star-list ul li {
  margin-bottom: 5px;
  padding-left: 20px
}

.arrow-list ul li {
  background: url(../images/bullet-ul.png) no-repeat scroll -82px 5px transparent
}

.check-list ul li {
  background: url(../images/bullet-ul.png) no-repeat scroll -42px -45px transparent
}

.star-list ul li {
  background: url(../images/bullet-ul.png) no-repeat scroll 0px -82px transparent
}

.colored-counter-list ul {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0
}

.colored-counter-list ul > li {
  position: relative;
  list-style: none;
  padding-left: 35px;
  margin-bottom: 13px
}

.colored-counter-list ul > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  margin-right: 8px;
  padding: 3px 0;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #444;
  color: #fff
}

.toggle-wrap {
  float: left;
  width: 100%;
  margin-bottom: 6px
}

.trigger a {
  display: block;
  padding: 10px;
  padding-left: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #676767;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  background: url(../images/bullet-toggle.png) no-repeat right 15px #f8f8f8
}

.trigger.active a {
  background: url(../images/bullet-toggle.png) no-repeat right -20px #f8f8f8
}

.toggle-container {
  overflow: hidden;
  float: left;
  padding: 15px
}

.trigger-button {
  float: left;
  width: 100%;
  padding: 10px 0 10px 0;
  margin-bottom: 6px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
  background: url(../images/bullet-toggle.png) no-repeat right 15px #f8f8f8;
  cursor: pointer
}

.trigger-button span {
  padding-left: 15px
}

.trigger-button.active {
  background: url(../images/bullet-toggle.png) no-repeat right -20px #f8f8f8
}

.accordion {
  float: left;
  padding: 8px 15px 22px 15px
}

.portfolio-grid ul li a.hide {
  display: none
}

.portfolio-grid {
  width: 965px;
  margin: 0 0 0 -5px;
  padding: 0;
  float: left
}

.portfolio-grid ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.portfolio-grid ul li {
  float: left;
  margin: 0 0 5px 5px;
  padding: 0;
  position: relative;
  background-color: #f8f8f8
}

.isotope-item {
  z-index: 1
}

.isotope-hidden {
  z-index: 0
}

.portfolio-grid ul li.col2 {
  width: 477px
}

.portfolio-grid ul li.col3 {
  width: 316px
}

.portfolio-grid ul li.col4 {
  width: 236px
}

.portfolio-grid ul li img {
  float: left
}

.item-info {
  padding: 15px;
  float: left
}

.item-info h3, .item-info-overlay h3 {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 0
}

.item-info h3.title a {
  color: #676767
}

.item-info-overlay h3.title a {
  color: #fff
}

.item-info-overlay h3.title a:hover {
  color: #444
}

.item-info h4, .item-info-overlay h4 {
  font-size: 11px;
  line-height: 14px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 0
}

.item-info-overlay {
  color: #fff;
  font-size: 11px
}

.item-info-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 120
}

.item-info-overlay div {
  padding: 0 9% 9% 9%
}

.item-info-overlay h3 {
  padding: 9% 9% 2% 9%;
  font-size: 17px
}

.item-info-overlay p {
  margin-top: 10px;
  padding-top: 10px
}

.item-info-overlay a.preview, .item-info-overlay a.view {
  position: absolute;
  bottom: 0px;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  text-indent: -9999px;
  height: 37px;
  width: 37px;
  z-index: 110
}

.item-info-overlay a.view {
  background: url(../images/sprite.png) no-repeat scroll 11px 13px #333;
  right: 0px
}

.item-info-overlay a.view:hover {
  background: url(../images/sprite.png) no-repeat scroll 11px -18px #333
}

.item-info-overlay a.preview {
  background: url(../images/sprite.png) no-repeat scroll 12px -50px #333;
  right: 38px
}

.item-info-overlay a.preview:hover {
  background: url(../images/sprite.png) no-repeat scroll 12px -83px #333
}

.portfolio-grid ul.shaped li {
  margin: 0 0 15px 5px;
  background-color: transparent
}

.shaped .item-container {
  display: block;
  position: relative
}

.shaped .item-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99
}

.shaped .item-container img {
  z-index: 9
}

.shaped .item-info-overlay {
  text-align: center
}

.shaped .item-info-overlay a.preview, .shaped .item-info-overlay a.view {
  bottom: 30px;
  height: 30px;
  width: 30px
}

.shaped .item-info-overlay a.view {
  background: url(../images/sprite.png) no-repeat scroll 7px 10px #333;
  right: 88px
}

.shaped .item-info-overlay a.view:hover {
  background: url(../images/sprite.png) no-repeat scroll 7px -21px #333
}

.shaped .item-info-overlay a.preview {
  background: url(../images/sprite.png) no-repeat scroll 9px -53px #333;
  right: 119px
}

.shaped .item-info-overlay a.preview:hover {
  background: url(../images/sprite.png) no-repeat scroll 9px -86px #333
}

.hexagon .item-container {
  width: 236px;
  height: 257px;
  overflow: hidden
}

.hexagon .item-mask {
  background: url(../images/mask-hexagon.png) no-repeat 0 0 transparent;
  width: 236px;
  height: 257px
}

.hexagon .item-container img {
  height: 257px
}

.hexagon .item-info-overlay {
  background: url(../images/mask-hexagon.png) no-repeat 0 0
}

.hexagon .item-info-overlay h3 {
  padding: 30% 0% 2% 0%
}

.circle .item-container {
  width: 236px;
  height: 232px;
  overflow: hidden
}

.circle .item-mask {
  background: url(../images/mask-circle.png) no-repeat 0 0 transparent;
  width: 236px;
  height: 232px
}

.circle .item-container img {
  height: 232px
}

.circle .item-info-overlay {
  background: url(../images/mask-circle.png) no-repeat 0 0
}

.circle .item-info-overlay div {
  padding: 9%
}

.circle .item-info-overlay h3 {
  padding: 9% 9% 2% 9%
}

.triangle .item-container {
  width: 316px;
  height: 272px;
  overflow: hidden
}

.triangle .item-mask {
  background: url(../images/mask-triangle.png) no-repeat 0 0 transparent;
  width: 316px;
  height: 272px
}

.triangle .item-container img {
  height: 272px
}

.triangle .item-info-overlay {
  background: url(../images/mask-triangle.png) no-repeat 0 0
}

.triangle .item-info-overlay div {
  padding: 19%
}

.triangle .item-info-overlay h3 {
  padding: 18% 14% 2% 14%
}

.item-info-overlay p {
  margin-top: 5px;
  padding-top: 5px
}

.shaped.triangle .item-info-overlay a.preview, .shaped.triangle .item-info-overlay a.view {
  bottom: 10px
}

.shaped.triangle .item-info-overlay a.preview {
  right: 54px
}

.shaped.triangle .item-info-overlay a.view {
  right: 23px
}

.filterable {
  width: 100%;
  float: left;
  padding-bottom: 25px
}

.filterable ul {
  margin: 0 auto
}

.filterable li {
  background: none;
  display: inline;
  float: left
}

.filterable li:last-child {
  background: none
}

.filterable li:last-child a {
  margin: 0 0 0 7px
}

.filterable li a {
  font-size: 11px;
  color: #aaa;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  margin: 0 5px;
  padding: 0 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.filterable li a:hover {
  color: #444
}

.filterable li.current a {
  color: #444
}

.filterable li span {
  font-size: 11px;
  color: #ccc
}

ul.item-nav {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%
}

ul.item-nav li {
  float: left;
  margin-left: 1px;
  background: #444;
  -webkit-transition: all 0.14s ease 0s;
  -moz-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s
}

ul.item-nav li a {
  background: url(../images/sprite.png) no-repeat scroll 0 0 transparent;
  display: block;
  height: 45px;
  width: 45px;
  text-indent: -9999px;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s
}

ul.item-nav li.prev a {
  background-position: 17px -212px
}

ul.item-nav li.next a {
  background-position: 17px -282px
}

ul.item-nav li.all a {
  background-position: 12px -247px
}

#wrapper.fullwidth {
  margin-bottom: 40px
}

.google-map.fullwidth {
  height: 700px;
  width: 1020px;
  z-index: 9;
  top: 0px;
  margin: -4px 0 0 -30px
}

#contact-mask {
  display: none;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 999
}

#contact-intro {
  width: 960px;
  margin: 0 auto;
  padding: 45px 0 0 0;
  overflow: hidden
}

#contact-intro h1.title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase
}

#contact-intro p {
  font-weight: 300;
  font-size: 22px;
  line-height: 27px
}

.contact-button {
  margin-top: 45px
}

.contact-popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 960px
}

.contact-popup .form {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}

.contact-popup .close {
  position: absolute;
  top: 40px;
  right: 0px
}

.google-map {
  height: 300px;
  width: 100%
}

.form, .contact-success {
  padding: 5%;
  background-color: #f8f8f8;
  overflow: hidden
}

.contact-success {
  padding: 20px;
  color: #fff;
  font-size: 11px
}

.form ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.form li {
  position: relative
}

.form input, .form textarea, #recaptcha_response_field, .form select {
  width: 85%;
  margin-bottom: 12px;
  position: relative
}

.form select {
  width: auto
}

.form textarea {
  width: 96%;
  height: 150px;
  resize: none
}

.form input.submit {
  width: 130px
}

.form li p, .form input.submit {
  margin-bottom: 0
}

.form em {
  color: #aaaaaa;
  display: inline;
  font-size: 11px;
  font-style: normal;
  font-weight: bold
}

.form .contact-error {
  color: #c70000;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 60px
}

.contact-info {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.extra-padding {
  padding-top: 12px !important
}

#panel {
  position: fixed;
  top: 70px;
  z-index: 999
}

#panel-admin {
  float: left;
  width: 170px;
  padding: 20px;
  background: #333;
  color: #999999
}

.open {
  background: url(../images/style-panel-button.png) no-repeat 0 0 transparent;
  display: block;
  height: 190px;
  width: 33px;
  float: right
}

#panel-admin select, #panel-admin select:focus {
  width: 100%;
  padding: 3px;
  margin: 10px 0 15px 0;
  font-size: 12px;
  border: none;
  background-color: #fff
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #676767;
  background: #fff;
  border-top: 7px solid #f5f5f5
}

.content-wrapper {
  box-shadow: none;
  border-top: 2px solid #eee;
  padding: 0 0;
  background-color: transparent
}

#header-wrapper {
  width: 100%
}

#header-wrapper .fixed {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0)
}

.header {
  width: 960px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  border-bottom: none
}

#contact-fullwidth.header {
  border-bottom: none;
  margin: 0 auto
}

.fixed .header {
  box-shadow: none
}

.fixed {
  background-color: #f8f8f8
}

.fixed .header {
  border-bottom: none;
  background-color: transparent;
  margin-left: auto;
  width: 960px
}

.fixed #logo {
  display: none
}

.fixed .logo2 {
  position: absolute;
  left: 0px;
  top: 12px
}

.fixed #primary-menu ul {
  padding: 0
}

.fixed #primary-menu ul li {
  background: url(../images/sprite.png) no-repeat scroll right -149px transparent
}

.fixed #primary-menu ul li:last-child {
  background: none
}

.fixed #primary-menu ul li a {
  color: #676767;
  padding: 21px 15px
}

.fixed #primary-menu ul li a:hover, .fixed #primary-menu ul li.sfHover a {
  background-color: #444;
  color: #fff
}

.fixed #primary-menu ul li a.current {
  color: #fff
}

.fixed #primary-menu ul li:hover ul {
  top: 59px
}

.fixed #primary-menu ul ul li {
  background: none
}

.fixed #primary-menu ul li:hover ul li a {
  padding: 12px 15px;
  background: #444;
  color: #999
}

.fixed #primary-menu ul li:hover ul li a:hover {
  color: #fff
}

#footer {
  width: 100%;
  float: left;
  color: #999;
  background-color: #444;
  font-size: 11px;
  border-bottom: 7px solid #333
}

#footer-content {
  width: 960px;
  margin: 0 auto
}

.google-map.fullwidth {
  height: 700px;
  width: 100%;
  z-index: 9;
  top: 0px;
  margin: 0px
}

input.submit, input.submit:focus, input.submit:active {
  background: #86cdd0
}

a {
  color: #86cdd0
}

.primary-menu .current {
  background-color: #ed135d !important
}

.fixed .primary-menu .current {
  background-color: #ed135d !important
}

#footer a:hover {
  color: #86cdd0
}

.tweets a:hover, #footer .tweets a:hover, .tweets .tweet_time a:hover, #footer .tweets .tweet_time a:hover {
  color: #86cdd0
}

.photostream a:hover, #footer .photostream a:hover {
  background-color: #86cdd0;
  border: 1px solid #86cdd0
}

.team-member-info .social-personal li a:hover {
  background-color: #86cdd0
}

.skills-graph li span {
  background-color: #86cdd0
}

.services div:hover, .services div:hover a {
  background-color: #86cdd0
}

.grey:hover {
  background-color: #86cdd0
}

.highlight1 {
  background-color: #86cdd0
}

.item-info-overlay {
  background-color: #86cdd0
}

.hexagon .item-info-overlay {
  background-color: #86cdd0
}

.circle .item-info-overlay {
  background-color: #86cdd0
}

.triangle .item-info-overlay {
  background-color: #86cdd0
}

ul.item-nav li:hover {
  background-color: #86cdd0
}

.contact-success {
  background-color: #86cdd0
}

.form .contact-error {
  color: #c70000
}

.flex-direction-nav li a:hover {
  background-color: #86cdd0
}

.widget a:hover {
  color: #86cdd0
}

.widget ul#recentcomments a.author:hover {
  color: #86cdd0
}

.post-title h2.title a:hover {
  color: #86cdd0
}

.post-meta a:hover {
  color: #86cdd0
}

.post-info div.date {
  background-color: #86cdd0
}

.comment .author a:hover {
  color: #86cdd0
}

.comment .comment-meta .reply:hover {
  background-color: #86cdd0
}

.wp-pagenavi span.current {
  background-color: #86cdd0
}

.tagcloud a:hover {
  background-color: #86cdd0
}

#inner-content {
  width: 700px;
  float: left
}

#sidebar {
  width: 220px;
  float: right;
  font: normal 12px/17px Helvetica, Arial, sans-serif
}

.widget {
  margin-bottom: 40px;
  float: left;
  width: 100%
}

.widget h3.title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #aaa
}

.widget ul li {
  padding: 0;
  margin: 0 0 15px 0;
  float: left;
  width: 100%
}

.widget ul li a {
  color: #676767;
  font-weight: bold
}

.widget ul li span.date {
  color: #aaa;
  display: block;
  font-size: 11px;
  text-transform: uppercase
}

.widget img.alignleft {
  margin: 5px 15px 0 0;
  padding: 6px;
  background-color: #f4f4f4;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.widget.widget_archive li {
  float: left;
  margin-bottom: 5px
}

.widget ul#recentcomments a {
  font-size: 12px;
  text-transform: none;
  font-weight: bold
}

.widget ul#recentcomments a.url:hover {
  color: #f96e5b
}

.widget ul#recentcomments, .widget ul#recentcomments li a.url {
  color: #aaa;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal
}

.tagcloud a {
  color: #fff;
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 16px;
  float: left;
  padding: 2px 6px;
  margin: 0 4px 4px 0;
  background-color: #444;
  display: inline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.tagcloud a:hover {
  color: #fff !important
}

ul#recentcomments li, ul.bra_recent_entries li {
  margin: 0 0 15px 0
}

.widget .photostream a, .widget .photostream img {
  height: 50px;
  width: 50px
}

#searchform label {
  display: none
}

.post {
  border-bottom: 1px solid #eee;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  overflow: hidden
}

.post:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0
}

.blog1 .post-content {
  width: 600px;
  float: left
}

.one.blog1 .post-content {
  width: 850px;
  float: left
}

.blog3 .post-media {
  width: 270px;
  float: left;
  margin-right: 30px;
  margin-bottom: 0
}

.blog3 .post-content {
  width: 300px;
  float: left
}

.one.blog3 .post-content {
  float: left;
  width: 550px
}

.blog5 .post-content, .blog6 .post-content {
  width: 600px;
  float: right
}

.one.blog5 .post-content, .one.blog6 .post-content {
  width: 850px;
  float: right
}

.blog5 .post-info {
  margin-top: -153px;
  position: relative
}

.blog5 .post-title, .blog5 .post-meta, .blog6 .post-title, .blog6 .post-meta {
  width: 600px;
  float: right
}

.one.blog5 .post-title, .one.blog5 .post-meta, .one.blog6 .post-title, .one.blog6 .post-meta {
  width: 850px;
  float: right
}

.post-media, .post-title, .post-meta {
  display: block
}

.post-title h2.title {
  margin: 0
}

.post-title h2.title, .post-title h2.title a {
  color: #676767;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  word-spacing: 5px
}

.post h3.title {
  margin-bottom: 0;
  line-height: 27px
}

.post-media {
  margin-bottom: 20px
}

.post-meta ul {
  margin: 5px 0 15px 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  text-transform: uppercase
}

.post-meta li {
  margin: 0;
  display: inline
}

.post-meta span {
  color: #aaa
}

.post-meta a {
  color: #676767;
  display: inline-block;
  font-weight: bold
}

.post-info {
  float: left;
  width: 100px
}

.post-info div {
  width: 65px;
  z-index: 9;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold
}

.post-info div.date {
  color: #FFFFFF;
  padding: 8px 0
}

.post-info div.date span {
  display: block
}

.post-info div.date span.day {
  font-size: 27px;
  letter-spacing: 0px;
  margin-bottom: 0px
}

.post-info div.date span.month {
  font-size: 13px;
  margin-top: 8px;
  line-height: 8px
}

.post-info div.comments {
  height: 30px
}

.post-info div.comments a {
  color: #bbb;
  display: block;
  cursor: pointer;
  background-color: #444;
  font-size: 8px;
  padding: 6px
}

.post-info div.comments a:hover {
  color: #fff
}

.post-info div.comments a span {
  font-size: 22px;
  letter-spacing: 0px;
  margin-top: 2px;
  line-height: 27px
}

ul.share {
  border-top: 1px solid #eee;
  list-style-type: none;
  margin: 0;
  padding: 25px 0 0
}

ul.share li {
  float: left;
  width: 90px
}

ul.share li.twitter {
  width: 110px
}

ul.share li.facebook iframe {
  max-width: 450px
}

.post-info div.comments a span.dsq-postid {
  font-size: inherit;
  line-height: inherit
}

.comment-list {
  overflow: hidden;
  margin: 0;
  padding: 15px 0 0 0
}

.comment {
  list-style-type: none;
  margin: 15px 0 0 0
}

.comment:first-child {
  border-top: none;
  margin-top: 0
}

.comment div {
  margin: 0;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 25px;
  position: relative
}

.comment div .item-mask {
  background: url(../images/mask-avatar.png) no-repeat 0 0 transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99
}

.comment .avatar {
  margin: 0 20px 5px 0;
  padding: 0;
  width: 44px;
  height: 48px;
  float: left;
  z-index: 1
}

.comment .comment-wrap, .comment .comment-meta {
  width: 90%;
  padding: 0
}

.comment .comment-meta {
  font-size: 11px;
  text-transform: uppercase
}

.comment .comment-meta .comment-reply-link {
  font-size: 9px;
  line-height: 16px;
  font-weight: bold;
  padding: 2px 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #444;
  color: #ccc
}

.comment .comment-meta .comment-reply-link:hover {
  color: #fff
}

.comment .author, .comment .author a {
  color: #676767;
  margin: 0;
  font-weight: bold
}

.comment .date {
  color: #aaa;
  margin: 0 0 5px 0
}

.comment .comment-wrap {
  margin-top: 5px
}

.comment .children {
  padding: 0 0 0 35px;
  margin: 15px 0 0 25px;
  border-left: 1px solid #eee;
  background: url(../images/sprite.png) no-repeat 0 -379px transparent
}

.comment .children .comment {
  list-style-type: none
}

.comment div {
  margin: 0;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 25px
}

.comment .children .comment {
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
  position: relative
}

.comment .children .comment:first-child {
  margin-top: 0
}

.comment .children .comment-wrap, .comment .children .comment-meta {
  width: 89%
}

.comment .children .children .comment-wrap, .comment .children .children .comment-meta {
  width: 87.5%
}

.comment .children .children .children .comment-wrap, .comment .children .children .children .comment-meta {
  width: 86%
}

.comment .children .children .children .children .comment-wrap, .comment .children .children .children .children .comment-meta {
  width: 84%
}

.comment .children .children .children .children .children .comment-wrap, .comment .children .children .children .children .children .comment-meta {
  width: 81%
}

#comment-form {
  width: 90%
}

#comment-form.form input {
  width: 60%
}

#comment-form.form textarea {
  width: 97%;
  height: 150px
}

#comment-form.form input.submit {
  width: 130px;
  float: right
}

#comment-form p label {
  font-weight: bold
}

#comment-form p input {
  display: block
}

.wp-pagenavi {
  float: right;
  position: relative
}

.wp-pagenavi span.pages {
  margin: 7px 30px 0 0;
  padding: 0;
  background-color: transparent
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
  background-color: #f8f8f8;
  display: inline-block;
  float: left;
  color: #676767;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0 0 4px;
  padding: 7px 12px;
  text-transform: uppercase
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #444
}

.wp-pagenavi span.current {
  color: #fff
}

.section-title h1.title i {
  position: relative;
  top: 6px
}

.services i {
  margin: auto;
  margin-bottom: 16px;
  display: block
}

#thumbs a {
  cursor: pointer !important
}

.social-after-post {
  width: 100%;
  height: 80px;
  background: #fff;
  position: relative;
  overflow: hidden
}

.social-after-post h4 {
  position: relative;
  display: inline-block;
  font-family: 'Oswald', sans-serif
}

.social-after-post i {
  display: inline-block;
  position: relative;
  top: 8px
}

.social-after-post .facebook {
  float: left;
  margin-left: 40px;
  margin-right: 30px;
  width: 105px
}

.social-after-post .google {
  float: left;
  margin-right: 00px
}

#sc-w {
  display: none
}

body > iframe {
  display: none
}

.post-info {
  position: relative
}

.single-post-social {
  width: 65px;
  position: absolute;
  margin-top: 50px;
  left: 0
}

.single-post-social .fb-like {
  height: 120px
}

.single-post-social .googlepl {
  position: absolute;
  margin-left: 5px
}

.post-info {
  float: left;
  overflow: visible;
  padding-left: 5px;
  width: 95px
}

.section-title h1.title span {
  display: block
}

#facebook-page-box {
  height: 60px;
  overflow: hidden;
  position: absolute;
  right: 300px;
  width: 210px
}

#facebook-page-box-2 {
  height: 134px;
  overflow: hidden;
  position: absolute;
  right: -65px;
  width: 381px
}

#inner-p {
  left: -9px;
  position: absolute;
  top: -70px
}

.page .section-title h1.title span, .archive .section-title h1.title span, .category .section-title h1.title span {
  display: inline
}

.page .section-title h1.title span p, .archive .section-title h1.title span p, .category .section-title h1.title span p {
  display: inline
}

.services div:hover, .services div:hover a {
  display: block
}

.ngg-navigation a.page-numbers {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 13px !important
}

.ngg-navigation a.page-numbers:hover {
  background-color: #86CDD0 !important;
  color: #fff !important;
  cursor: pointer !important
}

.ngg-navigation span {
  border: 0px solid #DDDDDD;
  margin-right: 3px;
  padding: 0;
  text-decoration: none;
  color: #fff !important;
  font-size: 13px !important;
  height: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  display: inline-block;
  background-color: #ed135d !important
}

a {
  cursor: pointer !important
}

.post a[rel~="prettyPhoto[]"] img {
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  display: inline-block;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden
}

.post a[rel~="prettyPhoto[]"]:hover img {
  filter: alpha(opactiy=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7
}

#thumbs li {
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out
}

#thumbs li:hover {
  filter: alpha(opactiy=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, 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_content {
  background-color: #fff
}

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;
  width: 28px;
  height: 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;
  width: 28px;
  height: 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 {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer
}

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

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_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff
}

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

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

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px
}

div.pp_default .pp_details {
  position: relative
}

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

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px
}

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

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 105px;
  position: relative
}

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

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, 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;
  line-height: 27px;
  margin-top: 5px;
  margin-right: 50px;
  margin-bottom: 5px;
  margin-left: 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_middle {
  background: #fff
}

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

div.light_rounded .pp_content .ppt {
  color: #000
}

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

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

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 {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.light_rounded .pp_details {
  position: relative
}

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

div.light_rounded #pp_full_res .pp_inline {
  color: #000
}

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

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_previous.disabled {
  background-position: 0 -87px;
  cursor: default
}

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

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

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_middle {
  background: #fff
}

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

div.light_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center 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_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left 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_content {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

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 {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_details {
  position: relative
}

div.dark_rounded .pp_description {
  margin-right: 85px
}

div.dark_rounded .currentTextHolder {
  color: #c4c4c4
}

div.dark_rounded .pp_description {
  color: #fff
}

div.dark_rounded #pp_full_res .pp_inline {
  color: #fff
}

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

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_previous.disabled {
  background-position: 0 -87px;
  cursor: default
}

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

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

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_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left 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 .currentTextHolder {
  color: #c4c4c4
}

div.dark_square .pp_description {
  color: #fff
}

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 {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.dark_square .pp_details {
  position: relative
}

div.dark_square .pp_description {
  margin: 0 85px 0 0
}

div.dark_square #pp_full_res .pp_inline {
  color: #fff
}

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

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_previous.disabled {
  background-position: 0 -87px;
  cursor: default
}

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

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

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_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
  background: #fff
}

div.light_square .pp_content .ppt {
  color: #000
}

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 {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.light_square .pp_details {
  position: relative
}

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

div.light_square #pp_full_res .pp_inline {
  color: #000
}

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

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_previous.disabled {
  background-position: 0 -87px;
  cursor: default
}

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

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

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.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

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 .ppt {
  color: #000
}

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_content {
  background: #fff
}

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 {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.facebook .pp_details {
  position: relative
}

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

div.facebook #pp_full_res .pp_inline {
  color: #000
}

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_top {
  height: 20px;
  position: relative
}

* html .pp_top {
  padding: 0 20px
}

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

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

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

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

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

* html .pp_content {
  width: 40px
}

.pp_fade {
  display: none
}

.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 0
}

.pp_description {
  display: none;
  margin: 0
}

.pp_social {
  float: left;
  margin: 7px 0 0 0;
  display: none
}

.pp_social .facebook {
  float: left;
  position: relative;
  top: -1px;
  margin-left: 5px;
  width: 55px;
  overflow: hidden
}

.pp_social .twitter {
  float: left
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0
}

.pp_nav p {
  float: left;
  margin: 2px 4px
}

.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 #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden
}

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

.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 li.default a img {
  display: none
}

.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 {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px
}

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

* html .pp_bottom {
  padding: 0 20px
}

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

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

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

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

.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 0
}

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

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none
}

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

.flexslider {
  margin: 0;
  padding: 0
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden
}

.flexslider .slides img {
  width: 100%;
  display: block
}

.flex-pauseplay span {
  text-transform: capitalize
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

html[xmlns] .slides {
  display: block
}

* html .slides {
  height: 1%
}

.no-js .slides > li:first-child {
  display: block
}

.flexslider {
  position: relative;
  zoom: 1
}

.flexslider .slides {
  zoom: 1
}

.flexslider .slides > li {
  position: relative
}

.flex-container {
  zoom: 1;
  position: relative
}

.flex-caption {
  zoom: 1
}

.flex-caption {
  z-index: 500;
  position: absolute;
  bottom: 0px;
  left: 92px;
  background: #444;
  color: #fff;
  max-width: 70%;
  padding: 14px 20px;
  margin-bottom: 0
}

.flex-direction-nav {
  height: 0
}

.flex-direction-nav li a {
  background: url(../images/sprite.png) no-repeat scroll 0 0 #444;
  bottom: 0px;
  width: 45px;
  height: 45px;
  position: absolute;
  text-indent: -999em;
  z-index: 99
}

.flex-direction-nav li .prev, .flex-direction-nav li .flex-prev {
  left: 0px;
  background-position: 17px -212px
}

.flex-direction-nav li .next, .flex-direction-nav li .flex-next {
  left: 46px;
  background-position: 17px -282px
}

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

.flex-control-nav {
  width: 100%;
  position: absolute;
  top: 15px;
  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: 10px;
  height: 10px;
  display: block;
  background: #ddd;
  cursor: pointer;
  text-indent: -999em;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  border-radius: 30px 30px 30px 30px
}

.flex-control-nav li a:hover {
  background: #aaa
}

.flex-control-nav li a.active {
  background: #aaa;
  cursor: default
}

.slideshow-container {
  width: 960px;
  float: left;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eee
}

#inner-content .slideshow-container {
  width: 700px
}

#index-slider {
  height: auto
}

.blog5 .flex-direction-nav li .prev {
  right: 46px;
  left: auto
}

.blog5 .flex-direction-nav li .next {
  right: 0px;
  left: auto
}

#carousel {
  margin-bottom: 5px
}

#carousel .flex-direction-nav li .flex-prev {
  left: 0;
  right: auto;
  top: 40px;
  opacity: 0.7
}

#carousel .flex-direction-nav li .flex-next {
  left: auto;
  right: 0;
  top: 40px;
  opacity: 0.7
}

#carousel .flex-direction-nav li a:hover {
  opacity: 1
}

#carousel li {
  margin-right: 5px
}

#carousel img {
  opacity: 0.7;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#carousel .flex-active-slide img {
  opacity: 1
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .header, .content-wrapper, #footer-content, #contact-intro, .contact-popup {
    width: 714px !important
  }
  .fixed .header {
    width: 774px !important
  }
  .portfolio-grid {
    width: 719px
  }
  .portfolio-grid ul li.col2 {
    width: 354px
  }
  .portfolio-grid ul li.col3 {
    width: 234px
  }
  .portfolio-grid ul li.col4 {
    width: 174px
  }
  .portfolio-grid ul.shaped.hexagon li {
    margin: 0 0 15px 3px
  }
  .portfolio-grid ul.shaped.triangle li {
    margin: 0 0 15px 30px
  }
  .portfolio-grid ul.shaped.circle li {
    margin: 0 0 15px 3px
  }
  .grid.row3 li {
    width: 237px
  }
  .grid.row4 li {
    width: 177px
  }
  .grid.row5 li {
    width: 142px
  }
  .grid.row6 li {
    width: 118px
  }
  .google-map.fullwidth {
    width: 774px;
    height: 500px
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header, .content-wrapper, #footer-content, #contact-intro, .contact-popup, #primary-menu select {
    width: 420px !important
  }
  #header-wrapper.fixed {
    display: none !important
  }
  #primary-menu select {
    display: block
  }
  #primary-menu ul {
    display: none
  }
  .one, .one-half, .two-third, .one-third, .one-fourth {
    float: left;
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px
  }
  .portfolio-grid {
    width: 100%;
    margin: 0
  }
  .portfolio-grid ul li.col2, .portfolio-grid ul li.col3, .portfolio-grid ul li.col4 {
    width: 100%;
    margin: 0 0 6px 0
  }
  .portfolio-grid ul.shaped.hexagon li {
    margin: 0 92px 20px 92px
  }
  .portfolio-grid ul.shaped.triangle li {
    margin: 0 52px 20px 52px
  }
  .portfolio-grid ul.shaped.circle li {
    margin: 0 92px 20px 92px
  }
  .grid.row3 li, .grid.row4 li, .grid.row5 li, .grid.row6 li {
    width: 209px
  }
  .google-map.fullwidth {
    width: 480px;
    height: 200px !important
  }
  .contact-button {
    margin-top: 0
  }
  #footer-bottom, #footer-bottom .text-align-right {
    text-align: center
  }
  #footer-bottom .one-half {
    margin-bottom: 2px
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .gllr_image_block {
    width: 100%;
  }
  .header, .content-wrapper, #footer-content, #contact-intro, .contact-popup, #primary-menu select {
    width: 90% !important
  }
  #header-wrapper.fixed {
    display: none !important
  }
  #primary-menu select {
    display: block
  }
  #primary-menu ul {
    display: none
  }
  .one, .one-half, .two-third, .one-third, .one-fourth {
    float: left;
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px
  }
  .grid li {
    border-right: none
  }
  .grid.row3 li, .grid.row4 li, .grid.row5 li, .grid.row6 li {
    width: 300px
  }
  .portfolio-grid {
    width: 100%;
    margin: 0
  }
  .portfolio-grid ul li.col2, .portfolio-grid ul li.col3, .portfolio-grid ul li.col4 {
    width: 100%;
    margin: 0 0 6px 0
  }
  .portfolio-grid ul.shaped.hexagon li {
    margin: 0 32px 20px 32px
  }
  .portfolio-grid ul.shaped.triangle li {
    margin: 0 0px 20px 0
  }
  .triangle .item-container, .triangle .item-mask {
    width: 300px;
    height: 263px
  }
  .triangle .item-mask, .triangle .item-info-overlay {
    background: url(../images/mask-triangle-portrait.png) no-repeat 0 0 transparent
  }
  .triangle .item-container img {
    height: 263px
  }
  .triangle .item-info-overlay div {
    padding: 20%
  }
  .portfolio-grid ul.shaped.circle li {
    margin: 0 32px 20px 32px
  }
  .google-map.fullwidth {
    width: 320px;
    margin-left: -10px;
    height: 200px !important
  }
  .contact-button {
    margin-top: 0
  }
  #footer-bottom, #footer-bottom .text-align-right {
    text-align: center
  }
  #footer-bottom .one-half {
    margin-bottom: 2px
  }
  #footer-content {
    padding: 0px;
    margin: 0px
  }
  .content-wrapper {
    padding: 0px 10px
  }
  #footer-bottom, #footer-top {
    padding: 35px 5px
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #inner-content {
    width: 490px
  }
  #sidebar {
    width: 190px
  }
  .blog1 .post-content, .blog5 .post-content, .blog6 .post-content, .blog5 .post-title, .blog5 .post-meta, .blog6 .post-title, .blog6 .post-meta {
    width: 390px
  }
  .one.blog1 .post-content {
    width: 610px
  }
  .one.blog3 .post-content {
    width: 432px
  }
  .one.blog6 .post-content {
    width: 610px
  }
  .blog3 .post-media {
    width: 150px
  }
  .blog3 .post-content {
    width: 210px
  }
  .comment .comment-wrap, .comment .comment-meta {
    width: 85.4%
  }
  .comment .children .comment-wrap, .comment .children .comment-meta {
    width: 83%
  }
  .comment .children .children .comment-wrap, .comment .children .children .comment-meta {
    width: 79.8%
  }
  .comment .children .children .children .comment-wrap, .comment .children .children .children .comment-meta {
    width: 75%
  }
  .comment .children .children .children .children .comment-wrap, .comment .children .children .children .children .comment-meta {
    width: 100%
  }
  .comment .children .children .children .children .children .comment-wrap, .comment .children .children .children .children .children .comment-meta {
    width: 100%
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #inner-content, #sidebar {
    width: 420px
  }
  #inner-content {
    border-bottom: 1px solid #eee;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0
  }
  .blog1 .post-content, .blog5 .post-content, .blog6 .post-content, .blog5 .post-title, .blog5 .post-meta, .blog6 .post-title, .blog6 .post-meta {
    width: 320px
  }
  .blog6 .post-content, .blog6 .post-title, .blog6 .post-meta {
    width: 320px
  }
  .one.blog1 .post-content {
    width: 320px
  }
  .one.blog3 .post-content {
    width: 420px
  }
  .one.blog5 .post-title, .one.blog5 .post-meta, .one.blog5 .post-content {
    width: 320px
  }
  .one.blog6 .post-title, .one.blog6 .post-meta, .one.blog6 .post-content {
    width: 320px
  }
  .comment .comment-wrap, .comment .comment-meta {
    width: 100%
  }
  .comment .children .comment-wrap, .comment .children .comment-meta {
    width: 100%
  }
  .comment .children .children .comment-wrap, .comment .children .children .comment-meta {
    width: 100%
  }
  .comment .children .children .children .comment-wrap, .comment .children .children .children .comment-meta {
    width: 100%
  }
  .comment .children .children .children .children .comment-wrap, .comment .children .children .children .children .comment-meta {
    width: 100%
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.gallery_box_single .gallery.clearfix{
		display:block !important;
	}
	.gallery_box_single p{
		width:100% !important;
	}
	.gallery_box_single img{
		width:auto !important;
		height:auto !important;
	}
	.post-title h2.title, .post-title h2.title
a{
	font-size:19px !important;
	font-weight:24px !important;
}
h1.title{
	font-size:20px !important;
	font-weight:24px !important;

}
	.one.blog1 .post-content{
		width:100% !important;
	}
	#logo{
		margin-top:15px;
		    text-align: center;
		    float:none;
	}
	#logo a{float:none;}
	#header-wrapper .primary-menu{
		margin-top:0 !important;
	}
	.primary-menu
ul{
	padding: 15px 0!important;;
}
	.primary-menu ul
li{
background-position:right -166px !important;;
}
	.primary-menu ul li
a{
	padding:5px 9px !important;
}
  #inner-content, #sidebar {
    width: 100%
  }
  #inner-content {
    border-bottom: 1px solid #eee;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0
  }

  .blog1 .post-content, .blog5 .post-content, .blog6 .post-content, .blog5 .post-title, .blog5 .post-meta, .blog6 .post-title, .blog6 .post-meta {
    width: 100%
  }
  .blog6 .post-content, .blog6 .post-title, .blog6 .post-meta {
    width: 100%
  }
  .one.blog1 .post-content {
    width: 100%
  }
  .one.blog3 .post-content {
    width: 300px
  }
  .one.blog5 .post-title, .one.blog5 .post-meta, .one.blog5 .post-content {
    width: 300px
  }
  .one.blog6 .post-title, .one.blog6 .post-meta, .one.blog6 .post-content {
    width: 300px
  }
  .comment .comment-wrap, .comment .comment-meta {
    width: 100%
  }
  .comment .children .comment-wrap, .comment .children .comment-meta {
    width: 100%
  }
  .comment .children .children .comment-wrap, .comment .children .children .comment-meta {
    width: 100%
  }
  .comment .children .children .children .comment-wrap, .comment .children .children .children .comment-meta {
    width: 100%
  }
  .comment .children .children .children .children .comment-wrap, .comment .children .children .children .children .comment-meta {
    width: 100%
  }
  .blog5 .post-info {
    width: 100%;
    margin: -57px 0 0 0
  }
  .post-info {
    width: 100%;
    margin: 0 0 20px 0
  }
  .post-info div {
    width: auto;
    float: left
  }
  .post-info div.date {
    padding: 8px
  }
  .post-info div.date span {
    display: inline;
    margin: 0 2px
  }
  .post-info div.date span.day, .post-info div.date span.month, .post-info div.comments a span {
    font-size: 11px;
    line-height: 11px
  }
  .post-info div.comments {
    height: auto
  }
  .post-info div.comments a {
    font-size: 11px;
    padding: 8px
  }
  .post-info div.comments a span {
    display: inline;
    margin: 0 2px
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .slideshow-container, #index-slider, #portfolio-slider, #blog-slider {
    width: 714px;
    height: auto
  }
  #inner-content .slideshow-container, #inner-content #index-slider, #portfolio-slider, #inner-content #blog-slider {
    width: 490px;
    height: auto
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slideshow-container, #index-slider {
    width: 420px;
    height: auto
  }
  .slideshow-container .section-title {
    float: left;
    width: 380px
  }
  .slideshow-container .section-title h1 {
    font: bold 28px/38px Helvetica, Arial, sans-serif
  }
  .flex-caption, .pagination {
    display: none
  }
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important
  }
  .pp_content {
    width: 100% !important;
    height: auto !important
  }
  .pp_fade {
    width: 100% !important;
    height: 100% !important
  }
  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important
  }
  #pp_full_res img {
    width: 100% !important;
    height: auto !important
  }
  .pp_details {
    width: 94% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important
  }
  a.pp_close {
    right: 10px !important;
    top: 10px !important
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .slideshow-container, #index-slider {
    width: 300px;
    height: auto
  }
  .slideshow-container .section-title {
    float: left;
    width: 260px
  }
  .slideshow-container .section-title h1 {
    font: bold 20px/25px Helvetica, Arial, sans-serif
  }
  .flex-caption, .pagination {
    display: none
  }
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important
  }
  .pp_content {
    width: 100% !important;
    height: auto !important
  }
  .pp_fade {
    width: 100% !important;
    height: 100% !important
  }
  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important
  }
  #pp_full_res img {
    width: 100% !important;
    height: auto !important
  }
  .pp_details {
    width: 94% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important
  }
  a.pp_close {
    right: 10px !important;
    top: 10px !important
  }
}

.pricing {
  padding-top: 35px;
  width: 100px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-family: 'Oswald', sans-serif
}

.pricing span {
  display: block;
  font-size: 15px;
  margin-top: 8px
}

.pricing.green {
  background: #b3d45b
}

.pricing.blue {
  background: #86cdd0
}

.pricing.pink {
  background: #ed135d
}

.page-id-9 .check-list {
  min-height: 120px
}

.cinfo {
  margin-bottom: 10px
}

.cinfo i {
  position: relative;
  top: 10px;
  margin-right: 10px
}

#contact-form-2 {
  padding-top: 38px;
  padding-bottom: 50px
}

#go-top {
  width: 32px;
  height: 32px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  display: none
}

.home #go-top {
  display: none !important
}

@media only screen and (max-width: 768px) {
  .post a[rel~="prettyPhoto[]"]:hover img {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
  }
  #thumbs li {
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out
  }
  #thumbs li:hover {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
  }
  #go-top {
    width: 32px;
    height: 32px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    display: none
  }
}

.single-post-social-2 {
  display: none
}

a.cta {
  position: relative;
  display: inline-block;
  padding: 0;
  padding-bottom: 0;
  vertical-align: middle;
  padding-top: 0em;
  line-height: 2em;
  font-size: 1.4em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  background: #86cdd0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  box-shadow: 0 6px #548f91;
  border-radius: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  margin-top: 20px
}

a.cta:hover {
  box-shadow: 0 4px #548f91;
  top: 2px
}

a.cta:active {
  box-shadow: 0 0px #548f91;
  top: 6px
}

.post {
  font-size: 1.15em;
  line-height: 1.4em
}

.post p {
  text-align: justify
}

.facebook-wrap {
  position: relative;
  width: 360px;
  float: right;
  height: 150px
}

@media only screen and (max-width: 460px) {
  .section-title {
    display: none
  }
  #header-w2 {
    display: none !important
  }
  .single-post-social {
    display: none
  }
  #index-slider {
    min-height: 0 !important
  }
  .single-post-social-2 {
    display: block;
    margin-top: 0px;
    float: right;
    width: 178px
  }
  .single-post-social-2 div.fb-like {
    margin-right: 15px;
    position: relative;
    top: -4px
  }
  .single-post-social-2 .gpll {
    width: 60px;
    overflow: hidden;
    display: inline-block
  }
  .mrl {
    float: left;
    margin-right: 20px
  }
  .social-after-post {
    height: 88px
  }
  .social-after-post h4 {
    font-size: 18px;
    width: 265px
  }
  .social-after-post i {
    top: -17px
  }
  #facebook-page-box {
    right: 90px;
    top: -40px
  }
  #facebook-page-box-2 {
    right: -90px;
    top: 43px
  }
}

body.admin-bar #header-w2 {
  margin-top: 32px
}

#index-slider {
  min-height: 410px
}

.services div {
  min-height: 139px
}

.post img {
  transition: none !Important
}

li.show-child .sub-menu {
  display: block !important;
  visibility: visible !important;
  top: 51px !important
}
