/*
Hey.
	Theme Name: SiteGround Tutorilas
	Theme URI: siteground.com/tutorials
	Description: Official SiteGround Tutorial page.
	Author: SiteGround Design Team
	Author URI: siteground.com 
	Version: 3.0
*/
/************/
/* HELPERS  */
/************/
/* Floats */
.fleft {
  float: left !important; }

.fright {
  float: right !important; }

/* Paddings */
.p0 {
  padding: 0 !important; }

.p9 {
  padding: 9px !important; }

.p13 {
  padding: 13px !important; }

.p19 {
  padding: 19px !important; }

/* Margins */
.m0auto {
  margin: 0 auto !important; }

.m0 {
  margin: 0 !important; }

.m10 {
  margin: 10px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml0 {
  margin-left: 0 !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml40 {
  margin-left: 40px !important; }

/* Colors */
.corange {
  color: #f56332 !important; }

.cgreen {
  color: #719843 !important; }

.cblue {
  color: #508cd0 !important; }

.cred {
  color: #9c2c2c !important; }

/* Aligns */
.aleft {
  text-align: left !important; }

.acenter {
  text-align: center !important; }

/* Bolds & Italics */
.bold {
  font-weight: 700 !important; }

.regular {
  font-weight: 400 !important; }

.italic {
  font-style: italic !important; }

/* Inputs */
.input {
  box-shadow: 0 1px 0 #fff, inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  background: #fff;
  height: 36px;
  padding: 6px;
  transition: border 0.15s linear;
  -moz-transition: border 0.15s linear;
  -webkit-transition: border 0.15s linear;
  -o-transition: border 0.15s linear; }

.input:focus {
  border: 1px solid #aaa; }

.input.error {
  background: #ffe4e4;
  border: 1px solid #f1b0b0;
  color: #cc6666; }

.radio {
  float: left;
  margin: 2px 4px 0 0; }

.checkbox {
  float: left;
  margin: 3px 6px 0 0; }

/* Widths */
.wid300 {
  width: 300px !important; }

.wid400 {
  width: 400px !important; }

.wid100p {
  width: 100% !important; }

.wid736 {
  width: 736px !important; }

/* Used for some order forms. */
/* Heights */
.h200 {
  height: 200px !important; }

/* Borders */
.b0 {
  border: none !important; }

/* Labels */
.standardformlabel {
  float: left;
  line-height: 36px !important;
  cursor: pointer; }
  .standardformlabel a {
    border-bottom: 1px dotted #4290c5; }
    .standardformlabel a:hover {
      border-bottom: 1px dotted #2976ab;
      text-decoration: none; }

.label {
  min-width: 140px;
  padding: 4px 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  font: 11px Tahoma, Arial, Verdana, sans-serif;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  white-space: nowrap; }

.label.orange {
  background: #f56332; }

/* Reset */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  font: 400 14px/18px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #444;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

img {
  display: block;
  border: 0;
  max-width: 100%;
  max-height: 100%; }

a {
  color: #4290c5;
  text-decoration: none;
  transition: background 0.15s linear, color 0.15s linear, border 0.15s linear;
  -moz-transition: background 0.15s linear, color 0.15s linear, border 0.15s linear;
  -webkit-transition: background 0.15s linear, color 0.15s linear, border 0.15s linear;
  -o-transition: background 0.15s linear, color 0.15s linear, border 0.15s linear; }
  a:hover {
    color: #2976ab;
    text-decoration: underline; }
  a:active {
    background: none; }

p {
  margin: 0 0 10px;
  line-height: 27px; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

input, textarea, select {
  font: 400 14px/18px 'Open Sans', Helvetica, Arial, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out; }

header, nav, section, article, hgroup, aside, figure, time, footer, iframe, object, svg {
  display: block;
  margin: 0; }

svg {
  max-width: 100%; }

.clr {
  height: 0;
  line-height: 0;
  clear: both;
  font-size: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  margin: 0;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 700; }

/*********************/
/*     Elements      */
/*     Buttons       */
/*********************/
.extralarge_button, .large_button, .big_button {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  color: #fff !important;
  font: 700 14px Montserrat, Arial, Helvetica, sans-serif;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear; }
  .extralarge_button:hover, .large_button:hover, .big_button:hover {
    color: #fff !important;
    text-decoration: none !important; }

.extralarge_button {
  height: 50px;
  line-height: 50px; }

.large_button {
  height: 44px;
  line-height: 44px; }

.big_button {
  height: 36px;
  line-height: 36px; }

.transp {
  background: none;
  border: 2px solid #fff;
  line-height: 46px;
  padding: 0 20px; }
  .transp:hover, .transp:active {
    opacity: .7; }

.bwhite {
  background: #fff;
  color: #73584c !important; }
  .bwhite:hover, .bwhite:active {
    opacity: .8;
    background: #fff;
    color: #73584c !important; }

.bblue {
  background: #4b99d0;
  color: #fff !important; }
  .bblue:hover, .bblue:active {
    background: #66addf; }

.bred {
  background: #d0554b; }
  .bred:hover, .bred:active {
    background: #e1746c; }

.bgreen {
  background: #70b159; }
  .bgreen:hover, .bgreen:active {
    background: #8dca77; }

.borange {
  background: #f56332; }
  .borange:hover, .borange:active {
    background: #f58058; }

.bgrey {
  background: #444; }
  .bgrey:hover, .bgrey:active {
    background: #555; }

.bdarkgrey {
  background: #2b2b2b; }
  .bdarkgrey:hover, .bdarkgrey:active {
    background: #333; }

.blightgrey {
  background: #eee;
  color: #7a7a7a !important; }
  .blightgrey:hover, .blightgrey:active {
    background: #fdfdfd;
    color: #7a7a7a !important; }

.bdisabled {
  background: #f5f5f5;
  color: #b0b0b0 !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .bdisabled:hover, .bdisabled:active {
    background: #f5f5f5;
    color: #b0b0b0 !important; }

.small_button {
  position: relative;
  display: inline-block;
  padding: 4px 24px 4px 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px; }
  .small_button:hover {
    color: #fff;
    text-decoration: none; }
  .small_button:before {
    position: absolute;
    top: 9px;
    right: 7px;
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }
  .small_button:after {
    position: absolute;
    top: 11px;
    right: 11px;
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }
  .small_button.orange {
    background: #f56332; }
    .small_button.orange:hover {
      background: #f4794f; }
  .small_button.blue {
    background: #4b99d0; }
    .small_button.blue:hover {
      background: #66addf; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.fleft {
  float: left !important; }

.fright {
  float: right !important; }

::-webkit-input-placeholder {
  color: #ccc; }

:-moz-placeholder {
  color: #ccc;
  opacity: 1; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #ccc; }

.small_button {
  position: relative;
  display: inline-block;
  padding: 4px 24px 4px 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px; }
  .small_button:hover {
    color: #fff;
    text-decoration: none; }
  .small_button:before {
    position: absolute;
    top: 9px;
    right: 7px;
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }
  .small_button:after {
    position: absolute;
    top: 11px;
    right: 11px;
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }
  .small_button.orange {
    background: #f56332; }
    .small_button.orange:hover {
      background: #f4794f; }
  .small_button.blue {
    background: #4b99d0; }
    .small_button.blue:hover {
      background: #66addf; }

.subscribe {
  position: fixed;
  bottom: -84px;
  left: 0;
  width: 100%;
  background: #f4f4f4 url(img/subscribe-form-bg.jpg) repeat-x left top;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .subscribe.hidden {
    opacity: 0;
    bottom: -100px; }
  .subscribe > div {
    position: relative;
    max-width: 660px;
    margin: 0 auto; }
    .subscribe > div .subscribe-title {
      position: absolute;
      top: 30px;
      left: -25%;
      width: 20%;
      min-width: 100px;
      text-align: right; }
      .subscribe > div .subscribe-title strong {
        display: block;
        text-transform: uppercase;
        line-height: 14px; }
      .subscribe > div .subscribe-title span {
        color: #999;
        font-size: 11px; }
    .subscribe > div .subscribe-field-group {
      float: left;
      width: 38%; }
      .subscribe > div .subscribe-field-group:nth-of-type(2) {
        margin: 0 2%; }
      .subscribe > div .subscribe-field-group:last-of-type {
        width: 20%; }
      .subscribe > div .subscribe-field-group input[type="text"], .subscribe > div .subscribe-field-group input[type="email"] {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #e5e5e5;
        padding: 0 10px;
        border-radius: 3px; }
      .subscribe > div .subscribe-field-group input[type="submit"] {
        width: 100%;
        background: #444;
        border-radius: 3px;
        height: 40px;
        border: none;
        font: 700 14px/40px 'Source Sans Pro';
        text-transform: uppercase;
        color: #fff;
        cursor: pointer; }
        .subscribe > div .subscribe-field-group input[type="submit"]:hover {
          background: #333; }
    .subscribe > div .subscribe-close {
      position: fixed;
      right: 0;
      bottom: 0;
      width: 80px;
      height: 80px;
      box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08), inset 1px 0 0 rgba(255, 255, 255, 0.7);
      transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out; }
      .subscribe > div .subscribe-close:hover {
        background: #fff; }
      .subscribe > div .subscribe-close svg {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 20px;
        height: 20px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .subscribe > div .subscribe-close svg path {
          fill: #bfbfbf; }
  .subscribe .mc4wp-form {
    margin: 0; }
    .subscribe .mc4wp-form form {
      margin: 24px 0 20px; }
      .subscribe .mc4wp-form form > a {
        display: block;
        text-decoration: none !important; }
        .subscribe .mc4wp-form form > a:last-of-type {
          margin: 10px 0 0; }
  .subscribe .mc4wp-alert {
    font-size: 12px; }
    .subscribe .mc4wp-alert.mc4wp-error {
      color: red; }
  .subscribe .mc4wp-ajax-loader {
    position: absolute;
    right: -30px;
    top: 35px; }

/* Layout */
#container {
	position: relative;
	right: 0;
	_height: 100%;
	min-height: 100%; }

.pusher {
	padding: 0 0 340px; }
.pusher.border {
	box-shadow: inset 0 1px 0 #ddd; }

.fit {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.fit-wide {
	max-width: 1240px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

.no-height-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.no-width-padding {
	padding-left: 0;
	padding-right: 0;
}

.resp-paddings {
	padding-left: 20px;
	padding-right: 20px;
}
.resp-paddings.gray {
	background: #f8f8f8;
}
.resp-paddings.white {
	background: #fff;
}

.cookie-notice {
	position: relative;
	background: #353535;
	color: #e5e5e5;
	font-size: 12px;
	padding: 8px 20px;
	line-height: 20px;
	width: 100%;
	z-index: 1001;
}

.cookie-notice > div {
	position: relative;
	padding: 0 !important;
}

.cookie-notice > div p {
	margin: 0;
	padding: 0 110px 0 0;
}

.cookie-notice > div p a {
	color: inherit;
	border-bottom: 1px dotted #e5e5e5;
	text-decoration: none;
}

.cookie-notice > div p a:hover {
	border-bottom: 1px solid #e5e5e5;
}

.cookie-notice > div .hide-cookie {
	display: block;
	border-radius: 2px;
	border: 1px solid #9a9a9a;
	line-height: 16px;
	padding: 0 5px;
	height: 20px;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	color: #9a9a9a;
	margin: -10px 0 0;
	text-transform: uppercase;
}

.cookie-notice > div .hide-cookie svg {
	fill: #f6f6f6;
	width: 8px;
	height: 8px;
	margin: 4px;
	position: relative;
}

.cookie-notice > div .hide-cookie:hover {
	background: #9a9a9a;
	color: #fff;
	text-decoration: none;
}

.cookie-notice.sticky {
	position: fixed;
}

/*region HEADER */
#header {
	min-height: 80px;
	background: #333230;
}

#header .header-content {
	position: relative;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .header-content .header-logo {
	flex-grow: 1;
}

#header .header-content .header-logo #logo {
	display: inline-block;
	vertical-align: super;
	position: relative;
	bottom: 5px;
}

#header .header-content .header-logo #logo svg {
	height: 32px;
}

/*region Header Navigation */
#header .header-content #main-navigation {
	z-index: 1000;
	flex-grow: 12;
	top: 0;
}

#header .header-content #main-navigation > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: 20px;
}

#header .header-content #main-navigation > ul > li {
	margin: 0 1px;
}

#header .header-content #main-navigation > ul > li > a,
#header .header-content #main-navigation > ul > li > span {
	display: inline-block;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	color: #e6e3e3;
	font-size: 15px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	cursor: default;
}

#header #main-navigation > ul > li > a.reallink, #header #main-navigation > ul > li > span.reallink {
   cursor: pointer;
}

#header .header-content #main-navigation > ul > li > div {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #f5f1ea;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#header .header-content #main-navigation > ul > li > div .standard-dropdown {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}

#header .header-content #main-navigation > ul > li > div .standard-dropdown li {
	width: 22.6%;
	margin: 10px;
	text-align: center;
}

#header .header-content #main-navigation > ul > li > div .standard-dropdown li a {
	position: relative;
	width: 100%;
	min-height: 160px;
	padding: 20px 5px 0;
	border-radius: 3px;
	display: inline-block;
	background: #fff;
	color: #F56332;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#header .header-content #main-navigation > ul > li > div .standard-dropdown li a:hover {
	text-decoration: none;
}

#header .header-content #main-navigation > ul > li > div .standard-dropdown li a:before {
	z-index: 0;
	position: absolute;
	content: "";
	opacity: 0;
	top: 0;
	left: 0;
	width: 98.2%;
	height: 98%;
	border: 2px solid #c69c6d;
	border-radius: 3px;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#header .header-content #main-navigation > ul > li > div .standard-dropdown li a:after {
	z-index: -1;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#header .header-content #main-navigation > ul > li > div .standard-dropdown li a:hover::after,
#header .header-content #main-navigation > ul > li > div .standard-dropdown li a:hover::before {
	opacity: 1;
}

#header .header-content #main-navigation > ul > li > div .standard-dropdown li a .icon-size {
	height: 64px;
	display: flex;
	align-items: center;
	margin: 0 auto 15px;
}

#header .header-content #main-navigation > ul > li > div .standard-dropdown li a .icon-size svg {
	width: 100%;
}

#header .header-content #main-navigation > ul > li > div .standard-dropdown li a h4 {
	line-height: 1.6;
	font-family: Roboto, Arial, sans-serif;
	color: #404141;
	text-transform: uppercase;
}

#header .header-content #main-navigation > ul > li > div .standard-dropdown li a p {
	margin: 0 0 15px;
	color: #818181;
}

#header .header-content #main-navigation > ul > li > div.webhosting {
	max-width: 970px;
}

#header .header-content #main-navigation > ul > li > div.webhosting .webhosting-dropdown {
	padding: 10px 0;
}

#header .header-content #main-navigation > ul > li > div.webhosting .webhosting-dropdown ul li:nth-child(1) svg,
#header .header-content #main-navigation > ul > li > div.webhosting .webhosting-dropdown ul li:nth-child(2) svg {
	height: 55px;
}

#header .header-content #main-navigation > ul > li > div.webhosting .webhosting-dropdown ul li:nth-child(1) svg * {
	fill: #e16b38;
}

#header .header-content #main-navigation > ul > li > div.webhosting .webhosting-dropdown ul li:nth-child(2) svg * {
	fill: #56a0c2;
}

#header .header-content #main-navigation > ul > li > div.webhosting .webhosting-dropdown ul li:nth-child(3) svg,
#header .header-content #main-navigation > ul > li > div.webhosting .webhosting-dropdown ul li:nth-child(4) svg {
	height: 43px;
}

#header .header-content #main-navigation > ul > li > div.webhosting .webhosting-dropdown ul li:nth-child(3) svg * {
	fill: #a269b9;
}

#header .header-content #main-navigation > ul > li > div.webhosting .webhosting-dropdown ul li:nth-child(4) svg * {
	fill: #61bbc3;
}

#header .header-content #main-navigation > ul > li > div.ourtechnologies {
	max-width: 740px;
}

#header .header-content #main-navigation > ul > li > div.ourtechnologies .ourtechnologies-dropdown {
	padding: 10px 0;
}

#header .header-content #main-navigation > ul > li > div.ourtechnologies .ourtechnologies-dropdown ul li {
	width: 30.5%;
}

#header .header-content #main-navigation > ul > li > div.ourtechnologies .ourtechnologies-dropdown ul li:nth-child(1) svg {
	height: 52px;
}

#header .header-content #main-navigation > ul > li > div.ourtechnologies .ourtechnologies-dropdown ul li:nth-child(1) svg * {
	fill: #cfad78;
}

#header .header-content #main-navigation > ul > li > div.ourtechnologies .ourtechnologies-dropdown ul li:nth-child(2) svg {
	height: 50px;
}

#header .header-content #main-navigation > ul > li > div.ourtechnologies .ourtechnologies-dropdown ul li:nth-child(2) svg * {
	fill: #1c8ea6;
}

#header .header-content #main-navigation > ul > li > div.ourtechnologies .ourtechnologies-dropdown ul li:nth-child(3) svg {
	height: 55px;
}

#header .header-content #main-navigation > ul > li > div.ourtechnologies .ourtechnologies-dropdown ul li:nth-child(3) svg * {
	fill: #f68858;
}

#header .header-content #main-navigation > ul > li > div.aboutus {
	max-width: 970px;
}

#header .header-content #main-navigation > ul > li > div.aboutus .aboutus-dropdown {
	padding: 10px 0;
}

#header .header-content #main-navigation > ul > li > div.aboutus .aboutus-dropdown ul li:nth-child(1) svg,
#header .header-content #main-navigation > ul > li > div.aboutus .aboutus-dropdown ul li:nth-child(2) svg,
#header .header-content #main-navigation > ul > li > div.aboutus .aboutus-dropdown ul li:nth-child(3) svg,
#header .header-content #main-navigation > ul > li > div.aboutus .aboutus-dropdown ul li:nth-child(4) svg {
	height: 55px;
}

#header .header-content #main-navigation > ul > li > div.aboutus .aboutus-dropdown ul li:nth-child(1) svg * {
	fill: #be9e73;
}

#header .header-content #main-navigation > ul > li > div.aboutus .aboutus-dropdown ul li:nth-child(2) svg * {
	fill: #9b70ac;
}

#header .header-content #main-navigation > ul > li > div.aboutus .aboutus-dropdown ul li:nth-child(3) svg * {
	fill: #1c8ea6;
}

#header .header-content #main-navigation > ul > li > div.aboutus .aboutus-dropdown ul li:nth-child(4) svg * {
	fill: #d17751;
}

#header .header-content #main-navigation > ul > li:hover > a,
#header .header-content #main-navigation > ul > li:hover > span,
#header .header-content #main-navigation > ul > li:hover > .current {
	background: #f5f1ea;
	color: #1d1d1d;
	box-shadow: inset 0 3px 0 #cfad78;
}

#header .header-content #main-navigation > ul > li:hover > div {
	opacity: 1;
	visibility: visible;
	height: auto;
}

#header .header-content .addservices {
	padding: 0 20px;
	margin-bottom: 20px;
}

