﻿.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

html,
body,
div,
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


body {
  color: #777777;
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.7;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #fdd200;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-width: 0;
  outline-style: none;
  outline-color: transparent;
}
a:hover {
  color: #f3c800;
}
hr {
  margin: 5px 0;
  height: 1px;
  border: 0;
  background-color: #b3b3b1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0;
  color: #333332;
  font-weight: 100;
  font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.7;
}
UNUSEDh1 a,
UNUSEDh2 a,
h3 a,
UNUSEDh4 a,
UNUSEDh5 a,
UNUSEDh6 a {
  color: inherit;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
p {
  margin: 7px 0;
  padding: 0;
}
ol {
  margin-left: 20px;
  list-style-type: decimal;
}
ul {
  margin-left: 20px;
}
dl {
  margin-left: 20px;
}
dt {
  font-weight: bold;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
  font-size: 110%;
}
q {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  font: italic 120%/170% Georgia, "Times New Roman", Times, serif;
}
blockquote small:before {
  content: '\2014 \00A0';
}
input[type=text],
input[type=password],
textarea,
input[type=search],
input[type=email],
input[type=date],
input[type=time],
input[type=url],
input[type=number],
input[type=tel] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 8px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: #fcfcfc;
  font-size: 12px;
  margin-bottom: 5px;
}
textarea {
  padding: 2%;
  max-width: 96%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 24px 30px;
  margin-bottom: 8px;
}
input[type=text]:disabled {
  opacity: 0.5;
}

textarea:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=search]:focus {
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  background: #ffffff;
}

table {
  max-width: 100%;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
table th {
  font-weight: bold;
}

button, UNUSED.button, input[type=submit], input[type=button], UNUSED#submit {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin: 2px 0;
  padding: 12px 25px;
  background: none;
  background-image: none;
  background-color: #fdd200;
  

  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 13px;
  font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  border: 0px;
}

button:hover, .button:hover, input[type=submit]:hover, input[type=button]:hover, #submit:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  color: #ffffff;
}
UNUSEDbutton:active, UNUSED.button:active, input[type=submit]:active, input[type=button]:active, UNUSED#submit:active {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  bottom: -1px;
}
input[type=submit], input[type=button] {
  margin-top: -1px;
  border-style: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}
.info-box {
  background: #b8dbfe;
}
.info-box .box-icon {
  background-position: -159px 0;
}
.note-box {
  background: #faf1a9;
}
.note-box .box-icon {
  background-position: -224px 0;
}
.error-box {
  background: #fcb4ad;
}
.error-box .box-icon {
  background-position: -352px 0;
}
.tip-box {
  background: #dceaa9;
}
.tip-box .box-icon {
  background-position: -319px 0;
}
.imglist li:before {
  margin: 7px;
  margin-left: 0;
  padding: 0;
  padding-left: 15px;
  width: 16px;
  height: 16px;
  background: url(images/list-sprites.png);
  background-position: left center;
  background-size: 10px;
  background-repeat: no-repeat;
  list-style: none;
  content: "";
  line-height: 18px;
}
.bullet_star li:before {
  background-position: 0 5px;
}
.bullet_check li:before {
  background-position: 0 -15px;
}
.bullet_plus li:before {
  background-position: 0 -36px;
}
.bullet_arrow li:before {
  background-position: 0 -55px;
}
.bullet_arrow2 li:before {
  background-position: 0 -76px;
}
.bullet_arrow4 li:before {
  background-position: 0 -96px;
}
.tabs > ul a:hover {
  background-color: #dddddd;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
}

::selection {
  background: #fbf6d6;
  

  color: #555555;
}
::-moz-selection {
  background: #fbf6d6;
  

  color: #555555;
}
.post-info a:hover {
  color: #fdd200;
  border-bottom: 1px solid;
}
.left-arrow,
.ps-left-arrow,
UNUSED.cs-prev-arrow,
.nivo-prevNav {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.left-arrow:hover,
.right-arrow:hover,
.ps-left-arrow:hover,
.ps-right-arrow:hover,
.cs-arrows:hover,
.nivo-nextNav:hover,
.nivo-prevNav:hover {
  color: #252525;
}
.ps-left-arrow {
  left: 0;
  text-indent: -3px;
}
.ps-right-arrow {
  right: 0;
}
.left-arrow:hover,
.right-arrow:hover,
.ps-left-arrow:hover,
.ps-right-arrow:hover,
.cs-arrows:hover,
.nivo-nextNav:hover,
.nivo-prevNav:hover {
  background-color: #fdd200;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  cursor: pointer;
}
.nav-menu li:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}


.center {
  margin-right: auto;
  margin-left: auto;
}
.page-wrapper {
  margin: 0 auto;
  max-width: 100%;
}
#main-container {
  min-width: 250px;
}

.section-boxed {
  position: relative;
  margin: 0 auto;
  padding: 0 3%;
  max-width: 1200px;
}
.page-template-template-full-custom-php .section-boxed {
  max-width: 1200px;
}
#content-container .section-boxed {
  margin: 0px auto;
}
#content-container {
  padding: 70px 3%;
}
.page-wrapper {
  background-color: #ffffff;
}
.page-template-template-full-custom-php .page-wrapper {
  background-color: #ffffff;
}
.page-template-template-full-custom-php #content-container {
  padding: 0;
}
.content {
  

}
.sidebar-box input[type=text], .sidebar-box input[type=password], UNUSED.sidebar-box textarea, .sidebar-box input[type=search] {
  padding: 8px 0;
  width: 100%;
  text-indent: 8px;
}
#full-width {
  position: relative;
  max-width: 100%;
  min-height: 400px;
}
#footer {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  background-color: #252525;
  color: #f7f7f7;
  font-size: 13px;
}
.footer-widgets a:hover {
  color: #fdd200;
}

.cols-wrapper {
  overflow: hidden;
}

.col {
  float: left;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
}

.cols-3 .col {
  width: 31.2%;
}
.cols-5 .col:nth-of-type(5n),
.cols-4 .col:nth-of-type(4n),
.cols-3 .col:nth-of-type(3n),
.cols-2 .col:nth-of-type(2n) {
  clear: right;
  margin-right: 0;
}

.gallery-item a {
  max-width: 100%;
  width: auto;
}
.sticky {
  border-top: 5px solid #fdd200;
}
.comment-info {
  border-bottom: 0px;
  color: #fdd200;
  font-size: 19px;
  line-height: 1em;
}
#reply-title {
  margin-top: 20px;
}
#commentform input[type=text], #commentform input[type=password], UNUSED#commentform textarea, #commentform input[type=search] {
  margin-bottom: 7px;
  margin-top: 7px;
  padding: 12px 0;
  max-width: 100%;
  width: 100%;
  text-indent: 8px;
}
.pexeto-contact-form input[type=text], .pexeto-contact-form input[type=password], UNUSED.pexeto-contact-form textarea, .pexeto-contact-form input[type=search] {
  margin-bottom: 8px;
  padding: 12px 0;
  max-width: 100%;
  width: 100%;
  text-indent: 8px;
}

.nav-menu ul {
  margin-top: 10px;
}
.nav-menu ul li a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.nav-menu ul li a:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}
.nav-menu .mega-menu-item > ul > li > a:hover {
  color: #FFF;
}
.nav-menu > ul > li > a:after,
.nav-menu > div.menu-ul > ul > li > a:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  bottom: 5px;
  left: 50%;
  display: block;
  overflow: hidden;
  margin-left: 0px;
  width: 0px;
  height: 0px;
  background: #ffffff;
  content: '-';
  text-indent: -999em;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.nav-menu > ul > li > a:hover:after,
