/*FastSpring override*/
.store-decorate-silk input[type="text"]{
  background: none;
  background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 0px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.store-product-detail + .core-section{
   margin-top: 1em;
}
.core-form-field-group-header{
  margin-bottom: 10px;
}
/*** end fastspring override **/

/* Vertivacal align any element */
.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%);
}
/* ------------------------------- 1. CSS Reset ------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}
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 {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  line-height: 1;
}
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;
}
hr {
  margin: 24px;
  margin-bottom: 1.714285714rem;
  height: 1px;
  border: 0;
  background-color: #b3b3b1;
}
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;
}
/* ---------- END CSS Reset ---------- */
/*------------------------------- 2. Basic Typography ------------------------------- */
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 {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-width: 0;
  outline-style: none;
  outline-color: transparent;
}
hr {
  margin: 5px 0;
  height: 1px;
  border: 0;
  background-color: #b3b3b1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 5px 0;
  color: #333332;
  font-weight: 400;
  font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.7;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 15px;
  color: #54449d;
}
h4 {
  font-size: 13px;
}
h5 {
  font-size: 10px;
}
h6 {
  font-size: 9px;
}
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;
}

/* ------------------------------- END Basic Typography ------------------------------- */
/* ------------------------------- 3. Basic Document Structure and Stylings ------------------------------- */
/* ----------- 3.1 Tables, Forms / Inputs and Text Area --------------- */
input,
textarea,
select,
input[type=search],
button {
  max-width: 100%;
  font-size: 100%;
}
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;
}
fieldset legend {
  padding: 0 8px;
}
input[type="text"]:disabled {
  opacity: 0.5;
}
/* --- form focus --- */
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;
}
/* ------ Tables -------- */
table {
  max-width: 100%;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
table th,
table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: top;
  text-align: left;
}
table thead {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
table th {
  font-weight: bold;
}
.table {
  width: 100%;
}
.table th,
.table td {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
  text-align: left;
  line-height: 20px;
}
.table-bordered {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* -------------------- 3.2 Content Elements -------------------- */
/* Buttons */
button,
.button,
input[type="submit"],
input[type="button"],
#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;
  /* button color */

  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;
}
/*#main-container button,#main-container  .button ,#main-container input[type="submit"],#main-container input[type="button"],#main-container #submit { color: @color-white;}*/
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;
}
button:active,
.button:active,
input[type="submit"]:active,
input[type="button"]:active,
#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;
}
a.btn-alt {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}
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;
}

/* Clearing floats */
.clear {
  clear: both;
  margin: 0;
  padding: 0;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
}
.divider-line {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #000;
}
/* Selecton Color */
::selection {
  background: #fbf6d6;
  /* Safari */

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

  color: #555555;
}
.highlight1 {
  background-color: #FBF6D6;
}
.highlight2 {
  background-color: #FECBC6;
}

/*----------------------------- 3.3 Navigation Menu --------------------------------*/
.navigation-container {
  float: right;
}
.nav-menu ul {
  margin-left: 0;
}
.nav-menu ul li {
  position: relative;
  display: inline;
  float: left;
}
.nav-menu ul li a {
  display: block;
  padding: 2px 14px;
}
.nav-menu ul ul {
  position: absolute;
  top: 15px;
  z-index: 20000;
  display: none;
  margin-top: 0px;
  padding-top: 19px;
  width: 210px;
}
.nav-menu ul ul ul {
  top: -2px;
  left: 210px;
}
.nav-menu ul ul li {
  display: block;
  float: left;
  padding: 4px 0 4px 0;
  width: 100%;
  background-color: #1e1e1e;
}
.nav-menu ul ul li a {
  letter-spacing: 0;
  line-height: 1.8em;
}
.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);
}
.mob-nav-menu {
  display: none;
}
/*----------------------------- END Navigation Menu --------------------------------*/
/*-------------------- 3.4 Basic Structure And Containers -------------------------- */
.center {
  margin-right: auto;
  margin-left: auto;
}
.page-wrapper {
  margin: 0 auto;
  max-width: 100%;
}
.mobile-nav,
.mob-nav-menu {
  display: none ;
}
#main-container {
  min-width: 250px;
}
/* ---------------- Logo ---------------- */
#logo-container {
  float: left;
  margin: 0 3.06%;
  margin-top: 3px;
  margin-left: 0;
}
#logo-container a {
  display: block;
  float: left;
}
#logo-container img {
  width: 100px;
}
.header-separator {
  overflow: hidden;
  width: 100%;
  border-top: 5px solid #383838;
}
#header {
  padding-top: 20px;
  padding-right: 5%;
  padding-left: 5%;
  width: 90%;
  background: transparent;
  position: relative;
}
.header-wrapper {
  position: relative;
  background-color: #252525;
  width: 100%;
}
.fixed-header .header-wrapper {
  padding-top: 0px;
}
.slider-active .page-wrapper .header-wrapper {
  padding-top: 0;
}
.header-wrapper .full-bg-image {
  top: 0;
}
/* ---------------- Content ---------------- */
.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: 20px auto;
}
.content-boxed {
  margin: 0 auto;
  padding: 0 3%;
  max-width: 1200px;
}
.section-header {
  padding: 0;
  padding-bottom: 20px;
}
.no-slider.no-title .section-header {
  border-bottom-width: 0;
}
#content-container {
  padding: 0px 3%;
}
.page-wrapper {
  background-color: #f7f7f7;
}
.page-template-template-full-custom-php .page-wrapper {
  background-color: #ffffff;
}
.page-template-template-full-custom-php #content-container {
  padding: 0;
}
#content {
  float: left;
  max-width: 72%;
  width: 100%;
}
.content {
  /*word-wrap: break-word;*/

}
.content-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  padding: 4%;
  width: 92%;
  min-height: 400px;
}
.post-type-archive.woocommerce .content-box,
.post-type-archive.woocommerce-page .content-box,
.tax-product_cat.woocommerce .content-box,
.tax-product_tag.woocommerce .content-box {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
  min-height: 400px;
}
#sidebar {
  float: right;
  max-width: 24%;
  width: 24%;
}
.sidebar-box ul {
  margin-left: 0;
  list-style: none;
}
.sidebar-box input[type="text"],
.sidebar-box input[type="password"],
.sidebar-box textarea,
.sidebar-box input[type="search"] {
  padding: 8px 0;
  width: 100%;
  text-indent: 8px;
}
#sidebar .sidebar-box:last-child {
  margin-bottom: 0;
}
#full-width {
  position: relative;
  max-width: 100%;
  min-height: 400px;
}
.page-template-template-portfolio-gallery-php #full-width,
.page-template-template-full-custom-php #full-width,
.page-template-template-blog-php #full-width,
.single-portfolio #full-width {
  padding: 0;
  background-color: transparent;
}
.page-template-template-portfolio-gallery-php #content-container {
  padding-top: 0;
  padding-bottom: 38px;
  overflow: hidden;
}
.layout-left #content {
  float: right;
  padding-right: 0;
  padding-left: 3.06%;
}
.layout-left #sidebar {
  float: left;
}
#footer {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  background-color: #252525;
  color: #f7f7f7;
  font-size: 13px;
}
#footer ul {
  list-style: none;
}
.footer-widgets {
  max-width: 1170px;
}
.footer-widgets a {
  color: #ffffff;
}
.footer-widgets a:hover {
  color: #fdd200;
}
/*-------------- 3.5 Grid And Columns -------------------*/
.cols-wrapper {
  overflow: hidden;
}
/* single column */
.col {
  float: left;
  margin-right: 3.2%;
  margin-bottom: 30px;
}
/* 4 columns */
.cols-4 .col {
  width: 22.6%;
}
/* 3 columns */
.cols-3 .col {
  width: 31.2%;
}
/* 2 columns */
.cols-2 .col {
  width: 48.4%;
}
/* 1 column - for footer*/
.cols-1 .col {
  width: 100%;
}
.cols-5 .col {
  width: 17.44%;
}
.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;
}

