/***** Reset & Basics *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;

  font-size: 100%;

  font: inherit;

  /*vertical-align:baseline;*/

  margin: 0;

  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;

  border-spacing: 0;
}

html {
  overflow: 0;
}

/***** Typography *****/

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", Helvetica, Arial;

  font-weight: 300;

  padding: 0;

  color: #646464;

  text-rendering: optimizeLegibility;

  margin-top: 0.2em;

  margin-bottom: 0.5em;

  line-height: 1.2125em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 15px;
  line-height: 20px;
}

sup,
sub {
  height: 0;

  line-height: 1px;

  vertical-align: baseline;

  position: relative;
}

address {
  display: block;

  margin-bottom: 20px;

  font-style: normal;

  line-height: 22px;
}

sup {
  bottom: 1px;
}

sub {
  top: 1px;
  font-size: 0.6em;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
}

.text-warning {
  color: #c09853;
}

.text-error {
  color: #b94a48;
}

.text-info {
  color: #2f87aa;
}

.text-success {
  color: #94ba65;
}

.punctuation {
  font-size: 11px;

  text-transform: uppercase;

  font-family: "Segoe UI", "helvetica neue", arial, sans-serif;

  color: #a1a1a1;

  font-weight: normal;

  font-style: normal !important;

  margin-left: 3px;

  position: relative;

  top: -1px;
}

.smallmargin-bottom {
  margin-bottom: 4px !important;
}

.smallmargin-bottom2 {
  margin-bottom: -5px !important;
}

.smallmargin-bottom3 {
  margin-bottom: -15px !important;
}

.smallmargin-top {
  margin-top: 4px !important;
}

.smallmargin-top2 {
  margin-top: -7px !important;
}

.smallmargin-top3 {
  margin-top: -14px !important;
}

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

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

.margin-bottom {
  margin-bottom: 15px !important;
}

.margin-bottom2 {
  margin-bottom: 35px !important;
}

.margin-right {
  margin-right: 10px;
}

.big-heading {
  font-size: 52px;
}

.handwrite {
  font-family: "Pacifico", Helvetica, Arial, sans-serif !important;

  text-transform: none !important;
}

.midtext {
  font-size: 22px;
  margin-right: 10px;
}

.white-text {
  color: #fff;
}

/***** Blockquotes *****/

blockquote,
blockquote p {
  font-size: 14px;

  font-family: Georgia, "Times New Roman", Times, serif;

  line-height: 26px;

  color: #9c9c9c;

  font-style: italic;
}

blockquote:before {
  font-family: "WebHostingHub-Glyphs" !important;

  background: none;

  width: 0px;

  height: 0px;

  font-style: normal;

  color: #c8c8c8;

  content: "\f328";

  font-size: 20px;

  position: relative;

  top: 3px;

  left: -30px;

  float: left;
}

blockquote {
  padding-left: 32px;

  float: left;
}