.nav-menu > div.menu-ul > ul > li > a:hover:after,
.nav-menu > ul > li:hover > a:after {
  bottom: 5px;
  height: 2px;
  width: 40px;
  margin-left: -20px;
  margin-top: -2px;
}
.nav-menu ul ul li a {
  border-right: 0;
  letter-spacing: 1px;
  font-size: 12px;
}
.nav-menu ul ul li {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.nav-menu ul ul ul,
UNUSED.fixed-header-scroll .nav-menu ul ul ul {
  padding: 0;
}
.fixed-header-scroll .nav-menu ul ul ul {
  margin-top: 0;
}
.nav-menu > ul > li:not(.mega-menu-item) ul > li:first-child {
  padding-top: 15px;
}
.nav-menu > ul > li:not(.mega-menu-item) ul > li:last-child {
  padding-bottom: 15px;
}
.nav-menu li:not(.mega-menu-item) li a {
  padding-left: 22px;
  padding-right: 22px;
}
.nav-menu li.mega-menu-item li li li a:before {
  content: '>';
  padding-right: 5px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  display: inline-block;
}
.nav-menu > ul > li > a:after,
.nav-menu > div.menu-ul > ul > li > a:after {
  position: relative;
  top: 4px;
}
.mega-columns-2 > li:nth-of-type(2n+1) {
  clear: left;
}
.mega-columns-3 > li:nth-child(3n+1) {
  clear: left;
}
.mega-columns-4 > li:nth-child(4n+1) {
  clear: left;
}
.nav-menu li.mega-menu-item > ul {
  padding-top: 0;
}
.archive:not(.post-type-archive-product) .page-title-wrapper,
}
.page-title h1:after {
  content: "";
  display: block;
  width: 62%;
  height: 1px;
  background-color: #ffffff;
  margin: auto;
  margin-top: 10px;
}
.sidebar-box .title:after {
  

}
.product-categories ul {
  margin-top: 7px;
  border-top: 1px solid #f7f7f7;
}
.widget_nav_menu ul ul li,
.widget_categories ul ul li,
.product-categories ul li {
  margin-left: 10px;
  padding-left: 0;
  border-bottom: 1px solid #f7f7f7;
}
.rsswidget img {
  vertical-align: middle;
}
.scroll-to-top:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: #fdd200;
}
.footer-widgets {
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 50px;
}
.footer-nav li:after {
  content: "/";
  margin-left: 5px;
}
.footer-nav li:last-child:after {
  content: "";
}
.copyrights {
  float: left;
  color: #b3b3b1;
}
.social-icons li:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-icons li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
table th,
table td {
  text-align: left;
}

.header-search input[type=text].search-input {
  padding: 8px 0;
  width: 100%;
  border-radius: 20px;
  text-indent: 12px;
}
.header-search input[type=text] {
  background: #fff;
  border: solid 1px transparent;
}
.header-search input[type=text]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
UNUSED.post,
UNUSED.blog .portfolio,
UNUSED.archive .portfolio {
  background-color: #ffffff;
}
.post-title a:hover {
  color: #fdd200;
}
.post-info {
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 17px;
  letter-spacing: 2px;
  color: #b3b3b1;
}
.post-info a {
  color: #b3b3b1;
}
UNUSED.blog-threecolumn .qg-title,
UNUSED.blog-twocolumn .qg-title {
  display: none;
}


