@import url('https://fonts.googleapis.com/css?family=Lato:300,400');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

@font-face {
  font-family: 'Raleway-Regular';
  src: url('/wp-content/themes/gel/fonts/Raleway-Regular.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('/wp-content/themes/gel/fonts/Raleway-Regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('/wp-content/themes/gel/fonts/Raleway-Regular.woff') format('woff'), /* Pretty Modern Browsers */
  url('/wp-content/themes/gel/fonts/Raleway-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('/wp-content/themes/gel/fonts/Raleway-Regular.svg') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('/wp-content/themes/gel/fonts/Raleway-Bold.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('/wp-content/themes/gel/fonts/Raleway-Bold.woff2') format('woff2'), /* Super Modern Browsers */
  url('/wp-content/themes/gel/fonts/Raleway-Bold.woff') format('woff'), /* Pretty Modern Browsers */
  url('/wp-content/themes/gel/fonts/Raleway-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('/wp-content/themes/gel/fonts/Raleway-Bold.svg') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url('/wp-content/themes/gel/fonts/Raleway-Medium.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('/wp-content/themes/gel/fonts/Raleway-Medium.woff2') format('woff2'), /* Super Modern Browsers */
  url('/wp-content/themes/gel/fonts/Raleway-Medium.woff') format('woff'), /* Pretty Modern Browsers */
  url('/wp-content/themes/gel/fonts/Raleway-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('/wp-content/themes/gel/fonts/Raleway-Medium.svg') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('/wp-content/themes/gel/fonts/Raleway-ExtraBold.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('/wp-content/themes/gel/fonts/Raleway-ExtraBold.woff2') format('woff2'), /* Super Modern Browsers */
  url('/wp-content/themes/gel/fonts/Raleway-ExtraBold.woff') format('woff'), /* Pretty Modern Browsers */
  url('/wp-content/themes/gel/fonts/Raleway-ExtraBold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('/wp-content/themes/gel/fonts/Raleway-ExtraBold.svg') format('svg'); /* Legacy iOS */
}
/*
Theme Name: Gel
Theme URI: http://eemagine.me
Description: Gel theme using Boostrap.
Author: Radmila Pletl
Version: 1.0
Text Domain: Gel
License: MIT
License URI: http://opensource.org/licenses/MIT
Tags: one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, custom-colors, custom-background, featured-images, translation-ready
.
Licensed under the MIT license.
.
*/
/*
    This file only contains customization of bootstrap's variables to
    define a new look for base elements.

    You can safely replace all it's content by any variable.less that
    can be found on https://bootswatch.com .
*/
.navbar-inverse .badge {
  background-color: #fff;
  color: #2780e3;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Raleway-Regular' !important;
  color: #565656;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Raleway-Regular';
}
.text-primary,
.text-primary:hover {
  color: #2780e3;
}
.text-success,
.text-success:hover {
  color: #3fb618;
}
.text-danger,
.text-danger:hover {
  color: #ff0039;
}
.text-warning,
.text-warning:hover {
  color: #ff7518;
}
.text-info,
.text-info:hover {
  color: #9954bb;
}
table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none;
}
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
  color: #fff;
}
table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
  color: #fff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .form-control-feedback {
  color: #ff7518;
}
.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning .input-group-addon {
  border: 1px solid #ff7518;
}
.has-error .help-block,
.has-error .control-label,
.has-error .form-control-feedback {
  color: #ff0039;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-error .input-group-addon {
  border: 1px solid #ff0039;
}
.has-success .help-block,
.has-success .control-label,
.has-success .form-control-feedback {
  color: #3fb618;
}
.has-success .form-control,
.has-success .form-control:focus,
.has-success .input-group-addon {
  border: 1px solid #3fb618;
}
.nav-pills > li > a {
  border-radius: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: none;
}
.close {
  text-decoration: none;
  text-shadow: none;
  opacity: 0.4;
}
.close:hover,
.close:focus {
  opacity: 1;
}
.alert {
  border: none;
}
.alert .alert-link {
  text-decoration: underline;
  color: #fff;
}
.label {
  border-radius: 0;
}
.panel-heading,
.panel-footer {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-default .close {
  color: #333333;
}
a.list-group-item-success.active {
  background-color: #3fb618;
}
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  background-color: #379f15;
}
a.list-group-item-warning.active {
  background-color: #ff7518;
}
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  background-color: #fe6600;
}
a.list-group-item-danger.active {
  background-color: #ff0039;
}
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  background-color: #e60033;
}
.modal .close {
  color: #333333;
}
.popover {
  color: #333333;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container-wider {
  width: 1720px;
  margin: 0 auto;
}
.container{

  width:1170px;
}
.container-woocommerce {
  width: 1545px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
.btn {
  line-height: 45px;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 0;
}
.btn.green-border {
  border: 2px solid #c1c600;
  color: #c1c600;
}
.btn.green-btn {
  border: 2px solid #c1c600;
  background: #c1c600;
  color: #ffffff;
}
.btn.white-border {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn.custom-color {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn.purple-button {
  border: 2px solid #5f259f;
  background: #5f259f;
  color: #ffffff;
}
.archive-page .entry-header,
.search-page .entry-header {
  background-color: #f1f1f1;
  height: 250px;
  line-height: 320px;
  text-align: center;
  vertical-align: middle;
}
.archive-page .entry-header h1,
.search-page .entry-header h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #b5b5b5;
  display: inline-block;
}
.archive-page .entry-header h1 span,
.search-page .entry-header h1 span {
  display: block;
  margin-top: 30px;
  font-size: 40px;
}
.archive-page .entry-header.purple h1,
.search-page .entry-header.purple h1 {
  color: #5f259f;
}
.archive-page .single-post-block,
.search-page .single-post-block {
  text-align: center;
  margin-bottom: 40px;
}
.archive-page .single-post-block h4,
.search-page .single-post-block h4 {
  margin: 35px 0 10px;
  font-size: 24px;
  line-height: 24px;
  color: #313131;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  min-height: 50px;
}
.archive-page .single-post-block h4 a,
.search-page .single-post-block h4 a {
  color: #313131;
  text-decoration: none;
  display: block;
}
.archive-page .single-post-block .excerpt-block,
.search-page .single-post-block .excerpt-block {
  min-height: 100px;
  display: block;
}
.archive-page .single-post-block .excerpt-block p,
.search-page .single-post-block .excerpt-block p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #969595;
  font-size: 19px;
  line-height: 30px;
  margin: 10px 0 40px;
}
.navigation.pagination {
  border-radius: 0;
  text-align: center;
  display: block;
}
.navigation.pagination h2.screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links span {
  border: 1px solid #c1c600;
  line-height: 20px;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  margin: 0 5px;
  padding: 4px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  background: #c1c600;
}
.navigation.pagination .nav-links a {
  border: 1px solid #c1c600;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  color: #c1c600;
  margin: 0 5px;
  padding: 4px 10px;
  text-transform: uppercase;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a:focus {
  color: #ffffff;
  background: #c1c600;
  text-decoration: none;
}
.navigation.pagination .nav-links a.next,
.navigation.pagination .nav-links a.prev {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
body {
  background-color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
a {
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover,
a:focus {
  outline: none;
}
.header {
  background-color: white;
  color: #728087;
  padding: 29px 0 35px 0;
  padding-top: 40px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.titleset {
 padding-top: 150px !important;
}
.header .logo {
  display: inline-block;
  vertical-align: middle;
}
.header .main-navigation {
  display: inline-block;
  vertical-align: middle;
}
.header .main-navigation .navbar-collapse {
  list-style: none;
  /* margin: 0 0 0 125px;*/
  padding: 0;
}
.header .main-navigation .navbar-collapse li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 23px;
  position: relative;
}
.header .main-navigation .navbar-collapse li a {
  color: #b8bfc2;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
  display: block;
  line-height: 54px;
}
.header .main-navigation .navbar-collapse li a:after {
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5px;
  border-bottom: 3px solid #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}
.header .main-navigation .navbar-collapse li a:hover,
.header .main-navigation .navbar-collapse li a:focus {
  outline: none;
}
.header .main-navigation .navbar-collapse li a:hover:after,
.header .main-navigation .navbar-collapse li a:focus:after {
  opacity: 1;
}
.header .main-navigation .navbar-collapse li.current-menu-item a:after {
  opacity: 1;
}
.header .main-navigation .navbar-collapse li.purple-btn {
  background: #5f259f;
  margin: 0 25px 0 30px;
  -webkit-box-shadow: 5px -2px 5px 0px rgba(50, 50, 50, 0.18);
  -moz-box-shadow: 5px -2px 5px 0px rgba(50, 50, 50, 0.18);
  box-shadow: 5px -2px 5px 0px rgba(50, 50, 50, 0.18);
}
.header .main-navigation .navbar-collapse li.purple-btn a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
}
.header .main-navigation .navbar-collapse li.purple-btn a:hover,
.header .main-navigation .navbar-collapse li.purple-btn a:focus {
  outline: none;
}
.header .main-navigation .navbar-collapse li.purple-btn a:hover:after,
.header .main-navigation .navbar-collapse li.purple-btn a:focus:after {
  opacity: 0;
}
.header .main-navigation .navbar-collapse li.purple-btn.current-menu-item a:after {
  opacity: 0;
}
.header .main-navigation .navbar-collapse li.menu-item-has-children {
  position: relative;
}
.header .main-navigation .navbar-collapse li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0 10px 0;
  transition: all 0.8s ease;
  background-color: #fff;
  z-index: 9999;
}
.header .main-navigation .navbar-collapse li.menu-item-has-children .sub-menu li {
  float: none;
  width: 300px;
  padding: 0 10px;
}
.header .main-navigation .navbar-collapse li.menu-item-has-children .sub-menu li a {
  line-height: 120%;
  padding: 10px 15px;
}
.header .main-navigation .navbar-collapse li.menu-item-has-children .sub-menu li a:hover:after {
  display: none;
}
.header .main-navigation .navbar-collapse li.menu-item-has-children .sub-menu li.current-menu-item a:after {
  display: none;
}
.header .main-navigation .navbar-collapse li.menu-item-has-children .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  padding: 0;
}
.header .main-navigation .navbar-collapse li.menu-item-has-children .sub-menu .sub-menu li {
  width: 200px;
}
.header .main-navigation .navbar-collapse li.menu-item-has-children:hover .sub-menu {
  display: block;
  left:-50%;
}
.header .main-navigation .navbar-collapse li.menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
.header .main-navigation .navbar-collapse li.menu-item-has-children:hover .sub-menu .sub-menu {
  display: none;
}
.header .search-block {
  display: inline-block;
  vertical-align: middle;
}
.header .search-block .search-toggle {
  cursor: pointer;
}
.header .search-block .search-toggle i {
  font-size: 26px;
}
.header .search-block .searchform {
  opacity: 0;
  background: #ffffff;
  bottom: 135px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease;
  border-bottom: 1px solid #eaeaea;
}
.header .search-block .searchform.active {
  opacity: 1;
  bottom: -56px;
}
.header .search-block .searchform .search-table .search-field {
  display: block;
  vertical-align: middle;
  float: left;
  width: 89%;
}
.header .search-block .searchform .search-table .search-field input {
  line-height: 55px;
  padding: 0 20px;
  border: none;
  color: #a1b1bc;
  font-size: 16px;
  width: 100%;
}
.header .search-block .searchform .search-table .search-field input:hover,
.header .search-block .searchform .search-table .search-field input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.header .search-block .searchform .search-table .search-button {
  display: block;
  vertical-align: middle;
  float: right;
}
.header .search-block .searchform .search-table .search-button input {
  line-height: 55px;
  background: #c1c600;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 0px;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-right: none;
  border-left: none;
}
.footer .footer-top {
  padding: 75px 0 95px 0;
  background-color: #728087;
}
.footer .footer-top .ft-one-block {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}
.footer .footer-top .ft-one-block:first-child {
  width: 13%;
  margin-right: 15px;
}
.footer .footer-top .ft-one-block:last-child {
  width: 14%;
}
.footer .footer-top .ft-one-block h2.title {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 23px;
}
.footer .footer-top .ft-one-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-top .ft-one-block ul li {
  padding: 10px 0;
}
.footer .footer-top .ft-one-block ul li a {
  display: block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
.footer .footer-top .ft-one-block ul li a:hover,
.footer .footer-top .ft-one-block ul li a:focus {
  color: #c1c600;
  text-decoration: none;
}
.footer .footer-top .ft-one-block ul li.current-menu-item a {
  color: #c1c600;
}
.footer .footer-top .ft-one-block ul.social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  padding: 0;
}
.footer .footer-top .ft-one-block ul.social li a {
  font-size: 20px;
  color: #c1c600;
}
.footer .footer-top .ft-one-block ul.social li:last-child {
  margin-right: 0;
}
.footer .footer-bottom {
  text-align: left;
  background-color: #5a656b;
  color: #ffffff;
  padding: 25px 0 20px 0;
}
.footer .footer-bottom p {
  margin: 0;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.homepage h2 {
  text-align: center;
  font-weight: 600;
  color: #54585a;
  font-size: 50px;
  margin: 80px 0 60px 0;
}
.top-block {
  margin-bottom: 15px;
}
.top-block .top-block-one-line {
  margin-bottom: 25px;
}
.top-block .top-block-one-line .gray-block {
  min-height: 426px;
  background: #fafafa;
  padding: 100px 20% 0;
  text-align: center;
}
.top-block .top-block-one-line .text {
  text-align: center;
  font-weight: 600;
  color: #c1c600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 50px;
}
.top-block .top-block-one-line .text p {
  margin: 0;
}
.partners-block {
  background-color: #fafafa;
  padding-bottom: 25px;
}
.partners-block h2 {
  margin: 45px 0 30px 0;
}
.partners-block h3 {
  margin: 0 0 100px 0;
  color: #c1c600;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.partners-block .partner-list .slick-list .slick-track .slick-slide {
  text-align: center;
}
.partners-block .partner-list .slick-list .slick-track .slick-slide a {
  display: block;
  text-align: center;
  transition: all 0.4s ease;
}
.partners-block .partner-list .slick-list .slick-track .slick-slide a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partners-block .partner-list .slick-list .slick-track .slick-slide a:hover img,
.partners-block .partner-list .slick-list .slick-track .slick-slide a:focus img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.partners-block .partner-list .slick-dots {
  list-style: none;
  padding: 0;
  margin: 40px 0 25px 0;
  text-align: center;
}
.partners-block .partner-list .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.partners-block .partner-list .slick-dots li button {
  font-size: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: block;
  background: #f1f1f1;
  border: none;
}
.partners-block .partner-list .slick-dots li.slick-active button {
  background: #c1c600;
}
.featured-products-block .col-sm-6:last-child .featured-block {
  background-color: #5f259f;
}
.featured-products-block .col-sm-6 .featured-block {
  padding: 45px 70px 40px;
  text-align: center;
  background-color: #c1c600;
  position: relative;
}
.featured-products-block .col-sm-6 .featured-block .featured-icon {
  position: absolute;
  left: 5px;
  top: 5px;
}
.featured-products-block .col-sm-6 .featured-block h4 {
  margin: 0;
  padding: 0 30px 25px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  border-bottom: 3px solid #ffffff;
  min-height: 76px;
}
.featured-products-block .col-sm-6 .featured-block h4 a {
  color: #ffffff;
  text-decoration: none;
}
.featured-products-block .col-sm-6 .featured-block .text-block {
  min-height: 270px;
  padding: 0;
  line-height: 270px;
}
.featured-products-block .col-sm-6 .featured-block .text-block p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  line-height: 1.2;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
}
.featured-products-block .col-sm-6 .featured-block .text-block ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.featured-products-block .col-sm-6 .featured-block .text-block ul li {
  margin: 0;
  line-height: 1.2;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
}
.video-block {
  background-color: #fafafa;
  padding-bottom: 65px;
}
.video-block .carousel .carousel-inner .item {
  text-align: center;
}
.video-block .carousel .carousel-inner .item .carousel-bottom {
  margin-top: 65px;
}
.video-block .carousel .carousel-control {
  background: none;
  text-shadow: none;
  opacity: 1;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  top: 37%;
}
.video-block .carousel .carousel-control.left {
  background: none;
  left: 155px;
}
.video-block .carousel .carousel-control.right {
  background: none;
  right: 155px;
}
.bottom-block {
  margin-bottom: 15px;
}
.bottom-block .bottom-block-one-line .col-sm-6:first-child .bottom-block {
  background-color: #007fa3;
  color: #ffffff;
}
.bottom-block .bottom-block-one-line .col-sm-6:nth-child(2) .bottom-block h4 {
  color: #007fa3;
}
.bottom-block .bottom-block-one-line .col-sm-6:nth-child(2) .bottom-block .btn.custom-color {
  border: 2px solid #007fa3;
  color: #007fa3;
}
.bottom-block .bottom-block-one-line .col-sm-6:nth-child(3) .bottom-block h4 {
  color: #c1c600;
}
.bottom-block .bottom-block-one-line .col-sm-6:nth-child(3) .bottom-block .btn.custom-color {
  border: 2px solid #c1c600;
  color: #c1c600;
}
.bottom-block .bottom-block-one-line .col-sm-6:nth-child(4) .bottom-block {
  background-color: #c1c600;
  color: #ffffff;
}
.bottom-block .bottom-block-one-line .col-sm-6:nth-child(5) .bottom-block {
  background-color: #5f259f;
  color: #ffffff;
}
.bottom-block .bottom-block-one-line .col-sm-6:nth-child(6) .bottom-block h4 {
  color: #5f259f;
}
.bottom-block .bottom-block-one-line .col-sm-6:nth-child(6) .bottom-block .btn.custom-color {
  border: 2px solid #5f259f;
  color: #5f259f;
}
.bottom-block .bottom-block-one-line .bottom-block {
  padding: 15px 105px 30px;
  min-height: 430px;
  background: #fafafa;
  color: #6e6e6e;
  text-align: center;
  margin-bottom: 30px;
}
.bottom-block .bottom-block-one-line .bottom-block h4 {
  margin: 0;
  padding-bottom: 7px;
  font-size: 24px;
  font-weight: 800;
  line-height: 60px;
  border-bottom: 3px solid #ffffff;
  min-height: 60px;
}
.bottom-block .bottom-block-one-line .bottom-block h4 span {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  line-height: 1.1;
}
.bottom-block .bottom-block-one-line .bottom-block .text-block {
  min-height: 255px;
  line-height: 255px;
}
.bottom-block .bottom-block-one-line .bottom-block .text-block p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 19px;
  font-weight: 600;
}
.testimonials-block {
  background-color: #fafafa;
  padding-bottom: 50px;
  text-align: center;
}
.testimonials-block h2 {
  margin: 45px 0 20px 0;
}
.testimonials-block .testimonials-intro {
  margin-bottom: 55px;
  color: #5f259f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}
.testimonials-block .carousel {
  margin-bottom: 90px;
}
.testimonials-block .carousel .carousel-inner .item {
  text-align: center;
}
.testimonials-block .carousel .carousel-inner .item .testimonial-top .image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.testimonials-block .carousel .carousel-inner .item .testimonial-top .image img {
  border-radius: 50%;
}
.testimonials-block .carousel .carousel-inner .item .testimonial-top h4 {
  text-transform: uppercase;
  font-size: 24px;
  color: #4b4b4b;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.testimonials-block .carousel .carousel-inner .item .testimonial-block {
  text-align: center;
  margin: 25px 180px 65px;
}
.testimonials-block .carousel .carousel-inner .item .testimonial-block p {
  margin: 0;
  font-size: 19px;
  line-height: 28px;
  color: #9c9c9c;
  font-family: 'Open Sans', sans-serif;
}
.testimonials-block .carousel .carousel-indicators {
  bottom: -20px;
  margin-bottom: 0;
}
.testimonials-block .carousel .carousel-indicators li {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #e9e9e9;
  margin: 0 4px;
}
.testimonials-block .carousel .carousel-indicators li.active {
  border-color: #c1c600;
  background: #c1c600;
  margin: 0 4px;
  width: 17px;
  height: 17px;
}
.testimonials-block .carousel .carousel-control {
  background: none;
  text-shadow: none;
  opacity: 1;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: 1px solid #5f259f;
  text-align: center;
  color: #5f259f;
  top: 50%;
}
.testimonials-block .carousel .carousel-control.left {
  background: none;
  left: 15px;
}
.testimonials-block .carousel .carousel-control.right {
  background: none;
  right: 15px;
}
.blog-block {
  margin-bottom: 80px;
}
.blog-block h2 {
  margin: 100px 0 80px 0;
  text-align: center;
  font-weight: 600;
  color: #54585a;
  font-size: 50px;
}
.blog-block .single-blog-block {
  text-align: center;
}
.blog-block .single-blog-block .image-block {
  display: block;
  max-height: 292px;
  overflow: hidden;
}
.blog-block .single-blog-block h4 {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 20px;
  color: #474747;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.blog-block .single-blog-block h4 a {
  color: #474747;
  text-decoration: none;
  display: block;
}
.blog-block .single-blog-block .meta-block {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #c1c600;
  font-size: 15px;
  margin: 0 0 20px;
}
.blog-block .single-blog-block .meta-block .date {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 0;
  border-right: 1px solid #c1c600;
}
.blog-block .single-blog-block .meta-block .comments {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
}
.blog-block .single-blog-block .excerpt-block p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #474747;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
}
.newsletter-block h2.sow-headline {
  margin: 30px 0 15px 0;
  text-align: center;
  font-weight: 600;
  color: #5f259f;
  font-size: 50px;
}
.newsletter-block h3.sow-sub-headline {
  margin-bottom: 30px;
  color: #5f259f;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}
.newsletter-block .mc4wp-form .form-block {
  text-align: center;
  margin-top: 30px;
}
.newsletter-block .mc4wp-form .form-block input {
  display: inline-block;
  vertical-align: middle;
}
.newsletter-block .mc4wp-form .form-block input.input-field {
  width: 625px;
  margin-right: 50px;
  line-height: 45px;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  padding: 0 15px;
  color: #262626;
  font-size: 22px;
  font-weight: 400;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.main-page .entry-header {
  background-color: #f1f1f1;
  height: 360px;
  line-height: 360px;
  text-align: center;
  vertical-align: middle;
}
.main-page .entry-header h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  color: #b5b5b5;
  display: inline-block;
}
.main-page .entry-header.purple h1 {
  color: #5f259f;
}
.main-page .entry-content {
  margin: 0 -30px;
}
.main-page .sub-page-nav .skills-navigation {
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.main-page .sub-page-nav .skills-navigation li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.main-page .sub-page-nav .skills-navigation li a {
  color: #5f259f;
  line-height: 70px;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 90px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #5f259f;
  text-decoration: none;
  display: block;
}
.main-page .sub-page-nav .skills-navigation li a:hover,
.main-page .sub-page-nav .skills-navigation li a:focus {
  color: #ffffff;
  background: #5f259f;
  outline: none;
}
.main-page .sub-page-nav .skills-navigation li.current-menu-item a {
  color: #ffffff;
  background: #5f259f;
}
.breadcrumbs ul {
  margin: 30px 0 60px;
  padding: 0;
  list-style: none;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  position: relative;
  padding-right: 30px;
}
.breadcrumbs ul li:after {
  content: "/";
  position: absolute;
  right: 3px;
  top: 0;
  display: block;
  color: #c9c9c9;
}
.breadcrumbs ul li a {
  color: #c9c9c9;
  text-decoration: none;
}
.breadcrumbs ul li span {
  color: #c1c600;
}
.breadcrumbs ul li span.gray {
  color: #c9c9c9;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
#block-with-video {
  text-align: center;
  padding: 0 !important;
}
#block-with-video h3.widget-title {
  margin: 0 0 30px 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #54585a;
}
#block-with-video .video-text {
  color: #7c7c7c;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
#page-content {
  text-align: center;
}
#page-content .page-title h3 {
  margin: 0 0 50px 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #54585a;
}
#page-content .page-title.smaller-font h3 {
  font-size: 40px;
}
#page-content .page-title.with-subtitle h3 {
  margin: 35px 0 20px 0;
}
#page-content .page-title.with-subtitle .textwidget h4 {
  font-weight: 700;
  color: #c1c600;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 40px 0;
}
#page-content .green-block {
  margin-bottom: 40px;
}
#page-content .green-block h3 {
  padding-bottom: 30px;
  border-bottom: 4px solid #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 30px 0;
}
#page-content .green-block .textwidget p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
#page-content .green-block .textwidget ul {
  padding: 0;
  margin: 0 0 30px 0;
}
#page-content .green-block .textwidget ul li {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
#page-content .purple-block {
  margin-bottom: 40px;
}
#page-content .purple-block h3 {
  padding-bottom: 30px;
  border-bottom: 4px solid #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 30px 0;
}
#page-content .purple-block .textwidget p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
#page-content .purple-block .textwidget ul {
  padding: 0;
  margin: 0 0 30px 0;
}
#page-content .purple-block .textwidget ul li {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
#page-content .button-panel {
  margin-top: 35px;
  margin-bottom: 80px;
}
#page-content .button-panel .purple-btn {
  line-height: 45px;
  background: #5f259f;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 0;
  color: #ffffff;
}
#guided-content {
  text-align: center;
}
#guided-content .page-title h3 {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #54585a;
}
#guided-content .green-block {
  margin-bottom: 40px;
}
#guided-content .green-block h3 {
  padding-bottom: 10px;
  border-bottom: 4px solid #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 25px 0;
}
#guided-content .green-block .textwidget ul {
  margin: 0 0 40px 0;
}
#guided-content .green-block .textwidget ul li {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  list-style: inside disc;
}
#guided-content .green-block .textwidget p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
#guided-content .purple-block {
  margin-bottom: 40px;
}
#guided-content .purple-block h3 {
  padding-bottom: 10px;
  border-bottom: 4px solid #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 25px 0;
}
#guided-content .purple-block .textwidget ul {
  margin: 0 0 40px 0;
}
#guided-content .purple-block .textwidget ul li {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  list-style: inside disc;
}
#guided-content .purple-block .textwidget p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
#guided-content .gray-purple-block {
  margin-bottom: 40px;
}
#guided-content .gray-purple-block h3 {
  padding-bottom: 10px;
  border-bottom: 4px solid #5f259f;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 25px 0;
  color: #5f259f;
}
#guided-content .gray-purple-block .textwidget ul {
  margin: 0 0 40px 0;
}
#guided-content .gray-purple-block .textwidget ul li {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #7c7c7c;
  list-style: inside disc;
}
#guided-content .gray-purple-block .textwidget p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #7c7c7c;
}
#guided-content .gray-purple-block .textwidget .btn.purple-border {
  border: 2px solid #5f259f;
  color: #5f259f;
}
#guided-content .gray-green-block {
  margin-bottom: 40px;
}
#guided-content .gray-green-block h3 {
  padding-bottom: 10px;
  border-bottom: 4px solid #c1c600;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 25px 0;
  color: #c1c600;
}
#guided-content .gray-green-block .textwidget ul {
  margin: 0 0 40px 0;
}
#guided-content .gray-green-block .textwidget ul li {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #7c7c7c;
  list-style: inside disc;
}
#guided-content .gray-green-block .textwidget p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #7c7c7c;
}
#guided-content .gray-green-block .textwidget .btn.green-border {
  border: 2px solid #c1c600;
  color: #c1c600;
}
.about-page .entry-header {
  background-color: #f1f1f1;
  height: 360px;
  line-height: 400px;
  text-align: center;
  vertical-align: middle;
}
.about-page .entry-header h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #b5b5b5;
  display: inline-block;
}
.about-page .entry-header h1 span {
  display: block;
  margin-top: 30px;
  font-size: 40px;
}
.about-page .entry-header.purple h1 {
  color: #5f259f;
}
#page-subtitle .page-title h3 {
  margin: 0 0 50px 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #54585a;
  text-align: center;
}
#about-content {
  text-align: center;
}
#about-content .green-block {
  margin-bottom: 40px;
}
#about-content .green-block h3 {
  padding-bottom: 10px;
  border-bottom: 4px solid #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 25px 0;
}
#about-content .green-block .textwidget {
  min-height: 330px;
  padding: 0;
  line-height: 330px;
}
#about-content .green-block .textwidget .inside-text {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#about-content .green-block .textwidget p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
#about-content .green-block .textwidget p .btn.white-border {
  margin: 25px 0;
}
#about-content .purple-block {
  margin-bottom: 40px;
}
#about-content .purple-block h3 {
  padding-bottom: 10px;
  border-bottom: 4px solid #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 25px 0;
}
#about-content .purple-block .textwidget {
  min-height: 330px;
  padding: 0;
  line-height: 330px;
}
#about-content .purple-block .textwidget .inside-text {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#about-content .purple-block .textwidget p {
  margin: 0 0 10px 0;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
}
#about-content .purple-block .textwidget p .btn.white-border {
  margin: 25px 0;
}
#about-content .gray-purple-block {
  margin-bottom: 40px;
}
#about-content .gray-purple-block h3 {
  padding-bottom: 10px;
  border-bottom: 4px solid #5f259f;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 25px 0;
  color: #5f259f;
}
#about-content .gray-purple-block .textwidget {
  min-height: 330px;
  padding: 0;
  line-height: 330px;
}
#about-content .gray-purple-block .textwidget .inside-text {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#about-content .gray-purple-block .textwidget p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #7c7c7c;
}
#about-content .gray-green-block {
  margin-bottom: 40px;
}
#about-content .gray-green-block h3 {
  padding-bottom: 10px;
  border-bottom: 4px solid #c1c600;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 25px 0;
  color: #c1c600;
}
#about-content .gray-green-block .textwidget {
  min-height: 330px;
  padding: 0;
  line-height: 330px;
}
#about-content .gray-green-block .textwidget .inside-text {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#about-content .gray-green-block .textwidget p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #7c7c7c;
}
#enroll-block {
  margin: 120px auto 25px;
}
#about-content2 {
  margin: 40px 15px 0;
  position: relative;
}
#about-content2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  display: block;
  height: 3px;
  border: 3px solid #5f259f;
  top: -40px;
}
#about-content2 .panel-grid-cell {
  border: 1px solid #ffffff;
  border-right: none;
}
#about-content2 .panel-grid-cell:first-child .about-content-blocks {
  position: relative;
}
#about-content2 .panel-grid-cell:first-child .about-content-blocks:after {
  content: "";
  position: absolute;
  right: 0;
  top: 75px;
  height: 200px;
  display: block;
  width: 2px;
  border-right: 2px solid #ffffff;
}
#about-content2 .panel-grid-cell:last-child {
  border-right: 1px solid #ffffff;
  border-left: none;
}
#about-content2 .purple-block2 h3 {
  padding-bottom: 10px;
  border-bottom: none;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  position: relative;
  text-align: left;
}
#about-content2 .purple-block2 h3:after {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  display: block;
  height: 2px;
  border: 2px solid #fff;
  bottom: -5px;
}
#about-content2 .purple-block2 .textwidget {
  min-height: 230px;
  padding: 30px 0 0 0;
  line-height: 230px;
}
#about-content2 .purple-block2 .textwidget .inside-text {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#about-content2 .purple-block2 .textwidget p {
  margin: 0 0 10px 0;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}