#header .header-content .addservices strong {
	display: inline;
	margin: 0 10px 0 0;
	font-size: 14px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #989595;
}

#header .header-content .addservices ul {
	display: inline;
}

#header .header-content .addservices ul li {
	position: relative;
	display: inline;
	padding: 0 0 0 12px;
	margin: 0 0 0 6px;
}

#header .header-content .addservices ul li:before {
	position: absolute;
	content: "";
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #c0c0c0;
}

#header .header-content .addservices ul li:first-child {
	margin: 0;
	padding: 0;
}

#header .header-content .addservices ul li:first-child:before {
	background: transparent;
}

#header .header-content .addservices ul li a {
	color: #1d1d1d;
	font-family: Roboto, Arial, sans-serif;
}

#header .header-content .addservices ul li a:hover {
	text-decoration: underline;
}
/*endregion Header Navigation */

#header .header-content .header-help .nav-buttons {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header .header-content .header-help .nav-buttons .set.context:hover {
	background: #f5f1ea;
	text-decoration: none;
}

#header .header-content .header-help .nav-buttons .set.context:hover > a {
	cursor: default;
	color: #282828;
	box-shadow: inset 0 3px 0 #cfad78;
}

#header .header-content .header-help .nav-buttons .set.context:hover form {
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: visible;
}