blockquote cite {
  display: block;

  font-size: 13px;

  color: #8c8c8c;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

blockquote span {
  width: 15px;

  display: inline-block;
}

/***** Pullquotes *****/

.pullquote_right,
.pullquote_left {
  color: #9c9c9c;

  float: right;

  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 15px;

  letter-spacing: 0;

  margin-bottom: 0;

  margin-top: 9px;

  margin-left: 15px;

  padding-left: 15px;

  width: 50%;

  font-style: italic;

  line-height: 26px;

  border-left: 2px solid #ccc;
}

.pullquote_left {
  border-right: 2px solid #ccc;

  border-left: none;

  float: left;

  margin-left: 0;

  margin-right: 15px;

  padding-left: 0;

  padding-right: 15px;
}

/***** Horizontal Line *****/

hr {
  border: solid #e6e6e6;

  border-width: 4px 0 0;

  clear: both;

  margin: 1.25em 0 1.1875em;

  height: 0;
}

/***** Links *****/

a:hover {
  color: #34e2c0;

  text-decoration: none;

  outline: 0;
}

a:link,
a:visited,
a:active {
  color: #63eed3;

  text-decoration: none;

  outline: 0;
}

/***** Lists *****/

ul,
ol,
dl {
  font-size: 1em;

  line-height: 1.8;

  margin-bottom: 1.25em;

  padding-left: 1.125em;

  list-style-position: outside;

  font-family: inherit;
}

ol {
  padding-left: 1.25em;
}

/* Unordered Lists */

ul li ul,
ul li ol {
  margin-left: 1.25em;

  margin-bottom: 0;

  font-size: 1em;
}

/* Ordered Lists */

ol li ul,
ol li ol {
  margin-left: 1.25em;

  margin-bottom: 0;
}

/* Definition Lists */

dl dt {
  margin-bottom: 0.3em;

  margin-left: -1.125em;

  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75em;
  margin-left: -1.125em;
}

dd {
  line-height: 24px;
}

/***** Buttons  *****/

.button {
  display: inline-block;

  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

  text-transform: uppercase;

  background: #34495e;

  color: #fff !important;

  cursor: pointer;

  text-decoration: none;

  margin: 0px 5px 10px 0px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  transition: background 0.25s ease-in-out;

  -moz-transition: background 0.25s ease-in-out;

  -webkit-transition: background 0.25s ease-in-out;
}

.button:hover {
  background: #526a82;
  text-decoration: none;
}

.button.small {
  font-size: 12px;

  padding: 5px 15px;
}

.button.medium {
  font-size: 14px;

  padding: 12px 17px 11px 17px;
}

.button.large {
  font-size: 17px;

  padding: 15px 24px 16px 24px;
}

.button.small i {
  font-size: 13px;

  margin-right: 6px;

  vertical-align: middle;

  position: relative;

  top: -2px;
}

.button.medium i {
  font-size: 18px;

  margin-right: 8px;

  vertical-align: middle;

  position: relative;

  top: -1px;
}

.button.large i {
  font-size: 21px;

  margin-right: 10px;

  vertical-align: middle;

  position: relative;

  top: -2px;
}

.button.grey {
  background: #95a5a6;

  transition: background 0.25s ease-in-out;

  -moz-transition: background 0.25s ease-in-out;

  -webkit-transition: background 0.25s ease-in-out;
}

.button.white {
  background: none !important;

  color: #fff !important;

  position: relative;
}

.button.small.white:before {
  border: 2px solid #fff;

  content: "";

  width: 95%;

  height: 88%;

  top: 0px;

  left: 0px;

  position: absolute;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;
}

@media \0screen {
  .button.small.white:before {
    width: 70%;
    height: 0%;
  }
}

.button.medium.white:before {
  border: 2px solid #fff;

  content: "";

  width: 96%;

  height: 92%;

  top: 0px;

  left: 0px;

  position: absolute;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;
}

@media \0screen {
  .button.medium.white:before {
    width: 70%;
    height: 0%;
  }
}

.button.large.white:before {
  border: 2px solid #fff;

  content: "";

  width: 94%;

  height: 90%;

  top: 0px;

  left: 0px;

  position: absolute;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;
}

.button.red {
  background: #e74c3c;

  transition: background 0.25s ease-in-out;

  -moz-transition: background 0.25s ease-in-out;

  -webkit-transition: background 0.25s ease-in-out;
}

.button.orange {
  background: #e67e22;

  transition: background 0.25s ease-in-out;

  -moz-transition: background 0.25s ease-in-out;

  -webkit-transition: background 0.25s ease-in-out;
}

.button.blue {
  background: #3498db;

  transition: background 0.25s ease-in-out;

  -moz-transition: background 0.25s ease-in-out;

  -webkit-transition: background 0.25s ease-in-out;
}

.button.green {
  background: #1abc9c;

  transition: background 0.25s ease-in-out;

  -moz-transition: background 0.25s ease-in-out;

  -webkit-transition: background 0.25s ease-in-out;
}

.button.grey:hover {
  background: #b3c4c5;
}

.button.red:hover {
  background: #fb6d5e;
}

.button.orange:hover {
  background: #f39d50;
}

.button.blue:hover {
  background: #5ebeff;
}

.button.green:hover {
  background: #30dab8;
}

/***** Tables  *****/

table {
  width: 100%;

  margin: 0 0 20px;
}

table th {
  color: #fff;

  font-size: 13px;

  text-align: left;

  padding: 9px 13px;
}

table td {
  border-bottom: 1px solid #e6e6e6;

  background-color: #f0f0f0;

  color: #8c8c8c;

  text-align: left;

  padding: 9px 13px;
}

table td.highlight {
  color: #fff;

  font-weight: 300;
}

/***** To Top *****/

#toTop {
  display: none;

  position: fixed;

  bottom: 20px;

  right: 20px;

  width: 50px;

  height: 50px;

  background-color: #545454;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  font-size: 22px;

  color: #ffd658;

  z-index: 190;
}