.tips-page .entry-header {
  background-color: #f1f1f1;
  height: 360px;
  line-height: 400px;
  text-align: center;
  vertical-align: middle;
}
.tips-page .entry-header h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  color: #b5b5b5;
  display: inline-block;
}
.tips-page .entry-header h1 span {
  display: block;
  margin-top: 30px;
  font-size: 28px;
}
.tips-page .entry-header.purple h1 {
  color: #5f259f;
}
.tips-page .entry-content {
  margin: 0 -15px;
  width: 100%;
}
#block-with-video {
  margin: 0 auto !important;
}
#block-with-video .video-text {
  padding: 40px 150px 0;
}
#block-with-video .video-slider .textwidget {
  color: #7c7c7c;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin: 40px 15% 0;
}
#block-with-video .video-slider .sow-slider-base .sow-slider-pagination {
  display: block !important;
  text-align: center;
}
#block-with-video .video-slider .sow-slider-base .sow-slide-nav {
  display: block !important;
}
#block-with-video .video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
  left: 15%;
}
#block-with-video .video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
  right: 15%;
}
#block-with-video .video-slider .sow-slider-base .sow-slide-nav a {
  border: 1px solid #54585a;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
#block-with-video .video-slider .sow-slider-base .sow-slide-nav a em {
  line-height: 50px;
}
#gray-purple h3 {
  font-weight: 600;
}
#gray-purple h4 {
  font-weight: 600;
}
#gray-purple .textwidget {
  color: #7c7c7c;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 40px 15%;
}
#gray-purple .purple-btn.wider {
  min-width: 350px;
}
.blog-page .list-switcher {
  text-align: right;
  margin: 30px 0 60px;
}
.blog-page .list-switcher .switcher {
  color: #5d5d5d;
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.blog-page .list-switcher .switcher i {
  font-size: 30px;
}
.blog-page .list-switcher .switcher.active {
  color: #c1c600;
}
.alm-btn-wrap {
  text-align: center;
  margin-bottom: 80px;
}
#blog-list-view.grid .blog-list-block .single-blog-block {
  width: 31.1%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 40px;
}
#blog-list-view.grid .blog-list-block .single-blog-block:nth-child(3n+1) {
  margin-left: 0;
}
#blog-list-view.grid .blog-list-block .single-blog-block:nth-child(3n) {
  margin-right: 0;
}
#blog-list-view.list .blog-list-block .single-blog-block {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}
#blog-list-view.list .blog-list-block .single-blog-block:last-child {
  border-bottom: none;
}
.blog-list-block .single-blog-block {
  text-align: left;
}
.blog-list-block .single-blog-block h4 {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 20px;
  color: #474747;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.blog-list-block .single-blog-block h4 a {
  color: #474747;
  text-decoration: none;
  display: block;
}
.blog-list-block .single-blog-block .meta-block {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #c1c600;
  font-size: 15px;
  margin: 0 0 20px;
}
.blog-list-block .single-blog-block .meta-block .date {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 0;
  border-right: 1px solid #c1c600;
}
.blog-list-block .single-blog-block .meta-block .comments {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
}
.blog-list-block .single-blog-block .excerpt-block p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #474747;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
}
.blog-list-block .single-blog-block .read-more a {
  text-transform: none;
}
.blog-single {
  margin-bottom: 160px;
}
.blog-single .entry-header {
  background-color: #f1f1f1;
  height: 360px;
  line-height: 400px;
  text-align: center;
  vertical-align: middle;
}
.blog-single .entry-header h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  color: #b5b5b5;
  display: inline-block;
}
.blog-single .entry-header h1 span {
  display: block;
  margin-top: 30px;
  font-size: 30px;
}
.blog-single .entry-header.purple h1 {
  color: #5f259f;
}
.blog-single .breadcrumbs ul {
  margin-bottom: 20px;
}
.blog-single .image-block {
  text-align: center;
  margin-bottom: 100px;
}
.blog-single .social-share {
  text-align: center;
  margin-bottom: 60px;
}
.blog-single h2.post-title {
  color: #313131;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.blog-single .meta-block {
  margin-bottom: 40px;
}
.blog-single .meta-block .author-block {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #969595;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  padding-right: 20px;
  border-right: 1px solid #969595;
  margin-right: 20px;
}
.blog-single .meta-block .date {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #969595;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.blog-single .entry-content p {
  font-size: 18px;
  color: #969595;
  font-family: 'Open Sans', sans-serif;
  line-height: 33px;
  margin: 0 0 40px 0;
}
.blog-single .tag-block {
  margin: 30px 0 100px 0;
}
.blog-single .tag-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-single .tag-block ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  margin-bottom: 10px;
}
.blog-single .tag-block ul li a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  background: #dadada;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-decoration: none;
}
.blog-single .tag-block ul li a:hover,
.blog-single .tag-block ul li a:focus {
  background: #c1c600;
  outline: none;
}
.blog-single .main-author-block {
  margin-bottom: 100px;
}
.blog-single .main-author-block .left-block {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
}
.blog-single .main-author-block .left-block img {
  border-radius: 50%;
  margin-bottom: 10px;
}
.blog-single .main-author-block .left-block .user-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-single .main-author-block .left-block .user-links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.blog-single .main-author-block .left-block .user-links li a {
  display: block;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #5f259f;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
}
.blog-single .main-author-block .left-block .user-links li a:hover,
.blog-single .main-author-block .left-block .user-links li a:focus {
  background: #dadada;
}
.blog-single .main-author-block .right-block {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.blog-single .main-author-block .right-block h3 {
  font-size: 30px;
  color: #313131;
  margin: 30px 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.blog-single .main-author-block .right-block h4 {
  font-size: 15px;
  color: #c1c600;
  margin: 0 0 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.blog-single .main-author-block .right-block .author-description {
  font-size: 18px;
  color: #969595;
  font-family: 'Open Sans', sans-serif;
  line-height: 33px;
}
.blog-single .comment-list h2.comments-title {
  margin: 0 0 40px;
  font-size: 30px;
  color: #313131;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.blog-single .comment-list .comment-list .comment {
  margin-bottom: 40px;
}
.blog-single .comment-list .comment-list .comment .comment-text {
  font-size: 18px;
  color: #969595;
  font-family: 'Open Sans', sans-serif;
  line-height: 33px;
  border: 1px solid #f1f1f1;
  border-bottom: none;
  padding: 30px 35px 30px 50px;
}
.blog-single .comment-list .comment-list .comment .comment-author .author-image {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #f1f1f1;
  border-top: none;
  padding: 0 10px 10px;
}
.blog-single .comment-list .comment-list .comment .comment-author .author-right {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #f1f1f1;
  background: #f9f9f9;
  width: 92%;
  padding: 8px 10px 8px 25px;
}
.blog-single .comment-list .comment-list .comment .comment-author .author-right:after {
  clear: both;
  content: "";
  display: table;
}
.blog-single .comment-list .comment-list .comment .comment-author .author-right .author-info {
  float: left;
}
.blog-single .comment-list .comment-list .comment .comment-author .author-right .author-info .name {
  color: #5f259f;
  font-size: 19px;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.blog-single .comment-list .comment-list .comment .comment-author .author-right .author-info .date {
  color: #969595;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.blog-single .comment-list .comment-list .comment .comment-author .author-right .reply {
  float: right;
}
.blog-single .comment-list .comment-list .comment .comment-author .author-right .reply .comment-reply-link {
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  color: #969595;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.blog-single .comment-list .comment-list .comment .comment-author .author-right .reply .comment-reply-link:hover,
.blog-single .comment-list .comment-list .comment .comment-author .author-right .reply .comment-reply-link:focus {
  color: #ffffff;
  background-color: #c1c600;
  border-color: #c1c600;
  outline: none;
}
.blog-single .comment-list .comment-respond {
  margin-top: 30px;
}
.blog-single .comment-list .comment-respond h3.comment-reply-title {
  margin: 0 0 40px;
  font-size: 30px;
  color: #313131;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.blog-single .comment-list .comment-respond .comment-form .logged-in-as a {
  color: #dadada;
  font-size: 18px;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.blog-single .comment-list .comment-respond .comment-form .logged-in-as a:hover,
.blog-single .comment-list .comment-respond .comment-form .logged-in-as a:focus {
  color: #5f259f;
  outline: none;
}
.blog-single .comment-list .comment-respond .comment-form .comment-top {
  margin-bottom: 40px;
}
.blog-single .comment-list .comment-respond .comment-form .comment-top .comment-form-field {
  display: inline-block;
  vertical-align: middle;
  width: 31.2%;
  margin-right: 35px;
}
.blog-single .comment-list .comment-respond .comment-form .comment-top .comment-form-field:last-child {
  margin-right: 0;
}
.blog-single .comment-list .comment-respond .comment-form .comment-top .comment-form-field input {
  line-height: 70px;
  height: 70px;
  border: 1px solid #f1f1f1;
  font-size: 18px;
  color: #969595;
  font-family: 'Open Sans', sans-serif;
  padding: 0 25px;
  width: 100%;
}
.blog-single .comment-list .comment-respond .comment-form .comment-form-comment {
  margin-bottom: 40px;
}
.blog-single .comment-list .comment-respond .comment-form .comment-form-comment textarea {
  height: 280px;
  border: 1px solid #f1f1f1;
  font-size: 18px;
  color: #969595;
  font-family: 'Open Sans', sans-serif;
  padding: 25px;
  width: 100%;
}
.blog-single .comment-list .comment-respond .comment-form .form-submit {
  text-align: right;
}
.blog-single .comment-list .comment-respond .comment-form .form-submit .submit {
  line-height: 55px;
  background: #5f259f;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 0;
  color: #ffffff;
  border: none;
}
.contact-page .entry-header {
  background-color: #f1f1f1;
  height: 360px;
  line-height: 400px;
  text-align: center;
  vertical-align: middle;
}
.contact-page .entry-header h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #b5b5b5;
  display: inline-block;
}
.contact-page .entry-header h1 span {
  display: block;
  margin-top: 30px;
  font-size: 46px;
}
.contact-page .entry-header.purple h1 {
  color: #5f259f;
}
#contact-block .contact-text h3 {
  margin: 0 0 30px 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #54585a;
}
#contact-block .contact-text .textwidget {
  font-size: 18px;
  color: #969595;
  font-family: 'Open Sans', sans-serif;
  line-height: 33px;
}
#contact-block .contact-text .textwidget p {
  font-size: 18px;
  color: #969595;
  font-family: 'Open Sans', sans-serif;
  line-height: 33px;
}
#contact-block .contact-text .textwidget h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 40px 0 0 0;
  color: #54585a;
  font-weight: 600;
}
#contact-block .contact-form {
  font-size: 18px;
  color: #969595;
  font-family: 'Open Sans', sans-serif;
  line-height: 33px;
}
#contact-block .contact-form .nf-form-layout .nf-form-fields-required {
  font-size: 18px;
  color: #969595;
  font-family: 'Open Sans', sans-serif;
  line-height: 33px;
  margin-bottom: 15px;
}
#contact-block .contact-form .nf-form-layout .nf-form-content .nf-field .nf-field-label {
  color: #34495e;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