/*-----------------------  END COMMENTS ---------------------------*/
/*----------------------- 4. Theme Colors & Stylings -----------------------*/
/* ----------------- 4.1 Navigation -----------------  */
.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 .drop-arrow {
  -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);
  position: relative;
  right: -10px;
  top: 6px;
  float: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 10px;
}
.nav-menu ul .current-menu-item a,
.nav-menu li:hover a,
.nav-menu .current-menu-parent a,
.nav-menu .current-menu-ancestor a {
  color: #ffffff;
}
.nav-menu ul .current-menu-item > a,
.nav-menu > ul > li:hover > a,
.current-menu-ancestor > a {
  -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);
}
.nav-menu ul ul .current-menu-item,
.nav-menu ul ul .current-menu-parent,
.nav-menu ul ul .current-menu-ancestor {
  margin-top: 0;
  border-top: 0;
}
.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 li:last-child a {
  border-right: 0;
}
.nav-menu ul ul ul,
.fixed-header-scroll .nav-menu ul ul ul {
  padding: 0;
}
.fixed-header-scroll .nav-menu ul ul ul {
  margin-top: 0;
}
/*.fixed-header-scroll .content-slider-wrapper{ padding-top: 0 !important; }*/
.nav-menu .sub-menu li:first-child,
.nav-menu .children li:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.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 .sub-menu li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* -------------- MEGA MENU -------------- */
#menu {
  float: left;
}
#menu > ul {
  position: relative;
}
.nav-menu ul li.mega-menu-item {
  position: static;
}
.nav-menu li.mega-menu-item ul ul {
  display: block;
}
.nav-menu li.mega-menu-item > ul {
  width: auto;
  top: 34px;
  padding: 0 15px 20px 15px;
  background-color: #1e1e1e;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.nav-menu li.mega-menu-item > ul ul {
  position: relative;
  left: 0;
  top: 0;
}
.nav-menu li.mega-menu-item ul li {
  display: inline-block;
  width: 200px;
  background: none;
  box-shadow: none;
  border-top-width: 0 !important;
  padding: 2px 0;
}
.nav-menu .mega-menu-item > ul > li {
  margin: 0;
  margin-left: 16px;
  margin-right: 16px;
}
.nav-menu .mega-menu-item ul li a {
  padding: 4px 0;
}
.nav-menu .mega-menu-item > ul > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  font-weight: bold;
}
.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 li.mega-menu-item ul ul a {
  font-weight: normal;
  letter-spacing: 1px;
  -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);
}
.nav-menu > ul > li > a:after,
.nav-menu > div.menu-ul > ul > li > a:after {
  position: relative;
  top: 4px;
}
.header-layout-center .nav-menu ul ul {
  display: none;
  text-align: left;
}
.header-layout-center .nav-menu li.mega-menu-item ul ul {
  display: block;
}
.fixed-header-scroll .nav-menu li.mega-menu-item > ul {
  top: 30px;
}
.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 > li {
  margin-top: 20px;
}
.nav-menu li.mega-menu-item > ul {
  padding-top: 0;
}
.mega-menu-item > ul > li > a {
  opacity: 1;
}
/* ----------- Page Titile ----------- */
.page-title-wrapper {
  display: table;
  width: 100%;
  min-height: 240px;
  height: 240px;
  padding-bottom: 20px;
}
.archive:not(.post-type-archive-product) .page-title-wrapper,
.search-results .page-title-wrapper,
.error404 .page-title-wrapper {
  min-height: 100px;
}
.archive:not(.post-type-archive-product) .page-title h1,
.search-results .page-title h1,
.error404 .page-title h1 {
  font-size: 35px;
}
.large-header .page-title-wrapper {
  min-height: 400px;
  height: 400px;
}
.page-title {
  position: relative;
  z-index: 10;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 8px;
}
.page-title h1 {
  padding: 10px 0;
  padding-top: 0;
  color: #ffffff;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  letter-spacing: -1px;
}
.page-title h1:after {
  content: "";
  display: block;
  width: 62%;
  height: 1px;
  background-color: #ffffff;
  margin: auto;
  margin-top: 10px;
}
#content-container .page-title {
  padding-top: 0;
  margin-top: 0;
}
.woocommerce .page-title {
  padding: 0;
  margin: 0;
}
.page-subtitle {
  display: block;
  color: #ffffff;
  margin: auto;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 7px;
  margin-top: 1px;
}
.content-page-title {
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}
/* ----------------- 4.2 Sidebars ----------------*/
.sidebar-box {
  margin-bottom: 40px;
  font-size: 13px;
}
.sidebar-box .title {
  margin-bottom: 20px;
  padding: 7px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
#sidebar > .sidebar-box h4 {
  margin-top: -5px;
  padding-top: 0;
}
.sidebar-box .title a {
  color: #333332;
}
.sidebar-box .title:after {
  /*	content:"";
	display: block;
	width: 57px;
	height: 1px;
	background-color: @color;
	margin-top: 4px;
	opacity: 0.1;*/

}
/* Sidebar Widgets */
.widget_categories ul,
.widget_nav_menu ul,
.widget_archive ul,
.widget_links ul,
.widget_recent_entries ul,
.widget_pages ul,
.sidebar-latest-posts,
#recentcomments,
.widget_meta ul,
.widget_rss ul,
.product-categories ul {
  margin-top: -7px;
  /*Same as li top paddings*/

}
.widget_categories li,
.widget_nav_menu li,
.widget_archive li,
.widget_links li,
.widget_recent_entries li,
.widget_pages li,
#recentcomments li,
.widget_meta li,
.widget_rss li,
.product-categories li {
  padding: 10px 0;
  padding-left: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.widget_categories ul ul li,
.widget_nav_menu ul ul li,
.widget_archive ul ul li,
.widget_links ul ul li,
.widget_recent_entries ul ul li,
.widget_pages ul ul li,
#recentcomments ul ul li,
.widget_meta ul ul li,
.widget_rss ul ul li,
.product-categories ul li {
  padding-left: 10px;
  border-bottom: 0;
}
.widget-contact-form {
  margin-top: 15px;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  padding: 2px 0 7px 0;
  border-bottom: 3px solid #383838;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#wp-calendar tbody td a {
  color: #fdd200;
}
.widget_nav_menu ul ul,
.widget_categories ul ul,
.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;
}
.widget_nav_menu ul ul li:last-child,
.widget_categories ul ul li:last-child,
.product-categories ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_nav_menu li.current-menu-item > a {
  padding-left: 5px;
  color: #fdd200;
}
#SGM {
  margin-top: 15px;
}
.rsswidget img {
  vertical-align: middle;
}
/* ------------------ 4.3 Footer -------------------*/
#footer-cta {
  padding: 50px 0;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.footer-cta-first {
  width: 100%;
  text-align: center;
}
.footer-cta-first h5 {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0;
  letter-spacing: -1px;
  font-size: 30px;
  line-height: 1em;
}
.footer-cta-disc {
  margin-top: 5px;
  width: 100%;
  color: #777777;
  text-align: center;
}
.footer-cta-disc p {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.4em;
}
.footer-cta-button {
  display: block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin-top: 10px;
}
.footer-cta-button a {
  text-transform: uppercase;
}
.scroll-to-top {
  -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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  margin-bottom: -30px;
  width: 35px;
  height: 35px;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  cursor: pointer;
}
.scroll-to-top span {
  -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;
  display: inline-block;
  margin-top: 4px;
  width: 35px;
  height: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
}
.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-widgets .col {
  margin-bottom: 0;
}
.footer-box {
  margin-bottom: 10px;
  color: #ffffff;
}
.footer-box ul {
  margin-left: 0;
}
.footer-box ul li a {
  color: #ffffff;
}
.footer-box .title {
  margin-bottom: 10px;
  padding-top: 11px;
  color: #ffffff;
  text-indent: 2px;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 17px;
}
.footer-box:first-child .title {
  margin-right: -15%;
}
.footer-bottom {
  float: left;
  padding: 25px 0;
  width: 100%;
  height: auto;
  background-color: #1f1f1f;
}
.footer-nav,
.copyrights {
  float: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}