.post-content {
  padding: 5%;
}
UNUSED.format-quote,
UNUSED.format-aside {
  position: relative;
  background-position: 3% center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.format-quote blockquote:before,
.format-quote blockquote:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #777777;
  margin: 10px auto;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.format-aside aside a:hover {
  color: #fdd200;
}
UNUSED.page-masonry .post-autor,
UNUSED.page-masonry .comments-number {
  display: none;
}
UNUSED.post-gallery a.nivo-nextNav,
UNUSED.post-gallery a.nivo-prevNav,
UNUSED.post-gallery .nivo-controlNav {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.post-gallery .nivo-wrapper:hover a.nivo-nextNav,
.post-gallery .nivo-wrapper:hover a.nivo-prevNav,
.post-gallery .nivo-wrapper:hover .nivo-controlNav {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.post-gallery a.nivo-prevNav {
  -webkit-transform-origin: -50% 100%;
  -moz-transform-origin: -50% 100%;
  -ms-transform-origin: -50% 100%;
  -o-transform-origin: -50% 100%;
  transform-origin: -50% 100%;
}
.post-gallery a.nivo-nextNav {
  -webkit-transform-origin: 150% 100%;
  -moz-transform-origin: 150% 100%;
  -ms-transform-origin: 150% 100%;
  -o-transform-origin: 150% 100%;
  transform-origin: 150% 100%;
}

.services-wrapper {
  width: 100%;
}
.services-box,
UNUSED.services-title-box {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.7em;
}
.services-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  top: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.7em;
}
.services-box h3 {
  padding-top: 5px;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 17px;
}
.services-title-box {
  margin-bottom: 0px;
  color: #777777;
}
.services-content {
  padding: 0px;
}
.services-default.cols-4 .col:nth-of-type(4n+1) {
  border-left: 0;
}

.services-boxed-photo .col {
  margin-top: 20px;
  margin-bottom: 20px;
}
.services-boxed-photo .services-box {
  padding: 0px 0;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.services-boxed-photo .services-content {
  margin: 10px;
  padding: 0;
  max-width: 75%;
}
.services-boxed-photo .services-box h3 {
  padding: 12px 0;
  font-style: normal;
}
.services-boxed-photo .services-box h3:after {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  width: 60px;
  height: 2px;
  background: #bebebe;
  background: rgba(0, 0, 0, 0.1);
  content: '-';
  text-indent: -999em;
}
.services-boxed-photo .services-box h3 {
  padding-bottom: 6px;
  padding-top: 25px;
}
.services-boxed-photo .services-box img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.services-boxed-photo .services-box.col {
  padding-top: 0;
}
.services-thumbnail h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fdd200;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 11px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
}
.services-thumbnail .services-box:after {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 10;
  display: block;
  width: 230px;
  height: 230px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  content: "";
}
.services-thumbnail .services-box:hover .services-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.services-thumbnail .services-content {
  left: 0;
}
UNUSED.cs-small-title,
UNUSED.cs-title {
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cs-title {
  padding-top: 0;
  padding-bottom: 0;
  color: inherit;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.2em;
}
.cs-content-centered .cs-title:before {
  margin: auto;
}
.cs-small-title {
  margin: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 15px;
}
.content-slider {
  position: relative;
  overflow: hidden;
  padding: 180px 0 130px 0;
  color: #ffffff;
}
UNUSED.cs-content-left,
UNUSED.cs-content-right {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
}
.cs-arrows {
  margin-top: -30px;
  background-color: none;
}
.cs-arrows:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.cs-prev-arrow {
  left: 0;
  background-position: left top;
}
.cs-next-arrow:hover .cs-thumbnail {
  opacity: 1;
  left: -70px;
  max-width: none;
}
.cs-prev-arrow:hover .cs-thumbnail {
  opacity: 1;
  right: -70px;
}
#slider-container .full-bg-image {
  background-attachment: fixed;
}
.cs-content-centered {
  float: none;
  margin: 0 auto;
}
.cs-content-left,
.cs-content-right,
.cs-content-centered {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.cs-content-right {
  float: right;
}
ul#cs-slider-ul {
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  overflow: visible;
}
.nivo-prevNav {
  left: 0;
  text-indent: -3px;
}
.nivo-nextNav {
  right: 0;
  text-indent: 3px;
}
.post-gallery .nivo-nextNav,
.post-gallery .nivo-prevNav {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.nivo-nextNav:after,
.nivo-prevNav:a {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 35px;
  height: 35px;
  border: 2px red solid;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  content: "";
}
.nivo-nextNav:hover:after,
.nivo-prevNav:hover:after {
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -ms-transform: scale(1.35);
  -o-transform: scale(1.35);
  transform: scale(1.35);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.nivo-nextNav:active:after,
.nivo-prevNav:active:after {
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -ms-transform: scale(1.35);
  -o-transform: scale(1.35);
  transform: scale(1.35);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.nivo-nextNav:hover,
.nivo-prevNav:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  color: #ffffff;
}
.nivo-caption {
  margin: 3%;
  padding: 9px 14px;
  width: auto;
  height: auto;
  border: 2px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.07);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3em;
  font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif;
}
.nivo-caption p {
  padding-left: 19px;
  font-size: 14px;
}
.qg-overlay:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.qg-overlay:hover .qg-title {
  bottom: 13px;
}
.archive-page a:hover {
  color: #fdd200;
}
UNUSED.search-wrapper .searchform,
UNUSED#searchform {
  position: relative;
}
input[type=submit].search-button, input[type=submit]#searchsubmit {
  position: absolute;
  top: 9px;
  right: 7px;
  display: block;
  padding: 0;
  width: 15px;
  height: 20px;
  border: 0;
  background-color: transparent;
  background-image: url(images/search_icon-b.png);
  background-position: center center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  box-shadow: none;
  text-indent: -1000000000px;
}
input[type=text].search-input, #searchform input[type=text] {
  padding: 8px 0;
  width: 100%;
  text-indent: 12px;
}
UNUSED#content-container .wp-pagenavi a,
UNUSED#content-container .wp-pagenavi span {
  border: 0;
}
UNUSED#content-container .wp-pagenavi .pages,
UNUSED#content-container .wp-pagenavi a.last,
UNUSED#content-container .wp-pagenavi a.first {
  display: none;
}
.pg-pagination li:last-child:after {
  content: "";
}
UNUSED.pg-pagination a,
#content-container .wp-pagenavi a,
#content-container .wp-pagenavi span,
UNUSED#blog-pagination a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin-top: -2px;
  padding: 5px;
  width: 17px;
  height: 17px;
  outline: none;
  outline-style: none;
  outline-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  color: #252525;
  font-size: 10px;
  line-height: 17px;
}
UNUSED.pg-pagination a.current,
.pg-pagination a:hover,
UNUSED#content-container .wp-pagenavi span.current,
#content-container .wp-pagenavi a:hover,
#blog-pagination a:hover {
  background: #fdd200;
  color: #ffffff;
}
.pg-pagination a:hover,
.wp-pagenavi a:hover {
  color: #ffffff;
}
UNUSED#content-container .wp-pagenavi .previouspostslink,
UNUSED#content-container .wp-pagenavi .nextpostslink {
  display: none;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 10px;
}
#blog-pagination a {
  width: auto;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 12px;
}
UNUSED.pg-effect-overlay .pg-img-wrapper,
UNUSED.pc-effect-overlay .pg-img-wrapper {
  background-color: #252525;
}
UNUSED.pg-item img,
UNUSED.pc-item img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pg-item img {
  display: block;
  width: 100%;
}
.pg-effect-overlay .pg-item:hover img,
.pc-effect-overlay .pc-item:hover img {
  -moz-opacity: 0.6 !important;
  -khtml-opacity: 0.6 !important;
  -webkit-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
  filter: alpha(opacity=60) !important;
}
.pg-effect-zoom .pg-item:hover img,
.pc-effect-zoom .pc-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  

}
.pg-item h2:after,
.pc-item h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fdd200;
  margin: auto;
  margin-top: 6px;
  margin-bottom: 11px;
}
.pg-item a {
  display: block;
}
.pg-img-wrapper {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  

  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  

}
.pg-info:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.pg-info:hover .pg-details {
  bottom: 25%;
  bottom: calc(50% - 50px);
}
.ie10 .pg-info:hover .pg-details {
  bottom: 25%;
}
.pg-nocat-loading {
  top: 5px;
  left: 50%;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pg-element-loading .icon-circle:after {
  -webkit-transform: rotate 65deg;
  -moz-transform: rotate 65deg;
  -ms-transform: rotate 65deg;
  -o-transform: rotate 65deg;
  transform: rotate 65deg;
  position: absolute;
  top: 14px;
  left: 14px;
  width: calc(50%);
  height: calc(50%);
  border: 1px solid #252525;
  border-top-color: #fdd200;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  -webkit-animation: spin 1.3s infinite linear;
  -moz-animation: spin 1.3s infinite linear;
  -o-animation: spin 1.3s infinite linear;
  animation: spin 1.3s infinite linear;
}
.ps-share:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
UNUSED.ps-fullwidth .ps-images,
UNUSED.ps-fullwidth .ps-content {
  float: none;
  width: 100%;
}
.ps-new-loading span:nth-of-type(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
}
.ps-new-loading span:nth-of-type(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
}
.ps-new-loading span:nth-of-type(3) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}
.ps-new-loading span:nth-of-type(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
}
@keyframes loading {
  0 {
    transform: scale(1, 1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0.8;
  }
}
@-webkit-keyframes loading {
  0 {
    -webkit-transform: scale(1, 1);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0.8;
  }
}
@-moz-keyframes loading {
  0 {
    -moz-transform: scale(1, 1);
    opacity: 0.8;
  }
  50% {
    -moz-transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 0.8;
  }
}
@-o-keyframes loading {
  0 {
    -o-transform: scale(1, 1);
    opacity: 0.8;
  }
  50% {
    -o-transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 0.8;
  }
}
.ie9 .pg-element-loading .icon-circle:after {
  display: none;
  border-width: 0;
}
.ps-icon:hover {
  background-color: #ffffff;
  color: #252525;
}

UNUSED.disabled.ps-next-project-link:active .ps-icon,
UNUSED.disabled.ps-prev-project-link:active .ps-icon {
  text-indent: -7px;
}
UNUSED.ps-nav-text,
UNUSED.ps-back-text {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
}
.ps-back-text {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: none;
  line-height: 1.3em;
}
.ps-back-link {
  width: 30px;
}
.ps-imgnum {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  bottom: 0px;
  right: 5px;
  z-index: 100;
  padding: 10px;
  font-size: 12px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.ps-left-arrow {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.ps-right-arrow {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.ps-images:hover .ps-desc {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  bottom: 10px;
}
.ps-images:hover .ps-left-arrow {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.ps-images:hover .ps-right-arrow {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.ps-left-arrow:hover,
.ps-right-arrow:hover {
  background-color: #fdd200;
}
UNUSED#content-container .pc-item h2,
UNUSED#content-container .qg-title {
  padding: 0;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1px;
}
#content-container .qg-title {
  padding: 0 3%;
  width: 94%;
  font-size: 13px;
}
UNUSED.carousel-title h4.small-title,
UNUSED.carousel-title .link-title {
  display: block;
  margin-top: 2px;
  margin-bottom: 3px;
  width: auto;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
}
.portfolio-carousel .link-title:hover {
  background: rgba(0, 0, 0, 0.6);
}
.carousel-title .link-title:before {
  margin-right: 7px;
  content: "";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  font-style: normal;
  font-size: 15px;
}
.carousel-title .link-title:hover .more-arrow {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  left: 0;
}
.portfolio-carousel {
  overflow: hidden;
}
UNUSED.pc-next,
UNUSED.pc-prev {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  right: 0;
  padding: 4px;
  width: 25px;
  height: 45px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.73);
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;
}
.pc-next:hover,
.pc-prev:hover {
  border-color: transparent;
  background-color: #fdd200;
}
UNUSED.pc-next:active,
UNUSED.pc-prev:active {
  text-indent: 3px;
}
UNUSED.ie9 .pc-next,
UNUSED.ie9 .pc-prev {
  padding-top: 6px;
}
.ie9 .pc-prev {
  padding-right: 6px;
}
.ie9 .pc-next {
  padding-left: 6px;
}
.pc-prev {
  left: 0;
  background-position: left top;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.pc-prev:active {
  text-indent: -3px;
}
UNUSED.pc-wrapper .icon-circle,
UNUSED.pg-item .icon-circle,
.qg-img .icon-circle {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50%;
  left: 50%;
  z-index: 15;
  display: block;
  margin-top: -30px;
  margin-left: -30px;
  padding: 0;
  padding: 10px;
  background: #fdd200;
}
.pc-effect-icon .pc-item a:hover .icon-circle,
.pg-effect-icon .pg-item:hover .icon-circle {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.qg-overlay:hover .icon-circle {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.pg-element-loading .icon-circle {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  display: inline-block;
}
UNUSED.jspVerticalBar *,
UNUSED.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
UNUSED.jspHorizontalBar .jspTrack,
UNUSED.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.testimonial-info blockquote:before {
  content: 'red';
  font-size: 20px;
}
.custom-page-content {
  min-height: 300px;
}
.ts-arrow:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-color: #fdd200;
}
.format-quote blockquote blockquote:before,
.format-quote blockquote blockquote:after {
  display: none;
}
UNUSED.share-title,
UNUSED.post-tag-title {
  display: inline-block;
  margin-top: -8px;
  margin-right: 5px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
.share-title {
  margin-right: 7px;
  margin-bottom: 5px;
  padding-right: 7px;
}
.post-tag-title {
  margin-top: 0;
}
.social-share li:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.share-item {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.share-item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.share-fb {
  position: relative;
  top: 0px;
  background-color: #3d599b;
  background-position: -445px 3px;
}
.lp-title a:hover {
  color: #fdd200;
}
.portfolio-items-widget li:nth-of-type(4n) {
  margin-right: 0;
}
.portfolio-items-widget img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

UNUSED.pexeto-recent-posts,
UNUSED.pexeto-related-posts {
  margin: 30px 0;
  text-align: left;
  color: inherit;
}
UNUSED.pexeto-recent-posts blockquote,
UNUSED.pexeto-related-posts blockquote {
  font: italic 125%/150% Georgia, "Times New Roman", Times, serif;
}
UNUSED.pexeto-recent-posts .format-quote,
UNUSED.pexeto-related-posts .format-quote,
UNUSED.pexeto-recent-posts .format-aside,
UNUSED.pexeto-related-posts .format-aside {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  margin: 1px;
}
UNUSED.pexeto-recent-posts a.nivo-nextNav,
UNUSED.pexeto-related-posts a.nivo-nextNav,
UNUSED.pexeto-recent-posts a.nivo-prevNav,
UNUSED.pexeto-related-posts a.nivo-prevNav,
UNUSED.pexeto-recent-posts .nivo-controlNav,
UNUSED.pexeto-related-posts .nivo-controlNav {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  margin-top: -44px;
}
.pexeto-recent-posts .nivo-wrapper:hover a.nivo-nextNav,
.pexeto-related-posts .nivo-wrapper:hover a.nivo-nextNav,
.pexeto-recent-posts .nivo-wrapper:hover a.nivo-prevNav,
.pexeto-related-posts .nivo-wrapper:hover a.nivo-prevNav,
.pexeto-recent-posts .nivo-wrapper:hover .nivo-controlNav,
.pexeto-related-posts .nivo-wrapper:hover .nivo-controlNav {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.pexeto-recent-posts a.nivo-prevNav,
.pexeto-related-posts a.nivo-prevNav {
  -webkit-transform-origin: -50% 100%;
  -moz-transform-origin: -50% 100%;
  -ms-transform-origin: -50% 100%;
  -o-transform-origin: -50% 100%;
  transform-origin: -50% 100%;
}
.pexeto-recent-posts a.nivo-nextNav,
.pexeto-related-posts a.nivo-nextNav {
  -webkit-transform-origin: 150% 100%;
  -moz-transform-origin: 150% 100%;
  -ms-transform-origin: 150% 100%;
  -o-transform-origin: 150% 100%;
  transform-origin: 150% 100%;
}
UNUSED.pexeto-recent-posts .nivo-caption,
UNUSED.pexeto-related-posts .nivo-caption {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
  visibility: hidden;
}
UNUSED.pexeto-recent-posts .format-aside aside,
UNUSED.pexeto-related-posts .format-aside aside,
UNUSED.pexeto-recent-posts .format-quote blockquote,
UNUSED.pexeto-related-posts .format-quote blockquote {
  margin-left: 0;
  border-left: 0px;
}
.post-type-icon-wrap {
  display: none;
}
.rp-list .rp-info h3:after {
  content: "/";
  margin: 0 10px;
}
.rp-list .rp-info h3:before {
  content: "/";
  margin: 0 10px;
}
.rp-list li:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.rp-cat a,
.rp-date {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  text-transform: uppercase;
  letter-spacing: 2px;
}
UNUSED.section-full-width .services-box,
UNUSED.section-full-width .services-title-box {
  color: inherit;
}
UNUSED.section-full-width h1,
UNUSED.section-full-width h2,
UNUSED.section-full-width h3,
UNUSED.section-full-width h4,
UNUSED.section-full-width h5,
UNUSED.section-full-width h6 {
  color: inherit;
}
.section-light .section-title:before {
  content: "";
  display: block;
  background-color: #fdd200;
  width: 30%;
  height: 2px;
  margin: auto;
  margin-bottom: 3px;
}
UNUSED.content .section-light h1,
UNUSED.content .section-light h2,
UNUSED.content .section-light h3,
UNUSED.content .section-light h4,
UNUSED.content .section-light h5,
UNUSED.content .section-light h6 {
  color: #102119;
}
.section-light2 .section-title:after {
  content: "";
  display: block;
  width: 62%;
  height: 2px;
  background: #fdd200;
  margin: auto;
  margin-top: 11px;
  margin-bottom: 5px;
}
UNUSED.content .section-light2 h1,
UNUSED.content .section-light2 h2,
UNUSED.content .section-light2 h3,
UNUSED.content .section-light2 h4,
UNUSED.content .section-light2 h5,
UNUSED.content .section-light2 h6 {
  color: #252525;
}
UNUSED.section-light-bg .section-title,
UNUSED.section-light-bg .sub-title {
  display: table;
  padding: 10px 0 ;
  color: #373737;
}
.section-light-bg .section-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.section-light-bg .section-title:after {
  content: "";
  width: 62%;
  display: block;
  height: 2px;
  background: #fdd200;
  margin-top: 10px;
  margin-bottom: 2px;
}
.section-light-bg .sub-title {
  padding: 7px;
  text-transform: uppercase;
  font-style: normal;
  font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
}
UNUSED.content .section-light-bg h1,
UNUSED.content .section-light-bg h2,
UNUSED.content .section-light-bg h3,
UNUSED.content .section-light-bg h4,
UNUSED.content .section-light-bg h5,
UNUSED.content .section-light-bg h6 {
  color: #373737;
}
.section-dark .section-title:after {
  content: "";
  width: 62%;
  display: block;
  height: 2px;
  background: #fdd200;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 7px;
}
UNUSED.content .section-dark h1,
UNUSED.content .section-dark h2,
UNUSED.content .section-dark h3,
UNUSED.content .section-dark h4,
UNUSED.content .section-dark h5,
UNUSED.content .section-dark h6 {
  color: #ffffff;
}
UNUSED.section-dark-bg .section-title,
UNUSED.section-dark-bg .sub-title {
  color: #ffffff;
}
.section-dark-bg .sub-title {
  display: table;
  margin-bottom: 1.1em;
  width: auto;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7em;
  font-size: 16px;
  letter-spacing: 2px;
}
.section-dark-bg .section-title {
  margin-bottom: 3px;
  font-weight: normal;
  text-transform: none;
}
UNUSED.content .section-dark-bg h1,
UNUSED.content .section-dark-bg h2,
UNUSED.content .section-dark-bg h3,
UNUSED.content .section-dark-bg h4,
UNUSED.content .section-dark-bg h5,
UNUSED.content .section-dark-bg h6 {
  color: #ffffff;
}

UNUSED.content .section-custom h1,
UNUSED.content .section-custom h2,
UNUSED.content .section-custom h3,
UNUSED.content .section-custom h4,
UNUSED.content .section-custom h5,
UNUSED.content .section-custom h6 {
  color: inherit;
}
.cta-title:after {
  display: block;
  overflow: hidden;
  margin: auto;
  margin-top: 13px;
  width: 70px;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  text-indent: -999em;
}
.parallax-element {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section-full-width {
  position: relative;
  overflow: hidden;
}
.page-template-template-fullscreen-slider-php .header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  min-height: 0;
}
UNUSED.section-text,
UNUSED.section-textimg {
  background-position: center center;
  background-size: cover;
}
UNUSED.section-text .section-title,
UNUSED.section-textimg .section-title,
UNUSED.section-text .section-desc,
UNUSED.section-textimg .section-desc {
  color: #ffffff;
}
.section-text .section-title,
.section-text .section-desc {
  max-width: 600px;
}
.section-text .section-title {
  padding-bottom: 7px;
}
UNUSED.layout-cc .section-title,
UNUSED.layout-cc .section-desc {
  margin: auto;
}
UNUSED.layout-ct .section-title,
UNUSED.layout-ct .section-desc {
  margin: auto;
}
UNUSED.layout-cb .section-title,
UNUSED.layout-cb .section-desc {
  margin: auto;
}

.section-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
UNUSED.layout-left > .section-wrapper,
UNUSED.layout-right > .section-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
UNUSED.layout-bottom > .section-wrapper,
UNUSED.layout-top > .section-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

UNUSED.layout-top .section-wrapper,
UNUSED.layout-bottom .section-wrapper {
  max-width: 980px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
UNUSED.layout-top .section-img,
UNUSED.layout-bottom .section-img {
  margin-bottom: 3%;
}
UNUSED.layout-top .section-img img,
UNUSED.layout-bottom .section-img img {
  max-height: 70%;
}
UNUSED.layout-top .section-title,
UNUSED.layout-bottom .section-title {
  padding-bottom: 10px;
}
.layout-bottom .section-img {
  margin-bottom: 0;
  margin-top: 3%;
}

UNUSED#fullPage-nav span,
UNUSED.fullPage-slidesNav span {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
}
UNUSED#fullPage-nav li .active span,
UNUSED.fullPage-slidesNav .active span {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0);
}
.page-template-template-fullscreen-slider-php:before {
  content: "";
  width: 30px;
  height: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  background: url('images/cs-loader-w.gif');
  background-size: 30px 30px;
}
.mobile.page-template-template-fullscreen-slider-php:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('images/cs-loader-w.gif');
  background-size: 30px 30px;
}
.fullpage-wrapper.loading {
  opacity: 0;
}
.section {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 35px;
  background-color: #b3b3b1;
}
.section {
  overflow: hidden;
}
.jspVerticalBar {
  top: 0px;
}
UNUSED.section-wrapper > .element-animated,
UNUSED.section > .element-animated,
UNUSED.slide .element-animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}
UNUSED.slideInRight,
UNUSED.slideInUp,
UNUSED.slideInLeft {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    margin-right: -300px;
  }
  100% {
    opacity: 1;
    margin-right: 50px;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    margin-right: -300px;
  }
  100% {
    opacity: 1;
    margin-right: 50px;
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    margin-top: 300px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    margin-top: 300px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    margin-left: -300px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    margin-left: -300px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRightFast {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRightFast {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRightFast {
  -webkit-animation-name: slideInRightFast;
  animation-name: slideInRightFast;
}
UNUSED.section-content,
UNUSED.section-img {
  border: 1px solid transparent;
}
UNUSED.mobile .section-text,
UNUSED.mobile .section-textimg {
  height: auto !important;
}
UNUSED.mobile .layout-rt .section-content,
UNUSED.mobile .layout-rc .section-content,
UNUSED.mobile .layout-rb .section-content {
  float: right;
  right: 0;
  width: auto;
}
UNUSED.mobile .layout-top .section-wrapper,
UNUSED.mobile .layout-bottom .section-wrapper {
  max-width: none;
}




@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'PexetoArrows';
  src: url('images/fonts/PexetoArrows.eot');
  src: url('images/fonts/PexetoArrows.eot?#iefix') format('embedded-opentype'), url('images/fonts/PexetoArrows.woff') format('woff'), url('images/fonts/PexetoArrows.ttf') format('truetype'), url('images/fonts/PexetoArrows.svg#PexetoArrows') format('svg');
}
UNUSED.icon-arrow-left,
UNUSED.icon-arrow-down,
UNUSED.icon-arrow-up,
UNUSED.icon-arrow-right,
UNUSED.icon-arrow-left-2,
UNUSED.icon-arrow-down-2,
UNUSED.icon-arrow-up-2,
UNUSED.icon-arrow-right-2,
.nivo-prevNav,
.nivo-nextNav,
.left-arrow,
.right-arrow,
.ps-left-arrow,
.ps-right-arrow,
.cs-arrows,
.pc-next,
.pc-prev,
.scroll-to-top span,
.ts-left-arrow,
.ts-right-arrow,
UNUSED.mob-nav-arrow span,
UNUSED.mob-sub-opened span,
UNUSED.controlArrow.prev,
UNUSED.controlArrow.next,
.nav-menu ul ul li .drop-arrow {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'PexetoArrows';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.nivo-prevNav,
.nivo-nextNav,
.left-arrow,
.right-arrow,
.ps-left-arrow,
.ps-right-arrow,
UNUSED.cs-next-arrow,
.cs-prev-arrow,
.ps-left-arrow,
.ps-right-arrow {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 70px;
}
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.left-arrow:hover,
.right-arrow:hover,
.ps-left-arrow:hover,
.ps-right-arrow:hover,
.cs-next-arrow:hover,
.cs-prev-arrow:hover,
.ps-left-arrow:hover,
.ps-right-arrow:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.nivo-prevNav,
.left-arrow,
.cs-prev-arrow {
  text-indent: -5px;
}

UNUSED.nivo-prevNav:active,
UNUSED.left-arrow:active,
UNUSED.cs-prev-arrow:active {
  text-indent: -12px;
}
UNUSED.ps-left-arrow:active,
.ps-left-arrow:active {
  text-indent: -7px;
}
.ps-icon,
.ts-arrow {
  line-height: 30px;
}
.nivo-nextNav,
.right-arrow,
.ps-right-arrow,
.cs-next-arrow,
.ps-right-arrow {
  text-indent: 0px;
}

UNUSED.nivo-nextNav:active,
UNUSED.right-arrow:active,
UNUSED.ps-right-arrow:active,
UNUSED.cs-next-arrow:active,
.ps-right-arrow:active {
  text-indent: 3px;
}
.pc-next,
.pc-prev {
  line-height: 45px;
}
.icon-arrow-left:before,
.nivo-prevNav:before,
.cs-prev-arrow:before,
.pc-prev:before,
.ps-left-arrow:before,
.ts-left-arrow:before {
  content: "\e000";
}
.icon-arrow-right:before,
.nivo-nextNav:before,
.cs-next-arrow:before,
.pc-next:before,
.ps-right-arrow:before,
.ts-right-arrow:before,
.nav-menu ul ul li .drop-arrow:before {
  content: "\e001";
}
.icon-arrow-down:before {
  content: "\e001";
}
.icon-arrow-up:before,
.scroll-to-top span:before {
  content: "\e002";
}
.icon-arrow-left-2:before {
  content: "\e002";
}
.icon-arrow-down:before {
  content: "\e003";
}
.icon-arrow-up:before {
  content: "\e004";
}
.icon-arrow-left-3:before {
  content: "\e006";
}
.icon-arrow-down-2:before,
.mob-nav-arrow span:before {
  content: "\e007";
}
.icon-arrow-up-2:before,
.scroll-to-top span:before,
.mob-sub-opened span:before {
  content: "\e008";
}
.icon-arrow-right-2:before {
  content: "\e009";
}
.icon-arrow-down-3:before {
  content: "\e00a";
}
.icon-arrow-up-3:before {
  content: "\e00b";
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'PexetoIcons';
  src: url('images/fonts/PexetoIcons.eot');
  src: url('images/fonts/PexetoIcons.eot?#iefix') format('embedded-opentype'), url('images/fonts/PexetoIcons.woff') format('woff'), url('images/fonts/PexetoIcons.ttf') format('truetype'), url('images/fonts/PexetoIcons.svg#PexetoIcons') format('svg');
}
UNUSED.icon-page,
UNUSED.icon-lightbox,
UNUSED.icon-photo,
UNUSED.icon-resize-full,
UNUSED.icon-camera,
UNUSED.icon-note,
UNUSED.icon-video,
UNUSED.icon-external-link,
UNUSED.icon-link,
UNUSED.icon-clip,
UNUSED.smallslider-icon,
UNUSED.fullslider-icon,
.fullslider-icon,
.smallslider-icon,
UNUSED.lightbox-icon,
UNUSED.icon-document,
UNUSED.standard-icon,
UNUSED.video-icon,
UNUSED.fullvideo-icon,
UNUSED.smallvideo-icon,
UNUSED.custom-icon,
UNUSED.icon-basket,
UNUSED.pex-woo-cart-btn,
UNUSED.format-aside .post-type-icon {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'PexetoIcons';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.icon-photo:before,
.smallslider-icon:before,
.fullslider-icon:before,
.fullslider-icon:before,
.smallslider-icon:before {
  content: "\f701";
}
.icon-resize-full:before {
  content: "\f704";
}
.icon-lightbox:before,
.icon-camera:before,
.lightbox-icon:before {
  content: "\f704";
}
.icon-page:before,
.icon-note:before,
.icon-document:before,
.standard-icon:before {
  content: "\f703";
}
.icon-video:before,
.video-icon:before,
.fullvideo-icon:before,
.smallvideo-icon:before {
  content: "\f702";
}
.icon-external-link:before {
  content: "\f705";
}
.icon-link:before,
.icon-link:before,
.custom-icon:before,
.format-aside .post-type-icon:before {
  content: "\f705";
}
.icon-clip:before {
  content: "\f702";
}
.icon-basket:before,
.pex-woo-cart-btn:before {
  content: "\f706";
}

.pg-icon {
  font-size: 30px;
  line-height: 40px;
  color: #252525;
}
UNUSEDdiv.pp_default .pp_content_container .pp_left,
UNUSEDdiv.pp_default .pp_content_container .pp_right,
UNUSEDdiv.pp_default .pp_bottom .pp_left,
UNUSEDdiv.pp_default .pp_bottom .pp_middle,
UNUSEDdiv.pp_default .pp_bottom .pp_right,
UNUSEDdiv.pp_default .pp_top .pp_left,
UNUSEDdiv.pp_default .pp_top .pp_middle,
UNUSEDdiv.pp_default .pp_top .pp_right {
  background: none;
}
div.pp_default .pp_next:hover {
  background: url(images/prettyPhoto/pexeto/sprite_next_new.png) center right no-repeat;
  background-position: 97% 50%;
}
div.pp_default .pp_previous:hover {
  background: url(images/prettyPhoto/pexeto/sprite_prev_new.png) center left no-repeat;
  background-position: 3% 50%;
  cursor: pointer;
}
div.pp_default .pp_expand:hover {
  background: url(images/prettyPhoto/pexeto/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract:hover {
  background: url(images/prettyPhoto/pexeto/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
UNUSEDdiv.pp_default a.pp_expand,
UNUSEDdiv.pp_default a.pp_contract {
  top: 5px;
  right: 30px;
}
div.pp_default .pp_close {
  margin-top: 0;
  margin-right: 10px;
}
div.pp_default .pp_nav {
  margin: 0;
  margin-right: 10px;
  margin-left: 10px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 9px;
}
pre {
  overflow: auto;
}
UNUSEDul.menu-ul > li,
UNUSEDdiv.menu-ul > ul > li {
  padding-bottom: 10px;
}
UNUSEDul.mob-nav-menu > li,
UNUSEDdiv.mob-nav-menu > ul > li {
  padding-bottom: 0;
}
.contact-loader,
#content-container .nivoSlider,
.single #portfolio-slider,
.ps-video {
  background-size: 16px 16px;
}
.pexeto-parallax .services-box {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
UNUSED.parallax-scaled-original,
UNUSED.services-thumbnail .services-box.parallax-scaled-original {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fixed-header .page-wrapper {
  -webkit-transition: padding-top 0.3s ease;
  -moz-transition: padding-top 0.3s ease;
  -ms-transition: padding-top 0.3s ease;
  -o-transition: padding-top 0.3s ease;
  transition: padding-top 0.3s ease;
  padding-top: 0 !important;
}


.icons-light .imglist li:before {
  background: none;
  background: url(images/list-sprites_w.png);
}
UNUSED.light-icons .info-box .box-icon,
UNUSED.light-icons .note-box .box-icon,
UNUSED.light-icons .tip-box .box-icon,
UNUSED.light-icons .error-box .box-icon,
UNUSED.light-icons .share-item,
UNUSED.light-icons .post-type-icon {
  background-image: url(images/px_sprites_w.png);
}
UNUSED.woocommerce,
UNUSED.woocommerce-page {
  

}
UNUSED.woocommerce ul.cart_list,
UNUSED.woocommerce-page ul.cart_list,
UNUSED.woocommerce ul.product_list_widget,
UNUSED.woocommerce-page ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
  margin-top: -12px;
}
UNUSED.woocommerce ul.cart_list li,
UNUSED.woocommerce-page ul.cart_list li,
UNUSED.woocommerce ul.product_list_widget li,
UNUSED.woocommerce-page ul.product_list_widget li {
  padding: 12px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.woocommerce ul.cart_list li:before,
.woocommerce-page ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
UNUSED.woocommerce ul.cart_list li a,
UNUSED.woocommerce-page ul.cart_list li a,
UNUSED.woocommerce ul.product_list_widget li a,
UNUSED.woocommerce-page ul.product_list_widget li a {
  display: block;
  font-weight: bold;
  color: inherit;
}
UNUSED.woocommerce ul.cart_list li img,
UNUSED.woocommerce-page ul.cart_list li img,
UNUSED.woocommerce ul.product_list_widget li img,
UNUSED.woocommerce-page ul.product_list_widget li img {
  float: left;
  margin-right: 12px;
  width: 50px;
  height: auto;
  background: #ffffff;
  padding: 4px;
}
UNUSED.woocommerce ul.cart_list li dl,
UNUSED.woocommerce-page ul.cart_list li dl,
UNUSED.woocommerce ul.product_list_widget li dl,
UNUSED.woocommerce-page ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl:before,
.woocommerce-page ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce-page ul.product_list_widget li dl:before,
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  clear: both;
}
UNUSED.woocommerce ul.cart_list li dl dt,
UNUSED.woocommerce-page ul.cart_list li dl dt,
UNUSED.woocommerce ul.product_list_widget li dl dt,
UNUSED.woocommerce-page ul.product_list_widget li dl dt,
UNUSED.woocommerce ul.cart_list li dl dd,
UNUSED.woocommerce-page ul.cart_list li dl dd,
UNUSED.woocommerce ul.product_list_widget li dl dd,
UNUSED.woocommerce-page ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-botom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
  font-weight: bold;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  padding: 0 0 .25em 0;
}
UNUSED.woocommerce ul.cart_list li dl dd p:last-child,
UNUSED.woocommerce-page ul.cart_list li dl dd p:last-child,
UNUSED.woocommerce ul.product_list_widget li dl dd p:last-child,
UNUSED.woocommerce-page ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
UNUSED.woocommerce ul.cart_list li .star-rating,
UNUSED.woocommerce-page ul.cart_list li .star-rating,
UNUSED.woocommerce ul.product_list_widget li .star-rating,
UNUSED.woocommerce-page ul.product_list_widget li .star-rating {
  float: none;
}
UNUSED.woocommerce.widget_shopping_cart .total,
UNUSED.woocommerce-page.widget_shopping_cart .total,
UNUSED.woocommerce .widget_shopping_cart .total,
UNUSED.woocommerce-page .widget_shopping_cart .total {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  margin-top: -1px;
}
UNUSED.woocommerce.widget_shopping_cart .total strong,
UNUSED.woocommerce-page.widget_shopping_cart .total strong,
UNUSED.woocommerce .widget_shopping_cart .total strong,
UNUSED.woocommerce-page .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
UNUSED.woocommerce.widget_shopping_cart .buttons,
UNUSED.woocommerce-page.widget_shopping_cart .buttons,
UNUSED.woocommerce .widget_shopping_cart .buttons,
UNUSED.woocommerce-page .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce-page.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce-page .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  clear: both;
}
UNUSED.woocommerce .widget_price_filter .price_slider,
UNUSED.woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
UNUSED.woocommerce .widget_price_filter .price_slider_amount,
UNUSED.woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
UNUSED.woocommerce .widget_price_filter .price_slider_amount .button,
UNUSED.woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  float: left;
}
UNUSED.woocommerce .widget_price_filter .ui-slider,
UNUSED.woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
UNUSED.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
UNUSED.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  cursor: pointer;
  background: #ffffff;
  outline: none;
  top: -5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 rgba(255, 255, 255, 0.65);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 rgba(255, 255, 255, 0.65);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 rgba(255, 255, 255, 0.65);
}
UNUSED.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
UNUSED.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
UNUSED.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
UNUSED.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  background: #fdd200;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
UNUSED.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
UNUSED.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}
UNUSED.woocommerce .widget_price_filter .ui-slider-horizontal,
UNUSED.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: .7em;
}
UNUSED.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
UNUSED.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
UNUSED.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
UNUSED.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
UNUSED.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
UNUSED.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.controlArrow.prev,
.controlArrow.next {
  -webkit-transform: translate3d(0, 0, 0);
}



UNUSED.entry-content img,
UNUSED.comment-content img,
UNUSED.widget img {
  max-width: 100%;
  

}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
UNUSEDimg.size-full,
UNUSEDimg.size-large,
UNUSEDimg.header-image,
UNUSEDimg.wp-post-image {
  max-width: 100%;
  height: auto;
}
img.size-full {
  margin-top: 15px;
}

UNUSED.video-wrap,
UNUSED.embed-youtube {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
UNUSED.video-wrap iframe,
UNUSED.video-wrap object,
UNUSED.video-wrap embed,
UNUSED.embed-youtube iframe,
UNUSED.embed-youtube object,
UNUSED.embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile.page-template-template-fullscreen-slider-php #header,
.mobile.page-template-template-fullscreen-slider-php .header-wrapper {
  background-color: #252525;
}
.ie9 .pg-item:hover img,
.ie9 .pc-item:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

UNUSED.mobile #slider-container .full-bg-image,
UNUSED.mobile .parallax-fixed .full-bg-image {
  background-attachment: scroll;
}
UNUSEDinput.plus,
UNUSEDinput.minus {
  font-family: "Lucida Grande";
}
.header-layout-center .header-buttons {
  margin-top: 0;
  padding-bottom: 10px;
}
.controlArrow.prev,
.controlArrow.next {
  left: 45px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-width: 0px;
  border-color: #ffffff;
  background-color: #252525;
  font-weight: bold;
  z-index: 100;
}
.controlArrow.prev:hover,
.controlArrow.next:hover {
  background-color: #fdd200;
}
.controlArrow.next {
  left: auto;
  right: 45px;
}
.controlArrow.prev:before {
  content: "\e000";
}
.controlArrow.next:before {
  content: "\e001";
}

UNUSED.pex-woo-cart,
.pex-woo-cart-btn {
  display: none;
}

@media screen and (max-width: 1000px) {
  
  .cols-4 .col {
    width: 48.4%;
  }
  .cols-4 .col:nth-of-type(2n) {
    clear: right;
    margin-right: 0;
  }
  .services-default.cols-4 .col:nth-of-type(2n+1) {
    border-left: 0;
  }
  .services-default.cols-4 .col {
    width: 50%;
    margin-right: 0;
  }
  
  .cols-5 .col {
    width: 31.2%;
  }
  .cols-5 .col:nth-of-type(5n) {
    clear: none;
    margin-right: 3.2%;
  }
  .cols-5 .col:nth-of-type(3n) {
    clear: right;
    margin-right: 0;
  }
  .services-default.cols-5 .col {
    width: 50%;
    margin-right: 0;
  }
  .services-default.cols-5 .col:nth-of-type(2n+1) {
    border-left: 0;
  }
  .fixed-header-scroll #header {
    background: transparent;
  }
  
  .ps-images,
  .ps-video,
  .ps-content {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .ps-content {
    padding: 20px 5%;
  }
  .ps-wrapper {
    height: auto !important;
  }
  
  .social-profiles,
  .navigation-container {
    display: none;
  }
  .footer-bottom .social-profiles {
    display: block;
    float: none;
  }
  .footer-nav,
  .copyrights {
    display: block;
    float: none;
    margin: 10px auto;
    text-align: center;
    line-height: 1.7em;
  }
  .cs-element {
    font-size: 12px;
  }
  .cs-title {
    font-size: 50px !important;
  }
  .cs-small-title {
    font-size: 15px !important;
  }
  .content-slider {
    padding: 150px 0 110px 0;
  }
  ul#cs-slider-ul {
    min-height: 150px !important;
  }
  #cs-navigation {
    visibility: hidden;
  }
  
  .mobile-nav {
    display: block;
    float: right;
    margin: 22px 3.06%;
    margin-right: 0px;
    cursor: pointer;
  }
  .mob-nav-menu {
    position: absolute;
    z-index: 100;
    margin-top: -1px;
    margin-bottom: -21px;
    margin-left: -5%;
    width: 100%;
    background: rgba(17, 17, 17, 0.96);
    text-transform: uppercase;
    font-size: 12px;
  }
  .mob-nav-arrow span {
    margin-top: 15px;
    display: block;
  }
  .header-layout-right #logo-container {
    float: left;
  }
  .header-layout-center #logo-container {
    float: left;
  }
  .pg-cat-filter ul {
    display: none;
  }
  .pg-filter-btn {
    display: block;
    padding: 10px 0;
    width: 80%;
    cursor: pointer;
  }
  .pg-cat-filter {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    max-width: 100%;
  }
  .pg-cat-filter ul {
    position: relative;
    top: 0px;
    z-index: 1000;
    max-width: 100%;
    padding: 0;
    min-width: 250px;
    background: #000000;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .pg-cat-filter .pg-loading {
    position: absolute;
    top: 15px;
    right: 0px;
  }
  .ps-content-text {
    font-size: 12px;
  }
  
  .footer-cta-first {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .footer-cta-disc {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .footer-cta-button a {
    float: none;
    margin: auto;
    text-align: center;
    font-size: 15px;
  }
  .testimonial-container {
    margin: 20px 0;
  }
  .testimonial-info {
    float: none;
    margin: auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .testimonial-container blockquote {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font: italic 130%/170% Georgia, "Times New Roman", Times, serif;
  }
  .content-slider .button {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }
  #logo-container {
    margin-top: 4px;
  }
  #slider-container .nivo-wrapper {
    min-width: auto;
  }
  .fixed-header #header {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .admin-bar.fixed-header #header {
    top: 0;
  }
  .fixed-header-scroll #logo-container {
    max-width: 70%;
  }
  #slider-container .nivo-wrapper {
    min-height: 0;
  }
  .fixed-header:not(.mobile) .header-wrapper {
    padding-top: 0px !important;
  }
  .fixed-header #header {
    position: relative;
  }
  #full-width #commentform {
    width: 100%;
  }
  .pg-cat-filter .pg-loading {
    margin-top: 11px;
  }
  
}
@media screen and (max-width: 768px) {
  
  
  .cols-4 .col {
    width: 48.4%;
  }
  .cols-4 .col:nth-of-type(3n) {
    clear: none;
    margin-right: 3.2%;
  }
  .cols-4 .col:nth-of-type(2n) {
    clear: right;
    margin-right: 0;
  }
  
  .cols-5 .col {
    width: 48.4%;
  }
  .cols-5 .col:nth-of-type(3n) {
    clear: none;
    margin-right: 3.2%;
  }
  .cols-5 .col:nth-of-type(2n) {
    clear: right;
    margin-right: 0;
  }
  .services-default.cols-4 .col {
    margin-right: 0;
  }
  .services-default.cols-5 .col {
    margin-right: 0;
  }
  
  .cols-3 .col {
    width: 48.4%;
  }
  .cols-3 .col:nth-of-type(3n) {
    clear: none;
    margin-right: 3.2%;
  }
  .cols-3 .col:nth-of-type(2n) {
    clear: right;
    margin-right: 0;
  }
  .services-default.cols-3 .col {
    width: 50%;
  }
  .services-default.cols-3 .col:nth-of-type(3n),
  .services-default.cols-2 .col:nth-of-type(3n) {
    border-left: 0px;
  }
  #sidebar {
    float: none;
    margin: 0 3%;
    margin-top: 30px;
    max-width: 100%;
    width: 94%;
  }
  #content,
  UNUSED.contains-posts #content,
  UNUSED.single-post #content {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .contains-posts #content,
  .single-post #content {
    max-width: 100%;
  }
  .layout-left #content {
    padding-left: 0;
  }
  
  .footer-cta-first {
    width: 100%;
    text-align: center;
    line-height: 1.5em;
  }
  .footer-cta-first h5 {
    width: 100%;
    line-height: 1.5em;
  }
  .footer-cta-disc {
    width: auto;
    text-align: center;
  }
  .footer-cta-disc p {
    line-height: 1.5em;
  }
  .footer-cta-button {
    margin-top: 20px;
    width: 100%;
  }
  .cs-content-right img {
    width: 100%;
  }
  .content-slider .col {
    width: 100%;
    text-align: center;
  }
  .footer-box:first-child .title {
    margin-right: -7%;
  }
  .cta-element {
    padding: 20px 0;
    text-align: center;
  }
  .scroll-to-top {
    display: none;
  }
  #portfolio-gallery {
    padding: 15px 0 25px 0;
  }
  .section-full-width .section-title {
    font-size: 30px;
  }
  #content-container {
    padding: 20px 3%;
  }
  .single-portfolio #content-container {
    padding: 10px 3%;
  }
  .pg-info:hover .pg-details {
    bottom: 25%;
    bottom: calc(50% - 20px);
  }
  .pg-pagination {
    margin-bottom: 14px;
  }
  .ps-nav-text,
  .ps-back-text {
    display: none;
  }
  
  .rp-date {
    width: 100%;
    text-align: left;
    padding-top: 15px;
    padding-left: 5px;
  }
  .rp-list .rp-info {
    width: 100%;
    text-align: left;
  }
  .rp-list li {
    padding: 0;
  }
  .rp-list h3 {
    display: inline-block;
    padding: 10px 0;
    padding-left: 5px;
  }
  .rp-list .rp-title {
    margin-left: 5px;
  }
  .rp-cat {
    display: none;
  }
  .rp-list .rp-info h3:before,
  .rp-list .rp-info h3:after {
    display: none;
  }
  .footer-widgets {
    max-width: 90%;
  }
  .layout-left .section-wrapper,
  .layout-right .section-wrapper {
    max-width: 1170px;
    margin: auto;
  }
  .layout-left .section-img,
  .layout-right .section-img {
    max-width: 90%;
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
  }
  UNUSED.layout-left .section-img img,
  UNUSED.layout-right .section-img img {
    max-height: 50%;
  }
  .layout-left .section-content,
  .layout-right .section-content {
    float: none;
    max-width: 90%;
    width: 100%;
    position: static;
    text-align: center;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  UNUSED.layout-left .section-content h2,
  UNUSED.layout-right .section-content h2 {
    font-size: 27px !important;
    margin-top: 10px;
  }
  .layout-left > .section-wrapper,
  .layout-right > .section-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .layout-bottom > .section-wrapper,
  .layout-top > .section-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .layout-right .section-wrapper {
    max-width: 1170px;
    margin: auto;
  }
  .layout-right .section-img {
    max-width: 90%;
    float: none;
    margin: auto;
  }
  .layout-right .section-img img {
    max-height: 50%;
  }
  .layout-right .section-content {
    float: none;
    max-width: 90%;
    position: static;
  }
  
  .layout-top .section-wrapper,
  .layout-bottom .section-wrapper {
    max-width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .layout-top .section-img img,
  .layout-bottom .section-img img {
    max-height: 50%;
  }
  .layout-bottom .section-img {
    margin-bottom: 0;
    margin-top: 3%;
  }
  .cs-arrows {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    top: auto;
    right: 50%;
    bottom: 20px;
    margin-right: -41px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .cs-arrows:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .cs-prev-arrow {
    left: 50%;
    margin-left: -41px;
  }
  .cs-thumbnail {
    display: none !important;
  }
  .cs-title {
    font-size: 32px !important;
  }
  .cs-small-title {
    font-size: 13px !important;
  }
  
}
@media screen and (max-width: 520px) {
  
  .col {
    clear: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .services-wrapper.services-thumbnail .services-box {
    width: 220px !important;
  }
  .services-default .col {
    border-left: 0;
    border-right: 0;
  }
  .services-default.cols-4 .col {
    border-left: 0;
  }
  .content-slider {
    text-align: center;
  }
  #content-container .section-full-width .section-boxed,
  #content-container .section-boxed {
    margin: 30px auto;
  }
  .sl-description {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .carousel-title .link-title {
    display: none;
  }
  .nivo-caption {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none;
  }
  #content-container .pc-item h2 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .post-info.bottom {
    display: none;
  }
  .controlArrow.prev,
  .slide-caption {
    left: 25px;
  }
  .controlArrow.next {
    right: 25px;
  }
  
}
.pt-highlight .pt-title {
  background: #fdd200;
  

}
.price-table-wrapper .cols-4 .col:nth-of-type(4n+1) {
  clear: left;
}
.fullpage-scroll-arrow:hover {
  color: #fff;
}
@-webkit-keyframes bounce {
  0%,
  50%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  50%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.fullpage-scroll-arrow .layout-cb.section:first-child:after {
  right: 0px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .layout-left .section-img img,
  .layout-right .section-img img {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fullpage-autoplay:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0px;
  margin: 2px;
  background: #ffffff;
  opacity: 1;
  border-radius: 999px;
}
@-webkit-keyframes cssSpinnerRight {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes cssSpinnerLeft {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes cssSpinnerRight {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(180deg);
  }
}
@-moz-keyframes cssSpinnerLeft {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(0deg);
  }
  51% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(180deg);
  }
}
@-o-keyframes cssSpinnerRight {
  0% {
    -o-transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(180deg);
  }
}
@-o-keyframes cssSpinnerLeft {
  0% {
    -o-transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(0deg);
  }
  51% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(180deg);
  }
}
@keyframes cssSpinnerRight {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes cssSpinnerLeft {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  51% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 768px) {
  .content-slider .col {
    margin-bottom: 10px;
  }
}

.pg-info-dis img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

div.pp_default .pp_content_container .pp_details {
  margin-bottom: 9px;
}

.ps-desc {
  margin-right: 50px;
}


.fullpage-autoplay .fp-side {
  height: 21px;
}

body {
  background-color: #ccc;
}
@media screen and (max-width: 1000px) {
  .boxed-layout #header {
    width: 100%;
  }
  .fixed-header.boxed-layout #header {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .boxed-layout.page-template-template-fullscreen-slider-php .mob-nav-menu {
    margin-left: 0%;
  }
}
.boxed-layout.page-template-default .layout-full#content-container,
.boxed-layout.page-template-template-contact-php .layout-full#content-container,
.boxed-layout.page-template-template-archive-php .layout-full#content-container {
  padding: 0;
}
UNUSED.boxed-layout.page-template-default .layout-full .content-box,
UNUSED.boxed-layout.page-template-template-contact-php .layout-full .content-box,
UNUSED.boxed-layout.page-template-template-archive-php .layout-full .content-box {
  padding-top: 70px;
}
.boxed-layout.page-template-default .layout-full#content-container #comments,
.boxed-layout.page-template-template-contact-php .layout-full#content-container #comments,
.boxed-layout.page-template-template-archive-php .layout-full#content-container #comments {
  padding: 3%;
  padding-top: 0;
}
.page-template-template-full-custom-php #comments {
  padding-bottom: 30px;
}