#contact-block .contact-form .nf-form-layout .nf-form-content .nf-field .nf-field-label label {
  font-weight: 400;
}
#contact-block .contact-form .nf-form-layout .nf-form-content .nf-field .nf-field-element input {
  line-height: 40px;
  height: 40px;
  border: 1px solid #e9ebed;
  border-radius: 4px;
  color: #a1b1bc;
  font-size: 15px;
  margin-bottom: 0px;
  padding: 0 20px;
}
#contact-block .contact-form .nf-form-layout .nf-form-content .nf-field .nf-field-element textarea {
  border: 1px solid #e9ebed;
  border-radius: 4px;
  color: #a1b1bc;
  font-size: 15px;
  margin-bottom: 0px;
  padding: 0 20px;
}
#contact-block .contact-form .nf-form-layout .nf-form-content .nf-field .nf-field-element .purple-btn {
  line-height: 45px;
  background: #5f259f;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 55px;
  text-align: center;
  border-radius: 0;
  height: auto;
}
.account-page .woocommerce {
  padding: 40px 70px 80px 80px;
  margin-bottom: 100px;
  background-color: #e8e8e7;
}
.account-page .woocommerce h2 {
  margin: 0 0 30px 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  color: #54585a;
}
.account-page .woocommerce form.login,
.account-page .woocommerce form.register,
.account-page .woocommerce form.lost_reset_password {
  border: none;
  border-radius: 0;
  margin: 0 0 60px 0;
  padding: 0;
  width: 60%;
}
.account-page .woocommerce form.login .form-row,
.account-page .woocommerce form.register .form-row,
.account-page .woocommerce form.lost_reset_password .form-row {
  padding: 0;
  margin: 0 0 30px 0;
}
.account-page .woocommerce form.login .form-row label,
.account-page .woocommerce form.register .form-row label,
.account-page .woocommerce form.lost_reset_password .form-row label {
  color: #34495e;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.account-page .woocommerce form.login .form-row label.inline,
.account-page .woocommerce form.register .form-row label.inline,
.account-page .woocommerce form.lost_reset_password .form-row label.inline {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-left: 30px;
}
.account-page .woocommerce form.login .form-row label.inline input,
.account-page .woocommerce form.register .form-row label.inline input,
.account-page .woocommerce form.lost_reset_password .form-row label.inline input {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.account-page .woocommerce form.login .form-row label.inline span,
.account-page .woocommerce form.register .form-row label.inline span,
.account-page .woocommerce form.lost_reset_password .form-row label.inline span {
  display: inline-block;
  vertical-align: middle;
}
.account-page .woocommerce form.login .form-row input,
.account-page .woocommerce form.register .form-row input,
.account-page .woocommerce form.lost_reset_password .form-row input {
  line-height: 40px;
  height: 40px;
  border: 1px solid #e9ebed;
  border-radius: 4px;
  color: #a1b1bc;
  font-size: 15px;
  margin-bottom: 0px;
  padding: 0 20px;
}
.account-page .woocommerce form.login .form-row .button,
.account-page .woocommerce form.register .form-row .button,
.account-page .woocommerce form.lost_reset_password .form-row .button {
  line-height: 45px;
  height: auto;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 0;
  border: 2px solid #c1c600;
  background: #c1c600;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.account-page .woocommerce form.login .lost_password a,
.account-page .woocommerce form.register .lost_password a,
.account-page .woocommerce form.lost_reset_password .lost_password a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #969595;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.account-page .woocommerce form.login .lost_password a:hover,
.account-page .woocommerce form.register .lost_password a:hover,
.account-page .woocommerce form.lost_reset_password .lost_password a:hover,
.account-page .woocommerce form.login .lost_password a:focus,
.account-page .woocommerce form.register .lost_password a:focus,
.account-page .woocommerce form.lost_reset_password .lost_password a:focus {
  color: #5f259f;
  outline: none;
}
.account-page .woocommerce form.login .woocommerce-register-link,
.account-page .woocommerce form.register .woocommerce-register-link,
.account-page .woocommerce form.lost_reset_password .woocommerce-register-link {
  margin: 30px 0 60px 0;
}
/*.account-page .woocommerce .woocommerce-MyAccount-navigation {
  width: 26%;
}*/
.account-page .woocommerce .woocommerce-MyAccount-navigation .myacc-nav-bottom {
  background: #ffffff;
  padding: 20px;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation .myacc-nav-bottom .user-info h3 {
  margin: 0 0 5px 0;
  color: #c1c600;
  font-size: 34px;
  line-height: 36px;
  font-weight: 600;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation .myacc-nav-bottom .user-info h4 {
  color: #b9b9b9;
  margin: 0 0 10px 0;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation .myacc-nav-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation .myacc-nav-bottom ul li {
  margin-bottom: 15px;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation .myacc-nav-bottom ul li a {
  display: block;
  line-height: 50px;
  padding: 0 20px;
  background-color: #c7c7c7;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation .myacc-nav-bottom ul li a:hover,
.account-page .woocommerce .woocommerce-MyAccount-navigation .myacc-nav-bottom ul li a:focus {
  background-color: #3d3d3d;
  color: #b9b9b9;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation .myacc-nav-bottom ul li.is-active a {
  background-color: #3d3d3d;
  color: #b9b9b9;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation .myacc-nav-bottom ul li:last-child {
  margin-bottom: 0;
}
/*.account-page .woocommerce .woocommerce-MyAccount-content {
  width: 74%;
}*/
.account-page .woocommerce .woocommerce-MyAccount-content .info-block {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}
.account-page .woocommerce .woocommerce-MyAccount-content p {
  font-size: 20px;
  line-height: 24px;
  color: #b9b9b9;
  margin: 0;
}
.account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  background: #ffffff;
  padding: 20px;
}
.account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
  margin-bottom: 15px;
}
.account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #c1c600;
  font-size: 25px;
  line-height: 26px;
  font-weight: 600;
}
.account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title .edit {
  line-height: 25px;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
  text-align: center;
  border-radius: 0;
  display: inline-block;
  border: 2px solid #c1c600;
  color: #c1c600;
  text-decoration: none;
}
.account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
  font-size: 20px;
  line-height: 24px;
  color: #b9b9b9;
  margin: 0;
}
.account-page .woocommerce .woocommerce-MyAccount-content form {
  background: #ffffff;
  padding: 20px;
}
.account-page .woocommerce .woocommerce-MyAccount-content form h3 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #c1c600;
  font-size: 25px;
  line-height: 26px;
  font-weight: 600;
}
.account-page .woocommerce .woocommerce-MyAccount-content form .form-row {
  padding: 0;
  margin: 0 0 30px 0;
}
.account-page .woocommerce .woocommerce-MyAccount-content form .form-row label {
  color: #34495e;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.account-page .woocommerce .woocommerce-MyAccount-content form .form-row label.inline {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-left: 30px;
}
.account-page .woocommerce .woocommerce-MyAccount-content form .form-row label.inline input {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.account-page .woocommerce .woocommerce-MyAccount-content form .form-row label.inline span {
  display: inline-block;
  vertical-align: middle;
}
.account-page .woocommerce .woocommerce-MyAccount-content form .form-row input {
  line-height: 40px;
  height: 40px;
  border: 1px solid #e9ebed;
  border-radius: 4px;
  color: #a1b1bc;
  font-size: 15px;
  margin-bottom: 0px;
  padding: 0 20px;
}
.account-page .woocommerce .woocommerce-MyAccount-content form .button {
  line-height: 45px;
  height: auto;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 0;
  border: 2px solid #c1c600;
  background: #c1c600;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.account-page .woocommerce .woocommerce-MyAccount-content .edit-profile-image #wpua-add-button-existing {
  margin-bottom: 15px;
}
.account-page .woocommerce .woocommerce-MyAccount-content .edit-profile-image #wpua-images-existing {
  margin-bottom: 15px;
}
.account-page .woocommerce .woocommerce-MyAccount-content .edit-profile-image #wpua-images-existing .description {
  display: none;
}
.account-page .woocommerce .woocommerce-MyAccount-content .edit-profile-image #wpua-remove-button-existing,
.account-page .woocommerce .woocommerce-MyAccount-content .edit-profile-image #wpua-undo-button-existing,
.account-page .woocommerce .woocommerce-MyAccount-content .edit-profile-image #wpua-thumbnail-existing {
  display: none;
}
.select2-container .select2-choice > .select2-chosen {
  color: #a1b1bc;
  font-size: 15px;
}
.select2-container .select2-choice {
  height: 40px;
  border: 1px solid #e9ebed;
}
#main.courses {
  margin-bottom: 100px;
}
#courses-access .panel-grid-cell {
  padding-left: 0 !important;
}
#courses-access .panel-grid-cell:last-child {
  padding-left: 15px !important;
  padding-right: 0 !important;
}
#courses-access .button-block h3.widget-title {
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.qty-minus {
  border: 1px solid #ffffff;
  color: #fff;
  background-color: transparent;
  height: 30px;
  width: 30px;
}
.qty-plus {
  border: 1px solid #ffffff;
  color: #fff;
  background-color: transparent;
  height: 30px;
  width: 30px;
}
.qty {
  border: none;
  color: purple;
  height: 30px;
}
.styled-select {
  display: inline-block;
  font-size: 16px;
  position: relative;
  width: 100%;
}
.styled-select .arr {
  background: #fff;
  bottom: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 35px;
  pointer-events: none;
  z-index: 1;
  border-radius: 0 4px 4px 0;
}
.styled-select .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
}
.styled-select .arr:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 1;
}
.styled-select select {
  font-size: 16px;
  position: relative;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  display: block;
  padding: 4px 10px;
  margin: 0;
  width: 100%;
  transition: border-color 0.2s;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #555;
  line-height: 40px;
  height: 40px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.styled-select select:focus {
  outline: none;
}
#courses-info .woocommerce {
  background: none;
}
#courses-info .woocommerce .products {
  margin: 0;
}
#courses-info .woocommerce .products li.product {
  float: none;
  width: 100%;
  margin: 0;
  text-align: center;
}
#courses-info .woocommerce .products li.product p {
  margin: 0;
}
#courses-info .woocommerce .products li.product h3 {
  font-size: 23px;
  color: #ffffff;
  margin: 0;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  line-height: 26px;
  min-height: 52px;
}
#courses-info .woocommerce .products li.product .price {
  display: block;
  margin: 20px 0 30px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 77px;
  font-weight: 300;
  line-height: 1;
}
#courses-info .woocommerce .products li.product .price span {
  line-height: 1;
}
#courses-info .woocommerce .products li.product .price span span {
  line-height: 1;
}
#courses-info .woocommerce .products li.product a {
  display: block;
}
#courses-info .woocommerce .products li.product a.add-to-cart {
  display: none;
}
#courses-info .woocommerce .products li.product a.add_to_cart_button {
  display: none;
}
#courses-info .woocommerce .products li.product a.added_to_cart {
  display: none;
}
#courses-info .woocommerce .products li.product .quantity {
  display: none;
}
#courses-info .woocommerce .products li.product button.single_add_to_cart_button {
  display: inline-block;
}
#courses-info .woocommerce .products li.product input.qty {
  display: none;
}
#courses-info .green-block {
  background-color: #c1c600;
  border-radius: 4px;
  padding: 30px 25px 25px;
  margin-top: 55px;
}
#courses-info .green-block .cart .single_add_to_cart_button {
  line-height: 55px;
  background: #ffffff;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 4px;
  color: #c1c600;
  display: block;
}
#courses-info .green-block.bottom-buy {
  margin-top: 0;
}
#courses-info .green-block.bottom-buy .woocommerce .products li h3 {
  display: none;
}
#courses-info .green-block.bottom-buy .woocommerce .products li p .price {
  display: none;
}
#courses-info .green-block.bottom-buy .woocommerce .products li p .single_add_to_cart_button {
  margin-top: 0;
}
#courses-info .most-popular-block h5 {
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
#courses-info .purple-block {
  background-color: #5f259f;
  border-radius: 4px;
  padding: 30px 25px 25px;
}
#courses-info .purple-block .cart .single_add_to_cart_button {
  line-height: 55px;
  background: #ffffff;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 4px;
  display: block;
  color: #5f259f;
}
#courses-info .purple-block.bottom-buy {
  margin-top: 0;
}
#courses-info .purple-block.bottom-buy .woocommerce .products li h3 {
  display: none;
}
#courses-info .purple-block.bottom-buy .woocommerce .products li p .price {
  display: none;
}
#courses-info .purple-block.bottom-buy .woocommerce .products li p .single_add_to_cart_button {
  margin-top: 0;
}
#courses-info .blue-block {
  background-color: #007fa3;
  border-radius: 4px;
  padding: 30px 25px 25px;
  margin-top: 55px;
}
#courses-info .blue-block .cart .single_add_to_cart_button {
  line-height: 55px;
  background: #ffffff;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 4px;
  display: block;
  color: #007fa3;
}
#courses-info .blue-block.bottom-buy {
  margin-top: 0;
}
#courses-info .blue-block.bottom-buy .woocommerce .products li h3 {
  display: none;
}
#courses-info .blue-block.bottom-buy .woocommerce .products li p .price {
  display: none;
}
#courses-info .blue-block.bottom-buy .woocommerce .products li p .single_add_to_cart_button {
  margin-top: 0;
}
#courses-info .featured-block {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0 0 4px 4px;
  margin: 20px 0;
}
#courses-info .featured-block h3 {
  text-align: center;
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 700;
  color: #c1c600;
}
#courses-info .featured-block .textwidget {
  padding: 0 40px;
  margin-bottom: 45px;
}
#courses-info .featured-block .textwidget p {
  font-size: 19px;
  color: #7a7a7a;
  font-weight: 600;
  margin: 0 0 30px 0;
}
#courses-info .featured-block.blue h3 {
  color: #007fa3;
}
#courses-info .featured-block.blue .textwidget {
  padding: 0 30px;
  margin-bottom: 0;
}
#courses-info .featured-block.blue .textwidget p {
  font-size: 18px;
}
#courses-info .button-block {
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px;
}
#courses-info .button-block .textwidget p {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  line-height: 27px;
}
#courses-info .featured-block-bottom {
  border-radius: 0 0 4px 4px;
  border: 1px solid #dedede;
}
#courses-info .featured-block-bottom .textwidget {
  padding: 50px 0 42px;
}
#courses-info .featured-block-bottom .textwidget p {
  font-size: 22px;
  color: #909090;
  font-weight: 600;
  margin: 0 0 30px 0;
}
#courses-info .featured-block-bottom.blue .textwidget {
  padding: 15px 15px 25px 25px;
}
#courses-info .featured-block-bottom.blue .textwidget p {
  font-size: 17px;
  margin: 0;
}
#course-heading {
  margin-bottom: 70px;
}
#course-heading h1.sow-headline {
  font-weight: 700;
  font-size: 33px;
  color: #878787;
}
#courses-with-cart .green-block {
  text-align: center;
  padding: 35px 0 30px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px;
}
#courses-with-cart .green-block .textwidget {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}
#courses-with-cart .purple-block {
  text-align: center;
  padding: 35px 0 30px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px;
}
#courses-with-cart .purple-block .textwidget {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}
#courses-with-cart .blue-block {
  text-align: center;
  padding: 35px 0 30px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px;
}
#courses-with-cart .blue-block .textwidget {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}
#courses-with-cart .course-info-text {
  text-align: center;
  margin-bottom: 20px;
}
#courses-with-cart .course-info-text h3 {
  margin: 0 0 20px 0;
  color: #c1c600;
  font-size: 28px;
  font-weight: 800;
}
#courses-with-cart .course-info-text .textwidget p {
  font-size: 19px;
  color: #888;
  font-weight: 600;
  margin: 0 0 25px 0;
  line-height: 28px;
}
#courses-with-cart .course-info-text.purple h3 {
  color: #5f259f;
}
#courses-with-cart .course-info-text.blue h3 {
  color: #007fa3;
}
#courses-with-cart .green-product {
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px;
}
#courses-with-cart .green-product .woocommerce ul.products li.product h3 {
  min-height: 52px;
}
#courses-with-cart .green-product .woocommerce ul.products li.product a.add-to-cart,
#courses-with-cart .green-product .woocommerce ul.products li.product a.add_to_cart_button {
  color: #c1c600;
}
#courses-with-cart .green-product .woocommerce ul.products li.product .single_add_to_cart_button {
  color: #c1c600;
}
#courses-with-cart .purple-product {
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px;
}
#courses-with-cart .purple-product .woocommerce ul.products li.product h3 {
  min-height: 104px;
}
#courses-with-cart .purple-product .woocommerce ul.products li.product a.add-to-cart,
#courses-with-cart .purple-product .woocommerce ul.products li.product a.add_to_cart_button {
  color: #5f259f;
}
#courses-with-cart .purple-product .woocommerce ul.products li.product .single_add_to_cart_button {
  color: #5f259f;
}
#courses-with-cart .blue-product {
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px;
}
#courses-with-cart .blue-product .woocommerce ul.products li.product a.add-to-cart,
#courses-with-cart .blue-product .woocommerce ul.products li.product a.add_to_cart_button {
  color: #007fa3;
}
#courses-with-cart .blue-product .woocommerce ul.products li.product .single_add_to_cart_button {
  color: #007fa3;
}
#courses-with-cart .woocommerce ul.products {
  margin: 0;
}
#courses-with-cart .woocommerce ul.products li.product {
  float: none;
  width: 100%;
  margin: 0;
  text-align: center;
}
#courses-with-cart .woocommerce ul.products li.product input.qty {
  display: inline-block;
  text-align: center;
}
#courses-with-cart .woocommerce ul.products li.product h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 10px 0 0 0;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  line-height: 26px;
}
#courses-with-cart .woocommerce ul.products li.product .price {
  display: block;
  margin: 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 53px;
  font-weight: 300;
}
#courses-with-cart .woocommerce ul.products li.product a {
  display: block;
}
#courses-with-cart .woocommerce ul.products li.product a.add-to-cart,
#courses-with-cart .woocommerce ul.products li.product a.add_to_cart_button {
  line-height: 55px;
  background: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 4px;
  color: transparent;
  margin-bottom: 15px;
}
#courses-with-cart .woocommerce ul.products li.product a.added_to_cart {
  display: none;
}
#courses-with-cart .woocommerce ul.products li.product .single_add_to_cart_button {
  line-height: 55px;
  background: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 4px;
  color: transparent;
  margin-bottom: 15px;
}
#courses-with-cart .woocommerce .shop_table {
  border: none;
  border-radius: 0;
  margin: 0;
}
#courses-with-cart .woocommerce .shop_table thead {
  display: none;
}
#courses-with-cart .woocommerce .shop_table thead tr th {
  display: none;
}
#courses-with-cart .woocommerce .shop_table tbody tr {
  background: #ffffff;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
  border: none;
}
#courses-with-cart .woocommerce .shop_table tbody tr td {
  display: inline-block;
  border: none;
  padding: 0;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-remove {
  vertical-align: top;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-remove a.remove {
  color: #474646 !important;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-remove a.remove:hover {
  background: none;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-name {
  width: 50%;
  vertical-align: top;
  text-align: left;
  margin-right: 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #6a6a6a;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-name .variation dt {
  color: #5f259f;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-name .variation dd {
  margin-bottom: 0;
  padding: 0;
  color: #c9c9c9;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-qty-price {
  vertical-align: middle;
  text-align: center;
  width: 30%;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-qty-price .product-qty .quantity {
  text-align: right;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-qty-price .product-qty .quantity input {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  border: 1px solid #5f259f;
  width: 40px;
  text-align: center;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-qty-price .product-qty .quantity .qty-minus {
  width: 20px;
  border-color: #5f259f;
  color: #5f259f;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-qty-price .product-qty .quantity .qty-plus {
  width: 20px;
  border-color: #5f259f;
  color: #5f259f;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-qty-price .product-subtotal {
  text-align: right;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-qty-price .product-subtotal .amount {
  font-size: 30px;
  color: #3a3a3a;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-thumbnail {
  display: none;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.product-price {
  display: none;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.actions {
  width: 100%;
  text-align: right;
}
#courses-with-cart .woocommerce .shop_table tbody tr td.actions input.button {
  line-height: 35px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 35px;
  text-align: center;
  border-radius: 4;
  background: #5f259f;
  color: #ffffff;
  display: inline-block;
}
#courses-with-cart .woocommerce .shop_table tbody tr.cart-subtotal {
  display: none;
}
#courses-with-cart .woocommerce .shop_table tbody tr.order-total {
  padding: 30px 40px 20px;
}
#courses-with-cart .woocommerce .shop_table tbody tr.order-total th {
  display: block;
  text-align: center;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #404040;
  font-size: 25px;
  color: #191919;
  border-top: none;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
#courses-with-cart .woocommerce .shop_table tbody tr.order-total td {
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
#courses-with-cart .woocommerce .shop_table tbody tr.order-total td span {
  color: #3a3a3a;
  font-size: 31px;
}
#courses-with-cart .woocommerce .cart-collaterals {
  margin-top: 160px;
}
#courses-with-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
#courses-with-cart .woocommerce .cart-collaterals .cart_totals h2 {
  display: none;
}
#courses-with-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: block;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background-color: #c1c600;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
#courses-with-cart .cart-block h3.widget-title {
  text-align: center;
  margin: 0 0 20px;
  background: #ffffff;
  padding: 40px 0 50px;
  border-radius: 4px 4px 0 0;
}
#courses-with-cart .additional-info {
  padding: 10px 10px 30px;
  border: 1px solid #dedede;
  border-radius: 0 0 4px 4px;
  margin-top: 20px;
}
#courses-with-cart .additional-info p {
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'Open Sans', sans-serif;
}
#courses-with-cart .with-variation .woocommerce .products li.product .variations_form .variations {
  margin-bottom: 15px;
}
#courses-with-cart .with-variation .woocommerce .products li.product .variations_form .variations .label {
  padding: 0;
}
#courses-with-cart .with-variation .woocommerce .products li.product .variations_form .variations .label label {
  margin: 10px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