#header .header-content .header-help .nav-buttons .set > a {
	display: inline-block;
	padding: 0 15px;
	min-width: 104px;
	height: 60px;
	line-height: 60px;
	color: #e3e3e3;
	font-weight: 500;
	font-family: Roboto, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#header .header-content .header-help .nav-buttons .set > a:hover {
	text-decoration: none;
	background: #f5f1ea;
	color: #282828;
	box-shadow: inset 0 3px 0 #cfad78;
}

#header .header-content .header-help .nav-buttons .set > a span {
	vertical-align: middle;
}

#header .header-content .header-help .nav-buttons .set svg {
	vertical-align: middle;
	height: 16px;
	display: inline-block;
	margin-right: 4px;
}

#header .header-content .header-help .nav-buttons .set svg * {
	fill: #727171;
}

#header .header-content .header-help .nav-buttons .set form {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	background: #f5f1ea;
	color: #434242;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#header .header-content .header-help .nav-buttons .set form .main-call {
	padding: 20px;
}

#header .header-content .header-help .nav-buttons .set form .main-call .big_button {
	display: block;
	padding: 0 10px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
}

#header .header-content .header-help .nav-buttons .set form .second-call {
	padding: 25px 15px 10px;
	border-bottom: 1px solid #dcd9d4;
}

#header .header-content .header-help .nav-buttons .set form .second-call .need {
	font-size: 16px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 500;
	padding-bottom: 15px;
}

#header .header-content .header-help .nav-buttons .set form .second-call a {
	display: inline-block;
	margin-bottom: 10px;
	color: #269eca;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 500;
	text-decoration: none;
}

#header .header-content .header-help .nav-buttons .set form .second-call a svg {
	height: 16px;
	display: inline-block;
	margin-right: 10px;
}

#header .header-content .header-help .nav-buttons .set form .second-call a svg * {
	fill: #a9a9a8;
}

#header .header-content .header-help .nav-buttons .set form .second-call a span {
	vertical-align: middle;
}

#header .header-content .header-help .nav-buttons .set form .second-call a:hover {
	text-decoration: underline;
}

#header .header-content .header-help .nav-buttons .set form .second-call #phone_holder a {
	color: #434242;
}

#header .header-content .header-help .nav-buttons .open-main-nav {
	display: none;
	padding: 0 10px;
	margin-left: 10px;
	background: #f5f1ea;
	color: #282828;
	font-weight: 500;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	cursor: pointer;
	border-radius: 1px;
}

#header .header-content .header-help .nav-buttons .open-main-nav:hover {
	background: #fff;
	text-decoration: none;
}

#header .header-content .header-help .nav-buttons .open-main-nav > div {
	height: 30px;
	display: flex;
	align-items: center;
}

#header .header-content .header-help .nav-buttons .open-main-nav > div svg {
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-right: 10px;
}

/*endregion HEADER */


@media screen and (min-width: 980px), screen and (min-device-width: 980px) and (orientation: portrait) {
	#header .header-content #main-navigation .main-dropdown .first-list,
	#header .header-content #main-navigation .main-dropdown > li:last-child svg,
	#header .header-content #main-navigation > ul > li > span,
	#header .header-content #main-navigation .main-dropdown > li a .mobile-icon,
	#header .header-content #main-navigation .main-dropdown .addservices ul li a svg {
		display: none;
	}
}

@media screen and (max-width: 980px), screen and (max-device-width: 980px) {
	#header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 4000;
	}

	#header.fixed.slide-left {
		left: -230px;
	}

	#header .header-content .header-logo {
		flex-grow: 0;
	}

	#header .header-content .header-help {
		flex-grow: 0;
	}

	#header .header-content .header-help .nav-buttons {
		justify-content: flex-end;
	}

	#header .header-content .header-help .nav-buttons .open-main-nav {
		display: block;
	}

	#main-navigation {
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		right: -250px;
		width: 250px;
		min-height: 100%;
		padding: 0;
		overflow-y: auto;
		background: #333;
		box-shadow: inset 3px 0 10px rgba(0, 0, 0, 0.3);
	}

	#main-navigation.slide-left {
		display: block;
		right: -20px;
	}

	#main-navigation > ul > li > span {
		display: block;
		padding-left: 15px;
		height: 22px;
		line-height: 20px;
		color: #888;
		font-size: 10px;
		font-weight: 400;
		text-transform: uppercase;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		
		background: #555;
	    background: -moz-linear-gradient(top,#555 0,#444 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#555),color-stop(100%,#444));
		background: -webkit-linear-gradient(top,#555 0,#444 100%);
		background: -o-linear-gradient(top,#555 0,#444 100%);
		background: -ms-linear-gradient(top,#555 0,#444 100%);
		background: linear-gradient(top,#555 0,#444 100%);		
	}

	#main-navigation > ul > li > a {
		display: block;
		padding-left: 15px;
		height: 40px;
		line-height: 40px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		background: none;
		font-size: 13px;
		text-transform: none;
		color: #f1f1f1;
	}

	#main-navigation > ul > li > a:hover {
		background: #212121;
		text-decoration: none;
	}

	#main-navigation > ul > li > a svg {
		display: inline-block;
		margin-right: 5px;
	}

	#main-navigation > ul > li > a svg * {
		fill: #9fa1a2;
	}

	#main-navigation > ul > li > a span {
		display: inline-block;
	}

	#main-navigation > ul > li:nth-child(n+2):nth-child(-n+4) > a {
		display: none;
	}

	#main-navigation > ul > li > div {
		display: block;
		position: relative;
		top: 0;
		box-shadow: none;
		background: transparent;
		font-size: 13px;
	}

	#main-navigation > ul > li > div .standard-dropdown li {
		height: 40px;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	#main-navigation > ul > li > div .standard-dropdown li a {
		display: block;
		padding-left: 15px;
	}

	#main-navigation > ul > li > div .standard-dropdown li a:hover {
		background: #212121;
		text-decoration: none;
	}

	#main-navigation > ul > li > div .standard-dropdown li a svg {
		width: 18px;
		height: 18px;
		display: inline-block;
		margin-right: 5px;
	}

	#main-navigation > ul > li > div .standard-dropdown li a svg * {
		fill: #9fa1a2;
	}

	#main-navigation > ul > li > div .standard-dropdown li a h4 {
		height: 40px;
		line-height: 40px;
		display: inline-block;
		color: #f1f1f1;
		font-weight: 400;
		font-family: 'Open Sans', Arial, sans-serif;
	}

	#main-navigation > ul > li > div .standard-dropdown li a .desktop-icon svg,
	#main-navigation > ul > li > div .standard-dropdown li a p {
		display: none;
	}

	#main-navigation > ul > li > div .standard-dropdown li.mobile-woohosting a svg {
		width: 20px;
		height: 20px;
		margin-bottom: -6px;
	}

	#main-navigation > ul > li > div .addservices strong {
		display: none;
	}

	#main-navigation > ul > li > div .addservices ul li {
		height: 40px;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	#main-navigation > ul > li > div .addservices ul li a {
		display: block;
		padding-left: 15px;
		color: #f1f1f1;
	}

	#main-navigation > ul > li > div .addservices ul li a:hover {
		background: #212121;
		text-decoration: none;
	}

	#main-navigation > ul > li > div .addservices ul li a span {
		line-height: 40px;
	}

	#main-navigation > ul > li > div .addservices ul li a svg {
		width: 18px;
		height: 18px;
		display: inline-block;
		margin-right: 5px;
	}

	#main-navigation > ul > li > div .addservices ul li a svg * {
		fill: #9fa1a2;
	}

	#main-navigation > ul > li > div .addservices ul li a .desktop-icon svg {
		display: none;
	}
	#leftcol {
		width: 100% !important;
		margin: 0 !important;
	}
	#maincol {
		width: 100% !important;
	}
}