#toTop i {
  position: relative;

  top: 13px;

  left: 14px;
}

#toTop:active,
#toTop:focus {
  outline: none;
}

/***** Global Classes *****/

img {
  border: 0;

  -ms-interpolation-mode: bicubic;
}

.max-image {
  width: 100%;

  height: auto;
}

.img-left {
  float: left;

  border: none;

  margin: 3px 16px 11px 0;
}

.img-right {
  float: right;

  border: none;

  margin: 3px 0 11px 16px;
}

.img-center {
  display: block;

  margin: 5px auto 11px;
}

.img-border {
  background-color: #eaeaea;

  padding: 8px;
}

.video-container {
  position: relative;

  padding-bottom: 56.25%; /* 16:9 */

  height: 0;

  margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.video-container-post {
  position: relative;

  padding-bottom: 36.25%; /* 16:9 */

  height: 0;

  margin-bottom: 20px;
}

.video-container-post iframe,
.video-container-post object,
.video-container-post embed {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.clear {
  clear: both !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-justify {
  text-align: justify !important;
}

.text-overflow {
  overflow: hidden !important;
}

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

.bold {
  font-weight: 700 !important;
}

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

.underline {
  border-bottom: 1px solid !important;
}

.nopadding {
  padding: 0 !important;
}

.noindent {
  margin-left: 0;
  padding-left: 0 !important;
}

.nobullet {
  list-style: none;
  list-style-image: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.nobullet li {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.block {
  display: block !important;
}

.hidden,
.hide {
  display: none !important;
}

ul.text-overflow {
  margin-left: 10px;
  padding-left: 20px;
}

/***** Icon wrapper Styling *****/

.general-icon {
  font-size: 42px;
  margin-top: 8px;
  color: #5e5e5e;
}

.circle-icon {
  font-size: 18px;

  color: #a8a7a7;

  width: 54px !important;

  height: 54px !important;

  background-color: #eaeaea;

  text-shadow: none;

  -webkit-border-radius: 500px;

  -moz-border-radius: 500px;

  border-radius: 500px;

  margin-top: 8px;

  padding: 13px 0 0 18px;
}

.square-icon {
  font-size: 18px;

  color: #a8a7a7;

  width: 54px !important;

  height: 54px !important;

  background-color: #eaeaea;

  text-shadow: none;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  margin-top: 8px;

  padding: 13px 0 0 18px;
}

.general-icon.small-size {
  font-size: 24px;
  margin-top: 4px;
  margin-bottom: 0px;
}

.circle-icon.small-size,
.square-icon.small-size {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 0px;
  width: 34px !important;
  height: 34px !important;
  padding: 6px 10px 0px 10px;
}

.general-icon.large-size {
  font-size: 64px;
  margin-top: 28px;
}

.circle-icon.large-size,
.square-icon.large-size {
  font-size: 34px;
  margin-top: 8px;
  width: 64px !important;
  height: 64px !important;
  padding: 19px 14px 0px 14px;
}

/****** Dropcap *****/

.dropcap1 {
  width: 42px;

  height: 42px;

  font-family: Georgia, "Times New Roman", Times, serif;

  font-style: italic;

  background: #7f8c8d;

  -webkit-border-radius: 500px;

  -moz-border-radius: 500px;

  border-radius: 500px;

  font-size: 24px;

  color: #fff;

  text-align: center;

  float: left;

  margin: 3px 8px 0 0;

  padding: 9px 0 3px;
}

.dropcap2 {
  width: 40px;

  height: 40px;

  font-family: Georgia, "Times New Roman", Times, serif;

  font-style: italic;

  background: #7f8c8d;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  font-size: 24px;

  color: #fff;

  text-align: center;

  float: left;

  margin: 3px 8px 0 0;

  padding: 9px 0 2px;
}

.dropcap3 {
  font-family: Georgia, "Times New Roman", Times, serif;

  font-style: italic;

  font-size: 32px;

  color: #4f4f4f;

  text-align: center;

  float: left;

  margin: 4px 9px 0 0;

  padding: 5px 2px 0;
}

/***** Alert Box Styling *****/

.alert {
  font-size: 13px;

  background: #f8f8f8;

  border: 1px solid #d1d1d1;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);

  margin: 15px 0;

  padding: 12px 15px;
}

.alert i {
  margin-right: 7px;
  top: 2px;
  position: relative;
}

.alert.error i {
  font-size: 12.3px;
  top: 0.5px;
  margin-right: 8px;
}

.info {
  background-color: #cce9f2;
  border: 1px solid #86cde3;
  color: #3194b1;
}

.success {
  background-color: #d8f1c6;
  border: 1px solid #b3cda1;
  color: #749958;
}

.error {
  background-color: #f9d9d9;
  border: 1px solid #e1a1a1;
  color: #b55454;
}

.warning {
  background-color: #fbf4dd;
  border: 1px solid #d1c9ae;
  color: #978c68;
}

/***** Form Styling *****/

fieldset {
  position: relative;
  padding-top: 20px;
  margin: 0 0 20px;
}

.field-border {
  border: 1px solid #ddd;
  padding: 10px 35px 25px 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

button[type="submit"],
input[type="submit"],
input[type="button"] {
  display: inline-block;

  font-family: "Roboto", Helvetica, Arial;

  text-transform: uppercase;

  color: #fff !important;

  cursor: pointer;

  text-decoration: none;

  margin: 0px 5px 10px 0px;

  font-size: 12px;

  padding: 9px 16px 9px 16px;

  background: #b3c4c5;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  border: none;

  float: left;

  transition: background 0.25s ease-in-out;

  -moz-transition: background 0.25s ease-in-out;

  -webkit-transition: background 0.25s ease-in-out;
}

button[type="reset"],
input[type="reset"] {
  display: inline-block;

  font-family: "Roboto", Helvetica, Arial;

  text-transform: uppercase;

  cursor: pointer;

  text-decoration: none;

  margin: 0px 5px 10px 0px;

  font-size: 12px;

  padding: 9px 16px 10px 16px;

  color: #505050 !important;

  background: #e1e1e1;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  border: none;

  float: left;

  transition: background 0.25s ease-in-out;

  -moz-transition: background 0.25s ease-in-out;

  -webkit-transition: background 0.25s ease-in-out;
}

.labelinputs,
input,
select,
textarea {
  width: auto;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
.labelinputs,
textarea,
select {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-weight: normal;

  font-size: 13px;

  border: 1px solid #d9d9d9;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  margin-bottom: 5px;

  padding: 6px 6px 8px 6px;

  color: #999;

  background: #fafafa;

  outline: 0;
}

.textarea {
  padding: 6px 6px 8px 6px !important;
}

input[type="password"] {
  font-family: Arial, Helvetica, sans-serif;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal;
  font-size: 13px;
}

input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -4px 4px 0 0;
  vertical-align: middle;
  background: url(../images/radiocheck.png) left top no-repeat;
  cursor: pointer;
}

input[type="checkbox"]:checked + label span {
  background: url(../images/radiocheck.png) -20px top no-repeat;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -4px 4px 0 0;
  vertical-align: middle;
  background: url(../images/radiocheck.png) -38px top no-repeat;
  cursor: pointer;
}

input[type="radio"]:checked + label span {
  background: url(../images/radiocheck.png) -58px top no-repeat;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #2cdab8 !important;

  border-color: rgba(26, 188, 156, 0.4);

  background-color: #f0fffc !important;

  outline: 0;

  outline: thin dotted \9; /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(26, 188, 156, 0.4);

  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(26, 188, 156, 0.4);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(26, 188, 156, 0.4);
}

select {
  text-indent: 0px;
  color: #999;
  padding-right: 10px;
  padding-left: 7px;
}

textarea {
  resize: none;
}

label,
legend {
  font-weight: normal;
  display: block;
}

label {
  margin-bottom: 2px;
}

legend {
  font-size: 18px;
  font-weight: 300;
  padding: 5px 10px;
  margin-left: -10px;
}

label span,
legend span {
  color: #333;
  font-weight: normal;
  font-size: 13px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.inline-form {
  display: inline-block;
  margin-right: 15px;
}

/***** Code Styling *****/

pre {
  background: url(../images/pre_bg.gif) repeat 0px -8px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  padding: 0 3px 2px;

  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;

  color: #8c8c8c;
}

code {
  font-size: 12px;

  padding: 2px 5px 3px 4px;

  color: #d14 !important;

  white-space: nowrap;

  background-color: #f7f7f9;

  border: 1px solid #e1e1e8;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;
}

pre {
  display: block;

  padding: 9.5px 16px 12px 16px;

  margin: 0 0 10px;

  font-size: 12px;

  line-height: 19px;

  word-break: break-all;

  word-wrap: break-word;

  white-space: pre;

  white-space: pre-wrap;

  background-color: #f5f5f5;

  border: 1px solid #d3d3d3;
}

pre code {
  padding: 0;

  color: inherit;

  white-space: pre;

  white-space: pre-wrap;

  background-color: transparent;

  border: 0;
}

/***** 404 Page Styling *****/

#error404-left {
  margin: 38px 0px 60px 0px;
  padding-left: 83px;
}

#error404-right {
  margin: 35px 0px 60px 0px;
  padding-left: 15px;
}

#error404-left h1 {
  font-size: 74px;
  font-weight: 700;
}

#error404-left i {
  font-size: 74px;
  color: #1abc9c;
  position: relative;
  top: 8px;
}

#error404 a.button {
  margin-bottom: 38px;
}

.list-line li {
  margin-bottom: 6px;

  padding-bottom: 6px;

  border-bottom: 1px solid #e6e6e6;
}

/***** Tooltip Styling *****/

#tooltip {
  font-size: 0.875em;

  text-align: center;

  text-shadow: 0 1px rgba(0, 0, 0, 0.5);

  line-height: 1.5;

  color: #fff;

  background: #333;

  zoom: 1 !important;

  filter: alpha(opacity=80) !important;

  opacity: 0.8 !important;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  position: absolute;

  z-index: 100;

  padding: 7px 11px;
}

#tooltip:after {
  width: 0;

  height: 0;

  border-left: 7px solid transparent;

  border-right: 7px solid transparent;

  border-top-color: #333;

  border-top: 7px solid rgba(0, 0, 0, 0.8);

  content: "";

  position: absolute;

  left: 50%;

  bottom: -7px;

  margin-left: -7px;
}