#courses-with-cart .with-variation .woocommerce .products li.product .variations_form .variations .value select {
  /*width:100%;
                                    height:40px;
                                    font-family:@opensans;
                                    font-weight:400;
                                    font-size:16px;
                                    line-height:40px;*/
}
#courses-with-cart .with-variation .woocommerce .products li.product .variations_form .variations .value .reset_variations {
  display: none;
}
#courses-with-cart .with-variation .woocommerce .products li.product .variations_form .single_variation_wrap .single_add_to_cart_button {
  line-height: 55px;
  background: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 4px;
  color: transparent;
  margin-bottom: 15px;
  color: #c1c600;
}
#courses-with-cart .with-variation.purple-product .woocommerce .products li.product .variations_form .single_variation_wrap .single_add_to_cart_button {
  color: #5f259f;
}
#courses-with-cart .with-variation.purple-product .woocommerce .products li.product form .single_add_to_cart_button {
  color: #5f259f;
}
#courses-with-cart .with-variation.no-variations .products li.product form .single_add_to_cart_button {
  line-height: 55px;
  background: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 4px;
  color: transparent;
  margin-bottom: 15px;
  color: #c1c600;
}
#courses-with-cart.additional-checks .green-product .woocommerce ul.products li.product h3 {
  min-height: auto;
}
#courses-with-cart.additional-checks .purple-product.with-variation.big-title .woocommerce ul.products li.product h3 {
  min-height: 78px;
}
#courses-with-cart.additional-checks .purple-product .woocommerce ul.products li.product h3 {
  min-height: auto;
}
#courses-with-cart.additional-checks .green-product.no-variations .woocommerce ul.products li.product .cart .quantity {
  margin-top: 95px;
}
#courses-with-cart.additional-packages .green-product .woocommerce ul.products li.product h3 {
  min-height: auto;
}
#courses-with-cart.additional-packages .green-product.left-first .woocommerce ul.products li.product h3 {
  min-height: 104px;
}
#courses-with-cart.additional-packages .purple-product .woocommerce ul.products li.product h3 {
  min-height: auto;
}
#same-height {
  overflow: hidden;
}
#same-height .panel-grid-cell {
  background: #fff none repeat scroll 0 0;
  margin-bottom: -99999px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 99999px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 46.5%;
}
#pgc-w5902f6c987354-1-0 #same-height .panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#same-height .panel-grid-cell .course-info-text {
  margin-bottom: 0;
}
#courses-with-cart .course-info-text.hide-on-desktop {
  display: none;
}
.woocommerce-checkout h3 {
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 20px;
}
.woocommerce-checkout h3#order_review_heading {
  margin-top: 50px;
}
.woocommerce-checkout .form-row label {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 10px;
}
.woocommerce-checkout .form-row input {
  padding: 0 10px;
  line-height: 40px !important;
  border: 1px solid #e9ebed;
  color: #a1b1bc;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  border-radius: 4px;
}
.woocommerce-checkout .form-row .select2-container .select2-choice .select2-chosen {
  line-height: 40px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead tr th {
  font-size: 24px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead tr th:last-child {
  text-align: right;
  padding-right: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody tr td {
  font-size: 19px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody tr td:last-child {
  text-align: right;
  padding-right: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr th {
  font-size: 24px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr td {
  text-align: right;
  padding-right: 20px;
  font-size: 24px;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  background: none !important;
  border: none !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
  border: 1px solid #e9ebed !important;
  margin-bottom: 60px !important;
  border-radius: 4px;
  margin-top: 60px;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order {
  padding: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order #place_order {
  line-height: 65px !important;
  background: #c1c600;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 55px;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  border: none;
}
.featured-block.mobile-block {
  display: none;
}
@media all and (min-width: 1900px) {
  .header .main-navigation .navbar-collapse{
    margin: 0px;
  }
  .header .main-navigation .navbar-collapse li {
    padding: 0 17px;
  }
}
@media all and (max-width: 1800px) {
  .container-wider {
    width: 92%;
    padding: 0 30px;
  }
  .header .main-navigation .navbar-collapse {
    margin-left: 0px;
  }
  .header .main-navigation .navbar-collapse li {
    padding: 0 17px;
  }
  .header .search-block .searchform .search-table .search-field {
    width: 86%;
  }
}
@media all and (max-width: 1660px) {

  .header .main-navigation .navbar-collapse li {
    padding: 0 13px;
  }
  .header .main-navigation .navbar-collapse li a {
    font-size: 18px;
  }
  .header .main-navigation .navbar-collapse li.purple-btn {
    padding: 0 20px;
    margin: 0 20px;
  }
  .header .main-navigation .navbar-collapse li.purple-btn a {
    font-size: 16px;
  }
  .footer .footer-top .ft-one-block {
    width: 21%;
  }
  .footer .footer-top .ft-one-block:last-child {
    width: 20%;
  }
  .blog-list-block .single-blog-block {
    width: 31.3%;
  }
  .container-woocommerce {
    width: 95%;
  }
  .header .search-block .searchform .search-table .search-field {
    width: 84%;
  }
}

div#common p.return-to-shop{
  width: 100%;
  float: left;
  margin-top: 20px;
}
@media all and (max-width: 1390px) {
  #about-content .green-block .textwidget p .btn.white-border {
    margin: 45px 0;
  }
  #about-content .green-block .textwidget {
    margin-top: 45px;
  }
  .header .logo {
    width: 10%;
  }
  .header .main-navigation .navbar-collapse li {
    padding: 0 15px;
  }
  .homepage h2 {
    font-size: 40px;
    margin-top: 40px;
  }
  .partners-block {
    padding-bottom: 0;
  }
  .partners-block h2 {
    margin-top: 10px;
  }
  .partners-block h3 {
    font-size: 20px;
  }
  .video-block {
    padding-bottom: 20px;
  }
  .top-block .top-block-one-line .text {
    font-size: 20px;
  }
  .featured-products-block .col-sm-6 .featured-block h4 {
    font-size: 24px;
  }
  .bottom-block .bottom-block-one-line .bottom-block h4 {
    font-size: 20px;
  }
  .testimonials-block {
    padding-bottom: 0;
  }
  .testimonials-block .testimonials-intro {
    font-size: 20px;
  }
  .testimonials-block .carousel {
    margin-bottom: 40px;
  }
  .bottom-block .bottom-block-one-line .bottom-block {
    min-height: 355px;
  }
  .bottom-block .bottom-block-one-line .bottom-block .text-block {
    min-height: 190px;
    line-height: 190px;
  }
  .newsletter-block h2.sow-headline {
    font-size: 40px;
  }
  .newsletter-block h3.sow-sub-headline {
    font-size: 20px;
  }
  #courses-access .button-block {
    padding: 15px 0;
  }
  #courses-access .button-block h3.widget-title {
    font-size: 24px;
  }
  #courses-info .purple-block .single_add_to_cart_button,
  #courses-info .blue-block .single_add_to_cart_button,
  #courses-info .green-block .single_add_to_cart_button {
    font-size: 22px;
    line-height: 44px;
  }
  #courses-info .woocommerce .products li.product h3 {
    font-size: 20px;
    line-height: 22px;
    min-height: 44px;
  }
  #courses-info .woocommerce .products li.product .price {
    font-size: 58px;
  }
  #courses-info .featured-block h3 {
    font-size: 28px;
  }
  #courses-info .featured-block .textwidget p {
    margin-bottom: 20px;
  }
  #courses-info .button-block .textwidget p {
    font-size: 20px;
    line-height: 24px;
  }
  .footer .footer-top .ft-one-block h2.title {
    font-size: 20px;
  }
  #course-heading h1.sow-headline {
    font-size: 30px;
  }
  #courses-with-cart .green-block .textwidget {
    font-size: 22px;
  }
  #courses-with-cart .course-info-text .textwidget p {
    margin-bottom: 20px;
  }
  #courses-with-cart .woocommerce ul.products li.product .price {
    font-size: 40px;
  }
  #courses-with-cart .woocommerce ul.products li.product .single_add_to_cart_button {
    line-height: 44px;
    font-size: 20px;
  }
  #courses-with-cart .additional-info p {
    line-height: 24px;
  }
  #courses-with-cart .woocommerce .cart-collaterals {
    margin-top: 140px;
  }
  #courses-with-cart .green-block,
  #courses-with-cart .purple-block,
  #courses-with-cart .blue-block {
    padding: 20px 0 25px;
  }
  #courses-with-cart .blue-block .textwidget {
    font-size: 22px;
  }
  #courses-with-cart .purple-block .textwidget {
    font-size: 22px;
  }
  #courses-with-cart .with-variation .woocommerce .products li.product .variations_form .single_variation_wrap .single_add_to_cart_button {
    line-height: 44px;
    font-size: 20px;
  }
  #courses-with-cart .woocommerce ul.products li.product h3 {
    font-size: 18px;
  }
  .main-page .entry-header {
    height: 240px;
    line-height: 240px;
  }
  .main-page .entry-header h1 {
    font-size: 36px;
  }
  #page-content .page-title h3 {
    font-size: 38px;
  }
  #page-content .page-title.smaller-font h3 {
    font-size: 30px;
  }
  #block-with-video h3.widget-title {
    font-size: 38px;
  }
  #guided-content {
    padding: 40px 0 30px 0 !important;
  }
  #guided-content .page-title h3 {
    font-size: 38px;
  }
  #guided-content .purple-block h3,
  #guided-content .gray-purple-block h3,
  #guided-content .gray-green-block h3,
  #guided-content .green-block h3 {
    font-size: 22px;
  }
  #enroll-block {
    margin-top: 0;
  }
  #page-content .page-title.with-subtitle .textwidget h4 {
    font-size: 24px;
  }
  .main-page .sub-page-nav .skills-navigation li a {
    line-height: 44px;
    padding: 0 70px;
  }
  .tips-page .entry-header,
  .blog-page .entry-header,
  .blog-single .entry-header,
  .about-page .entry-header {
    height: 240px;
    line-height: 300px;
  }
  .contact-page .entry-header {
    height: 240px;
    line-height: 255px;
  }
  .tips-page .entry-header h1,
  .blog-page .entry-header h1,
  .blog-single .entry-header h1 {
    font-size: 36px;
  }
  .contact-page .entry-header h1 {
    font-size: 26px;
  }
  .about-page .entry-header h1 {
    font-size: 26px;
  }
  .tips-page .entry-header h1 span,
  .blog-page .entry-header h1 span,
  .blog-single .entry-header h1 span {
    font-size: 26px;
    margin-top: 25px;
  }
  .about-page .entry-header h1 span {
    font-size: 36px;
    margin-top: 25px;
  }
  #white-with-btn {
    padding: 40px 0 0 0 !important;
  }
  #gray-purple h3 {
    font-size: 38px;
  }
  .blog-block h2 {
    margin: 0 0 50px 0;
    font-size: 38px;
  }
  .blog-list-block .single-blog-block {
    width: 31%;
  }
  .blog-list-block .single-blog-block .meta-block {
    margin-top: 20px;
    font-size: 14px;
  }
  .blog-list-block .single-blog-block h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .blog-list-block .single-blog-block .excerpt-block p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .blog-single .image-block {
    margin-bottom: 40px;
  }
  .blog-single .social-share {
    margin-bottom: 30px;
  }
  .blog-single h2.post-title {
    font-size: 28px;
  }
  .blog-single .meta-block {
    margin-bottom: 20px;
  }
  .blog-single .entry-content p {
    line-height: 28px;
    margin-bottom: 20px;
  }
  .blog-single .tag-block {
    margin-bottom: 40px;
  }
  .blog-single .tag-block ul li a {
    font-size: 16px;
    line-height: 30px;
  }
  .blog-single .main-author-block .right-block h3 {
    font-size: 28px;
  }
  .blog-single .main-author-block .right-block h4 {
    margin-bottom: 20px;
  }
  .blog-single .main-author-block .right-block .author-description {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-single .comment-list .comment-respond h3.comment-reply-title,
  .blog-single .comment-list h2.comments-title {
    font-size: 28px;
  }
  .blog-single {
    margin-bottom: 60px;
  }
  #page-subtitle .page-title h3 {
    font-size: 38px;
  }
  #about-content .gray-purple-block h3,
  #about-content .gray-green-block h3,
  #about-content .green-block h3,
  #about-content .purple-block h3 {
    font-size: 22px;
  }
  #about-content .gray-purple-block .textwidget p,
  #about-content .gray-green-block .textwidget p,
  #about-content .green-block .textwidget p,
  #about-content .purple-block .textwidget p {
    font-size: 16px;
    line-height: 24px;
  }
  #about-content .gray-purple-block .textwidget p {
    margin-bottom: 118px;
  }
  #contact-block .contact-text h3 {
    font-size: 30px;
  }
  .account-page .woocommerce h2 {
    font-size: 38px;
  }
  #same-height .panel-grid-cell {
    width: 46.3%;
  }
}
@media all and (max-width: 1290px) {
  .header .logo {
    width: 8%;
  }
  .header .main-navigation .navbar-collapse li a {
    font-size: 16px;
  }
  .header .main-navigation .navbar-collapse li.purple-btn a {
    line-height: 44px;
    font-size: 14px;
  }
  .header .search-block .searchform .search-table .search-button input {
    font-size: 20px;
  }
  .main-page .entry-content {
    margin: 0 auto;
  }
}
@media all and (max-width: 1050px) {
  #about-content .green-block .textwidget p .btn.white-border {
    margin: 60px 0;
  }
  #about-content .green-block .textwidget {
    margin-top: 60px;
  }
  .header .search-block .searchform .search-table .search-field {
    width: 78%;
  }
  #courses-with-cart.additional-packages .green-product.left-first .woocommerce ul.products li.product h3 {
    min-height: 95px;
  }
  #same-height .panel-grid-cell {
    width: 45.4%;
  }
  .header .main-navigation .navbar-collapse {
    margin-left: 20px;
  }
  .header .main-navigation .navbar-collapse li a {
    font-size: 14px;
    font-weight: 400;
  }
  .header .main-navigation .navbar-collapse li.purple-btn {
    padding: 0 10px;
    margin: 0 10px;
  }
  .header .main-navigation .navbar-collapse li.purple-btn a {
    font-size: 12px;
  }
  .header .main-navigation .navbar-collapse li {
    padding: 0 8px;
  }
  .featured-products-block .col-sm-6 .featured-block .featured-icon img {
    max-width: 75px;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(3) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 38px !important;
    line-height: 38px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 16px !important;
    line-height: 22px !important;
    min-width: 840px !important;
    max-width: 840px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 20px !important;
    line-height: 20px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    padding: 20px 80px !important;
  }
  .container {
    width: 100%;
  }
  .top-block .top-block-one-line .gray-block {
    min-height: 340px;
    padding: 60px 15% 0;
  }
  .featured-products-block .col-sm-6 .featured-block .text-block {
    padding: 0 10px;
  }
  .bottom-block .bottom-block-one-line .bottom-block {
    padding: 15px 50px 30px;
  }
  .footer .footer-top .ft-one-block ul.social li {
    margin-right: 20px;
  }
  .footer .footer-top .ft-one-block ul.social li:last-child {
    margin-right: 0;
  }
  .footer .footer-top .ft-one-block {
    width: 20%;
  }
  .footer .footer-top .ft-one-block:first-child {
    width: 15%;
  }
  #courses-access {
    padding: 0 15px;
  }
  #courses-access .button-block h3.widget-title {
    font-size: 20px;
  }
  #courses-info .featured-block .textwidget {
    margin-bottom: 190px;
  }
  #courses-info .woocommerce .products li.product h3 {
    font-size: 16px;
  }
  #courses-info .most-popular-block h5 {
    font-size: 19px;
  }
  #courses-info .woocommerce .products li.product .price {
    font-size: 44px;
  }
  #courses-with-cart .green-block .textwidget,
  #courses-with-cart .purple-block .textwidget,
  #courses-with-cart .blue-block .textwidget {
    font-size: 20px;
  }
  #courses-with-cart .course-info-text h3 {
    font-size: 22px;
  }
  #courses-with-cart .course-info-text .textwidget p {
    font-size: 17px;
  }
  #courses-with-cart .additional-info p {
    font-size: 16px;
  }
  #courses-with-cart .cart-block h3.widget-title {
    padding: 35px 0 40px;
  }
  #courses-with-cart .woocommerce .shop_table tbody tr td.product-name {
    width: 90%;
    margin-right: 0;
  }
  #courses-with-cart .woocommerce .shop_table tbody tr td.product-qty-price {
    width: 100%;
  }
  #courses-with-cart .woocommerce .cart-collaterals {
    margin-top: 0;
  }
  #courses-with-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding: 25px 0;
    font-size: 22px;
    line-height: 28px;
  }
  #courses-with-cart .woocommerce ul.products li.product h3 {
    min-height: 52px;
  }
  #guided-content .gray-purple-block .textwidget ul,
  #guided-content .gray-green-block .textwidget ul,
  #guided-content .green-block .textwidget ul,
  #guided-content .purple-block .textwidget ul {
    padding-left: 0;
  }
  .main-page .entry-header h1 {
    font-size: 32px;
  }
  .main-page .sub-page-nav .skills-navigation li a {
    padding: 0 50px;
  }
  #block-with-video .video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
    right: 10%;
  }
  #block-with-video .video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
    left: 10%;
  }
  .newsletter-block .mc4wp-form .form-block input.input-field {
    font-size: 19px;
  }
  .blog-list-block .single-blog-block {
    width: 47.7%;
  }
  .blog-list-block .single-blog-block:nth-child(3n) {
    margin-right: 20px;
  }
  .blog-list-block .single-blog-block:nth-child(2n) {
    margin-right: 0;
  }
  .blog-list-block .single-blog-block h4 {
    font-size: 19px;
  }
  .blog-list-block .single-blog-block .excerpt-block p {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-single .comment-list .comment-list .comment .comment-author .author-right {
    width: 90%;
  }
  .blog-single .comment-list .comment-respond .comment-form .comment-top .comment-form-field {
    width: 30.5%;
  }
  .about-page .entry-header h1 {
    margin: 0 20px;
  }
  #about-content .gray-purple-block .textwidget p {
    margin-bottom: 45px;
  }
  #courses-access .panel-grid-cell .button-block {
    margin: 0 0 0 20px;
  }
  #courses-access .panel-grid-cell:last-child .button-block {
    margin: 0 20px 0 0;
  }
  #courses-info .blue-block,
  #courses-info .green-block {
    margin-top: 51px;
  }
  #courses-with-cart .course-info-text {
    padding: 20px 28px 20px 35px !important;
  }
  #courses-info .purple-block .cart .single_add_to_cart_button,
  #courses-info .blue-block .cart .single_add_to_cart_button,
  #courses-info .green-block .cart .single_add_to_cart_button {
    padding: 0 25px;
    font-size: 22px;
    line-height: 45px;
  }
}
@media all and (max-width: 1000px) {
  #about-content .green-block .textwidget p .btn.white-border {
    margin: 75px 0;
  }
  #about-content .green-block .textwidget {
    margin-top: 75px;
  }
  .featured-products-block .col-sm-6 .featured-block .featured-icon img {
    max-width: 55px;
  }
  .header {
    padding: 20px 0;
    padding: 40px;
  }
  .header .logo {
    float: left;
    width: 90px;
  }
  .header .navbar-header {
    float: right;
  }
  .header .navbar-toggle {
    display: block;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    font-size: 1.4em;
    font-weight: 800;
    line-height: 1.5;
    /*margin: 9px auto 2px;*/
    padding: 0em;
    text-shadow: none;
    z-index: 7000;
    width: auto;
    text-align: right;
    cursor: pointer;
  }
  .header .navbar-toggle span {
    position: relative;
    left: 0;
    display: block;
    width: 35px;
    height: 5px;
    background: #728087;
    transition: .5s all ease;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .header .navbar-toggle span.nf {
    margin-top: 7px;
  }
  .header .navbar-toggle.clicked span {
    left: 6px;
    width: 34px;
    background:#728087;
  }
  .header .navbar-toggle.clicked span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .navbar-toggle.clicked span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .header .navbar-toggle.clicked span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .navbar-collapse.collapse.opened {
    display: block !important;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    background: #c1c600;
    top: 130px;
    padding: 10px;
    z-index: 2000;
  }
  .header .navbar-collapse.collapse.opened li {
    display: block;
    padding: 0 20px;
  }
  .header .navbar-collapse.collapse.opened li a {
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
  }
  .header .navbar-collapse.collapse.opened li a:after {
    display: none;
  }
  .header .navbar-collapse.collapse.opened li.purple-btn {
    box-shadow: none;
  }
  .header .navbar-collapse.collapse.opened li.menu-item-has-children .sub-menu {
    display: none;
    position: initial;
    padding-top: 0;
  }
  .header .search-block {
    float: right;
    margin-right: 20px;
    margin-top: 0px;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(2) {
    top: 30px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(2) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(3) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) {
    top: 95px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) {
    top: 330px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(6) {
    top: 155px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(7) {
    top: 180px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .homepage h2 {
    margin: 30px 0 40px 0;
    font-size: 34px;
  }
  .partners-block h3 {
    margin-bottom: 40px;
  }
  .top-block .top-block-one-line .gray-block {
    min-height: 300px;
  }
  .top-block .top-block-one-line .text {
    font-size: 17px;
  }
  .featured-products-block .col-sm-6 .featured-block .text-block {
    min-height: 210px;
    line-height: 210px;
  }
  .featured-products-block .col-sm-6 .featured-block {
    padding: 30px;
  }
  .featured-products-block .col-sm-6 .featured-block h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .featured-products-block .col-sm-6 .featured-block .text-block p {
    font-size: 17px;
  }
  .video-block .carousel .carousel-inner .item .carousel-bottom {
    margin-top: 30px;
  }
  .video-block .carousel .carousel-control.left {
    left: 10px;
  }
  .video-block .carousel .carousel-control.right {
    right: 10px;
  }
  .bottom-block {
    margin-bottom: 0;
  }
  .bottom-block .bottom-block-one-line .bottom-block {
    padding: 10px 30px 30px;
    min-height: 335px;
  }
  .bottom-block .bottom-block-one-line .bottom-block h4 {
    line-height: 40px;
    padding-bottom: 0;
  }
  .bottom-block .bottom-block-one-line .bottom-block .text-block p {
    font-size: 17px;
  }
  .testimonials-block .testimonials-intro {
    margin-bottom: 0;
  }
  .testimonials-block .carousel .carousel-inner .item .testimonial-top h4 {
    font-size: 20px;
  }
  .testimonials-block .carousel .carousel-inner .item .testimonial-block p {
    font-size: 17px;
    line-height: 26px;
  }
  .testimonials-block .carousel .carousel-inner .item .testimonial-block {
    margin: 20px 100px 30px;
  }
  .blog-block {
    margin-bottom: 10px;
  }
  .blog-block h2 {
    margin: 0 0 30px 0;
    font-size: 34px;
  }
  .blog-block .single-blog-block {
    margin-bottom: 20px;
  }
  .blog-block .single-blog-block h4 {
    margin: 15px 0 10px;
    font-size: 20px;
    line-height: 20px;
  }
  .blog-block .single-blog-block .meta-block {
    font-size: 14px;
  }
  .blog-block .single-blog-block .excerpt-block p {
    font-size: 17px;
    line-height: 26px;
    margin: 10px 0 20px;
  }
  .newsletter-block h2.sow-headline {
    font-size: 34px;
  }
  .footer .footer-top {
    padding: 40px 0 50px 0;
  }
  .footer .footer-top .ft-one-block:first-child {
    width: 8%;
    margin-right: 3%;
  }
  .footer .footer-top .ft-one-block {
    width: 21%;
  }
  .footer .footer-top .ft-one-block:last-child {
    width: 24%;
  }
  .footer .footer-top .ft-one-block h2.title {
    margin-bottom: 15px;
  }
  .footer .footer-top .ft-one-block ul li {
    padding: 5px 0;
  }
  .breadcrumbs ul {
    margin: 30px 0;
  }
  .breadcrumbs ul li {
    font-size: 20px;
  }
  #courses-access .panel-grid-cell .button-block {
    padding: 15px 0;
  }
  #courses-info .purple-block,
  #courses-info .blue-block,
  #courses-info .green-block {
    padding: 15px;
  }
  #courses-info .woocommerce .products li.product .price {
    font-size: 36px;
    margin: 15px 0 20px;
  }
  #courses-info .purple-block .single_add_to_cart_button,
  #courses-info .blue-block .single_add_to_cart_button,
  #courses-info .green-block .single_add_to_cart_button {
    font-size: 20px;
    line-height: 40px;
  }
  #courses-info .most-popular-block {
    padding: 10px 0 !important;
  }
  #courses-info .most-popular-block h5 {
    font-size: 17px;
  }
  #courses-info .blue-block,
  #courses-info .green-block {
    margin-top: 43px;
  }
  #courses-info .featured-block {
    padding: 20px 0;
  }
  #courses-info .featured-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #courses-info .featured-block .textwidget {
    margin-bottom: 65px;
  }
  #courses-info .featured-block .textwidget p {
    margin-bottom: 10px;
    font-size: 17px;
  }
  #courses-info .featured-block.blue .textwidget p {
    font-size: 14px;
  }
  #courses-info .button-block .textwidget p {
    font-size: 17px;
    line-height: 20px;
  }
  #courses-info .featured-block-bottom .textwidget p {
    font-size: 17px;
  }
  #courses-info .featured-block-bottom.blue .textwidget p {
    font-size: 14px;
  }
  #main.courses {
    margin-bottom: 40px;
  }
  #course-heading h1.sow-headline {
    font-size: 26px;
  }
  #courses-with-cart .green-block,
  #courses-with-cart .purple-block,
  #courses-with-cart .blue-block {
    padding: 15px 0;
  }
  #courses-with-cart .course-info-text h3 {
    font-size: 20px;
  }
  #courses-with-cart .course-info-text .textwidget p {
    margin-bottom: 10px;
    line-height: 24px;
  }
  #courses-with-cart .woocommerce ul.products li.product h3 {
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
  #courses-with-cart .woocommerce ul.products li.product .price {
    font-size: 32px;
  }
  #courses-with-cart .woocommerce ul.products li.product .single_add_to_cart_button {
    line-height: 40px;
    font-size: 17px;
    padding: 0 30px;
  }
  #courses-with-cart .additional-info p {
    font-size: 15px;
  }
  #courses-with-cart .cart-block h3.widget-title {
    padding: 30px 0;
  }
  #courses-with-cart .woocommerce .shop_table tbody tr td.product-qty-price .product-subtotal .amount {
    font-size: 24px;
  }
  #courses-with-cart .woocommerce .shop_table tbody tr.order-total {
    padding: 10px 20px;
  }
  #courses-with-cart .woocommerce .shop_table tbody tr.order-total th {
    font-size: 22px;
  }
  #courses-with-cart .woocommerce .shop_table tbody tr.order-total td span {
    font-size: 26px;
  }
  #courses-with-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding: 10px 0;
    font-size: 20px;
    line-height: 24px;
  }
  #courses-with-cart .with-variation .woocommerce .products li.product .variations_form .single_variation_wrap .single_add_to_cart_button {
    line-height: 40px;
    font-size: 17px;
    padding: 0 30px;
  }
  .main-page .entry-header {
    height: 140px;
    line-height: 155px;
  }
  .main-page .entry-header h1 {
    font-size: 28px;
  }
  #page-content .page-title h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #page-content .purple-block,
  #page-content .green-block {
    padding: 20px 30px !important;
    margin-bottom: 20px;
  }
  #page-content .purple-block h3,
  #page-content .green-block h3 {
    padding-bottom: 15px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #page-content .purple-block .textwidget p,
  #page-content .green-block .textwidget p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #page-content .button-panel {
    margin-bottom: 30px;
  }
  #page-content .page-title.smaller-font h3 {
    font-size: 26px;
  }
  .tips-page .entry-header,
  .blog-page .entry-header,
  .blog-single .entry-header {
    height: 140px;
    line-height: 185px;
  }
  .about-page .entry-header {
    height: 180px;
    line-height: 250px;
  }
  .about-page .entry-header h1 {
    font-size: 24px;
  }
  .about-page .entry-header h1 span {
    font-size: 32px;
    margin-top: 15px;
  }
  .tips-page .entry-header h1,
  .blog-page .entry-header h1,
  .blog-single .entry-header h1 {
    font-size: 28px;
  }
  .tips-page .entry-header h1 span,
  .blog-page .entry-header h1 span,
  .blog-single .entry-header h1 span {
    font-size: 22px;
    margin-top: 15px;
  }
  .video-slider .so-widget-sow-layout-slider .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding: 10px 0;
  }
  #block-with-video h3.widget-title {
    font-size: 34px;
  }
  #block-with-video .video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
    left: 5%;
  }
  #block-with-video .video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
    right: 5%;
  }
  .tips-page #gray-purple {
    padding: 30px 0;
  }
  #gray-purple h3 {
    font-size: 34px;
    line-height: 36px;
  }
  #gray-purple h4 {
    font-size: 26px;
    line-height: 20px;
  }
  #gray-purple .textwidget {
    font-size: 17px;
    line-height: 24px;
    margin: 20px 15%;
  }
  .blog-block h2 {
    font-size: 34px;
  }
  .blog-list-block .single-blog-block {
    width: 47.5%;
  }
  .blog-single .main-author-block .left-block {
    width: 30%;
  }
  .blog-single .main-author-block .right-block {
    width: 65%;
  }
  .blog-single .main-author-block .right-block h3 {
    margin-top: 15px;
  }
  .blog-single .comment-list .comment-list .comment .comment-author .author-right {
    width: 89%;
  }
  .blog-single .comment-list .comment-respond .comment-form .comment-top .comment-form-field {
    width: 29.5%;
  }
  .blog-single .comment-list .comment-respond .comment-form .form-submit .submit {
    line-height: 44px;
  }
  #page-subtitle .page-title h3 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  #about-content .green-block,
  #about-content .gray-green-block,
  #about-content .gray-purple-block,
  #about-content .purple-block {
    padding: 20px 30px !important;
    margin-bottom: 20px;
  }
  #about-content .green-block h3,
  #about-content .gray-green-block h3,
  #about-content .gray-purple-block h3,
  #about-content .purple-block h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact-page .entry-header {
    height: 150px;
    line-height: 190px;
  }
  .account-page .woocommerce {
    margin-bottom: 40px;
  }
  .account-page .woocommerce h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 890px) {
  #about-content .green-block .textwidget p .btn.white-border {
    margin: 55px 0;
  }
  #about-content .green-block .textwidget {
    margin-top: 50px;
  }
  .header .search-block .searchform .search-table .search-field {
    width: 70%;
  }
  #courses-with-cart.additional-checks .purple-product.with-variation.big-title .woocommerce ul.products li.product h3 {
    min-height: auto;
  }
  #courses-with-cart.additional-checks .green-product.no-variations .woocommerce ul.products li.product .cart .quantity {
    margin-top: 0;
  }
  #courses-with-cart #same-height .panel-grid-cell {
    width: 45.9%;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(3) {
    left: 205px !important;
    top: 120px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(3) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 26px !important;
    line-height: 26px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) {
    top: 290px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 19px !important;
    line-height: 19px !important;
  }
  .homepage h2 {
    margin: 20px 0 30px 0;
    font-size: 30px;
  }
  .top-block .top-block-one-line .text {
    font-size: 16px;
    line-height: 24px;
  }
  .top-block .top-block-one-line .gray-block {
    min-height: 265px;
  }
  .btn {
    line-height: 36px;
  }
  .top-block {
    margin-bottom: 0;
  }
  .partners-block h3 {
    font-size: 18px;
    line-height: 1.1;
  }
  .featured-products-block .col-sm-6 .featured-block .featured-icon img {
    max-width: 40px;
  }
  .featured-products-block .col-sm-6 .featured-block {
    padding: 20px;
  }
  .featured-products-block .col-sm-6 .featured-block h4 {
    font-size: 18px;
  }
  .featured-products-block .col-sm-6 .featured-block .text-block p {
    font-size: 15px;
  }
  .video-block .carousel .carousel-inner .item {
    position: relative;
    padding-bottom: 51.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .video-block .carousel .carousel-inner .item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-block .carousel .carousel-control {
    top: 45%;
  }
  .bottom-block .bottom-block-one-line .bottom-block {
    padding: 10px 20px 20px;
    min-height: 270px;
    margin-bottom: 20px;
  }
  .bottom-block .bottom-block-one-line .bottom-block h4 {
    line-height: 28px;
    font-size: 18px;
    min-height: 56px;
  }
  .bottom-block .bottom-block-one-line .bottom-block .text-block p {
    font-size: 15px;
  }
  .bottom-block .bottom-block-one-line .bottom-block .text-block {
    min-height: 140px;
    line-height: 140px;
  }
  .testimonials-block .testimonials-intro {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .testimonials-block .carousel .carousel-inner .item .testimonial-top h4 {
    font-size: 17px;
  }
  .testimonials-block .carousel .carousel-inner .item .testimonial-block p {
    font-size: 15px;
    line-height: 20px;
  }
  .blog-block .single-blog-block h4 {
    font-size: 17px;
    line-height: 17px;
  }
  .blog-block .single-blog-block .meta-block {
    font-size: 12px;
  }
  .blog-block .single-blog-block .excerpt-block p {
    font-size: 15px;
    line-height: 20px;
  }
  .newsletter-block h2.sow-headline {
    font-size: 30px;
    line-height: 1.1 !important;
  }
  .newsletter-block h3.sow-sub-headline {
    font-size: 17px;
  }
  .newsletter-block .mc4wp-form .form-block input.input-field {
    font-size: 15px;
    padding: 0 20px;
    line-height: 40px;
    width: 420px;
    margin-right: 30px;
  }
  #courses-access {
    display: none;
  }
  .breadcrumbs ul {
    margin: 20px 0;
  }
  .featured-block.mobile-block {
    display: block;
  }
  #courses-info.mobile-hidden {
    display: none;
  }
  #courses-info .panel-grid-cell {
    float: left;
    width: 100%;
  }
  #courses-info .panel-grid-cell .mobile-block-ci .panel-grid-cell {
    float: left;
    width: 50%;
  }
  #courses-info .featured-block .textwidget {
    margin-bottom: 0;
  }
  #courses-info .featured-block h3 {
    font-size: 20px;
  }
  #courses-info .featured-block .textwidget p {
    font-size: 15px;
  }
  #courses-info .featured-block-bottom.blue .textwidget p,
  #courses-info .featured-block-bottom .textwidget p {
    font-size: 15px;
  }
  #courses-info .featured-block-bottom .textwidget {
    padding: 20px 0 0;
  }
  #course-heading {
    margin: -20px 0 20px;
  }
  #course-heading h1.sow-headline {
    font-size: 24px;
  }
  #courses-with-cart .panel-grid-cell {
    float: none;
    width: 100%;
  }
  #courses-with-cart .panel-grid-cell .so-panel .panel-grid .panel-grid-cell {
    width: 50%;
    float: left;
  }
  #courses-with-cart .green-block,
  #courses-with-cart .purple-block,
  #courses-with-cart .blue-block {
    padding: 10px 0;
  }
  #courses-with-cart .course-info-text h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #courses-with-cart .course-info-text .textwidget p {
    font-size: 15px;
    line-height: 20px;
  }
  #courses-with-cart .course-info-text {
    padding: 20px !important;
  }
  #courses-with-cart .cart-block {
    margin-top: 20px;
  }
  #courses-with-cart .cart-block h3.widget-title {
    font-size: 20px;
    padding: 20px 0;
  }
  #page-content .purple-block h3,
  #page-content .green-block h3 {
    font-size: 18px;
  }
  #page-content .purple-block .textwidget p,
  #page-content .green-block .textwidget p {
    font-size: 15px;
    line-height: 20px;
  }
  #page-content .button-panel {
    margin-top: 0;
  }
  #page-content .page-title.smaller-font h3 {
    font-size: 22px;
  }
  #page-content .button-panel .purple-btn {
    line-height: 40px;
  }
  .main-page .sub-page-nav .skills-navigation {
    margin-bottom: 20px;
  }
  #block-with-video .video-text {
    padding: 20px 50px 0;
    font-size: 15px;
    line-height: 20px;
  }
  #block-with-video h3.widget-title {
    font-size: 30px;
  }
  #guided-content {
    padding: 20px 0 0 0 !important;
  }
  #guided-content .page-title h3 {
    font-size: 30px;
  }
  #guided-content .purple-block,
  #guided-content .gray-purple-block,
  #guided-content .gray-green-block,
  #guided-content .green-block {
    margin-bottom: 20px;
    padding: 20px !important;
  }
  #guided-content .purple-block h3,
  #guided-content .gray-purple-block h3,
  #guided-content .gray-green-block h3,
  #guided-content .green-block h3 {
    font-size: 18px;
  }
  #guided-content .purple-block .textwidget ul li,
  #guided-content .gray-purple-block .textwidget ul li,
  #guided-content .gray-green-block .textwidget ul li,
  #guided-content .green-block .textwidget ul li {
    font-size: 15px;
    line-height: 20px;
  }
  .main-page .entry-header h1 {
    font-size: 24px;
  }
  #page-content .page-title.with-subtitle h3 {
    margin: 20px 0;
  }
  #page-content .page-title.with-subtitle .textwidget h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main-page .sub-page-nav .skills-navigation li a {
    font-size: 16px;
    padding: 0 40px;
    line-height: 40px;
  }
  #block-with-video .video-slider .textwidget {
    font-size: 15px;
    line-height: 20px;
    margin: 20px 10%;
  }
  .sow-slider-base .sow-slider-pagination {
    bottom: 5px;
  }
  #white-with-btn {
    padding: 20px 0 0 0 !important;
  }
  .tips-page #gray-purple {
    padding: 20px 0!important;
  }
  #gray-purple h3 {
    font-size: 30px;
  }
  #gray-purple h4 {
    font-size: 20px;
    line-height: 24px;
  }
  #gray-purple .textwidget {
    font-size: 15px;
    line-height: 20px;
    margin: 20px 5%;
  }
  .blog-block h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .blog-list-block .single-blog-block {
    width: 46%;
  }
  .blog-list-block .single-blog-block h4 {
    font-size: 17px;
  }
  .blog-list-block .single-blog-block .excerpt-block p {
    font-size: 15px;
    line-height: 20px;
  }
  .alm-btn-wrap {
    margin-bottom: 40px;
  }
  .blog-list-block .single-blog-block {
    margin: 0 20px 20px;
  }
  .blog-single .image-block {
    margin-bottom: 20px;
  }
  .blog-single .social-share {
    margin-bottom: 20px;
  }
  .blog-single .entry-content p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }
  .blog-single .tag-block {
    margin-bottom: 30px;
  }
  .blog-single .tag-block ul li a {
    font-size: 15px;
  }
  .blog-single .main-author-block .left-block {
    width: 20%;
  }
  .blog-single .main-author-block .left-block .user-links li {
    margin: 0 3px;
  }
  .blog-single .main-author-block .left-block .user-links li a {
    line-height: 35px;
    width: 35px;
    font-size: 14px;
  }
  .blog-single .main-author-block .right-block {
    width: 79%;
    padding-left: 20px;
  }
  .blog-single .main-author-block .right-block h3 {
    margin-top: 10px;
  }
  .blog-single .main-author-block .right-block .author-description {
    font-size: 15px;
    line-height: 24px;
  }
  .blog-single .main-author-block {
    margin-bottom: 30px;
  }
  .blog-single .comment-list h2.comments-title {
    margin-bottom: 20px;
  }
  .blog-single .comment-list .comment-list .comment .comment-author .author-right {
    width: 87%;
  }
  .blog-single .comment-list .comment-list .comment .comment-text {
    padding: 20px 20px 20px 30px;
    font-size: 15px;
  }
  .blog-single .comment-list .comment-list .comment {
    margin-bottom: 20px;
  }
  .blog-single .comment-list .comment-respond h3.comment-reply-title {
    margin-bottom: 20px;
  }
  .blog-single .comment-list .comment-respond .comment-form .comment-top .comment-form-field input {
    line-height: 40px;
    font-size: 15px;
    padding: 0 10px;
  }
  .blog-single .comment-list .comment-respond .comment-form .comment-form-comment {
    margin-bottom: 20px;
  }
  .blog-single .comment-list .comment-respond .comment-form .comment-form-comment textarea {
    height: 200px;
    padding: 10px;
    font-size: 15px;
  }
  .about-page .entry-header h1 span {
    font-size: 30px;
  }
  #page-subtitle .page-title h3 {
    font-size: 30px;
  }
  #about-content .green-block,
  #about-content .gray-green-block,
  #about-content .gray-purple-block,
  #about-content .purple-block {
    padding: 20px !important;
  }
  #about-content .green-block h3,
  #about-content .gray-green-block h3,
  #about-content .gray-purple-block h3,
  #about-content .purple-block h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #about-content .gray-purple-block .textwidget p,
  #about-content .gray-green-block .textwidget p,
  #about-content .green-block .textwidget p,
  #about-content .purple-block .textwidget p {
    font-size: 15px;
    line-height: 20px;
  }
  #about-content .gray-purple-block .textwidget p {
    margin-bottom: 18px;
  }
  #contact-block .contact-text h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #contact-block .contact-text .textwidget p {
    font-size: 15px;
    line-height: 24px;
  }
  #contact-block .contact-form .nf-form-layout .nf-form-fields-required {
    font-size: 15px;
    line-height: 24px;
  }
  #contact-block .contact-form .nf-form-layout .nf-form-content .nf-field .nf-field-element input {
    padding: 0 10px;
  }
  #contact-block .contact-form .nf-form-layout .nf-form-content .nf-field .nf-field-element .purple-btn {
    line-height: 40px;
  }
  .account-page .woocommerce {
    padding: 20px;
    margin-bottom: 20px;
  }
  .account-page .woocommerce h2 {
    font-size: 30px;
  }
  .account-page .woocommerce form.login .form-row,
  .account-page .woocommerce form.register .form-row,
  .account-page .woocommerce form.lost_reset_password .form-row {
    margin-bottom: 20px;
  }
  .account-page .woocommerce form.login .form-row input,
  .account-page .woocommerce form.register .form-row input,
  .account-page .woocommerce form.lost_reset_password .form-row input {
    padding: 0 10px;
  }
  .account-page .woocommerce form.login .form-row .button,
  .account-page .woocommerce form.register .form-row .button,
  .account-page .woocommerce form.lost_reset_password .form-row .button {
    line-height: 40px;
  }
}
@media all and (max-width: 770px) {
  #about-content .green-block .textwidget p .btn.white-border {
    margin: 0;
  }
  #about-content .green-block .textwidget {
    margin-top: 0;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(2) {
    top: 20px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(2) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(3) {
    left: 190px !important;
    top: 140px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(3) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 26px !important;
    line-height: 26px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) {
    top: 75px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 12px !important;
    line-height: 14px !important;
    min-width: 605px !important;
    max-width: 605px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) {
    top: 315px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(6) {
    top: 130px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(7) {
    top: 150px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 16px !important;
    line-height: 16px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 10px 60px !important;
  }
  .footer .footer-top .ft-one-block:first-child {
    width: 20%;
  }
  .footer .footer-top .ft-one-block {
    width: 38%;
  }
  .footer .footer-top .ft-one-block:nth-child(4) {
    width: 38%;
    margin-left: 23%;
    margin-top: 20px;
  }
  .footer .footer-top .ft-one-block:last-child {
    width: 36%;
    margin-top: 20px;
  }
  .breadcrumbs ul li {
    font-size: 16px;
  }
  #courses-with-cart .woocommerce .shop_table tbody tr td.product-name {
    text-align: left !important;
  }
  #block-with-video .video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
    left: 30px;
  }
  #block-with-video .video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
    right: 0;
  }
}
@media all and (max-width: 700px) {
  #courses-with-cart.additional-packages .green-product.left-first .woocommerce ul.products li.product h3 {
    min-height: auto;
  }
  #courses-with-cart .purple-product .woocommerce ul.products li.product h3 {
    min-height: auto;
  }
  #courses-with-cart .green-product .woocommerce ul.products li.product h3 {
    min-height: auto;
  }
  #courses-with-cart .course-info-text.hide-on-mobile {
    display: none;
  }
  #courses-with-cart .course-info-text.hide-on-desktop {
    display: block;
  }
  #courses-with-cart #same-height .panel-grid-cell {
    width: 94.9%;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(3) {
    left: 100px !important;
    top: 105px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) {
    top: 285px !important;
  }
  .top-block .top-block-one-line .gray-block {
    min-height: 175px;
    padding: 20px 15%;
  }
  .top-block .top-block-one-line {
    margin-bottom: 20px;
  }
  .featured-products-block .col-sm-6 .featured-block .text-block {
    min-height: 150px;
    line-height: 150px;
  }
  .featured-products-block .col-sm-6 .featured-block {
    margin-bottom: 20px;
  }
  .bottom-block .bottom-block-one-line .bottom-block {
    min-height: 130px;
  }
  .bottom-block .bottom-block-one-line .bottom-block .text-block {
    min-height: auto;
    line-height: 1;
    padding: 10px 0;
  }
  .newsletter-block .mc4wp-form .form-block input.input-field {
    width: 300px;
  }
  .footer .footer-top .ft-one-block {
    width: 36%;
  }
  .footer .footer-top .ft-one-block:nth-child(4) {
    width: 37%;
  }
  #courses-info .panel-grid-cell .mobile-block-ci .panel-grid-cell {
    float: none;
    width: 100%;
  }
  #courses-info .green-block {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #courses-with-cart .panel-grid-cell .so-panel .panel-grid .panel-grid-cell {
    width: 100%;
    float: none;
  }
  #block-with-video .sow-video-wrapper {
    position: relative;
    padding-bottom: 51.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #block-with-video .sow-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main-page .sub-page-nav .skills-navigation li {
    margin: 0 5px;
  }
  .main-page .sub-page-nav .skills-navigation li a {
    font-size: 13px;
    padding: 0 25px;
  }
  .blog-list-block .single-blog-block {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .blog-list-block .single-blog-block:nth-child(3n) {
    margin-right: 0;
  }
  .blog-single .main-author-block .left-block .user-links li {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .blog-single .main-author-block .left-block .user-links li a {
    display: inline-block;
  }
  .blog-single .comment-list .comment-list .comment .comment-author .author-right {
    width: 83%;
  }
  .blog-single .comment-list .comment-respond .comment-form .comment-top .comment-form-field {
    width: 100%;
    margin-right: 0;
  }
  .blog-single .comment-list .comment-respond .comment-form .comment-top .comment-form-field {
    margin-bottom: 20px;
  }
  .blog-single .comment-list .comment-respond .comment-form .comment-top {
    margin-bottom: 0;
  }
  .header .search-block .searchform .search-table .search-button input {
    font-size: 16px;
    line-height: 40px;
    padding: 0 40px;
  }
  .header .search-block .searchform .search-table .search-field input {
    line-height: 40px;
    font-siz: 14px;
  }
  .header .search-block .searchform.active {
    bottom: -43px;
  }
}
@media all and (max-width: 500px) {
  .header .search-block .searchform .search-table .search-field {
    width: 62%;
  }
  .header .search-block .searchform.active {
    bottom: -33px;
  }
  .header .search-block .searchform .search-table .search-field input {
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .header .search-block .searchform .search-table .search-button input {
    font-size: 14px;
    padding: 0 20px;
    line-height: 30px;
  }
  #courses-with-cart #same-height .panel-grid-cell {
    width: 92%;
  }
  .account-page .woocommerce form.login,
  .account-page .woocommerce form.register,
  .account-page .woocommerce form.lost_reset_password {
    width: 100%;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(6) {
    top: 155px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(7) {
    top: 185px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(7) .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    width: auto !important;
    height: 60px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 12px !important;
    line-height: 14px !important;
    min-width: 300px !important;
    max-width: 300px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    min-width: 235px !important;
    max-width: 235px !important;
  }
  .testimonials-block .carousel .carousel-control {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .testimonials-block .carousel .carousel-control.left {
    left: 0;
  }
  .testimonials-block .carousel .carousel-control.right {
    right: 0;
  }
  .testimonials-block .carousel .carousel-inner .item .testimonial-block {
    margin: 20px 40px 30px;
  }
  .newsletter-block .mc4wp-form .form-block input.input-field {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footer-top .ft-one-block:first-child {
    margin-right: 0;
    width: 100%;
    text-align: left;
  }
  .footer .footer-top .ft-one-block {
    width: 100%;
    text-align: center;
  }
  .footer .footer-top .ft-one-block:nth-child(4) {
    width: 100%;
    margin-left: 0;
  }
  .footer .footer-top .ft-one-block:last-child {
    width: 100%;
  }
  .main-page .sub-page-nav .skills-navigation li {
    display: block;
    margin-bottom: 15px;
  }
  .main-page .entry-header h1 {
    font-size: 18px;
  }
  #block-with-video h3.widget-title {
    font-size: 24px;
  }
  .tips-page .entry-content {
    margin: 0 auto;
  }
  .sow-slider-base ul.sow-slider-images {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
  }
  #pg-19-0 {
    margin: 0 !important;
  }
  .blog-single .comment-list .comment-list .comment .comment-author .author-right {
    width: 75%;
  }
  .blog-single .comment-list .comment-list .comment .comment-author .author-right .reply,
  .blog-single .comment-list .comment-list .comment .comment-author .author-right .author-info {
    float: none;
    width: 100%;
  }
  .tips-page .entry-header h1 span,
  .blog-page .entry-header h1 span,
  .blog-single .entry-header h1 span,
  #contact-block .contact-text h3,
  .about-page .entry-header h1 {
    font-size: 20px;
  }
  .contact-page .entry-header h1,
  .about-page .entry-header h1 span {
    font-size: 24px;
  }
  #gray-purple h3,
  .tips-page .entry-header h1,
  .blog-page .entry-header h1,
  .blog-single .entry-header h1,
  #guided-content .page-title h3,
  #page-content .page-title h3,
  .blog-block h2,
  .homepage h2,
  .newsletter-block h2.sow-headline,
  #page-subtitle .page-title h3 {
    font-size: 24px;
  }
  .footer .footer-top .ft-one-block:nth-child(2) {
    margin: 20px 0;
  }
  #gray-purple h4,
  #page-content .page-title.with-subtitle .textwidget h4,
  #page-content .page-title.smaller-font h3 {
    font-size: 18px;
  }
  .footer .footer-top .ft-one-block h2.title{
    text-align:left;
  }
}
@media all and (max-width: 390px) {
  .account-page .woocommerce form.login,
  .account-page .woocommerce form.register,
  .account-page .woocommerce form.lost_reset_password {
    width: 100%;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(2) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 16px !important;
    line-height: 18px !important;
    max-width: 250px !important;
    min-width: 250px !important;
    white-space: normal !important;
    text-align: center;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) {
    top: 255px !important;
  }
}
@media all and (max-width: 365px) {
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    min-width: 250px !important;
    max-width: 250px !important;
  }
  .hero-slider #rev_slider_1_1_wrapper .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) .tp-loop-wrap .tp-mask-wrap .tp-caption {
    font-size: 17px !important;
    line-height: 17px !important;
    min-width: 205px !important;
    max-width: 205px !important;
    min-height: 38px !important;
    max-height: 40px !important;
    padding: 10px 50px !important;
  }
  .featured-products-block .col-sm-6 .featured-block .featured-icon {
    top: 0;
    left: 0;
  }
  .featured-products-block .col-sm-6 .featured-block .featured-icon img {
    max-width: 30px;
  }
}
@media all and (max-width: 330px) {
  #courses-with-cart #same-height .panel-grid-cell {
    width: 91%;
  }
}