@media screen and (max-width: 580px), screen and (max-device-width: 580px) {
	#header {
		min-height: 70px;
	}
	#header .header-content .header-logo #logo {
		position: relative;
		bottom: -4px;
	}

	#header .header-content .header-logo #logo svg {
		height: 26px;
	}

	#header .header-content .header-help .nav-buttons {
		position: initial;
	}

	#header .header-content .header-help .nav-buttons .set {
		background: #444;
		border-radius: 3px;
		margin-right: 10px;
	}

	#header .header-content .header-help .nav-buttons .set.context:hover > a {
		border-radius: 3px;
	}

	#header .header-content .header-help .nav-buttons .set svg {
		height: 20px;
		margin: 0;
	}

	#header .header-content .header-help .nav-buttons .set > a {
		padding: 0 7px;
		min-width: auto;
		height: 34px;
		line-height: 34px;
	}

	#header .header-content .header-help .nav-buttons .set > a:hover {
		border-radius: 3px;
	}

	#header .header-content .header-help .nav-buttons .set > a span {
		display: none;
	}

	#header .header-content .header-help .nav-buttons .set form {
		top: 70px;
	}

	#header .header-content .header-help .nav-buttons .set form:before {
		content: '';
		position: absolute;
		top: -16px;
		right: 88px;
		width: 0;
		height: 0;
		border-left: 17px solid transparent;
		border-right: 17px solid transparent;
		border-bottom: 16px solid #f5f1ea;
	}

	#header .header-content .header-help .nav-buttons .open-main-nav {
		padding: 0 8px;
		margin-left: 0;
		border-radius: 3px;
	}

	#header .header-content .header-help .nav-buttons .open-main-nav > div {
		height: 34px;
	}

	#header .header-content .header-help .nav-buttons .open-main-nav > div svg {
		margin: 0;
	}

	#header .header-content .header-help .nav-buttons .open-main-nav > div span {
		display: none;
	}
}


.p19 {
  padding: 19px !important; }

.fancy-titles {
  position: relative;
  padding: 35px 0 25px;
  margin: 0 0 20px;
  background: url(img/fancy-titles-separator.png) no-repeat center bottom;
  text-align: center; }
  .fancy-titles:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/fancy-titles-separator.png) no-repeat center 13px; }
  .fancy-titles:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    text-align: center;
    background: url(img/fancy-titles-ornament.png) no-repeat center bottom; }
  .fancy-titles h1 {
    font-size: 30px;
    color: #95b42a; }
  .fancy-titles h2 {
    font: 300 20px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #666; }
  .fancy-titles.noimg {
    padding-top: 10px; }
    .fancy-titles.noimg:before {
      background: none; }
    .fancy-titles.noimg img, .fancy-titles.noimg svg {
      display: none; }
  .fancy-titles img, .fancy-titles svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 28px; }
  .fancy-titles svg {
    width: 28px; }

#leftcol {
  float: left;
  width: 25%;
  margin: 0 3% 0 0; }
  #leftcol > section {
    margin: 28px 0 0; }
    #leftcol > section:first-child {
      margin: 0; }

#maincol {
  float: left;
  width: 72%; }

.box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }

.boxheading {
  overflow: hidden;
  position: relative;
  z-index: 5;
  line-height: 24px;
  padding: 10px 16px;
  border-radius: 5px 5px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff, inset 0 -1px 0 rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #bababa;
  color: #333;
  font-size: 16px;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  background: linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%); }
  .boxheading .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px; }
    .boxheading .close svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 18px;
      height: 18px; }
      .boxheading .close svg polygon {
        fill: #666; }
    .boxheading .close:hover {
      background: #d6d6d6;
      border-radius: 3px; }
  .boxheading strong {
    float: left;
    width: 60%; }
  .boxheading .extratext {
    float: left;
    width: 40%;
    text-align: right; }
    .boxheading .extratext.minor {
      font: 400 11px/24px 'Open Sans', Arial, Helvetica, sans-serif; }
  .boxheading .label {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto;
    min-width: 0;
    background: #f56332; }

.notify {
  max-width: 980px;
  margin: 0 auto 20px;
  line-height: 20px;
  padding: 15px 15px 15px 20px;
  text-align: left; }

.notify.information {
  border: 1px solid #d6e2ea;
  border-left: 3px solid #6aa4c0;
  background: #f1f9fe;
  color: #2b586e; }

.notify strong:first-of-type {
  display: block;
  margin: 0 0 15px;
  padding: 0 0 0 38px;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase; }

.notify.success {
  border: 1px solid #d0e7b2;
  border-left: 3px solid #86c06a;
  background: #e7ffcd;
  color: #477b2e; }

.notify.warning {
  border: 1px solid #e6e998;
  background: #feffdd;
  border-left: 3px solid #c4c064;
  color: #646406; }

.tutorials {
  position: relative; }
  .tutorials.index .fit h1, .tutorials.index .fit h2 {
    text-align: center; }
  .tutorials.index .fit h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 5px; }
  .tutorials.index .fit h2 {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 40px; }
  .tutorials.index .boxheading {
    margin-bottom: 0 !important; }
  .tutorials.index .featured {
    margin: 0 0 20px; }
    .tutorials.index .featured ul {
      margin-left: 0 !important; }
    .tutorials.index .featured li {
      position: relative;
      float: left;
      width: 22.75%;
      margin: 0 0 0 3%;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08), inset 0 0 50px rgba(0, 0, 0, 0.12);
      text-align: center;
      color: #999; }
      .tutorials.index .featured li:first-child {
        margin: 0; }
      .tutorials.index .featured li:nth-of-type(1) svg path {
        fill: #63a04d; }
      .tutorials.index .featured li:nth-of-type(2) svg path {
        fill: #464442; }
      .tutorials.index .featured li:nth-of-type(4) svg path {
        fill: #69aad2; }
      .tutorials.index .featured li > a {
        display: block;
        padding: 19px; }
        .tutorials.index .featured li > a svg {
          display: block;
          margin: 0 auto 15px;
          width: 80px;
          height: 80px; }
        .tutorials.index .featured li > a strong {
          display: block;
          font-size: 16px;
          color: #474846; }
        .tutorials.index .featured li > a:hover {
          text-decoration: none; }
      .tutorials.index .featured li div {
        width: 100%;
        border-radius: 0 0 5px 5px;
        border-top: 1px solid #d3d3d3;
        background: #f5f5f5;
        background: -moz-linear-gradient(top, #f5f5f5 0%, #ebebeb 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ebebeb));
        background: -webkit-linear-gradient(top, #f5f5f5 0%, #ebebeb 100%);
        background: -o-linear-gradient(top, #f5f5f5 0%, #ebebeb 100%);
        background: -ms-linear-gradient(top, #f5f5f5 0%, #ebebeb 100%);
        background: linear-gradient(top, #f5f5f5 0%, #ebebeb 100%); }
        .tutorials.index .featured li div a {
          position: relative;
          float: left;
          width: 50%;
          height: 36px;
          line-height: 36px;
          font-size: 12px;
          font-weight: 700;
          color: #585b60;
          text-shadow: 0 1px 0 #fff;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
          background: #f5f5f5;
          background: -moz-linear-gradient(top, #f5f5f5 0%, #ebebeb 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ebebeb));
          background: -webkit-linear-gradient(top, #f5f5f5 0%, #ebebeb 100%);
          background: -o-linear-gradient(top, #f5f5f5 0%, #ebebeb 100%);
          background: -ms-linear-gradient(top, #f5f5f5 0%, #ebebeb 100%);
          background: linear-gradient(top, #f5f5f5 0%, #ebebeb 100%); }
          .tutorials.index .featured li div a:hover {
            background: #f7f7f7;
            text-decoration: none; }
          .tutorials.index .featured li div a svg {
            display: inline-block;
            vertical-align: middle;
            margin: 0 2px 2px 0; }
          .tutorials.index .featured li div a.read {
            border-radius: 0 0 0 5px; }
            .tutorials.index .featured li div a.read.only {
              width: 100%;
              border-radius: 0 0 5px 5px; }
          .tutorials.index .featured li div a.watch {
            border-radius: 0 0 5px 0;
            box-shadow: -1px 0 0 #d3d3d3, inset 1px 0 0 rgba(255, 255, 255, 0.8); }
  .tutorials.index .more > div > div {
    margin: 25px 0 0; }
    .tutorials.index .more > div > div:first-child {
      margin: 0; }
    .tutorials.index .more > div > div h3 {
      margin: 20px 0 10px;
      padding: 0 0 6px;
      font-size: 14px;
      border-bottom: 1px solid #ccc; }
    .tutorials.index .more > div > div ul li {
      position: relative;
      float: left;
      width: 25%;
      margin: 3px 0;
      padding: 0 0 0 20px; }
      .tutorials.index .more > div > div ul li:before {
        position: absolute;
        top: 7px;
        left: 0;
        content: "";
        width: 6px;
        height: 4px;
        background: #c5c5c5; }
      .tutorials.index .more > div > div ul li:after {
        position: absolute;
        top: 5px;
        left: 6px;
        content: "";
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #c5c5c5; }
  .tutorials #maincol article {
    text-align: center; }
    .tutorials #maincol article .heading {
      margin: 25px 0 10px;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-weight: 700;
      border-bottom: 1px solid #ccc;
      padding: 0 0 5px;
      text-align: left; }
    .tutorials #maincol article .h1 {
      font-size: 22px; }
    .tutorials #maincol article .h2 {
      font-size: 20px; }
    .tutorials #maincol article .h3 {
      font-size: 18px; }
    .tutorials #maincol article .h4 {
      font-size: 16px; }
    .tutorials #maincol article .h5 {
      font-size: 15px; }
    .tutorials #maincol article .h6 {
      font-size: 14px; }
    .tutorials #maincol article h2, .tutorials #maincol article h3, .tutorials #maincol article h4, .tutorials #maincol article h5, .tutorials #maincol article h6 {
      margin: 0 0 20px; }
    .tutorials #maincol article .underline {
      text-decoration: underline; }
    .tutorials #maincol article .separator {
      display: block;
      height: 1px;
      margin: 0 0 10px;
      background: #ddd;
      font-size: 0; }
    .tutorials #maincol article img, .tutorials #maincol article iframe {
      margin: 0 auto; }
    .tutorials #maincol article figcaption {
      margin: 10px auto 0;
      font-style: italic;
      font-size: 12px; }
    .tutorials #maincol article .notify.error {
      background-image: url(img/icons/cross_26x26.png);
      background-repeat: no-repeat;
      background-position: 17px 17px; }
    .tutorials #maincol article .notify.warning {
      background-image: url(img/icons/warning_32x27.png);
      background-repeat: no-repeat;
      background-position: 17px 17px; }
    .tutorials #maincol article .notify.information {
      background-image: url(img/icons/info_26x26.png);
      background-repeat: no-repeat;
      background-position: 17px 17px; }
    .tutorials #maincol article .notify.success {
      background-image: url(img/icons/check_26x26.png);
      background-repeat: no-repeat;
      background-position: 17px 17px; }
    .tutorials #maincol article .notify.notice {
      background-image: url(img/icons/info_26x26.png);
      background-repeat: no-repeat;
      background-position: 17px 17px; }
    .tutorials #maincol article pre {
      overflow: hidden;
      width: 100%;
      margin: 0 0 10px;
      padding: 14px;
      border: 1px solid #ddd;
      font-size: 12px;
      background: #f9f9f9;
      text-align: left;
      word-break: break-all;
      white-space: normal; }
    .tutorials #maincol article > ul, .tutorials #maincol article > ol {
      margin: 20px 20px 30px 0;
      text-align: left; }
    .tutorials #maincol article > ul ul, .tutorials #maincol article > ul ol, .tutorials #maincol article > ol ul, .tutorials #maincol article > ol ol {
      margin: 10px 0;
      text-align: left; }
    .tutorials #maincol article li {
      margin: 2px 0; }
    .tutorials #maincol article ul > li {
      position: relative;
      padding: 0 0 0 15px;
      text-align: left; }
      .tutorials #maincol article ul > li:before {
        position: absolute;
        top: 7px;
        left: 0;
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #999; }
    .tutorials #maincol article .textlist li, .tutorials #maincol article .videolist li {
      background: url(img/icons/text_15x11.png) no-repeat 0px 4px;
      padding: 0 0 0 25px; }
      .tutorials #maincol article .textlist li:before, .tutorials #maincol article .videolist li:before {
        display: none; }
      .tutorials #maincol article .textlist li.text, .tutorials #maincol article .videolist li.text {
        background: url(img/icons/text_15x11.png) no-repeat; }
      .tutorials #maincol article .textlist li.video, .tutorials #maincol article .videolist li.video {
        background: url(img/icons/video_15x11.png) no-repeat; }
      .tutorials #maincol article .textlist li a, .tutorials #maincol article .videolist li a {
        display: inline-block;
        margin: 0 0 5px;
        font-size: 16px; }
    .tutorials #maincol article .videolist li {
      background: url(../img/icons/video_15x11.png) no-repeat 0px 4px;
      padding: 0 0 0 25px; }
    .tutorials #maincol article p {
      text-align: left; }
    .tutorials #maincol article .media {
      position: relative;
      /* display: inline-block;  */
      background: #fff;
      margin: 0 0 20px;
      padding: 9px;
      border: 1px solid #d3d3d3;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08); }
      .tutorials #maincol article .media img {
        height: 100%; }
    .tutorials #maincol article .button_subtitles {
      display: none;
      position: absolute;
      z-index: 10000;
      background: rgba(23, 35, 34, 0.75);
      color: #fff;
      padding: 10px;
      border-radius: .5em;
      font-weight: 700;
      cursor: pointer;
      top: 19px;
      left: 19px; }
      .tutorials #maincol article .button_subtitles:hover {
        background: #00adef; }
    .tutorials #maincol article .toc {
      margin: 0 0 15px;
      padding: 20px;
      text-align: left;
      background: #fff;
      border-radius: 5px;
      border: 1px solid #d3d3d3;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08); }
      .tutorials #maincol article .toc > strong {
        display: block;
        font-size: 16px;
        margin: 0 0 10px;
        padding: 0 0 8px;
        border-bottom: 1px solid #d3d3d3; }
      .tutorials #maincol article .toc nav a {
        position: relative;
        display: block;
        margin: 2px 0;
        padding: 0 0 0 12px;
        text-align: left; }
        .tutorials #maincol article .toc nav a:before {
          position: absolute;
          top: 7px;
          left: 0;
          content: "";
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #999; }
    .tutorials #maincol article .step {
      float: left;
      margin: 0 12px 0 0;
      background: #7c9cc8;
      padding: 5px 10px 4px;
      border-left: 4px solid #4d6f9e;
      font: 14px Georgia, Arial, Helvetica, sans-serif;
      color: #fff;
      text-transform: uppercase;
      white-space: nowrap; }
    .tutorials #maincol article .step.orange {
      background: #f56332;
      border-left: 4px solid #be4d27; }
    .tutorials #maincol article .onfocus {
      overflow: hidden;
      margin: 0 0 20px;
      background: #fffdf2;
      border: 1px solid #d3d3d3; }
      .tutorials #maincol article .onfocus.white {
        background: #fff; }
      .tutorials #maincol article .onfocus .box {
        float: left;
        width: 31.33%;
        margin: 0 0 0 3%;
        padding: 9px;
        font-size: 12px;
        text-align: center; }
        .tutorials #maincol article .onfocus .box a {
          position: relative;
          display: block; }
          .tutorials #maincol article .onfocus .box a:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            content: "";
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
            transition: box-shadow 0.15s linear;
            -moz-transition: box-shadow 0.15s linear;
            -webkit-transition: box-shadow 0.15s linear;
            -o-transition: box-shadow 0.15s linear; }
          .tutorials #maincol article .onfocus .box a:after {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            opacity: .7;
            background: rgba(0, 0, 0, 0.3) url(../img/icons/play_64x64.png) no-repeat center 30px;
            -moz-transition: opacity 0.2s linear, background-color 0.2s linear;
            -webkit-transition: opacity 0.2s linear, background-color 0.2s linear;
            -o-transition: opacity 0.2s linear, background-color 0.2s linear;
            transition: opacity 0.2s linear, background-color 0.2s linear; }
          .tutorials #maincol article .onfocus .box a:hover:after {
            opacity: 1;
            background-color: rgba(0, 0, 0, 0.01); }
          .tutorials #maincol article .onfocus .box a span {
            position: absolute;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.8);
            font-size: 11px;
            padding: 1px 5px;
            color: #f2f2f2;
            z-index: 15; }
        .tutorials #maincol article .onfocus .box:first-child {
          margin: 0; }
        .tutorials #maincol article .onfocus .box p {
          margin: 8px 0 0;
          line-height: 16px;
          text-align: center; }
      .tutorials #maincol article .onfocus ul.videolist li {
        float: left;
        width: 300px; }
        .tutorials #maincol article .onfocus ul.videolist li a {
          font-size: 14px;
          margin: 1px 0; }
    .tutorials #maincol article .common {
      overflow: hidden;
      margin: 0;
      /*background: url(^tutorials^../img/tutorials/dude_pointing.jpg^bottom:100^) no-repeat right -10px;*/ }
      .tutorials #maincol article .common li {
        position: relative;
        margin: 4px 0;
        padding: 0 0 0 20px;
        font-weight: 600; }
        .tutorials #maincol article .common li:before {
          position: absolute;
          top: 7px;
          left: 0;
          content: "";
          width: 6px;
          height: 4px;
          background: #c5c5c5; }
        .tutorials #maincol article .common li:after {
          position: absolute;
          top: 5px;
          left: 6px;
          content: "";
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 5px solid #c5c5c5; }
    .tutorials #maincol article .related-topics {
      margin-top: 30px;
      padding: 0 20px;
      background: #fffdf2; }
      .tutorials #maincol article .related-topics h3 {
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
        margin-left: -20px;
        margin-right: -20px;
        background: #f0f0f0;
        text-transform: uppercase; }
      .tutorials #maincol article .related-topics ul li {
        padding: 0 0 0 10px;
        margin-bottom: 15px; }
        .tutorials #maincol article .related-topics ul li a {
          font-weight: bold; }
        .tutorials #maincol article .related-topics ul li .children li {
          margin-bottom: 0px; }
          .tutorials #maincol article .related-topics ul li .children li a {
            font-weight: normal; }
          .tutorials #maincol article .related-topics ul li .children li:before {
            width: 4px;
            height: 4px; }
        .tutorials #maincol article .related-topics ul li.page-item {
          width: 50%; }
        .tutorials #maincol article .related-topics ul li:before {
          width: 0;
          height: 0; }
  .tutorials .related {
    padding: 14px;
    background: #fffdf2;
    border: 1px solid #d3d3d3;
    text-align: left; }
    .tutorials .related strong {
      display: block;
      margin: 0 0 10px;
      text-transform: uppercase; }
    .tutorials .related .videos {
      float: right;
      margin: 0 0 0 20px;
      padding: 0 0 0 20px;
      border-left: 1px solid #d3d3d3; }
      .tutorials .related .videos a {
        position: relative;
        display: block; }
        .tutorials .related .videos a:before {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          content: "";
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
          transition: box-shadow 0.15s linear;
          -moz-transition: box-shadow 0.15s linear;
          -webkit-transition: box-shadow 0.15s linear;
          -o-transition: box-shadow 0.15s linear; }
        .tutorials .related .videos a:after {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          width: 100%;
          height: 100%;
          opacity: .7;
          background: rgba(0, 0, 0, 0.3) url(img/icons/play_64x64.png) no-repeat center 30px;
          -moz-transition: opacity 0.2s linear, background-color 0.2s linear;
          -webkit-transition: opacity 0.2s linear, background-color 0.2s linear;
          -o-transition: opacity 0.2s linear, background-color 0.2s linear;
          transition: opacity 0.2s linear, background-color 0.2s linear; }
        .tutorials .related .videos a:hover:after {
          opacity: 1;
          background-color: rgba(0, 0, 0, 0.01); }
      .tutorials .related .videos figcaption {
        text-align: center; }
  .tutorials .promofield {
    position: relative;
    margin: 0 0 30px;
    background: url(img/tutorials/sghint_pattern.png);
    border: 1px solid #ccc;
    text-align: left; }
    .tutorials .promofield h4 {
      font-size: 18px;
      text-align: left; }
    .tutorials .promofield p {
      max-width: 450px; }
    .tutorials .promofield ul {
      margin: 0 0 14px; }
    .tutorials .promofield .benefitsfromus {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 250px;
      height: 200px;
      background: url(img/tutorials/sg_dude.png) no-repeat; }
    .tutorials .promofield.small p {
      max-width: 525px;
      margin-right: 150px; }
    .tutorials .promofield.small .benefitsfromus {
      position: absolute;
      bottom: 0;
      right: 10px;
      width: 127px;
      height: 100px;
      background: url(img/tutorials/sg_panel.png) no-repeat; }
  .tutorials .breadcrumb {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
    top: -5px;
    padding: 12px 0 10px 20px;
    display: block;
    background: #f7f7f7;
    border: 1px solid #d4d4d4;
    border-radius: 0 0 6px 6px;
    font-size: 12px; }
  .tutorials .subtitles {
    overflow: hidden;
    min-height: 44px;
    max-width: 680px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    background: #000;
    color: #fff; }
    .tutorials .subtitles img {
      display: inline;
      vertical-align: middle; }
  .tutorials.showbreadcrumb .box {
    position: relative;
    z-index: 2;
    box-shadow: none; }
  .tutorials.showbreadcrumb .breadcrumb {
    display: block; }
    .tutorials.showbreadcrumb .breadcrumb ul {
      overflow: hidden; }
      .tutorials.showbreadcrumb .breadcrumb ul li {
        float: left;
        margin: 0 8px 0 0;
        color: #777;
        line-height: 21px; }
        .tutorials.showbreadcrumb .breadcrumb ul li a {
          position: relative;
          float: left;
          padding: 0 15px 0 0; }
          .tutorials.showbreadcrumb .breadcrumb ul li a:before {
            position: absolute;
            top: 6px;
            right: 0;
            content: "";
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
            border-left: 5px solid #777; }
        .tutorials.showbreadcrumb .breadcrumb ul li:last-child {
          float: right; }
          .tutorials.showbreadcrumb .breadcrumb ul li:last-child a:before {
            top: 2px;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 5px solid #4290c5; }
          .tutorials.showbreadcrumb .breadcrumb ul li:last-child a:after {
            position: absolute;
            top: 11px;
            right: 3px;
            content: "";
            width: 2px;
            height: 4px;
            background: #4290c5; }
  .tutorials .videotutorials > .box {
    border: none;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 5px 5px 0 0; }
    .tutorials .videotutorials > .box h5 {
      margin: 3px 0 2px !important;
      font-size: 24px;
      text-align: left;
      font-family: Montserrat,Arial,Helvetica,sans-serif; }
      .tutorials .videotutorials > .box h5 span {
        color: #95b42a; }
      .tutorials .videotutorials > .box h5 + p {
        font: 16px Georgia, serif;
        font-style: italic;
        color: #999; }
        .tutorials .videotutorials > .box h5 + p span {
          color: #444; }
  .tutorials.joomlaindex #maincol article .common, .tutorials.wordpressindex #maincol article .common, .tutorials.affiliateindex #maincol article .common, .tutorials.emailindex #maincol article .common {
    overflow: hidden;
    margin: 0;
    /*background: url(^tutorials^../img/tutorials/dude_pointing.jpg^bottom:100^) no-repeat right -10px;*/ }
    .tutorials.joomlaindex #maincol article .common li, .tutorials.wordpressindex #maincol article .common li, .tutorials.affiliateindex #maincol article .common li, .tutorials.emailindex #maincol article .common li {
      position: relative;
      margin: 4px 0;
      padding: 0 0 0 20px;
      font-weight: 600; }
      .tutorials.joomlaindex #maincol article .common li:before, .tutorials.wordpressindex #maincol article .common li:before, .tutorials.affiliateindex #maincol article .common li:before, .tutorials.emailindex #maincol article .common li:before {
        position: absolute;
        top: 7px;
        left: 0;
        content: "";
        width: 6px;
        height: 4px;
        background: #c5c5c5; }
      .tutorials.joomlaindex #maincol article .common li:after, .tutorials.wordpressindex #maincol article .common li:after, .tutorials.affiliateindex #maincol article .common li:after, .tutorials.emailindex #maincol article .common li:after {
        position: absolute;
        top: 5px;
        left: 6px;
        content: "";
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #c5c5c5; }
  .tutorials.joomlaindex #maincol article .tutorialversions, .tutorials.wordpressindex #maincol article .tutorialversions, .tutorials.affiliateindex #maincol article .tutorialversions, .tutorials.emailindex #maincol article .tutorialversions {
    overflow: hidden; }
    .tutorials.joomlaindex #maincol article .tutorialversions > div, .tutorials.wordpressindex #maincol article .tutorialversions > div, .tutorials.affiliateindex #maincol article .tutorialversions > div, .tutorials.emailindex #maincol article .tutorialversions > div {
      float: left;
      width: 128px;
      background: url(^tutorials^../img/icons/book_60x52.png^bottom:50^) no-repeat 20px 5px;
      margin: 0 0 0 20px;
      padding: 10px 0 10px 95px;
      border-left: 1px solid #d9d9d9; }
      .tutorials.joomlaindex #maincol article .tutorialversions > div:first-child, .tutorials.wordpressindex #maincol article .tutorialversions > div:first-child, .tutorials.affiliateindex #maincol article .tutorialversions > div:first-child, .tutorials.emailindex #maincol article .tutorialversions > div:first-child {
        width: 130px;
        padding: 10px 0 10px 75px;
        border: none;
        margin: 0;
        background-position-x: 0; }
      .tutorials.joomlaindex #maincol article .tutorialversions > div.current, .tutorials.wordpressindex #maincol article .tutorialversions > div.current, .tutorials.affiliateindex #maincol article .tutorialversions > div.current, .tutorials.emailindex #maincol article .tutorialversions > div.current {
        background: url(^tutorials^../img/icons/book_60x62.png^bottom:50^) no-repeat 20px 0px; }
  .tutorials.joomlaindex #maincol article.videotutorials > .box, .tutorials.wordpressindex #maincol article.videotutorials > .box, .tutorials.affiliateindex #maincol article.videotutorials > .box, .tutorials.emailindex #maincol article.videotutorials > .box {
    border: none;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 5px 5px 0 0; }
    .tutorials.joomlaindex #maincol article.videotutorials > .box h5, .tutorials.wordpressindex #maincol article.videotutorials > .box h5, .tutorials.affiliateindex #maincol article.videotutorials > .box h5, .tutorials.emailindex #maincol article.videotutorials > .box h5 {
      margin: 3px 0 2px;
      font-size: 24px;
      text-align: left; }
      .tutorials.joomlaindex #maincol article.videotutorials > .box h5 span, .tutorials.wordpressindex #maincol article.videotutorials > .box h5 span, .tutorials.affiliateindex #maincol article.videotutorials > .box h5 span, .tutorials.emailindex #maincol article.videotutorials > .box h5 span {
        color: #95b42a; }
      .tutorials.joomlaindex #maincol article.videotutorials > .box h5 + p, .tutorials.wordpressindex #maincol article.videotutorials > .box h5 + p, .tutorials.affiliateindex #maincol article.videotutorials > .box h5 + p, .tutorials.emailindex #maincol article.videotutorials > .box h5 + p {
        font: 16px Georgia, serif;
        font-style: italic;
        color: #999; }
        .tutorials.joomlaindex #maincol article.videotutorials > .box h5 + p span, .tutorials.wordpressindex #maincol article.videotutorials > .box h5 + p span, .tutorials.affiliateindex #maincol article.videotutorials > .box h5 + p span, .tutorials.emailindex #maincol article.videotutorials > .box h5 + p span {
          color: #444; }
  .tutorials.magentoindex #maincol article .common {
    margin: 0;
    background: url(../img/tutorials/dude_pointing_magento.jpg) no-repeat right -10px;
    min-height: 190px; }
    .tutorials.magentoindex #maincol article .common li {
      position: relative;
      margin: 6px 0;
      padding: 0 0 0 20px;
      font-weight: 700; }
      .tutorials.magentoindex #maincol article .common li:before {
        position: absolute;
        top: 7px;
        left: 0;
        content: "";
        width: 6px;
        height: 4px;
        background: #c5c5c5;
        border-radius: 0; }
      .tutorials.magentoindex #maincol article .common li:after {
        position: absolute;
        top: 5px;
        left: 6px;
        content: "";
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #c5c5c5; }
  .tutorials.affiliateindex #maincol article .common {
    background: url(../img/tutorials/dude_pointing_affiliate.jpg) no-repeat right -10px; }
  .tutorials.emailindex #maincol article .common {
    background: url(../img/tutorials/dude_pointingmail.png) no-repeat right -10px; }