#tooltip.top:after {
  border-top-color: transparent;

  border-bottom-color: #333;

  border-bottom: 10px solid rgba(0, 0, 0, 0.6);

  top: -20px;

  bottom: auto;
}

#tooltip.left:after {
  left: 10px;

  margin: 0;
}

#tooltip.right:after {
  right: 10px;

  left: auto;

  margin: 0;
}

/***** Fancybox Styling *****/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;

  margin: 0;

  border: 0;

  outline: none;

  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;

  top: 0;

  left: 0;

  z-index: 8020;
}

.fancybox-skin {
  position: relative;

  background: #f9f9f9;

  color: #444;

  text-shadow: none;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;

  font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;

  margin: 0;

  padding: 15px;

  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;

  width: 100%;

  height: 100%;
}

.fancybox-image {
  max-width: 100%;

  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;

  top: 50%;

  left: 50%;

  margin-top: -22px;

  margin-left: -22px;

  background-position: 0 -108px;

  opacity: 0.8;

  cursor: pointer;

  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;

  height: 44px;

  background: url("../images/loading_lightbox.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;

  top: -18px;

  right: -18px;

  width: 36px;

  height: 36px;

  cursor: pointer;

  z-index: 8040;
}

.fancybox-nav {
  position: absolute;

  top: 0;

  width: 40%;

  height: 100%;

  cursor: pointer;

  text-decoration: none;

  background: transparent url("../../../../index.html"); /* helps IE */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;

  top: 50%;

  width: 36px;

  height: 34px;

  margin-top: -18px;

  cursor: pointer;

  z-index: 8040;

  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;

  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;

  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;

  top: -99999px;

  left: -99999px;

  visibility: hidden;

  max-width: 99999px;

  max-height: 99999px;

  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;

  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;

  top: 0;

  left: 0;

  overflow: hidden;

  display: none;

  z-index: 8010;

  background: #000;
}

.fancybox-overlay-fixed {
  position: fixed;

  bottom: 0;

  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;

  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;

  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;

  position: relative;

  text-shadow: none;

  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;

  bottom: 0;

  right: 50%;

  margin-bottom: -35px;

  z-index: 8050;

  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;

  margin-right: -100%;

  padding: 2px 20px;

  background: transparent; /* Fallback for web browsers that doesn't support RGBa */

  background: rgba(0, 0, 0, 0.8);

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  border-radius: 15px;

  text-shadow: 0 1px 2px #222;

  color: #fff;

  font-weight: bold;

  line-height: 24px;

  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;

  margin-top: 10px;

  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;

  bottom: 0;

  left: 0;

  color: #fff;

  padding: 10px;

  background: #000;

  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../images/fancybox_sprite%402x.png");

    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

/***** Portfolio Filter *****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;

  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;

  -moz-transition-duration: 0.8s;

  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;

  -moz-transition-property: height, width;

  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;

  -moz-transition-property: -moz-transform, opacity;

  transition-property: transform, opacity;
}

/***** Teaser Preview and Lightbox Item Styling *****/

.teaser {
  display: block;

  padding: 23px 0px 15px;

  -webkit-border-radius: 6px !important;

  -moz-border-radius: 6px !important;

  border-radius: 6px !important;

  width: 100%;
}

.teaser-gallery {
  display: block;

  padding: 0px 0px 14px 0px;

  background: #fff;

  width: 100%;

  -webkit-border-radius: 6px !important;

  -moz-border-radius: 6px !important;

  border-radius: 6px !important;

  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);

  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.teaser,
.teaser .teaser-preview-box {
  transition: all 0.2s ease-in-out 0s;

  -moz-transition: all 0.2s ease-in-out 0s;

  -webkit-transition: all 0.2s ease-in-out 0s;

  -o-transition: all 0.2s ease-in-out 0s;

  -ms-transition: all 0.2s ease-in-out 0s;
}

.teaser-preview-box {
  margin: -24px 0px 12px;

  background: #fafafa;

  position: relative;

  -webkit-border-radius: 6px !important;

  -moz-border-radius: 6px !important;

  border-radius: 6px !important;
}

.teaser-gallery-box {
  margin: 0px 0px 0px 0px;

  background: transparent;

  position: relative;
}

.teaser-preview-box img {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.teaser-gallery-box img {
  width: 100%;

  -webkit-border-radius: 6px !important;

  -webkit-border-bottom-right-radius: 0px !important;

  -webkit-border-bottom-left-radius: 0px !important;

  -moz-border-radius: 6px !important;

  -moz-border-radius-bottomright: 0px !important;

  -moz-border-radius-bottomleft: 0px !important;

  border-radius: 6px !important;

  border-bottom-right-radius: 0px !important;

  border-bottom-left-radius: 0px !important;
}

@-moz-document url-prefix() {
  .teaser-preview-box img {
    height: 100%;
  }
}

.teaser:hover .teaser-gallery-box {
  -webkit-border-radius: 6px !important;

  -webkit-border-bottom-right-radius: 0px !important;

  -webkit-border-bottom-left-radius: 0px !important;

  -moz-border-radius: 6px !important;

  -moz-border-radius-bottomright: 0px !important;

  -moz-border-radius-bottomleft: 0px !important;

  border-radius: 6px !important;

  border-bottom-right-radius: 0px !important;

  border-bottom-left-radius: 0px !important;
}

.teaser h6,
.teaser h6 a {
  color: #646464;
}

.teaser .subheader {
  font-size: 11px;

  text-transform: uppercase;

  letter-spacing: 0;

  font-family: "Segoe UI", "helvetica neue", arial, sans-serif;

  color: #a1a1a1;

  font-weight: normal;

  margin: 0;

  border-bottom: 3px solid #d4d4d4;

  padding-bottom: 14px;

  margin: -7px 0 15px 0;
}

.subheader {
  font-size: 11px;

  text-transform: uppercase;

  letter-spacing: 0;

  font-family: "Segoe UI", "helvetica neue", arial, sans-serif;

  color: #a1a1a1;

  font-weight: normal;

  margin: 0;

  padding-bottom: 17px;

  margin-top: -7px;
}

.lightbox-item {
  width: 100%;

  overflow: hidden;

  position: relative;

  text-align: center;

  cursor: default;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .lightbox-item {
    height: 100%;
  }
}

.lightbox-item .lightbox-item-overlay-content,
.lightbox-item .content {
  width: 100%;

  position: absolute;

  overflow: hidden;

  top: 0;

  left: 0;

  padding: 20px;

  text-align: center;

  z-index: 5; /* important */

  -webkit-border-radius: 6px !important;

  -moz-border-radius: 6px !important;

  border-radius: 6px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .lightbox-item .lightbox-item-overlay-content,
  .lightbox-item .content {
    height: 100%;
  }
}

.lightbox-item-overlay-content h6 {
  font-family: "Roboto", Helvetica, Arial;

  font-weight: 700;

  font-size: 18px;

  color: #fff;

  margin-top: 11%;
}

.lightbox-item-overlay-content p {
  color: #fff;

  font-size: 12px;

  line-height: 18px;
}

.lightbox-item img {
  display: block;
  position: relative;
}

.lightbox-item a.permalink,
.lightbox-item a.preview {
  display: inline-block;

  width: 39px;

  height: 39px;

  line-height: 38px;

  text-align: center;

  color: #fff;

  background: #2f3644;

  -webkit-border-radius: 500px;

  -moz-border-radius: 500px;

  -ms-border-radius: 500px;

  -o-border-radius: 500px;

  border-radius: 500px;

  position: relative;

  top: 50%;

  top: 0%\0/;

  font-size: 16px;

  margin: 1px 4px;
}

@-moz-document url-prefix() {
  .lightbox-item a.permalink,
  .lightbox-item a.preview {
    top: 0%;
  }
}

x:-o-prefocus,
.lightbox-item a.permalink,
.lightbox-item a.preview {
  top: 0%;
}

::-ms-reveal,
.lightbox-item a.permalink,
.lightbox-item a.preview {
  top: 0%;
}

.lightbox-item a.permalink,
.lightbox-item a.preview:nth-of-type(1n) {
  top: 0%\9;
}

.teaser-gallery-box .lightbox-item a.permalink,
.teaser-gallery-box .lightbox-item a.preview {
  display: inline-block;

  width: 39px;

  height: 39px;

  line-height: 38px;

  text-align: center;

  color: #fff;

  background: #2f3644;

  -webkit-border-radius: 500px;

  -moz-border-radius: 500px;

  -ms-border-radius: 500px;

  -o-border-radius: 500px;

  border-radius: 500px;

  position: relative;

  top: 41%;

  font-size: 16px;

  margin: 1px 1px;
}

::made-up-pseudo-element,
.teaser-gallery-box .lightbox-item a.permalink,
.teaser-gallery-box .lightbox-item a.preview {
  top: 10%;
}

ul#gallery-carousel li .teaser-gallery-box .lightbox-item a.permalink {
  top: 31%;
}

ul#gallery-carousel li .teaser-gallery-box .lightbox-item a.preview {
  top: 31%;
}

::made-up-pseudo-element,
ul#gallery-carousel li .teaser-gallery-box .lightbox-item a.permalink {
  top: 24%;
}