@media screen and (min-width: 1400px) {
  .postrowlatest .big_post {
    max-width: 863px !important;
  }
}



.topbar {
  padding: 10px;
  text-align: right;
  background: #728087;
  z-index:999;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.topbar a {
  color: #fff;
}




.icon_class {
  width: 10%;
  float: left;
}
.textblog {
  width: 90%;
  float: left;
}
.heading {
  padding: 20px 0px;
  font-size: 30px;
  color:#575656 !important;
}
.whychoosepartone {
  background: #fff;
  /* border: 1px solid red; */
  box-shadow: 0px 0px 25px rgba(181, 209, 226, 0.43);
}
.postrow .vc_gitem-animated-block {
  display: none !important;
}
.postrowlatest .vc_gitem-animated-block {
  display: none;
}
.page-id-995 .breadcrumbs {
  display: none;
}
.header .main-navigation {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  float: left;
}
.search-block {
  width: 33.33%;
  text-align:center;
  float: left;
  margin-top: 27px;
}
.cart_block {
  text-align: center;
  float: left;
  margin-top: 26px;
}
.buy_now {
  text-align: right;
  float: right;
  margin-top: 26px;
}
.header .main-navigation {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  float: left;
  margin-top: 12px;
}
.header .logo {
  width: 10%;
  float: left;
}
.header .main-navigation .navbar-collapse li a {
  font-size: 14px;
  padding-right: 25px;
  font-weight: normal;
  color: #575656;
}
.header .search-block .search-toggle i {
  font-size: 20px;
}
.cart_block i {
  font-size: 20px;
  color: #728087;
}
.tp-caption {
  border-radius: 0px !important;
}
.partone_1 .vc_column-inner {
  box-shadow:0px 0px 20px rgba(181, 209, 226, 0.43);
}
.partone_2 .vc_column-inner {
  box-shadow:0px 0px 20px rgba(181, 209, 226, 0.43);
}
.partone_1 {
  padding: 10px 15px;
}
.partone_2 {
  padding: 10px 15px;
}
.postrow .vc_gitem_row {
  background: white !important;
}
.postrow .vc_btn3-color-juicy-pink {
  color: #bddf36 !important;
  text-decoration: underline;
  padding: 0;
  background:#FFF !important;
}
.postrow .vc_btn3-color-juicy-pink:hover{
  color: #bddf36 !important;
  text-decoration: underline;
  padding: 0;
  background:#FFF !important;
}
.big_post h2.vc_custom_heading {
  margin-top: 0;
  margin-bottom: 50px;
  color: white;
}
.big_post .vc_gitem-col-align-left {
  padding: 45px !important;
}
.big_post .vc_gitem-post-data-source-post_excerpt {
  margin-bottom: 65px;
  font-size: 12px;
}
.big_post a.vc_gitem-link {
  background: white !important;
  color: #0082ac !important;
  border: 1px solid #0082ac !important;
  padding: 10px 35px !important;
}
.big_post .vc_gitem-zone {
  background: white !important;
}
.newsletter-block .so-widget-sow-headline {
  width: 30%;
  float: left;
}
.newsletter-block .so-widget-sow-headline h2.sow-headline {
  text-align: left !important;
  font-size: 35px;
  color: #575656 !important;
  line-height: 35px;
  font-family: 'Raleway-Regular' !important;
  font-weight: 100;

}
.newsletter-block .so-widget-sow-headline h3.sow-sub-headline {

  color: #575656;
  font-size: 12px !important;
  width: 100% !important;
  float: left !important;
  margin: 0 !important;
  text-align:left;
}
form#mc4wp-form-1 {
  width: 56%;
  float: right;
}
.mc4wp-form-fields {
  width: 100%;
  float: left;
  margin-top: 75px;
}
form#mc4wp-form-1 .form-block {
  margin-top: 0 !important;
}
form#mc4wp-form-1 .form-block input.input-field {
  width: 65%;
  float: left;
  margin: 0;
  border-radius: 10px;
}
form#mc4wp-form-1 .form-block input.btn.green-btn {
  width: 19%;
  border: none;
  border-radius: 10px;
  padding: 0;
}
.priceheadingone,.priceheadingtwo {
  color: #c1c600;
  font-size: 60px;
  font-weight: 100 !important;
  margin:0;
  font-family: 'Raleway-regular' !important;

}
.priceheadingthree {
  color: #1690b8;
  font-size: 60px;
  font-weight: 100 !important;
  margin:0;
  font-family: 'Raleway-regular' !important;
}
.subheadingone, .subheadingtwo {
  color: #c1c600;
  font-size: 18px;
  font-weight: 100 !important;
  margin-top: 10px;
  font-family: 'Raleway-regular' !important;
}
.subheadingthree {
  color: #1690b8;
  font-size: 18px;
  font-weight: 100 !important;
  margin-top: 10px;
  font-family: 'Raleway-regular' !important;

}
.pricedetailone ul li ,.pricedetailtwo ul li,.pricedetailthree ul li {
  color: #909b9e;
  padding-top: 10px;
}
.pricedetailone ul,.pricedetailtwo ul,.pricedetailthree ul {
  padding-left: 15px;
}
.buynowbutton {
  margin-bottom:5px !important;
}
.findourone a,.findourtwo a {
  color: #d4d903;
  text-decoration: underline;
}
.findourthree a {
  color: #1690b8;
  text-decoration: underline;
}
img.logo-img {
  width: 90px;
}
div#common {
  width: 96%;
  margin: 0 auto;
}