.show {
  display: block !important; }

body.page .content > section .post.page {
  margin: 0;
  padding: 0;
  border: none; }

/* Footer */
#footer {
  position: relative;
  height: 340px;
  margin: -340px 0 0;
  padding: 0 20px;
  background: #333;
  color: #666; }
  #footer > section {
    padding-bottom: 0; }
    #footer > section a {
      color: #ddd; }
      #footer > section a:hover {
        color: #fff; }
    #footer > section > ul {
      margin: 0 0 50px; }
      #footer > section > ul > li {
        float: left;
        width: 20%; }
        #footer > section > ul > li h4 {
          margin: 0 0 10px;
          color: #888;
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: 0.01em; }
          #footer > section > ul > li h4 svg {
            float: left;
            margin: 2px 7px 0 0;
            width: 14px;
            height: 14px; }
            #footer > section > ul > li h4 svg path {
              fill: #55acee; }
        #footer > section > ul > li > ul > li a {
          font-size: 13px;
          line-height: 22px;
          color: #ddd; }
          #footer > section > ul > li > ul > li a:hover {
            color: #fff; }
        #footer > section > ul > li.twitter {
          width: 40%; }
          #footer > section > ul > li.twitter li {
            position: relative;
            font-size: 13px;
            max-width: 400px;
            padding: 0 20px 0 0; }
            #footer > section > ul > li.twitter li .user > div > a {
              text-decoration: none;
              color: #fff;
              overflow: hidden;
              display: block;
              margin: 0 0 10px; }
              #footer > section > ul > li.twitter li .user > div > a img {
                float: left;
                border-radius: 50%;
                width: 36px;
                height: 36px;
                margin: 4px 10px 0 0; }
              #footer > section > ul > li.twitter li .user > div > a span:first-child {
                font-weight: 700; }
              #footer > section > ul > li.twitter li .user > div > a span:last-child {
                display: block; }
              #footer > section > ul > li.twitter li .user > div > a:hover span:first-child {
                text-decoration: underline; }
            #footer > section > ul > li.twitter li .tweet {
              color: #fff;
              margin: 0;
              line-height: 22px; }
              #footer > section > ul > li.twitter li .tweet a {
                color: #7FB5DF;
                text-decoration: none; }
                #footer > section > ul > li.twitter li .tweet a:hover {
                  text-decoration: underline; }
              #footer > section > ul > li.twitter li .tweet img {
                display: inline;
                width: 16px; }
            #footer > section > ul > li.twitter li .timePosted {
              position: absolute;
              top: 0;
              right: 35px;
              font-size: 11px;
              color: #fff; }
            #footer > section > ul > li.twitter li .interact {
              display: none; }
          #footer > section > ul > li.twitter .owl-controls {
            margin-top: 10px; }
            #footer > section > ul > li.twitter .owl-controls .owl-page span {
              width: 9px;
              height: 9px;
              margin: 2px 3px; }
    #footer > section section {
      border-top: 1px solid #444;
      padding: 20px 0 0; }
      #footer > section section > div:first-of-type {
        float: left;
        width: 70%;
        font-size: 12px; }
        #footer > section section > div:first-of-type ul {
          margin: 0 0 4px; }
          #footer > section section > div:first-of-type ul li {
            float: left;
            line-height: 11px;
            padding: 0 0 0 8px;
            margin: 0 0 0 8px;
            border-left: 1px solid #444; }
            #footer > section section > div:first-of-type ul li:first-child {
              border: none;
              margin: 0;
              padding: 0; }
      #footer > section section > div:last-of-type {
        float: left;
        width: 30%; }
        #footer > section section > div:last-of-type ul {
          float: right; }
          #footer > section section > div:last-of-type ul li {
            float: left;
            margin: 0 0 0 10px; }
            #footer > section section > div:last-of-type ul li:first-child {
              margin: 0; }
            #footer > section section > div:last-of-type ul li a {
              display: block;
              padding: 6px;
              border: 2px solid #ddd;
              border-radius: 50%;
              transition: opacity 0.15s linear;
              -moz-transition: opacity 0.15s linear;
              -webkit-transition: opacity 0.15s linear;
              -o-transition: opacity 0.15s linear; }
              #footer > section section > div:last-of-type ul li a:hover {
                opacity: .8; }
              #footer > section section > div:last-of-type ul li a svg {
                width: 14px;
                height: 14px; }
                #footer > section section > div:last-of-type ul li a svg path {
                  fill: #ddd; }