.footer-nav li {
  display: inline;
  letter-spacing: 1px;
}
.footer-nav li a {
  margin-right: 7px;
  margin-left: 7px;
  color: #ffffff;
}
.footer-nav li:after {
  content: "/";
  margin-left: 5px;
}
.footer-nav li:last-child:after {
  content: "";
}
.copyrights {
  float: left;
  color: #b3b3b1;
}
/* Header Social Icons */
.social-profiles {
  float: right;
  margin: 0 0 0 5px;
}
.social-icons {
  margin-left: 0;
  list-style: none;
}
.social-icons li {
  float: left;
  padding: 0px;
  width: 25px;
  height: 25px;
  line-height: 1em;
  margin-right: 2px;
}
.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);
}
.footer-bottom .social-profiles {
  display: none;
  margin: 0 3.06%;
}
.footer-box table th,
table th,
table td,
.footer-box table th,
table td {
  padding: 0.75em 0;
  text-align: center;
}
table th,
table td {
  text-align: left;
}
/*td#prev,td#next{.opacity(0.5);}*/
.footer-widgets .widget_categories li,
.footer-widgets .widget_nav_menu li,
.footer-widgets .widget_archive li,
.footer-widgets .widget_links li,
.footer-widgets .widget_recent_entries li,
.footer-widgets .widget_pages li,
.footer-widgets #recentcomments li,
.footer-widgets .widget_meta li,
.footer-widgets .widget_rss li,
.footer-widgets .widget_nav_menu ul ul li,
.footer-widgets .widget_nav_menu ul ul,
.footer-widgets .lp-wrapper,
.footer-widgets table thead,
.footer-widgets table td {
  border-color: #444444;
  border-color: rgba(255, 255, 255, 0.14);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}