div#common .vc_column-inner{padding:0 !important;}


.common-1 {
  display: inline-block;
  float: right;
  width: 20%;
}
.icon-11 .vc_icon_element {
  margin-top: 10px;
}
div#common12 {
  width: 90%;
  margin: 0 auto;
}
div#common13 {
  width: 75%;
}
.footer-blocks h2.title {
  font-size: 15px !important;
  font-weight: 600 !important;
}
.footer-blocks ul li a {
  font-size: 13px !important;
}
img.ft-logo-img {
  width: 100px;
}
ul.social li a {
  color: #728087 !important;
}
ul.social li a {
  color: #728087 !important;
  width: 25px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 4px;
  height: 25px;
}
ul.social li {
  margin-right: 12px !important;
}
ul.social li:last-child {
  margin-right: 0px !important;
}
.footer-bottom .container-wider {
  width: 75%;
}

form#mc4wp-form-1 .form-block input.input-field {
  width: 75%;
  float: left;
  margin: 0;
  border-radius: 8px;
  font-size: 15px;
  height: 40px;
  outline:none;
}
form#mc4wp-form-1 .form-block input.btn.green-btn {
  width: 110px;
  float: right;
  height: 40px;
  line-height: 10px;
  padding: 10px 15px;
  border-radius: 8px;
  color: white;
  font-size: 12px;
  background: -webkit-linear-gradient(#e4e430, #8bc715);
  background: -o-linear-gradient(#f1f158, #6fec6d);
  background: -moz-linear-gradient(#e4e430, #8bc715);
  background: linear-gradient(#e4e430, #8bc715);
  text-decoration: none !important;

}
div#common123 {
  padding-left: 5%;
  padding-right: 5%;
}
/*access page popup*/
.accesshead {
  font-size: 30px;
  color: #c0c600;
  padding-bottom: 8px;
  font-family: 'Raleway-Bold';
}
.accessdetail {
  padding-top: 8px;
}
.accessgel {
  width: 100%;
  margin: 0 auto;
}

.access div#AnythingPopup_BoxContainerHeader1 {
  background: #C2C600;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.access div#AnythingPopup_BoxContainer1 {
  border: none;
  border-radius: 0px;
}
.accesspoint ul li {
  padding-top: 8px;
}
.accesspoint ul {
  padding-left: 15px;
}
/*access page popup*/
.singlehead {
  font-size: 30px;
  color: #c0c600;
  padding-bottom: 8px;
  font-family: 'Raleway-Bold';
}
.singledetail {
  padding-top: 8px;
}
.singlepoint ul ,.access_newitem ul{
  padding-left: 15px;
  padding-top: 14px;
}
.singlepoint ul li ,.access_newitem ul li{
  padding-top: 10px;
}
/*29-5-2017*/
.breadcrumbs {
  display: none;
}
div#common1234 {
  width: 80%;
  margin: 0 auto;
}
.blog-block {
  display: none;
}
.whoisgel {
  color: #fff;
  font-size: 40px;
  padding: 152px 76px;
}

.box_border {
  padding-right: 25px !important;
  margin-top: 50px;
}
.box_border .vc_column-inner {
  box-shadow:0px 0px 20px rgba(181, 209, 226, 0.43);
  padding-top: 0 !important;
  background: white;
}
.box_border2 .vc_column-inner {
  box-shadow: 0px 0px 20px rgba(181, 209, 226, 0.43);
  padding-top: 0px !important;
  background: white;
}
.box_border img ,.box_border2 img{
  margin-bottom: 15px;
}
.box_border2 {
  margin-top: 50px;
  padding-left: 25px !important;
}
.boxpartone {
  margin-top: 40px !important;
}
.answer_1 .vc_column-inner {
  padding-left: 92px !important;
}

.box_borderinner .vc_column-inner {
  box-shadow: none;
}
.box_borderinner {
  padding: 50px 90px;
  /* box-shadow: none; */
}

.tipsbox_2 {
  margin-top: 50px;
  padding-left: 25px !important;
  margin-bottom: 50px;
}
.tipsbox_1 {
  padding-right: 25px !important;
  margin-top: 50px;
  margin-bottom: 50px;
}
.tipsbox_1 .vc_column-inner {
  box-shadow: 0px 0px 20px rgba(217, 237, 249, 0.58);
  padding-top: 0 !important;
}
.tipsboxinner .vc_column-inner {
  box-shadow: none !important;
}
.tipsboxinner {
  padding: 45px !important;
  box-shadow:0px 0px 11px rgba(218, 187, 234, 0.47);
}
.tipsbox_2 .vc_column-inner {
  box-shadow: 0px 0px 20px rgba(217, 237, 249, 0.58);
  padding-top: 0 !important;
}
.tipsbox_1 button {
  padding: 13px 70px 13px 70px !important;
}
div#common122 {
  width: 95%;
  margin: 0 auto;
}
.workbox_1 {
  padding-right: 25px !important;
  margin-top: 50px;
  margin-bottom: 50px;
}
.workbox_2 {
  margin-top: 50px;
  padding-left: 25px !important;
  margin-bottom: 50px;
}
.workbox_1 .vc_column-inner {
  padding-left: 59px !important;
}
.workbox_2 .vc_column-inner {
  padding-left: 53px !important;
  margin-top: 55px;
}
.workpart_2 {
  margin-top: 50px;
  padding-left: 25px !important;
}
.workpart_1 {
  padding-right: 25px !important;
  margin-top: 50px;
}
.workpart_1 .vc_column-inner {
  box-shadow: 0px 0px 20px rgba(181, 209, 226, 0.43);
  padding-top: 0 !important;
}
.workpart_2 .vc_column-inner {
  box-shadow: 0px 0px 20px rgba(181, 209, 226, 0.43);
  padding-top: 0px !important;
}
.workinner .vc_column-inner {
  box-shadow: none;
}
.workinner {
  padding: 40px !important;
}
.workinner .vc_icon_element {
  margin-bottom: 0px !important;
}
.workinner h2.vc_custom_heading {
  margin-top: 0;
  margin-bottom: 15px !important;
}
.box_borderinner .vc_icon_element {
  margin: 0 !important;
}
.box_borderinner h2.vc_custom_heading {
  margin: 0;
  margin-bottom: 15px;
}
.box_border .wpb_single_image {
  margin: 0 !important;
}
.wpb_single_image.vc_align_left {
  text-align: left;
  margin-bottom: 0;
}
.go_to_our {
  min-height: 50px;
}
.tipsboxinner h2.vc_custom_heading {
  width: 80%;
  font-family: 'Raleway-medium' !important;
  color: #585657;
}
.partone_2 {
  padding-left: 15px !important;
}
.partone_1 {
  padding-right: 15px !important;
}
.tipsbox_2 .tipsboxinner .go_to_our {
  height: 85px !important;
}
.workbox_1 .wpb_text_column p strong {
  font-family: 'Raleway-Bold';
  font-size: 18px;
}

div#white1 {
  border-top: 10px solid #c2c600;
  padding-left: 30px;
  padding-right: 20px;
  box-shadow: 0px 0px 20px rgba(217, 237, 249, 0.58);
}
.priceboxtwo {
  padding-left: 20px;
  padding-right: 20px;
}

.priceboxtwo div#white2 {
  /* border-top: 10px solid gold; */
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  padding-left: 20px;
  padding-right: 20px;
  background: url('/wp-content/uploads/2017/05/123.png');
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 00px 0px 20px rgba(217, 237, 249, 0.58);
}
.offer p
{
  color: #fff;
  text-align: center
}





.priceboxone {
  padding-right: 70px !important;
  margin-top: 35px !important;
}
.priceboxtwo {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.priceboxthree {
  padding-left: 70px !important;
  margin-top: 35px !important;
}

div#white3 {
  border-top: 10px solid #0186b1;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 0px 20px rgba(217, 237, 249, 0.58);
}
.whitefotter {
  padding-left: 20px;
  padding-right: 20px;
}
.whitefotter .wpb_column .vc_column-inner {
  padding-top: 0 !important;
}
div#common123 {
  padding-bottom: 35px;
}
.findourone {
  margin-bottom: 35px !important;
}
.partone_1 h4 ,.partone_2 h4{
  font-family: 'Raleway-Regular' !important;
  color: #575656;
  line-height: 24px;
  font-size: 15px;
  font-weight:600 !important;
  margin-bottom:20px;
}
.trusted h3 {
  font-family: 'Raleway-Regular' !important;
}
div#common12 .wpb_column {
  margin-bottom: 40px;
}
.howitworks h2 {
  margin-bottom: 30px !important;
}

/*cart Page Css 1-6-17*/
.mycart {
  width: 48%;
  float: left;
}
.cartmaintitle {
  font-size: 30px;
  padding-top: 50px;
  width: 100%;
  padding-bottom: 50px;
}
.mycartpartone {
  width: 100%;
  float: left;
  padding: 30px;
  border: 2px solid #cdd6db;
  border-radius: 6px;
  background: #fff;
}
.upgradedetail {
  width: 48% !important;
  float: left !important;
  margin-left: 25px;
}
.upgrademaintitle {
  font-size: 30px;
  padding-top: 50px;
  width: 100%;
  float: left;
  padding-bottom: 50px;
}
.mycartparttwo {
  border-top: 10px solid #0186b1;
  background: white;
  padding: 25px;
  padding-bottom: 10px;
  box-shadow: 0px 5px 10px #ccc;
  width: 100%;
  float: left;
}
.upgradedetail {
  width: 48% !important;
  float: left !important;

}
.page.page-id-5 main#main article#post-5 {
  margin-bottom: 130px;
}
.mycart h1 {
  font-size: 20px !important;
  margin-bottom: 25px;
  margin-top:5px;
}
tr.cart_item td.product-name {
  font-size: 17px;
}
.producttotal {
  text-align: left;
}
.upgradedetail ul {
  padding-left: 22px;
}
.qty-minus {
  border-radius: 10px !important;
  color: #000 !important;
  background-color: #e4e4e4 !important;
  height: 30px !important;
  width: 30px !important;
  background: linear-gradient(#efefef, #e5e5e5) !important;
  outline:none;
}
.qty-plus {
  border-radius: 10px !important;
  color: #000 !important;
  background: linear-gradient(#efefef, #e5e5e5) !important;
  height: 30px !important;
  width: 30px !important;
  outline:none;
}
.qty {
  border: 2px solid #e8e8e8 !important;
  color: #000 !important;
  height: 31px !important;
  width: 75px !important;
  outline:none;
}
.woocommerce table.shop_table td
{
  border:none !important;
}
.woocommerce a.remove {
  display: block !important;
  font-size: 15px !important;
  height: 1em !important;
  line-height: 1 !important;
  border-radius: 100% !important;
  text-decoration: underline;
  font-weight: 100 !important;
  width: 100%;
  text-align: left;
  color: #2d99bf !important;
}
.woocommerce a.remove:hover {
  color: #2d99bf !important;
  background: none !important;
}


.mycartpartone table td.actions input.button {
  background: none !important;
  color: #2d99bf !important;
  text-align: center !important;
  text-decoration: underline !important;
  right: 0px !important;
  font-weight: 100 !important;

}
td.product-name {
  font-size: 19px;
  width: 56%;
}
.woocommerce table.shop_table {
  border: 1px solid #cdd6db;
  background-color: #ffffff;
}

.cart_totals h2 {
  display: none;
}
tr.cart-subtotal {
  display: none;
}
.cart_totals table.shop_table.shop_table_responsive {
  border: none;
}
a.checkout-button.button.alt.wc-forward {
  background-color: #c7cb02;
  font-size: 20px;
  padding: 10px 90px;
}
a.checkout-button.button.alt.wc-forward {
  background-color: #c7cb02;
  font-size: 17px;
  padding: 21px 35px;
  border-radius: 10px;
}
a.checkout-button.button.alt.wc-forward br {
  display: none;
}
td.product-price {
  display: none;
}
.product-subtotal {
  display: none;
}
.producttotal {
  width: 25%;
  float: left;
  /*padding-left: 140px !important;*/

}
.paymentprocee {
  width: 75%;
  float: left;
}
.productprocess {
  width: 100%;
}
.producttotal span.woocommerce-Price-amount.amount {
  font-size: 25px;
  color: #565656;
  font-weight: bold;
}
.page.page-id-5 main#main {
  background: #f9fafe;
}

.upgratetitle {
  font-size: 18px !important;
  margin-left: 22px;
  margin-bottom: 35px;
}
.staticproduct h1 {
  color: #0186b1;
  font-weight: bold;
  font-size: 50px;
}
.staticproduct {
  padding: 0px 25px;
}
.staticproduct .bundel {
  margin-bottom: 20px;
  color: #0186b1;
}
.staticproduct form.cart {
  width: 30%;
  float: left;
}
.staticproduct form.cart button {
  padding: 15px;
  background-color: #0186b1 !important;
}
.staticproduct img {
  margin-left: 25px;
  margin-top: -15px;
}
.staticproduct {
  padding: 0px 25px;
  margin-top: 45px;
  margin-bottom:55px;
}

.whitefotter {
  box-shadow: 0px 9px 20px rgba(217, 237, 249, 0.58);
  margin-top: -5px;
}
.postrow .vc_general.vc_btn3 {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  color: #5472D2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 0;
  -webkit-transition: none !important;
  transition:none !important;
  line-height: none !important;
  font-size: 14px;
  padding:0px !important;
  text-decoration: underline;
}
.cartmaintitle {
  font-size: 30px;
  padding-top: 50px;
  width: 50%;
  float: left;
  padding-bottom: 50px;
}
.upgrademaintitle {
  font-size: 30px;
  padding-top: 50px;
  width: 50%;
  float: left;
  padding-bottom: 50px;
}
.cartpagetitle {
  width: 100%;
  float: left;
}
.access a {
  color: #d4d903;
  text-decoration: underline;
}
.singlepopup a {
  color: #d4d903;
  text-decoration: underline;
}
.pricetitle {
  font-family: 'Raleway-medium' !important;
  color: #5f5e5e !important;
}

#AnythingPopup_BoxContainerFooter1,#AnythingPopup_BoxContainerFooter2,#AnythingPopup_BoxContainerFooter3,#AnythingPopup_BoxContainerFooter4,#AnythingPopup_BoxContainerFooter5,#AnythingPopup_BoxContainerFooter6,#AnythingPopup_BoxContainerFooter7{
  background: rgba(255, 255, 255, 0.78) !important;
  opacity: 1 !important;
}

div#AnythingPopup_BoxContainer1,div#AnythingPopup_BoxContainer2,div#AnythingPopup_BoxContainer3,div#AnythingPopup_BoxContainer4,div#AnythingPopup_BoxContainer5,div#AnythingPopup_BoxContainer6{
  border: none;
  box-shadow: 0px 0px 20px #ccc !important;
  border-radius: 0px;
  border-top: 10px solid #c2c600 !important;
  padding: 30px 40px;
}
div#AnythingPopup_BoxContainer7{
  border: none;
  box-shadow: 0px 0px 20px #ccc !important;
  border-radius: 0px;
  border-top: 10px solid #c2c600 !important;
  border-top: 10px solid #0186b1 !important;
  padding: 30px 40px;
}

div#AnythingPopup_BoxContainerHeader1,div#AnythingPopup_BoxContainerHeader2,div#AnythingPopup_BoxContainerHeader3,div#AnythingPopup_BoxContainerHeader4 ,div#AnythingPopup_BoxContainerHeader5,div#AnythingPopup_BoxContainerHeader6,div#AnythingPopup_BoxContainerHeader7{
  display: none !important;
  border-radius: 0 !important;
}

div#AnythingPopup_BoxContainerHeader3 div#AnythingPopup_BoxTitle3,div#AnythingPopup_BoxContainerHeader1 div#AnythingPopup_BoxTitle1,div#AnythingPopup_BoxContainerHeader2 div#AnythingPopup_BoxTitle2,div#AnythingPopup_BoxContainerHeader4 div#AnythingPopup_BoxTitle4,div#AnythingPopup_BoxContainerHeader5 div#AnythingPopup_BoxTitle5,div#AnythingPopup_BoxContainerHeader6 div#AnythingPopup_BoxTitle6,div#AnythingPopup_BoxContainerHeader7 div#AnythingPopup_BoxTitle7
{
  display: none !important;
}

#AnythingPopup_BoxContainerBody7,#AnythingPopup_BoxContainerBody3,#AnythingPopup_BoxContainerBody4,#AnythingPopup_BoxContainerBody5,#AnythingPopup_BoxContainerBody6
{
  width: auto !important;
  margin: 0 auto !important;
}
#AnythingPopup_BoxContainerBody3,#AnythingPopup_BoxContainerBody5,#AnythingPopup_BoxContainerBody6
{
  padding-top:0px !important;
}
div#AnythingPopup_BoxContainerBody1,div#AnythingPopup_BoxContainerBody2,div#AnythingPopup_BoxContainerBody3,div#AnythingPopup_BoxContainerBody4,div#AnythingPopup_BoxContainerBody5,div#AnythingPopup_BoxContainerBody6,div#AnythingPopup_BoxContainerBody7 {
  width: 100%;
  margin: 0 auto;
}
#AnythingPopup_BoxContainer5 {
  height: auto !important;
}
#AnythingPopup_BoxContainerBody5
{
  height:auto !important;
}
ul.everything br {
  display: none;
  padding-top: 25px;
  padding-left: 17px;
}
.partone_1 .vc_column-inner .wpb_wrapper,.partone_2 .vc_column-inner .wpb_wrapper {
  padding: 10px 30px;
}
.partone_1 .vc_icon_element,.partone_2 .vc_icon_element {
  margin-bottom: 10px;
  margin-top: 30px;
}
.partone_1 .vc_column-inner .wpb_wrapper .wpb_wrapper ,.partone_2 .vc_column-inner .wpb_wrapper .wpb_wrapper{
  padding: 0;
}
.textblog .heading {
  padding-top: 0;
}
.whychoosepartone .vc_icon_element-inner span.vc_icon_element-icon {
  margin-top: -25px;
}
.whychoosepartone .wpb_single_image img {
  margin-top: -6px;
}
.whychoosegel {
  font-family: 'Raleway-Medium' !important;
  padding-top: 40px;
  margin: 0;
  color: #575656;
}
div#white2 .vc_column-inner {
  padding-top: 25px;
}
.trustedheading {
  font-family: 'Raleway-Bold' !important;
}
.ansheading {
  font-family: 'Raleway-medium' !important;
  font-size: 15px !important;
}
.box_border p ,.box_border2 p{
  margin-top: 20px !important;
}
.tipstitle {
  font-family: 'Raleway-medium' !important;
  color:#585657;
}
ul.sub-menu
{
  box-shadow:0px 0px 25px rgba(217, 237, 249, 0.58);
}
ul.sub-menu:before {
  content: '';
  z-index: 9999;
  position: absolute;
  top: 0;
  border-bottom: 10px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 0px solid blue;
  left: 38%;
  top: -8px;
}
.workpart_1 img ,.workpart_2 img{
  margin-bottom: 15px;
}
.howittitle {
  font-family: 'Raleway-medium' !important;
  margin-bottom: 40px;
  color: #575656;
  font-weight: 100 !important;
}
.courserstitle {
  font-family: 'Raleway-medium' !important;
  color: #575757;
}
.singlepopupnew a {
  color: #337ab7 !important;
  text-decoration: underline;
}
#AnythingPopup_BoxContainerHeader1 a,#AnythingPopup_BoxContainerHeader2 a,#AnythingPopup_BoxContainerHeader3 a,#AnythingPopup_BoxContainerHeader4 a,#AnythingPopup_BoxContainerHeader5 a,#AnythingPopup_BoxContainerHeader6 a,#AnythingPopup_BoxContainerHeader7 a
{
  font-family: 'Raleway-Regular' !important;
}