/* Level 1 */
#leftcol .sidemenu {
  font-size: 13px; }
  #leftcol .sidemenu ul li {
    position: relative; }
  #leftcol .sidemenu > ul > li:first-child > a {
    border-top: none; }
  #leftcol .sidemenu > ul > li.current-menu-item > a {
    background: #5ba0da;
    color: #fff !important; }
    #leftcol .sidemenu > ul > li.current-menu-item > a:hover {
      background: #5ba0da;
      box-shadow: none; }
  #leftcol .sidemenu > ul > li > span {
    position: absolute;
    top: 14px;
    left: 6px;
    cursor: pointer;
    z-index: 10; }
  #leftcol .sidemenu > ul > li > a {
    position: relative;
    display: block;
    padding: 9px 0 8px 22px;
    background: #f9f9f9;
    color: #444;
    cursor: pointer;
    border-top: 1px solid #d3d3d3;
    -moz-transition: background-color 0.05 ease-in-out, box-shadow 0.05 ease-in-out;
    -webkit-transition: background-color 0.05 ease-in-out, box-shadow 0.05 ease-in-out;
    -o-transition: background-color 0.05 ease-in-out, box-shadow 0.05 ease-in-out;
    transition: background-color 0.05 ease-in-out, box-shadow 0.05 ease-in-out; }
    #leftcol .sidemenu > ul > li > a:before {
      position: absolute;
      top: 13px;
      left: 9px;
      content: "";
      border-top: 4px solid transparent;
      border-left: 4px solid #777;
      border-bottom: 4px solid transparent; }
    #leftcol .sidemenu > ul > li > a:hover {
      background: #fff;
      box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.18);
      text-decoration: none; }
  #leftcol .sidemenu > ul > li.dropdown > span {
    float: left; }
  #leftcol .sidemenu > ul > li.dropdown > a:before {
    border: none; }
  #leftcol .sidemenu > ul > li.current.dropdown {
    background: url(img/minus_10x11_2.png) no-repeat; }
    #leftcol .sidemenu > ul > li.current.dropdown > span {
      background: url(img/minus_10x11.png) no-repeat; }
    #leftcol .sidemenu > ul > li.current.dropdown > a:before {
      border: none; }
  #leftcol .sidemenu > ul > li.dropdown.expand > span {
    float: left;
    width: 10px;
    height: 11px;
    background: url(img/plus_10x11_2.png) no-repeat; }
  #leftcol .sidemenu > ul > li.dropdown.expand > a:before {
    border: none; }
  #leftcol .sidemenu > ul > li.current.dropdown.expand > span {
    background: url(img/plus_10x11.png) no-repeat; }
  #leftcol .sidemenu > ul > li.current.dropdown.expand > a:before {
    border: none; }
  #leftcol .sidemenu > ul > li .menu-item-has-children {
    position: relative;
    background: url(img/plus_10x11_2.png) no-repeat;
    background-position: 0px 8px; }
    #leftcol .sidemenu > ul > li .menu-item-has-children a:before {
      border: none; }


/**/
/* Level 2 */

#leftcol .sidemenu > ul > li > ul {
  display: none;
  padding: 10px; }

li.current_page_item > a { color: #5ba0da !important; }
    #leftcol .sidemenu > ul > li > ul li.current > a:hover {
      color: #5ba0da;
      text-decoration: none; }

/**/
/* Level N */
#leftcol .sidemenu > ul > li > ul ul {
  display: none;
  padding: 0 0 0 5px; }

#leftcol .sidemenu > ul > li ul li.dropdown > span {
  float: left;
  width: 10px;
  height: 11px;
  background: url(img/icons/minus_10x11_2.png) no-repeat; }
#leftcol .sidemenu > ul > li ul li.dropdown.expand > span {
  float: left;
  width: 10px;
  height: 11px;
  background: url(img/icons/plus_10x11_2.png) no-repeat; }
#leftcol .sidemenu > ul > li ul li a {
  position: relative;
  display: block;
  padding: 4px 0 4px 15px;
  color: #666;
  cursor: pointer; }
  #leftcol .sidemenu > ul > li ul li a:before {
    position: absolute;
    top: 9px;
    left: 3px;
    content: "";
    border-top: 4px solid transparent;
    border-left: 4px solid #777;
    border-bottom: 4px solid transparent; }
  #leftcol .sidemenu > ul > li ul li a:hover {
    color: #666; }
#leftcol .sidemenu > ul > li ul li span {
  position: absolute;
  top: 9px;
  left: 0;
  cursor: pointer;
  z-index: 10; }

/************/
/****************/
/* HOSTING PACK */
/****************/
#leftcol .hostingpack {
  background: #f79034;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  border: none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #fff; }
  #leftcol .hostingpack header {
    overflow: hidden;
    padding: 12px 26px;
    background: #222;
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.75), 0 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: 700;
    text-align: center; }
    #leftcol .hostingpack header span {
      display: block;
      font-size: 56px;
      line-height: 56px; }
    #leftcol .hostingpack header span + span {
      display: block;
      margin: 7px 0 0;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase; }
  #leftcol .hostingpack ul {
    padding: 10px 10px 0; }
    #leftcol .hostingpack ul li {
      position: relative;
      margin: 3px 0;
      padding: 0 0 0 12px;
      font-weight: 700;
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
      #leftcol .hostingpack ul li:before {
        position: absolute;
        top: 8px;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        content: "";
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  #leftcol .hostingpack > a {
    margin: 0 0 0 22px;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: underline; }
    #leftcol .hostingpack > a:hover {
      text-decoration: none; }
  #leftcol .hostingpack footer {
    overflow: hidden;
    margin: 12px 0 0;
    padding: 10px;
    background: #BE712C; }
    #leftcol .hostingpack footer .price {
      position: relative;
      margin: 3px 0 0 10px; }
      #leftcol .hostingpack footer .price span {
        font-size: 18px; }
        #leftcol .hostingpack footer .price span:last-of-type {
          font-size: 14px; }
      #leftcol .hostingpack footer .price em {
        padding: 0;
        margin: -1px 0 0;
        position: relative;
        display: block;
        text-align: left;
        font-size: 11px; }

