.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
}
@font-face {
  font-family: 'proximanovaregular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proximanova-regular-webfont') format('svg');
}
@font-face {
  font-family: 'proximanovasemibold';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
}
@font-face {
  font-family: 'proximanovaextrabld';
  src: url('../fonts/ProximaNova-Extrabld.eot');
  src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'), url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Reset styles
*******************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
input,
textarea {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  border: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid white;
  height: 16px;
  font-size: 12px;
  padding: 5px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: vertical;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.clear {
  clear: both;
}
/* Links
*******************************/
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Headers
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Wordpress Typo
*******************************/
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a {
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: underline;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.story blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  zoom: 1;
  position: relative;
}
/* Open first post */
.full {
  display: none;
}
#post .full {
  display: block;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
}
@-webkit-keyframes blurs {
  from {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  to {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@-moz-keyframes blurs {
  from {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  to {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@-o-keyframes blurs {
  from {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  to {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes blurs {
  from {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  to {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
.cardslider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cardslider__cards,
.cardslider__dots-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cardslider__cards {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
}
.cardslider__dots-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.cardslider__dot {
  display: inline-block;
  margin-right: 8px;
}
.cardslider__dot-btn {
  position: relative;
  border-radius: 50%;
  border: 2px solid white;
  width: 10px;
  height: 10px;
  display: block;
  appearance: none;
  background: none;
  padding: 0;
}
.cardslider__dot-btn::before {
  content: ' ';
  position: absolute;
  display: block;
  background: white;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transition: all .5s;
  transform: translate(-50%, -50%) scale(0);
}
.cardslider__dot--active .cardslider__dot-btn::before {
  transform: translate(-50%, -50%) scale(1.1);
}
.cardslider__card {
  background: #d7d7d7;
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  will-change: transform, opacity, background;
  transition: background 0.5s ease-out, opacity 0.5s;
}
.cardslider__card--transitions {
  transition: background 0.5s ease-out, transform 0.5s ease-out, opacity 0.5s;
}
.cardslider__card--index-0 {
  background: white;
}
.cardslider__card--index-1 {
  background: whitesmoke;
}
.cardslider__card--index-2 {
  background: #ebebeb;
}
.cardslider__card--index-3 {
  background: #e1e1e1;
}
.cardslider__card--invisible {
  opacity: 0;
}
.cardslider--direction-up .cardslider__card {
  transform: scale(0.8) translate3d(0, 17.25%, 0);
}
.cardslider--direction-up .cardslider__card--index-0 {
  transform: translate3d(0, 0, 4px);
}
.cardslider--direction-up .cardslider__card--index-1 {
  transform: scale(0.95) translate3d(0, 4.31%, 3px);
}
.cardslider--direction-up .cardslider__card--index-2 {
  transform: scale(0.9) translate3d(0, 8.61%, 2px);
}
.cardslider--direction-up .cardslider__card--index-3 {
  transform: scale(0.85) translate3d(0, 12.91%, 1px);
}
.cardslider--direction-up .cardslider__card--out {
  transform: translate3d(0, 150%, 4px);
}
.cardslider--sortback-up {
  animation: sortback-up 0.67s;
}
.cardslider--sortfront-up {
  animation: sortfront-up 0.67s;
}
.cardslider--direction-down .cardslider__card {
  transform: scale(0.8) translate3d(0, -17.25%, 0);
}
.cardslider--direction-down .cardslider__card--index-0 {
  transform: translate3d(0, 0, 4px);
}
.cardslider--direction-down .cardslider__card--index-1 {
  transform: scale(0.95) translate3d(0, -4.31%, 3px);
}
.cardslider--direction-down .cardslider__card--index-2 {
  transform: scale(0.9) translate3d(0, -8.61%, 2px);
}
.cardslider--direction-down .cardslider__card--index-3 {
  transform: scale(0.85) translate3d(0, -12.91%, 1px);
}
.cardslider--direction-down .cardslider__card--out {
  transform: translate3d(0, 150%, 4px);
}
.cardslider--sortback-down {
  animation: sortback-down 0.67s;
}
.cardslider--sortfront-down {
  animation: sortfront-down 0.67s;
}
.cardslider--direction-right .cardslider__card {
  transform: scale(0.8) translate3d(-17.25%, 0, 0);
}
.cardslider--direction-right .cardslider__card--index-0 {
  transform: translate3d(0, 0, 4px);
}
.cardslider--direction-right .cardslider__card--index-1 {
  transform: scale(0.95) translate3d(-4.31%, 0, 3px);
}
.cardslider--direction-right .cardslider__card--index-2 {
  transform: scale(0.9) translate3d(-8.61%, 0, 2px);
}
.cardslider--direction-right .cardslider__card--index-3 {
  transform: scale(0.85) translate3d(-12.91%, 0, 1px);
}
.cardslider--direction-right .cardslider__card--out {
  transform: translate3d(150%, 0, 4px);
}
.cardslider--sortback-right {
  animation: sortback-right 0.67s;
}
.cardslider--sortfront-right {
  animation: sortfront-right 0.67s;
}
.cardslider--direction-left .cardslider__card {
  transform: scale(0.8) translate3d(17.25%, 0, 0);
}
.cardslider--direction-left .cardslider__card--index-0 {
  transform: translate3d(0, 0, 4px);
}
.cardslider--direction-left .cardslider__card--index-1 {
  transform: scale(0.95) translate3d(4.31%, 0, 3px);
}
.cardslider--direction-left .cardslider__card--index-2 {
  transform: scale(0.9) translate3d(8.61%, 0, 2px);
}
.cardslider--direction-left .cardslider__card--index-3 {
  transform: scale(0.85) translate3d(12.91%, 0, 1px);
}
.cardslider--direction-left .cardslider__card--out {
  transform: translate3d(150%, 0, 4px);
}
.cardslider--sortback-left {
  animation: sortback-left 0.67s;
}
.cardslider--sortfront-left {
  animation: sortfront-left 0.67s;
}
.cardslider__direction-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.cardslider__nav-next,
.cardslider__nav-prev {
  display: block;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  outline: none;
  transition: all .3s;
  border: 2px solid white;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  padding: 0;
}
.cardslider__nav-next:active,
.cardslider__nav-prev:active {
  transform: scale(0.8);
}
.cardslider__nav-next {
  margin-bottom: 10px;
  background-image: url("../img/arrow-up.svg");
}
.cardslider__nav-prev {
  background-image: url("../img/arrow-down.svg");
}
@keyframes sortback-down {
  0% {
    transform: translate3d(0, 0, 4px) scale(1);
  }
  50% {
    transform: translate3d(0, 150%, 4px) scale(1);
  }
  60% {
    transform: translate3d(0, 150%, 0) scale(0.8);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(0.8);
  }
}
@keyframes sortfront-down {
  0% {
    transform: translate3d(0, 0, 0) scale(0.8);
  }
  50% {
    transform: translate3d(0, 150%, 0) scale(0.8);
  }
  60% {
    transform: translate3d(0, 150%, 4px) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 4px) scale(1);
  }
}
@keyframes sortback-up {
  0% {
    transform: translate3d(0, 0, 4px) scale(1);
  }
  50% {
    transform: translate3d(0, -150%, 4px) scale(1);
  }
  60% {
    transform: translate3d(0, -150%, 0) scale(0.8);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(0.8);
  }
}
@keyframes sortfront-up {
  0% {
    transform: translate3d(0, 0, 0) scale(0.8);
  }
  50% {
    transform: translate3d(0, -150%, 0) scale(0.8);
  }
  60% {
    transform: translate3d(0, -150%, 4px) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 4px) scale(1);
  }
}
@keyframes sortback-left {
  0% {
    transform: translate3d(0, 0, 4px) scale(1);
  }
  50% {
    transform: translate3d(-150%, 0, 4px) scale(1);
  }
  60% {
    transform: translate3d(-150%, 0, 0) scale(0.8);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(0.8);
  }
}
@keyframes sortfront-left {
  0% {
    transform: translate3d(0, 0, 0) scale(0.8);
  }
  50% {
    transform: translate3d(-150%, 0, 0) scale(0.8);
  }
  60% {
    transform: translate3d(-150%, 0, 4px) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 4px) scale(1);
  }
}
@keyframes sortback-right {
  0% {
    transform: translate3d(0, 0, 4px) scale(1);
  }
  50% {
    transform: translate3d(150%, 0, 4px) scale(1);
  }
  60% {
    transform: translate3d(150%, 0, 0) scale(0.8);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(0.8);
  }
}
@keyframes sortfront-right {
  0% {
    transform: translate3d(0, 0, 0) scale(0.8);
  }
  50% {
    transform: translate3d(150%, 0, 0) scale(0.8);
  }
  60% {
    transform: translate3d(150%, 0, 4px) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 4px) scale(1);
  }
}
/* Wrappers
*******************************/
input,
select {
  border-radius: 0;
}
.active-hidden {
  overflow: hidden;
}
.follow-instagram {
  display: none;
}
.postid-3864 .follow-instagram {
  display: block;
  color: #58585a;
  font-size: 10px;
  font-family: proximanovaregular;
  float: left;
  margin-top: 5px;
}
.load-gif {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 300;
  background: #ffffff;
}
.load-gif .in {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.load-gif .in .in {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.load-gif .in .in .load-cnt {
  width: 70px;
  margin: -120px auto 0 auto;
  height: 70px;
}
.load-gif .in .in .expand {
  display: block;
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(205, 204, 204, 0.2);
  border-right: 5px solid rgba(205, 204, 204, 0.2);
  border-bottom: 5px solid rgba(205, 204, 204, 0.2);
  border-left: 5px solid #cadb2e;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.load-gif .in .in .expand,
.load-gif .in .in .expand:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.full-gallery {
  overflow: hidden;
}
#wrapper {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  padding-top: 60px;
  height: 100%;
  position: relative;
}
/* Header
*******************************/
.header-main {
  height: 60px;
  border-bottom: 1px solid #cdcccc;
  position: relative;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  background: #ffffff;
}
.header-main .logo {
  float: left;
  width: 161px;
  height: 22px;
  background: url('../img/logo.png') no-repeat;
  margin-top: 20px;
  margin-left: 15px;
  -webkit-background-size: 161px 22px;
  -moz-background-size: 161px 22px;
  -o-background-size: 161px 22px;
  background-size: 161px 22px;
}
.header-main .general-menu {
  float: right;
  position: relative;
  z-index: 10;
}
.header-main .general-menu nav {
  height: 60px;
  float: left;
}
.header-main .general-menu nav .portfolio a {
  cursor: default;
}
.header-main .general-menu nav li {
  float: left;
  border-right: 1px solid #cdcccc;
}
.header-main .general-menu nav li a {
  font-family: Georgia;
  display: block;
  color: #58585a;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 60px;
  line-height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  font-size: 13px;
}
.header-main .general-menu nav li a:hover {
  color: #ffffff;
}
.header-main .general-menu nav li a:hover:after {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.header-main .general-menu nav li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background: #cadb2e;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.header-main .general-menu nav .portfolio a {
  position: relative;
  z-index: 1000;
}
.header-main .general-menu nav .portfolio a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 11px;
  height: 5px;
  background: url('../img/arrow-hover.png') no-repeat;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.header-main .general-menu nav .portfolio a:hover:before {
  opacity: 1;
  visibility: visible;
}
.header-main .general-menu nav .blog a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 11px;
  height: 5px;
  background: url('../img/arrow-hover.png') no-repeat;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0;
  visibility: hidden;
}
.header-main .general-menu nav .blog a:hover:before {
  opacity: 1;
  visibility: visible;
}
.header-main .general-menu .dop-menu {
  float: right;
  height: 60px;
}
.header-main .general-menu .dop-menu li {
  width: 58px;
  height: 60px;
  float: left;
  border-right: 1px solid #cdcccc;
}
.header-main .general-menu .dop-menu li:last-child {
  border-right: none;
}
.header-main .general-menu .dop-menu li a {
  display: block;
  width: 58px;
  height: 60px;
  text-indent: -9999px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  position: relative;
}
.header-main .general-menu .dop-menu li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background: #cadb2e;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.header-main .general-menu .dop-menu li a:hover:after {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.header-main .general-menu .dop-menu .facebook {
  text-indent: -9999px;
}
.header-main .general-menu .dop-menu .facebook a {
  background: url('../img/facebook-icon.png') no-repeat center center;
}
.header-main .general-menu .dop-menu .facebook a:hover {
  background: url('../img/facebook-icon-hover.png') no-repeat center center;
}
.header-main .general-menu .dop-menu .instagram a {
  background: url('../img/instagram-icon.png') no-repeat center center;
}
.header-main .general-menu .dop-menu .instagram a:hover {
  background: url('../img/instagram-icon-hover.png') no-repeat center center;
}
.header-main .general-menu .dop-menu .pinterest a {
  background: url('../img/pin-social.png') no-repeat center center;
}
.header-main .general-menu .dop-menu .pinterest a:hover {
  background: url('../img/pin-social-hover.png') no-repeat center center;
}
.header-main .general-menu .dop-menu .youtube a {
  background: url('../img/youtube-silver.png') no-repeat center center;
  background-size: 17px auto;
}
.header-main .general-menu .dop-menu .youtube a:hover {
  background: url('../img/youtube-white.png') no-repeat center center;
  background-size: 17px auto;
}
.header-main .general-menu .dop-menu .header-icon a {
  background: url('../img/header-icon.png') no-repeat center center;
}
.header-main .general-menu .dop-menu .header-icon a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 11px;
  height: 5px;
  background: url('../img/arrow-hover.png') no-repeat;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0;
  visibility: hidden;
}
.header-main .general-menu .dop-menu .header-icon a:hover {
  background: url('../img/header-icon-hover.png') no-repeat center center;
}
.header-main .general-menu .dop-menu .header-icon a:hover:before {
  opacity: 1;
  visibility: visible;
}
.header-general-menu {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.portfolio-category-menu,
.blog-category-menu,
.education-category-menu {
  width: 100%;
  height: 62px;
  border-bottom: 1px solid #cdcccc;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 0;
  position: absolute;
  bottom: 63px;
  left: 0;
  background: #ffffff;
}
.portfolio-category-menu nav,
.blog-category-menu nav,
.education-category-menu nav {
  text-align: center;
}
.portfolio-category-menu nav li,
.blog-category-menu nav li,
.education-category-menu nav li {
  display: inline-block;
  margin-right: 55px;
  line-height: 62px;
}
.portfolio-category-menu nav li:last-child,
.blog-category-menu nav li:last-child,
.education-category-menu nav li:last-child {
  margin-right: 0;
}
.portfolio-category-menu nav li a,
.blog-category-menu nav li a,
.education-category-menu nav li a {
  color: #58585a;
  font-size: 13px;
  font-family: Georgia;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.portfolio-category-menu nav li a:hover,
.blog-category-menu nav li a:hover,
.education-category-menu nav li a:hover {
  color: #cadb2e;
}
.portfolio-category-menu:hover,
.blog-category-menu:hover,
.education-category-menu:hover {
  opacity: 1;
  bottom: -64px;
  z-index: 1;
}
.active-portfolio-category {
  opacity: 1;
  bottom: -64px;
  z-index: 1;
}
.active-education-category {
  opacity: 1;
  bottom: -64px;
  z-index: 1;
}
.active-blog-category {
  opacity: 1;
  bottom: -64px;
  z-index: 1;
}
.education-menu {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #cdcccc;
  opacity: 0;
  top: 61px;
  padding-top: 19px;
  left: 0;
  height: 246px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 600ms;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  position: absolute;
  z-index: 9999;
  background: #ffffff;
  visibility: hidden;
}
.education-menu .conteiner-slide {
  width: 100%;
  padding-left: 1%;
  margin: 0 auto;
  background: #ffffff;
}
.education-menu ul {
  text-align: center;
}
.education-menu ul li {
  display: inline-block;
  width: 265px;
  overflow: hidden;
  margin-right: 50px;
  text-align: left;
}
.education-menu ul li:last-child {
  margin-right: 0;
}
.education-menu ul li .icon-title {
  overflow: hidden;
}
.education-menu ul li .icon-title p {
  margin-bottom: 0;
}
.education-menu ul li .icon-title .thumb {
  width: 54px;
  height: 54px;
  border: 3px solid #cdcccc;
  background-size: cover;
  background-position: center center;
  float: left;
}
.education-menu ul li .icon-title .title {
  width: 190px;
  float: left;
  margin-left: 15px;
  font-size: 14px;
  color: #58585a;
  font-family: Georgia;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 16px;
  padding-top: 3px;
}
.education-menu ul li .icon-title .title a {
  color: #58585a;
}
.education-menu ul li .icon-title .title a:hover {
  color: #cadb2e;
}
.education-menu ul li .icon-title .title span {
  display: block;
  font-size: 12px;
  font-family: proximanovaregular;
  letter-spacing: 1px;
  margin-top: 5px;
}
.education-menu ul li .text {
  text-align: left;
  font-size: 12px;
  font-family: proximanovaregular;
  letter-spacing: 1px;
  color: #58585a;
  margin-top: 10px;
  margin-bottom: 10px;
}
.education-menu ul li .open-ed {
  font-size: 10px;
  text-transform: uppercase;
  font-family: proximanovaregular;
  letter-spacing: 1.5px;
  color: #58585a;
  position: relative;
  padding-left: 10px;
}
.education-menu ul li .open-ed:after {
  content: '+';
  color: #58585a;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.education-menu ul li .open-ed:before {
  content: '+';
  color: #cadb2e;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.education-menu ul li .open-ed:hover {
  color: #cadb2e;
}
.education-menu ul li .open-ed:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.education-menu ul li .open-ed:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.education-menu .controll-arrow {
  height: 28px;
  background: #fafafa;
  margin-top: 12px;
  position: relative;
  text-align: center;
}
.education-menu .controll-arrow .flex-prev {
  position: absolute;
  left: 35px;
  top: 0;
  text-indent: -9999px;
  display: block;
  width: 22px;
  height: 17px;
}
.education-menu .controll-arrow .flex-prev:after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 17px;
  background: url('../img/ed-arrow-prev-hover.png');
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-background-size: 22px 17px;
  -moz-background-size: 22px 17px;
  -o-background-size: 22px 17px;
  background-size: 22px 17px;
}
.education-menu .controll-arrow .flex-prev:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 17px;
  background: url('../img/ed-arrow-prev.png');
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-background-size: 22px 17px;
  -moz-background-size: 22px 17px;
  -o-background-size: 22px 17px;
  background-size: 22px 17px;
}
.education-menu .controll-arrow .flex-prev:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.education-menu .controll-arrow .flex-prev:hover:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.education-menu .controll-arrow .flex-next {
  position: absolute;
  right: 35px;
  top: 0;
  text-indent: -9999px;
  display: block;
  width: 22px;
  height: 17px;
}
.education-menu .controll-arrow .flex-next:after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 17px;
  background: url('../img/ed-arrow-next-hover.png');
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-background-size: 22px 17px;
  -moz-background-size: 22px 17px;
  -o-background-size: 22px 17px;
  background-size: 22px 17px;
}
.education-menu .controll-arrow .flex-next:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 17px;
  background: url('../img/ed-arrow-next.png');
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-background-size: 22px 17px;
  -moz-background-size: 22px 17px;
  -o-background-size: 22px 17px;
  background-size: 22px 17px;
}
.education-menu .controll-arrow .flex-next:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.education-menu .controll-arrow .flex-next:hover:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.education-menu .controll-arrow .see-all {
  color: #58585a;
  line-height: 30px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: proximanovaregular;
  letter-spacing: 1px;
  position: relative;
}
.education-menu .controll-arrow .see-all:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #cadb2e;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.education-menu .controll-arrow .see-all:hover {
  color: #cadb2e;
}
.education-menu .controll-arrow .see-all:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.education-menu:hover {
  opacity: 1;
  top: 61px;
  z-index: 1;
  height: auto;
  visibility: visible;
}
.education-menu-active {
  opacity: 1;
  top: 61px;
  left: 0;
  z-index: 1;
  height: auto;
  visibility: visible;
}
.post-type-archive-portfolio .photographer a {
  color: #ffffff;
}
.post-type-archive-portfolio .photographer a:after {
  opacity: 1;
  visibility: visible;
}
.home .photographer a,
.blog .photographer a {
  color: #ffffff;
}
.home .photographer a:after,
.blog .photographer a:after {
  opacity: 1;
  visibility: visible;
}
.single-education .educator a {
  color: #ffffff;
}
.single-education .educator a:after {
  opacity: 1;
  visibility: visible;
}
.page-template-template-about-php .heck-yeah a {
  color: #ffffff;
}
.page-template-template-about-php .heck-yeah a:after {
  opacity: 1;
  visibility: visible;
}
.single-portfolio .photographer a {
  color: #ffffff;
}
.single-portfolio .photographer a:after {
  opacity: 1;
  visibility: visible;
}
.page-template-archives-testimonials-php .educator a {
  color: #ffffff;
}
.page-template-archives-testimonials-php .educator a:after {
  opacity: 1;
  visibility: visible;
}
.category .photographer a,
.single-post .photographer a {
  color: #ffffff;
}
.category .photographer a:after,
.single-post .photographer a:after {
  opacity: 1;
  visibility: visible;
}
/* Content
*******************************/
.gallery-home {
  position: relative;
  height: 100%;
  min-height: 762px;
}
.gallery-home .control-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 38px;
  margin-top: -19px;
}
.gallery-home .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
.gallery-home .flex-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  display: block;
  background: red;
  z-index: 10;
  background: url('../img/arrow-prev.png') #ffffff no-repeat center center;
  -webkit-background-size: 38px 38px;
  -moz-background-size: 38px 38px;
  -o-background-size: 38px 38px;
  background-size: 38px 38px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.gallery-home .flex-prev:hover {
  background: url('../img/arrow-hover-slider-prev.png') #cadb2e no-repeat center center;
  -webkit-background-size: 22px 17px;
  -moz-background-size: 22px 17px;
  -o-background-size: 22px 17px;
  background-size: 22px 17px;
}
.gallery-home .flex-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 38px;
  height: 38px;
  display: block;
  background: red;
  z-index: 10;
  background: url('../img/arrow-next.png') #ffffff no-repeat center center;
  -webkit-background-size: 38px 38px;
  -moz-background-size: 38px 38px;
  -o-background-size: 38px 38px;
  background-size: 38px 38px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.gallery-home .flex-next:hover {
  background: url('../img/arrow-hover-slider.png') #cadb2e no-repeat center center;
  -webkit-background-size: 22px 17px;
  -moz-background-size: 22px 17px;
  -o-background-size: 22px 17px;
  background-size: 22px 17px;
}
.gallery-home ul li {
  min-height: 100%;
  position: relative;
}
.gallery-home ul li img {
  width: 100%;
  height: auto;
}
.face-button {
  position: absolute;
  right: 3%;
  top: 5px;
}
.home-page-content {
  padding-bottom: 55px;
}
.home-page-content:after {
  content: '';
  display: block;
  clear: both;
}
.home-page-content .item {
  padding: 0px 5px 10px 5px;
  width: 20%;
  background: url('../img/ring-alt.gif') no-repeat center center;
  background-size: 15% auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.home-page-content .item.big-layout {
  width: 33.33333%;
}
.home-page-content .item:hover .social {
  opacity: 1;
}
.home-page-content .item:hover .gallery-portfolio:after {
  opacity: 1;
}
.home-page-content .item .gallery-portfolio {
  position: relative;
  display: block;
  z-index: 100;
}
.home-page-content .item .gallery-portfolio:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.home-page-content .item .social {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.home-page-content .item .social ul {
  text-align: center;
}
.home-page-content .item .social ul li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  z-index: 150;
}
.home-page-content .item .social ul li:last-child {
  margin-right: 0;
}
.home-page-content .item .social ul li a {
  display: block;
}
.home-page-content .item .social ul .facebook a {
  margin-top: 1px;
  width: 7px;
  height: 16px;
  background: url('../img/facebook-share.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.home-page-content .item .social ul .facebook a:hover {
  background: url('../img/facebook-share-hover.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
}
.home-page-content .item .social ul .pinterest {
  width: 13px;
  height: 16px;
}
.home-page-content .item .social ul .pinterest .pint-box {
  position: relative;
  margin-bottom: 0;
}
.home-page-content .item .social ul .pinterest .pint-box a {
  text-indent: -9999px;
  opacity: 0;
  display: block!important;
  width: 13px!important;
  height: 16px!important;
  position: relative!important;
  z-index: 10;
}
.home-page-content .item .social ul .pinterest .pint-box span {
  box-shadow: none!important;
  display: block;
  width: 14px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: url('../img/pinterest-share.png');
  -webkit-background-size: 14px 17px;
  -moz-background-size: 14px 17px;
  -o-background-size: 14px 17px;
  background-size: 14px 17px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.home-page-content .item .social ul .pinterest .pint-box span:first-child {
  z-index: 20;
}
.home-page-content .item .social ul .pinterest:hover span {
  background: url('../img/pinterest-share-hover.png');
  -webkit-background-size: 14px 17px;
  -moz-background-size: 14px 17px;
  -o-background-size: 14px 17px;
  background-size: 14px 17px;
}
.home-page-content .item .social ul .click-open a {
  width: 18px;
  height: 17px;
  background: url('../img/arrow-open.png') no-repeat;
  -webkit-background-size: 18px 17px;
  -moz-background-size: 18px 17px;
  -o-background-size: 18px 17px;
  background-size: 18px 17px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.home-page-content .item .social ul .click-open a:hover {
  background: url('../img/arrow-open-hover.png') no-repeat;
  -webkit-background-size: 18px 17px;
  -moz-background-size: 18px 17px;
  -o-background-size: 18px 17px;
  background-size: 18px 17px;
}
.home-page-content .item .social ul .click-open-gallery a {
  width: 27px;
  height: 16px;
  background: url('../img/open-gallery-portfolio.png') no-repeat;
  -webkit-background-size: 27px 16px;
  -moz-background-size: 27px 16px;
  -o-background-size: 27px 16px;
  background-size: 27px 16px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.home-page-content .item .social ul .click-open-gallery a:hover {
  background: url('../img/open-gallery-portfolio-hover.png') no-repeat;
  -webkit-background-size: 27px 16px;
  -moz-background-size: 27px 16px;
  -o-background-size: 27px 16px;
  background-size: 27px 16px;
}
.home-page-content .item .social .open-post-portfolio {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 1px;
}
.home-page-content .item .social .open-post-portfolio a {
  color: #58585a;
  text-transform: uppercase;
  font-size: 12px;
  font-family: proximanovaregular;
  position: relative;
  z-index: 100;
}
.home-page-content .item .social .open-post-portfolio a:hover {
  color: #cadb2e;
}
.home-page-content .item img {
  width: 100%;
  height: auto;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* Layouts
*******************************/
.page-about {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 20px;
}
.page-about .about-info {
  overflow: hidden;
  height: 300px;
}
.page-about .about-info .photo {
  width: 470px;
  height: 300px;
  float: left;
}
.page-about .about-info .photo img {
  width: 100%;
  height: auto;
}
.page-about .about-info .text {
  width: 400px;
  height: 250px;
  float: left;
  background: #f5f5f5;
  padding: 30px 30px 20px 40px;
}
.page-about .about-info .text .content-text {
  font-size: 12px;
  color: #58585a;
  font-family: proximanovaregular;
  letter-spacing: 1px;
}
.page-about .about-info .text .content-text p {
  margin-bottom: 0;
  line-height: 22px;
}
.page-about .about-info .text .social {
  overflow: hidden;
  border-top: 1px solid #cdcccc;
  padding-top: 20px;
  margin-top: 30px;
}
.page-about .about-info .text .social p {
  margin-bottom: 0;
}
.page-about .about-info .text .social a {
  font-size: 10px;
  color: #58585a;
  text-transform: uppercase;
  font-family: proximanovaregular;
  letter-spacing: 2px;
}
.page-about .about-info .text .social a:hover {
  color: #cadb2e;
}
.page-about .about-info .text .social .facebook-social,
.page-about .about-info .text .social .instagram-social {
  float: left;
  margin-right: 28px;
}
.page-about .about-info .text .social .facebook-social a {
  position: relative;
  padding-left: 15px;
  line-height: 20px;
  display: block;
  height: 18px;
}
.page-about .about-info .text .social .facebook-social a:after {
  content: '';
  width: 7px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/facebook-share.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.page-about .about-info .text .social .facebook-social a:before {
  content: '';
  width: 7px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/facebook-share-hover.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.page-about .about-info .text .social .facebook-social a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.page-about .about-info .text .social .facebook-social a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.page-about .about-info .text .social .instagram-social a {
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  display: block;
  height: 18px;
}
.page-about .about-info .text .social .instagram-social a:after {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 1px;
  background: url('../img/instagram-social.png');
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  background-size: 17px 17px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.page-about .about-info .text .social .instagram-social a:before {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 1px;
  background: url('../img/instagram-social-hover.png');
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  background-size: 17px 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.page-about .about-info .text .social .instagram-social a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.page-about .about-info .text .social .instagram-social a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.page-about .about-info .text .social .youtube-social {
  float: left;
}
.page-about .about-info .text .social .youtube-social a {
  position: relative;
  padding-left: 20px;
  line-height: 20px;
  display: block;
  height: 18px;
}
.page-about .about-info .text .social .youtube-social a:after {
  content: '';
  width: 14px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url('../img/youtube-silver-dark.png');
  background-repeat: no-repeat;
  -webkit-background-size: 14px 12px;
  -moz-background-size: 14px 12px;
  -o-background-size: 14px 12px;
  background-size: 14px 12px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.page-about .about-info .text .social .youtube-social a:before {
  content: '';
  width: 14px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url('../img/youtube-silver-green.png');
  background-repeat: no-repeat;
  -webkit-background-size: 14px 12px;
  -moz-background-size: 14px 12px;
  -o-background-size: 14px 12px;
  background-size: 14px 12px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.page-about .about-info .text .social .youtube-social a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.page-about .about-info .text .social .youtube-social a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.page-about .about-info .text .social .contact-me {
  float: right;
}
.page-about .about-info .text .social .contact-me a {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  display: block;
  height: 18px;
}
.page-about .about-info .text .social .contact-me a:after {
  content: '';
  width: 22px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url('../img/contact-me-icon.png');
  -webkit-background-size: 22px 16px;
  -moz-background-size: 22px 16px;
  -o-background-size: 22px 16px;
  background-size: 22px 16px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.page-about .about-info .text .social .contact-me a:before {
  content: '';
  width: 22px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url('../img/contact-me-icon-hover.png');
  -webkit-background-size: 22px 16px;
  -moz-background-size: 22px 16px;
  -o-background-size: 22px 16px;
  background-size: 22px 16px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.page-about .about-info .text .social .contact-me a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.page-about .about-info .text .social .contact-me a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.page-about .publication {
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: 40px;
}
.page-about .publication p {
  margin-bottom: 0;
}
.page-about .publication .column-1,
.page-about .publication .column-2 {
  float: left;
  font-family: proximanovaregular;
  color: #58585a;
  font-size: 12px;
  letter-spacing: 1px;
}
.page-about .publication .column-1 p,
.page-about .publication .column-2 p {
  line-height: 24px;
}
.page-about .publication .column-1 .title,
.page-about .publication .column-2 .title {
  color: #cadb2e;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-family: proximanovasemibold;
  margin-bottom: 10px;
}
.page-about .publication .column-1 {
  width: 555px;
}
.page-about .publication .column-1 .column-text {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
.page-about .publication .column-2 {
  width: 385px;
}
.education-page,
.education-block,
.multiclass {
  padding-top: 50px;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.education-page h2,
.education-block h2,
.multiclass h2 {
  font-size: 28px;
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Georgia;
  color: #58585a;
}
.education-page .content-text,
.education-block .content-text,
.multiclass .content-text {
  padding-left: 180px;
  padding-right: 180px;
  font-size: 14px;
  font-family: Georgia;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  color: #58585a;
}
.education-page .content-text p,
.education-block .content-text p,
.multiclass .content-text p {
  text-align: center;
  margin-bottom: 0;
  line-height: 24px;
}
.education-page .name-text,
.education-block .name-text,
.multiclass .name-text {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Georgia;
  color: #cadb2e;
  letter-spacing: 1px;
}
.education-page .name-text:after,
.education-block .name-text:after,
.multiclass .name-text:after {
  content: '';
  width: 12px;
  height: 1px;
  background: #cadb2e;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.education-page ul,
.education-block ul,
.multiclass ul {
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}
.education-page ul li,
.education-block ul li,
.multiclass ul li {
  float: none;
  display: inline-block;
  width: 300px;
  margin-right: 26px;
  margin-bottom: 27px;
  text-align: center;
  font-size: 14px;
  font-family: Georgia;
  text-transform: uppercase;
  color: #58585a;
  letter-spacing: 1px;
}
.education-page ul li .link-post,
.education-block ul li .link-post,
.multiclass ul li .link-post {
  color: #58585a;
  position: relative;
}
.education-page ul li .link-post:after,
.education-block ul li .link-post:after,
.multiclass ul li .link-post:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #cadb2e;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.education-page ul li .link-post:hover,
.education-block ul li .link-post:hover,
.multiclass ul li .link-post:hover {
  color: #cadb2e;
}
.education-page ul li .link-post:hover:after,
.education-block ul li .link-post:hover:after,
.multiclass ul li .link-post:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.education-page ul li:nth-child(3n+3),
.education-block ul li:nth-child(3n+3),
.multiclass ul li:nth-child(3n+3) {
  margin-right: 0;
}
.education-page ul li:last-child,
.education-block ul li:last-child,
.multiclass ul li:last-child {
  margin-right: 0;
}
.education-page ul li .thumb-img,
.education-block ul li .thumb-img,
.multiclass ul li .thumb-img {
  height: 200px;
  margin-bottom: 15px;
  position: relative;
}
.education-page ul li .thumb-img img,
.education-block ul li .thumb-img img,
.multiclass ul li .thumb-img img {
  width: 100%;
  height: auto;
}
.education-page ul li .thumb-img a,
.education-block ul li .thumb-img a,
.multiclass ul li .thumb-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
.education-page ul li .thumb-img .hover-effect,
.education-block ul li .thumb-img .hover-effect,
.multiclass ul li .thumb-img .hover-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.education-page ul li .thumb-img .hover-effect .in,
.education-block ul li .thumb-img .hover-effect .in,
.multiclass ul li .thumb-img .hover-effect .in {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.education-page ul li .thumb-img .hover-effect .in .in,
.education-block ul li .thumb-img .hover-effect .in .in,
.multiclass ul li .thumb-img .hover-effect .in .in {
  display: table-cell;
  vertical-align: middle;
}
.education-page ul li .thumb-img .hover-effect .in .in span,
.education-block ul li .thumb-img .hover-effect .in .in span,
.multiclass ul li .thumb-img .hover-effect .in .in span {
  display: block;
  width: 125px;
  height: 38px;
  border: 1px solid #353535;
  margin: 0 auto;
  font-size: 12px;
  line-height: 40px;
  font-family: proximanovaregular;
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  letter-spacing: 1px;
}
.education-page ul li .thumb-img:hover .hover-effect,
.education-block ul li .thumb-img:hover .hover-effect,
.multiclass ul li .thumb-img:hover .hover-effect {
  opacity: 1;
}
.education-page ul li .thumb-img:hover .hover-effect .in .in span,
.education-block ul li .thumb-img:hover .hover-effect .in .in span,
.multiclass ul li .thumb-img:hover .hover-effect .in .in span {
  opacity: 1;
}
.not-found {
  background: #f5f5f5;
  font-family: proximanovaregular;
  font-style: 20px;
  background: none;
}
.education-page .title-category-page {
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Georgia;
  color: #58585a;
  letter-spacing: 1px;
}
.education-page .button-testimonials {
  text-align: center;
  margin-top: 20px;
}
.education-page .all-testimonials {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #58585a;
  color: #58585a;
  text-transform: uppercase;
  font-family: Georgia;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.education-page .all-testimonials:hover {
  border: 1px solid #cadb2e;
  color: #cadb2e;
}
.education-page .edu-bundle-image-block {
  margin-top: 0;
}
.contact-page {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 35px;
}
.contact-page .contact-form {
  float: left;
  width: 450px;
  background: #f5f5f5;
  padding: 35px 30px 30px;
}
.contact-page .contact-form .contact-title {
  text-align: center;
  font-size: 14px;
  font-family: Georgia;
  font-weight: bold;
  text-transform: uppercase;
  color: #58585a;
  letter-spacing: 1px;
  line-height: 24px;
}
.contact-page .contact-form .contact-adress {
  font-size: 14px;
  letter-spacing: 1px;
  color: #58585a;
  font-family: proximanovaregular;
  margin-top: 20px;
}
.contact-page .contact-form .contact-adress p {
  margin-bottom: 0;
  text-align: center;
}
.contact-page .contact-form .form {
  width: 376px;
  margin: 20px auto 0 auto;
  position: relative;
}
.contact-page .contact-form .form .wpcf7-validation-errors,
.contact-page .contact-form .form .wpcf7-mail-sent-ok {
  border: none;
  position: absolute;
  width: 376px;
  height: auto;
  bottom: -29px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 10px;
  text-transform: uppercase;
  font-family: proximanovaregular;
  letter-spacing: 1px;
  text-align: center;
  color: #f00;
}
.contact-page .contact-form .form .wpcf7-mail-sent-ok {
  bottom: -24px;
  color: #cadb2e;
}
.contact-page .contact-form .form .contact-input {
  position: relative;
}
.contact-page .contact-form .form .contact-input .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: -13px;
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  font-family: proximanovaregular;
  letter-spacing: 1px;
}
.contact-page .contact-form .form input[type="text"] {
  width: 366px;
  height: 30px;
  text-align: center;
  color: #cdcccc;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #58585a;
}
.contact-page .contact-form .form textarea {
  width: 366px;
  height: 100px;
  resize: none;
  text-align: center;
  text-transform: uppercase;
  color: #58585a;
}
.contact-page .contact-form .form .submit-form {
  position: relative;
  width: 223px;
  height: 40px;
  margin: 18px auto 0 auto;
}
.contact-page .contact-form .form .submit-form span {
  position: absolute;
  display: block;
  width: 221px;
  height: 38px;
  border: 1px solid #cadb2e;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Georgia;
  letter-spacing: 2px;
  background: none;
  z-index: 1;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.contact-page .contact-form .form .submit-form span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  background: #cadb2e;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.contact-page .contact-form .form .submit-form input[type="submit"] {
  text-transform: uppercase;
  color: #58585a;
  font-weight: normal;
  width: 223px;
  height: 40px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  background: none;
  position: relative;
  z-index: 10;
}
.contact-page .contact-form .form .submit-form:hover span {
  color: #58585a;
  border: 1px solid #cadb2e;
}
.contact-page .contact-form .form .submit-form:hover span:after {
  opacity: 0;
}
.contact-page .contact-form .contact-social {
  width: 450px;
  border-top: 1px solid #cdcccc;
  padding-top: 30px;
  margin-top: 30px;
}
.contact-page .contact-form .contact-social ul {
  text-align: center;
  margin-top: 28px;
}
.contact-page .contact-form .contact-social ul li {
  display: inline-block;
  width: 115px;
  margin-right: 40px;
}
.contact-page .contact-form .contact-social ul li:last-child {
  margin-right: 0;
}
.contact-page .contact-form .contact-social ul li a {
  color: #58585a;
  font-size: 14px;
  font-family: proximanovaregular;
  letter-spacing: 1px;
}
.contact-page .contact-form .contact-social ul li a:hover {
  color: #cadb2e;
}
.contact-page .contact-form .contact-social ul .facebook a {
  position: relative;
  padding-top: 30px;
}
.contact-page .contact-form .contact-social ul .facebook a:after {
  content: '';
  width: 7px;
  height: 17px;
  position: absolute;
  left: 54px;
  top: 0;
  background: url('../img/facebook-share.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.contact-page .contact-form .contact-social ul .facebook a:before {
  content: '';
  width: 7px;
  height: 17px;
  position: absolute;
  left: 54px;
  top: 0;
  background: url('../img/facebook-share-hover.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.contact-page .contact-form .contact-social ul .facebook a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.contact-page .contact-form .contact-social ul .facebook a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.contact-page .contact-form .contact-social ul .instagram a {
  position: relative;
  padding-top: 30px;
}
.contact-page .contact-form .contact-social ul .instagram a:after {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  left: 38px;
  top: 0;
  background: url('../img/instagram-social.png');
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  background-size: 17px 17px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.contact-page .contact-form .contact-social ul .instagram a:before {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  left: 38px;
  top: 0;
  background: url('../img/instagram-social-hover.png');
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  background-size: 17px 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.contact-page .contact-form .contact-social ul .instagram a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.contact-page .contact-form .contact-social ul .instagram a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.contact-page ::-webkit-input-placeholder {
  color: #cdcccc;
}
.contact-page :-moz-placeholder {
  /* Firefox 18- */
  color: #cdcccc;
}
.contact-page ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdcccc;
}
.contact-page :-ms-input-placeholder {
  color: #cdcccc;
}
.contact-page .contact-image {
  float: left;
  width: 450px;
}
.contact-page .contact-image img {
  width: 100%;
  height: auto;
}
.testimonial-page {
  padding-top: 50px;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.testimonial-page ul li {
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.testimonial-page ul li .testimonial-thumb {
  float: left;
  width: 480px;
  height: 320px;
  position: relative;
}
.testimonial-page ul li .testimonial-thumb .link-testimonial {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.testimonial-page ul li .testimonial-thumb .link-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.testimonial-page ul li .testimonial-thumb .link-effect .in {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.testimonial-page ul li .testimonial-thumb .link-effect .in .in {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-page ul li .testimonial-thumb .link-effect .in .in span {
  display: block;
  width: 145px;
  height: 38px;
  border: 1px solid #353535;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 12px;
  font-family: proximanovaregular;
  color: #58585a;
  letter-spacing: 1px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.testimonial-page ul li .testimonial-thumb:hover .link-testimonial {
  opacity: 1;
}
.testimonial-page ul li .testimonial-thumb:hover .link-effect {
  opacity: 1;
}
.testimonial-page ul li .testimonial-thumb:hover .link-effect .in .in span {
  opacity: 1;
}
.testimonial-page ul li .testimonial-content {
  float: left;
  width: 420px;
  height: 260px;
  padding: 30px;
}
.testimonial-page ul li .testimonial-content h2 {
  color: #58585a;
  font-size: 18px;
  font-family: Georgia;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.testimonial-page ul li .testimonial-content h2 a {
  color: #58585a;
}
.testimonial-page ul li .testimonial-content h2 a:hover {
  color: #cadb2e;
}
.testimonial-page ul li .testimonial-content .sub-title {
  font-size: 11px;
  text-transform: uppercase;
  font-family: proximanovaregular;
  letter-spacing: 1px;
}
.testimonial-page ul li .testimonial-content .testimonial-text {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: proximanovaregular;
  color: #58585a;
  margin-top: 15px;
  height: 205px;
  overflow: auto;
}
.testimonial-page ul li .testimonial-content .testimonial-text p {
  line-height: 24px;
}
.blog-page {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  padding-top: 60px;
}
.blog-page ul.blog-items {
  overflow: hidden;
}
.blog-page ul.blog-items #infscr-loading {
  text-indent: -9999px;
  width: 100%;
  height: 5px;
  margin: 2px auto;
  background: #cadb2e;
  -moz-animation: fullexpblogand 3s ease-out;
  -webkit-animation: fullexpblog 3s ease-out;
}
.blog-page ul.blog-items #infscr-loading img {
  display: none;
}
@-moz-keyframes fullexpblog {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fullexpblog {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
.blog-page ul.blog-items li.items {
  width: 460px;
  float: left;
  border-bottom: 1px solid #cdcccc;
  margin-right: 40px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.blog-page ul.blog-items li.items:nth-of-type(2n+2) {
  margin-right: 0;
}
.blog-page ul.blog-items li.items .thumb-blog-post {
  width: 460px;
  height: 305px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.blog-page ul.blog-items li.items .thumb-blog-post img {
  height: 100%;
  width: auto;
}
.blog-page ul.blog-items li.items .thumb-blog-post .link-view-post {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
.blog-page ul.blog-items li.items .thumb-blog-post .hover-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0;
}
.blog-page ul.blog-items li.items .thumb-blog-post .hover-effect .in {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.blog-page ul.blog-items li.items .thumb-blog-post .hover-effect .in .in {
  display: table-cell;
  vertical-align: middle;
}
.blog-page ul.blog-items li.items .thumb-blog-post .hover-effect .in .in span {
  display: block;
  width: 145px;
  height: 38px;
  border: 1px solid #353535;
  text-align: center;
  line-height: 38px;
  color: #58585a;
  text-transform: uppercase;
  font-size: 12px;
  font-family: proximanovaregular;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.blog-page ul.blog-items li.items .thumb-blog-post:hover .hover-effect {
  opacity: 1;
}
.blog-page ul.blog-items li.items .thumb-blog-post:hover .hover-effect .in .in span {
  opacity: 1;
}
.blog-page ul.blog-items li.items h2 {
  font-size: 18px;
  color: #58585a;
  font-family: Georgia;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.blog-page ul.blog-items li.items h2 a {
  color: #58585a;
}
.blog-page ul.blog-items li.items h2 a:hover {
  color: #cadb2e;
}
.blog-page ul.blog-items li.items .category-comments {
  overflow: hidden;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #cdcccc;
  letter-spacing: 1px;
}
.blog-page ul.blog-items li.items .category-comments a {
  color: #cdcccc;
}
.blog-page ul.blog-items li.items .category-comments a:hover {
  color: #cadb2e;
}
.blog-page ul.blog-items li.items .category-comments .cat {
  display: inline-block;
}
.blog-page ul.blog-items li.items .category-comments .comm {
  display: inline-block;
}
.blog-page ul.blog-items li.items .excerpt-post p {
  text-align: center;
  font-family: proximanovaregular;
  font-size: 12px;
  color: #58585a;
}
.blog-page ul.blog-items li.items .content-text {
  margin-top: 20px;
  color: #58585a;
  font-family: proximanovaregular;
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 14px;
}
.paginator .next {
  width: 223px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-family: Georgia;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.paginator .next a {
  display: block;
  width: 221px;
  height: 38px;
  border: 1px solid #cadb2e;
  line-height: 40px;
  color: #ffffff;
  position: relative;
}
.paginator .next a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #cadb2e;
  width: 100%;
  height: 100%;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.paginator .next a:hover {
  color: #58585a;
}
.paginator .next a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
#ap-load-posts-custom {
  margin-top: 35px;
  padding-bottom: 40px;
}
#ap-load-posts-custom a {
  display: block;
  width: 221px;
  height: 38px;
  border: 1px solid #cadb2e;
  line-height: 40px;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-family: Georgia;
  padding-right: 10px;
  padding-left: 10px;
}
#ap-load-posts-custom a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #cadb2e;
  width: 100%;
  height: 100%;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 1;
}
#ap-load-posts-custom a:hover {
  color: #58585a;
}
#ap-load-posts-custom a:hover:after {
  opacity: 0;
}
.content-post {
  width: 717px;
  margin: 0 auto;
  padding-top: 60px;
}
.content-post .single-post-content p a.pinit-button {
  opacity: 1!important;
  width: 31px!important;
  height: 31px!important;
  text-indent: -9999px !important;
  background: url('../img/pin-icon.png') !important;
  position: absolute!important;
  -webkit-transition: all !important;
  -moz-transition: all !important;
  -ms-transition: all !important;
  -o-transition: all !important;
  transition: all !important;
  -moz-transition-duration: 300ms !important;
  -webkit-transition-duration: 300ms !important;
  transition-duration: 300ms !important;
}
.content-post .single-post-content p a.pinit-button:hover {
  background: url('../img/pin-icon-hover.png') 0 0 !important;
}
.content-post .single-post-content .pinit-overlay {
  position: relative;
}
.content-post .single-post-content .title {
  padding-bottom: 35px;
}
.content-post .single-post-content .title h2 {
  color: #cadb2e;
  font-size: 24px;
  text-transform: uppercase;
  font-family: Georgia;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.content-post .single-post-content .category-comments {
  overflow: hidden;
  font-size: 11px;
  text-transform: uppercase;
  color: #cdcccc;
  letter-spacing: 1px;
}
.content-post .single-post-content .category-comments a {
  color: #cdcccc;
}
.content-post .single-post-content .category-comments a:hover {
  color: #cadb2e;
}
.content-post .single-post-content .category-comments .cat {
  display: inline-block;
}
.content-post .single-post-content .category-comments .comm {
  display: inline-block;
}
.content-post .single-post-content .content-single-post {
  margin-top: 20px;
  font-size: 12px;
  color: #58585a;
  font-family: proximanovaregular;
}
.content-post .single-post-content .content-single-post p {
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 30px;
  font-size: 14px;
}
.content-post .single-post-content .content-single-post p a {
  color: #cadb2e;
}
.content-post .single-post-content .content-single-post p a:hover {
  color: #58585a;
}
.content-post .single-post-content .content-single-post img {
  margin-top: 3px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
}
.content-post .single-post-content .content-single-post blockquote {
  margin-top: -60px;
  background: #f5f5f5;
  padding: 25px;
  margin-bottom: 30px;
}
.content-post .single-post-content .tip .title-tip {
  font-size: 12px;
  color: #cadb2e;
  font-family: proximanovasemibold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: url('../img/green-arrow.png') no-repeat left 2px;
  padding-left: 10px;
}
.content-post .single-post-content .tip .tip-text {
  font-size: 12px;
  color: #58585a;
  font-family: proximanovaregular;
  letter-spacing: 1px;
  line-height: 22px;
}
.content-post .single-post-content .tip .tip-text a {
  color: #cadb2e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.content-post .single-post-content .tip .tip-text a:hover {
  color: #58585a;
}
.comments-block {
  background: #f5f5f5;
  padding: 30px 30px 30px 30px;
}
.comments-block .social {
  border-bottom: 1px solid #cdcccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.comments-block .social .title {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: proximanovasemibold;
  font-size: 12px;
  letter-spacing: 1px;
}
.comments-block .social ul {
  text-align: center;
  margin-top: 10px;
  margin-top: 50px;
}
.comments-block .social ul li {
  display: inline-block;
  width: 65px;
  margin-right: 35px;
}
.comments-block .social ul li:last-child {
  margin-right: 0;
}
.comments-block .social ul a {
  font-size: 10px;
  color: #58585a;
  text-transform: uppercase;
  font-family: proximanovaregular;
  letter-spacing: 2px;
}
.comments-block .social ul a:hover {
  color: #cadb2e;
}
.comments-block .social ul .facebook a {
  position: relative;
  padding-top: 30px;
}
.comments-block .social ul .facebook a:after {
  content: '';
  width: 7px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url('../img/facebook-share.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.comments-block .social ul .facebook a:before {
  content: '';
  width: 7px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url('../img/facebook-share-hover.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.comments-block .social ul .facebook a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.comments-block .social ul .facebook a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.comments-block .social ul .twitter a {
  position: relative;
  padding-top: 30px;
}
.comments-block .social ul .twitter a:after {
  content: '';
  width: 16px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url('../img/twitter-share.png');
  -webkit-background-size: 16px 13px;
  -moz-background-size: 16px 13px;
  -o-background-size: 16px 13px;
  background-size: 16px 13px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.comments-block .social ul .twitter a:before {
  content: '';
  width: 16px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url('../img/twitter-share-hover.png');
  -webkit-background-size: 16px 13px;
  -moz-background-size: 16px 13px;
  -o-background-size: 16px 13px;
  background-size: 16px 13px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.comments-block .social ul .twitter a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.comments-block .social ul .twitter a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.comments-block .social ul .pinterest .pint-box {
  position: relative;
  margin-bottom: 0;
  top: -25px;
}
.comments-block .social ul .pinterest .pint-box span:first-child {
  background: none!important;
  z-index: 10;
}
.comments-block .social ul .pinterest .pint-box span:first-child:after,
.comments-block .social ul .pinterest .pint-box span:first-child:before {
  display: none;
}
.comments-block .social ul .pinterest .pint-box a {
  text-indent: -9999px;
  opacity: 0;
  display: block!important;
  width: 85px!important;
  height: 40px!important;
  position: relative!important;
  z-index: 10;
}
.comments-block .social ul .pinterest .pint-box span {
  box-shadow: none!important;
  display: block;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: 10px;
  color: #58585a;
  text-transform: uppercase;
  font-family: proximanovaregular;
  letter-spacing: 2px;
  line-height: 21px;
  padding-top: 25px;
}
.comments-block .social ul .pinterest .pint-box span:after {
  content: '';
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: url('../img/pinterest-share.png') no-repeat left center;
  -webkit-background-size: 14px 17px;
  -moz-background-size: 14px 17px;
  -o-background-size: 14px 17px;
  background-size: 14px 17px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.comments-block .social ul .pinterest .pint-box span:before {
  content: '';
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: url('../img/pinterest-share-hover.png') no-repeat left center;
  -webkit-background-size: 14px 17px;
  -moz-background-size: 14px 17px;
  -o-background-size: 14px 17px;
  background-size: 14px 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.comments-block .social ul .pinterest:hover span {
  color: #cadb2e;
}
.comments-block .social ul .pinterest:hover span:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.comments-block .social ul .pinterest:hover span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.comments-block .user-comments {
  overflow: hidden;
}
.comments-block .user-comments ::-webkit-input-placeholder {
  color: #cdcccc;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: proximanovaregular;
}
.comments-block .user-comments :-moz-placeholder {
  /* Firefox 18- */
  color: #cdcccc;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: proximanovaregular;
}
.comments-block .user-comments ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdcccc;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: proximanovaregular;
}
.comments-block .user-comments :-ms-input-placeholder {
  color: #cdcccc;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: proximanovaregular;
}
.comments-block .user-comments .comment-reply-link {
  display: none;
}
.comments-block .user-comments .avatar {
  display: none;
}
.comments-block .user-comments .comments {
  max-height: 330px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #58585a;
  font-family: proximanovaregular;
}
.comments-block .user-comments .comments .commentlist li {
  margin-bottom: 30px;
}
.comments-block .user-comments .comments .commentlist li:last-child {
  margin-bottom: 0;
}
.comments-block .user-comments time {
  display: none;
}
.comments-block .user-comments cite,
.comments-block .user-comments .author-link {
  color: #58585a;
  font-family: proximanovasemibold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-style: normal;
  margin-bottom: 5px;
}
.comments-block .user-comments cite a,
.comments-block .user-comments .author-link a {
  color: #58585a;
  font-family: proximanovasemibold;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}
.comments-block .user-comments cite a:after,
.comments-block .user-comments .author-link a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cadb2e;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.comments-block .user-comments cite a:hover,
.comments-block .user-comments .author-link a:hover {
  color: #cadb2e;
}
.comments-block .user-comments cite a:hover:after,
.comments-block .user-comments .author-link a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.comments-block .user-comments .user-site a {
  color: #cadb2e;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: proximanovaregular;
  position: relative;
}
.comments-block .user-comments .user-site a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cadb2e;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.comments-block .user-comments .user-site a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.comments-block .user-comments .respond {
  overflow: hidden;
}
.comments-block .user-comments .respond .title {
  font-size: 12px;
  text-transform: uppercase;
  font-family: proximanovasemibold;
  letter-spacing: 1px;
  text-align: center;
  color: #58585a;
  margin-top: 40px;
  margin-bottom: 30px;
}
.comments-block .user-comments .respond .area1 {
  float: left;
  width: 318px;
  margin-right: 20px;
  position: relative;
}
.comments-block .user-comments .respond .area1 label a {
  color: #cadb2e;
}
.comments-block .user-comments .respond .area1 label a:hover {
  color: #58585a;
}
.comments-block .user-comments .respond .area1 .c {
  text-align: left;
}
.comments-block .user-comments .respond .area1 .c a {
  color: #cadb2e;
}
.comments-block .user-comments .respond .area1 .c a:hover {
  color: #58585a;
}
.comments-block .user-comments .respond .area1 p {
  margin-bottom: 0;
  position: relative;
}
.comments-block .user-comments .respond .area1 p .ValidationErrors {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 44px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: proximanovaregular;
  font-style: normal;
}
.comments-block .user-comments .respond .area1 input {
  width: 298px;
  height: 30px;
  margin-bottom: 15px;
  padding-left: 15px;
  color: #cdcccc;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: proximanovaregular;
}
.comments-block .user-comments .respond .area2 {
  float: left;
  width: 318px;
}
.comments-block .user-comments .respond .area2 textarea {
  width: 297px;
  height: 135px;
  padding-left: 15px;
  resize: none;
  color: #cdcccc;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: proximanovaregular;
  padding-top: 14px;
}
.comments-block .user-comments .respond .area2 p {
  margin-bottom: 0;
  position: relative;
}
.comments-block .user-comments .respond .area2 p .ValidationErrors {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 44px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: proximanovaregular;
  font-style: normal;
}
.comments-block .user-comments .respond .button {
  position: relative;
  width: 377px;
  margin: 5px auto 0 auto;
}
.comments-block .user-comments .respond .button:hover:after {
  opacity: 0;
}
.comments-block .user-comments .respond .button:after {
  content: '';
  position: absolute;
  width: 377px;
  height: 40px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: #cadb2e;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 1;
}
.comments-block .user-comments .respond .button input {
  display: block;
  width: 377px;
  height: 40px;
  background: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  font-family: Georgia;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.comments-block .user-comments .respond .button input:hover {
  color: #58585a;
  border: 1px solid #cadb2e;
}
.comments .jspPane {
  max-width: 657px;
}
#page404 {
  background: url('../img/bg-404.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 260px;
  padding-bottom: 260px;
}
#page404 .content-404 h2 {
  font-size: 30px;
  text-align: center;
  font-family: Georgia;
  color: #ffffff;
  letter-spacing: 1px;
}
#page404 .content-404 .text {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-family: Georgia;
  letter-spacing: 1px;
  line-height: 24px;
}
#page404 .content-404 .link-404 {
  width: 525px;
  margin: 0 auto 0 auto;
  border-top: 1px solid #b1aba3;
  margin-top: 45px;
  padding-top: 30px;
}
#page404 .content-404 .link-404 ul {
  text-align: center;
}
#page404 .content-404 .link-404 ul li {
  display: inline-block;
  font-size: 12px;
  font-family: Georgia;
  color: #ffffff;
  margin-right: 25px;
}
#page404 .content-404 .link-404 ul li:last-child {
  margin-right: 0;
}
#page404 .content-404 .link-404 ul li:last-child a {
  margin-right: 0;
}
#page404 .content-404 .link-404 ul li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: Georgia;
  color: #ffffff;
  margin-right: 25px;
}
#page404 .content-404 .link-404 ul li a:hover {
  color: #cadb2e;
}
.content-education {
  width: 960px;
  margin: 0 auto;
  padding-top: 60px;
}
.content-education .top-info {
  overflow: hidden;
}
.content-education .top-info .top-text {
  float: left;
  padding: 30px 30px 30px 30px;
  background: #f5f5f5;
  width: 420px;
  height: 260px;
}
.content-education .top-info .top-text .price-off {
  color: #58585a;
  font-family: proximanovaregular;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.content-education .top-info .top-text h2 {
  font-size: 18px;
  color: #58585a;
  font-family: Georgia;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.content-education .top-info .top-text .help-box {
  font-size: 12px;
  font-family: proximanovaregular;
  letter-spacing: 1px;
  line-height: 22px;
  height: 220px;
}
.content-education .top-info .top-text .help-box .jspPane {
  max-width: 420px;
}
.content-education .top-info .top-photo {
  float: left;
  width: 480px;
}
.content-education .top-info .top-photo img {
  width: 100%;
  height: auto;
}
.content-education .topics {
  padding-top: 40px;
  margin-bottom: 0;
}
.content-education .topics .education-page {
  padding-top: 0;
}
.content-education .topics h2 {
  font-size: 18px;
  font-family: Georgia;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
  color: #58585a;
}
.content-education .topics .topics-box ul {
  text-align: center;
}
.content-education .topics .topics-box ul li {
  display: inline-block;
  width: 250px;
  text-align: center;
  margin-right: 80px;
  margin-bottom: 25px;
  vertical-align: top;
}
.content-education .topics .topics-box ul li:nth-child(3n+3) {
  margin-right: 0;
}
.content-education .topics .topics-box ul li .title {
  font-size: 12px;
  font-family: proximanovasemibold;
  text-transform: uppercase;
  color: #cadb2e;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 15px;
}
.content-education .topics .topics-box ul li .topic-text {
  color: #58585a;
  font-size: 12px;
  font-family: proximanovaregular;
  letter-spacing: 1px;
  line-height: 22px;
}
.content-education .topics .topics-box ul li .topic-text ul li {
  margin-bottom: 10px;
}
.content-education .topics .topics-box ul li .topic-text ul li:last-child {
  margin-bottom: 0;
}
.content-education .content-text-price {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.content-education .content-text-price .ed-content {
  float: left;
  width: 630px;
  height: auto;
  border-right: 1px solid #cdcccc;
  padding-top: 10px;
  padding-bottom: 35px;
  font-family: proximanovaregular;
  font-size: 12px;
  color: #58585a;
}
.content-education .content-text-price .ed-content p {
  letter-spacing: 1px;
  line-height: 22px;
  padding-right: 30px;
}
.content-education .content-text-price .ed-price {
  width: 279px;
  height: auto;
  float: right;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.content-education .content-text-price .ed-price:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #cdcccc;
  position: absolute;
  left: -1px;
  top: 0;
}
.content-education .content-text-price .ed-price.m-bottom {
  margin-bottom: 30px;
}
.content-education .content-text-price .ed-price .box-2 {
  padding-top: 40px;
  margin-top: 45px;
  padding-bottom: 5px;
  border-top: 1px solid #cdcccc;
}
.content-education .content-text-price .ed-price .title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: proximanovasemibold;
  letter-spacing: 1px;
  text-align: center;
  color: #cadb2e;
  margin-bottom: 20px;
}
.content-education .content-text-price .ed-price .price {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #58585a;
  letter-spacing: 1px;
  font-family: proximanovasemibold;
}
.content-education .content-text-price .ed-price .social {
  margin-top: 20px;
}
.content-education .content-text-price .ed-price .social .title {
  font-size: 12px;
  font-family: proximanovasemibold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #58585a;
}
.content-education .content-text-price .ed-price .social ul {
  text-align: center;
  margin-top: 60px;
}
.content-education .content-text-price .ed-price .social ul li {
  display: inline-block;
  width: 65px;
  margin-right: 30px;
}
.content-education .content-text-price .ed-price .social ul li:last-child {
  margin-right: 0;
}
.content-education .content-text-price .ed-price .social ul li a {
  font-size: 10px;
  color: #58585a;
  text-transform: uppercase;
  font-family: proximanovaregular;
  letter-spacing: 2px;
}
.content-education .content-text-price .ed-price .social ul li a:hover {
  color: #cadb2e;
}
.content-education .content-text-price .ed-price .social ul .facebook a {
  position: relative;
  padding-top: 30px;
}
.content-education .content-text-price .ed-price .social ul .facebook a:after {
  content: '';
  width: 7px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url('../img/facebook-share.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-education .content-text-price .ed-price .social ul .facebook a:before {
  content: '';
  width: 7px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url('../img/facebook-share-hover.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-education .content-text-price .ed-price .social ul .facebook a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.content-education .content-text-price .ed-price .social ul .facebook a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.content-education .content-text-price .ed-price .social ul .twitter a {
  position: relative;
  padding-top: 30px;
}
.content-education .content-text-price .ed-price .social ul .twitter a:after {
  content: '';
  width: 16px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url('../img/twitter-share.png');
  -webkit-background-size: 16px 13px;
  -moz-background-size: 16px 13px;
  -o-background-size: 16px 13px;
  background-size: 16px 13px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-education .content-text-price .ed-price .social ul .twitter a:before {
  content: '';
  width: 16px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url('../img/twitter-share-hover.png');
  -webkit-background-size: 16px 13px;
  -moz-background-size: 16px 13px;
  -o-background-size: 16px 13px;
  background-size: 16px 13px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-education .content-text-price .ed-price .social ul .twitter a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.content-education .content-text-price .ed-price .social ul .twitter a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.content-education .content-text-price .ed-price .social ul .pinterest .pint-box {
  position: relative;
  margin-bottom: 0;
}
.content-education .content-text-price .ed-price .social ul .pinterest .pint-box a {
  text-indent: -9999px;
  opacity: 0;
  display: block!important;
  width: 85px!important;
  height: 40px!important;
  position: relative!important;
  z-index: 10;
}
.content-education .content-text-price .ed-price .social ul .pinterest .pint-box span {
  box-shadow: none!important;
  display: block;
  height: 17px;
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: 10px;
  color: #58585a;
  text-transform: uppercase;
  font-family: proximanovaregular;
  letter-spacing: 2px;
  line-height: 21px;
  padding-top: 27px;
  margin: 0 auto;
}
.content-education .content-text-price .ed-price .social ul .pinterest .pint-box span:first-child {
  background: none!important;
  z-index: 20;
}
.content-education .content-text-price .ed-price .social ul .pinterest .pint-box span:last-child {
  background: none;
}
.content-education .content-text-price .ed-price .social ul .pinterest .pint-box span:last-child:after {
  display: none!important;
}
.content-education .content-text-price .ed-price .social ul .pinterest .pint-box span:after {
  content: '';
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: url('../img/pinterest-share.png') no-repeat left center;
  -webkit-background-size: 14px 17px;
  -moz-background-size: 14px 17px;
  -o-background-size: 14px 17px;
  background-size: 14px 17px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-education .content-text-price .ed-price .social ul .pinterest .pint-box span:before {
  content: '';
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: url('../img/pinterest-share-hover.png') no-repeat left center;
  -webkit-background-size: 14px 17px;
  -moz-background-size: 14px 17px;
  -o-background-size: 14px 17px;
  background-size: 14px 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-education .content-text-price .ed-price .social ul .pinterest:hover span {
  color: #cadb2e;
}
.content-education .content-text-price .ed-price .social ul .pinterest:hover span:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.content-education .content-text-price .ed-price .social ul .pinterest:hover span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.content-education .content-text-price .ed-price .sing-pay {
  display: block;
  width: 280px;
  height: 40px;
  margin: 30px auto 0 auto;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-family: Georgia;
  letter-spacing: 1.5px;
  position: relative;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-education .content-text-price .ed-price .sing-pay:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cadb2e;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-education .content-text-price .ed-price .sing-pay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #cadb2e;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-education .content-text-price .ed-price .sing-pay:hover {
  color: #cadb2e;
}
.content-education .content-text-price .ed-price .sing-pay:hover:after {
  opacity: 0;
}
.content-education .content-text-price .ed-price .sing-pay:hover:before {
  opacity: 1;
}
.content-redirect,
.content-thank-you {
  width: 960px;
  margin: 0 auto;
  padding-top: 60px;
}
.content-redirect h2,
.content-thank-you h2 {
  color: #cadb2e;
  text-transform: uppercase;
  font-family: Georgia;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
}
.content-redirect .sub-title,
.content-thank-you .sub-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  color: #58585a;
  letter-spacing: 1px;
  font-family: Georgia;
}
.content-redirect .sub-title a,
.content-thank-you .sub-title a {
  color: #cadb2e;
  position: relative;
}
.content-redirect .sub-title a:after,
.content-thank-you .sub-title a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #cadb2e;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-redirect .sub-title a:hover:after,
.content-thank-you .sub-title a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.education-block {
  border-top: 1px solid #cdcccc;
  padding-top: 0;
  margin-top: 55px;
}
.navigation-page {
  overflow: hidden;
  margin-top: 35px;
}
.navigation-page a {
  color: #58585a;
  font-size: 12px;
  font-family: Georgia;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.navigation-page a:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 17px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.navigation-page a:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 17px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.navigation-page a:hover {
  color: #cadb2e;
}
.navigation-page .prev-link {
  float: left;
}
.navigation-page .prev-link a {
  padding-left: 30px;
  display: block;
  height: 17px;
}
.navigation-page .prev-link a:after {
  background: url('../img/prev-arrow.png');
  -webkit-background-size: 22px 17px;
  -moz-background-size: 22px 17px;
  -o-background-size: 22px 17px;
  background-size: 22px 17px;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.navigation-page .prev-link a:before {
  background: url('../img/prev-arrow-hover.png');
  -webkit-background-size: 22px 17px;
  -moz-background-size: 22px 17px;
  -o-background-size: 22px 17px;
  background-size: 22px 17px;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.navigation-page .prev-link a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.navigation-page .prev-link a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.navigation-page .next-link {
  float: right;
}
.navigation-page .next-link a {
  padding-right: 30px;
  display: block;
  height: 17px;
}
.navigation-page .next-link a:after {
  background: url('../img/next-arrow.png');
  -webkit-background-size: 22px 17px;
  -moz-background-size: 22px 17px;
  -o-background-size: 22px 17px;
  background-size: 22px 17px;
  right: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.navigation-page .next-link a:before {
  background: url('../img/next-arrow-hover.png');
  -webkit-background-size: 22px 17px;
  -moz-background-size: 22px 17px;
  -o-background-size: 22px 17px;
  background-size: 22px 17px;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.navigation-page .next-link a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.navigation-page .next-link a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.open-popup-mailchimp {
  background: #cadb2e;
  width: 94%;
  padding: 3%;
  padding-bottom: 3%;
  text-align: center;
  margin-bottom: 80px;
}
.open-popup-mailchimp .text-chimp {
  text-align: center;
  color: #58585a;
  letter-spacing: 1.5px;
  font-family: proximanovaregular;
  text-transform: uppercase;
  font-size: 13px;
}
.open-popup-mailchimp a.open-popup-chimp {
  font-family: Georgia;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 9px 15px;
  margin-top: 5px;
  font-weight: normal;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.open-popup-mailchimp a.open-popup-chimp:hover {
  background: #ffffff;
  color: #cadb2e;
}
.contact-chimp {
  position: relative;
}
.contact-chimp .text-contact-chimp {
  font-size: 14px;
  font-family: proximanovaregular;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 18px;
  position: absolute;
  top: -42px;
  left: 0;
  width: 100%;
  color: #58585a;
}
.contact-chimp .open-popup-chimp {
  padding: 6px 19px 4px 19px;
  border: 1px solid #cadb2e;
  font-family: Georgia!important;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: #ffffff !important;
  background: #cadb2e;
  font-weight: normal;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.contact-chimp .open-popup-chimp:hover {
  background: #ffffff;
  color: #58585a!important;
}
.back-to-post {
  text-align: center;
  font-size: 12px;
  font-family: proximanovasemibold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.back-to-post a {
  color: #cadb2e;
}
.back-to-post a:hover {
  color: #58585a;
}
.wpcf7-mail-sent-ng {
  border: none!important;
  text-align: center;
  color: #58585a;
  letter-spacing: 1px;
  font-family: Georgia;
}
/* Footer
*******************************/
.footer-main {
  height: 30px;
  border-top: 1px solid #cdcccc;
  margin-top: 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
}
.footer-main .current_page_item a {
  color: #ffffff;
}
.footer-main .current_page_item a:after {
  opacity: 1;
  visibility: visible;
}
.footer-main ul {
  text-align: center;
}
.footer-main ul li {
  display: inline-block;
}
.footer-main ul li a {
  text-transform: uppercase;
  font-size: 11px;
  font-family: Georgia;
  color: #58585a;
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  position: relative;
  letter-spacing: 1.5px;
}
.footer-main ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background: #cadb2e;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.footer-main ul li a:hover {
  color: #ffffff;
}
.footer-main ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.comment-edit-link {
  color: #cadb2e;
}
.messages {
  font-size: 10px;
  color: #58585a;
  letter-spacing: 1px;
  font-family: proximanovaregular;
  text-align: center;
  margin-top: 15px;
}
em {
  font-size: 14px;
  color: #58585a;
  letter-spacing: 1px;
  font-family: proximanovaregular;
  text-align: center;
  font-style: normal;
}
.paginator {
  margin-bottom: 80px;
}
.content-instagram {
  width: 99%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.content-instagram .follow-inst {
  color: #ffffff;
  font-size: 14px;
  font-family: Georgia;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  width: 303px;
  height: 40px;
  margin: 30px auto 0 auto;
  background: #cadb2e;
  text-align: center;
  line-height: 42px;
}
.content-instagram .instagram-block {
  text-align: center;
}
.content-instagram .instagram-block .member {
  width: 240px;
  height: 240px;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 5px;
  position: relative;
}
.content-instagram .instagram-block .member a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover!important;
}
.content-instagram .instagram-block .member a:hover .hover-effect {
  opacity: 1;
}
.content-instagram .instagram-block .member .hover-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/instagram-bg.png') no-repeat center center rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
/* Homepage
*******************************/
/* Blog
*******************************/
/* Simple Page
*******************************/
/* Error Page
*******************************/
/* Galleries
*******************************/
/* Testimonials
*******************************/
/* Video
*******************************/
/* Venues
*******************************/
/* Press
*******************************/
/* Widgets
*******************************/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
  max-width: 660px;
  width: 660px;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  position: relative;
  background: url('../img/scroll-bg.png') repeat-y top center;
}
.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  background: url('../img/scroll-icon.png') no-repeat center center #f5f5f5;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/* respond blocks */
.content-popup {
  display: none;
  overflow: hidden;
  text-align: center;
}
.content-popup img {
  height: 600px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.content-popup .image-resize {
  width: auto;
  display: inline-block;
  background: #ffffff;
  padding: 38px 38px 38px 38px;
  position: relative;
  z-index: 9999;
}
.content-popup a {
  font-size: 10px;
  color: #58585a;
  text-transform: uppercase;
  font-family: proximanovaregular;
  letter-spacing: 2px;
  position: relative;
  z-index: 99999;
}
.content-popup a:hover {
  color: #cadb2e;
}
.content-popup .facebook-social {
  margin-right: 10px;
}
.content-popup .facebook-social a {
  position: relative;
  padding-left: 15px;
  line-height: 20px;
  display: block;
  height: 18px;
}
.content-popup .facebook-social a:after {
  content: '';
  width: 7px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/facebook-share.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-popup .facebook-social a:before {
  content: '';
  width: 7px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/facebook-share-hover.png');
  -webkit-background-size: 7px 17px;
  -moz-background-size: 7px 17px;
  -o-background-size: 7px 17px;
  background-size: 7px 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-popup .facebook-social a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.content-popup .facebook-social a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.content-popup .pinterest {
  float: left;
  position: relative;
  z-index: 99999;
  width: 17px;
}
.content-popup .pinterest .pint-box {
  position: relative;
  margin-bottom: 0;
}
.content-popup .pinterest .pint-box a {
  text-indent: -9999px;
  opacity: 0;
  display: block!important;
  width: 20px!important;
  height: 16px!important;
  position: relative!important;
  z-index: 10;
}
.content-popup .pinterest .pint-box span {
  box-shadow: none!important;
  display: block;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: 10px;
  color: #58585a;
  text-transform: uppercase;
  font-family: proximanovaregular;
  letter-spacing: 2px;
  padding-left: 20px;
  line-height: 21px;
}
.content-popup .pinterest .pint-box span:first-child {
  width: 17px;
  height: 17px;
  background: none;
  z-index: 100;
}
.content-popup .pinterest .pint-box span:after {
  content: '';
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/pinterest-share.png') no-repeat left center;
  -webkit-background-size: 14px 17px;
  -moz-background-size: 14px 17px;
  -o-background-size: 14px 17px;
  background-size: 14px 17px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-popup .pinterest .pint-box span:before {
  content: '';
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/pinterest-share-hover.png') no-repeat left center;
  -webkit-background-size: 14px 17px;
  -moz-background-size: 14px 17px;
  -o-background-size: 14px 17px;
  background-size: 14px 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-popup .pinterest:hover span {
  color: #cadb2e;
}
.content-popup .pinterest:hover span:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.content-popup .pinterest:hover span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.content-popup .publick-social {
  overflow-y: hidden;
  padding-right: 5px;
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #58585a;
}
.content-popup .publick-social .publick-in {
  margin-top: 5px;
  float: left;
}
.content-popup .publick-social .publick-in span {
  color: #cadb2e;
}
.content-popup .publick-social a {
  color: #cadb2e;
}
.content-popup .publick-social a:hover {
  color: #58585a;
}
.content-popup .social-popup {
  height: 30px;
  float: right;
}
.content-popup .social-popup p {
  float: left;
  margin-bottom: 0;
}
.respond-header {
  display: none;
}
.respond-general-menu {
  display: none;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  padding: 38px 38px 0px 38px!important;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 8040;
  background: url('../img/close-popup.png') center center no-repeat;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  background-size: 17px 17px;
}
.fancybox-close:hover {
  background: url('../img/close-popup-hover.png') center center no-repeat #cadb2e;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  background-size: 17px 17px;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: -38px;
  width: 38px;
  height: 38px;
  background: url('../img/arrow-prev.png');
  top: 50%;
  margin-top: -38px;
  -webkit-background-size: 38px 38px;
  -moz-background-size: 38px 38px;
  -o-background-size: 38px 38px;
  background-size: 38px 38px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.fancybox-prev:hover {
  background: url('../img/arrow-prev-hover.png');
  -webkit-background-size: 38px 38px;
  -moz-background-size: 38px 38px;
  -o-background-size: 38px 38px;
  background-size: 38px 38px;
}
.fancybox-next {
  right: -38px;
  width: 38px;
  height: 38px;
  background: url('../img/arrow-next.png');
  top: 50%;
  margin-top: -38px;
  -webkit-background-size: 38px 38px;
  -moz-background-size: 38px 38px;
  -o-background-size: 38px 38px;
  background-size: 38px 38px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.fancybox-next:hover {
  background: url('../img/arrow-next-hover.png');
  -webkit-background-size: 38px 38px;
  -moz-background-size: 38px 38px;
  -o-background-size: 38px 38px;
  background-size: 38px 38px;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
  background: rgba(255, 255, 255, 0.9);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.respond-menu-edc {
  display: none;
}
.imagemapper-wrapper .pinit-button {
  display: none!important;
  opacity: 0!important;
  visibility: hidden!important;
}
.ed-banner-top {
  width: 100%;
  margin: 27px auto 0 auto;
}
.ed-banner-top a {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.ed-banner-top a:hover {
  opacity: 0.7;
}
.ed-banner-top a img {
  width: 100%;
  height: auto;
}
.ed-banner-bottom {
  width: 100%;
  margin: 0 auto 30px auto;
}
.ed-banner-bottom a {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.ed-banner-bottom a:hover {
  opacity: 0.7;
}
.ed-banner-bottom a img {
  width: 100%;
  height: auto;
}
.iframe-box div {
  border: none!important;
}
.iframe-box span,
.iframe-box p,
.iframe-box hr,
.iframe-box ol {
  display: none;
}
.in-center {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.in-center .in-center {
  display: table-cell;
  vertical-align: middle;
}
.presets-page ul {
  margin-top: 70px;
}
.presete-top-image-block,
.presete-bundle-image-block {
  position: relative;
}
.presete-top-image-block .image-box img,
.presete-bundle-image-block .image-box img {
  width: 100%;
  height: auto;
}
.presete-top-image-block .description-text,
.presete-bundle-image-block .description-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.presete-top-image-block .description-text .title-top,
.presete-bundle-image-block .description-text .title-top {
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-family: proximanovaextrabld;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.presete-top-image-block .description-text .title-top:after,
.presete-bundle-image-block .description-text .title-top:after {
  content: '';
  width: 160px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.presete-top-image-block .description-text .desc-text,
.presete-bundle-image-block .description-text .desc-text {
  font-size: 12px;
  font-family: proximanovaregular;
  letter-spacing: 1px;
}
.presete-top-image-block .description-text .desc-text p,
.presete-bundle-image-block .description-text .desc-text p {
  text-align: center;
  margin-bottom: 0;
}
.presete-top-image-block .description-text .desc-text p:first-child,
.presete-bundle-image-block .description-text .desc-text p:first-child {
  font-size: 16px;
  margin-bottom: 3px;
}
.presete-bundle-image-block {
  margin-top: 35px;
  margin-bottom: 90px;
  position: relative;
  background: #000000;
}
.presete-bundle-image-block img {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.presete-bundle-image-block .open-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.presete-bundle-image-block:hover img {
  opacity: 0.8;
}
.edu-bundle-image-block {
  margin-top: 35px;
  margin-bottom: 45px;
  position: relative;
}
.edu-bundle-image-block img {
  width: 100%;
  height: auto;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.edu-bundle-image-block .open-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.edu-bundle-image-block .description-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.edu-bundle-image-block .description-text .title-top {
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-family: proximanovaextrabld;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.edu-bundle-image-block .description-text .title-top:after {
  content: '';
  width: 160px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.edu-bundle-image-block .description-text .desc-text {
  font-size: 12px;
  font-family: proximanovaregular;
  letter-spacing: 1px;
}
.edu-bundle-image-block .description-text .desc-text p {
  text-align: center;
  margin-bottom: 0;
}
.edu-bundle-image-block .description-text .desc-text p:first-child {
  font-size: 16px;
  margin-bottom: 3px;
}
.bundle-page .top-info .top-text h2 {
  text-align: left;
}
.bundle-page .preset-information-block-text {
  padding-bottom: 70px;
  padding-top: 55px;
}
.bundle-page .preset-information-block-text .addition-bottom-text {
  margin-top: 45px;
}
.bundle-page .content-text-price {
  margin-bottom: 0;
}
.bundle-page .content-text-price .ed-price {
  float: none;
  margin: 0 auto;
}
.bundle-page .topics {
  margin-top: 0;
}
.bundle-page .topics h2 {
  margin-bottom: 0;
}
.bundle-page .topics .before-title {
  color: #dbdbdb;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: proximanovasemibold;
  text-align: center;
  margin-top: 5px;
}
.bundle-page .education-page {
  padding-top: 0;
}
.content-presets {
  padding-bottom: 50px;
}
.content-presets .top-info .top-text .help-box {
  margin-top: 20px;
}
.content-presets .topics {
  margin-top: 40px;
}
.content-presets .topics h2 {
  margin-bottom: 5px;
}
.content-presets .topics .before-title {
  color: #dbdbdb;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: proximanovasemibold;
  text-align: center;
  margin-top: 5px;
}
.content-presets .preset-packages {
  margin-top: 45px;
}
.content-presets .preset-packages ul li {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #cdcccc;
}
.content-presets .preset-packages ul li:last-child {
  border-bottom: 1px solid #cdcccc;
}
.content-presets .preset-packages ul li:after {
  content: '';
  display: block;
  clear: both;
}
.content-presets .preset-packages ul li .sub-preset.image-side,
.content-presets .preset-packages ul li .sub-preset.mobile-side {
  position: relative;
  width: 65%;
}
.content-presets .preset-packages ul li .sub-preset.image-side img,
.content-presets .preset-packages ul li .sub-preset.mobile-side img {
  width: 100%;
  height: auto;
}
.content-presets .preset-packages ul li .sub-preset.image-side .before-image,
.content-presets .preset-packages ul li .sub-preset.mobile-side .before-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.content-presets .preset-packages ul li .sub-preset.image-side .before-image img,
.content-presets .preset-packages ul li .sub-preset.mobile-side .before-image img {
  width: 100%;
  height: auto;
}
.content-presets .preset-packages ul li .sub-preset.image-side:hover .before-image {
  opacity: 1;
  visibility: visible;
}
.content-presets .preset-packages ul li .sub-preset.description-side {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.content-presets .preset-packages ul li .sub-preset.description-side .preset-single-title {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 0 auto;
  color: #cadb2e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: proximanovasemibold;
  font-size: 18px;
}
.content-presets .preset-packages ul li .sub-preset.description-side .desc-single-preset {
  max-width: 300px;
  margin: 0 auto 0 auto;
  color: #58585a;
  font-size: 12px;
  font-family: proximanovaregular;
  margin-top: 20px;
}
.content-presets .preset-packages ul li .sub-preset.description-side .desc-single-preset p {
  text-align: center;
  line-height: 24px;
  letter-spacing: 1px;
}
.content-presets .preset-packages ul li .sub-preset.active .before-image {
  opacity: 1;
  visibility: visible;
}
.content-presets .preset-packages ul li:nth-child(odd) .image-side {
  float: left;
}
.content-presets .preset-packages ul li:nth-child(odd) .description-side {
  right: 0;
  left: auto;
}
.content-presets .preset-packages ul li:nth-child(even) .image-side {
  float: right;
}
.content-presets .preset-packages ul li:nth-child(even) .description-side {
  left: 0;
  right: auto;
}
.content-presets .content-text-price {
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 27px;
}
.content-presets .content-text-price .ed-content {
  border-right: 0;
  width: 660px;
  padding-top: 0;
  padding-bottom: 10px;
}
.content-presets .content-text-price .ed-content .image-box-title {
  text-align: center;
  color: #4b4b4b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: proximanovasemibold;
  font-size: 16px;
  margin-bottom: 25px;
}
.content-presets .content-text-price .ed-content .grid-img {
  margin-top: 15px;
  height: 410px;
}
.content-presets .content-text-price .ed-content .grid-img .title-image {
  color: #cadb2e;
}
.content-presets .content-text-price .ed-content .grid-img .jspDrag {
  background: url('../img/scroll-icon.png') no-repeat center center #ffffff;
}
.content-presets .content-text-price .ed-content .grid-img .jspVerticalBar {
  right: -5px;
}
.content-presets .content-text-price .ed-content .grid-img ul li {
  width: 32.44444%;
  margin-right: 4px;
  margin-bottom: 5px;
}
.content-presets .content-text-price .ed-content .grid-img ul li img {
  display: block;
}
.content-presets .content-text-price .ed-content .grid-img ul li .grid-img-link:after {
  content: '';
  background: url('../img/open-gallery-portfolio.png') no-repeat center center;
  background-size: 19px 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -6px auto 0 auto;
  top: 50%;
  width: 19px;
  height: 17px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-presets .content-text-price .ed-content .grid-img ul li .grid-img-link:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.content-presets .content-text-price .ed-content .grid-img ul li .grid-img-link:hover:after,
.content-presets .content-text-price .ed-content .grid-img ul li .grid-img-link:hover:before {
  opacity: 1;
  visibility: visible;
}
.content-presets .content-text-price .ed-content .grid-img ul li img {
  width: 100%;
  height: auto;
}
.content-presets .content-text-price .ed-price {
  padding-left: 10px;
  padding-right: 10px;
}
.content-presets .content-text-price .ed-price:before {
  display: none;
}
.content-presets .content-text-price .ed-price .box-1 {
  padding-top: 25px;
}
.content-presets .content-text-price .ed-price .box-1 .short-description {
  max-width: 230px;
  margin: 0 auto 0 auto;
  color: #58585a;
  font-size: 12px;
  font-family: proximanovaregular;
  margin-top: 20px;
}
.content-presets .content-text-price .ed-price .box-1 .short-description p {
  text-align: center;
  letter-spacing: 1px;
}
.content-presets .content-text-price .ed-price .box-2 {
  padding-top: 40px;
  margin-top: 45px;
  border-top: 1px solid #cdcccc;
}
.content-presets .content-text-price .ed-price .box-2 .price {
  margin-bottom: 5px;
}
.content-presets .content-text-price .ed-price .box-2 .bundle-price {
  color: #d0d0d0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: proximanovasemibold;
  text-align: center;
  margin-top: 10px;
}
.preset-information-block-text {
  border-top: 1px solid #cdcccc;
  padding-top: 80px;
}
.preset-information-block-text .items-text ul {
  position: relative;
}
.preset-information-block-text .items-text ul:after {
  content: '';
  display: block;
  clear: both;
}
.preset-information-block-text .items-text ul li {
  float: left;
  width: 33.33333%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.preset-information-block-text .items-text ul li .title-information {
  text-align: center;
  color: #cadb2e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: proximanovasemibold;
}
.preset-information-block-text .items-text ul li .description-information {
  text-align: center;
  max-width: 230px;
  margin: 15px auto 0 auto;
  font-family: proximanovaregular;
  color: #58585a;
  font-size: 12px;
  letter-spacing: 1px;
}
.preset-information-block-text .items-text ul li .description-information p {
  text-align: center;
  line-height: 22px;
}
.preset-information-block-text .addition-bottom-text {
  border-top: 1px solid #cdcccc;
  color: #cbcccd;
  font-size: 12px;
  font-family: proximanovasemibold;
  margin-top: 70px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.preset-information-block-text .addition-bottom-text .content-addition-text {
  max-width: 700px;
  margin: 0 auto 0 auto;
  padding-top: 35px;
}
.preset-information-block-text .addition-bottom-text .content-addition-text a {
  color: #cadb2e;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.preset-information-block-text .addition-bottom-text .content-addition-text a:hover {
  opacity: 0.7;
}
.preset-information-block-text .addition-bottom-text p {
  text-align: center;
}
.content-popup-presets .publick-social {
  padding-bottom: 15px;
}
.layout-930 {
  max-width: 930px;
  margin: 0 auto 0 auto;
}
.content-bundles {
  padding-top: 130px;
}
.content-bundles .single-bundle-content .top-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: top;
  align-items: top;
  -webkit-justify-content: top;
  justify-content: top;
}
.content-bundles .single-bundle-content .top-box .left-side {
  max-width: 450px;
  margin-right: auto;
}
.content-bundles .single-bundle-content .top-box .left-side .image {
  width: 100%;
}
.content-bundles .single-bundle-content .top-box .left-side .image img {
  width: 100%;
  height: auto;
}
.content-bundles .single-bundle-content .top-box .left-side .images-slider-prints {
  width: 100%;
}
.content-bundles .single-bundle-content .top-box .left-side .images-slider-prints button {
  display: none!important;
}
.content-bundles .single-bundle-content .top-box .left-side .arrows-slider {
  width: 75px;
  margin: 50px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  justify-content: left;
}
.content-bundles .single-bundle-content .top-box .left-side .arrows-slider span {
  display: inline-block;
  width: 22px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.content-bundles .single-bundle-content .top-box .left-side .arrows-slider span:hover {
  opacity: 0.7;
}
.content-bundles .single-bundle-content .top-box .left-side .arrows-slider span.prev {
  background: url('../img/prints-slide-prev.png') no-repeat center center;
  background-size: 22px 16px;
}
.content-bundles .single-bundle-content .top-box .left-side .arrows-slider span.next {
  background: url('../img/prints-slide-next.png') no-repeat center center;
  background-size: 22px 16px;
  margin-left: auto;
}
.content-bundles .single-bundle-content .top-box .right-side {
  width: 390px;
  margin-left: auto;
}
.content-bundles .single-bundle-content .top-box .right-side .title-bundle {
  color: #58585a;
  font-size: 35px;
  font-family: proximanovasemibold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.content-bundles .single-bundle-content .top-box .right-side .title-bundle .sub-title-print {
  font-size: 14px;
  font-family: Georgia;
  font-style: italic;
  color: #cadb2e;
  display: inline-block;
  margin-left: 10px;
}
.content-bundles .single-bundle-content .top-box .right-side .sub-title {
  color: #58585a;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-family: Georgia;
  margin-top: 3px;
}
.content-bundles .single-bundle-content .top-box .right-side .content-bundle {
  color: #58585a;
  font-size: 12px;
  font-family: proximanovaregular;
  margin-top: 40px;
}
.content-bundles .single-bundle-content .top-box .right-side .content-bundle p {
  margin-bottom: 30px;
  line-height: 22px;
}
.content-bundles .single-bundle-content .top-box .right-side .content-bundle p:last-child {
  margin-bottom: 0;
}
.content-bundles .single-bundle-content .top-box .right-side .description-box {
  font-size: 14px;
  font-family: Georgia;
  font-style: italic;
  color: #58585a;
  margin-top: 70px;
}
.content-bundles .single-bundle-content .top-box .right-side .button-bundle {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  justify-content: left;
}
.content-bundles .single-bundle-content .top-box .right-side .button-bundle a {
  display: inline-block;
  padding: 13px 27px 13px 27px;
  background: #cadb2e;
  color: #ffffff;
  font-size: 12px;
  font-family: proximanovaextrabld;
  border: 1px solid #cadb2e;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.content-bundles .single-bundle-content .top-box .right-side .button-bundle a:hover {
  background: #ffffff;
  color: #cadb2e;
}
.content-bundles .single-bundle-content .top-box .right-side .button-bundle span {
  font-family: proximanovasemibold;
  text-transform: uppercase;
}
.content-bundles .single-bundle-content .top-box .right-side .button-bundle i {
  font-size: 14px;
  font-family: Georgia;
  font-style: italic;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.content-bundles .single-bundle-content .top-box .right-side .button-bundle.prints-btn a:last-child {
  margin-left: auto;
}
.content-bundles .single-bundle-content .middle-box {
  border-top: 1px solid #cdcccc;
  border-bottom: 1px solid #cdcccc;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: 55px;
}
.content-bundles .single-bundle-content .middle-box .desc-post {
  max-width: 400px;
  margin: 0 auto 0 auto;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: Georgia;
}
.content-bundles .single-bundle-content .middle-box .desc-post p {
  text-align: center;
  line-height: 22px;
  margin-bottom: 0;
}
.content-bundles .single-bundle-content .middle-box .thx-message {
  max-width: 185px;
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 14px;
  font-family: Georgia;
  font-style: italic;
  margin-top: 20px;
}
.content-bundles .single-bundle-content .bottom-all-prints {
  margin-top: 100px;
}
.content-bundles .single-bundle-content .bottom-all-prints .title-section {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-family: proximanovasemibold;
  color: #58585a;
}
.page-prints {
  max-width: 1080px;
  margin: 0 auto 0 auto;
  padding-bottom: 100px;
  padding-top: 60px;
}
.page-prints.single-post-prints {
  padding-top: 0;
}
.page-prints .prints-banner-top {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.page-prints .prints-banner-top .title-top-banner {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 35px;
  font-family: proximanovasemibold;
  letter-spacing: 0.5px;
  position: relative;
}
.page-prints .prints-banner-top .line {
  width: 60px;
  height: 1px;
  background: #cdcccc;
  margin: 13px auto 20px auto;
}
.page-prints .prints-banner-top .sub-title {
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: Georgia;
}
.page-prints .row-prints {
  margin-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-prints .row-prints .single-print-row {
  max-width: 250px;
  margin-left: 55px;
  margin-right: 55px;
}
.page-prints .row-prints .single-print-row .image {
  width: 100%;
  background: #ffffff;
  position: relative;
}
.page-prints .row-prints .single-print-row .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.page-prints .row-prints .single-print-row .image a span {
  display: inline-block;
  border: 1px solid #58585a;
  color: #58585a;
  padding: 12px 24px 12px 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: proximanovaregular;
}
.page-prints .row-prints .single-print-row .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.page-prints .row-prints .single-print-row:hover img {
  opacity: 0.5;
}
.page-prints .row-prints .single-print-row:hover a {
  opacity: 1;
  visibility: visible;
}
.page-prints .bundle-post {
  margin-top: 100px;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.page-prints .bundle-post .title-bundle {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 35px;
  font-family: proximanovasemibold;
  letter-spacing: 0.5px;
  position: relative;
}
.page-prints .bundle-post .line {
  width: 60px;
  height: 1px;
  background: #cdcccc;
  margin: 13px auto 20px auto;
}
.page-prints .bundle-post .sub-title {
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: Georgia;
}
.page-prints .bundle-post .button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 25px;
  text-align: center;
}
.page-prints .bundle-post .button a {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 12px 24px 12px 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: proximanovaregular;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.page-prints .bundle-post .button a:hover {
  background: #cadb2e;
  border: 1px solid #cadb2e;
  color: #ffffff;
}
.page-prints .bundle-post:hover a {
  opacity: 1;
  visibility: visible;
}
.page-prints .bottom-section {
  padding-top: 100px;
}
.page-prints .bottom-section .button-bottom {
  text-align: center;
}
.page-prints .bottom-section .button-bottom a {
  background: #cadb2e;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-family: Georgia;
  display: inline-block;
  padding: 13px 35px 13px 35px;
  border: 1px solid #cadb2e;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.page-prints .bottom-section .button-bottom a:hover {
  background: #ffffff;
  border: 1px solid #cadb2e;
  color: #cadb2e;
}
.page-prints .bottom-section .description-bottom {
  text-align: center;
  font-size: 14px;
  color: #58585a;
  font-family: Georgia;
  font-style: italic;
  margin-top: 25px;
}
.page-prints .bottom-section .description-bottom p {
  text-align: center;
}
.preset-page-testmonials {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}
.preset-page-testmonials.single-presets {
  padding-top: 0;
  margin-top: 60px;
  padding-bottom: 0;
}
.preset-page-testmonials .single-testimonials {
  color: #58585a;
}
.preset-page-testmonials .single-testimonials .desc {
  text-align: center;
  font-family: proximanovaregular;
  font-style: italic;
  font-size: 15px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.4px;
}
.preset-page-testmonials .single-testimonials .title {
  text-align: center;
  color: #cadb2e;
  text-transform: uppercase;
  font-size: 16px;
  font-family: proximanovasemibold;
  letter-spacing: 0.4px;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.preset-page-testmonials .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 11px;
  height: 12px;
  top: 50%;
  margin-top: -3%;
}
.preset-page-testmonials .slick-arrow:before {
  content: '';
  width: 12px;
  height: 1px;
  background: #cadb2e;
  position: absolute;
  top: 9px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.preset-page-testmonials .slick-arrow:after {
  content: '';
  width: 12px;
  height: 1px;
  background: #cadb2e;
  position: absolute;
  bottom: 8px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}
.preset-page-testmonials .slick-arrow.slick-next {
  right: -35px;
}
.preset-page-testmonials .slick-arrow.slick-next:before,
.preset-page-testmonials .slick-arrow.slick-next:after {
  right: 0;
}
.preset-page-testmonials .slick-arrow.slick-prev {
  left: -35px;
}
.preset-page-testmonials .slick-arrow.slick-prev:before,
.preset-page-testmonials .slick-arrow.slick-prev:after {
  left: 0;
}
.preset-page-testmonials .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}
.preset-page-testmonials .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.bundled-classes-section {
  margin-top: 0px;
}
.bundled-classes-section .title-section {
  text-align: center;
  padding-top: 35px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-family: proximanovasemibold;
  letter-spacing: 0.5px;
  margin-top: 12px;
  color: #585858;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.bundled-classes-section .title-section:before {
  content: '';
  width: 150px;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.bundled-classes-section .sub-title-section {
  text-align: center;
  color: #cccccc;
  font-size: 13px;
  font-family: proximanovasemibold;
  letter-spacing: 0.5px;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.bundled-classes-section .bundle-posts-ed {
  margin-top: 35px;
}
.education-additional-info .title-section {
  font-size: 18px;
  font-family: Georgia;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
  color: #58585a;
  margin-top: 45px;
}
.education-additional-info .education-images-grid {
  margin-top: 25px;
}
.education-additional-info .education-images-grid ul .image-item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #cdcccc;
}
.education-additional-info .education-images-grid ul .image-item:after {
  content: '';
  display: block;
  clear: both;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.image-side,
.education-additional-info .education-images-grid ul .image-item .sub-preset.mobile-side {
  position: relative;
  width: 65%;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.image-side img,
.education-additional-info .education-images-grid ul .image-item .sub-preset.mobile-side img {
  width: 100%;
  height: auto;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.image-side .before-image,
.education-additional-info .education-images-grid ul .image-item .sub-preset.mobile-side .before-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.image-side .before-image img,
.education-additional-info .education-images-grid ul .image-item .sub-preset.mobile-side .before-image img {
  width: 100%;
  height: auto;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.image-side:hover .before-image {
  opacity: 1;
  visibility: visible;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.description-side {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.description-side .preset-single-title {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 0 auto;
  color: #cadb2e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: proximanovasemibold;
  font-size: 18px;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.description-side .desc-single-preset {
  max-width: 300px;
  margin: 0 auto 0 auto;
  color: #58585a;
  font-size: 12px;
  font-family: proximanovaregular;
  margin-top: 20px;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.description-side .desc-single-preset p {
  text-align: center;
  line-height: 24px;
  letter-spacing: 1px;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.description-side .desc-single-preset h3 {
  text-align: center;
  color: #cadb2e;
  text-transform: uppercase;
  font-size: 16px;
  font-family: proximanovasemibold;
  letter-spacing: 0.4px;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.description-side .desc-single-preset ul {
  text-align: center;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.description-side .desc-single-preset ul li {
  text-align: center;
  list-style-type: disc;
  color: #58585a;
  font-size: 12px;
  font-family: proximanovaregular;
  letter-spacing: 1px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.description-side .desc-single-preset ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: #58585a;
}
.education-additional-info .education-images-grid ul .image-item .sub-preset.active .before-image {
  opacity: 1;
  visibility: visible;
}
.education-additional-info .education-images-grid ul .image-item:nth-child(odd) .image-side {
  float: left;
}
.education-additional-info .education-images-grid ul .image-item:nth-child(odd) .description-side {
  right: 0;
  left: auto;
}
.education-additional-info .education-images-grid ul .image-item:nth-child(even) .image-side {
  float: right;
}
.education-additional-info .education-images-grid ul .image-item:nth-child(even) .description-side {
  left: 0;
  right: auto;
}
.description-price {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-family: proximanovaregular;
  font-size: 12px;
  color: #58585a;
  letter-spacing: 1px;
  line-height: 22px;
}
.content-text-price {
  padding-top: 40px;
  border-top: 1px solid #cdcccc;
}
.content-education.bundle-page .ed-price:before {
  display: none;
}
.content-education.bundle-page .content-text-price {
  padding-bottom: 45px;
}
.single-presets-page .content-text-price {
  margin-top: 0;
  border: 0;
}
@media (max-width: 1024px) {
  .header-main .general-menu nav li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-page-content .item.big-layout {
    width: 50%;
  }
  .page-prints {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) {
  .fancybox-inner {
    height: auto!important;
  }
  .respond-menu-edc {
    padding-bottom: 30px;
  }
  #wrapper {
    padding-top: 30px;
  }
  .social-mobile {
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
  }
  .social-mobile p {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .social-mobile p a {
    display: block;
    width: 24px;
    height: 24px;
  }
  .social-mobile .instagram-mobile {
    background: url('../img/social-inst.png');
    margin-right: 40px;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
  .social-mobile .pinterest-mobile {
    background: url('../img/social-pint.png');
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    margin-right: 35px;
  }
  .social-mobile .facebook-mobile {
    background: url('../img/social-facebook.png');
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    margin-right: 40px;
  }
  .social-mobile .youtube-mobile {
    background: url('../img/youtube-silver-dark.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    -o-background-size: 24px auto;
    background-size: 24px auto;
  }
  .testimonial-page {
    width: 100%;
    padding-top: 0;
  }
  .testimonial-page ul li .testimonial-thumb {
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .testimonial-page ul li .testimonial-content {
    float: none;
    margin: 0 auto;
  }
  .testimonial-page ul li {
    padding-top: 30px;
  }
  .respond-general-menu {
    background: #ffffff;
  }
  .respond-general-menu nav.nav-main .green-line {
    display: none;
  }
  .content-post {
    padding-top: 0;
  }
  .blog-page {
    width: 100%;
    padding-top: 0;
  }
  .blog-page ul.blog-items li.items .thumb-blog-post {
    width: 100%;
  }
  .blog-page ul.blog-items {
    text-align: center;
  }
  .blog-page ul.blog-items li.items {
    width: 45%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .contact-page {
    width: 100%;
    padding-top: 0;
  }
  .page-about {
    padding-top: 0;
  }
  .contact-page .contact-form {
    float: none;
    margin: 0 auto;
  }
  .contact-page .contact-image {
    width: 510px;
    margin: 0 auto;
    float: none;
  }
  .contact-page .contact-image img {
    width: 100%;
    height: auto;
  }
  .page-about .about-info {
    height: auto;
  }
  .page-about .about-info .photo {
    float: none;
    margin: 0 auto;
  }
  .page-about .about-info .text {
    float: none;
    margin: 0 auto;
  }
  .content-education {
    width: 100%;
    padding-top: 0;
  }
  .content-education .top-info .top-text {
    float: none;
    margin: 0 auto;
  }
  .page-about .publication .column-1 {
    margin-bottom: 30px;
  }
  .page-about .publication .column-1 p,
  .page-about .publication .column-2 p {
    text-align: center;
  }
  .page-about .publication .column-1 .column-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .page-about .publication .column-1,
  .page-about .publication .column-2 {
    width: 100%;
    float: none;
  }
  .content-education .top-info .top-photo {
    float: none;
    margin: 0 auto;
  }
  .content-education .topics .topics-box ul li:nth-child(3n+3) {
    margin-right: 80px;
  }
  .content-education .topics .topics-box ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  .content-education .content-text-price .ed-content {
    width: 100%;
  }
  .content-education .content-text-price .ed-content p {
    padding-left: 30px;
  }
  .content-education .content-text-price .ed-price {
    margin: 0 auto;
    float: none;
  }
  .education-page {
    width: 100%;
  }
  .education-page ul li:nth-child(2n+2),
  .education-block ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  .education-page ul li:nth-child(3n+3),
  .education-block ul li:nth-child(3n+3) {
    margin-right: 30px;
  }
  .education-page ul,
  .education-block ul {
    text-align: center;
  }
  .education-page ul li,
  .education-block ul li {
    display: inline-block;
    float: none;
  }
  .education-page ul li:last-child,
  .education-block ul li:last-child {
    margin-right: 0;
  }
  .content-popup img {
    max-width: 100%;
    height: auto!important;
  }
  .respond-menu-edc .open-all {
    display: block;
    width: 85%;
    height: 45px;
    background: #e6e5e5;
    text-align: center;
    line-height: 45px;
    font-family: proximanovaregular;
    letter-spacing: 2px;
    color: #58585a;
    text-transform: uppercase;
    margin: 30px auto 0 auto;
  }
  .respond-menu-edc ul li .icon-title .title {
    font-size: 12px;
    color: #58585a;
    letter-spacing: 1px;
    font-family: Georgia;
    font-weight: bold;
  }
  .respond-menu-edc ul li {
    padding-top: 30px;
    border-bottom: 1px solid #cdcccc;
    padding-bottom: 30px;
  }
  .respond-menu-edc ul li .text {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    font-family: proximanovaregular;
    letter-spacing: 1px;
  }
  .respond-menu-edc ul li .open-ed {
    color: #cdcccc;
    font-size: 14px;
    text-transform: uppercase;
    font-family: proximanovaregular;
    letter-spacing: 1px;
    position: relative;
    padding-left: 20px;
  }
  .respond-menu-edc ul li .open-ed:after {
    content: '+';
    position: absolute;
    left: 5px;
    top: 0;
  }
  .respond-menu-edc ul li .open-ed:hover {
    color: #cadb2e;
  }
  .respond-menu-edc ul li .open-ed:hover:after {
    color: #cadb2e;
  }
  .home-page-content .item {
    width: 25%;
  }
  .header-main {
    display: none;
  }
  .respond-header {
    display: block;
    height: 45px;
    background: #cadb2e;
  }
  .logo-respond {
    display: block;
    width: 161px;
    height: 22px;
    background: url('../img/logo-respond.png');
    margin: 20px auto 10px auto;
    -webkit-background-size: 161px 22px;
    -moz-background-size: 161px 22px;
    -o-background-size: 161px 22px;
    background-size: 161px 22px;
  }
  .respond-menu-icon {
    float: left;
    background: url('../img/respond-menu-icon.png');
    width: 46px;
    height: 45px;
    -webkit-background-size: 46px 45px;
    -moz-background-size: 46px 45px;
    -o-background-size: 46px 45px;
    background-size: 46px 45px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
  }
  .respond-menu-ed {
    float: right;
    width: 46px;
    height: 45px;
    background: url('../img/respond-menu-ed.png');
    -webkit-background-size: 46px 45px;
    -moz-background-size: 46px 45px;
    -o-background-size: 46px 45px;
    background-size: 46px 45px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
  }
  .respond-general-menu {
    display: block;
    width: 85%;
    position: absolute;
    left: 0;
    top: 46px;
    min-height: 100%;
    margin-left: -100%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .respond-general-menu nav.nav-main .green-line {
    background: #cadb2e;
    height: 45px;
  }
  .respond-general-menu nav.nav-main li {
    text-align: center;
  }
  .respond-general-menu nav.nav-main li a {
    color: #58585a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Georgia;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .respond-general-menu nav.nav-main li a:hover {
    background: #cadb2e;
    color: #ffffff;
  }
  .respond-general-menu nav.nav-main li ul {
    display: none;
  }
  .respond-general-menu nav.nav-main li ul li a {
    font-size: 12px;
    color: #cadb2e;
  }
  .respond-general-menu.active {
    margin-left: 0;
  }
  .active-respond-menu-ed {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    border-right: 1px solid #ffffff;
  }
  #wrapper.active {
    margin-left: 93%;
  }
  .education-menu {
    display: none;
  }
  .respond-menu-edc {
    position: absolute;
    right: -100%;
    top: 45px;
    width: 84%;
    background: #ffffff;
    z-index: 9999;
    padding-left: 2%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .respond-menu-edc ul li {
    width: 100%;
    display: block;
  }
  .respond-menu-edc ul li .icon-title {
    overflow: hidden;
  }
  .respond-menu-edc ul li .icon-title p {
    margin-bottom: 0;
  }
  .respond-menu-edc ul li .icon-title .thumb {
    width: 54px;
    height: 54px;
    border: 3px solid #cdcccc;
    background-size: cover;
    background-position: center center;
    float: left;
  }
  .respond-menu-edc ul li .icon-title .title {
    width: 180px;
    float: left;
    margin-left: 15px;
    font-size: 14px;
    color: #58585a;
    font-family: Georgia;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 16px;
    padding-top: 3px;
  }
  .respond-menu-edc ul li .icon-title .title a {
    color: #58585a;
  }
  .respond-menu-edc ul li .icon-title .title a:hover {
    color: #cadb2e;
  }
  .respond-menu-edc ul li .icon-title .title span {
    display: block;
    font-size: 12px;
    font-family: proximanovaregular;
    letter-spacing: 1px;
    margin-top: 5px;
  }
  .active-respond-menu-edc {
    right: 0!important;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    display: block;
  }
  .respond-menu-ed {
    display: none;
  }
}
@media (max-width: 780px) {
  .home-page-content .item .social {
    display: none;
  }
  .home-page-content .item:hover .gallery-portfolio:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-prints .row-prints {
    margin-top: 50px;
  }
  .page-prints .row-prints .single-print-row {
    margin-right: 25px;
    margin-left: 25px;
    max-width: 280px;
  }
  .content-bundles .single-bundle-content .top-box .right-side .content-bundle p {
    text-align: center;
  }
  .content-bundles .single-bundle-content .top-box .right-side .title-bundle {
    text-align: center;
  }
  .content-bundles .single-bundle-content .top-box .right-side {
    margin: 50px auto 0 auto;
  }
  .content-bundles .single-bundle-content .top-box .left-side {
    margin: 0 auto;
  }
  .content-bundles .single-bundle-content .top-box {
    display: block;
  }
  .content-presets .topics {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-education .content-text-price .ed-content {
    float: none;
    width: 96%;
    margin: 0 auto;
  }
  .content-presets .content-text-price {
    padding-left: 15px;
  }
  .content-presets .content-text-price .ed-content {
    border-right: 0;
  }
  .content-presets .preset-information-block-text {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 40px;
  }
  .content-education .content-text-price .ed-price {
    padding-left: 0;
    padding-right: 0;
  }
  .content-presets .content-text-price {
    padding-left: 0;
  }
}
@media (max-width: 736px) {
  .bundle-page .top-photo {
    display: none;
  }
  .content-presets .ed-content {
    display: none;
  }
  .education-page ul li .thumb-img:hover .hover-effect,
  .education-block ul li .thumb-img:hover .hover-effect,
  .multiclass ul li .thumb-img:hover .hover-effect {
    display: none;
  }
  .content-presets .topics {
    padding-top: 10px;
  }
  .content-presets .content-text-price {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  .content-education .top-info .top-text {
    width: 85%;
    padding-bottom: 0;
  }
  .content-education .top-info .top-photo {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 667px) {
  .content-presets .content-text-price {
    width: 85%;
    margin: 0 auto 0 auto;
  }
}
@media (max-width: 580px) {
  .page-prints .bundle-post .button {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .page-prints .bundle-post .button a {
    opacity: 1;
    visibility: visible;
  }
  .content-bundles .single-bundle-content .top-box .right-side .sub-title,
  .content-bundles .single-bundle-content .top-box .right-side .description-box4 {
    text-align: center;
  }
  .page-prints .prints-banner-top {
    margin-bottom: 30px;
  }
  .page-prints {
    padding-bottom: 0;
  }
  .page-prints .prints-banner-top .title-top-banner,
  .page-prints .bundle-post .title-bundle {
    font-size: 25px;
  }
  .page-prints {
    padding-top: 0;
  }
  .page-prints .bundle-post {
    margin-top: 10px;
  }
  .page-prints .prints-banner-top,
  .page-prints .bundle-post {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-prints .bottom-section {
    padding-top: 50px;
  }
  .page-prints.single-post-prints {
    padding-bottom: 50px;
  }
  .content-bundles .single-bundle-content .bottom-all-prints {
    margin-bottom: 30px;
  }
  .content-bundles .single-bundle-content .middle-box {
    margin-top: 50px;
  }
  .content-bundles .single-bundle-content .bottom-all-prints {
    margin-top: 50px;
  }
  .page-prints .row-prints {
    margin-top: 0;
  }
  .page-prints .row-prints .single-print-row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-prints .row-prints {
    display: block;
  }
  .content-education .topics .topics-box ul li:nth-child(3n+3) {
    margin-right: 0;
  }
  .page-about .about-info .text .social .instagram-social {
    margin-right: 28px;
  }
  .testimonial-page {
    width: 100%;
    padding-top: 0;
  }
  .testimonial-page ul li .testimonial-thumb {
    width: 100%;
    text-align: center;
    float: none;
  }
  .testimonial-page ul li .testimonial-content {
    width: 90%;
    float: none;
  }
  #wrapper {
    padding-top: 30px;
    position: relative;
  }
  #wrapper:after {
    content: '';
    position: absolute;
    width: 85%;
    height: 1px;
    background: #cdcccc;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
  .comments-block .user-comments .respond .button {
    width: 100%;
  }
  .comments-block .user-comments .respond .button input {
    width: 100%;
  }
  .comments-block .social ul li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .content-post .single-post-content .content-single-post blockquote {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .content-post .single-post-content .content-single-post blockquote p {
    margin-bottom: 0;
  }
  .content-post {
    width: 96%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-page ul.blog-items li.items .content-text {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-page ul.blog-items li.items .thumb-blog-post img {
    width: 100%;
    height: auto;
  }
  .blog-page ul.blog-items li.items .thumb-blog-post {
    width: 100%;
    height: auto;
  }
  .blog-page {
    padding-top: 0;
    width: 100%;
  }
  .blog-page ul.blog-items li.items {
    width: 100%;
    height: auto;
  }
  .contact-page {
    padding-top: 0;
    width: auto;
  }
  .contact-page .contact-form {
    float: none;
    width: auto;
  }
  .contact-page .contact-image {
    display: none;
  }
  .contact-page .contact-form .form {
    width: auto;
  }
  .contact-page .contact-form .form input[type="text"] {
    width: 95%;
  }
  .page-about .publication .column-2 {
    width: auto;
  }
  .contact-page .contact-form .form textarea {
    width: 95%;
  }
  .contact-page .contact-form .contact-social {
    width: auto;
  }
  .contact-page .contact-form .contact-social ul li {
    margin-right: 0;
  }
  .page-about .publication {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-about .publication .column-1 .column-text {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
  .page-about {
    padding-top: 0;
  }
  .page-about .about-info {
    height: auto;
  }
  .page-about .about-info .photo {
    width: auto;
    height: auto;
    float: none;
  }
  .page-about .about-info .photo img {
    width: 100%;
    height: auto;
  }
  .page-about .about-info .text {
    width: auto;
    height: auto;
    padding: 15px;
  }
  .page-about .about-info .text .social {
    text-align: center;
  }
  .page-about .about-info .text .social p {
    float: none!important;
    display: inline-block !important;
    margin-bottom: 10px;
  }
  .page-about .about-info .text .social p:last-child {
    margin-bottom: 0;
  }
  .page-about .publication .column-1 {
    width: auto;
  }
  .content-education .content-text-price .ed-content {
    width: auto;
  }
  .content-education .content-text-price .ed-content p {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-education .topics .topics-box ul li {
    margin-right: 0;
  }
  .content-education .top-info .top-photo {
    width: auto;
  }
  .content-education .top-info .top-text {
    padding: 15px;
  }
  .content-education {
    width: auto;
    padding-top: 0;
  }
  .footer-main {
    position: inherit;
  }
  .footer-main ul li {
    display: block;
  }
  .education-page {
    width: auto;
    padding-top: 0;
  }
  .education-page .content-text,
  .education-block .content-text {
    padding-left: 0;
    padding-right: 0;
  }
  .home-page-content .item {
    width: 100%!important;
  }
  .respond-general-menu {
    display: block;
    width: 92%;
    position: absolute;
    left: 0;
    top: 46px;
    min-height: 100%;
    margin-left: -100%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 100;
  }
  .respond-general-menu .social-mobile {
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
  }
  .respond-general-menu .social-mobile p {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .respond-general-menu .social-mobile p a {
    display: block;
    width: 24px;
    height: 24px;
  }
  .respond-general-menu .social-mobile .instagram-mobile {
    background: url('../img/social-inst.png');
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
  .respond-general-menu .social-mobile .pinterest-mobile {
    background: url('../img/social-pint.png');
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    margin-right: 35px;
  }
  .respond-general-menu .social-mobile .facebook-mobile {
    background: url('../img/social-facebook.png');
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    margin-right: 40px;
  }
  .respond-general-menu nav.nav-main .green-line {
    background: #cadb2e;
    height: 45px;
  }
  .respond-general-menu nav.nav-main li {
    text-align: center;
  }
  .respond-general-menu nav.nav-main li a {
    color: #58585a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Georgia;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .respond-general-menu nav.nav-main li a:hover {
    background: #cadb2e;
    color: #ffffff;
  }
  .respond-general-menu nav.nav-main li ul {
    display: none;
  }
  .respond-general-menu nav.nav-main li ul li a {
    font-size: 12px;
    color: #cadb2e;
  }
  .respond-general-menu.active {
    margin-left: 0;
  }
  #wrapper.active {
    margin-left: 92%;
  }
  .gallery-home {
    height: auto!important;
    min-height: 0!important;
  }
  .comments-block .social ul li.pinterest {
    position: relative;
    top: 17px;
  }
  .content-presets .content-text-price {
    width: 92%;
    margin: 0 auto 0 auto;
  }
  .content-presets .content-text-price .ed-content .grid-img ul li {
    width: 32.11111%;
  }
  .content-presets .content-text-price .ed-content .image-box-title {
    padding-top: 30px;
  }
}
@media (max-width: 420px) {
  .education-additional-info .education-images-grid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .education-additional-info .education-images-grid ul .image-item .sub-preset.description-side {
    position: relative;
  }
  .education-additional-info .education-images-grid ul .image-item:nth-child(odd) .image-side,
  .education-additional-info .education-images-grid ul .image-item:nth-child(even) .image-side {
    float: none;
    width: 100%;
  }
  .education-additional-info .education-images-grid ul .image-item:nth-child(odd) .description-side,
  .education-additional-info .education-images-grid ul .image-item:nth-child(even) .description-side {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  .content-education .top-info .top-text .help-box .jspPane {
    max-width: 100%!important;
  }
  .preset-page-testmonials.single-presets {
    max-width: 80%;
  }
  .preset-page-testmonials .slick-arrow.slick-prev {
    left: -20px;
  }
  .preset-page-testmonials .slick-arrow.slick-next {
    right: -20px;
  }
  .content-bundles .single-bundle-content .top-box .right-side .button-bundle a {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-bundles .single-bundle-content .top-box .right-side .button-bundle {
    display: block;
  }
  .layout-930 {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .preset-information-block-text .addition-bottom-text .content-addition-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .preset-information-block-text .items-text ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .preset-information-block-text .items-text ul li:last-child {
    margin-bottom: 0;
  }
  .education-page ul li:nth-child(3n+3),
  .education-block ul li:nth-child(3n+3) {
    margin-right: 0;
  }
  .content-education .top-info .top-text h2 {
    font-size: 16px;
  }
  .presete-bundle-image-block {
    margin-bottom: 0;
  }
  .education-page ul li,
  .education-block ul li {
    margin-right: 0;
  }
  div.grid-img.jspScrollable {
    width: 338px!important;
  }
  .content-education .content-text-price .ed-content {
    width: 338px;
    overflow: hidden;
  }
  .presete-top-image-block .description-text .title-top,
  .presete-bundle-image-block .description-text .title-top {
    font-size: 24px;
  }
  .presete-top-image-block .description-text .desc-text p:first-child,
  .presete-bundle-image-block .description-text .desc-text p:first-child {
    font-size: 14px;
  }
  .content-presets .preset-packages ul li .sub-preset {
    float: none;
    width: 100%;
  }
  .content-presets .preset-packages ul li .sub-preset.description-side {
    position: relative;
    width: 100%;
    margin-top: 25px;
  }
  .content-presets .preset-packages ul li:nth-child(odd) .image-side,
  .content-presets .preset-packages ul li:nth-child(even) .image-side {
    float: none;
  }
  .content-presets .preset-information-block-text .items-text ul li {
    float: none;
    width: 100%;
  }
  .content-presets .preset-information-block-text {
    padding-top: 40px;
  }
  .content-presets .preset-information-block-text .addition-bottom-text {
    margin-top: 40px;
  }
  .content-presets {
    padding-bottom: 5px;
  }
  .content-presets .preset-packages ul li .sub-preset.image-side,
  .content-presets .preset-packages ul li .sub-preset.mobile-side {
    width: 100%;
  }
  .blog-page ul.blog-items li.items:last-child {
    border-bottom: 0;
  }
  .blog-page ul.blog-items li.items {
    height: auto!important;
  }
  .content-presets .content-text-price .ed-content .image-box-title {
    padding-top: 30px;
  }
  .content-education .top-info .top-text h2 {
    font-size: 16px;
  }
  .content-education .top-info .top-text {
    height: 280px;
  }
  .content-education .content-text-price .ed-price:before {
    display: none!important;
    opacity: 0;
  }
  .content-education .content-text-price .ed-content {
    border: 0!important;
  }
  .content-education .content-text-price {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .content-education .content-text-price .ed-price {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .content-presets .content-text-price {
    width: 90%;
  }
  .comments-block {
    padding: 30px 10px 30px 10px;
  }
  .contact-page .contact-form .contact-social ul li {
    display: block;
    margin: 0 auto 70px auto;
  }
  .contact-page .contact-form .contact-social ul li:last-child {
    margin-bottom: 0;
  }
  .contact-page .contact-form .contact-social ul li:last-child {
    margin-right: auto;
  }
  .contact-page .contact-form .contact-social ul li:first-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 320px) {
  .contact-page .contact-form .form .wpcf7-validation-errors,
  .contact-page .contact-form .form .wpcf7-mail-sent-ok {
    width: 100%;
  }
  .comments-block .user-comments .respond .area1 {
    width: 100%;
  }
  .comments-block .user-comments .respond .area2 {
    width: 100%;
  }
  .comments-block .social ul li.facebook-like {
    margin-bottom: 0px;
  }
  .comments-block .user-comments .respond .area2 textarea {
    width: 195px;
    padding-right: 15px;
  }
  .content-post {
    width: 90%;
  }
  .respond-general-menu {
    display: block;
    width: 85%;
    position: absolute;
    left: 0;
    top: 46px;
    min-height: 100%;
    margin-left: -100%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 100;
    background: #ffffff;
  }
  #wrapper.active {
    margin-left: 85%;
  }
  .education-page ul li {
    margin-right: 0;
  }
  .content-education .topics .topics-box ul li:nth-child(3n+3) {
    margin-right: 0;
  }
  .comments-block .social ul .twitter a {
    top: -17px;
  }
  .comments-block .social ul li.pinterest {
    position: relative;
    top: 0;
  }
  .content-education .top-info .top-text {
    width: 80%;
  }
  .content-presets .content-text-price .ed-content .grid-img .jspVerticalBar {
    right: -3px;
  }
  .content-presets .content-text-price .ed-content .grid-img ul li {
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .comments-block .social ul a {
    display: block;
  }
  .comments-block .social ul li {
    display: block;
    margin: 0 auto 45px auto!important;
  }
  .comments-block .social ul li.facebook-like {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
  }
  .comments-block .social ul li:last-child {
    height: 45px;
    margin-bottom: 20px!important;
  }
}