button#buynowbutton {
  padding: 13px 25px;
  border-radius: 8px;
  color: white;
  font-size: 12px;
  border: 2px solid #c8da82;
  background: -webkit-linear-gradient(#e4e430, #8bc715);
  background: -o-linear-gradient(#f1f158, #6fec6d);
  background: -moz-linear-gradient(#e4e430, #8bc715);
  background: linear-gradient(#e4e430, #8bc715);
  text-decoration: none !important;
  margin-bottom:5px;
}
button#buynowbuttonsingle {
  padding: 13px 25px;
  border-radius: 8px;
  color: white;
  font-size: 12px;
  border: 2px solid #00c1ff;
  background: #0186b1;
  text-decoration: none !important;
  margin-bottom:5px;
  outline:none;
}
.singlepopup {
  margin-top: -10px;
}
.rowbuynowbutton {
  margin-bottom: 0px !important;
}





/*mitul css*/
.page-id-1125 .wpb_single_image img {
  position: relative;
  left: -10px !important;
}
.whychooseicon {    text-align: right !important;    padding-right: 15px !important;}
.partone_1 {    padding-right: 30px !important;    width: 32% !important;}
.partone_2 {    padding-left: 30px !important;    width: 32% !important;}

.psdone {    width: 18% !important;}
.howitworkvideo {
  padding-left: 15% !important;
  padding-right: 15% !important;
}
.box_border h2,.box_border2 h2{
  font-size: 17px;
}
.workpart_2 ,.workpart_1{
  padding-bottom: 60px;
}
h2.whychoosegel {
  width: 100%;
  float: left;
  margin-bottom: 90px;
  margin-top: 20px;

}
.page-id-1216 div#primary {
  width: 100%;
  float: left;
  background: #fafafe;
}
body.page-template-default .entry-content div#common123 {
  float: left;
  margin: 0;
  padding: 0 9% 60px 9%!important;
}
body.page-id-1216 .entry-content div#common123{
  padding: 0 1% 60px 1%!important;
}
.page-id-1115 .entry-content {
  overflow: hidden;
}
footer.footer {
  width: 100%;
  float: left;
}
.newsleterbox1 {
  width: 83%;
  margin: 0 auto;
}
footer.footer .footer-blocks {
  width: 85%;
  margin: 0 auto;
}
.footer .footer-bottom p.copyright {
  margin-left: 50px;
}
.boxparttwo {
  padding-bottom: 60px !important;
}
.icon-11 span.vc_icon_element-icon {
  color: #575656 !important;
}
.postrow .wpb_column .wpb_text_column a {
  color: #c5ca11 !important;
  text-decoration: underline;
}
.page-id-995 .postrow {
  padding-bottom: 50px;
}
.readmoredetail {
  margin-bottom: 10px !important;
}
.page-id-995 .postrow .wpb_column .vc_column-inner {
  padding: 0px 25px;
}





@media only screen and (max-width: 1325px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  div#common {
    width: 100%;
    margin: 0 auto;
  }
  .header .main-navigation .navbar-collapse{
    margin: 0px !important;
  }
  .header .main-navigation .navbar-collapse li {
    padding: 0 10px;
  }
  .header .main-navigation .navbar-collapse li a {
    padding-right: 20px;
  }
}


@media only screen and (max-width: 1320px) {
  .newsleterbox1 {
    width: 90%;
    margin: 0 auto;
  }
}


@media only screen and (max-width: 1295px) {
}

@media only screen and (max-width: 1290px) {
  div#common .vc_column-inner {
    padding: 0;
    width: 100%;
    float: left;
  }
  div#common ul.tp-revslider-mainul {
    width: 100% !important;
  }

}


@media only screen and (max-width: 1265px) {
  .header .main-navigation .navbar-collapse li a {
    padding-right: 20px;
  }
}


@media only screen and (max-width: 1240px) {
  .header .main-navigation .navbar-collapse li a {
    padding-right: 5px;
  }
}


.menu-item-has-children:hover ul.sub-menu {
  /*    display: block !important;*/
}


@media only screen and (max-width: 1250px) and (min-width: 768px) {
  .psdone {
    width: 10% !important;
  }
  .partone_1, .partone_2 {
    width: 40% !important;
    float: left;
  }
}



@media only screen and (max-width: 1250px) {
  .staticproduct img {
    position: relative;
    top: -20px;
    left: 30%;
  }
}


@media only screen and (max-width: 1200px) {
  form#mc4wp-form-1 {
    width: 60%;
    float: right;
  }
  .page-id-1216 .wpb_single_image img{
    left: 0px;
  }
}


@media only screen and (max-width: 1000px) {
  .cart_block {
    text-align: center;
    float: left;
    margin-top: 0px;
  }
  .buy_now {
    text-align:center;
    float: right;
    margin-top: 0px;
  }
  ul.sub-menu:before {
    top: 24px;
  }
}


@media only screen and (max-width: 1150px) {
  .header .main-navigation .navbar-collapse li a {
    padding-right: 5px;
  }
  div#white2 .vc_column-inner {
    padding-top: 10px;
  }
}


@media only screen and (max-width: 1120px) {
  .header .main-navigation .navbar-collapse li {
    padding: 0 6px;
  }

}


@media only screen and (max-width: 1020px) {
  .cart_block{
  }
  .search-block{
    width: 40px;
  }
}


@media only screen and (max-width: 1165px) {
  .common-1 {
    width: 20%;
  }
  .search-block {
    width: 40px;

  }
  .cart_block {

  }
  td.actions input.button{
    right: 0px !important;
  }
}


@media only screen and (max-width: 1000px) {
  .common-1 {
    width: auto !important;
  }
  .cart_block{
  }
  .search-block{
    width: 50px;
  }
}


@media only screen and (max-width: 992px) {
  .paymentprocee {
    width: 50%;
    float: left;
    text-align: center;
  }
  .tipsboxinner {
    padding: 10px !important;
  }
  a.checkout-button.button.alt.wc-forward {
    font-size: 13px;
    padding: 14px 5px;

  }
  .producttotal {
    width: 50%;
    float: left;
    text-align: right;
  }
  .priceboxone {
    padding-right: 40px !important;
    margin-top: 35px !important;
  }
  .priceboxtwo {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .priceboxthree {
    padding-left: 40px !important;
    margin-top: 35px !important;
  }
  form#mc4wp-form-1 .form-block input.input-field {
    width: 60%;
  }

}


@media only screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    padding-bottom: 20px;
  }
  .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0px !important;
  }
  .whychooseicon {
    text-align: left !important;
    padding-right: 15px !important;
    margin-bottom: 0 !important;
  }
  .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{
    left:18px !important;
  }
  .wpb_single_image img {
    position: relative;
    left:   0px;

  }

  .header .navbar-collapse.collapse.opened {
    top: 130px;
  }
  .whychoosepartone .vc_row {
    width: 100%;
    float: right;
    padding: 10px;
  }
  div#white2 .vc_column-inner {
    padding-top: 25px;
  }
  .whyimage .vc_column-inner {    height: 500px;}
  .partone_2 {
    padding-left: 0px !important;
  }
  .whychoosegel {    padding-bottom: 30px;}


  .newsletter-block .so-widget-sow-headline {
    width: 100%;
    float: left;
  }
  form#mc4wp-form-1 {
    width: 100%;
    float: right;
  }
  .footer .footer-top .ft-one-block:first-child {
    width: 50% !important;
    float: left;
    margin: 0 !important;
  }
  .footer .footer-top .ft-one-block {
    width: 50% !important;
    float: left !important;
    margin: 0 !important;
    margin-bottom: 25px !important;
  }
  .header .logo {
    width: 15%;
    float: left;
  }
  .priceboxone{
    padding:0px !important;
  }
  .priceboxtwo{
    padding: 0px !important;
  }
  .priceboxthree{
    padding: 0px !important;
  }
  .partone_1,.partone_2{
    width: 100% !important;
    padding-right:0px !important;
    padding-left:0px !important;
  }
  .singleimage {
    width: 25% !important;
    float: left !important;
  }
  .workbox_1,.workbox_2{
    padding: 0 !important;
  }
  .workbox_1 .vc_column-inner,.workbox_2 .vc_column-inner{
    padding: 0 !important;
  }
  .workpart_1,.workpart_2{
    padding:0px !important;
    margin-top: 25px !important;
  }
  .workbox_2,.workbox_1{
    margin: 0px !important;
  }
  .workpart_1 .vc_column-inner,.workpart_2 .vc_column-inner {
    padding: 0 !important;
  }
  .box_border2 {    margin-top: 50px;padding-left: 0px !important; }
  .box_border {    padding-right: 0px !important;   margin-top: 0px;}
  .answer_1 .vc_column-inner,.answer_2 .vc_column-inner {padding-left: 45px !important; }
  .howitworkvideo {    padding-left: 0px !important;    padding-right: 0px !important;}
  .workinner .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: left !important;
  }
  .mycart {
    width: 100%;
  }
  .upgradedetail {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 20px !important;
  }
  .page.page-id-5 main#main article#post-5 {
    margin-bottom: 20px;
  }
  .firstrowone {
    /*width: 100%;*/
    float: left;
    margin: 0;
  }

  h3.trustedheading {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .animated {
    padding-right: 0px !important;
  }
  .boxpartone {
    padding-bottom: 35px;
  }
  td.actions {
    width: 100%;
    float: left;
  }
  td.product-remove {
    width: 100%;
    float: left;
  }
  .woocommerce a.remove {
    width: 100%;
    text-align: center;
  }
  td.actions input.button {
    right: 0 !important;
  }
  td.product-name {
    width: 100%;
  }
}



body.page-template-default .entry-content {
  margin: 0 !important;
}


@media only screen and (max-width: 650px) {
  form#mc4wp-form-1 .form-block input.input-field {
    width: 55% !important;
  }
}


@media only screen and (max-width: 480px) {
  form#mc4wp-form-1 .form-block input.input-field {
    width: 100% !important;
    float: left;
    margin: 0;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .whyimage .vc_column-inner {    height: 255px;}
  .footer .footer-top .ft-one-block:first-child {
    width: 100% !important;
    float: left;
    margin: 0 !important;
    margin-bottom: 25px !important;
  }
  .footer .footer-top .ft-one-block {
    width: 100% !important;
    float: left !important;
    margin: 0 !important;
    margin-bottom: 25px !important;
  }
  .footer .footer-top .ft-one-block {
    text-align: left !important;
  }
  .footer .footer-top .ft-one-block:first-child {
    text-align: left !important;
  }
  .common-1{
    /*display: none;*/
  }
  .singleimage {
    width: 50% !important;
    float: left !important;
  }
  .header .logo {
    width: 20%;
    float: left;
  }
  .tp-mask-wrap div#slide-8-layer-3{
    font-size: 10px !important;
    padding: 5px !important;
  }
  .page-id-1125 .header .navbar-collapse.collapse.opened {
    top: 110px;
  }
}


@media only screen and (max-width: 400px) {
  .header .logo {
    width: 25%;
    float: left;
  }
  .paymentprocee {
    width: 100%;
    float: left;
    text-align: center;
  }
  .producttotal {
    width: 100%;
    float: left;
    text-align: center;
  }
}


.header .container-wider {
  width: 92%;
}


/*end mitul css*/


/*pravin css*/
@media scree and (max-width:1140px){
  div#AnythingPopup_BoxContainer1,div#AnythingPopup_BoxContainer2,div#AnythingPopup_BoxContainer3,div#AnythingPopup_BoxContainer4,div#AnythingPopup_BoxContainer5,div#AnythingPopup_BoxContainer6,div#AnythingPopup_BoxContainer7{    width: 80% !important;    left: 10% !important;}
  div#AnythingPopup_BoxContainer1 div#AnythingPopup_BoxContainerBody1,div#AnythingPopup_BoxContainer2 div#AnythingPopup_BoxContainerBody2,div#AnythingPopup_BoxContainer3 div#AnythingPopup_BoxContainerBody3,div#AnythingPopup_BoxContainer4 div#AnythingPopup_BoxContainerBody4,div#AnythingPopup_BoxContainer5 div#AnythingPopup_BoxContainerBody5,div#AnythingPopup_BoxContainer6 div#AnythingPopup_BoxContainerBody6,div#AnythingPopup_BoxContainer7 div#AnythingPopup_BoxContainerBody7{    width: 90%;}
}
.ft-one-block:last-child ul.social {    display: inline-block;    float: right;}
.white1 {    background: #fff;    padding: 0px 30px 30px 30px !important;    margin-right: 5%;    width: 30% !important;    margin-top: 30px;    box-shadow: 0px 0px 11px rgba(218, 187, 234, 0.47);    border-top: 10px solid #c1c600;}
.white1-try {    background: #fff;    padding: 0px 30px 30px 30px !important;    margin-right: 5%;  margin-top: 30px;    box-shadow: 0px 0px 11px rgba(218, 187, 234, 0.47);    border-top: 10px solid #c1c600;}
.white1-try-fees {    background: #fff;    padding: 0px 30px 30px 30px !important;    margin-right: 5%;   box-shadow: 0px 0px 11px rgba(218, 187, 234, 0.47);    border-top: 10px solid #c1c600;}
.white2 {background: #fff url(/wp-content/uploads/2017/05/123.png);    width: 30% !important;    box-shadow: 0px 0px 11px rgba(218, 187, 234, 0.47);    padding: 0px 30px 30px 30px !important;    background-repeat: no-repeat;    background-size: contain;}
.white3 {    background: #fff;    padding: 30px;    width: 30% !important;    margin-left: 5%;    margin-top: 30px;    box-shadow: 0px 0px 11px rgba(218, 187, 234, 0.47);    padding: 0px 30px 30px 30px !important;    border-top: 10px solid #0186b1;}
#respo-raw{  max-width:1366px;float:none !important;margin:0 auto !important;}
.white2 .vc_column-inner{padding-top:18px !important;}
div#respo-row,div#respo-row1{        max-width: 1219px !important;    margin: 0 auto !important;}
.two-sections {    width: 100%;    float: left;}
.section-one {    width: 50%;    float: left;}
.section-two {
  width: 50%;
  float: right;
  text-align: center;
}
.trustedheading {
  font-size: 16px !important;
  color: #909b9e !important;
  margin-top:110px;
}
.content-heading p {
  color: #909b9e !important;
}
.pop-short {    width: 110px;    float: left;    margin-top: -25px; margin-bottom: 10px;}
.section-one button {    font-size: 14px;    padding: 14px 20px;    background-color: #d4d903;    color: #ffffff;    border: none;    border-radius: 5px;    text-transform: uppercase;}
div#respo-row1 .vc_col-sm-2 {    width: 15%;}
div#respo-row1 .vc_col-sm-8 {    width: 70%;}

@media only screen and (max-width: 1275px) {
  ul.social li {
    margin-right: 5px !important;
  }
}

@media only screen and (max-width: 1025px) {
  .section-one button {
    font-size: 12px;
    padding: 10px 14px;
  }
  .vc_btn3.vc_btn3-size-md {
    font-size: 12px !important;
    padding: 10px 14px !important;
  }
  .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 20px;
    display: none;
  }
  .page-id-995 button#buynowbutton {
    background-color: #d4d903;
    color: #ffffff;
    font-size: 11px;
    padding: 10px 16px;
    border-radius: 5px;
    border: none;
    outline: none;
  }
  .page-id-995 button#buynowbuttonsingle {
    background-color: #008ab7;
    color: #ffffff;
    font-size: 11px;
    padding: 10px 16px;
    border-radius: 5px;
    border: none;
  }
}
@media only screen and (max-width: 992px) {
  .ft-one-block {
    width: 50% !important;
    float: left;
    margin: 0 !important;
    margin-bottom: 15px !important;
  }
  .ft-one-block:last-child ul.social {
    display: inline-block;
    float: right;
    width: 100%;
  }
  .footer .footer-top .ft-one-block:last-child {
    width: 100% !important;
    text-align: center;
  }
  .page-id-995 .white1,.white2,.white3,.white1-try {
    padding: 0px 15px 15px 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .white1, .white2, .white3, .white1-try {
    width: 100% !important;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  body.page-template-default .entry-content div#common123{
    padding-bottom: 0px;
  }
  .white3{
    margin-left:0px;
  }
  .grid-last-1 .vc_pageable-slide-wrapper {
    margin-right: 0 !important;
  }
  div#respo-row1 .vc_col-sm-8 {    width: 100%;}
  .white2 .vc_column-inner {
    padding-top: 7% !important;
  }

}
iframe {    border: none;}
.page-id-17 .newsletter-block,  .page-id-1446 .newsletter-block,  .page-id-1459 .newsletter-block, .page-id-1451 .newsletter-block , .page-id-1468 .newsletter-block , .page-id-1446 .newsletter-block, .page-id-1479 .newsletter-block, .page-id-1481 .newsletter-block ,.page-id-1431 .newsletter-block,  .page-id-1443 .newsletter-block {
  border-top: 1px solid rgba(204, 204, 204, 0.34);
}

body.page-id-1115 div#common1234{max-width:1219px;}
div#tips-first .wpb_column {    max-width: 1219px;    margin: 0 auto;    float: none;}
.postrowlatest .big_post {    max-width: 1219px;    margin: 0 auto;}
body.page-template-default.page.page-id-1216 div#common123 {
  max-width: 1219px !important;
  margin: 0 auto;
  float: none !important;
  left: 0 !important;
  width: 100% !important;
}

.page-id-1216 .wpb_single_image.vc_align_left {
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  td.product-name {
    font-size: 19px;
    width: 40%;
  }
  .page-id-1216 button#buynowbutton {
    background-color: #d4d903;
    color: #ffffff;
    font-size: 11px;
    padding: 10px 16px;
    border-radius: 5px;
    border: none;
    outline: none;
  }
  .page-id-1216 button#buynowbuttonsingle {
    background-color: #008ab7;
    color: #ffffff;
    font-size: 11px;
    padding: 10px 16px;
    border-radius: 5px;
    border: none;
  }
}

@media only screen and (max-width: 840px) {
  td.product-name {
    font-size: 19px;
    width: 35%;
  }
  td.product-name {
    font-size: 19px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .mycartpartone {
    padding: 10px;
  }
}
/*end pravin css*/


/*new css*/

.header .main-navigation .navbar-collapse li {
  padding: 0 2.5%;
  text-align: center;
}
.header .main-navigation .navbar-collapse li a {
  padding-right: 0;
  color: #728087;
  line-height: 35px;
}
.search-block {
  width: 27.33%;

  margin-top: 20px;
}
.cart_block {
  margin-top: 20px;
}
.buy_now {
  margin-top: 20px;
}
.headingdesc {
  color: #575656;
}
.textblog {
  margin-bottom: 35px;
}
.whychoosepartone{
  padding-top:20px;
}

.content-heading {
  margin-bottom: 60px !important;
}
.price-head button {
  text-transform: uppercase;
  cursor: default !important;
  pointer-events: none;
}
.rowbuynowbutton {
  width: 100%;
  float: left;
  margin-top: 35px;
}
.readmoredetail h4 {
  color: #585757 !important;
  font-size: 16px;
  margin-bottom: 18px;
}
.postrowlatest {
  padding-left: 52px !important;
  padding-right: 52px !important;
}
form#mc4wp-form-1 .form-block input.input-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dadada;
}
form#mc4wp-form-1 .form-block input.input-field::-moz-placeholder { /* Firefox 19+ */
  color: #dadada;
}
form#mc4wp-form-1 .form-block input.input-field:-ms-input-placeholder { /* IE 10+ */
  color: #dadada;
}
form#mc4wp-form-1 .form-block input.input-field:-moz-placeholder { /* Firefox 18- */
  color: #dadada;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dadada;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #dadada;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #dadada;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #dadada;
}
ul.sub-menu li {
  text-align: left !important;
}
div#answer-types {
  padding: 80px 0px;
  margin-top:30px;
}
.answer_1 p {
  margin-bottom: 20px;
}
div#AnythingPopup_BoxContainerBody4 ul.everything {
  padding-left: 20px;

}
.singleimage img {
  max-width: 70px !important;
}
.singleimage {
  min-height: 114px;
  line-height: 87px;
}
.singleimage figure img {
  left: 0 !important;
  vertical-align: middle;
}
.singleimage .vc_single_image-wrapper {
  line-height: 105px;
}
/*cart page*/
a.checkout-button.button.alt.wc-forward{
  border-radius: 8px;
  color: white;
  font-size: 15px;
  border: 2px solid #dae108;
  background: -webkitlinear-gradient(#dbe008, #c4c801);
  background: -o-linear-gradient(#dbe008, #c4c801);
  background: -moz-linear-gradient(#dbe008, #c4c801);
  background: linear-gradient(#dbe008, #c4c801);
  text-decoration: none !important;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: raleway-regular;
  font-weight: 100;
}
.upgradedetail .staticproduct form.cart button {
  padding: 18px 25px;
  border-radius: 8px;
  color: white;
  font-size: 12px;
  border: 2px solid #00c1ff;
  background: #0186b1;
  background: -webkit-linear-gradient(#059fd1, #0189b3);
  background: -o-linear-gradient(#059fd1, #0189b3);
  background: -moz-linear-gradient(#059fd1, #0189b3);
  background: linear-gradient(#059fd1, #0189b3);

  text-decoration: none !important;
  margin-bottom: 5px;
  outline: none;
  font-family: raleway-regular;
}
.mycartpartone table{
  border-radius:0 !important;
  padding:10px;
}
.mycartpartone table{
  text-align:center  !important;
}
.mycartpartone table td.actions {
  text-align: center !important;
}
.mycartpartone table td.product-name {
  text-align: left;
}
.mycartpartone table td.product-name {
  text-align: left;
  color: #565656;
  font-size: 13px;
}
.mycartparttwo ul {
  width: 70%;
}
.page-id-5 .newsletter-block {
  display: none;
}
.sinup-button button {
  background: linear-gradient(#bedf38,#a8c825) !important;
}
div#tips-first {
  padding-bottom: 75px;
  margin-bottom:50px;
}
.page-id-1115 div#common1234 {
  margin-bottom: 50px;
}
body.page-id-1216 .priceboxone {
  padding-right: 5% !important;
}
body.page-id-1216 .priceboxthree {
  padding-left: 5% !important;
}
.page-id-1216 .priceboxtwo {
  padding: 0 !important;
}
.page-id-17 main#main, .page-id-1446 main#main, .page-id-1459 main#main, .page-id-1451 main#main, .page-id-1468 main#main, .page-id-1479 main#main, .page-id-1481 main#main{
  padding-top: 0px;
}
.page-id-17 main#main, .page-id-1446 main#main, .page-id-1459 main#main, .page-id-1451 main#main, .page-id-1468 main#main, .page-id-1479 main#main, .page-id-1481 main#main,  .page-id-1431 main#main,  .page-id-1443 main#main,  .page-id-1684 main#main {
  background: #f9fafe !important;
}
.lastest-class {
  background: #fff !important;
}
/*end of cart page*/
/*responsive*/
@media screen and (max-width:1280px){

  .header .main-navigation .navbar-collapse li{
    padding:0 2% !important;
  }
}
@media screen and (max-width:1090px){
  ul#navbar{
    padding-left:15px;
  }
  .header .main-navigation .navbar-collapse li{
    padding:0 7px !important;
  }
  .search-block {
    width:30px;
  }

}
@media screen and (max-width:999px){
  .common-1 {
    margin-right: 10px;
  }
  .search-block, .cart_block{
    float:left !important;
    margin-top:0 !important;
    margin-right:10px !important;
  }
  .buy_now{
    margin-top:0;
  }
  .navbar-header button.navbar-toggle.collapsed {
    margin-right: 0 !important;
  }
  .header .navbar-header{
    margin-left:0;
  }

}
@media screen and (max-width:400px){


  .header .navbar-header{
    margin-right:0;
  }

  .common-1 {
    margin-right: 0;
    margin-right: 0;
    margin-top: 25px;
    margin-bottom: 5px;
  }


}
div#AnythingPopup_BoxContainerBody1 br {
  display: none;
}
.readmoredetail {
  min-height: 90px;
  margin-bottom: 40px !important;
}

.single br {
  display: none;
}
.access_newitem ul ul {
  padding-top: 0 !important;
}
.close-button {
  position: absolute;
  width: 15px;
  top: 10px;
  right: 18px;
  cursor:pointer;
}
@media screen and (max-width:992px) and (min-width:768px){
  img.ft-logo-img {
    width: 75px;
  }
  .ft-one-block {
    width: 18% !important;
    float: left;
    margin: 0 !important;
    margin-bottom: 15px !important;
  }
  .footer .footer-top .ft-one-block:last-child {
    width: 25% !important;
    text-align: center;
  }
  .footer-blocks h2.title {
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  .footer-blocks ul li a {
    font-size: 11px !important;
  }
}
@media screen and (max-width:768px){
  .footer .footer-top .ft-one-block:last-child {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width:620px){
  div#rev_slider_2_1_wrapper .rev-btn {
    font-size: 9px !important;
    padding: 0px 10px !important;
  }

}
@media screen and (min-width:1600px){

  .footer .footer-top .ft-one-block {
    width: 22%;
  }
  ul.social li {
    margin-right: 4px !important;
  }
}

.four_section_div {
  width: 100%;
  float: left;
}

ul.four_section {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 auto;
  background: #c2c600;
  color: #fff;
}
ul.four_section li {
  list-style: none;
  width: 115px;
  text-align: center;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.four_section li:nth-child(2) {
  background: #fff;
  color: #c2c600;
}
.buynowbuttonmodes button ,.buynowbuttonmodes
a{
  padding: 13px 25px !important;
  border-radius: 8px !important;
  color: white !important;
  font-size: 12px !important;
  border: 2px solid #c8da82 !important;
  background: -webkit-linear-gradient(#e4e430, #8bc715) !important;
  background: -o-linear-gradient(#f1f158, #6fec6d);
  background: -moz-linear-gradient(#e4e430, #8bc715);
  background: linear-gradient(#e4e430, #8bc715);
  text-decoration: none !important;
  margin-bottom: 5px !important;
}




.four_section_div1 {
  width: 100%;
  float: left;
}

ul.four_section1 {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 auto;
  background: #c2c600;
  color: #fff;
}
ul.four_section1 li {
  list-style: none;
  width: 115px;
  text-align: center;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.four_section1 li.active{
  background: #f9fafe;
  color: #c2c600;
}
ul.four_section1 li a {
  color: #fff;
}

ul.four_section1 li.active a {
  color: #c2c600;
}
/**/
div#newly_added_row {
  background: #fff;
  padding: 70px 0px;
}
div#newly_added_row .wpb_column.vc_column_container.vc_col-sm-12 {
  max-width: 94%;
  margin: 0 auto;
  float: none;
}
div#newly_added_row .workinner {
  padding: 0 !important;
}
div#newly_added_row .vc_column-inner{
  box-shadow:none;
}
div#newly_added_row .workinner .wpb_column.vc_column_container.vc_col-sm-6 {
  padding: 20px;
}
div#newly_added_row .workinner .vc_column-inner {
  padding: 40px 60px !important;
  box-shadow: 0px 0px 20px rgba(181, 209, 226, 0.43);
}
div#main-category .wpb_text_column {
  margin-bottom: 0;
}
.non-shadow .vc_column-inner {
  box-shadow: none;
}
div#non-shadow {
  padding-bottom: 0 !important;
}
.non-shadow {
  padding-bottom: 30px;
}
@media screen and (max-width:480px){
  .workinner {
    padding: 0px !important;
  }
  ul.four_section1 {
    padding-left: 0;
  }
  ul.four_section1 li {
    width: 100%;
  }
  .workpart_1 .vc_column-inner, .workpart_2 .vc_column-inner {
    padding: 20px !important;
  }
  div#newly_added_row .workinner .wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 20px 0px;
  }
  div#newly_added_row .workinner .vc_column-inner {
    padding: 40px 30px !important;
  }
}