.cs-next-arrow .cs-thumbnail {
  top: 0;
}
@media screen and (max-width: 1000px) {
  .mobile .section-header {
    padding-bottom: 10px;
  }
}
.mobile-nav {
  margin-top: 18px;
}

.cs-prev-arrow .cs-thumbnail {
  top: 0;
}
@media screen and (max-width: 768px) {
  .qg-full-col-5 .qg-img,
  .qg-full-col-7 .qg-img,
  .qg-full-col-9 .qg-img {
    width: 33.33333%;
  }
  .qg-full-col-4 .qg-img,
  .qg-full-col-6 .qg-img,
  .qg-full-col-8 .qg-img {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .qg-full .qg-img {
    width: 100%;
  }
  .mobile .layout-rt .section-content,
  .mobile .layout-rc .section-content,
  .mobile .layout-rb .section-content {
    margin-right: 0;
  }
}

.parallax-header:not(.mobile) .header-wrapper .full-bg-image {
  background-attachment: fixed;
}
#full-width #submit-form {
  max-width: 100%;
}

#commentform textarea {
  text-indent: 0;
  padding-left: 1.5%;
  padding-right: 1.5%;
  max-width: 97%;
}
.ps-content-text {
  outline: none;
}
@media screen and (max-width: 1000px) {
  .services-fullbox.cols-5 .col {
    width: 33.33333%;
  }
  .services-fullbox.cols-4 .col {
    width: 50%;
  }
}
.services-fullbox .col:nth-of-type(2n) {
  background-color: rgba(255, 255, 255, 0.035);
}
UNUSED.services-fullbox .services-box h3,
UNUSED.services-fullbox .services-title-box-wrap h2,
UNUSED.services-fullbox p {
  color: inherit;
}
.copyrights {
  -webkit-backface-visibility: hidden;
}


