/* Media Query Mixins */
/********* Box Modes **********/
/* full screen mode */
.pm-full-mode {
  width: 100%;
  position: relative;
  overflow: hidden; }

#pm_layout_wrapper {
  position: relative;
  overflow: hidden; }

/* WordPress Core
-------------------------------------------------------------- */
.widget {
  overflow: hidden; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 0px 0px 0; }

img.alignleft {
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.g-recaptcha {
  margin: 20px 0 0; }

/* Product switcher */
.pm-product-switcher {
  background-color: #2ba8ff;
  bottom: -224px;
  height: auto;
  position: fixed;
  left: 20px;
  width: 310px;
  z-index: 999999;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-product-switcher-title {
  display: inline-block;
  padding: 6px 15px;
  font-size: 12px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0px; }

.pm-product-switcher-icon {
  width: 40px;
  height: 40px;
  /*background-color:#FF9701;*/
  float: right;
  background-image: url("img/ps-arrows.jpg"); }

.pm-product-switcher-icon:hover {
  cursor: pointer; }

.pm-product-switcher-icon.pm-switcher-active {
  background-position: 0px -40px; }

.pm-product-switcher-items {
  background-color: #eee;
  list-style-image: none !important;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0px; }

.pm-product-switcher-items li:before {
  padding: 0;
  margin: 0;
  content: ""; }

.pm-product-switcher-items li {
  border-bottom: 1px solid #ddd; }

.pm-product-switcher-items li:last-child {
  border-bottom: none !important; }

.pm-product-switcher-items li a {
  color: #333;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  padding: 15px;
  width: 100%;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-product-switcher-items li a:hover {
  background-color: #333;
  color: white; }

/* 1170px boxed mode - requires customs media queries for responsivesness */
.pm-boxed-mode {
  width: 1170px;
  margin: 0 auto;
  background-color: white; }

.pm-boxed-mode .pm-main-menu {
  margin-right: 0;
  padding-right: 0; }

/* 970px boxed mode - requires customs media queries for responsivesness */
.pm-standard-mode {
  width: 970px;
  margin: 0 auto; }

.navbar-fixed-top.pm-boxed-mode, .navbar-fixed-bottom.pm-boxed-mode, .navbar-fixed-top.pm-standard-mode, .navbar-fixed-bottom.pm-standard-mode {
  position: inherit; }

/********* Global Classes *********/
html, body {
  height: 100%; }

body {
  background-position: center top;
  background: fixed;
  background-color: white !important; }

a {
  color: #2B5C84;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

a:hover {
  color: #333; }

video {
  width: 100%; }

ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #2B5C84;
  margin: 0 10px 0 -15px; }

ul {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
  margin: 15px 0;
  list-style: none;
  padding-left: 20px; }

code {
  white-space: normal !important; }

blockquote {
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin: 20px 0;
  border-left: 4px solid #DBC164;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

blockquote p {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 100;
  line-height: 24px; }

iframe {
  width: 100%; }

.visual-bg {
  background-color: #CCC; }

.pm-404-error {
  font-size: 30px !important;
  font-weight: 100 !important;
  margin-bottom: 14px !important; }

h1 {
  margin-top: 0px;
  margin-bottom: 10px; }

h2 {
  margin-top: 0px;
  margin-bottom: 10px; }

h3 {
  margin-top: 0px;
  margin-bottom: 10px; }

h4 {
  margin-top: 0px;
  margin-bottom: 10px; }

h5 {
  margin-top: 0px;
  margin-bottom: 10px; }

h6 {
  margin-top: 0px;
  margin-bottom: 10px; }

/********* Typicon Sizes *********/
.typcn-size1 {
  font-size: 1em; }

.typcn-size2 {
  font-size: 2em; }

.typcn-size3 {
  font-size: 3em;
  line-height: 50px !important; }

.typcn-size4 {
  font-size: 4em;
  line-height: 60px !important; }

.typcn-size5 {
  font-size: 5em;
  line-height: 70px !important; }

/********* Helper Classes *********/
.vc_row {
  margin-bottom: 0 !important; }

.pm-containerPadding0 {
  padding: 0px 20px; }

.pm-containerPadding10 {
  padding: 10px 20px; }

.pm-containerPadding20 {
  padding: 20px 20px; }

.pm-containerPadding30 {
  padding: 30px 20px; }

.pm-containerPadding40 {
  padding: 40px 20px; }

.pm-containerPadding50 {
  padding: 50px 20px; }

.pm-containerPadding60 {
  padding: 60px 20px; }

.pm-containerPadding70 {
  padding: 70px 20px; }

.pm-containerPadding80 {
  padding: 80px 20px; }

.pm-containerPadding90 {
  padding: 90px 20px; }

.pm-containerPadding100 {
  padding: 100px 20px; }

.pm-containerPadding110 {
  padding: 110px 20px; }

.pm-containerPadding120 {
  padding: 120px 20px; }

.pm-containerPadding-top-20 {
  padding-top: 20px; }

.pm-containerPadding-top-40 {
  padding-top: 40px; }

.pm-containerPadding-top-50 {
  padding-top: 50px; }

.pm-containerPadding-top-60 {
  padding-top: 60px; }

.pm-containerPadding-top-70 {
  padding-top: 70px; }

.pm-containerPadding-top-80 {
  padding-top: 80px; }

.pm-containerPadding-top-90 {
  padding-top: 90px; }

.pm-containerPadding-top-100 {
  padding-top: 100px; }

.pm-containerPadding-top-120 {
  padding-top: 120px; }

.pm-containerPadding-bottom-20 {
  padding-bottom: 20px; }

.pm-containerPadding-bottom-30 {
  padding-bottom: 30px; }

.pm-containerPadding-bottom-40 {
  padding-bottom: 40px; }

.pm-containerPadding-bottom-50 {
  padding-bottom: 50px; }

.pm-containerPadding-bottom-60 {
  padding-bottom: 60px; }

.pm-containerPadding-bottom-70 {
  padding-bottom: 70px; }

.pm-containerPadding-bottom-80 {
  padding-bottom: 80px; }

.pm-containerPadding-bottom-90 {
  padding-bottom: 90px; }

.pm-containerPadding-bottom-100 {
  padding-bottom: 100px; }

.pm-containerPadding-bottom-120 {
  padding-bottom: 120px; }

.pm-row-margin-30 {
  margin-bottom: 30px; }

.pm-white-text, .pm-white-text p {
  color: white !important; }

.pm-large-font p {
  font-size: 24px !important; }

.pm-medium-font p {
  font-size: 18px !important; }

.pm-large-link a {
  font-size: 24px !important; }

.pm-medium-link a {
  font-size: 18px !important; }

.pm-no-margin {
  margin: 0px !important; }

.pm-no-margin-top {
  margin-top: 0px !important; }

.pm-no-margin-bottom {
  margin-bottom: 0px !important; }

.pm-no-padding {
  padding: 0px !important; }

.pm-column-spacing {
  padding-bottom: 30px; }

.pm-center {
  text-align: center !important; }

.pm-inline {
  display: inline; }

.pm-right-align {
  text-align: right; }

.pm-left-align {
  text-align: left; }

.pm-short-divider {
  height: 1px;
  background-color: #d9d9d9;
  max-width: 144px;
  margin: 20px auto; }

.pm-divider {
  height: 1px;
  background-color: #d9d9d9;
  width: 100%;
  margin: 10px 0; }

.pm-clear-element {
  clear: both; }

.pm-column-title {
  color: #2b5d83;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 14px; }

.columnContainer .row [class*="col-"] {
  padding-bottom: 30px; }

.pm-container-border {
  border-top: 7px solid #DBC164; }

.pm-column-container-icon {
  background-color: white;
  border: 6px solid #DBC164;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  top: -40px;
  left: 48.2%;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-column-container-icon i {
  font-size: 28px;
  font-family: 'FontAwesome';
  color: #2b5d83; }

.pm-column-container-icon i.typcn {
  font-size: 3em;
  display: block;
  margin-top: -18px; }

.reset-pulse-sizing,
.reset-pulse-sizing *,
.reset-pulse-sizing *:before,
.reset-pulse-sizing *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: top; }

.googleMap {
  border: 4px solid #E3E3E3; }

/***** Bootstrap 3 overrides ******/
.navbar-collapse {
  padding: 0px !important; }

.navbar-collapse.in {
  overflow-y: inherit !important; }

.navbar-toggle {
  float: none !important; }

.alert {
  margin: 15px 0 !important; }

.form-group {
  margin-left: 0px !important;
  margin-right: 0px !important; }

@media print {
  a[href]:after {
    content: "" !important; } }
/***** Presentation OWL Carousel ******/
.pm-presentation-posts .owl-controls .owl-buttons div {
  background-color: rgba(0, 0, 0, 0.7);
  /*border-radius: 30px;*/
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  margin: 30px 5px 0 5px;
  padding: 9px 10px;
  line-height: 24px !important;
  width: 44px;
  height: 44px;
  border: 1px solid #b3bdc4;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

.pm-presentation-posts .owl-controls .owl-buttons div:hover {
  background-color: #DBC164; }

.pm-presentation-posts .owl-controls .owl-buttons div:hover i {
  color: black; }

/***** Presentation OWL Carousel end ******/
/* Back to Top */
#back-top:before {
  font-family: 'FontAwesome';
  font-size: 22px;
  color: white;
  position: absolute;
  top: 3px;
  left: 2px; }

#back-top {
  /*border: 3px solid #74C053;
  border-radius: 999px 999px 999px 999px;*/
  bottom: -70px;
  font-size: 30px;
  position: fixed;
  right: 0 !important;
  text-align: center;
  z-index: 999;
  margin: 0px;
  padding: 0px;
  z-index: 1000;
  border-right: 35px solid #DBC164;
  border-top: 35px solid transparent;
  border-left: 35px solid transparent;
  border-bottom: 35px solid #DBC164;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

#back-top:hover {
  cursor: pointer;
  border-right: 35px solid #333;
  border-top: 35px solid transparent;
  border-left: 35px solid transparent;
  border-bottom: 35px solid #333; }

/* Tooltip */
#pm_marker_tooltip {
  font-size: 12px;
  line-height: 20px;
  width: auto;
  opacity: 0;
  height: auto;
  padding: 5px 12px;
  background-color: #333;
  position: absolute;
  color: white;
  /* Make tooltip color */
  text-align: center;
  margin-top: -10px;
  z-index: 9999;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

#pm_marker_tooltip.pm_tip_arrow_top:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  /* set to primary color / flip this from top to bottom for reverse triangles */
  position: absolute;
  left: 43%;
  bottom: -6px; }

#pm_marker_tooltip.pm_tip_arrow_bottom:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #333;
  /* set to primary color / flip this from top to bottom for reverse triangles */
  position: absolute;
  left: 52%;
  top: -3px; }

/* Tooltip end */
/********* Main Classes *********/
/* Tiny Nav */
.tinynav {
  padding: 5px;
  border: 1px solid #CCC;
  background-color: #2a5e85;
  color: white;
  font-size: 16px;
  background-image: none !important; }

/* Header area */
header {
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  z-index: 999; }

.pm-boxed-mode header {
  width: inherit !important; }

header.fixed {
  position: fixed;
  width: 100%;
  top: 0; }

.pm-boxed-mode header.fixed {
  width: inherit !important; }

.pm-header-info {
  background-color: transparent;
  height: 47px;
  position: relative;
  z-index: 9999; }

.pm-header-info-contact p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 11px;
  color: #CCC;
  margin: 8px 0 0 0; }

.pm-header-info-contact a {
  color: #CCC; }

.pm-nav-container {
  position: relative; }

.pm-header-support-ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-header-support-ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.pm-header-support-ul li {
  float: left;
  margin-right: 10px; }

.pm-header-support-text {
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  padding-top: 12px; }

.pm-header-support-text span {
  color: #dbc164; }

.pm-header-buttons-ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-header-buttons-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right; }

.pm-header-buttons-ul li {
  float: left;
  margin-left: 5px; }

.pm-header-buttons-spacer {
  overflow: hidden;
  margin-top: 0px; }

.pm-header-login-text {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  padding-top: 9px;
  margin-right: 10px; }

/********** Containers *********/
.pm-column-container {
  width: 100%;
  background-repeat: no-repeat;
  /*background-position:top center;
  background-attachment:fixed;*/
  position: relative; }

/******** Superfish overrides ********/
/* Top Level Navigation */
.sf-menu {
  float: right !important;
  margin-bottom: 0 !important; }

.sf-menu li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.sf-menu li:first-child a {
  border-left: 1px solid #e0e0e0; }

.sf-menu li:first-child > ul {
  left: 0px; }

.sf-menu li > ul {
  left: -1px; }

.sf-menu a {
  line-height: 50px;
  font-weight: 700;
  color: #2b5d83;
  text-transform: uppercase;
  font-size: 13px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid #e0e0e0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.sf-menu a:hover {
  color: #dbc164; }

.sf-sub-indicator {
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 0.75em;
  text-indent: 0em !important;
  top: 2.2em !important;
  width: 10px;
  background: none !important; }

.sf-sub-indicator i {
  font-family: "FontAwesome";
  margin: 0;
  padding: 0;
  position: absolute; }

/* Drop menu level 1 */
.sf-menu ul li a {
  border-left: 1px solid #e0e0e0; }

.sf-menu ul li:last-child a {
  border-bottom: 1px solid #e0e0e0; }

.sf-menu ul .sf-sub-indicator {
  background-position: 0px -1px !important;
  right: 0.85em !important;
  top: 45% !important; }

.sf-menu ul {
  box-shadow: none !important;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px; }

.sf-menu ul li:first-child a {
  border-top: 1px solid #e0e0e0; }

.sf-menu ul li:last-child a {
  /*border-bottom:0px solid #e0e0e0;	*/
  border-radius: 0px 0px 8px 8px; }

.sf-menu ul li:last-child {
  border-radius: 0px 0px 8px 8px; }

.sf-menu ul li a:before {
  font-family: "FontAwesome";
  font-size: 10px;
  left: -20px;
  position: relative;
  top: 0;
  font-size: 16px; }

.sf-menu ul li a {
  padding-left: 40px;
  padding-right: 20px; }

.sf-menu ul li a {
  border-bottom: 1px solid #e0e0e0;
  line-height: 40px; }

/* Drop menu level 2 */
.sf-menu ul ul {
  left: 100% !important; }

.sf-menu ul li a .sf-sub-indicator {
  transform: rotate(-90deg); }

/* Superfish overrides end */
/* Careers widget */
.pm-career-opening-widget-posts {
  list-style: none;
  padding: 0px;
  margin: 0px;
  clear: both;
  overflow: hidden; }

.pm-career-opening-widget-posts li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-career-opening-widget-post {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px; }

.pm-career-opening-widget-post-info, .pm-workshop-widget-post-info {
  float: left;
  margin-top: 3px; }

.pm-career-opening-widget-post i {
  display: inline-block;
  padding: 15px;
  background-color: #dbc164;
  float: left;
  color: white;
  font-size: 24px;
  margin-right: 10px;
  width: 54px;
  text-align: center;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-career-opening-widget-post p {
  color: white;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0; }

.pm-career-opening-widget-post a {
  text-decoration: none;
  font-size: 14px;
  color: #dbc164;
  text-transform: uppercase;
  font-weight: 700 !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-career-opening-widget-post a:hover {
  color: white; }

.pm-career-opening-widget-post a i {
  background-color: transparent !important;
  font-size: inherit;
  padding: 0px;
  float: none;
  color: inherit !important;
  text-align: left;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px; }

/* Careers widget end */
/* Workshops widget */
.pm-workshop-widget-posts {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.pm-workshop-widget-posts li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-workshop-widget-post {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px; }

.pm-workshop-widget-post i {
  display: inline-block;
  padding: 15px;
  background-color: #dbc164;
  float: left;
  color: white;
  font-size: 24px;
  margin-right: 10px;
  width: 54px;
  text-align: center;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-workshop-widget-post p {
  color: #dbc164;
  font-size: 12px;
  margin: 0 !important;
  padding: 0; }

.pm-workshop-widget-post a {
  text-decoration: none;
  font-size: 14px;
  color: white;
  font-weight: normal;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-fat-footer .pm-workshop-widget-post a {
  font-size: 14px !important;
  color: white !important; }

.pm-workshop-widget-post a:hover {
  color: #dbc164; }

.pm-workshop-widget-post a i {
  background-color: transparent !important;
  font-size: inherit;
  padding: 0px;
  float: none;
  color: inherit !important;
  text-align: left;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px; }

/* Workshops widget end */
/* Presentation container */
.pm-slider-container {
  height: height;
  width: 100%;
  background-image: url(../img/home/presentation_background.jpg);
  /*background-position:top center;*/
  margin-top: -97px;
  position: relative;
  /*background-attachment:fixed;*/ }

.pm-presentation-container {
  height: 850px;
  width: 100%;
  /*background-position:top center;*/
  margin-top: -97px;
  position: relative;
  /*background-attachment:fixed;*/ }

.pm-presentation-text-container {
  width: 100%;
  height: 335px;
  position: absolute;
  top: 25%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4); }

.pm-presentation-text {
  padding-top: 30px; }

.pm-presentation-text h1 {
  color: white;
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px; }

.pm-presentation-text p {
  color: white;
  font-size: 24px;
  font-weight: 300; }

.pm-presentation-posts {
  list-style: none;
  padding: 0 0 0 20px;
  display: table;
  margin: 60px auto 0 auto;
  width: 980px !important; }

.pm-presentation-posts li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-presentation-posts li {
  float: left;
  width: 290px;
  height: 290px;
  margin-right: 63px;
  background-color: white; }

.pm-presentation-posts li:last-child {
  margin-right: 0px; }

/* Presentation container end */
/* Presentation posts */
.pm-presentation-post-container {
  height: 290px;
  width: 290px;
  position: relative;
  overflow: hidden; }

.pm-presentation-post-container.carousel {
  width: 100%; }

.pm-presentation-post-img {
  position: absolute;
  left: -650px;
  z-index: 1;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-presentation-post-date {
  width: 290px;
  height: 82px;
  background-color: #dbc164;
  position: absolute;
  left: 210px;
  top: 0;
  z-index: 100;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-presentation-post-date.carousel {
  width: 100%;
  left: 280px; }

.pm-presentation-post-date-box {
  float: left;
  padding: 11px 25px;
  text-align: center; }

.pm-presentation-post-date-box .pm-month {
  font-size: 24px;
  color: black;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 24px !important; }

.pm-presentation-post-date-box .pm-day {
  font-size: 30px;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  left: -2px;
  line-height: 24px !important; }

.pm-presentation-post-comment-count {
  float: right;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 15px 15px 0 0; }

.pm-presentation-post-comment-count:before {
  content: "\f075";
  font-family: 'FontAwesome';
  font-size: 42px;
  color: white;
  position: absolute;
  top: 10px;
  left: 4px; }

.pm-presentation-post-comment-count.carousel:before {
  top: -7px; }

.pm-presentation-post-comment-count.shortcode:before {
  content: "\f075";
  font-family: 'FontAwesome';
  font-size: 42px;
  color: white;
  position: absolute;
  top: -8px;
  left: 4px; }

.pm-presentation-post-comment-count p {
  position: relative;
  z-index: 100;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 24px !important; }

.pm-presentation-post-title {
  position: absolute;
  left: 0;
  bottom: 70px;
  background-color: #2b5d83;
  width: auto;
  min-width: 100px;
  z-index: 101;
  padding: 6px 10px;
  text-align: left;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-presentation-post-title p {
  margin: 0px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px !important; }

.pm-presentation-post-excerpt {
  position: absolute;
  left: 0;
  bottom: 36px;
  background-color: rgba(0, 0, 0, 0.8);
  width: auto;
  min-width: 100px;
  z-index: 102;
  padding: 5px 10px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-presentation-post-excerpt p {
  margin: 0px;
  font-weight: 100;
  color: white;
  font-size: 14px;
  text-align: left;
  line-height: 24px !important; }

.pm-presentation-post-hover-container {
  height: 290px;
  width: 290px;
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 290px;
  text-align: left;
  padding: 140px 15px 15px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-presentation-post-hover-container.carousel {
  width: 100%;
  left: 360px; }

.pm-presentation-post-hover-title {
  font-weight: 700;
  color: white;
  text-transform: uppercase; }

.pm-presentation-post-hover-excerpt {
  font-weight: 100;
  color: white;
  font-size: 14px;
  line-height: 24px !important; }

.pm-presentation-post-hover-container a {
  font-weight: 100;
  color: #DBC164;
  font-size: 14px; }

/* Presentation posts end */
/* Sub-header */
.pm-sub-header-container {
  height: 490px;
  width: 100%;
  /*background-position:top center;
  background-attachment:fixed;*/
  margin-top: -97px;
  position: relative; }

.pm-sub-header-title-container {
  width: 100%;
  height: auto;
  min-height: 70px;
  position: absolute;
  top: 53%;
  text-align: center;
  padding: 14px 15px;
  background-color: rgba(0, 0, 0, 0.4); }

.pm-sub-header-title-container h5 {
  font-weight: 100;
  color: white;
  font-size: 60px;
  line-height: 60px; }

.pm-sub-header-breadcrumbs {
  width: 100%;
  height: auto;
  min-height: 60px;
  position: absolute;
  top: 43%;
  text-align: center; }

.pm-sub-header-breadcrumbs-ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-sub-header-breadcrumbs-ul {
  list-style: none;
  margin: 0 auto !important;
  display: table; }

.pm-sub-header-breadcrumbs-ul p i {
  font-family: 'FontAwesome' !important; }

.pm-sub-header-breadcrumbs-ul p {
  float: left;
  margin-right: 7px;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase; }

.pm-sub-header-breadcrumbs-ul p a {
  margin: 0px;
  font-weight: 300;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sub-header-breadcrumbs-ul p a:hover {
  color: #DBC164; }

.pm-sub-header-breadcrumbs-ul p.current {
  color: #DBC164;
  word-break: break-all;
  word-wrap: break-word; }

.pm-sub-header-message {
  width: 100%;
  height: auto;
  min-height: 105px;
  position: absolute;
  top: 80%;
  text-align: center;
  padding: 14px 0 0; }

.pm-sub-header-message p {
  font-weight: 100;
  color: white;
  font-size: 24px;
  padding: 0 20px; }

.pm-sub-header-post-pagination {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 80%; }

.pm-sub-header-post-pagination-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  margin: 0 auto;
  overflow: hidden; }

.pm-sub-header-post-pagination-ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-sub-header-post-pagination-ul li {
  float: left;
  margin-right: 5px; }

.pm-sub-header-post-pagination-ul .prev a, .pm-sub-header-post-pagination-ul .next a {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  margin: 0px 1px 0 1px;
  padding: 13px 10px;
  text-align: center;
  line-height: 14px !important;
  width: 44px;
  height: 44px;
  border: 1px solid #b3bdc4;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

.pm-sub-header-post-pagination-ul .prev a:hover, .pm-sub-header-post-pagination-ul .next a:hover {
  background-color: #DBC164;
  color: black; }

/* Sub-header end */
/* Services panel */
.pm-services-panel-title {
  font-size: 22px;
  color: white;
  font-weight: 100; }

.pm-services-panel-text {
  font-size: 13px;
  color: white;
  font-weight: 100; }

/* Services panel end */
/* Statistic box */
.pm-statistic-box-container {
  background-color: #283e4e;
  width: 109px;
  height: auto;
  padding: 20px 10px 25px 10px;
  text-align: center;
  border-radius: 0px 80px 99px 99px;
  -moz-border-radius: 0px 80px 99px 99px;
  -webkit-border-radius: 0px 80px 99px 99px;
  -o-border-radius: 0px 80px 99px 99px; }

.pm-statistic-box-container.offset {
  background-color: #DBC164; }

.pm-statistic-box-container h3 {
  font-size: 36px !important;
  color: white;
  font-weight: bold !important; }

.pm-statistic-box-container p {
  font-size: 14px;
  color: white;
  font-weight: normal;
  line-height: 20px; }

.pm-statistic-box-container.offset h3, .pm-statistic-box-container.offset p {
  color: #283e4e; }

.pm-statistic-box-container img {
  display: inline;
  margin-top: 12px; }

/* Statistic box end */
/* Workshop post */
.pm-workshop-post-container {
  overflow: hidden;
  width: auto;
  height: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px; }

.pm-workshop-post-title-container {
  width: auto;
  height: auto;
  background-color: #2b5d83;
  text-align: left;
  padding: 10px 20px; }

.pm-workshop-post-title-container p {
  margin: 0px; }

.pm-workshop-post-title {
  font-size: 24px !important;
  color: white;
  font-weight: 300;
  margin-bottom: 7px !important; }

.pm-workshop-post-subtitle {
  font-size: 14px !important;
  color: white;
  font-weight: 300; }

.pm-workshop-post-date-container {
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 15px 20px;
  text-align: left; }

.pm-workshop-post-date-container .pm-title {
  font-size: 18px !important;
  color: #2b5d83;
  font-weight: 300;
  margin-top: 7px !important;
  margin-bottom: 0px !important; }

.pm-workshop-post-date-container .pm-date {
  font-size: 14px !important;
  color: #7f7f7f;
  font-weight: 300; }

.pm-workshop-post-button-container {
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  background-color: #bbbbbb;
  text-align: left;
  padding: 10px 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-workshop-post-button-container:hover {
  background-color: #2B5D83; }

.pm-workshop-post-button-container p {
  font-size: 14px !important;
  color: white !important;
  font-weight: 300 !important;
  display: inline; }

.pm-workshop-shortcode-link a {
  color: white !important;
  line-height: 20px !important; }

.pm-workshop-shortcode-link a i {
  margin-top: 3px !important; }

.pm-workshop-post-button-container i {
  font-family: 'FontAwesome';
  font-size: 14px;
  color: white;
  font-weight: 300;
  float: right;
  margin-top: 6px; }

.pm-workshop-post-icon {
  background-color: #dbc164;
  border: 5px solid white;
  float: left;
  height: 75px;
  margin-right: 10px;
  padding: 18px 5px 5px;
  text-align: center;
  width: 75px;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-workshop-post-icon i {
  color: white;
  font-family: 'FontAwesome';
  font-size: 30px; }

/* Workshop post end */
/* Workshop Newsletter form */
.pm-workshop-signup {
  background-image: url(../img/home/newsletter-background.jpg); }

.pm-newsletter-form-text {
  font-size: 18px;
  color: white;
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
  line-height: 34px !important; }

.pm-workshop-newsletter-form-container {
  max-width: 720px;
  margin: 20px auto; }

.pm-workshop-newsletter-form-container input[type="text"] {
  border: 0px solid #CCC;
  padding: 8px 14px;
  font-size: 18px !important;
  font-weight: 100 !important;
  min-width: 280px;
  margin-left: -3px;
  margin-right: 4px;
  margin-bottom: 2px; }

.pm-workshop-newsletter-submit-btn {
  font-size: 18px !important;
  text-transform: capitalize;
  color: white !important;
  background-color: #DBC164;
  border: 0px solid black;
  padding: 8px 17px;
  margin-left: -3px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-workshop-newsletter-submit-btn:hover {
  background-color: #333;
  border: 0px solid grey !important; }

/* Workshop Newsletter form end */
/* Staff profile column */
.pm-staff-profile-container {
  width: auto;
  height: auto;
  background-color: #f5f5f5;
  text-align: center;
  padding: 30px 20px;
  margin: 15px 0 10px 0;
  border-radius: 80px 0 50px 0;
  -moz-border-radius: 80px 0 50px 0;
  -webkit-border-radius: 80px 0 50px 0;
  -o-border-radius: 80px 0 50px 0; }

.pm-staff-profile-image-wrapper {
  display: table;
  margin: 0 auto; }

.pm-staff-profile-image {
  float: left;
  margin-left: 30px; }

.pm-staff-profile-image img {
  border-radius: 199px;
  -moz-border-radius: 199px;
  -webkit-border-radius: 199px;
  -o-border-border-radius: 199px; }

.pm-staff-profile-icons {
  list-style: none;
  padding: 0;
  margin: 28px 0 0 20px;
  float: left; }

.pm-staff-profile-icons li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-staff-profile-icons li {
  margin-bottom: 5px; }

.pm-staff-profile-icons li a {
  width: 35px;
  height: 35px;
  display: block;
  background-color: #dad9d9;
  text-align: center;
  padding-top: 8px;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-border-radius: 99px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-staff-profile-icons li a:hover {
  background-color: #2B5C84; }

.pm-staff-profile-icons li a i {
  color: white;
  font-family: 'FontAwesome';
  font-size: 18px; }

.pm-staff-profile-details {
  clear: both;
  padding: 20px 20px 0; }

.pm-staff-profile-name {
  font-size: 24px !important;
  text-transform: capitalize;
  color: #2b5d83; }

.pm-staff-profile-title {
  font-size: 14px !important;
  text-transform: capitalize;
  color: #4b4b4b;
  font-weight: 500; }

.pm-staff-profile-bio {
  font-size: 14px;
  text-transform: capitalize;
  color: #4b4b4b;
  font-weight: 100; }

/* Staff profile column end */
/* CTA container */
.pm-cta-container {
  margin-bottom: 40px !important; }

.pm-cta-divider {
  height: 1px;
  background-color: #DBC164;
  max-width: 478px;
  margin: 0 auto; }

.pm-cta-text {
  font-family: 'Lato';
  font-size: 30px;
  color: white;
  font-weight: 300;
  margin: 30px 0;
  line-height: 32px !important;
  text-transform: uppercase;
  text-align: center; }

/* CTA container end */
/* Statistic box */
.pm-statistics-panel {
  background-image: url(../img/home/stats-background.jpg);
  background-attachment: scroll; }

.pm-statistic-box {
  position: relative;
  min-height: 300px;
  border: 0px solid white;
  text-align: center; }

.pm-statistic-text1 {
  font-size: 48px;
  color: white;
  font-weight: 300;
  padding-bottom: 5px;
  display: block; }

.pm-statistic-text2 {
  font-size: 24px;
  color: white;
  font-weight: 300; }

.pm-statistic-box-triangle {
  width: auto;
  height: 250px;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: top center; }

.pm-statistic-box-desc p {
  font-size: 14px;
  color: white;
  font-weight: 300; }

/* Statistic box end */
/* Partners carousel */
.pm-partners-carousel-posts {
  list-style: none;
  padding: 0;
  margin: 50px 0; }

.pm-partners-carousel-posts li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-parnters-post-container {
  position: relative;
  border-left: 1px solid #e7e7e7; }

.pm-parnters-post-url a {
  min-width: 100px;
  height: 29px;
  background-color: #e7e7e7;
  padding: 1px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 12px;
  color: #888888;
  font-weight: 600;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-parnters-post-url a:hover {
  background-color: #2B5C84;
  color: white; }

.pm-parnters-post-featured {
  min-width: 100px;
  line-height: 16px;
  height: 26px;
  background-color: #DBC164;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: white;
  font-weight: 300;
  text-transform: uppercase; }

.pm-partners-carousel-posts .owl-controls .owl-buttons div {
  color: #ececec;
  display: inline-block;
  margin: 30px 5px 0 5px;
  padding: 10px;
  font-size: 20px;
  width: 47px;
  height: 47px;
  border: 3px solid #ececec;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

.pm-partners-carousel-posts .owl-controls .owl-buttons div:hover {
  background-color: #666;
  border: 3px solid #666; }

.pm-partners-carousel-posts .owl-controls .owl-buttons div:hover i {
  color: white; }

.pm-partners-carousel-posts .owl-buttons {
  display: table;
  margin: 0 auto; }

.pm-partners-carousel-posts .owl-buttons i {
  text-align: center; }

/* Partners carousel end */
/* Testimonials carousel */
.pm-testimonials-carousel {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-testimonials-carousel li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-testimonials-carousel .owl-controls .owl-buttons div {
  /*background-color:rgba(0,0,0,.7);*/
  color: #2B5C84;
  display: inline-block;
  margin: 30px 5px 0 5px;
  padding: 8px;
  font-size: 20px;
  width: 47px;
  height: 47px;
  background-color: white;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

.pm-testimonials-carousel .owl-controls .owl-buttons div:hover {
  background-color: #666; }

.pm-testimonials-carousel .owl-controls .owl-buttons div:hover i {
  color: white; }

.pm-testimonials-carousel .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  top: 33%;
  padding: 13px 18px; }

.pm-testimonials-carousel .owl-controls .owl-buttons .owl-prev i {
  margin-left: -3px; }

.pm-testimonials-carousel .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: 0;
  top: 33%;
  padding: 11px 18px; }

.pm-testimonials-carousel .owl-controls .owl-buttons .owl-next i {
  margin-right: -3px; }

.pm-testimonials-carousel img {
  display: inline; }

.pm-testimonial-container:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #DBC164;
  position: absolute;
  left: 5px;
  top: 100px; }

.pm-testimonial-container {
  float: left;
  overflow: auto;
  height: auto;
  width: auto;
  max-width: 520px;
  background-color: #DBC164;
  margin-top: 80px; }

.pm-testimonial-quote-box {
  width: 48px;
  float: left;
  padding: 18px 0 0 12px; }

.pm-testimonial-quote-box i {
  font-family: 'FontAwesome';
  color: white;
  font-size: 26px; }

.pm-testimonial-text-box {
  background-color: #273d4c;
  float: left;
  padding: 15px 20px;
  width: 470px;
  text-align: left; }

.pm-testimonial-text-box p {
  display: block;
  color: white;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px; }

.pm-testimonial-name {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #DBC164;
  line-height: 0px !important;
  margin-top: 20px !important;
  text-transform: uppercase; }

.pm-testimonial-title {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  color: white !important; }

/* Testimonials carousel end */
/* Blog posts */
.pm-blog-post-container {
  width: auto;
  border: 1px solid #d5d5d5;
  margin-bottom: 30px; }

.pm-blog-post-img-container {
  width: auto;
  height: 286px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center; }

.pm-blog-post-img-container img {
  position: absolute;
  z-index: 99; }

.pm-blog-post-date {
  width: 82px;
  height: 286px;
  background-color: #DBC164;
  padding: 10px 20px;
  text-align: center;
  position: absolute;
  z-index: 101;
  left: 0;
  top: 205px;
  /*transition:all 0.6s;
  -moz-transition:all 0.6s;
  -webkit-transition:all 0.6s;
  -o-transition:all 0.6s;*/ }

.pm-blog-post-date .pm-month {
  color: black;
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase; }

.pm-blog-post-date .pm-day {
  color: black;
  font-size: 30px;
  font-weight: 600;
  left: -2px;
  position: relative;
  text-transform: uppercase;
  line-height: 18px !important; }

.pm-blog-post-title {
  width: 100%;
  height: 286px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 17px 20px 10px 100px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 230px; }

.pm-blog-post-title .pm-post-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

.pm-blog-post-title .pm-post-hover-excerpt {
  color: white;
  font-size: 14px;
  font-weight: 300;
  opacity: 0;
  line-height: 24px !important; }

.pm-blog-post-title a {
  color: #dbc164;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-blog-post-title a:hover {
  color: white; }

.pm-blog-post-details-container {
  width: auto;
  height: auto;
  padding: 40px 58px;
  text-align: center; }

.pm-blog-post-divider {
  height: 1px;
  width: 100%;
  background-color: #e9e9e9;
  margin: 23px 0; }

.pm-blog-post-published {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase; }

/* Blog posts end */
/* Post pagination system */
.pm-pagination-page-counter {
  display: table;
  margin: 0 auto; }

.pm-pagination-page-counter p {
  font-size: 14px;
  font-weight: 300;
  color: #959595;
  margin: 0;
  padding: 0; }

.pm-pagination {
  /*border-top: 1px solid #ededed;*/
  list-style: none outside none;
  padding: 12px 0;
  margin: 0px;
  display: table;
  margin: 0 auto; }

.pm-pagination li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-pagination li {
  float: left;
  width: 35px;
  height: 35px;
  border: 1px solid #cacaca;
  margin-right: 4px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

.pm-pagination li:last-child {
  margin-right: 0px; }

.pm-pagination li:hover {
  background-color: #CCC; }

.pm-pagination li:hover a {
  color: white; }

.pm-pagination li a {
  display: block;
  /*padding: 8px 0;*/
  text-align: center;
  color: grey;
  text-decoration: none;
  font-family: arial !important;
  font-size: 12px !important;
  line-height: 36px !important; }

.pm-pagination li.current {
  background-color: #ededed; }

.pm-pagination li span.current {
  color: black;
  font-weight: bold; }

.pm-pagination li span {
  display: block;
  font-family: arial !important;
  font-size: 12px !important;
  line-height: 36px !important;
  text-align: center; }

/* Post pagination system end */
/* Single Blog post */
.pm-single-blog-post-header-title {
  font-size: 42px !important; }

.pm-single-blog-post-img-container {
  width: auto;
  height: 286px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #ededed;
  border: 10px solid #ededed; }

.pm-single-blog-post-img-container img {
  position: absolute;
  z-index: 99; }

.pm-single-blog-post-date {
  width: 82px;
  height: 82px;
  background-color: #DBC164;
  padding: 10px 20px;
  text-align: center;
  position: absolute;
  z-index: 101;
  left: 0;
  bottom: 0px; }

.pm-single-blog-post-date .pm-month {
  color: black;
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase; }

.pm-single-blog-post-date .pm-day {
  color: black;
  font-size: 30px;
  font-weight: 600;
  left: -2px;
  position: relative;
  text-transform: uppercase;
  line-height: 18px !important; }

.pm-single-blog-post-title {
  width: 100%;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 17px 20px 10px 100px;
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0px; }

.pm-single-blog-post-title .pm-post-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

.pm-single-blog-post-pagination {
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 3px solid #e9e9e9;
  border-bottom: 3px solid #e9e9e9; }

.pm-single-blog-post-categories-container {
  border-top: 3px solid #e9e9e9;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 15px 0 30px 0;
  padding-top: 15px;
  clear: both; }

.pm-single-blog-post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: left; }

.pm-single-blog-post-categories li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-single-blog-post-categories li {
  float: left;
  margin-right: 5px; }

.pm-single-blog-post-categories .icon i {
  color: #DBC164;
  font-family: 'FontAwesome';
  font-size: 14px; }

.pm-single-blog-post-categories li a {
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-single-blog-post-categories li a:hover {
  color: #2C5C82; }

.pm-single-blog-post-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: right; }

.pm-single-blog-post-tags li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-single-blog-post-tags li {
  float: left;
  margin-right: 5px; }

.pm-single-blog-post-tags .icon i {
  color: #DBC164;
  font-family: 'FontAwesome';
  font-size: 14px; }

.pm-single-blog-post-tags li a {
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-single-blog-post-tags li a:hover {
  color: #2C5C82; }

.pm-single-blog-post-author-box {
  clear: both;
  overflow: hidden;
  width: auto;
  padding-bottom: 20px;
  margin: 30px 0 0;
  border: 1px solid #d5d5d5;
  background-color: #f6f6f6;
  position: relative; }

.pm-single-blog-post-author-box-share {
  width: 100%;
  height: 50px;
  background-color: #adadad;
  clear: both;
  margin-bottom: 25px; }

.pm-single-blog-post-author-box-share p {
  color: white;
  font-size: 24px;
  font-weight: 300;
  margin: 12px;
  display: inline-block; }

.pm-single-blog-post-author-box-share-icons {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.pm-single-blog-post-author-box-share-icons li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-single-blog-post-author-box-share-icons li {
  float: left; }

.pm-single-blog-post-author-box-share-icons li a {
  color: white;
  font-family: 'FontAwesome';
  font-size: 18px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-left: 1px solid #d5d5d5;
  padding: 16px 0 0; }

.pm-single-blog-post-author-box-share-icons li a.tw:hover {
  background-color: #58ccff; }

.pm-single-blog-post-author-box-share-icons li a.fb:hover {
  background-color: #3c599b; }

.pm-single-blog-post-author-box-share-icons li a.gp:hover {
  background-color: #dd4b39; }

.pm-single-blog-post-author-box-share-icons li a.lin:hover {
  background-color: #007bb6; }

.pm-single-blog-post-author-avatar {
  float: left;
  margin: 20px; }

.pm-single-blog-post-author-details {
  float: left;
  margin: 37px 0 0;
  width: 75%; }

.pm-single-blog-post-author-details .author-name {
  color: #323232;
  font-size: 18px !important;
  font-weight: 300; }

.pm-single-blog-post-author-details .author-name span {
  font-weight: 700 !important;
  color: #2B5C84; }

.pm-single-blog-post-author-details p {
  color: #323232;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 24px !important; }

/* Single Blog post end */
/* Single Blog post pagination */
.pagination_multi {
  /*border-top: 1px solid #ededed;*/
  list-style: none outside none;
  padding: 7px 0;
  /*display:table;
  margin:0 auto;*/
  text-align: center;
  margin: 0px; }

.pagination_multi li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pagination_multi li {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 7px;
  color: white;
  background-color: #DBC164;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

.pagination_multi a li {
  background-color: #ededed !important;
  display: inline-block;
  height: 35px !important;
  text-align: center;
  width: 35px !important;
  padding-top: 10px;
  color: #333;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

.pagination_multi a li:hover {
  background-color: #CCCCCC !important;
  color: white; }

.pagination_multi li a {
  display: block;
  /*padding: 8px 0;*/
  text-align: center;
  color: grey;
  text-decoration: none;
  font-family: arial !important;
  font-size: 12px !important;
  line-height: 36px !important; }

.pagination_multi li.current {
  background-color: #DBC164; }

.pagination_multi li span.current {
  color: white;
  font-weight: bold; }

.pagination_multi li span {
  display: block;
  font-family: arial !important;
  font-size: 12px !important;
  line-height: 36px !important;
  text-align: center; }

.pm_paginated-posts {
  border-top: 3px solid #e9e9e9;
  padding-top: 15px;
  margin-top: 30px; }

.pm_paginated-posts p {
  margin: 0 auto;
  display: table; }

/* Single Blog post pagination end */
/* Single Blog post related posts module */
.pm-single-blog-post-related-posts {
  overflow: hidden;
  margin: 30px 0; }

.pm-related-blog-posts {
  list-style: none;
  padding: 0;
  margin: 30px 0 0; }

.pm-related-blog-posts p {
  line-height: 24px !important; }

.pm-related-blog-posts li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-related-blog-posts li {
  float: left;
  width: 45%;
  margin-bottom: 20px; }

.pm-related-blog-post-thumb {
  width: 65px;
  height: 65px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
  border-radius: 199px;
  -moz-border-radius: 199px;
  -webkit-border-radius: 199px;
  -o-border-radius: 199px; }

.pm-related-blog-post-details {
  padding-top: 8px; }

.pm-related-blog-post-details a {
  font-size: 14px;
  color: #5a5a5a;
  font-weight: 500;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-related-blog-post-details a:hover {
  color: #2B5D82; }

.pm-related-blog-post-details .pm-date-published {
  font-size: 12px;
  color: #8e8e8e;
  font-weight: 300; }

/* Single Blog post related posts module end */
/* Single Testimonial */
.pm-single-testimonial-container {
  overflow: hidden;
  width: auto;
  height: auto;
  position: relative;
  margin-bottom: 30px; }

.pm-single-testimonial-box:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #E8F1F9;
  /* set to primary color / flip this from top to bottom for reverse triangles */
  position: absolute;
  left: 65px;
  bottom: -8px; }

.pm-single-testimonial-box {
  width: auto;
  height: auto;
  background-color: #e8f1f9;
  padding: 20px;
  position: relative;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px; }

.pm-single-testimonial-box p {
  text-align: left;
  color: #333; }

.pm-single-testimonial-author-container {
  overflow: hidden;
  width: auto;
  height: auto;
  clear: both;
  margin-top: 20px; }

.pm-single-testimonial-author-avatar {
  width: 74px;
  height: 74px;
  float: left;
  margin-left: 37px; }

.pm-single-testimonial-author-avatar img {
  width: 74px;
  height: 74px; }

.pm-single-testimonial-author-info {
  text-align: left;
  margin-left: 15px;
  float: left;
  padding-top: 10px; }

.pm-single-testimonial-author-info .name {
  font-size: 14px;
  font-weight: 700;
  color: #295D84;
  margin-bottom: 0; }

.pm-single-testimonial-author-info .title {
  font-size: 14px;
  font-weight: 300;
  color: #295D84;
  margin-bottom: 0; }

/* Single Testimonial end */
/* Career posts */
.pm-career-post-container {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 15px 0; }

.pm-career-post-date-posted-box {
  width: 120px;
  height: 295px;
  background-color: #f6f6f6;
  padding: 20px;
  float: left; }

.pm-career-post-icon {
  width: 70px;
  height: 70px;
  background-color: #DBC164;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto 20px auto;
  border-radius: 199px;
  -moz-border-radius: 199px;
  -webkit-border-radius: 199px;
  -o-border-radius: 199px; }

.pm-career-post-icon i {
  font-family: 'FontAwesome';
  color: white;
  font-size: 30px; }

.pm-career-post-date-posted-box p {
  text-align: center;
  margin-bottom: 3px; }

.pm-career-post-date-posted-box .posted {
  font-size: 14px; }

.pm-career-post-date-posted-box .date {
  font-size: 20px !important;
  color: #2B5C84;
  text-transform: uppercase; }

.pm-career-post-date-posted-box .year {
  font-size: 20px !important;
  color: #2B5C84; }

.pm-career-post-details-box {
  float: left;
  margin-left: 20px; }

.pm-career-post-details-box p {
  margin-bottom: 13px; }

.pm-career-post-details-box .title {
  font-size: 18px;
  color: #2B5D82;
  margin-bottom: 0;
  line-height: 20px !important; }

/* Career posts end */
/* Single Career post */
.pm-single-career-post-date-posted-box {
  width: 120px;
  min-height: 400px;
  background-color: #f6f6f6;
  padding: 20px;
  float: left; }

.pm-single-career-post-icon {
  width: 70px;
  height: 70px;
  background-color: #DBC164;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto 20px auto;
  border-radius: 199px;
  -moz-border-radius: 199px;
  -webkit-border-radius: 199px;
  -o-border-radius: 199px; }

.pm-single-career-post-icon i {
  font-family: 'FontAwesome';
  color: white;
  font-size: 30px; }

.pm-single-career-post-date-posted-box p {
  text-align: center;
  margin-bottom: 3px; }

.pm-single-career-post-date-posted-box .posted {
  font-size: 14px; }

.pm-single-career-post-date-posted-box .date {
  font-size: 20px;
  color: #2B5C84;
  text-transform: uppercase; }

.pm-single-career-post-date-posted-box .year {
  font-size: 20px;
  color: #2B5C84; }

.pm-single-career-post-details-box {
  float: left;
  margin-left: 20px;
  width: 85%; }

.pm-career-post-title {
  font-size: 30px;
  font-weight: 100; }

.pm-single-career-post-details-box h3 {
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 25px; }

.pm-single-career-post-details-box p {
  margin-bottom: 13px; }

.pm-single-career-post-details-box .title {
  font-size: 18px;
  color: #2B5D82;
  margin-bottom: 0; }

/* Single Career post end */
/* Course posts */
.pm-course-post-container {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 0 30px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px; }

.pm-course-post-title-box {
  background-color: #2b5d83;
  overflow: hidden;
  text-align: left;
  padding-left: 5px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0; }

.pm-course-post-title-box p {
  color: white;
  font-size: 18px;
  display: inline-block;
  margin: 8px 0 0 10px; }

.pm-course-post-title-box i {
  font-family: 'FontAwesome';
  color: white;
  display: block;
  padding: 14px 18px;
  background-color: #DBC164;
  float: right; }

.pm-course-post-details {
  background-color: #f8f8f8;
  padding: 15px; }

.pm-course-post-button {
  color: white;
  font-size: 14px;
  display: block !important;
  padding: 13px 15px !important;
  background-color: #bbbbbb;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px; }

.pm-course-post-button:hover {
  background-color: #2B5C84;
  color: white;
  cursor: pointer; }

.pm-course-post-button i {
  float: right;
  display: block; }

/* Course posts end */
/* Course Single post */
.pm-single-course-post-left-column {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 20px; }

.pm-single-course-post-left-column i {
  font-family: 'FontAwesome';
  color: white;
  display: block;
  padding: 26px 0 0;
  font-size: 44px;
  background-color: #DBC164;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 199px;
  -moz-border-radius: 199px;
  -webkit-border-radius: 199px;
  -o-border-radius: 199px; }

.pm-single-course-post-right-column {
  float: left;
  width: 80%;
  height: auto; }

.pm-single-course-title {
  font-size: 30px !important;
  /*display:inline-block;*/
  margin-bottom: 15px;
  margin-top: 10px; }

.pm-single-course-date {
  font-size: 22px !important;
  display: inline-block; }

.pm-single-course-price, .price {
  color: #2D5D83;
  font-size: 30px;
  margin-top: 10px;
  display: block; }

.pm-in-cart {
  color: #404040;
  font-size: 16px;
  display: inline-block;
  margin-top: 5px; }

.pm-single-course-sub-title {
  color: #2b5d82;
  font-size: 18px;
  margin-bottom: 0; }

/* Course Single post end */
/* Alert message */
.pm-quantum-alert-message {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  clear: both; }

.pm-quantum-alert-message i {
  font-family: 'FontAwesome';
  color: white;
  display: block;
  padding: 12px 0 0;
  font-size: 36px;
  background-color: #DBC164;
  text-align: center;
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 199px;
  -moz-border-radius: 199px;
  -webkit-border-radius: 199px;
  -o-border-radius: 199px; }

.pm-quantum-alert-title {
  font-size: 24px !important;
  margin-left: 10px;
  line-height: 55px;
  display: inline-block; }

.pm-quantum-alert-details {
  clear: both;
  margin-top: 7px; }

/* Alert message end */
/* Workshop single post */
.pm-single-workshop-post-left-column {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 20px; }

.pm-single-workshop-post-left-column i {
  font-family: 'FontAwesome';
  color: white;
  display: block;
  padding: 26px 0 0;
  font-size: 44px;
  background-color: #DBC164;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 199px;
  -moz-border-radius: 199px;
  -webkit-border-radius: 199px;
  -o-border-radius: 199px; }

.pm-single-workshop-post-right-column {
  float: left;
  width: 87%;
  height: auto; }

.pm-single-workshop-title {
  font-size: 30px !important;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 10px; }

.pm-single-workshop-date {
  font-size: 22px !important;
  display: block;
  margin-bottom: 30px; }

.pm-single-workshop-sub-title {
  color: #2b5d82;
  font-size: 18px;
  margin-bottom: 10px; }

/* Workshop single post end */
/* Workshop post table */
.pm-workshop-table {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-repeat: repeat-y; }

.pm-workshop-table-title {
  background-color: #dbc164;
  padding: 15px 15px 10px 35px;
  border-bottom: 1px solid white; }

.pm-workshop-table-title p {
  font-size: 18px !important;
  color: white;
  font-weight: 300; }

.pm-workshop-table-content p {
  font-size: 18px !important;
  color: #5b5b5b;
  font-weight: 300; }

.pm-workshop-table-content {
  background-color: #e8e8e8;
  padding: 15px 15px 10px 20px; }

.pm-workshop-post .row [class*="col-"] {
  margin-bottom: 0px; }

/* Workshop post table end */
/* Search Results */
.pm-search-results .pm-post-title {
  font-size: 16px; }

/* Search Results end */
/* Services page */
.pm-services-counter {
  background-image: url(../img/services/01_panel-bg.jpg); }

/* Services page end */
/* Countdown plugin */
.pm-countdown-container {
  font-size: 42px;
  color: white;
  font-weight: 300;
  margin: 20px 0; }

/* Countdown plugin end */
/* Icon div box */
.pm-icon-box-container {
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0 0 30px 0; }

/* Icon div box end */
/* Icon Bundle button */
.pm-icon-bundle {
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 40px 5px 30px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-icon-bundle:hover {
  background-color: #DBC164;
  border-color: #DBC164;
  color: #fff; }

.pm-icon-bundle:hover i, .pm-icon-bundle:hover a, .pm-icon-bundle:hover .pm-icon-bundle-info p {
  color: white; }

.pm-icon-bundle i {
  color: #2C5D85;
  display: block;
  font-size: 50px;
  margin-bottom: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-icon-bundle-content p {
  font-size: 18px; }

.pm-icon-bundle-content i {
  color: inherit;
  display: inherit;
  font-size: inherit;
  margin-bottom: 0px;
  opacity: 0;
  margin-left: -5px; }

.pm-icon-bundle:hover .pm-icon-bundle-content i {
  opacity: 1;
  margin-left: 5px; }

/* Icon Bundle button end */
/* Progress bar */
.pm-progress-bar-description {
  display: block;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #666; }

.pm-progress-bar-description span {
  left: 0;
  margin-left: -25px;
  position: absolute;
  top: 0;
  opacity: 0;
  font-size: 14px;
  font-weight: 300;
  color: #666; }

.pm-progress-bar {
  background-color: #dbdbdb;
  display: block;
  height: 7px;
  margin-bottom: 40px;
  position: relative; }

.pm-progress-bar .pm-progress-bar-outer {
  background-color: #DBC164;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0; }

.pm-progress-bar .progress-bar-outer .progress-bar-inner {
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

/* Progress bar end */
/* Search overlay */
.pm-search-container {
  height: 0px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background-color: rgba(44, 92, 130, 0.95);
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-search-columns {
  position: relative;
  top: 240px; }

.pm-search-columns p {
  color: white;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
  display: inline-block; }

.pm-search-box {
  background-color: white;
  display: inline-block;
  padding: 5px;
  width: 100%;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-search-box input {
  background-color: white !important;
  border: medium none !important;
  color: #333 !important;
  font-size: 22px !important;
  margin-left: 15px;
  margin-top: 0 !important;
  padding: 3px !important;
  width: 90% !important; }

.pm-search-submit {
  float: right;
  font-family: 'FontAwesome';
  font-size: 18px !important;
  font-style: normal;
  padding: 5px 15px;
  display: block;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-search-submit:hover {
  color: #333;
  cursor: pointer; }

.pm-search-exit {
  font-family: 'FontAwesome';
  font-size: 48px !important;
  font-style: normal;
  color: white;
  padding: px;
  display: table !important;
  margin: 20px auto;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-search-exit:hover {
  color: #DAC164 !important;
  cursor: pointer; }

/* Search overlay end */
/* Checkout form */
.pm-checkout-password-field {
  display: none; }

.pm-payment-option-container {
  overflow: hidden; }

.pm-payment-options {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-payment-options li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-payment-options label {
  margin-top: 0px;
  margin-bottom: 6px; }

/* Checkout form end */
/* Accordion system */
.panel-title > a {
  padding: 8px;
  text-transform: capitalize !important;
  color: white;
  display: block;
  line-height: 20px !important; }

.panel-body {
  font-size: 14px;
  color: white;
  font-weight: 100;
  line-height: 24px; }

.panel {
  box-shadow: none; }

.panel-default {
  border: none; }

.panel-group .panel {
  border-bottom: 0px solid #E3E3E3;
  border-radius: 0;
  margin-bottom: 10px;
  padding-bottom: 0px; }

.panel-title {
  display: block;
  /*float: right;*/
  font-size: 16px;
  margin-bottom: 0;
  /* margin-left: 10px;*/
  margin-top: 0; }

.panel-title i {
  display: block;
  float: left;
  font-size: 14px;
  margin-right: 10px;
  padding: 11px;
  color: white;
  background-color: #DBC164; }

.panel-title p {
  margin: 0px;
  padding: 0px; }

.panel-body {
  float: left;
  padding: 10px 4px;
  width: 100%; }

.panel-collapse {
  overflow: hidden; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: medium none;
  padding-left: 40px;
  padding-top: 20px; }

.panel-default > .panel-heading {
  background-color: #2a5c81;
  border-color: transparent;
  color: inherit;
  padding: 0px;
  display: inline-block;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.pm-accordionIcon {
  float: left;
  font-size: 16px;
  margin-right: 7px;
  width: auto;
  padding: 6px 5px;
  display: block; }

/* Accordion system end */
/* Tab system */
.nav-tabs li:before {
  content: "";
  margin: 0;
  padding: 0; }

.tab-content {
  padding-top: 15px;
  width: 100%; }

.nav-tabs > li > a {
  background-color: #2B5D82;
  color: white; }

.nav-tabs > li > a:hover {
  background-color: #DBC164; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #DBC164;
  color: white; }

/* Tab system end */
/* Interactive panels carousel */
.pm-interactive-panels-carousel {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.pm-interactive-panels-carousel li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-interactive-panels-carousel li {
  margin: 10px; }

/* Tab system end */
/* Alerts */
.alert {
  /*padding:2px 15px 14px;	
  margin-bottom:0px !important;*/ }

.alert button.close {
  margin-top: 4px; }

.alert-warning {
  background-color: #EA6872;
  color: white;
  font-size: 14px;
  border: 0px solid #af4e56; }

.alert-success {
  background-color: #2C5E83;
  color: white;
  font-size: 14px;
  border: 0px solid #183852; }

.alert-danger {
  background-color: #5F3048;
  color: white;
  font-size: 14px;
  border: 0px solid grey; }

.alert-info {
  background-color: #cbb35e;
  color: white;
  font-size: 14px;
  border: 0px solid grey; }

.alert-notice {
  background-color: #49c592;
  color: white;
  font-size: 14px;
  border: 0px solid grey; }

.alert a {
  color: white;
  font-size: 14px; }

.alert a:hover {
  text-decoration: underline !important; }

.alert i {
  font-size: 30px; }

/* Alerts end */
/* Pricing table */
.pm-pricing-table {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
  text-align: center;
  /*padding:60px 45px 30px;*/
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px; }

.pm-pricing-table h2 {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase !important;
  background-color: #2B5C84;
  padding: 15px;
  color: white; }

.pm-pricing-table-header {
  margin-bottom: 20px;
  padding: 0 20px; }

.pm-pricing-table-header i {
  font-weight: 600;
  font-size: 48px;
  color: #2B5D83; }

.pm-pricing-table-header h1 {
  color: #DBC164;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 38px;
  margin-top: 10px !important; }

.pm-pricing-table-header h1 sup {
  font-size: 36px;
  margin-left: -15px; }

.pm-pricing-table-header h1 sub {
  bottom: 0;
  font-size: 24px; }

.pm-pricing-table-offer ul {
  list-style: none outside none;
  margin: 0 auto;
  padding: 0;
  display: table;
  width: 75%; }

.pm-pricing-table-offer ul li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-pricing-table-offer ul li:first-child {
  border-top: medium none; }

.pm-pricing-table-offer ul li {
  border-top: 1px solid #c2c2c2;
  padding: 15px 0; }

/* Pricing table end */
/* Pie chart */
.pm-pie-chart {
  margin: 0 auto 20px;
  position: relative;
  text-align: center; }

.pm-pie-chart .pm-pie-chart-percent {
  font-size: 50px;
  color: #DBC164;
  color: #5E5E5E; }

.pm-pie-chart i, .pm-pie-chart .pm-pie-chart-custom-text, .pm-pie-chart .pm-pie-chart-percent {
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
  line-height: inherit !important; }

.pm-pie-chart canvas {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

.pm-pie-chart-description {
  display: block;
  font-size: 24px;
  color: #5E5E5E;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center; }

.pm-pie-chart-description i {
  margin-right: 10px;
  font-size: 30px;
  color: #5E5E5E; }

/* Pie chart end */
/* Milestone Alternative counter */
.pm-milestone-counter {
  background-image: url(../img/services/02_panel-bg.jpg); }

.milestone {
  margin: 15px 0;
  position: relative;
  text-align: center; }

.milestone:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

.milestone i {
  color: #295D84;
  display: block;
  font-size: 50px;
  z-index: 20; }

.milestone .milestone-description {
  color: #5E5E5E;
  font-size: 18px !important;
  line-height: 26px; }

.milestone.alt .milestone-description {
  color: white !important;
  font-size: 18px !important;
  line-height: 26px; }

.milestone .milestone-value {
  display: inline-block;
  margin-bottom: 15px; }

.milestone.alt {
  border: 1px solid white;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px; }

.milestone .milestone-content {
  font-size: 60px;
  line-height: 73px;
  color: #2C5C80; }

.milestone.alt .milestone-content {
  color: white;
  font-size: 72px;
  line-height: 65px;
  z-index: 10; }

.milestone.alt .milestone-content {
  font-size: 48px;
  line-height: 54px; }

.milestone.alt-2 {
  position: relative; }

.milestone.alt-2 img {
  display: block; }

.milestone.alt-2 .milestone-content {
  bottom: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  left: 0;
  line-height: 30px;
  position: absolute;
  right: 0;
  z-index: 3; }

.milestone.alt-2 .milestone-description {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase; }

/* Milestone Alternative counter end */
/* Page options */
.pm-page-share-options {
  width: auto;
  overflow: hidden;
  border-top: 1px solid grey;
  padding-top: 15px;
  margin-top: 15px; }

.pm-page-social-icons {
  float: right;
  margin: 15px 0 0;
  overflow: hidden;
  padding: 0; }

.pm-page-social-icons li {
  float: left;
  margin-right: 1px;
  display: inline-block;
  height: 45px; }

.pm-page-social-icons li:before {
  content: normal !important; }

.pm-page-social-icons li a {
  color: white;
  font-family: FontAwesome;
  font-size: 14px;
  height: 35px;
  padding-top: 11px;
  text-align: center;
  text-decoration: none;
  width: 35px;
  background-color: #DBC164;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

.pm-page-social-icons li a:hover {
  color: white;
  background-color: #333; }

/* Page options end */
/* Quick Login - added in version 1.6 */
.pm-quick-login-container {
  width: 100%;
  background-color: #333;
  height: 0px;
  position: relative;
  z-index: 100;
  overflow: hidden; }

.pm-quick-login-container-spacing {
  padding: 15px 0;
  overflow: hidden; }

.pm-quick-login-container p {
  margin: 0; }

.pm-ln-quick-login-list {
  float: right;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.pm-ln-quick-login-list li:before {
  list-style: none;
  content: "";
  padding: 0;
  margin: 0; }

.pm-ln-quick-login-list li {
  float: left;
  margin-right: 5px;
  display: table; }

.pm-ln-quick-login-list li:last-child {
  margin-right: 0px; }

.pm-ln-quick-login-textfield {
  border: medium none;
  color: #555;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 10px;
  height: 25px;
  padding: 0 10px !important;
  margin-top: 0px !important; }

.pm-header-btn.search.expand a {
  font-size: 18px;
  padding: 5px 12px;
  line-height: 14px !important; }

.pm-quick-login-message {
  background-color: #333333;
  border: 1px solid #e5e5e5;
  height: auto;
  width: 350px;
  position: absolute;
  right: -370px;
  top: 35px;
  z-index: 99999999;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s; }

.pm-quick-login-message span {
  color: white;
  font-family: "Open sans";
  font-size: 13px;
  font-weight: 400; }

.pm-quick-login-message span i {
  height: auto !important; }

#pm-quick-message-close {
  font-size: 14px;
  margin-right: 10px;
  padding: 10px 15px;
  display: inline-block;
  background-color: #DBC164;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s; }

#pm-quick-message-close:hover {
  cursor: pointer;
  background-color: #2B5C84;
  color: white; }

/* 28. Isotope filter system */
#pm-isotope-item-container {
  width: 100%; }

.pm-isotope-filter-container {
  width: 100%; }

.pm-isotope-filter-system {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  margin: 0 auto;
  width: 100%;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-isotope-filter-system li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-isotope-filter-system li {
  float: none;
  display: inline;
  margin-right: 5px; }

.pm-isotope-filter-system li i {
  float: right;
  font-family: 'FontAwesome';
  margin-top: 14px; }

.pm-isotope-filter-system li:last-child {
  margin-right: 0px; }

.pm-isotope-filter-system li a {
  font-size: 12px;
  color: #868686;
  text-transform: uppercase;
  display: block;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-isotope-filter-system-expand {
  background-color: #EF5438;
  color: white !important;
  font-size: 12px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  display: none !important;
  visibility: hidden;
  float: none; }

.pm-isotope-filter-system-expand:hover {
  cursor: pointer; }

.pm-isotope-page-count {
  text-transform: uppercase;
  color: #777777;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 15px; }

/* 35. Gallery item */
.pm-gallery-item-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  position: relative; }

.pm-gallery-item-img-container {
  position: relative;
  width: 100%;
  min-height: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.pm-gallery-item-img-container span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0; }

.pm-gallery-item-desc {
  padding: 15px 0 0; }

.pm-gallery-item-title {
  padding: 8px 15px;
  max-width: 280px;
  background-color: #2b5d83;
  position: absolute;
  top: 38px;
  z-index: 100;
  left: 0px;
  text-align: left; }

.pm-gallery-item-title p {
  margin: 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px; }

.pm-gallery-item-excerpt {
  margin-top: 15px;
  margin-bottom: 15px; }

.pm-gallery-item-hover-btn:before {
  font-family: 'FontAwesome';
  font-size: 18px;
  color: white;
  position: absolute;
  top: 3px;
  left: 2px;
  content: '\f078'; }

.pm-gallery-item-hover-btn {
  font-size: 18px;
  position: absolute;
  right: 0px !important;
  text-align: center;
  z-index: 999;
  margin: 0px;
  padding: 0px;
  bottom: 0px;
  border-right: 35px solid #DBC164;
  border-top: 35px solid transparent;
  border-left: 35px solid transparent;
  border-bottom: 35px solid #DBC164; }

.pm-gallery-item-hover-btn:hover {
  cursor: pointer;
  border-right: 35px solid #333;
  border-top: 35px solid transparent;
  border-left: 35px solid transparent;
  border-bottom: 35px solid #333; }

.pm-gallery-item-caption {
  position: absolute;
  max-width: 300px;
  height: auto;
  top: 20px;
  left: 25px;
  z-index: 200;
  opacity: 0; }

.pm-gallery-item-caption p {
  color: white;
  font-size: 14px;
  margin: 0px;
  text-align: left;
  line-height: 26px !important; }

.pm-gallery-item-btns {
  list-style: none;
  padding: 0px;
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: -200px;
  z-index: 300;
  opacity: 0; }

.pm-gallery-item-btns li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-gallery-item-btns li {
  float: left;
  margin-right: 1px; }

.pm-gallery-item-btns li a {
  background-color: #DBC164;
  text-align: center;
  font-family: 'FontAwesome';
  color: white;
  display: block;
  padding: 15px;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s; }

.pm-gallery-item-btns li a:hover {
  background-color: #2B5C84;
  cursor: pointer; }

/* WPML Language selector */
.pm-micro-nav-lang-selector {
  float: left;
  width: 120px; }

.pm-dropdown.pm-language-selector-menu {
  max-width: 120px; }

.pm-dropdown.pm-language-selector-menu .pm-dropmenu {
  background-color: transparent;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 100%;
  border: none !important;
  margin: 3px 0 0; }

.pm-dropdown.pm-language-selector-menu .pm-dropmenu i {
  position: absolute;
  right: 20px;
  top: 34%; }

.pm-dropdown.pm-language-selector-menu .pm-dropmenu-active {
  display: none;
  height: auto;
  min-width: 120px;
  width: auto !important;
  padding-top: 0px;
  position: absolute;
  z-index: 9999; }

.pm-language-selector-menu .pm-dropmenu-active ul li img {
  float: left;
  margin: 12px 8px 0; }

.pm-language-selector-menu .pm-dropmenu-active ul li a {
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  padding: 6px 20px 5px; }

/* Post Items carousel */
.pm-postItem-carousel-item {
  padding: 0 15px;
  width: 100%; }

.owl-carousel:hover {
  cursor: url(img/owl-cursor.gif), auto; }

.pp_gallery ul li:before {
  content: "";
  padding: 0px;
  margin: 0px; }

/* Feature box */
.feature-box {
  position: relative;
  text-align: left; }

.feature-box h4 {
  margin-bottom: 10px; }

.feature-box > .fa {
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 28px;
  margin-top: 9px; }

.feature-box .content {
  margin-left: 50px; }

.feature-box .typcn {
  font-size: 45px;
  line-height: 0;
  position: absolute;
  top: 20px; }

/* Helper classes */
.pm-sidebar .pm-widget > div {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%; }

/* SASS imports */
/* Fat Footer */
.pm-fat-footer {
  width: 100%;
  background-color: #273d4c;
  padding: 60px 0px;
  background-repeat: no-repeat; }

.pm-fat-footer p {
  color: white; }

.pm-fat-footer h6 {
  font-size: 14px;
  color: white;
  font-family: 'Open Sans';
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  background-color: #467192;
  padding: 0px 0px 0 10px;
  line-height: 30px;
  margin: 0px 0px 25px 0px; }

.pm-fat-footer h6 p {
  margin: 0; }

.pm-fat-footer h6 i {
  display: block;
  padding: 8px;
  float: right;
  background-color: #dbc164;
  font-size: 14px;
  height: inherit; }

.pm-widget-footer:last-child {
  margin-bottom: 0px !important; }

.pm-widget-footer p {
  font-size: 13px;
  color: white;
  line-height: 21px;
  font-family: 'Open sans';
  margin: 10px 0 0 0;
  padding: 0px; }

/* Footer */
footer {
  padding: 40px 0; }

.pm-footer-social-info-container, .pm-footer-subscribe-container p {
  font-size: 14px;
  font-family: 'Open sans';
  font-weight: 300; }

.pm-footer-social-info-container h6, .pm-footer-subscribe-container h6 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  color: #dbc164;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0; }

.pm-footer-subscribe-field {
  border: 0px solid grey;
  background-color: #467192;
  color: white;
  padding: 12px;
  width: 360px !important;
  font-family: 'Open sans';
  float: left;
  margin-right: 1px;
  background-image: none !important;
  border: none !important;
  padding: 8px 15px !important;
  margin-top: 0px !important;
  height: 44px; }

.pm-footer-subscribe-submit-btn, .pm-footer-subscribe-submit-btn button {
  font-family: "FontAwesome" !important;
  display: inline-block;
  padding: 5px;
  background-color: #dbc164;
  color: white !important;
  float: left;
  border: 0px solid white !important;
  width: 44px !important;
  height: 44px !important;
  min-width: auto !important;
  margin: 0px !important;
  border-radius: 0px !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-footer-subscribe-submit-btn:hover, .pm-footer-subscribe-submit-btn button:hover {
  background-color: #333 !important;
  cursor: pointer;
  border: 0px solid grey !important; }

.pm-footer-copyright {
  width: 100%;
  background-color: #273d4c;
  padding: 20px 0; }

.pm-footer-copyright p {
  font-size: 11px !important;
  font-weight: 300;
  color: #CCCCCC;
  margin: 0px;
  color: white;
  text-transform: uppercase; }

.pm-footer-copyright a {
  color: #dbc164;
  font-size: 11px !important; }

.pm-footer-social-icons li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-footer-social-icons {
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

.pm-footer-social-icons li {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  list-style: none; }

.pm-footer-social-icons li a {
  text-decoration: none; }

.pm-footer-social-icons li a i {
  display: block;
  text-align: center;
  padding: 14px;
  background-color: #467192;
  color: white;
  font-size: 18px;
  width: 45px;
  height: 45px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-footer-navigation {
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: right; }

.pm-footer-navigation li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-footer-navigation li {
  float: left;
  list-style: none; }

.pm-footer-navigation li:last-child a {
  border-right: 0px solid white; }

.pm-footer-navigation li a {
  font-size: 11px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding-right: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-footer-navigation li a:hover {
  color: #dbc164; }

/* Footer end */
/* Tag cloud */
.pm-widget-footer .tagcloud a {
  display: inherit;
  float: left;
  font-size: 14px !important;
  margin: 0 5px 5px 0;
  overflow: hidden;
  color: white !important;
  padding: 7px 14px !important;
  width: inherit !important;
  border: 3px solid #d9d9d9;
  text-transform: uppercase;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-widget-footer .tagcloud a:hover {
  color: white;
  border: 3px solid #2B5D83;
  background-color: #2B5D83; }

/* Footer recent posts */
.pm-recent-blog-post-details .pm-date-published {
  margin-top: 0px !important; }

.pm-base-btn {
  background-color: #333;
  margin: 5px 2px;
  color: white;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-base-btn a {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
  width: inherit;
  height: inherit;
  padding: 5px 15px; }

.pm-base-btn:hover {
  cursor: pointer;
  background-color: #333; }

.pm-header-btn {
  width: auto;
  margin: 5px 0 5px 0px;
  text-transform: uppercase;
  font-family: 'Open sans';
  text-shadow: #646464 1px 1px 0px; }

.pm-header-btn.user {
  width: auto;
  margin: 5px 0px !important;
  text-transform: uppercase;
  font-family: 'Open sans';
  text-shadow: #646464 1px 1px 0px; }

.pm-header-btn.search {
  width: auto;
  height: 36px;
  text-align: center;
  margin: 5px 0px !important;
  background-color: #6cb9f3;
  border: 1px solid #0a8bec;
  padding-top: 4px;
  text-shadow: #646464 1px 1px 0px; }

.pm-header-btn:hover, .pm-header-btn.user:hover {
  cursor: pointer;
  background-color: #333 !important;
  border: 1px solid #666; }

.pm-register-btn {
  background-color: #dbc164;
  border: 1px solid #987e23; }

.pm-login-btn {
  background-color: #6cb9f3;
  border: 1px solid #0a8bec; }

.pm-register-btn a, .pm-login-btn a {
  line-height: 24px !important; }

.pm-main-menu-btn i {
  color: #DBC164;
  font-size: 24px; }

/* Rounded button */
.pm-rounded-btn {
  width: auto;
  height: auto;
  display: inline-block; }

.pm-rounded-btn.transparent {
  display: inline; }

.pm-rounded-btn a {
  background-color: white;
  border: 3px solid #d9d9d9;
  min-width: 100px;
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open sans';
  font-size: 14px;
  font-weight: bold;
  color: #9e9e9e;
  margin: 10px 0px;
  text-align: center;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-rounded-btn a:hover, .pm-rounded-btn.transparent a:hover {
  color: white;
  border: 3px solid #2B5D83;
  background-color: #2B5D83; }

.pm-rounded-btn.transparent a {
  background-color: transparent;
  border: 3px solid transparent; }

.pm-rounded-btn.transparent a:hover {
  color: white;
  border: 3px solid #DBC164;
  background-color: #DBC164; }

.pm-rounded-btn a i {
  font-family: 'FontAwesome';
  margin-left: 5px; }

.pm-rounded-btn.animated a {
  padding-left: 22px; }

.pm-rounded-btn.animated i {
  opacity: 0;
  margin-left: -3px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-rounded-btn.animated:hover i {
  margin-left: 7px;
  opacity: 1; }

/* Rounded button end */
/* Blog post button extension */
.pm-blog-post-btn a {
  padding: 7px 60px; }

/* Quick login - added in version 1.6 */
#btn-quick-login {
  border-radius: 0;
  margin: 0;
  min-width: auto !important;
  padding: 2px 10px !important;
  width: auto;
  font-weight: normal !important;
  color: white !important; }

#btn-quick-login:hover {
  cursor: pointer;
  background-color: #333 !important;
  border: 1px solid #666; }

.comments-title {
  font-size: 20px !important; }

#comments {
  font-size: 1.5rem;
  margin-top: 4.4rem;
  width: 100%; }

#comment {
  padding: 0 10px !important; }

.comment-list {
  padding-left: 0; }

.comment:last-of-type {
  margin-bottom: 0; }

.comment {
  list-style: outside none none;
  padding: 3.3rem 0 0; }

.comment-body {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 3.3rem;
  position: relative; }

.comment-body p {
  padding: 20px; }

.comment .avatar {
  border-radius: 50%;
  float: left;
  margin-right: 1rem; }

.comment-date {
  font-size: 1.3rem; }

.vcard {
  margin-bottom: 0; }

.fn {
  font-style: normal;
  font-weight: bold !important; }

.comment-content, .comment-reply-link {
  margin-bottom: 1.1rem;
  padding-top: 1.1rem; }

.comment-content p:last-of-type {
  margin-bottom: 0; }

.comment-content, .comment-reply-link {
  margin-bottom: 1.1rem;
  padding-top: 1.1rem;
  line-height: 12px !important; }

.comment-meta.commentmetadata {
  position: absolute;
  right: 20px;
  top: 23px;
  z-index: 100; }

.comment-form label {
  display: block;
  padding-bottom: 0.733333rem; }

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
  width: 100%; }

.comment-respond {
  margin: 20px 0; }

/*textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	background-color: #eaecee;
    border: 0 none;
    max-width: 100%;
    padding: 0.6rem 0.8rem;	
}*/
.comment-form-comment textarea, #author, #email, #url {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.comment-reply-link {
  background-color: white;
  border: 3px solid #d9d9d9;
  min-width: 100px;
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open sans';
  font-size: 14px;
  font-weight: bold;
  color: #9e9e9e;
  margin: 15px 0px;
  text-align: center;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.comment-reply-link:hover {
  color: white; }

.comment-author.vcard {
  width: auto;
  height: auto;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  background-color: #fafafa;
  padding: 13px;
  margin-bottom: 10px; }

.children li:before {
  content: ""; }

/* Posted comments */
/*.pm-comment-container {
	padding:30px;	
}

.reply {
	float:right;	
	margin-right:30px;
}

.pm-comment-reply-form .comment-respond {
	padding:30px;	
}

.comment-respond {
	padding:30px;
}

.children li:before {
	margin:0;
	padding:0;
	content:"";	
}

.form-allowed-tags {
	background-color: #fafafa;
    border: 1px solid #e1e1e1;
    margin-top: 11px;
    padding: 15px;
}

.pm-single-blog-post-comments {
	margin-bottom:30px;	
}

.pm-comment-box-container {
	border:1px solid #d5d5d5;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
}

.pm-comment-box-avatar-container {
	width:auto;
	height:auto;	
	overflow:hidden;
	border-bottom:1px solid #d5d5d5;
	background-color:#fafafa;
	padding:13px;
}

.pm-comment-box-avatar-container img {
	margin-right:15px;	
}

.pm-comment-box-avatar-container p {
	font-family:'Open Sans';
	font-size:18px;
	color:#414141;	
	margin-top:8px;
}

.pm-comment-avatar {
	float:left;	
	margin-right:13px;
}

.pm-comment {
	padding:30px 30px 0px 30px;	
}

.pm-comment-reply-btn {
    float: right;
    margin-bottom: 12px;
    margin-right: 20px;
}*/
/* Posted comments end */
/* Submit a comment form */
/*.pm-submit-comment-form-container {
	overflow:hidden;
	width:auto;
	height:auto;
}

.pm-submit-comment-form-container h3 {
	margin-bottom:5px;	
}

.pm-comment-required {
	font-family:'Open Sans';
	font-size:14px;
	color:red;		
}

.pm-comment-form-textfield {
	border:1px solid #e1e1e1;
	padding:10px 13px;
	width:50%;
	margin-top:10px;
	font-family:'Open Sans';
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(0, #F7F7F7),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}

.pm-comment-form-textfield:focus, .pm-comment-form-textarea:focus, #comment:focus {
	background-color:#2C5D85;
	background-image:none;	
	color:white;
}

#comment {
	border:1px solid #e1e1e1;
	padding:10px 13px;
	width:100%;
	margin-top:10px;
	font-family:'Open Sans';
	min-height:150px;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(0, #F7F7F7),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}

.pm-comment-form-textarea {
	border:1px solid #e1e1e1;
	padding:10px 13px;
	width:100%;
	margin-top:10px;
	font-family:'Open Sans';
	min-height:150px;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(0, #F7F7F7),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}

.pm-comment-html-tags {
	border:1px solid #e1e1e1;	
	background-color:#fafafa;
	padding:15px;
	margin-top:11px;
}

.pm-comment-html-tags span {
	font-family:'Open Sans';
	font-weight:bold;
	color:#777777;
	font-size:12px;
	text-transform:uppercase;
}

.pm-comment-html-tags p {
	font-size:14px;
	margin:0;	
}

.pm-comment-submit-btn {
	border:0px solid grey;
	background-color:#2B5C84;
	padding:7px 15px;
	font-family:'Open Sans';
	color:white;
	font-weight:100;
	text-transform:uppercase;
	margin-top:10px;
	
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.pm-comment-submit-btn:hover {
	background-color:#333;	
}*/
/* Submit a comment form end */
/* Flickr widget */
.flickr_badge_wrapper {
  /*margin: 9px -20px -9px 0px;*/
  overflow: hidden; }

.flickr_badge_wrapper div {
  float: left;
  /*margin: 0 2px 3px 0;*/ }

.flickr_badge_image {
  background: none repeat scroll 0 0 transparent;
  float: left;
  	/*width: 100px;
      height: 100px;*/
  margin: 0 7px 7px 0;
  padding: 0;
  width: 66px;
  height: 66px; }

.flickr_badge_wrapper div a {
  border: 1px solid #555;
  display: block;
  float: left;
  margin: 0;
  padding: 0px;
  border: 1px solid grey;
   /*width: 65px;
	height: 65px;*/
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

.flickr_badge_wrapper div a img {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

.flickr_badge_image img {
  height: 100%;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }

.pm-comment-header h3 {
  font-size: 28px !important; }

.login-username label, .login-password label {
  display: none;
  visibility: hidden; }

.pm-comment-reply-form {
  clear: both; }

/* Contact form */
.pm-contact-form-container {
  width: auto;
  height: auto;
  overflow: hidden; }

.pm-contact-form-title {
  font-size: 28px; }

.pm-required {
  font-family: 'Open Sans';
  font-size: 14px;
  color: red; }

.pm-form-textfield {
  border: 1px solid #e1e1e1 !important;
  padding: 10px 13px;
  width: 50%;
  margin-top: 10px;
  font-family: 'Open Sans';
  float: left;
  clear: left;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0, #F7F7F7), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

#user_login, #user_pass, .woocommerce-cart input[type="text"], .woocommerce-cart input[type="email"], .woocommerce-cart input[type="password"], .registration-form input[type="text"], .registration-form input[type="password"], .registration-form input[type="email"], .woocommerce-cart input[type="tel"], .woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="password"], .woocommerce-checkout input[type="tel"] {
  border: 1px solid #e1e1e1 !important;
  padding: 10px 13px;
  width: 100%;
  margin-top: 10px;
  font-family: 'Open Sans';
  float: left;
  clear: left;
  line-height: 28px !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0, #F7F7F7), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-form-textfield:focus, .pm-form-textarea:focus, #user_login:focus, #user_pass:focus, .registration-form input[type="text"]:focus, .registration-form input[type="password"]:focus, .registration-form input[type="email"]:focus {
  background-color: #2C5D85;
  background-image: none;
  color: white; }

.pm-form-textarea {
  border: 1px solid #e1e1e1;
  padding: 10px 13px;
  width: 100%;
  margin-top: 10px;
  font-family: 'Open Sans';
  min-height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0, #F7F7F7), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-form-submit-btn {
  border: 0px solid grey;
  background-color: #2B5C84;
  padding: 7px 15px;
  font-family: 'Open Sans';
  color: white;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-form-submit-btn:hover {
  background-color: #333; }

.pm_captcha_box {
  padding: 0px;
  overflow: hidden; }

.pm_s_security_code {
  width: 125px;
  float: none; }

#pm-contact-form-response {
  color: red !important; }

/* Contact form end */
/* Forgot password form */
.pm-form-textfield-with-icon {
  border: 1px solid #e1e1e1 !important;
  padding: 11px 10px 10px 40px !important;
  width: 100%;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0, #F7F7F7), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-input-container {
  position: relative; }

.pm-input-container-icon {
  color: #bfbfbf;
  display: inline-block;
  width: auto;
  height: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 17px;
  bottom: 3px;
  z-index: 3; }

/* Forgot password form end */
/* Global form elements */
.login-remember {
  clear: both; }

.pm-checkbox-input {
  overflow: hidden;
  margin-top: 10px; }

.pm-remember-checkbox {
  float: left;
  margin-right: 8px !important; }

.pm-checkbox-input p {
  line-height: 22px !important; }

.pm-textfield, input[id=author], input[id=email], input[id=url], input[id=username], input[id=password], input[id=account_password], .woocommerce-billing-fields input[type=text] {
  border: 1px solid #e1e1e1;
  padding: 15px 13px;
  width: 100%;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0, #F7F7F7), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-textfield:focus, .pm-textarea:focus, input[id=author]:focus, input[id=email]:focus, input[id=url]:focus, input[id=username]:focus, input[id=password]:focus, input[id=account_password], .woocommerce-billing-fields input[type=text]:focus {
  background-color: #2C5D85;
  background-image: none;
  color: white; }

.pm-textarea {
  border: 1px solid #e1e1e1;
  padding: 10px 13px;
  width: 100%;
  margin-top: 10px;
  font-family: 'Open Sans';
  min-height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0, #F7F7F7), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

select {
  padding: 15px 13px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #e1e1e1;
  margin-top: 10px;
  color: #666;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0, #F7F7F7), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%); }

label {
  font-family: 'Open sans';
  font-size: 14px;
  color: #656565;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0px; }

/* Global form elements end */
/* Rounded Form button */
.pm-rounded-submit-btn, #submit, .woocommerce input[type=submit], #wp-submit, #btn-register-user, .checkout-button {
  background-color: white;
  border: 3px solid #d9d9d9;
  min-width: 100px;
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open sans';
  font-size: 14px;
  font-weight: bold;
  color: #9e9e9e;
  margin: 15px 0px;
  text-align: center;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-rounded-submit-btn:hover, #submit:hover, input[type=submit]:hover, #wp-submit:hover, #btn-register-user:hover, .checkout-button:hover {
  color: white;
  border: 3px solid #2B5D83;
  background-color: #2B5D83; }

/* Rounded Form button end */
/* Shopping cart form */
.pm-cart-items-container {
  border: 1px solid #e0dede;
  margin-bottom: 30px;
  padding-bottom: 10px;
  margin-top: 20px; }

.pm-cart-totals-container {
  border: 1px solid #e0dede;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.pm-cart-count {
  border-bottom: 1px solid #e0dede;
  margin-bottom: 30px;
  padding: 15px 0 10px 20px; }

.pm-cart-count-text {
  color: #295D84;
  font-family: 'Open sans';
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  margin-bottom: 0px; }

.pm-cart-total {
  border-bottom: 1px solid #e0dede;
  padding: 15px 0 10px 20px; }

.row.cart_item:last-child {
  padding-bottom: 0px; }

.row.cart_item {
  padding: 0 0 20px 30px; }

.pm-cart-totals {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden; }

.pm-cart-totals li:last-child {
  border-bottom: 0px solid #e0dede; }

.pm-cart-totals li {
  overflow: hidden;
  padding: 20px 30px 10px 12px;
  border-bottom: 1px solid #e0dede; }

.pm-cart-totals li .label {
  float: left;
  display: block;
  color: #295D84;
  font-family: 'Open sans';
  font-size: 14px;
  text-transform: uppercase; }

.pm-cart-totals li .price {
  float: right;
  display: block;
  font-family: 'Open sans';
  font-size: 14px; }

/* Shopping cart form end */
/* Checkout form */
.pm-expandable-login-container {
  width: auto;
  height: auto;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-top: 20px;
  display: none; }

.pm-form-checkbox-input {
  display: inline-block;
  margin-top: 20px !important;
  width: 100%; }

/* Checkout form end */
/* Cart form */
.pm-order-summary-container {
  border: 1px solid #e0dede;
  margin-bottom: 30px;
  margin-top: 20px; }

.pm-order-summary {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden; }

.pm-order-summary li:last-child {
  border-bottom: 0px solid #e0dede; }

.pm-order-summary li {
  overflow: hidden;
  padding: 20px 30px 10px 12px;
  border-bottom: 1px solid #e0dede; }

.pm-order-summary li .title {
  float: left;
  display: block;
  color: #295D84;
  font-family: 'Open sans';
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px; }

.pm-order-summary li .label {
  float: left;
  display: block;
  color: #295D84;
  font-family: 'Open sans';
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px !important; }

.pm-order-summary li .price {
  float: right;
  display: block;
  font-family: 'Open sans';
  font-size: 14px; }

/* Shopping cart form end */
/* Payment options */
.pm-payment-option-container {
  background-color: #f2f2f2;
  padding: 20px; }

/* Widget - Quick contact form */
.pm_quickcontact_widget {
  overflow: hidden; }

.pm_quick_contact_field.Dark {
  background-color: #444 !important;
  border: 0px solid #333333 !important;
  border-radius: 0px !important;
  color: white !important;
  float: left !important;
  font-size: 12px !important;
  height: 20px !important;
  line-height: 20px !important;
  padding: 6px 8px !important;
  vertical-align: middle !important;
  /*width: 95% !important;*/
  box-shadow: none !important;
  margin-bottom: 5px;
  width: 95%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm_quick_contact_textarea.Dark {
  border-radius: 0px !important;
  color: white !important;
  float: left !important;
  font-size: 12px !important;
  height: 70px !important;
  line-height: 20px !important;
  padding: 6px 8px !important;
  vertical-align: middle !important;
  /*width: 95% !important;*/
  background-color: #444 !important;
  border: 0px solid #333333 !important;
  box-shadow: none !important;
  margin-bottom: 5px;
  width: 95%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm_quick_contact_field.Light {
  background-color: white !important;
  border-radius: 0px !important;
  color: grey;
  float: left !important;
  font-size: 12px !important;
  height: 20px !important;
  line-height: 20px !important;
  padding: 6px 8px !important;
  vertical-align: middle !important;
  width: 95% !important;
  box-shadow: none !important;
  margin-bottom: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm_quick_contact_textarea.Light {
  border-radius: 0px !important;
  color: grey;
  float: left !important;
  font-size: 12px !important;
  height: 70px !important;
  line-height: 20px !important;
  padding: 6px 8px !important;
  vertical-align: middle !important;
  width: 95% !important;
  background-color: white !important;
  box-shadow: none !important;
  margin-bottom: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm_quick_contact_submit {
  border: 0 solid white;
  color: black;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 15px 5px 15px;
  text-transform: uppercase;
  background-color: #ACDB05;
  float: left;
  margin-right: 20px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }

.pm_quick_contact_submit:hover {
  background-color: #333 !important;
  color: white !important;
  border: 0px solid white !important; }

.pm_form_response.Dark {
  color: #333;
  float: left;
  font-size: 12px;
  margin-top: 7px;
  width: auto;
  clear: left;
  margin-bottom: 30px; }

.pm_form_response.Light {
  color: white;
  float: left;
  clear: left;
  font-size: 12px;
  margin-top: 7px;
  width: auto;
  margin-bottom: 30px; }

.invalid_field {
  border: 1px solid red !important; }

#pm_form_security_question {
  width: 50px;
  text-align: center;
  float: right;
  padding: 2px; }

.form-group.security-question {
  width: 120px; }

.form-group.security-question p {
  line-height: 50px; }

/* Members area */
.pm-account-section {
  font-size: 18px !important; }

.pm-members-nav-container-margin {
  margin-top: -35px;
  position: relative;
  z-index: 200; }

.pm-members-nav-container-padding {
  padding-right: 0px;
  margin-right: 0px; }

.pm-members-nav-container {
  height: 65px;
  background-color: white;
  border: 1px solid #e0e0e0;
  margin-left: 15px;
  margin-right: 15px; }

.pm-member-welcome-box {
  padding: 19px 0 0 10px; }

.pm-member-welcome-box p {
  font-family: 'Open sans';
  color: #454545;
  font-size: 18px; }

.pm-members-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  float: right; }

.pm-members-navigation li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-members-navigation li {
  float: left;
  background-color: #f6f6f6;
  border-left: 1px solid #E0E0E0; }

.pm-members-navigation li a {
  display: block;
  width: inherit;
  height: inherit;
  padding: 19px;
  border-left: 1px solid white;
  border-top: 1px solid white;
  line-height: 24px !important;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-members-navigation li a:hover {
  color: #DBC164; }

/* Members workshop files */
.pm-workshop-files-ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
  overflow: hidden; }

.pm-workshop-files-ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-workshop-file-row {
  overflow: hidden;
  clear: left;
  margin-top: 1px; }

.pm-workshop-file-row .pm-file-type {
  display: inline-block;
  padding: 15px;
  background-color: #DBC164;
  color: white;
  float: left; }

.pm-member-workshop-file-box {
  padding: 14px;
  float: left;
  width: 80%;
  background-color: #f6f6f6;
  margin: 0 1px 0 1px;
  border: 1px solid #e0e0e0; }

.pm-member-workshop-file-box p {
  padding: 0;
  margin: 0;
  line-height: 14px; }

.pm-workshop-file-row .pm-file-download {
  display: inline-block;
  padding: 15px;
  background-color: #2D5D83;
  color: white;
  float: left;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-workshop-file-row .pm-file-download:hover {
  background-color: #333; }

/* Members workshop files end */
/* Archive date menu widget */
.pm-dropdown {
  width: 100%; }

.pm-dropmenu {
  cursor: pointer;
  height: 44px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: white;
  border: 1px solid #d5d5d5;
  transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s; }

.pm-dropmenu .pm-menu-title {
  color: #8e8e8e;
  font-family: 'Open sans';
  font-weight: 500;
  margin: 9px 0 0 12px;
  text-align: left; }

.pm-dropmenu .pm-selected {
  color: grey;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0; }

.pm-dropmenu i {
  color: #2C5E83;
  position: absolute;
  right: 20px;
  top: 35%; }

.pm-dropmenu-active {
  display: none;
  height: auto;
  position: absolute;
  width: 357px;
  z-index: 9999; }

.pm-dropmenu-active ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }

.pm-dropmenu-active ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-dropmenu-active ul li {
  text-align: left;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-dropmenu-active ul li:hover {
  background-color: #2B5C84; }

.pm-dropmenu-active ul li:hover a {
  color: white; }

.pm-dropmenu-active ul li a {
  color: #8e8e8e;
  display: block;
  padding: 4px 20px;
  text-decoration: none;
  line-height: 24px !important; }

.pm-dropmenu-active ul li a.active {
  font-weight: bold; }

/* Archive date menu widget end */
/* Revised schedules widget */
.pm-revised-schedules-ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-revised-schedules-ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-revised-schedules-ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-revised-schedules-ul li a {
  font-family: 'Open sans';
  font-size: 14px;
  color: #8e8e8e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-revised-schedules-ul li a:hover {
  color: #2B5D82; }

.pm-revised-schedules-ul li a:before {
  content: "\f0f6";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Revised schedules widget end */
/* Sidebar */
.pm-sidebar-search-icon-btn {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sidebar-search-icon-btn:hover {
  cursor: pointer;
  color: #333 !important; }

.pm-sidebar h6 i {
  display: none;
  visibility: hidden; }

.pm-sidebar .pm-widget h6 p {
  margin-bottom: 0px; }

.pm-sidebar .pm-widget {
  margin-bottom: 30px;
  overflow: hidden; }

.pm-widget .pm_widget {
  margin-bottom: 30px;
  overflow: hidden; }

.pm-sidebar .pm-widget h6, .pm-sidebar .woocommerce h6 {
  color: #414141;
  font-family: 'Open sans';
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 19px;
  margin-bottom: 19px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.pm-sidebar-search-container {
  width: 100%;
  height: 42px;
  border: 1px solid #c5c5c5;
  background-color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px; }

.pm-sidebar-search-container i {
  display: block;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2B5C84;
  float: right;
  padding: 13px; }

.pm-sidebar-search-field {
  background-image: none !important;
  border: 0 solid grey !important;
  color: #666 !important;
  float: none !important;
  margin: 5px !important;
  padding: 5px !important;
  width: 81% !important; }

/* Sidebar end */
/* Sidebar Popular Posts widget - CUSTOM */
.pm-sidebar-popular-posts {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar-popular-posts li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-sidebar-popular-posts li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar-popular-posts li a {
  font-family: 'Open sans';
  font-size: 14px;
  color: #8e8e8e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sidebar-popular-posts li a:hover {
  color: #2B5D82; }

.pm-sidebar-popular-posts li a:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Sidebar Popular Posts widget end */
/* Sidebar Popular Posts widget - WP NATIVE */
.widget_recent_entries .pm-widget-spacer ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.widget_recent_entries .pm-widget-spacer ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.widget_recent_entries .pm-widget-spacer ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.widget_recent_entries .pm-widget-spacer ul li a {
  font-family: 'Open sans';
  font-size: 14px;
  color: #8e8e8e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.widget_recent_entries .pm-widget-spacer ul li a:hover {
  color: #2B5D82; }

.widget_recent_entries .pm-widget-spacer ul li a:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Sidebar Popular Posts widget end - WP NATIVE */
/* Sidebar Cart widget */
.pm-sidebar-cart-posts {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar-cart-posts li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar-cart-posts li a {
  font-family: 'Open sans';
  font-size: 14px;
  color: #295D85;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sidebar-cart-posts li a:hover {
  color: #333; }

.pm-cart-widget-buttons {
  margin-top: 10px;
  display: inline-block; }

.pm-cart-widget-buttons .wc-forward {
  background-color: #DBC164;
  border: 0 none;
  color: #ffffff;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

.pm-cart-widget-buttons .wc-forward:hover {
  background-color: #333; }

.pm-cart-widget-buttons .wc-forward i {
  margin-left: 5px; }

/* Sidebar Cart widget end */
/* Tag cloud */
.pm-sidebar .tagcloud a {
  display: inherit;
  float: left;
  font-size: 14px !important;
  margin: 0 5px 5px 0;
  overflow: hidden;
  color: #333333;
  padding: 7px 14px !important;
  width: inherit !important;
  background-color: white;
  border: 3px solid #d9d9d9;
  text-transform: uppercase;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

.pm-sidebar .tagcloud a:hover {
  color: white;
  border: 3px solid #2B5D83;
  background-color: #2B5D83; }

/* Recent Blog posts widget */
.pm-recent-blog-posts {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-recent-blog-posts li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-recent-blog-posts li {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden; }

.pm-recent-blog-post-thumb {
  width: 65px;
  height: 65px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
  border-radius: 199px;
  -moz-border-radius: 199px;
  -webkit-border-radius: 199px;
  -o-border-radius: 199px; }

.pm-recent-blog-post-details {
  padding-top: 8px; }

.pm-recent-blog-post-details a {
  font-family: 'Open sans';
  font-size: 14px;
  color: #5a5a5a;
  font-weight: 500;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-recent-blog-post-details a:hover {
  color: #2B5D82; }

.pm-recent-blog-post-details .pm-date-published {
  font-size: 12px;
  color: #8e8e8e;
  font-weight: 300; }

.pm-blog-post-comment-count {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 15px 15px 0 0;
  top: 150px; }

.pm-blog-post-comment-count:before {
  content: "\f075";
  font-family: 'FontAwesome';
  font-size: 42px;
  color: white;
  position: absolute;
  top: -18px;
  left: 4px; }

.pm-blog-post-comment-count p {
  position: relative;
  z-index: 100;
  margin-top: 14px;
  font-family: 'Open sans';
  font-size: 18px;
  font-weight: 700;
  line-height: 24px !important; }

/* Recent Blog posts widget end */
/* Categories - WP NATIVE */
.pm-sidebar .widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar .widget_categories ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-sidebar .widget_categories ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar .widget_categories ul a {
  font-family: 'Open sans';
  font-size: 14px;
  color: #8e8e8e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sidebar .widget_categories ul a:hover {
  color: #2B5D82; }

.pm-sidebar .widget_categories ul a:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Categories end - WP NATIVE */
/* Recent comments - WP NATIVE */
.pm-sidebar #recentcomments {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar #recentcomments li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar #recentcomments a {
  font-family: 'Open sans';
  font-size: 14px;
  color: #8e8e8e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sidebar #recentcomments a:hover {
  color: #2B5D82; }

.pm-sidebar #recentcomments li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Recent comments end - WP NATIVE */
/* Pages - WP NATIVE */
.pm-sidebar .widget_pages ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar .widget_pages ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar .widget_pages ul li a {
  font-family: 'Open sans';
  font-size: 14px;
  color: #8e8e8e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sidebar .widget_pages ul li a:hover {
  color: #2B5D82; }

.pm-sidebar .widget_pages ul li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Pages end - WP NATIVE */
/* Meta - WP NATIVE */
.pm-sidebar .widget_meta ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar .widget_meta ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar .widget_meta ul li a {
  font-family: 'Open sans';
  font-size: 14px;
  color: #8e8e8e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sidebar .widget_meta ul li a:hover {
  color: #2B5D82; }

.pm-sidebar .widget_meta ul li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Meta end - WP NATIVE */
/* Calendar - WP NATIVE*/
.widget_calendar {
  float: none; }

#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -o-border-radius: 4px; }

#wp-calendar tbody td a:hover {
  color: white; }

#wp-calendar tbody td:hover {
  background: #fff;
  color: white;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tbody .pad:hover {
  background: none !important; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px; }

/* Calendar end - WP NATIVE*/
/* Archives - WP NATIVE */
.pm-sidebar .widget_archive ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar .widget_archive ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar .widget_archive ul li a {
  font-family: 'Open sans';
  font-size: 14px;
  color: #8e8e8e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sidebar .widget_archive ul li a:hover {
  color: #2B5D82; }

.pm-sidebar .widget_archive ul li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Archives end - WP NATIVE */
.pm-sidebar > aside > .widget {
  margin-bottom: 30px; }

/* Twitter widget */
.tweet_container:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid #1e2a32;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 57px; }

.tweet_container {
  background-color: #1e2a32;
  padding: 8px 13px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px; }

.tweet_container p:first-of-type {
  margin-top: 0px;
  float: left;
  clear: left; }

.tweet_container .interact a {
  margin-right: 10px; }

.tweet_container .user a img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px; }

.pm-tweet-list ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-tweet-list ul li {
  background: url("img/twitter_icon.png") no-repeat scroll 8px 12px transparent;
  padding: 0px 0px 11px 48px;
  color: white;
  font-size: 13px !important;
  word-wrap: break-word;
  line-height: 22px; }

.pm-tweet-list ul li a {
  color: #dbc164;
  line-height: 20px !important; }

.pm-tweet-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/* Use this CSS file for IE 10 styling if required */
.single_variation {
  padding-top: 15px; }

.pm-sidebar aside > div.widget {
  margin-bottom: 30px;
  overflow: hidden; }

body.product-template-default .comment-form-author > label, body.product-template-default .comment-form-email > label {
  width: 100%;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

body.product-template-default .comment-form-author > input, body.product-template-default .comment-form-email > input {
  width: 100%;
  padding: 5px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

body.woocommerce #pro-cast-layout-wrapper {
  overflow-x: hidden; }

body.woocomm-right-sidebar.woocommerce ul.products li.product, body.woocomm-left-sidebar.woocommerce-page ul.products li.product {
  width: 29.5%; }

body.woocomm-right-sidebar.woocommerce-page ul.products li.first, body.woocomm-left-sidebar.woocommerce-page ul.products li.first {
  clear: none !important; }

body.woocomm-right-sidebar.woocommerce ul.products li.last, body.woocomm-left-sidebar.woocommerce-page ul.products li.last {
  margin: 0 3.8% 2.992em 0 !important; }

body.woocomm-left-sidebar.woocommerce ul.products li.last, body.woocomm-left-sidebar.woocommerce-page ul.products li.last {
  margin: 0 3.8% 2.992em 0 !important; }

/* Products archive */
.woocommerce .star-rating {
  height: 1.2em; }

.woocommerce .products .star-rating {
  display: block;
  float: none;
  margin: 10px auto; }

.woocommerce .products .star-rating {
  display: block;
  float: none;
  margin: 10px auto; }

.woocommerce ul.products li.product .price del {
  display: inline !important; }

.woocommerce ul.products li.product:before, .woocommerce-page ul.products li.product:before {
  content: "";
  padding: 0px;
  margin: 0px; }

.woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul {
  border: none !important; }

.woocommerce nav.woocommerce-pagination ul li::before {
  content: "";
  margin: 0px;
  padding: 0px; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 0.7em 1em; }

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  margin: 0 1px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  color: white;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.add_to_cart_button {
  width: 100%; }

.woocommerce-message > a.button {
  width: auto !important;
  padding: 8px 15px !important; }

.woocommerce a.added_to_cart {
  color: #666;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  padding-top: 0.5em;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  bottom: -35px;
  left: 0; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  text-align: center;
  font-size: 16px !important; }

.woocommerce ul.products li.product .price {
  text-align: center;
  font-size: 18px; }

.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.8em; }

.woocommerce .woocommerce-ordering select {
  font-family: open sans;
  font-size: 14px;
  padding: 5px 10px;
  vertical-align: top;
  color: black;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px; }

.pro-cast-woocomm-header-divider {
  height: 1px;
  margin-bottom: 40px;
  margin-left: -2000px;
  width: 5000%; }

.woocommerce-products-header h1 {
  font-family: open sans;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase; }

.woocommerce-products-header h1::after {
  background-color: #4d59a1;
  bottom: -10px;
  content: " ";
  height: 3px;
  left: 0;
  position: absolute;
  width: 40px; }

.woocommerce .woocommerce-breadcrumb a {
  color: #fff; }

.woocommerce .woocommerce-breadcrumb {
  color: #777;
  font-family: open sans;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 0 1em;
  padding: 0;
  text-transform: uppercase; }

/* Single product template */
.woocommerce div.product .product_title {
  font-size: 28px;
  text-align: left; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #ef2eb2;
  font-size: 20px;
  text-align: left; }

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 20px 0; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  color: #fff;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  color: #fff; }

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  margin-bottom: 0.7em; }

.product_meta, .product_meta > span {
  font-size: 14px;
  color: #333 !important; }

#woocommerce-coupon-data ul.wc-tabs li a::before, #woocommerce-product-data ul.wc-tabs li a::before, .woocommerce ul.wc-tabs li a::before {
  content: "" !important; }

.woocommerce div.product .woocommerce-tabs .panel {
  clear: both;
  margin: 0 0 2em;
  padding: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: outside none none;
  margin: 0 0 1.618em;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border-bottom-left-radius: 0 !important;
  border-width: 0 !important;
  box-shadow: none !important;
  right: 0 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0 solid #d3ced2 !important;
  border-radius: 0;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 0;
  color: white !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border: none !important; }

#woocommerce-coupon-data ul.wc-tabs, #woocommerce-product-data ul.wc-tabs, .woocommerce ul.wc-tabs {
  background-color: transparent !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: white;
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 10px;
  text-decoration: none;
  font-weight: 500 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 0 solid #d3ced2 !important;
  bottom: 0 !important;
  content: none !important;
  height: 5px;
  position: absolute;
  width: 5px; }

.woocommerce-Tabs-panel > h2 {
  font-weight: 500 !important;
  margin-bottom: 20px; }

#woocommerce-coupon-data ul.wc-tabs li a, #woocommerce-product-data ul.wc-tabs li a, .woocommerce ul.wc-tabs li a {
  border: none !important; }

.related.products {
  clear: both;
  padding-top: 20px; }

.related.products > h2 {
  margin-bottom: 40px;
  font-weight: 500 !important; }

.woocommerce-Reviews #comments > h2 {
  font-weight: 500 !important; }

.woocommerce #reviews #comment {
  height: auto; }

.panel {
  box-shadow: none !important; }

.input-text.qty.text {
  color: black; }

.woocommerce #reviews #comments h2 {
  clear: none;
  margin-bottom: 30px; }

.woocommerce #reviews #comment {
  padding: 10px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.woocommerce #reviews #comment:focus {
  color: white; }

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
  font-weight: bold !important; }

.woocommerce div.product form.cart .variations label {
  color: black;
  font-size: 16px;
  line-height: 2; }

.woocommerce div.product form.cart .variations select {
  padding: 5px;
  color: black; }

.woocommerce div.product form.cart .reset_variations {
  font-size: 0.83em;
  padding: 10px 15px;
  visibility: hidden;
  color: white !important;
  font-weight: bold !important;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  display: inline-block !important;
  margin: 20px 0 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

/* Cart template */
.woocommerce a.remove:hover {
  color: white !important; }

.woocommerce table.shop_table th {
  font-weight: bold !important; }

.woocommerce form .form-row select {
  padding: 5px; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px;
  color: black;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%; }

.select2-results__options li::before {
  content: "";
  margin: 0;
  padding: 0; }

tr.cart_item > td.product-total > span {
  font-size: 14px !important;
  font-weight: bold !important; }

tr.cart-subtotal > td > span {
  font-size: 14px !important;
  font-weight: bold !important; }

tr.order-total > td > strong > span {
  font-size: 14px !important;
  font-weight: bold !important; }

.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
  color: white; }

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  float: none; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  box-sizing: border-box;
  float: left;
  line-height: 1;
  margin: 10px 0;
  outline: 0 none;
  padding: 10px;
  width: 100%; }

.woocommerce .cart .button, .woocommerce .cart input.button {
  float: none;
  margin-bottom: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

/* Checkout template */
.woocommerce-error li::before {
  content: "";
  margin: 0px;
  padding: 0px; }

.woocommerce-billing-fields > h3::after, .woocommerce-shipping-fields > h3::after, .checkout.woocommerce-checkout > h3::after {
  content: "";
  height: 0px;
  background-color: transparent; }

.woocommerce form .form-row label.checkbox > span, .woocommerce-page form .form-row label.checkbox > span {
  float: left; }

.woocommerce form .form-row .input-checkbox {
  display: inline;
  float: left;
  margin: 7px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  position: relative; }

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  clear: none;
  float: left;
  padding-left: 23px; }

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  margin-left: -20px;
  margin-top: 1px;
  position: absolute; }

.woocommerce form .form-row .required {
  border: 0 none;
  font-weight: 700; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 120px; }

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 1px 0 0; }

.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 0 1px 0 0; }

/* Widgets */
.product-categories {
  margin: 0;
  padding: 0; }

.product-categories li::before {
  content: "";
  padding: 0;
  margin: 0; }

.product-categories li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 80px; }

.pm-widget .product_list_widget li .star-rating {
  display: none; }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  padding: 10px 0; }

.woocommerce-products-header {
  display: none; }

/*** Comments paging ***/
.nav-links {
  text-align: center; }

.page-numbers {
  color: #999;
  display: inline-block;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin: 20px 0 0;
  padding: 7px 12px 8px;
  text-decoration: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

/* Widgets */
.cart_list.product_list_widget li span .woocommerce-Price-amount {
  font-size: 14px !important; }

.widget_shopping_cart_content > p span.woocommerce-Price-amount {
  font-size: 14px !important; }

body.woocomm-right-sidebar.woocommerce .woocommerce-ordering, body.woocomm-right-sidebar.woocommerce .woocommerce-result-count {
  margin: 0 2em 2em 0 !important; }

body.woocomm-left-sidebar.woocommerce .woocommerce-ordering, body.woocomm-left-sidebar.woocommerce .woocommerce-result-count {
  margin: 0 2em 2em 0 !important; }

.woocommerce input[type="submit"] {
  border: none !important; }

input[name="apply_coupon"], input[name="update_cart"] {
  width: 100%;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important; }

.woocommerce table.shop_table td.product-remove {
  text-align: center; }

.woocommerce a.remove {
  display: inline-block; }

#order_review_heading {
  margin-top: 30px; }

.woocommerce #comments {
  margin-top: 0px; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-size: 14px !important; }

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  line-height: 1; }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.woocommerce .widget_shopping_cart .cart_list li:last-child, .woocommerce.widget_shopping_cart .cart_list li:last-child {
  border: none !important; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #CCC !important; }

/* CSS Document */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important; }

/*# sourceMappingURL=master.css.map */