div#contact-block {
  margin-top: 60px;
}
#contact-block .contact-form .nf-form-layout .nf-form-content .nf-field .nf-field-element input {
  line-height: 30px !important;

}
#AnythingPopup_BoxContainerBody1,#AnythingPopup_BoxContainerBody2,#AnythingPopup_BoxContainerBody3,#AnythingPopup_BoxContainerBody4,#AnythingPopup_BoxContainerBody5,#AnythingPopup_BoxContainerBody7,#AnythingPopup_BoxContainerBody6 {
  height: auto !important;

}
div#AnythingPopup_BoxContainer1,div#AnythingPopup_BoxContainer2,div#AnythingPopup_BoxContainer3,div#AnythingPopup_BoxContainer4,div#AnythingPopup_BoxContainer5,div#AnythingPopup_BoxContainer6,div#AnythingPopup_BoxContainer7
{
  height:auto !important;
  max-height:550px !important;
  overflow-x:auto !important;
}

@media (min-width:769px)
{
  .page-id-1684 .tipsbox_2{
    padding-right: 4% !important;
    padding-left: 0 !important;
  }
  .page-id-1684 .tipsbox_1{
    padding-left: 4% !important;
    padding-right: 0 !important;
  }
  .tipsbox_2 .tipsboxinner .go_to_our
  {
    height:51px !important;
  }
}
@media (max-width:768px)
{
  .page-id-1684 .tipsbox_1 { padding-left:25px !important;}
  .page-id-1684 .tipsbox_2 { padding-right:25px !important;}
}

@media (max-width:890px)
{
  /*Commented out below, because it was breaking the default column behaviour*/
  /*.vc_column_container {    width: 100% !important;*/
  /*float: left; } */
  div#AnythingPopup_BoxContainer1 {    max-width: 90%;    margin: 0 auto;    display: inline-block;    float: none !important;    left: 0 !important;    right: 0 !important;}
  div#AnythingPopup_BoxContainer2 {    max-width: 90%;    margin: 0 auto;    display: inline-block;    float: none !important;    left: 0 !important;    right: 0 !important;}
  div#AnythingPopup_BoxContainer3 {    max-width: 90%;    margin: 0 auto;    display: inline-block;    float: none !important;    left: 0 !important;    right: 0 !important;}
  div#AnythingPopup_BoxContainer4 {    max-width: 90%;    margin: 0 auto;    display: inline-block;    float: none !important;    left: 0 !important;    right: 0 !important;}
  div#AnythingPopup_BoxContainer5 {    max-width: 90%;    margin: 0 auto;    display: inline-block;    float: none !important;    left: 0 !important;    right: 0 !important;}
  div#AnythingPopup_BoxContainer6 {    max-width: 90%;    margin: 0 auto;    display: inline-block;    float: none !important;    left: 0 !important;    right: 0 !important;}
  div#AnythingPopup_BoxContainer7 {    max-width: 90%;    margin: 0 auto;    display: inline-block;    float: none !important;    left: 0 !important;    right: 0 !important;}

}
.staticproduct img {
  width: 120px !important;
}
.courseimg img {
  width: 120px;
}
.section-two img {
  width: 84px !important;
}
.keywords {
  margin-bottom: 0px !important;
}
.headingpost {
  font-weight: 700 !important;
}
.headingpost1 i {
  display: block;
}
/* invisible author below post title */
.author-block{
  display: none !important;
}
/* invisible social media below post text */
.main-author-block .user-links{
  display: none !important;
}

.video-align-center > div > p {
  text-align : center;
}

.woocommerce-form__input-checkbox {
  position: relative !important;
}
ul.social {
  margin-top: 15px !important;
}
#white3 > div > div > div > h2 > form, #respo-row > div.white3.wpb_column.vc_column_container.vc_col-sm-4 > div > div > h2 > form, #white1 > div > div > div > h2 > form {
  display: none;
}
div.cart_block > form.woocommerce-currency-switcher-form {
  display: inline-block;
  margin-left: 5px;
}
body > div.wrapper > div.topbar > div > form {
  display: inline-block;
  float: left;
  text-align: left;
}
.courses-try {
  /*	background-color:yellow !important; */
}

.buy-try-button-header {
  font-weight: bold;
  font-size: 20px;
}

.btn_small {
  color: #fff;
  background: #bfc700;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  width: 150px;
  text-align: center;
  padding: 10px;
  display: inline-block;

}
.btn_standard {
  color: #fff !important;
  background: #bfc700 !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 30px !important;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  width: 150px !important;
  text-align: center !important;
}
.btn_small:hover, .btn_standard:hover {
  text-decoration: none;
  color: #333;
}
.innerCol {
  margin-left: 50px !important;
  margin-right: 15px !important;
  padding-right: 50px !important;
}
@media only screen and (max-width: 500px) {
  .innerCol {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
.innerCol .textblog {
  margin-bottom: 60px;
}
.innerCol .textblog .link {
  margin-top: 30px;
}
.shadowbox, .testimonial_rotator {
  box-shadow: 0px 0px 25px rgba(181, 209, 226, 0.43);
  background: white;
  margin: 5px;
}
.shadowbox {
  padding: 35px !important;
}
.slide {
  padding: 25px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 670px) {
  .slide {
    font-size: 12px;
    padding: 10px;
  }
  .testimonial_rotator_wrap.with-prevnext {
    padding: 0px;
    margin: 10px;
  }
  .testimonial_rotator_nav {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .threeboxes {
    width: 30% !important;
    margin-right: 3%;
    margn-left: 15px;
  }
  .lastthreeboxes {
    width: 30% !important;
    margin-right: 0 !important;
  }
  .twoboxes {
    width: 47% !important;
    margin-right: 3%;
  }
  .lasttwoboxes {
    width: 47% !important;
    margin-right: 0 !important;
  }
}
.ieltspreptitle {
  line-height: 280px;
  font-weight: bold;
  font-size: 50px;
  margin-top: 0px;
}
@media only screen and (max-width: 890px) {
  .ieltspreptitle {
    line-height: 100px;
  }
  .box_border {
    padding-top: 30px;
  }
  .shadowbox {
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 890px) {
  .twoboxes, .lasttwoboxes, .threeboxes, .lastthreeboxes {
    width: 100% !important;
  }
}
.ieltsprepwrapper {
  box-shadow: 0px 0px 25px rgba(181, 209, 226, 0.43);
  background: white;
}
.ieltspreptext {
  padding-top: 35px;
}
.notopmargin {
  margin-top: 0px !important;
}
.nobottommargin {
  margin-bottom: 0px !important;
}
.nopadding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.profileRow {
  margin-bottom: 40px;
}
.profileImg img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  border: 2px solid #bec331;
  margin-bottom: 25px;
  margin-top: 15px;
}
@media only screen and (min-width: 800px) {
  .profileRow .shadowbox {
    width: 60%;
  }
}
.profileRow .shadowbox {
  margin-left: 5%;
}

/* October 2019*/

header .container {
  width: 100%;
}

header .buy_now {
  margin-top: 0;
}

header .buy_now a {
  color: #FFF;
  font-family: Raleway-Regular;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 165px;
  border-radius: 5px;
  background-color: #0E7490;
}

header #site-navigation {
  text-align: right;
}

header #site-navigation {
  float: none;
  position: static;
  width: 68%;
}

header .common-1 {
  margin-top: 0;
  margin-right: 20px;
}

.header .main-navigation {
  float: none;
}

@media only screen and (max-width: 768px) {
  header.header {
    padding: 16px 0;
  }

  .header .navbar-collapse.collapse.opened {
    top: 80px;
  }
}

@media only screen and (max-width: 1000px) {

  header.header {
    padding: 16px 0;
  }

  .navbar-header button.navbar-toggle {
    padding-right: 16px;
  }

  .header .navbar-collapse.collapse.opened {
    top: 80px;
  }

  header #site-navigation {
    display: none;
  }

  .show-nav header #site-navigation {
    display: block;
  }

  header #site-navigation {
    /*Override something from above*/
    margin-top: 0;
  }
}

.gel-full-width .main-page .entry-content {
  /*Override some style from above*/
  margin: 0 0;
}

.gel-full-width .container {
  width: 100%;
}

.home h1 {
  font-family: Raleway-Bold;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
}

.home {
  color: #565656;
}

.home p {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

#main .vc_column_container {
  align-items: center;
}

#intro {
  background-image: linear-gradient(134.1deg, #fff 30%, #007FA3 75%, #007FA3);
  background-repeat: no-repeat;
}

#intro .mast-bg:before {
  background-image: url("../../img/october-2019/mobile.png");
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 100%;
  width: 49vw;
  position: absolute;
  background-position-y: center;
}

@media only screen and (min-width: 960px) {
  #intro .mast-bg:before {
    background-position-y: 150px;
  }
}

@media only screen and (min-width: 1365.99px) {
  #intro .mast-bg:before {
    background-position-y: 40px;
    background-position-x: 50%;
  }
}

@media only screen and (min-width: 1919.99px) {
  #intro .mast-bg:before {
    background-position-y: 100px;
    background-position-x: 50%;
    background-size: 60%;
  }
}

#intro .wpb_single_image {
  display: inline-block;
  vertical-align: bottom;
}

#intro img {
  height: 38px;
  margin-bottom: 30px;
}

#intro .bc-logo img {
  height: 62px;
  margin-right: 40px;
}

#intro p {
  max-width: 600px;
}

#course-qual {
  padding-top: 90px;
  background: #F2F2F2;
}

#ielts {
  padding-left: 0;
}

#ielts .bg-column {
  padding-left: 0;
}

#ielts .bg-column > .vc_column-inner {
  padding-left: 0;
}

#ielts .text > .vc_column-inner {
  align-items: center;
}

#ielts .text p {
  max-width: 500px;
}

#ielts .logos img {
  height: 71px;
}

#ielts .logos .bc-logo {
  margin-left: 50px;
}

#ielts .logos .wpb_single_image {
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: bottom;
}

#gelly {
  color: white;
  background: #B0C31B;
  padding-right: 0;
  justify-content: space-evenly;
}

#gelly .text img {
  margin-bottom: 20px;
}

#gelly > .vc_column_container {
  justify-content: center;
}

#gelly .wpb_single_image {
  margin-bottom: 0;
}

#gelly .kids img {
  margin: 60px 0;
}

#good-hands {
  display: flex;
  min-height: 420px;
  color: white;
  background-color: #4F4F4F;
}

#good-hands > .vc_column_container {
  display: flex;
}

#good-hands p {
  max-width: 730px;
  margin: 0 auto;
}

#logo-slider {
  padding-top: 90px;
  padding-bottom: 90px;
}

.home .logos {
  align-items: end;
}

#course-qual .link {
  text-align: center;
}

#course-qual a, #ielts a, #gelly a {
  color: #007FA3;
  font-size: 14px;
  line-height: 16px;
}


@media only screen and (max-width: 1366.99px) {
  #intro h1, .home h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1199px) {
  .home .entry-content > .vc_row {
    padding-left: 100px;
    padding-right: 100px;
  }

  #gelly .text {
    flex: 0;
  }

  #gelly .text p {
    min-width: 380px;
  }
}

@media only screen and (max-width: 960px) {
  .home p {
    font-size: 18px;
    line-height: 24px;
  }

  #ielts .text {
    margin: 50px 0;
  }

  #gelly {
    padding-top: 80px;
  }

  #gelly .kids img {
    margin: 60px 0 0 0;
  }
  #course-qual {
    padding-top: 0px;
  }
}

#gelly-intro, #gelly-interested {
  min-height: 300px;
}

#gelly-intro h1 {
  font-family: Raleway-Bold;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  color: #007FA3;
}

#gelly-intro p, #gelly-interested p {
  color: #565656;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

#gelly-what h2, #gelly-interested h2 {
  color: #AC145A;
  font-family: Raleway-Bold;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

#gelly-what p {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  max-width: 430px;
}

#gelly-what {
  min-height: 660px;
  background-color: #B7BF0E;
  padding: 50px 0;
}

#gelly-what .bg-column {
  background-image: url("../../img/october-2019/girl.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 350px;
  background-position: center left;
}

#gelly-interested {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1336px) {
  #gelly-what .text > .vc_column-inner {
    align-items: center;
  }
}

@media only screen and (max-width: 960px) {
  #gelly-what .bg-column {
    background-position: center center;
  }
}


/*GELnet*/

#gelnet-intro h1 {
  color: #007FA3;
  font-family: Raleway-Bold;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
}

#gelnet-intro {
  background-image: linear-gradient(#fff, #b6dbe2);
  align-content: center;
}

#gelnet-intro .journey-hor {
  margin-top: 150px;
}

#gelnet-intro .journey-hor img {
  width: 90vw;
  height: 100%;
  max-width: 1336px;
}

#gelnet-intro .journey-ver img{
  display: none;
}

#gelnet-content, #gelnet-coursequal, .gelnet-general {
  color: #565656;
  font-size: 16px;
}

#gelnet-coursequal h2, #gelnet-content h2, .gelnet-general h2 {
  font-family: Raleway-Medium;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

#gelnet-coursequal p, #gelnet-content p, .gelnet-general p {
  font-size: 16px;
  line-height: 28px;
}

#gelnet-coursequal {
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: flex-end;
}

#gelnet-coursequal .text, #gelnet-content .text {
  flex: 0;
}

#gelnet-coursequal .text > .vc_column-inner, #gelnet-content .text > .vc_column-inner   {
  width: 450px;
}

#gelnet-content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f2f2f2;
}

#gelnet-content .bg-column {
  background-image: url("../../img/october-2019/gelnet-girl.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
  background-position: center left;
}

#gelnet-content p {
  max-width: 400px;
}

#gelnet-content .text img {
  height: 62px;
}

#gelnet-content .text .vc_single_image-wrapper::before {
  content: 'In partnership with';
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

@media only screen and (max-width: 1199px) {
  #gelnet-coursequal {
    justify-content: space-evenly;
  }
}

@media only screen and (max-width: 960px) {
  #gelnet-intro h1 {
    font-size: 34px;
    line-height: 40px;
  }

  #gelnet-intro .journey-hor img {
    display: none;
  }

  #gelnet-intro .journey-ver img {
    width: 400px;
    height: auto;
    display: block;
  }

  #gelnet-content .bg-column {
    background-position: center center;
    min-height: 255px;
  }
  #gelnet-content, #gelnet-coursequal {
    padding-top: 0px;
  }
  .journey-hor {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  #gelnet-coursequal .text {
    flex: 1;
  }

  #gelnet-coursequal .text > .vc_column-inner {
    width: auto;
  }
}

.entry-content #bannerRow.vc_row {
  padding: 0 0 0 0;
}

#bannerRow {
  font-size: 16px;
}

#bannerRow > .wpb_column > .vc_column-inner {
  padding: 0 0 0 0;
}

#bannerRow .ec,
#bannerRow .ih,
#bannerRow .twiin {
  padding: 16px;
}

#bannerRow .ec > .wpb_wrapper,
#bannerRow .ih > .wpb_wrapper,
#bannerRow .twiin > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media only screen and (min-width: 1199px) {
  #bannerRow .ec,
  #bannerRow .ih,
  #bannerRow .twiin {
    padding: 16px 100px;
  }
}

#bannerRow .ec {
  background-color: #F68723;
  color: white;
}

#bannerRow .ih {
  background-color: #FFC52F;
}

#bannerRow span {
  display: inline-block;
  min-width: 200px;
}

#bannerRow img {
  height: 50px;
  width: auto;
}

#bannerRow .wpb_content_element {
  margin-bottom: 0;
}

#bannerRow p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 16px;
  padding-left: 70px;
}

@media only screen and (max-width: 560px) {
  #bannerRow .ec > .wpb_wrapper,
  #bannerRow .ih > .wpb_wrapper,
  #bannerRow .twiin > .wpb_wrapper {
    flex-flow: wrap;
  }

  #bannerRow .ec, #bannerRow .ih {
    padding: 30px 16px;
  }

  #bannerRow p {
    padding-left: 0;
  }

  #bannerRow span {
    margin-bottom: 16px;
  }
}

/*To disable scrolling*/
body.fixed {
  position: fixed;
  width: 100vw;
}

#bigBanner {
  font-size: 30px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  left: 15px;
  width: 100vw;
  z-index: 1;
  justify-content: space-around;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bigBanner .ec {
  color: white;
  border-color: white;
}

#bigBanner .ec:after {
  background-color: rgba(244, 129, 32, 0.84);
  display: block;
  height: 80%;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation: translate-ec 1.5s cubic-bezier(0.64, 0.04, 0.35, 1);
  animation-delay: 500ms;
  animation-fill-mode: forwards;
}

#bigBanner .ih {
  color: #393939;
  border-color: #393939;
}

#bigBanner .ih:after {
  background-color: rgba(255, 197, 47, 0.84);
  display: block;
  height: 100%;
  width: 0%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: translate-ih 1.5s cubic-bezier(0.64, 0.04, 0.35, 1);
  animation-delay: 500ms;
  animation-fill-mode: forwards;
}

@keyframes translate-ih {
  from {width: 0}
  to {width: 100%}
}

@keyframes translate-ec {
  from {height: 80%}
  to {height: 100%}
}

@media only screen and (max-width: 1366px) {
  #bigBanner {
    font-size: 20px;
  }
}

#bigBanner > .wpb_column {
  padding: 6em 3em 6em 5em;
  min-height: inherit;
}

#bigBanner .vc_column_container {
  align-items: unset;
}

#bigBanner > .wpb_column > .vc_column-inner {
  align-items: center;
  height: 100%;
}

#bigBanner > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: column;
  align-content: stretch;
  height: 100%;
}

#bigBanner .wpb_raw_html {
  align-self: end;
  width: 100%;
}

#bigBanner .wpb_single_image {
  font-size: inherit;
  height: 9em;
  max-height: 9em;
  width: 100%;
}

#bigBanner img {
  font-size: inherit;
  max-height: 4.5em;
  width: auto;
}

#bigBanner .wpb_text_column {
  flex: 1;
}

#bigBanner p {
  color: inherit;
  font-size: inherit;
  margin-bottom: 1.3em;
  max-width: 711px;
  font-weight: 700;
  line-height: 1.3em;
}

#bigBanner a {
  display: block;
  color: inherit;
  text-align: center;
  line-height: 2.5em;
  height: 2.5em;
  width: 200px;
  border-radius: 5px;
  border: 1px solid;
  font-size: .7em;
}

#bigBanner a:hover {
  background-color: #bfc630;
  border: none;
  color: white;
}

@media only screen and (max-width: 768px) {
  #bigBanner {
    font-size: 17px;
    flex-direction: column;
  }

  #bigBanner > .wpb_column {
    flex-grow: 1;
    flex-direction: column;
    padding: 1em 3em 1em 3em;
    min-height: unset;
  }

  #bigBanner > .wpb_column > .vc_column-inner {
    min-height: 100%;
    flex-grow: 1;
  }

  #bigBanner > .wpb_column > .vc_column-inner > .wpb_wrapper {
    flex-grow: 1;
  }

  #bigBanner a {
    font-size: .8em;
  }
}

@media only screen and (max-width: 576px) {
  #bigBanner {
    background-position-x: 70%;
  }
}

@media only screen and (max-width: 386px) {
  #bigBanner .wpb_single_image {
    max-height: 7em;
  }
}
