/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Lora:400,600,700,400italic,700italic);
/* line 20, ../sass/style.scss */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
/* line 29, ../sass/style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 32, ../sass/style.scss */
body {
  line-height: 1;
}

/* line 35, ../sass/style.scss */
ol, ul {
  list-style: none;
}

/* line 38, ../sass/style.scss */
blockquote, q {
  quotes: none;
}

/* line 42, ../sass/style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 46, ../sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 65, ../sass/style.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 120%;
  font-weight: 300;
  color: black;
}

/* line 73, ../sass/style.scss */
body {
  padding-top: 120px;
}

/* line 79, ../sass/style.scss */
strong, b {
  font-weight: 600;
}

/* line 83, ../sass/style.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 88, ../sass/style.scss */
ul, ol {
  list-style: none;
}

/* line 92, ../sass/style.scss */
ul {
  padding: 0;
  margin: 0;
}

/*-------------------Links--------------------*/
/* line 99, ../sass/style.scss */
a {
  transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}

/* Remove anchor outlines in Firefox */
/* line 108, ../sass/style.scss */
a:focus {
  -moz-outline: 0;
  outline: 0;
  outline-offset: 0;
}

/*--- a:link ---*/
/* line 115, ../sass/style.scss */
body a:link {
  text-decoration: none;
  color: #434344;
}

/* line 120, ../sass/style.scss */
.btn-success a:link, .btn-primary a:link, .btn-danger a:link, .btn-info a:link, .btn-warning a:link {
  color: white;
}

/* line 124, ../sass/style.scss */
.footer-widget a:link {
  text-decoration: none;
  color: white;
}

a.linkHeadline:link h4 {
    color: #434344;
    text-decoration: none;
}

a.homeDemo:link {
    color:#007dc3;
    text-decoration: underline;
}

/*--- a:visited ---*/
/* line 132, ../sass/style.scss */
body a:visited {
  text-decoration: none;
  color: #434344;
}

/* line 137, ../sass/style.scss */
.btn-success a:visited, .btn-primary a:visited, .btn-danger a:visited, .btn-info a:visited, .btn-warning a:visited {
  color: white;
}

/* line 141, ../sass/style.scss */
.footer-widget a:visited {
  text-decoration: none;
  color: white;
}

a.linkHeadline:visited h4 {
    color: #434344;
    text-decoration: none;
}

a.homeDemo:visited {
    color:#007dc3;
    text-decoration: underline;
}

/*--- a:hover ---*/
/* line 148, ../sass/style.scss */
body a:hover {
  color: #666666;
}

/* line 152, ../sass/style.scss */
.btn-success a:hover, .btn-primary a:hover, .btn-danger a:hover, .btn-info a:hover, .btn-warning a:hover {
  color: white;
}

/* line 156, ../sass/style.scss */
.footer-widget a:hover {
  text-decoration: none;
  color: #cccccc;
}

/* line 161, ../sass/style.scss */
.footer-widget a:hover:before {
  font-family: 'fontAwesome';
  content: "\f105";
}

a.linkHeadline:hover h4 {
    color: #666;
    text-decoration: none;
}

a.homeDemo:hover {
    color:#434344;
    text-decoration: underline;
}

/*--- a:active ---*/
/* line 167, ../sass/style.scss */
body a:active {
  color: #666666;
}

/* line 171, ../sass/style.scss */
.btn-success a:active, .btn-primary a:active, .btn-danger a:active, .btn-info a:active, .btn-warning a:active {
  color: white;
}

/* line 176, ../sass/style.scss */
.footer-widget a:active {
  text-decoration: none;
  color: #cccccc;
}

/* line 181, ../sass/style.scss */
.footer-widget a:active:before {
  font-family: 'fontAwesome';
  content: "\f105";
}

a.linkHeadline:active h4 {
    color: #666;
    text-decoration: none;
}

a.homeDemo:active {
    color:#434344;
    text-decoration: underline;
}

/* line 190, ../sass/style.scss */
i {
  font-size: 1.1em;
}

/* line 194, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #444444;
}

/* line 201, ../sass/style.scss */
h1 {
  font-size: 28px;
  line-height: 38px;
}

/* line 206, ../sass/style.scss */
h2 {
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 212, ../sass/style.scss */
h3 {
  font-size: 24px;
  line-height: 24px;
}

/* line 217, ../sass/style.scss */
h4 {
  font-size: 20px;
  line-height: 22px;
}

/* line 222, ../sass/style.scss */
h5 {
  font-size: 14px;
  line-height: 20px;
}

/* line 227, ../sass/style.scss */
h6 {
  font-size: 12px;
  line-height: 18px;
}

/* line 232, ../sass/style.scss */
p {
  color: black;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  margin-bottom: 1em;
}

/* line 240, ../sass/style.scss */
p strong {
  font-weight: 600;
}

/* line 244, ../sass/style.scss */
.accent-color-bg {
  color: white;
}

/* line 248, ../sass/style.scss */
.fittext {
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
  color: rgba(0, 0, 0, 0.8);
}

/* line 255, ../sass/style.scss */
.fittext strong {
  font-weight: 700;
}

/* line 259, ../sass/style.scss */
.page-content p {
  margin-bottom: 15px;
}

/* line 263, ../sass/style.scss */
.wite-text {
  color: white;
}

/* line 267, ../sass/style.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 271, ../sass/style.scss */
.image-text {
  margin-right: 10px;
}

/* line 275, ../sass/style.scss */
a.main-button, input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 294, ../sass/style.scss */
a.main-button:hover, input[type="submit"]:hover {
  background: #444444;
  color: white;
}

/* line 299, ../sass/style.scss */
a.main-button i {
  font-size: 1.2em;
}

/* line 303, ../sass/style.scss */
input[type="submit"] {
  border: none;
}

/* line 307, ../sass/style.scss */
.tooltip .tooltip-inner {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

/* line 314, ../sass/style.scss */
#content {
  padding: 50px 0;
}

/* line 318, ../sass/style.scss */
#content.full-sections {
  padding: 0;
}