::made-up-pseudo-element,
ul#gallery-carousel li .teaser-gallery-box .lightbox-item a.preview {
  top: 24%;
}

.lightbox-item a.permalink-alt {
  display: inline-block;

  width: 39px;

  height: 39px;

  line-height: 38px;

  text-align: center;

  color: #fff;

  background: #2f3644;

  -webkit-border-radius: 500px;

  -moz-border-radius: 500px;

  -ms-border-radius: 500px;

  -o-border-radius: 500px;

  border-radius: 500px;

  position: relative;

  top: 40%;

  font-size: 16px;

  margin: 1px 1px;
}

.lightbox-item a.socialink {
  display: inline-block;

  width: 39px;

  height: 39px;

  line-height: 40px;

  text-align: center;

  color: #fff;

  background: #2f3644;

  -webkit-border-radius: 500px;

  -moz-border-radius: 500px;

  -ms-border-radius: 500px;

  -o-border-radius: 500px;

  border-radius: 500px;

  position: relative;

  top: 40%;

  font-size: 16px;

  margin: 0px 1px 6px 1px;
}

::made-up-pseudo-element,
.lightbox-item a.socialink {
  top: 8%;
}

.lightbox-item a.preview {
  margin-left: 0px;
  background: #2f3644;
  color: #fff;
  z-index: 1;
}