/****************/
#leftcol .boxheading {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px solid #d3d3d3;
  text-align: center; }

.infoboxes li a {
  position: relative;
  padding: 0 0 0 15px; }
  .infoboxes li a:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999; }

/* Responsive */
@media screen and (max-width: 1100px), screen and (max-device-width: 1100px) {
  .content > section {
    padding: 20px; }
    .content > section .post aside {
      position: relative;
      margin: 0 0 20px;
      top: 0;
      left: 0;
      width: 100%;
      text-align: left;
      text-transform: none; }
      .content > section .post aside strong {
        float: left;
        margin: 0;
        font-weight: 400; }
        .content > section .post aside strong span, .content > section .post aside strong a {
          display: inline; }
      .content > section .post aside img, .content > section .post aside em, .content > section .post aside hr {
        display: none; }
      .content > section .post aside time, .content > section .post aside p {
        position: relative;
        float: left;
        font: 400 14px/16px 'Open Sans', Arial, sans-serif;
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
        color: #444; }
        .content > section .post aside time:after, .content > section .post aside p:after {
          position: absolute;
          top: 8px;
          left: 0;
          width: 2px;
          height: 2px;
          border-radius: 50%;
          background: #999;
          content: ""; }
      .content > section .post aside p a {
        color: #444;
        text-decoration: underline; }
        .content > section .post aside p a:hover {
          text-decoration: none; } }
@media screen and (max-width: 980px), screen and (max-device-width: 980px) {
  .subscribe > div .subscribe-title {
    display: none; }
  .subscribe > div .subscribe-groups {
    width: 90%; }
  #container.slide-left {
    right: 230px; } 
  #footer.slide-left {
    right: 230px; } }

          
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
  .subscribe > div {
    padding: 24px 10px 20px; }
    .subscribe > div .subscribe-groups {
      width: 100%; }
    .subscribe > div .subscribe-close {
      position: absolute;
      width: 30px !important;
      height: 30px !important;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      top: -15px;
      right: 10px;
      border-radius: 50%;
      background: #fff; }
      .subscribe > div .subscribe-close svg {
        width: 14px;
        height: 14px; }

  #footer > section > ul:nth-of-type(2) > li:first-of-type {
    display: none; }
  #footer > section > ul > li {
    width: 33.33%;
    padding: 0 1% 0 0; }
    #footer > section > ul > li:last-of-type {
      display: none; }

  #leftcol.compact {
    width: 100%;
    margin: 0;

    left: 0;
    top: 0;
    z-index: 10; }
    #leftcol.compact > section {
      display: none; }
      #leftcol.compact > section:first-of-type {
        display: block; }
    #leftcol.compact .sidemenu {
      position: relative;
      border-radius: 0;
      box-shadow: none;
      border: none;
      cursor: pointer; }
      #leftcol.compact .sidemenu.opened {
        height: 100%;
        background: rgba(255, 255, 255, 0.9); }
      #leftcol.compact .sidemenu .boxheading {
        box-shadow: none;
        background: #f9f9f9;
        text-align: left; }
        #leftcol.compact .sidemenu .boxheading:before {
          position: absolute;
          right: 10px;
          top: 10px;
          width: 24px;
          height: 24px;
          content: "";
          background: #333;
          border-radius: 3px;
          cursor: pointer; }
        #leftcol.compact .sidemenu .boxheading:after {
          position: absolute;
          right: 16px;
          top: 20px;
          width: 0;
          height: 0;
          content: "";
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 6px solid #fff;
          cursor: pointer; }
      #leftcol.compact .sidemenu.opened .boxheading:after {
        top: 13px;
        border-bottom: 6px solid #fff;
        border-top: 6px solid transparent; }
      #leftcol.compact .sidemenu > ul {
        display: none;
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        z-index: 10;
        background: #f9f9f9;
        border-bottom: 1px solid #d3d3d3; }
        #leftcol.compact .sidemenu > ul > li.current {
          background: #f2f2f2; }
          #leftcol.compact .sidemenu > ul > li.current > a {
            background: #f2f2f2;
            color: #444; }
            #leftcol.compact .sidemenu > ul > li.current > a:hover {
              background: #f2f2f2; }
        #leftcol.compact .sidemenu > ul > li > a:hover {
          background: #fbfbfb; }
        #leftcol.compact .sidemenu > ul > li > ul {
          padding-top: 0; }

  #maincol {
    width: 100%; } }
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
    .content > section .post {
    margin: 0 0 40px;
    padding: 0 0 20px; }
    .content > section .post h1, .content > section .post h2 {
      font: 600 26px/32px 'Open Sans', Helvetica, sans-serif; }
      .content > section .post h1 a, .content > section .post h2 a {
        font: 600 26px/32px 'Open Sans', Helvetica, sans-serif; }
    .content > section .post.page .newsletters div {
      width: 50%; } }
@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .subscribe > div .subscribe-field-group {
    width: 100%;
    margin: 10px 0 0; }
    .subscribe > div .subscribe-field-group:first-of-type {
      margin: 0; }
    .subscribe > div .subscribe-field-group:nth-of-type(2) {
      margin: 10px 0 0; }
    .subscribe > div .subscribe-field-group:last-of-type {
      width: 100%; }

  .content > section .post .post-meta {
    padding: 12px 0 2px; }
    .content > section .post .post-meta .social {
      width: 100%;
      text-align: center; }
      .content > section .post .post-meta .social li {
        float: none;
        display: inline-block;
        margin: 0 2px; }
        .content > section .post .post-meta .social li:nth-of-type(1) {
          display: none; }
        .content > section .post .post-meta .social li a, .content > section .post .post-meta .social li > div {
          padding: 8px; }
          .content > section .post .post-meta .social li a svg, .content > section .post .post-meta .social li > div svg {
            width: 12px;
            height: 12px; }
    .content > section .post .post-meta .post-categories {
      width: 100%;
      text-align: center; }
      .content > section .post .post-meta .post-categories li {
        display: inline-block;
        float: none; } }
@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
  .content > section .post .comments .comments-list .children {
    padding: 0; }
  .content > section .post .comments .comments-list .comment .author strong {
    display: block; }
  .content > section .post .comments .comments-list .comment.byuser .author span {
    margin: 4px 0 0; }
  .content > section .post .comments .comments-list p {
    line-height: 25px; }

  #footer > section > ul {
    margin: 0 0 25px; }
    #footer > section > ul > li {
      width: 50%; }
      #footer > section > ul > li:nth-of-type(2) {
        display: none; }
  #footer > section > section {
    text-align: center; }
    #footer > section > section div {
      width: 100% !important; }
      #footer > section > section div:first-of-type > ul > li {
        float: none !important;
        display: inline !important; }
      #footer > section > section div:last-of-type {
        margin: 20px 0 0; }
        #footer > section > section div:last-of-type ul {
          float: none; }
          #footer > section > section div:last-of-type ul li {
            float: none;
            display: inline-block; } }

/*# sourceMappingURL=style.css.map */


.nextend-accordion-menu-inner  {
background: #fff !important;
border-radius: 5px !important;
border: 1px solid #ccc !important;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15)  !important;
padding-bottom:10px !important;
}




dt.level1  { position: relative;
    display: block;
    padding: 9px 0 8px 22px;
    background: #f9f9f9;
    color: #444;
    cursor: pointer;
    border-top: 1px solid #d3d3d3;
    -moz-transition: background-color .05 ease-in-out, box-shadow .05 ease-in-out;
    -webkit-transition: background-color .05 ease-in-out, box-shadow .05 ease-in-out;
    -o-transition: background-color .05 ease-in-out, box-shadow .05 ease-in-out;
    transition: background-color .05 ease-in-out, box-shadow .05 ease-in-out;
    border-bottom: 1px solid #e0e0e0;
}


.title h3 {
	color: #333 !important;	
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff, inset 0 -1px 0 rgba(255, 255, 255, 0.7);
overflow: hidden;
    position: relative;
    z-index: 5 !important;
    line-height: 24px !important;
    padding: 15px 16px  !important;
    border-radius: 5px 5px 0 0  !important;
    text-overflow: ellipsis  !important;
    white-space: nowrap  !important;
    font-weight: 700  !important;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 16px  !important;
    text-shadow: 0 1px 0 #fff  !important;
    text-align: center  !important;
    background: #f9f9f9  !important;
    background: -moz-linear-gradient(top, #f9f9f9 0, #e9e9e9 100%)  !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(100%, #e9e9e9))  !important;
    background: -webkit-linear-gradient(top, #f9f9f9 0, #e9e9e9 100%)  !important;
    background: -o-linear-gradient(top, #f9f9f9 0, #e9e9e9 100%)  !important;
    background: -ms-linear-gradient(top, #f9f9f9 0, #e9e9e9 100%)  !important;
    background: linear-gradient(top, #f9f9f9 0, #e9e9e9 100%)  !important}

.notify {clear:both}


div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level3 dt:HOVER span.inner span, div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level3 dt:HOVER span.inner span span, div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level3 dt:HOVER a, div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level3 dt:HOVER a span { color: #4290c5ff !important}

@media (max-width: 640px) {
	.tutorials.index .featured li { margin: 10px auto !important; width: 100%}
}


div#ez-toc-container {background: #fff;
border: 1px solid #d3d3d3;
width: 100%;
border-radius:5px;
padding:10px 0 10px 20px;
margin:0 0 15px 0;}