div.pp_default .pp_previous,
div.pp_default .pp_next,
div.pp_default .pp_previous:hover,
div.pp_default .pp_next:hover {
  background-size: 45px 45px;
}
div.pp_default .pp_expand {
  width: 30px;
  height: 30px;
  background: url(images/prettyPhoto/pexeto/sprite_expa2.png) 0 0 no-repeat;
  background-size: 30px 30px;
}
div.pp_default .pp_expand:hover {
  width: 30px;
  height: 30px;
  background: url(images/prettyPhoto/pexeto/sprite_expa.png) 0 0 no-repeat;
  background-size: 30px 30px;
}
div.pp_default .pp_contract,
div.pp_default .pp_contract:hover {
  width: 30px;
  height: 30px;
  background: url(images/prettyPhoto/pexeto/sprite_fit.png) 0 0 no-repeat;
  background-size: 30px 30px;
}
div.pp_default a.pp_expand,
div.pp_default a.pp_contract {
  top: 9px;
  right: 35px;
}
div.pp_default .pp_description {
  font-weight: normal;
  line-height: 18px;
  margin-top: 0;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next,
div.pp_default .pp_close {
  background: url(images/prettyPhoto/pexeto/sprite_bot.png) 0 0 no-repeat;
  background-size: 56px 18px;
}
div.pp_default a.pp_arrow_previous {
  background-position: -5px 0;
}
div.pp_default a.pp_arrow_next {
  background-position: -20px 0;
}
div.pp_default .pp_close {
  background-position: -33px 0;
  width: 22px;
}
div.pp_default .pp_nav,
div.pp_default .pp_close {
  height: 18px;
  border-style: solid;
  border-color: #efefef;
}


.woocommerce table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
}

.page-template-template-fullscreen-slider-php:before {
  width: 50px;
  height: 50px;
  background: url('images/loader-thin.gif');
  background-size: contain;
  margin-top: -25px;
  margin-left: -25px;
}

#slider-container .full-bg-image {
  background-repeat: no-repeat;
}

.mobile.page-template-template-fullscreen-slider-php #header {
  position: absolute;
}
UNUSED#main-container .wpcf7-mail-sent-ng,
UNUSED#main-container .wpcf7-spam-blocked {
  background: #fcb4ad;
}
.wpcf7 .invalid input[type=submit], UNUSED.wpcf7-submit {
  border: 1px solid transparent !important;
  background-color: #4F4F4F !important;
}
.single-post .page-title h1:after {
  display: none;
}

.pexeto-related-posts {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pexeto-related-posts > h3:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: auto;
  margin-top: 6px;
}
.pexeto-related-posts .format-aside aside {
  font-size: 15px;
  padding: 20px;
}

.updated:not(.published) {
  display: none;
}