.lightbox-item a.preview:hover,
.lightbox-item a.permalink:hover {
  color: #2f3644;
  background: #fff;
}

.lightbox-item a.socialink:hover {
  color: #2f3644;
  background: #fff;
}

.lightbox-item .lightbox-item-overlay-content {
  height: 100%;

  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

  background-color: #545454;

  background-color: rgba(47, 47, 47, 0.8);

  background-position: center center;

  background-repeat: no-repeat;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.teaser-gallery-box .lightbox-item .lightbox-item-overlay-content {
  height: 100%;

  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

  background-color: #1abc9c;

  background-color: rgba(25, 188, 156, 0.8);

  background-position: center center;

  background-repeat: no-repeat;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  -webkit-border-radius: 6px !important;

  -webkit-border-bottom-right-radius: 0px !important;

  -webkit-border-bottom-left-radius: 0px !important;

  -moz-border-radius: 6px !important;

  -moz-border-radius-bottomright: 0px !important;

  -moz-border-radius-bottomleft: 0px !important;

  border-radius: 6px !important;

  border-bottom-right-radius: 0px !important;

  border-bottom-left-radius: 0px !important;
}

.lightbox-item:hover .lightbox-item-overlay-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;
}

.lightbox-item a.preview,
.lightbox-item a.permalink,
.lightbox-item a.permalink-alt,
.lightbox-item a.socialink {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.lightbox-item a.permalink,
.lightbox-item a.permalink-alt {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  -webkit-transform: translateX(100px);

  -moz-transform: translateX(100px);

  -o-transform: translateX(100px);

  -ms-transform: translateX(100px);

  transform: translateX(100px);

  display: none;
}

.lightbox-item a.socialink {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  -webkit-transform: translateY(100px);

  -moz-transform: translateY(100px);

  -o-transform: translateY(100px);

  -ms-transform: translateY(100px);

  transform: translateY(100px);
}

.lightbox-item a.preview {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  -webkit-transform: translateX(-100px);

  -moz-transform: translateX(-100px);

  -o-transform: translateX(-100px);

  -ms-transform: translateX(-100px);

  transform: translateX(-100px);
}

.lightbox-item:hover a.preview,
.lightbox-item:hover a.permalink,
.lightbox-item:hover a.permalink-alt,
.lightbox-item:hover a.socialink {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;

  -webkit-transform: translateX(0px);

  -moz-transform: translateX(0px);

  -o-transform: translateX(0px);

  -ms-transform: translateX(0px);

  transform: translateX(0px);
}

.pricing-content ul {
  margin-left: 0px !important;

  padding-left: 0 !important;
}

#rev_slider_1_1 > ul {
  width: auto !important;
}

/* custom check boxes */

.Software {
  display: none;
}

.Sales {
  display: none;
}