/* line 324, ../sass/style.scss */
.head-line {
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #007dc3;
  margin: 10px auto 30px;
  text-align: center;
}

/* line 340, ../sass/style.scss */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #f1f1f1;
}

/* line 352, ../sass/style.scss */
.fixed-header {
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

/* line 359, ../sass/style.scss */
.top-bar {
  background-color: #f1f1f1;
  border-bottom: 1px solid #cccccc;
}

/* line 364, ../sass/style.scss */
.top-bar.color-bar {
  border-bottom: 0;
}

/* line 368, ../sass/style.scss */
.top-bar.color-bar a {
  color: rgba(255, 255, 255, 0.6);
}

/* line 372, ../sass/style.scss */
.top-bar.color-bar a:hover {
  color: white !important;
}

/* line 376, ../sass/style.scss */
.social-bar ul.social-list li a i {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 380, ../sass/style.scss */
.social-bar ul.social-list li:last-child a i {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 384, ../sass/style.scss */
.social-bar .contact-details li a:before {
  color: rgba(255, 255, 255, 0.2);
}

/* line 388, ../sass/style.scss */
.top-bar.dark-bar {
  background-color: #444;
  border-bottom: 0;
}

/* line 393, ../sass/style.scss */
.top-bar.dark-bar a {
  color: rgba(255, 255, 255, 0.4);
}

/* line 397, ../sass/style.scss */
.top-bar.dark-bar a:hover {
  color: white !important;
}

/* line 401, ../sass/style.scss */
.top-bar.dark-bar ul.social-list li a i {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 405, ../sass/style.scss */
.top-bar.dark-bar ul.social-list li:last-child a i {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 409, ../sass/style.scss */
.top-bar.dark-bar .contact-details li a:before {
  color: rgba(255, 255, 255, 0.2);
}

/* line 413, ../sass/style.scss */
.top-bar a {
  color: #434344;
}

/* line 417, ../sass/style.scss */
.top-bar .contact-details li {
  display: inline-block;
}

/* line 421, ../sass/style.scss */
.top-bar .contact-details li a:before {
  position: relative;
  content: "|";
  font-size: 13px;
  margin: 0 3px;
  top: -1px;
  color: #f1f1f1;
}

/* line 430, ../sass/style.scss */
.top-bar .contact-details li a:before {
  color: #666666;
}

/* line 434, ../sass/style.scss */
.top-bar .contact-details li:first-child a:before {
  display: none;
}

/* line 438, ../sass/style.scss */
.top-bar .contact-details li a {
  font-size: 12px;
  display: block;
  line-height: 32px;
}

/* line 444, ../sass/style.scss */
.top-bar .top_phone {
  padding: 5px 0;
}

/* line 448, ../sass/style.scss */
.top-bar .top_phone h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

/* line 458, ../sass/style.scss */
.social-bar {
  position: fixed;
  top: 300px;
  left: 0;
  width: auto;
  height: auto;
  background-color: #f1f1f1;
  z-index: 999999;
  text-align: center;
  border: 1px solid #666666;
  border-left: none;
  -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.48);
  box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.48);
}

/* line 474, ../sass/style.scss */
.social-bar:hover {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 485, ../sass/style.scss */
ul.contact-details {
  float: right;
}

/* line 491, ../sass/style.scss */
ul.social-list li a {
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 499, ../sass/style.scss */
ul.social-list li a:hover {
  color: white;
}

/* line 503, ../sass/style.scss */
ul.social-list li a.facebook:hover {
  background-color: #507CBE;
}

/* line 507, ../sass/style.scss */
ul.social-list li a.twitter:hover {
  background-color: #63CDF1;
}

/* line 511, ../sass/style.scss */
ul.social-list li a.google:hover {
  background-color: #F16261;
}

/* line 515, ../sass/style.scss */
ul.social-list li a.dribbble:hover {
  background-color: #E46387;
}

/* line 519, ../sass/style.scss */
ul.social-list li a.linkdin:hover {
  background-color: #90CADD;
}

/* line 523, ../sass/style.scss */
ul.social-list li a.tumblr:hover {
  background-color: #4D7EA3;
}

/* line 527, ../sass/style.scss */
ul.social-list li a.flickr:hover {
  background-color: #E474AF;
}

/* line 531, ../sass/style.scss */
ul.social-list li a.instgram:hover {
  background-color: #4D4F54;
}

/* line 535, ../sass/style.scss */
ul.social-list li a.vimeo:hover {
  background-color: #87D3E0;
}

/* line 539, ../sass/style.scss */
ul.social-list li a.skype:hover {
  background-color: #36c4f3;
}

/* line 543, ../sass/style.scss */
ul.social-list li a i {
  font-size: 1em;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-left: 1px solid #f2f2f2;
}

/* line 553, ../sass/style.scss */
ul.social-list li:last-child a i {
  border-right: 1px solid #f2f2f2;
}

/* line 562, ../sass/style.scss */
.navbar {
  margin-bottom: 0;
  background: white;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

/* line 572, ../sass/style.scss */
.brand {
  max-width: 100%;
  float: left;
  height: 50px;
  position: relative;
  padding: 7px 0;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 585, ../sass/style.scss */
.mobile-brand {
  display: none;
}

/* line 591, ../sass/style.scss */
.navbar-default .navbar-nav {
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

/* line 604, ../sass/style.scss */
.navbar-default .navbar-nav > li > a {
  color: black;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 32px 15px 32px 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 617, ../sass/style.scss */
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
  border-bottom: 2px solid;
}

/* line 621, ../sass/style.scss */
.navbar-default .navbar-nav > li > a i {
  margin: 0 -2px 0 -5px;
}

/* line 625, ../sass/style.scss */
.navbar-default .navbar-nav > li > a:after {
  position: absolute;
  bottom: 0;
  content: '';
  left: 50%;
  display: block;
  height: 5px;
  width: 5px;
  opacity: 0;
  margin: 0 0 -3px -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

/* line 643, ../sass/style.scss */
.navbar-default .navbar-nav > li > a.active:after {
  opacity: 1;
}

/* line 648, ../sass/style.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
  background-image: none;
  background-color: none;
}

/* line 654, ../sass/style.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none;
}

/* line 658, ../sass/style.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  border-bottom: 2px solid;
}

/* line 663, ../sass/style.scss */
.navbar-default .navbar-nav > li > a {
  color: black;
  border-bottom: 2px solid white;
}

/* line 668, ../sass/style.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  border-bottom: 2px solid;
}

/* line 673, ../sass/style.scss */
.search-side {
  position: relative;
  float: right;
  top: 19px;
  right: -15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 684, ../sass/style.scss */
.show-search {
  position: relative;
  display: block;
  float: right;
}

/* line 690, ../sass/style.scss */
.show-search i {
  font-size: 1.2em !important;
  display: block;
  color: #cccccc;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  line-height: 36px;
  text-align: center;
  background-color: #f2f2f2;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 709, ../sass/style.scss */
.show-search:hover i {
  color: #666666;
}

/* line 713, ../sass/style.scss */
.navbar .search-form {
  position: absolute;
  right: 0;
  z-index: 20;
  float: right;
  display: none;
  top: 40px;
}

/* line 722, ../sass/style.scss */
.navbar .search-form:before {
  background-color: #cccccc;
  top: -2px;
  content: '';
  display: block;
  height: 4px;
  width: 4px;
  z-index: 20;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

/* line 739, ../sass/style.scss */
.navbar .search-form form input {
  border: 2px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 5px 14px;
  z-index: 22;
  color: #9d9d9d;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
  box-shadow: none;
}

/* line 756, ../sass/style.scss */
.navbar .search-form form {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

/* line 763, ../sass/style.scss */
.dropdown-menu {
  min-width: 200px;
}

/* line 766, ../sass/style.scss */
.dropdown-menu.columns-2 {
  min-width: 350px;
}

/* line 769, ../sass/style.scss */
.dropdown-menu.columns-3 {
  min-width: 550px;
}

/* line 772, ../sass/style.scss */
.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 400;
  font-size: .90em;
}

/* line 778, ../sass/style.scss */
.dropdown-menu li p {
  padding: 5px 15px;
  font-weight: 600;
}

/* line 783, ../sass/style.scss */
.multi-column-dropdown {
  list-style: none;
}

/* line 786, ../sass/style.scss */
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #444444;
  white-space: normal;
}

/* line 793, ../sass/style.scss */
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #444444;
  background-color: #f1f1f1;
}

/* custom inclusion of right, left and below tabs */
/* line 806, ../sass/style.scss */
.tab_area {
  width: auto;
  padding: 60px 0;
  background-color: white;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* line 816, ../sass/style.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 821, ../sass/style.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 826, ../sass/style.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 830, ../sass/style.scss */
.tab-content p {
  font-size: 1em;
}

/* line 834, ../sass/style.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 838, ../sass/style.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 844, ../sass/style.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: none;
}

/* line 852, ../sass/style.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 859, ../sass/style.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 864, ../sass/style.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 869, ../sass/style.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 875, ../sass/style.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 881, ../sass/style.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 0;
  font-size: 1.2em;
  z-index: 100;
  /*-webkit-border-radius: 4px 0 0 4px;
   -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;*/
}

/* line 892, ../sass/style.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 898, ../sass/style.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd transparent;
  *border-right-color: #ffffff;
}

/* line 903, ../sass/style.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 909, ../sass/style.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  /*-webkit-border-radius: 0 4px 4px 0;
   -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;*/
}

/* line 917, ../sass/style.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 923, ../sass/style.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* line 929, ../sass/style.scss */
.panel-heading {
  padding: 0;
}

/* line 932, ../sass/style.scss */
.panel-heading a {
  display: block;
  padding: 10px 10px;
}

/* line 936, ../sass/style.scss */
.panel-heading a.collapsed {
  background: #f1f1f1;
}

/* line 939, ../sass/style.scss */
.panel-heading a {
  background: #ddd;
  border-radius: 3px;
}

/* line 943, ../sass/style.scss */
.panel-heading a:after {
  font-family: 'fontawesome';
  content: '\f078';
  float: right;
  -webkit-animation: rotateDownLeft .7s both ease;
  -moz-animation: rotateDownLeft .7s both ease;
  animation: rotateDownLeft .7s both ease;
}

/* line 951, ../sass/style.scss */
.panel-heading a.collapsed:after {
  font-family: 'fontawesome';
  content: '\f054';
  float: right;
  -webkit-animation: rotateUpLeft .7s both ease;
  -moz-animation: rotateUpLeft .7s both ease;
  animation: rotateUpLeft .7s both ease;
}

/* line 960, ../sass/style.scss */
.nav.nav-tabs li a {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 965, ../sass/style.scss */
.tab-pane > .btn, .panel-body > .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 970, ../sass/style.scss */
.tab-pane > .btn:last-child, .panel-body > .btn:last-child {
  margin-right: 0;
}

/* line 979, ../sass/style.scss */
.pricing-tables {
  padding: 20px;
}

/* line 983, ../sass/style.scss */
.pricing-tables h1 {
  font-size: 48px;
}

/* line 988, ../sass/style.scss */
.pricing-tables .plan.first {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 993, ../sass/style.scss */
.pricing-tables .plan.last {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 998, ../sass/style.scss */
.pricing-tables .plan.recommended {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 1003, ../sass/style.scss */
.pricing-tables .plan.recommended .head {
  margin-bottom: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 1012, ../sass/style.scss */
.pricing-tables.attached .col-sm-4,
.pricing-tables.attached .col-md-4,
.pricing-tables.attached .col-sm-3,
.pricing-tables.attached .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}

/* line 1017, ../sass/style.scss */
.pricing-tables.attached .plan {
  border-radius: 0;
}

/* line 1021, ../sass/style.scss */
.pricing-tables.attached .plan .head {
  border-radius: 0;
}

/* line 1025, ../sass/style.scss */
.pricing-tables.attached .plan.recommended {
  border-radius: 4px;
}

/* line 1029, ../sass/style.scss */
.pricing-tables.attached .plan.recommended .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 1034, ../sass/style.scss */
.pricing-tables.attached .plan.last {
  border-bottom-right-radius: 4px;
}

/* line 1038, ../sass/style.scss */
.pricing-tables.attached .plan.last .head {
  border-top-right-radius: 4px;
}

/* line 1042, ../sass/style.scss */
.pricing-tables.attached .plan.first {
  border-bottom-left-radius: 4px;
}

/* line 1046, ../sass/style.scss */
.pricing-tables.attached .plan.first .head {
  border-top-left-radius: 4px;
}

/* line 1050, ../sass/style.scss */
.plan {
  box-shadow: 0 2px 2px rgba(10, 10, 10, 0.3);
  min-height: 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  margin: 20px 0;
  padding-bottom: 25px;
  text-align: center;
}

/* line 1060, ../sass/style.scss */
.plan:hover {
  background: white;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* line 1068, ../sass/style.scss */
.plan .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 12px 16px;
  background: #f1f1f1;
  color: white;
}

/* line 1076, ../sass/style.scss */
.plan .head h1, .plan .head h2, .plan .head h3 {
  padding: 0;
  margin: 0;
  font-weight: 100;
}

/* line 1082, ../sass/style.scss */
.plan .price {
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
  width: 80%;
}

/* line 1088, ../sass/style.scss */
.plan .head h2 {
  font-size: 1.65em;
}

/* line 1092, ../sass/style.scss */
.plan .price h3 {
  font-size: 3.65em;
  vertical-align: top;
  line-height: 1;
}

/* line 1098, ../sass/style.scss */
.plan .price h3 span {
  font-size: 38px;
  vertical-align: top;
  position: relative;
  margin: 6px 0 0 -7px;
  display: inline-block;
}

/* line 1106, ../sass/style.scss */
.plan .price h4 {
  color: #666666;
  font-size: 14px;
}

/* line 1111, ../sass/style.scss */
.plan .btn {
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 1117, ../sass/style.scss */
.plan ul {
  list-style-type: none;
  padding: 20px;
  margin-top: 2px;
}

/* line 1123, ../sass/style.scss */
.plan ul li {
  line-height: 22px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

/* line 1130, ../sass/style.scss */
.plan ul li a {
  text-decoration: underline;
  color: #f1f1f1;
}

/* line 1135, ../sass/style.scss */
.plan ul li:last-child {
  border-bottom: none;
}

/* line 1139, ../sass/style.scss */
.plan ul strong {
  font-weight: 700;
}

/* line 1143, ../sass/style.scss */
.plan:hover, .plan.recommended {
  margin-top: 6px;
  margin-bottom: 6px;
  box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
  position: relative;
  z-index: 99;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* line 1156, ../sass/style.scss */
.plan:hover .head, .plan.recommended .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #ccc;
}

/* line 1162, ../sass/style.scss */
.plan.recommended .btn {
  margin-bottom: 10px;
}

/* line 1171, ../sass/style.scss */
div.video {
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

/* line 1179, ../sass/style.scss */
div.main_video {
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  height: 570px;
  overflow: hidden;
}

/* line 1188, ../sass/style.scss */
div.vidcontent {
  position: absolute;
  top: 620px;
  width: 100%;
  height: 200px;
  background-color: rgba(0, 125, 195, 0.7);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
}

/* line 1201, ../sass/style.scss */
div.vidmaincontent {
  position: absolute;
  top: 400px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 55px 0;
  border-top: 1px solid #434344;
  border-bottom: 1px solid #434344;
  overflow: hidden;
}

/* line 1216, ../sass/style.scss */
div.vidcontent h1 {
  color: white;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 1225, ../sass/style.scss */
div.vidmaincontent h1 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0;
}

/* line 1235, ../sass/style.scss */
.vidmaincontent button.btn {
  width: 90%;
  padding: .75em;
  font-size: 30px;
  background-color: rgba(92, 184, 92, 0.7);
}

/* line 1242, ../sass/style.scss */
.vidmaincontent button.btn:hover {
  background-color: rgba(68, 157, 68, 0.7);
}

/* line 1246, ../sass/style.scss */
div.video video, div.main_video object, div.main_video embed {
  /*width: 100%;*/
  width: 100%;
  height: auto;
  min-width: 720px;
  margin: 0 auto !important;
}

/* line 1256, ../sass/style.scss */
div.main_video video, div.video object, div.video embed {
  /*width: 100%;*/
  width: 100%;
  height: auto;
  min-width: 720px;
  margin: 0 auto !important;
}

/* line 1268, ../sass/style.scss */
section.module:last-child {
  margin-bottom: 0;
}

/* line 1272, ../sass/style.scss */
section.module p {
  margin-bottom: 40px;
}

/* line 1275, ../sass/style.scss */
section.module p:last-child {
  margin-bottom: 0;
}

/* line 1278, ../sass/style.scss */
section.module.content {
  padding: 40px 0;
}

section.ICHeader {
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-image: url(../mainimg/ICHeader.png);
}

section.ICHeader h1 {
    color: #fff;
    text-transform: uppercase;
    margin:0;
}


/* line 1281, ../sass/style.scss */
section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 0;
  -moz-box-shadow: inset 0 10px 10px -10px rgba(35, 35, 35, 0.8), inset 0 -10px 10px -10px rgba(35, 35, 35, 0.8);
  -webkit-box-shadow: inset 0 10px 10px -10px rgba(35, 35, 35, 0.8), inset 0 -10px 10px -10px rgba(35, 35, 35, 0.8);
  box-shadow: inset 0 10px 10px -10px rgba(35, 35, 35, 0.8), inset 0 -10px 10px -10px rgba(35, 35, 35, 0.8);
}

/* line 1295, ../sass/style.scss */
section.module.parallax h1 {
  color: white;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 1303, ../sass/style.scss */
section.module.parallax-1 {
  background-image: url("../mainimg/parallax2.png");
}

/* line 1309, ../sass/style.scss */
section.module.parallax-2 {
  background-color: #434344;
}

/* line 1314, ../sass/style.scss */
section.module.parallax.parallax-2 h1 {
  font-size: 4em;
}

/* line 1318, ../sass/style.scss */
section.module.parallax-3 {
  background-image: url("../mainimg/pricing.jpg");
}

/* line 1322, ../sass/style.scss */
.parallax-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 60px 0;
  height: 300px;
}

/* line 1330, ../sass/style.scss */
.texture_pane {
  width: auto;
  height: auto;
  padding: 80px 0;
  background-image: url("../mainimg/debut_light.png");
  background-repeat: repeat;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  /*     -moz-box-shadow: inset  0  10px 10px -10px rgba(35,35,35,.8),
                          inset  0 -10px 10px -10px rgba(35,35,35,.8);
    -webkit-box-shadow:   inset  0  10px 10px -10px rgba(35,35,35,.8),
                          inset  0 -10px 10px -10px rgba(35,35,35,.8);
     box-shadow:          inset  0  10px 10px -10px rgba(35,35,35,.8),
                          inset  0 -10px 10px -10px rgba(35,35,35,.8);*/
}

/* line 1347, ../sass/style.scss */
.silver_pane {
  width: auto;
  height: auto;
  padding: 80px 0;
  background-color: #f1f1f1;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.blue_pane {
    width: auto;
    height: auto;
    padding: 80px 0;
    background-color: #007dc3;
    border-bottom: 1px solid #cccccc;
}

.blue_pane h1 {
    font-size: 2em;
    color: #fff;
    text-transform: none;
    text-align: center;
    font-weight: 200;
}

.blue_pane .btn {
    padding: 20px 50px;
}

/* line 1356, ../sass/style.scss */
.silver_pane h3, .silver_pane h4 {
  font-weight: 300;
}

/* line 1360, ../sass/style.scss */
.texture_pane h1 {
  color: rgba(67, 67, 68, 0.9);
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

/* line 1370, ../sass/style.scss */
.texture_pane p {
  font-size: 1.3em;
  line-height: 140%;
}

/* line 1376, ../sass/style.scss */
#awards {
  background-color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}

/* line 1383, ../sass/style.scss */
#awards ul {
  position: relative;
  margin: 0 auto;
  text-align: center;
  vertical-align: bottom;
}

/* line 1391, ../sass/style.scss */
#awards ul li {
  bottom: 0;
  display: inline;
  margin-right: 30px;
  vertical-align: bottom;
}

/* line 1398, ../sass/style.scss */
#awards ul li img {
  vertical-align: bottom !important;
}

/* line 1403, ../sass/style.scss */
#awards ul li:last-child {
  margin: 0;
}

/* line 1411, ../sass/style.scss */
.support-center {
  text-align: center;
}

/* line 1415, ../sass/style.scss */
.support-center p {
  font-size: 1em;
}

/* line 1419, ../sass/style.scss */
.support-columnPadding-30 {
  padding: 0 30px;
}

/* line 1422, ../sass/style.scss */
.support-column-spacing {
  margin-bottom: 30px;
  overflow: hidden;
}

/* line 1426, ../sass/style.scss */
.support-column-title {
  font-size: 24px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px;
}

/* line 1434, ../sass/style.scss */
.support-column-title-divider {
  width: 270px;
  height: 1px;
  display: table;
  margin: 0 auto;
  position: relative;
  margin: 30px auto 0 auto;
}

/* line 1444, ../sass/style.scss */
.support-standard-link {
  top: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1450, ../sass/style.scss */
.support-icon-btn:hover {
  color: #fff;
  background-color: #666666;
}

/* line 1454, ../sass/style.scss */
.support-icon-btn {
  display: block;
  margin: 0 auto;
  padding: 24px;
  background-color: #cccccc;
  font-size: 40px !important;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

/* line 1479, ../sass/style.scss */
section.contact {
  background-color: #f1f1f1;
  vertical-align: bottom;
}

/* line 1484, ../sass/style.scss */
section.contact h1 {
  font-size: 50px;
}

/* line 1488, ../sass/style.scss */
section.contact h2 {
  font-size: 25px;
}

/* line 1492, ../sass/style.scss */
section.contact h3 {
  font-weight: normal;
}

/* line 1504, ../sass/style.scss */
footer {
  background: url(../mainimg/onsm_logo.png) right bottom no-repeat;
  padding: 0 35px 100px 35px;
  background-color: #434344;
  padding-top: 60px;
  border-top: 4px solid #cccccc;
  color: #f1f1f1;
}

/* line 1517, ../sass/style.scss */
.footer-widget {
  font-size: .81em;
  margin-bottom: 45px;
}

/* line 1522, ../sass/style.scss */
.footer-widget h4 {
  color: #eee;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

/* line 1532, ../sass/style.scss */
.footer-widget h4 .head-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  margin: 0;
}

/*
.contact-widget {
	background: url(../mainimg/map.png) left center no-repeat;
}
*/
/* line 1569, ../sass/style.scss */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 35px;
}

/* line 1576, ../sass/style.scss */
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: rgba(68, 68, 68, 0.6);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 1594, ../sass/style.scss */
.back-to-top i:hover {
  background-color: #434344;
}

/* line 1598, ../sass/style.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%; */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 1617, ../sass/style.scss */
.icon-up-open-1:before {
  content: '\f077';
}

/* line 1621, ../sass/style.scss */
i {
  font-size: 1.1em;
}

/* line 1633, ../sass/style.scss */
section.subfooter {
  padding: 20px 0 40px;
}

/* line 1636, ../sass/style.scss */
section.subfooter ul li {
  display: inline;
  margin-right: 15px;
}

/* line 1641, ../sass/style.scss */
section.subfooter ul li, section.subfooter p {
  font-size: .75em;
  font-weight: 400;
}

/* line 1646, ../sass/style.scss */
section.subfooter ul li:last-child {
  margin: 0;
}

/* line 1650, ../sass/style.scss */
#copyright p {
  text-align: right;
}

/* line 1668, ../sass/style.scss */
.opacity {
  background: rgba(255, 255, 255, 0.8) !important;
}

/* line 1672, ../sass/style.scss */
.shadow {
  position: relative;
  box-shadow: 0 4px 4px -2px rgba(35, 35, 35, 0.8);
  -moz-box-shadow: 0 4px 4px -2px rgba(35, 35, 35, 0.8);
  -webkit-box-shadow: 0 4px 4px -2px rgba(35, 35, 35, 0.8);
}

/* line 1680, ../sass/style.scss */
.inset_shadow {
  box-shadow: inset 0 -10px 10px -10px rgba(35, 35, 35, 0.8);
  -moz-box-shadow: inset 0 -10px 10px -10px rgba(35, 35, 35, 0.8);
  -webkit-box-shadow: inset 0 -10px 10px -10px rgba(35, 35, 35, 0.8);
}

/* line 1686, ../sass/style.scss */
.texture {
  background-image: url(../mainimg/debut_light.png);
  background-repeat: repeat;
}

/* line 1691, ../sass/style.scss */
.aligndiv_bottom {
  bottom: 0;
  left: 0;
}

/* line 1698, ../sass/style.scss */
.white {
  color: white !important;
}

/* line 1699, ../sass/style.scss */
.black {
  color: black !important;
}

/* line 1700, ../sass/style.scss */
.silver {
  color: #f1f1f1 !important;
}

/* line 1701, ../sass/style.scss */
.darkSilver {
  color: #cccccc !important;
}

/* line 1702, ../sass/style.scss */
.infCharcoal {
  color: #434344 !important;
}

/* line 1703, ../sass/style.scss */
.grey {
  color: #666666 !important;
}

/* line 1704, ../sass/style.scss */
.darkGrey {
  color: #444444 !important;
}

/* line 1705, ../sass/style.scss */
.onsmBlue {
  color: #007dc3 !important;
}

/* line 1706, ../sass/style.scss */
.w300 {
  font-weight: 300;
}

/* line 1707, ../sass/style.scss */
.w400 {
  font-weight: 400;
}

/* line 1708, ../sass/style.scss */
.w500 {
  font-weight: 500;
}

/* line 1709, ../sass/style.scss */
.w600 {
  font-weight: 600;
}

/* line 1710, ../sass/style.scss */
.w700 {
  font-weight: 700;
}

/* line 1711, ../sass/style.scss */
.nomargin {
  margin: 0 !important;
}

/* line 1712, ../sass/style.scss */
.nopadding {
  padding: 0 !important;
}

/* line 1713, ../sass/style.scss */
.padleft_50 {
  padding-left: 50px;
}

/* line 1714, ../sass/style.scss */
.padleft_60 {
  padding-left: 60px;
}

/* line 1715, ../sass/style.scss */
.padleft_70 {
  padding-left: 70px;
}

/* line 1716, ../sass/style.scss */
.padleft_90 {
  padding-left: 90px;
}

/* line 1717, ../sass/style.scss */
.no_b_padding {
  padding-bottom: 0 !important;
}

/* line 1718, ../sass/style.scss */
.justify {
  text-align: justify !important;
}

/* line 1719, ../sass/style.scss */
.float-right {
  float: right !important;
}

/* line 1720, ../sass/style.scss */
.float-left {
  float: left !important;
}

/* line 1721, ../sass/style.scss */
.clear {
  clear: both;
}

/* line 1722, ../sass/style.scss */
.push_10 {
  margin-bottom: 10px !important;
}

/* line 1723, ../sass/style.scss */
.push_20 {
  margin-bottom: 20px !important;
}

/* line 1724, ../sass/style.scss */
.push_30 {
  margin-bottom: 30px !important;
}

/* line 1725, ../sass/style.scss */
.push_40 {
  margin-bottom: 40px !important;
}

/* line 1726, ../sass/style.scss */
.push_60 {
  margin-bottom: 60px !important;
}

/* line 1727, ../sass/style.scss */
.push_90 {
  margin-bottom: 90px !important;
}

/* line 1728, ../sass/style.scss */
.mdown_10 {
  margin-top: 10px !important;
}

/* line 1729, ../sass/style.scss */
.mdown_20 {
  margin-top: 20px !important;
}

/* line 1730, ../sass/style.scss */
.mdown_30 {
  margin-top: 30px !important;
}

/* line 1731, ../sass/style.scss */
.mdown_40 {
  margin-top: 40px !important;
}

/* line 1732, ../sass/style.scss */
.mdown_90 {
  margin-top: 90px !important;
}

.center {
    margin: 0 auto;
}

/* line 1733, ../sass/style.scss */
.text_center {
  text-align: center !important;
}

/* line 1734, ../sass/style.scss */
.text_justify {
  text-align: justify;
}

/* line 1735, ../sass/style.scss */
.text_left {
  text-align: left;
}

/* line 1736, ../sass/style.scss */
.text_light_shadow {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

/* line 1737, ../sass/style.scss */
.text_dark_shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

/* line 1738, ../sass/style.scss */
.img_bottom img {
  vertical-align: bottom;
  border: 0;
}

/* line 1739, ../sass/style.scss */
.dotted-border-right {
  border-right: 1px dotted #cccccc;
}

/* line 1740, ../sass/style.scss */
.dotted-border-left {
  border-left: 1px dotted #cccccc;
}

/* line 1741, ../sass/style.scss */
.width_auto {
  width: auto;
}

/* line 1742, ../sass/style.scss */
.anchor {
  display: block;
  height: 120px;
  /*same height as header*/
  margin-top: -120px;
  /*same height as header*/
  visibility: hidden;
}




/* MECLABS CHANGES Ver.1 */
section#intro_stmnt {
    padding: 50px 0;
    background-color: #f9f9f9;
}

section#intro_stmnt h1 {
    font-size: 1.74em;
    color: #007dc3;
    font-weight: 600;
}

section#intro_stmnt p {
    font-size: 1.3em;
    color: #000;
    font-weight: 500;
    line-height: 130%;
}

section#intro_stmnt .btn {
    width: 100%;
    padding: 25px;
}


section.testimonials {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 0;
  -moz-box-shadow: inset 0 10px 10px -10px rgba(35, 35, 35, 0.8), inset 0 -10px 10px -10px rgba(35, 35, 35, 0.8);
  -webkit-box-shadow: inset 0 10px 10px -10px rgba(35, 35, 35, 0.8), inset 0 -10px 10px -10px rgba(35, 35, 35, 0.8);
  box-shadow: inset 0 10px 10px -10px rgba(35, 35, 35, 0.8), inset 0 -10px 10px -10px rgba(35, 35, 35, 0.8);
}

/* line 1295, ../sass/style.scss */
section.testimonials h1 {
  color: white;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 1303, ../sass/style.scss */
section.testimonials {
  background-color: #007dc3;
}

.testimonials-overlay {
  padding: 60px 0;
  height: 300px;
}

.testimonials .testimonial-content_mec p {
    font-family: Lora,serif;
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
}

.testimonials .testimonial-author_mec {
    padding: 8px;
    margin-bottom: 10px;
    color: #fff;
}



.texture_pane_mec {
  width: auto;
  height: auto;
  padding: 50px 0;
  background-image: url("../mainimg/debut_light.png");
  background-repeat: repeat;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  /*     -moz-box-shadow: inset  0  10px 10px -10px rgba(35,35,35,.8),
                          inset  0 -10px 10px -10px rgba(35,35,35,.8);
    -webkit-box-shadow:   inset  0  10px 10px -10px rgba(35,35,35,.8),
                          inset  0 -10px 10px -10px rgba(35,35,35,.8);
     box-shadow:          inset  0  10px 10px -10px rgba(35,35,35,.8),
                          inset  0 -10px 10px -10px rgba(35,35,35,.8);*/
}

.texture_pane_mec h1 {
  color: rgba(67, 67, 68, 0.9);
  font-size: 4em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* line 1370, ../sass/style.scss */
.texture_pane_mec p {
  font-size: 1.3em;
  line-height: 140%;
}

.plan .wrapper {
    width: 100%;
    padding: 20px;
}

ul.item-list_mec li {
    font-size: 1em;
    color: #434344;
    margin-bottom: 5px;
    background: url(../mainimg/tick2.png) left center no-repeat;
    padding-left: 20px;
    padding-top: 0;
    text-align: left;
}

section#pricing .other_optns {
    padding: 20px 0 20px 15px;
}

section#pricing .plan.options {
    margin: 0;
}

section#pricing .plan.options p {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
} 

/* March 2016 Changes */
ul#difference li {
    margin-left: 35px;
    list-style-position: outside!important;
    list-style:disc;
    font-size: 1em;
    padding-bottom: 10px;
}

p.difference {
    font-size:1em;
}

.white_pane {
  width: auto;
  height: auto;
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 1356, ../sass/style.scss */
.white_pane h3, .white_pane h4 {
  font-weight: 300;
}

/* line 1360, ../sass/style.scss */
.white_pane h1 {
  color: rgba(67, 67, 68, 0.9);
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  line-height:100%:
}

section#demo.silver_pane {
  width: auto;
  height: auto;
  padding: 80px 0 0;
  background-color: #f1f1f1;
  border-top: none;
}

section#demo.silver_pane h1 {
  color: #434344;
  font-size: 4em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

section#demo.silver_pane p {
    font-size: 1.2em;
    line-height: 140%;
}

section#features h4 {
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 600;
    color: #007dc3;
}


section#features .heading h1 {
  color: rgba(67, 67, 68, 0.9);
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top:60px;
}

section#features .featuresNav {
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

section#features .tab_area {
    border-top: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    padding: 20px 15px;
}


section#features .nav > li > a:focus, section#features .nav > li > a:hover {
    background-color: #e5e5e5;
    padding: 20px 15px;
}

section#features .nav-pills>li.active>a, section#features .nav-pills>li.active>a:focus, section#features .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}

.nav-pills > li > a {
    padding: 20px 15px;
}

.nav-justified > li > a {
    margin-bottom: 0;
}

.nav-pills > li > a {
    border-radius:0;
}


section#whyInfinite {
    width: auto;
    height: auto;
    padding: 80px 0 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #434344;
    background-image: url('../mainimg/whyInfinite.png');
    background-repeat: no-repeat;
    background-size: cover;
}

section#whyInfinite h1 {
    color: #fff;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
    font-size: 2.2em;
}
    

section#whyInfinite span#typed {
    font-size: 2em;
    line-height: 1em;
    color: #f1f1f1;
    font-weight: 600;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
    padding: 0 4px 0 0;
}

section#whyInfinite span.typed-cursor {
    font-size: 2em;
    color: #f1f1f1;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
    animation: blink 1s infinite;
}