.footer-widgets del {
  color: rgba(255, 255, 255, 0.3);
}
.footer-widgets ins {
  background: #B1A74E;
}
/* Header Search */
#header .search-wrapper {
  position: absolute;
  top: -4px;
  right: 1px;
  z-index: 10;
  display: none;
  width: 200px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header-search {
  float: right;
  position: relative;
}
.header-search-btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: block;
  float: right;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-image: url(images/search_icon_header.png);
  background-position: center center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  text-indent: -119999px;
  position: relative;
  z-index: 10;
}
.search-visible.header-search-btn {
  background-image: url(images/search_icon_close_header.png);
  background-size: 12px 12px;
}
.header-search input[type="text"].search-input {
  padding: 8px 0;
  width: 100%;
  border-radius: 20px;
  text-indent: 12px;
}
#header .search-button {
  display: none;
}
.header-buttons {
  display: inline-block;
  margin-top: 9px;
  float: right;
}
.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;
}
.blog-non-single-post {
  margin-bottom: 45px;
}
.post,
.blog .portfolio,
.archive .portfolio {
  background-color: #ffffff;
}
.post-content {
  padding-bottom: 20px;
  position: relative;
}
.post-title {
  padding-bottom: 15px;
  padding-top: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0;
}
.post-title a {
  color: #333332;
}
.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;
}
.post-info.bottom {
  float: right;
  padding-top: 14px;
  padding-bottom: 0;
}
.post-info.top {
  padding-top: 0;
  padding-bottom: 9px;
}
.page-heading {
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 3px solid #bebebe;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  color: #333332;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.blog-single-post .social-share {
  float: right;
  margin-right: 5%;
  margin-bottom: 2%;
  max-width: 50%;
}
.blog-single-post .social-share .share-item {
  margin-right: 0;
  margin-left: 4px;
}
.blog-single-post .social-share .share-title {
  margin-right: 0;
}
.blog-single-post .post-tags {
  float: left;
  margin-top: 5px;
  margin-left: 5%;
  margin-bottom: 30px;
  width: 50%;
  text-align: left;
}
.post-tags a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  background: #f7f7f7;
  color: #fdd200;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
/* Blog Columns */
.blog-twocolumn .post {
  float: left;
  margin-left: 0;
  width: 569px;
}
.blog-twocolumn-sidebar .post {
  width: 406px;
}
.blog-threecolumn .qg-title,
.blog-twocolumn .qg-title {
  display: none;
}
.blog-threecolumn .post {
  float: left;
  width: 369px;
}
.blog-post-img img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  max-width: 100%;
  width: 100%;
  height: auto;
}
#blog-pagination {
  overflow: hidden;
}
/* Blog Post Types */
/* Blog Post Type Icons */
.post-content {
  padding: 5%;
}
#full-width .post-content {
  padding: 4%;
}
.post-type-icon-wrap {
  display: inline-block;
  float: left;
}
.format-standard .post-type-icon {
  background-position: -192px 1px;
}
.format-quote .post-type-icon {
  margin-left: 5px;
  width: 18px;
  height: 18px;
  background-position: -255px 0;
}
.format-gallery .post-type-icon {
  background-position: -32px 0;
}
.format-video .post-type-icon {
  background-position: -128px 1px;
}
.format-quote,
.format-aside {
  position: relative;
  background-position: 3% center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.format-aside .post-type-icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  color: rgba(0, 0, 0, 0.05);
  display: block;
  font-size: 70px;
  padding: 0;
  line-height: 70px;
}
.format-quote blockquote {
  margin: 0;
  padding: 7%;
  border-left-width: 0;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  margin: auto;
}
.format-quote blockquote p {
  margin-bottom: 15px;
}
.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 {
  padding: 50px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  position: relative;
  z-index: 100;
}
.format-aside aside a {
  color: inherit;
}
.format-aside aside a:hover {
  color: #fdd200;
}
/*Blog Masonry*/
.page-masonry .post {
  font-size: 13px;
}
.page-masonry .post-title {
  margin: 0;
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.3;
}
.page-masonry .post-info {
  padding: 7px 0px;
}
.page-masonry .post-info.bottom {
  margin-top: 7px;
}
.page-masonry .post-autor,
.page-masonry .comments-number {
  display: none;
}
.post-gallery {
  position: relative;
}
.post-gallery a.nivo-nextNav,
.post-gallery a.nivo-prevNav,
.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%;
}

.mobile .fullpage-wrapper.loading {
  opacity: 1;
}
.mobile .section-text,
.mobile .section-textimg {
  height: auto !important;
}
.mobile.page-template-template-fullscreen-slider-php .header-wrapper {
  position: static;
  padding-top: 85px !important;
}
body.page-template-template-fullscreen-slider-php.mobile {
  overflow: auto !important;
  height: auto !important;
}
.mobile .section .section-img {
  float: none;
  max-width: none;
  margin: 0;
  width: 90%;
  padding: 5%;
}
.mobile .section .section-content {
  float: none;
  width: 90%;
  max-width: none;
  padding: 5%;
}
.mobile .layout-rt .section-content,
.mobile .layout-rc .section-content,
.mobile .layout-rb .section-content {
  float: right;
  right: 0;
  width: auto;
}
.mobile .section .section-wrapper {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
}
.mobile .section-textimg .section-content {
  -webkit-transform: none;
  top: 0;
  position: static;
}
.mobile .section-text .section-content {
  position: absolute;
}
.mobile .layout-top .section-wrapper,
.mobile .layout-bottom .section-wrapper {
  max-width: none;
}
.mobile .fullpage-data {
  display: none;
}
/* ------------------------------  END Widgets and Page Templates  -------------------------------- */
/* ------------------------------  6. Others  -------------------------------- */

/* Reset the parallax for the mobile devices */
.mobile #slider-container .full-bg-image,
.mobile .parallax-fixed .full-bg-image {
  background-attachment: scroll;
}
input.plus,
input.minus {
  font-family: "Lucida Grande";
}
/* Different Logo Layouts */
/* Logo on right menu on left layout */
.header-layout-right #logo-container {
  float: right;
  margin-right: 0;
}
.header-layout-right .navigation-container {
  float: left;
}
/* Logo and Navigation is centered layout*/
.header-layout-center #logo-container {
  float: none;
  margin: 10px 0;
}
.header-layout-center #logo-container a {
  float: none;
  text-align: center;
}
.header-layout-center .header-buttons {
  float: none;
}
.header-layout-center .navigation-container {
  float: none;
  text-align: center;
}
.header-layout-center .nav-menu ul {
  display: inline-block;
  text-align: center;
}
.header-layout-center #menu {
  float: none;
  display: inline-block;
}
.header-layout-center .header-buttons {
  margin-top: 0;
  padding-bottom: 10px;
}

/*------------- Media Queries ----------------*/
@media screen and (max-width: 1000px) {
  /* COLUMNS - Changing From 4 column to 2 Column */
  .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;
  }
  /* COLUMNS - Changing From 5 column to 3 Column */
  .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;
  }
  .mobile body {
    font-size: 12px;
  }
  #main-container .page-title h1 {
    font-size: 38px;
  }
  #main-container .page-subtitle {
    font-size: 18px;
    max-width: 100%;
  }
  .fixed-header-scroll #header {
    background: transparent;
  }
  /* Portfolio Slider change from t2 columns to full-width layout */
  .ps-images,
  .ps-video,
  .ps-content {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .ps-content {
    padding: 20px 5%;
  }
  .ps-wrapper {
    height: auto !important;
  }
  /* Hide Elemnts for small-screen devices */
  .social-profiles,
  .navigation-container {
    display: none;
  }
  .footer-bottom .social-profiles {
    display: block;
    float: none;
  }
  .footer-bottom .social-icons {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-bottom .social-icons ul {
    margin-left: 0;
    text-align: center;
  }
  .footer-bottom .social-icons li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    float: none;
    border: 0px;
    background: rgba(255, 255, 255, 0.1);
  }
  .footer-bottom .social-icons img {
    -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);
  }
  .footer-nav,
  .copyrights {
    display: block;
    float: none;
    margin: 10px auto;
    text-align: center;
    line-height: 1.7em;
  }
  .footer-nav ul {
    margin-left: 0;
  }
  .footer-nav ul li {
    margin-left: 0;
  }
  .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 Navigation --------*/
  .mobile-nav {
    display: block;
    float: right;
    margin: 22px 3.06%;
    margin-right: 0px;
    cursor: pointer;
  }
  .mob-nav-btn {
    display: block;
    padding-left: 27px;
    height: 15px;
    background: url(images/mob-nav-icon_w.png) no-repeat;
    background-size: 20px 15px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 15px;
  }
  .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-menu ul {
    margin-left: 0;
    list-style: none;
  }
  .mob-nav-menu li {
    padding-bottom: 0;
    position: relative;
  }
  .mob-nav-menu ul li a {
    display: block;
    padding: 15px 3%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: #ffffff;
  }
  .mob-nav-menu ul ul {
    background-color: rgba(255, 255, 255, 0.11);
    display: none;
  }
  .mob-nav-menu ul ul li {
    padding-left: 2%;
  }
  .mob-nav-arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    border-left: 1px dotted rgba(255, 255, 255, 0.11);
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
  }
  .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-filter-btn span {
    display: block;
    margin-left: 10px;
    padding-left: 20px;
    height: 15px;
    background: url(images/mob-nav-icon_w.png) no-repeat;
    background-position: left center;
    background-size: 14px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3em;
  }
  .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 ul li {
    display: list-item;
    padding: 10px 0;
    border-top: 1px solid #252525;
    list-style: none;
  }
  .pg-cat-filter ul li a {
    margin-left: 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.7em;
    cursor: pointer;
    padding: 0 2px;
  }
  .pg-cat-filter ul li:first-child {
    border-top: 0;
  }
  .pg-cat-filter .pg-loading {
    position: absolute;
    top: 15px;
    right: 0px;
  }
  .ps-nav-wrapper {
    width: 100%;
  }
  .ps-content-text {
    font-size: 12px;
  }
  .ts-pointer {
    right: -4px;
  }
  /* Footer CTA section */
  .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;
  }
  #logo-container a img {
    max-width: 100%;
    max-height: 40px;
    width: auto;
  }
  #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;
  }
  .slider-active.fixed-header #header {
    position: absolute;
  }
  .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;
  }
  .page-template-template-fullscreen-slider-php.fixed-header #header {
    position: absolute;
  }
  .mobile.page-template-template-fullscreen-slider-php.fixed-header #header {
    position: absolute;
  }
  #full-width #commentform {
    width: 100%;
  }
  .with-nivo-slider.fixed-header #header {
    position: relative;
  }
  .with-nivo-slider.fixed-header .section-header {
    border-bottom: 0px;
  }
  .pg-cat-filter .pg-loading {
    margin-top: 11px;
  }
  /*END of max-width: 1000px*/
}
@media screen and (max-width: 768px) {
  /* COLUMNS - Changing 4 column and 3 column to 2 column*/
  /* change grid4 to 2-column */
  .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;
  }
  /* change grid5 to 2-column */
  .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;
  }
  /* change grid3 to 2-column */
  .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,
  .contains-posts #content,
  .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 section */
  .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-centered .cs-title {
    font-size: 35px;
  }
  .cs-content-right img {
    width: 100%;
  }
  .content-slider .col {
    width: 100%;
    text-align: center;
  }
  .ts-thumbnail-container .selected .ts-pointer {
    display: none;
  }
  .ts-thumbnail-container .selected img {
    -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);
  }
  .ts-desc {
    font-size: 12px;
  }
  .small-title span {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    text-align: center;
  }
  .services-title-box h1 {
    margin-top: 0;
  }
  .pc-header .small-title {
    text-align: left;
  }
  .footer-box:first-child .title {
    margin-right: -7%;
  }
  .cta-element {
    padding: 20px 0;
    text-align: center;
  }
  .cta-element .cta-title {
    font-size: 30px;
    line-height: 40px;
  }
  .cta-element .cta-small-title {
    font-size: 10px;
    line-height: 10px;
  }
  .page #comments {
    width: 100%;
  }
  .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);
  }
  .sl-wrapper .col {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  .sl-description {
    max-width: 100%;
    text-align: center;
  }
  .sl-icons li {
    padding-left: 5px;
  }
  .pg-pagination {
    margin-bottom: 14px;
  }
  .ps-nav-text,
  .ps-back-text {
    display: none;
  }
  /*recent post section*/
  .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;
  }
  .layout-left .section-img img,
  .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;
  }
  .layout-left .section-content h2,
  .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%);
  }
  /* Section Text And Images - Layout Image on Right */
  .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;
  }
  /* Section Text And Images - Layout Centered  */
  .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;
  }
  /*END of max-width: 768px */
}
@media screen and (max-width: 520px) {
  /* COLUMNS - Making all columns Fullwidth */
  .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;
  }
  .comments-number {
    display: inline-block;
    float: 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;
  }
  .portfolio-carousel .pg-info {
    min-height: 0;
  }
  .portfolio-carousel .pg-categories {
    display: none;
  }
  .controlArrow.prev,
  .slide-caption {
    left: 25px;
  }
  .controlArrow.next {
    right: 25px;
  }
  img#recaptcha_challenge_image {
    max-width: 76%;
    margin-top: 7px;
  }
  /* END 520px */
}
/* ------------------------------  END Responsive and Media Queries  -------------------------------- */
/* ------------------------------  8. Updates  -------------------------------- */
/* ------------------------------  VERSION 1.0.1  -------------------------------- */
/* PRICING TABLES */
.price-table-wrapper .cols-wrapper {
  padding-top: 20px;
  padding-left: 1px;
  padding-right: 1px;
}
.pt-col {
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  color: #777777;
}
.section-dark .pt-col {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.pt-title {
  padding: 20px 10px;
  background-color: #252525;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif;
}
.pt-highlight {
  margin-top: -20px;
}
.pt-highlight .pt-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-features li {
  padding: 14px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  list-style: none;
}
.pt-features {
  margin-left: 0;
}
.pt-button {
  padding: 20px 0;
}
.pt-non-highlight .button {
  background-color: #252525;
}
.pt-highlight .pt-button {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-highlight .pt-title {
  background: #fdd200;
  /*color: @color-dark;*/

}
.pt-price-box {
  padding: 20px;
  background-color: #f7f7f7;
}
.pt-price {
  font-size: 46px;
  font-weight: bold;
  color: #333332;
  font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif;
}
.pt-period {
  display: block;
  opacity: 0.6;
}
.pt-cur {
  position: relative;
  top: -9px;
  opacity: 0.8;
  font-size: 19px;
}
.pt-position-left .pt-cur {
  margin-left: -10px;
  left: -5px;
}
.pt-position-right .pt-cur {
  margin-right: -10px;
  right: -5px;
}
.price-table-wrapper .cols-4 .col:nth-of-type(4n+1) {
  clear: left;
}
.fullpage-scroll-arrow {
  display: block;
  position: absolute;
  right: 50%;
  bottom: 40px;
  color: #FFF;
  font-size: 44px;
  margin-right: -22px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'PexetoArrows';
  line-height: 1;
  speak: none;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  /*animation-name*/

  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  /*animation-iteration-count*/

  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /*animation-duration*/

  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}
.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;
}
.mobile .fullpage-scroll-arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  .layout-left .section-img img,
  .layout-right .section-img img {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* ------------------------------  VERSION 1.1.0 -------------------------------- */
/* Full-Screen Slider AutoPlay */
.fullpage-pause {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-left: -2px;
  margin-top: -4px;
  cursor: pointer;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  /* left arrow slant */

  border-top: 4px solid transparent;
  /* right arrow slant */

  border-left: 6px solid #2f2f2f;
  /* bottom, add background color here */

  font-size: 0;
  line-height: 0;
}
.fullpage-pause.fp-playing {
  border-width: 0;
  border-left: 3px solid #252525;
  border-right: 3px solid #252525;
  width: 2px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
}
.fullpage-pause.fp-no-click {
  pointer-events: none;
  opacity: 0.5;
}
.fullpage-autoplay {
  height: 20px;
  width: 20px;
  position: relative;
  border-radius: 999px;
  opacity: 0.7;
  margin-right: -4px;
  float: right;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
}
.fullpage-autoplay:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0px;
  margin: 2px;
  background: #ffffff;
  opacity: 1;
  border-radius: 999px;
}
.fullpage-autoplay .fp-side {
  height: 20px;
  width: 10px;
  position: absolute;
  overflow: hidden;
  top: 0;
}
.fullpage-autoplay .fp-side > .fp-fill {
  position: absolute;
  width: 10px;
  height: 20px;
  background: #252525;
  border-radius: 999px;
}
.fullpage-autoplay .fp-side.fp-sp-right {
  left: 10px;
  border-radius: 0px 999px 999px 0px;
}
.fullpage-autoplay .fp-side.fp-sp-right > .fp-fill {
  right: 0;
  border-right: 10px solid #ffffff;
}
.fullpage-autoplay .fp-side.fp-sp-left {
  left: 0;
  border-radius: 999px 0px 0px 999px;
}
.fullpage-autoplay .fp-side.fp-sp-left > .fp-fill {
  left: 0;
  border-left: 10px solid #ffffff;
}
.fp-playing .fp-sp-right .fp-fill {
  animation: cssSpinnerRight 5s 1 linear;
  -webkit-animation: cssSpinnerRight 5s 1 linear;
  -moz-animation: cssSpinnerRight 5s 1 linear;
  -o-animation: cssSpinnerRight 5s 1 linear;
}
.fp-playing .fp-sp-left .fp-fill {
  animation: cssSpinnerLeft 5s 1 linear;
  -webkit-animation: cssSpinnerLeft 5s 1 linear;
  -moz-animation: cssSpinnerLeft 5s 1 linear;
  -o-animation: cssSpinnerLeft 5s 1 linear;
}
@-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);
  }
}
/* Fix content slider spacing  on mobile layout */
@media screen and (max-width: 768px) {
  .content-slider .col {
    margin-bottom: 10px;
  }
}
/* Fix border radius on portfolio when no-title layout is selected */
.pg-info-dis img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Fix spacing on lightbox when long description is added */
div.pp_default .pp_content_container .pp_details {
  margin-bottom: 9px;
}
/* Fix spacing issue on portfolio slider description */
.ps-desc {
  margin-right: 50px;
}
.icons-style-dark .mob-nav-btn {
  background-image: url(images/mob-nav-icon.png);
}
/* ------------------------------  VERSION 1.2.0 -------------------------------- */
/* Fix a spacing issue on autoplay loading in fullscreen slider*/
.fullpage-autoplay .fp-side {
  height: 21px;
}
/* Boxed Layout */
body {
  background-color: #ccc;
}
.boxed-layout #main-container {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
.boxed-layout #header {
  padding-left: 0 ;
  padding-right: 0 ;
  width: 100% ;
  max-width: 1200px !important;
}
.fixed-header.boxed-layout #header {
  width: 90%;
}
@media screen and (max-width: 1000px) {
  .boxed-layout #header {
    width: 100%;
  }
  .fixed-header.boxed-layout #header {
    width: 100%;
  }
}
.boxed-layout .section-header {
  padding-left: 0 ;
  padding-right: 0 ;
  margin: 0 3% ;
}
.boxed-layout.page-template-template-fullscreen-slider-php #main-container {
  max-width: none;
  width: 100%;
}
.boxed-layout.page-template-template-fullscreen-slider-php #header {
  padding-left: 0 ;
  padding-right: 0 ;
  width: 100%;
  max-width: 100% !important;
}
.boxed-layout.page-template-template-fullscreen-slider-php .section-header {
  padding-left: 0 ;
  padding-right: 0 ;
  width: 1200px;
  max-width: 90% !important;
  margin: auto;
}
@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;
}
.boxed-layout.page-template-default .layout-full .content-box,
.boxed-layout.page-template-template-contact-php .layout-full .content-box,
.boxed-layout.page-template-template-archive-php .layout-full .content-box {
  padding-top: 70px;
}
.boxed-layout.page-template-template-portfolio-gallery-php .content-boxed {
  padding: 0;
}
.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;
}
/* END Boxed Layout */
/* ------------------------------  VERSION 1.2.1 -------------------------------- */
.cs-next-arrow .cs-thumbnail {
  top: 0;
}
.wp-video-shortcode {
  max-width: 100%;
}
/* ------------------------------  VERSION 1.3.0 -------------------------------- */
.fullpage-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.fullpage-video-wrap video {
  opacity: 0;
}
.mobile .fullpage-video-wrap {
  display: none;
}
.section-video .section-content {
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .mobile .section-header {
    padding-bottom: 10px;
  }
}
.mobile-nav {
  margin-top: 18px;
}
/*.mob-nav-menu{
	margin-top: 4px;
}*/
.cs-prev-arrow .cs-thumbnail {
  top: 0;
}
/* QUICK GALLERY FULL-WIDTH */
.qg-full .qg-img {
  margin-left: 0;
  margin-bottom: 0;
}
.qg-full {
  margin-left: 0;
}
.qg-full-col-1 .qg-img {
  width: 100%;
}
.qg-full-col-2 .qg-img {
  width: 50%;
}
.qg-full-col-3 .qg-img {
  width: 33.33333%;
}
.qg-full-col-4 .qg-img {
  width: 25%;
}
.qg-full-col-5 .qg-img {
  width: 20%;
}
.qg-full-col-6 .qg-img {
  width: 16.66666%;
}
.qg-full-col-7 .qg-img {
  width: 14.28571%;
}
.qg-full-col-8 .qg-img {
  width: 12.5%;
}
.qg-full-col-9 .qg-img {
  width: 11.11%;
}
@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 .section-title {
    font-size: 35px !important;
  }
  .mobile .layout-rt .section-content,
  .mobile .layout-rc .section-content,
  .mobile .layout-rb .section-content {
    margin-right: 0;
  }
}
/* PARALLAX HEADER */
.parallax-header:not(.mobile) .header-wrapper .full-bg-image {
  background-attachment: fixed;
}
.parallax-header .page-title-wrapper .content-boxed {
  position: relative;
}
#full-width #submit-form {
  max-width: 100%;
}
#SGM img {
  max-width: none;
}
.boxed-layout .mob-nav-menu {
  margin-left: 0;
}
/* ------------------------------  VERSION 1.4.0 -------------------------------- */
#commentform textarea {
  text-indent: 0;
  padding-left: 1.5%;
  padding-right: 1.5%;
  max-width: 97%;
}
.ps-content-text {
  outline: none;
}
.dark-header .page-title-wrapper {
  padding-bottom: 0;
}
.services-fullbox {
  display: -webkit-flex;
  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.services-fullbox .services-content {
  padding: 6% 8%;
}
.services-fullbox .services-no-content .services-content {
  padding: 0;
}
.services-fullbox .col {
  margin: 0 !important;
  text-align: left;
}
.services-fullbox.cols-5 .col {
  width: 20%;
}
.services-fullbox.cols-4 .col {
  width: 25%;
}
.services-fullbox.cols-3 .col {
  width: 33.33333%;
}
.services-fullbox.cols-2 .col {
  width: 50%;
}
@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);
}
.services-fullbox .services-box img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.services-fullbox .services-title-box {
  color: inherit;
}
.services-fullbox h3 {
  /*padding-bottom: 5px;*/

  font-size: 20px;
  font-weight: normal;
}
.services-title-box-wrap {
  padding: 8%;
}
.services-fullbox .services-box h3,
.services-fullbox .services-title-box-wrap h2,
.services-fullbox p {
  color: inherit;
}
.copyrights {
  -webkit-backface-visibility: hidden;
}
/* ------------------------------  VERSION 1.5.0 -------------------------------- */
/* LightBox Redesign */
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;
}
/* END LightBox Redesign */
/* Woocomerce delete button - Fix changing position on hover */
.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);
}
/* VC paddings for the full-width page template */
.page-template-template-full-custom-php .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.page-template-template-full-custom-php .vc_row > .wpb_column:first-child {
  padding-left: 0;
}
.page-template-template-full-custom-php .vc_row > .wpb_column:last-child {
  padding-right: 0;
}
.page-template-template-full-custom-php .custom-page-content > .vc_row {
  margin-bottom: 0;
}
/* WPML Flag Positioning */
.menu-item-language img.iclflag {
  position: relative;
  top: -5px;
}
#lang_sel > ul > li > a > img.iclflag {
  top: -5px;
}
/* New Fullscreen loading animation */
.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;
}
/* END New Fullscreen loading animation */
#slider-container .full-bg-image {
  background-repeat: no-repeat;
}
/* Disable Sticky menu on iPad horisontal */
.mobile.fixed-header #header {
  position: absolute;
  top: 0;
}
/*.mobile.fixed-header .header-wrapper {
	padding-top: 0 !important;
}*/
.mobile.page-template-template-fullscreen-slider-php #header {
  position: absolute;
}
.admin-bar.page-template-template-fullscreen-slider-php #header {
  top: 28px;
}
.mobile.fixed-header.boxed-layout #header {
  width: 100%;
}
/* END Disable Sticky menu on iPad horisontal */
/* ------------------------------  VERSION 1.5.1 -------------------------------- */
.mobile .section-slider .slide:first-child .slide-caption {
  opacity: 1;
}
/* ------------------------------  VERSION 1.6.0 -------------------------------- */
/* Styling for the Contact Form 7 Plugin */
#main-container .wpcf7-response-output {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px;
  background: #eee;
  color: #777777;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
  text-align: left;
  border-width: 0px;
}
#main-container .wpcf7-validation-errors {
  background: #faf1a9;
}
#main-container .wpcf7-mail-sent-ok {
  background: #dceaa9;
}
#main-container .wpcf7-mail-sent-ng,
#main-container .wpcf7-spam-blocked {
  background: #fcb4ad;
}
#main-container .wpcf7-display-none {
  display: none;
}
.wpcf7 .invalid input[type="submit"],
.wpcf7-submit {
  border: 1px solid transparent !important;
  background-color: #4F4F4F !important;
}
/* Fix for fixed header with fade slider active */
.mobile.with-nivo-slider #header {
  position: relative;
}
.single-post .page-title h1 {
  font-size: 50px;
  text-transform: none;
}
.single-post .page-title h1:after {
  display: none;
}
.single-post .page-subtitle {
  text-transform: none;
  font-size: 22px;
  letter-spacing: normal;
  font-weight: 100;
  line-height: 1.3em;
  max-width: 80%;
}
.section-full-width.background-contain .full-bg-image {
  background-repeat: no-repeat;
  background-size: contain;
}
/*	Related posts element */
.pexeto-related-posts {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pexeto-related-posts .rp-no-header {
  background: #f7f7f7;
  padding: 20px 20px 40px 20px;
  /*min-height: 100px;*/

}
.pexeto-related-posts > h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.pexeto-related-posts .rp-post-title {
  font-size: 16px;
}
.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;
}
.accordion-container > p {
  margin: 0;
}
/* ------------------------------  VERSION 1.7.0 -------------------------------- */
.content .content-slider-wrapper {
  position: relative;
}
.content .content-slider-wrapper .full-bg-image {
  opacity: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.mobile .content .content-slider-wrapper .full-bg-image {
  background-attachment: scroll;
}
#content-container .content-slider .section-boxed {
  margin-top: 0;
  margin-bottom: 0;
}
/* ------------------------------  VERSION 1.8.0 -------------------------------- */
.updated:not(.published) {
  display: none;
}
/* ------------------------------  VERSION 1.8.2 -------------------------------- */
li.comment #respond {
  margin-bottom: 35px;
}
.comment-reply-title small a {
  font-size: 80%;
  border-bottom: 1px solid;
  float: right;
  padding-bottom: 0;
}
.header-wrapper, .pg-navigation, .mobile.page-template-template-fullscreen-slider-php #header, .mobile.page-template-template-fullscreen-slider-php .header-wrapper{background-color:#9391d1;}.dark-header #header{background-color:rgba(84,68,157,0.7);}.fixed-header-scroll #header{background-color:rgba(84,68,157,0.95);}.nav-menu li.mega-menu-item > ul, .nav-menu ul ul li{background-color:#1f1f2d;}.mob-nav-menu{background-color:rgba(31,31,45,0.96);}#logo-container img{width:152px; }#logo-container img{height:37px;}.content-slider{padding-top:150px; padding-bottom:108px;}@media screen and (max-width: 1000px){.content-slider{padding-top:125px; padding-bottom:90px;}}/** Homepage **/
#instantformampsurveycreator .section-boxed,
#instantformampsurveycreator .section-boxed p,
#instantformampsurveycreator img.img-frame{
  margin-bottom: 0px !important;
}