/* CSS Bootstrap */
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
footer,
header,
hgroup,
main,
nav,
section,
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
button {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
button {
  -webkit-appearance: button;
  cursor: pointer;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fallback */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
h1,
h2,
h3,
h4
 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 85%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-3, .col-xs-4, .col-xs-12 {
  float: left;
}
@media (min-width: 768px) {
  .col-sm-3, .col-sm-4,  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-md-3, .col-md-4, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
 
}
@media (min-width: 1200px) {
  .col-lg-3, .col-lg-4, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }

  .col-lg-3 {
    width: 25%;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-remove:before {
  content: "\e014";
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}
.navbar-brand {
  color: #999;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-nav > li > a {
  color: #999;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
@-ms-viewport {
  width: device-width;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media screen and (min-width: 768px) {
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-left {
  float: left !important;
}
/*# sourceMappingURL=bootstrap.css.map */
#pageWrapper {background-color: #514f4f;}
body {
	/*font-family: "Roboto Slab", Helvetica, sans-serif ;*/
	font-family: 'Raleway', Helvetica, sans-serif;
	font-weight: 200;
	font-size: 2.6em!important;
	position: relative;
	background-color: #414141;/* 514f4f */
	-webkit-font-smoothing: antialiased!important;
	-moz-font-smoothing: antialiased!important;
	text-rendering: optimizelegibility!important;
	color: #ffffff!important;
	font-weight: 600!important;
	letter-spacing: 0.5px;
	margin:0;
	-webkit-font-smoothing: antialiazed;
}
#headerMenu li a{
		letter-spacing: 0.2px;
}
#headerMenu div.container-fluid {
	padding-bottom: 10px;
}
.styNone {display: none;}
.styBlock {display: block;}
.styInvisible {visibility: hidden;}
.alignCenter { text-align: left;color:rgb(150,218,234);}
.mainTitle { text-align: center; }
.styPaddingTop10 { padding-top: 10px;}
.styPaddingTop15 { padding-top: 15px;}
.styPaddingTop20 { padding-top: 20px;}
.styPaddingTop25 { padding-top: 20px;}
.styPaddingTop30 { padding-top: 20px;}
.styPaddingBottom10 { padding-bottom: 10px;}
.styPaddingBottom15 { padding-bottom: 15px;}
.styPaddingBottom20 { padding-bottom: 20px;}
.styPaddingBottom25 { padding-bottom: 20px;}
.styPaddingBottom30 { padding-bottom: 20px;}
.styMarginTop10 { margin-top: 10px;}
.styMarginTop15 { margin-top: 15px;}
.styMarginTop20 { margin-top: 20px;}
.styMarginTop25 { margin-top: 20px;}
.styMarginTop30 { margin-top: 20px;}
.styMarginBottom10 { margin-bottom: 10px;}
.styMarginBottom15 { margin-bottom: 15px;}
.styMarginBottom20 { margin-bottom: 20px;}
.styMarginBottom25 { margin-bottom: 20px;}
.styMarginBottom30 { margin-bottom:30px;}
.spaceLine10 { margin-top:10px!important;}
.spaceLine20 { margin-top:20px!important;}
.spaceLine30 { margin-top:30px!important;}
.styBackColor { background-color: #456a75!important;}
.moreService {
	margin-top:50px;
	margin-bottom: 50px;
}
.moveTextLeft {
	float:left;
}
h1,h2,h3,h4 {
	font-family: "Open sans", sans-serif;
	/*font-weight: 100;*/
	margin: 0;
}
h3A {
	font-weight: bold !important;
}
#umpireName, #contact {
	color: #FFFFFF;
	text-align: center;
}
.page {padding: 50px 0;}
.page h2, .page h3 {text-align: center;margin-bottom: 30px;color: #FFFFFF;}
.page h1, .page h3 {text-align: center;margin-bottom: 30px;color: #FFFFFF;}
/* CSS Grid */
.grid-container {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-columns: auto auto auto;
  background-color: #ffffff;
  padding: 10px;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 10px solid rgba(241, 241, 241, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
}
.grid-containerCapture {
	display: grid;
    grid-template-columns: auto auto;
	background-color: #4f4c4c;
	grid-column-gap: 0px!important;
	grid-row-gap: 0px!important;
}
.grid-containerCapture .grid-item {
	padding: none!important;
		background-color: #4f4c4c;
}
.grid-containerCapture .grid-item img {
	 vertical-align: middle;
	 width:75%!important;
	 height:75%!important;
}
/* Grid a Page */
.directory {
    border-bottom:1px solid #bbb;
    margin-bottom:15px;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding:5px;
}
.grid-item {
  background-color: #414141;
  /* border: 1px solid rgba(0, 0, 0, 0.8);*/
  /* padding: 20px; */
  text-align: center;
}
/*.grid-item p img{
   width: 125px;
    height: auto;
}*/
/** Header Nav **/
header .navbar { padding: 30px 0;}
header .navbar a {
	font-size: 1em!important;
	font-weight:500;
	letter-spacing: 0.1px;
}
header .navbar-default { background-color: transparent; border:none;}
header .nav {background-color: transparent}
header .navbar-default .navbar-nav a {color: #FFFFFF; padding: 5px 10px;}
header .navbar-default .navbar-nav .active a {
	color: #FFFFFF;
	background: transparent;
	text-shadow: none;
}
header .navbar-default .navbar-nav .active a:hover {
	color: #60c0dc;  /* lightblue */
	background:transparent;
	text-shadow: none;
	}
header .navbar-default .navbar-nav a:hover {
	color: #60c0dc;
  text-decoration: underline;
}
header .navbar-default .navbar-nav a:focus {
	color: #60c0dc;
    text-decoration: underline;
}
li#last  {margin-right:15px;}
/** Navbar Brand **/
header {background-color: #444444;}
#logoBrand {
	color: #84c7c6;
	font-family: "Robot Slab", serif;
	font-size: 1.0em;
	font-weight: 100;
  margin-top: -10px;
	}
header .navbar-brand span.subhead {
	display: block;
	font-family: "Robot Slab", serif;
	font-size: .6em;
	font-weight: 100;
	display:block;
}
/** Navbar Toggle **/
header .navbar-toggle {
	background-color: #84c7c6;
}
header .navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
header {padding-bottom: 5px;}
#collapse {
	padding-top:10px;
	color: #ffffff!important;
	background-color:#444444!important;
}
.carousel{margin-top:-25px;padding-bottom:10px;}
#profName {padding-bottom: 25px;}
#cmsName {padding-bottom: 25px;}
#cmsName {margin:0; width:80%; margin:0 auto;}
.bkcolor{background-color: #79b5b4;}
/** Page - Mission **/
#mission {
	background-color: rgb(16,117,151);
	/*background-image: linear-gradient(to bottom, #DAEEEE, #B4DDDD);*/
	/*border-top: 20px solid rgba(71, 104, 103, .05);*/
	color: #FFFFFF;
	/*margin-top: 20px;*/
}
#row p.container, #rowMission p.container, #rowMain p.container  {
  width:98%;
  margin:0 auto;
	padding-left:20px;
	border-left:0px solid #ffffff;
}
/* Use for Tutorials images menu */
#rowImage p.container {
  width:98%;
  margin:0 auto;
	padding-left:20px;
	border-left:0px solid #ffffff;
}
#rowImage2 p.container {
  width:98%;
  margin:0 auto;
	padding-left:20px;
	border-left:0px solid #ffffff;
}
#rowImage3 p.container {
  width:98%;
  margin:0 auto;
	padding-left:20px;
	border-left:0px solid #ffffff;
}
#moreMissionA {
	width:98%;
	margin:0 auto;
	 padding-left:0px;
	 	border-left:0px solid #ffffff;
}
.makeMoreMission {
	background-color: #444444;
}
#makeMoreMissionRow p.container-fluid {
	width:90%;
	margin:0 auto;
	margin-bottom:10px;
}
#imageServMore { margin-top:50px;}
#makeMoreMissionRow {padding-bottom:50px;}
.main {padding-bottom:15px;background-color: rgb(16,117,151);}
.main .page img {margin-bottom: 25px;}
.main .page p {margin-left: -30px;}
.mainMenuButton {margin-left:30px;}
/* Start - Value Proposition Title */
.mainProp {padding-bottom:15px;background-color: #466a74;}
.mainMission {padding-bottom:15px;background-color: #518479;}
.mainSimpleDesign {padding-bottom:15px;background-color: #444444;}
.sellPageDesign {margin-bottom: 15px;padding-bottom:15px;background-color: #1a7595;}
#mainValueProp {
	margin-top:0px;
	border-bottom:0px solid #ffffff;
}
#valueProp {
	padding:0;
}
#propName, #propNameSell, #propNameSellArt, #profNameHowToSell, #profNameSubscription {
	color: #FFFFFF;
	text-align: center;
}
#propNameArt {
	color: #FFFFFF;
	text-align: center;
}
#affordName, #affordResponse {
	color: #FFFFFF;
	text-align: center;
}
.containPara {
  margin-bottom:10px;
}
/* End - Value Proposition Title */
#mainPage {
	margin-top:15px;
	border-bottom:0px solid #ffffff;
}
#mainPad {
	background-color: #444444;
  border-top:0px solid #ffffff;
}
#services {
	background-color: #444444;
	color: #FFFFFF;
	padding-bottom:115px;
	/*margin:20px 0;*/
}
.service {margin-top:10px;}
.service img.icon {
	display: block;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 5px;
}
#services h3 {
	margin-bottom:10px;
}
button, .btn .btn-info {
	font-weight: bold !important;
}
button#serviceButton {margin-left:15px;font-weight: bold !important;}
button.moveButton30 {margin-left:50px;font-weight: bold !important;}
button.moveButton20 {margin-left:29px;font-weight: bold !important;}
button.moveButton15 {margin-left:15px;font-weight: bold !important;}
btn btn-info moveButton18 {margin-left:15px; border:none !important;font-weight: bold !important;}
a.btn {
	font-weight: bold !important;
}
.page .content img {margin-bottom: 25px;}
span a {color: #43e8d0; text-decoration: underline;}
span a:hover {color:#60c0dc;}
/** Page - Staff **/
.info p {
	/*color: #CFE8E5;*/
	color: #ffffff;
}
.developers {
	margin: 10px 0;
}
.developers h3 {
	font-weight: 600;
	font-size: 1.2em;
	color: #FFFFFF;
}
.developers h3 ~ p {color: #FFFFFF;}
.developers img {
	width: 100%;
}
#contact {color:#FFFFFF;}
#imageDiv, #well {margin-bottom: 50px;}
/** Page - Testimonials **/
#scheduleSection {background-color: #565656; color:#FFFFFF;}
#telNumber {text-align: center;}
#contactContent, footer { margin-top:20px;}
#contactContent {background-color: #456a75; color:#FFFFFF;}
legend {color: #FFFFFF;}
.well { background-color: #352e2e; }
fieldset label {font-weight: 500; color:#ffffff!important;}
.roundCorner {
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		behavior: url(PIE-1/PIE.htc);
}
    #moveOneLine{margin-top: 20px;}
	#contactContent .row .well {background: rgba(44, 44, 44,.5); color:rgb(237,160,36);}
	section#contactContent .row {background-color: rgb(56, 56, 56);}
	#enterFullname,#enterRightEmail, #RegDiv {color: rgb(150,218,234);	}/*96daea*/
	#frm32 {text-align: left;}
	.container .row #well {background: #565656; color: white;}
	h1#contact {color:rgb(255,255,255);}
	legend {color:white;}
	input, textarea {color:black;}
	a[href^="tel"]{text-decoration: none; color:red;}
.content {margin-top: -25px;}
form#frm32 textarea {margin-bottom:15px;}
button#missionButton, a[class="btn btn-info"] {
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    behavior: url(PIE-1/PIE.htc);
}
button[class="btn btn-info portfolioAll"] {
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    behavior: url(PIE-1/PIE.htc);
}
button[class="btn btn-info addViewNext"] {
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    behavior: url(PIE-1/PIE.htc);
}
#ibutton2, p#iSubmit2 a {
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    behavior: url(PIE-1/PIE.htc);
}
/*make Send button even with the main menu botton */
#ibutton2 {
margin-top:3px;
}
#staff {
	background-color: #4d8479;
	/*background-image: linear-gradient(to bottom, #11A5A5, #11827F);*/
}
#ourstaff {color:#FFFFFF;}

#portfolioContainer {margin-top: -25px;}
section#staff #portfolioContainer h2 {color: #FFFFFF;}
#portfolioButtonDiv{
	margin-top: 20px;
	padding-bottom:20px;
}
#portfolioButtonDiv2,#portfolioButtonDiv3,#portfolioButtonDiv4,#portfolioButtonDiv5,
#portfolioButtonDiv6,#portfolioButtonDiv7,#portfolioButtonDiv8,#portfolioButtonDiv9,
#portfolioButtonDiv10 {
	padding-bottom:20px;
}
/*Modal*/
.modal .well {color: #FFFFFF;}
.boxOutline{background-color: rgba(79, 76, 76, 0.6);color:#FFFFFF;margin-bottom: 20px;}
.smallSize, .smallSizeCenter {font-size: 0.6em; color:#FFFFFF;font-weight:bold;text-align:center;}
.smallSizeCenter {color:#96daea;}
.smallSize {
	font-size: 0.8em;
	color:#FFFFFF;
	font-weight:0.3;
	text-align:center;
}
.bringDown {margin-top:10px;}
.bringUp{margin-top:-10px;}
.bringDown25 {margin-top:25px;}
.makeSpace25 {margin-bottom: 25px;}
.addPadding {padding-bottom:25px;}
.imgScale {border:2px solid #96daea;}
.imgScale:hover {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
outline:4px solid #60c0dc;
}
#leftContact {padding-bottom:10px;margin-bottom:10px;}
#reduceSize {margin-top: 25px;}
.k0cf2bb {color: #0cf2bb;}
.lightBlue {color: #60c0dc;}
.lightBlue:hover {color:#ffc43f;}
ul li {margin-bottom: 10px;}
.lightBlueResponse {color:#addedf; margin-left:25px;}
.SEO .page .row p {margin-bottom:25px;}
h3.alignLeft {text-align: left;margin-bottom: 30px;color:rgb(150,218,234);}
h3.alignCenter {text-align: center;margin-bottom: 30px;color:rgb(150,218,234);}
h4.smallSizeCenter {color: #ffffff!important;}
ul#termUL li:nth-child(2n+1){color:#addedf;}
ul#termUL li:nth-child(2n){color:#FFFFFF}
.moveHRDown {left-margin: -40px; width:100%;}
.navbar-custom .nav li a {
	transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
}
/* testimony */
#para1 {
	width:85%;
	margin:0 auto;
	text-align:center;
	-webkit-transition: text-align ease-in-out .15s;
	     -o-transition: text-align ease-in-out .15s;
	        transition: text-align ease-in-out .15s;
}
#para2 {
	width:50%;
	margin:0 auto;
	text-align:right;
	-webkit-transition: text-align ease-in-out .15s;
			 -o-transition: text-align ease-in-out .15s;
					transition: text-align ease-in-out .15s;
}
/** Footer Nav **/
/** Footer Nav **/
footer {
	background:#444444;
	color: white;
	font-size: .8em;
	padding: 50px 0 40px 0;
}
footer .navbar-default { background: transparent; border:0;}
footer a {
	color: #E0E6AE;
}
footer a:hover {
	color: #60c0dc !important;
}
footer phone {
	font-size: 1.4em;
	font-weight:700;
	color: #E0E6AE;
}
footer .navbar {
	margin-bottom: 0;
	min-height:0;
}
footer .navbar-default {
	background-color: transparent;
	border: none;
	margin-right: 40px;
}
footer .navbar-nav>li a {
	padding-top:0;
	padding-bottom:0;
	text-decoration: underline;
	color: #FFFFFF !important;
}
#leftContact{
	/*float:left;*/
	background-color: rgb(79, 76, 76);
	padding:10px 0 10px 10;
}
.colorAlertBlue {color: #4d8479;}
#viewMobil {color:aquamarine; text-decoration: underline;}
#viewMobil:hover {color: #addedf;}
.offset {position: absolute; margin-left: -99999;}
.seoBlue { color: #43e8d0!important; }
/* Use for the resources page */
#resourceDisclaimer {
	border:1px solid #666;
	font-style:italic;
	padding:25px;
}
.resourceClass a {
	color:#60c0dc;
	text-decoration: underline;
}
.resourceClass a:hover {
	color:#ffc43f;
}
.resourceClassAA img:hover {
	transform:scale(1.1,1.1);
}
.arjGrid {
    display: grid;
	grid-template-columns: 2fr 1fr;
	margin-left:15px !important;
}
.arjGrid .arjItem-Grid {
}
.alignRight {text-align: right!important;}
.but1a {
	margin-top:5px;
	margin-bottom: 10px;
	background-color: #acddde;
padding-bottom: 10px;
	border:none;
}
.but1a p {
	width:175px;
	margin:0 auto!important;
	color: #217594;
}
/*.arjItem-Grid-P { text-align: left; margin-top:10px; }*/
.alignCenter {
	text-align: center;
}
.arjItem-Grid-P {
	text-align: left;
	margin-top:10px;
	/*border:1px solid gray;*/
}
.arjGrid {width:96%;padding:0px;margin:0 auto; }
#portfolioContainer row {
  margin-top:100px;
}
/* CMS page */
/* index page */

#imageServ5:hover, #imageServGo9:hover, #imageServ6:hover, #sellBeautifulArt:hover {
  transform: scale(1.1,1.1);
}
#imageServGo:hover {
  transform: scale(1.1,1.1);
}
#imageSellArt:hover {
    transform: scale(1.1,1.1);
    
}

.testimonials-widget-testimonial {
	width:50%;
	margin:0 auto;
}
.open-quote{
	font-size:1.1em;
}
/* Resources page */
#affiliatePlan hr.moveLeft { margin-left: -14px; }
h4.smallSizeCenter {color: #ffffff!important;}
 /*transition: background-color 0.5s ease;*/
/* SEO Home Page */
.SEOHome {
	border-top:14px solid #207594;
	padding-top:35px;
}
.input98R {
	border-radius:6px;
}
/* Online Marketing */
div#mc_embed_signup {
	width: 97%;
	background: transparent;
}
div#mc_embed_signup label {
	margin-left:-2px;
	/*font-weight:100;
	font-family: Georgia, serif;
	color: #4D4D4D;
	font-size: 1.3em !important;*/
}
.floatImgLeft {
	float:left;
	margin:0 auto;
	margin-top:10px;
	margin-left:20px;
	width:16%;
	border:4px solid #64c0da;
}
.archorUL {
	text-decoration: underline;
	color: #4de7d0;
}
.archorUL:hover {
	text-decoration: underline;
	color: #31cbf4;
	transform: scale(1.1,1.1);
}
.input98R {
	width:30%;
	border-radius:6px;
	margin:0 auto;
	border:1px solid #333;
	height:25%;
	margin-top:50px;
}
#reCapID {
	width:50%;
	height:50%;
	margin:25px 0px;
	border-radius:6px;
}
/* The below lines is use for the wonderful designs web page */
.addLines {
  margin-top:50px;
  margin-bottom: 50px;
}
.newDesign {
	  margin-bottom: 50px;
}
#newDesignTop {
  	margin-top: 50px!important;
}
#inpAdd {
	width:135px;
	vertical-align: middle;
}
.imgBorder {
	padding:0px;
	border:8px solid #f6f6f6;
}
.grid {
		display: grid;
		grid-template-columns: 1fr;
		padding:5px;
}
.imgGrid {
		display: grid;
		grid-template-columns: 1fr;
		padding:5px;
}
/* Mission Images */
.missionImagesGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

}
img.missionImagesGrid-item {
    width:75%;
	margin:20px;
}
.sandGrid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
img.sandGridImg-item {
	width:75%;
	margin:20px;
}
.color00f8ee {
	color:#00f8ee!important;
}
.colorH1 { color: #8fbdea!important; font-weight:bold;}

.noStyle {
	list-style: none!important;
}
.fontSize85 {font-size:.85em;}
.underLine {text-decoration:underline;}
.iUnderline {border-bottom:1px solid #ffffff;}
ul.ulUnderLine li a {text-decoration: underline;color:lightblue!important;}
ul.ulUnderLine li a:hover {background:transparent;color:#ffc43f!important;}
ul.colorffc43f  li a:hover {color:#ffc43f!important;}
@media only screen and (min-width:900px) and (max-width:1200px) {
}
@media only screen and (min-width:769px) and (max-width:899px) {
#row p.container {
  width:98%;/*90*/
  margin:0 auto;
	padding-left:20px;
	border-left:0px solid #004080;
}
#moreMissionA {
	width:98%;
	margin:0 auto;
	 padding-left:0px;
	 	border-left:0px solid #004080;
}
.grid {
		display: grid;
		grid-template-columns: 1fr;
		padding:5px;
}
.arjItem-Grid-P {
	text-align: left;
	margin-top:10px;
	/*border:1px solid red;*/
}
.arjGrid {
	width:95%;margin:0 auto;padding:0;
}

/* Mission Images */

.sandGrid {
	display: grid;
  grid-template-columns: 1fr 1fr;
}
img.sandGridImg-item {
	width:80%;
	margin:10px;
}
}
@media only screen and (max-width:768px) {
header .navbar-collapse {background-color: rgba(0,0,0,.5);}
header .navbar-default .navbar-nav a {color: white;}
#row p.container {
	border-left:0px solid #ff33cc;
}
.arjGrid {
	display: grid;
	grid-template-columns: 1fr;
	margin-left:15px !important;

}
.arjItem-Grid-P {
	text-align: center;
	margin-top:10px;
	/*border:1px solid yellow;*/
}
.arjGrid {width:95%;margin:0 auto;padding:0;margin-left:-2px; }
.alignRight {
	text-align: center!important;
}
/* Mission Images */
}
@media only screen and (max-width:768px) and (orientation: landscape) {
	.arjGrid {
		display: grid;
		grid-template-columns: 1fr;
		margin-left:15px !important;
	}
	.arjItem-Grid-P {
		text-align: center;
		margin-top:10px;
		/*border:1px solid brown;*/
	}
.arjGrid {width:95%;margin:0 auto;padding:0; }
.alignRight {text-align: center!important;}
/* Mission Images */
}
@media only screen and (min-width: 450px) and (max-width:  767px) {
	#secResult {padding: 20px;}
	#secResult {padding-bottom: 75px;}
	#iframe3 {width:100% !important;}
	#row p.container {
		border-left:0px solid #00aaff;
	}
	.grid {
	    display: grid;
	    grid-template-columns: 1fr;
	    padding:5px;
	}
	.arjGrid {
		display: grid;
		grid-template-columns: 1fr;
		margin-left:15px !important;
	}
	.arjItem-Grid-P {
		text-align: center;
		margin-top:-10px;
		font-size:0.9em;
	  /*border:1px solid green;*/
	}
.arjGrid {width:96%;padding:0px;margin:0 auto; }
.alignRight {text-align: center!important;}
/* Mission Images */
}
@media only screen and (min-width: 450px) and (max-width:  767px) and (orientation: landscape)  {
	.arjItem-Grid-P {
		text-align: center;
		margin-top:10px;
		font-size:0.9em;
		/*border:1px solid purple;*/
	}
.arjGrid {width:96%;padding:0px;margin:0 auto; }
}

@media (min-width: 321px) and (max-width: 480px) {
/*Samsung Galaxy portrait 380 by 685*/
input, textarea {width:95%;}
#ibutton2 {width:25%;}
#firstSetPort {clear: both;}
#profName {font-size:1em;}
#but1 p, #but2 p {margin-left:-5px !important;}
#but1R p {margin-left:-7px !important;}
#but1M p {margin-left:-4px !important;}
.secRowNone { display: none;}
#secResult {padding: 20px; }
	#secResult {padding-bottom: 75px;}
.navbar-header  {
	padding-bottom:25px;
}
#inpAdd {;
	vertical-align: middle;
}
#row p.container {
  width:95%;
  margin:0 auto;
	padding-left: 20px!important;
}
#row p.container {
	border-left: 0px solid #86592d;
}
.floatImgLeft {
	float:left;
	margin:0 auto;
	margin-top:10px;
	margin-left:10px;
	width:90%;
	border:4px solid #64c0da;
}
.input98R {
	width:50%;
	border-radius:6px;
	margin:0 auto;
	border:1px solid #333;
	height:25%;
	margin-top:50px;
	margin-left:3%;
}
#reCapID {
width:50%;
height:50%;
margin:25px 0px;
border-radius:6px;
margin-right:25%;
}
/*testimonials */
#divResult {
	 display:none!important;
}
.grid {
    display: grid;
    grid-template-columns: 1fr;
    padding:5px;
}
.arjGrid {
	display: grid;
	grid-template-columns: 1fr;
	margin-left:15px !important;
}
.call-to-action-buttonARJ {
	padding-bottom: 140px!important;
}
.arjItem-Grid-P {
	text-align: center;
	margin-top:10px;
	font-size:0.9em;
	/*border:1px solid blue;*/
}
.arjGrid {width:95%;margin:0 auto;padding:0; }
.alignRight {text-align: center!important;}
/* Mission Images */

.sandGrid {
	display: grid;
  grid-template-columns: 1fr 1fr;
	margin:10px;
}
img.sandGridImg-item {
	width:90%;
}
}

@media (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
/*Samsung Galaxy portrait 380 by 685*/
input, textarea {width:95%;}
input#ibutton2 {width:25%;}
#firstSetPort {clear: both;}
#profName {font-size:1em;}
#ctaDesc {
	margin-bottom:25px;
}
#but1 p, #but2 p {margin-left:-4px !important;}
#but1R p {margin-left:-3px !important;}
.secRowNone { display: none;}
#secResult {padding: 20px;}
	#secResult {padding-bottom: 75px;}
#inpAdd {
	vertical-align: middle;
}
#row p.container {
	border-left:0px solid #0000ff;
}
.input98R {
	width:80%;
	border-radius:6px;
	margin:0 auto;
    border:1px solid #333;
    height:25%;
    margin-top:50px;
    margin-left:3%;
    }
#reCapID {
width:50%;
height:50%;
margin:25px 0px;
border-radius:6px;
margin-right:25%;
}
/*testimonials */
#divResult {
	 display:none!important;
}
.arjGrid {
	display: grid;
	grid-template-columns: 1fr;
	margin-left:15px !important;
}
.arjItem-Grid-P {
	text-align: center;
	margin-top:-10px;
	font-size:0.9em;
	/* border:1px solid white; */
}
.arjGrid {width:95%;margin:0 auto;padding:0; }
.alignRight {text-align: center!important;}
/* Mission Images */
.sandGrid {
	display: grid;
    grid-template-columns: 1fr 1fr;
	margin:10px;
}
img.sandGridImg-item {
	width:75%;
}
}
@media (max-width: 320px) {
/*iPhone 3+4 portrait 320 x 480*/
/*iPhone 5 portrait 320 x 568*/
/*Lavender*/
#ctaDesc {
	margin-bottom:25px;
}
#but1 p, #but2 p {margin-left:-6px !important;}
#but1R p {margin-left:-6px !important;}
#but1M p {margin-left:-4px !important;}
.secRowNone { display: none;}
#secResult {padding: 20px;}
	#secResult {padding-bottom: 75px;}
/* Resources page */
#affiliatePlan hr.moveLeft { margin-left: -25px!important; }
#affiliatePlan div.col-sm-4 { margin-left: -35px!important; }
.navbar-header  {
	padding-bottom:25px;
}
#inpAdd {
	vertical-align: middle;
}
#row p.container {
  width:95%;
  margin:0 auto;
	padding-left: 20px!important;
}
#row p.container {
	border-left: 0px solid #1aff1a;
}
#cmsName {margin:0; width:75%; margin:0 auto;}
.floatImgLeft {
	float:left;
	margin:0 auto;
	margin-top:10px;
	margin-left:10px;
	width:90%;
	border:4px solid #64c0da;
}
.input98R {
	width:50%;
	border-radius:6px;
	margin:0 auto;
	border:1px solid #333;
	height:25%;
	margin-top:50px;
	margin-left:3%;
}
#reCapID {
	width:50%;
	height:50%;
	margin:25px 0px;
	border-radius:6px;
	margin-right:25%;
}
/*testimonials */
#divResult {
	 display:none!important;
}
.grid {
    display: grid;
    grid-template-columns: 1fr;
    padding:5px;
}
.arjGrid {
	display: grid;
	grid-template-columns: 1fr;
	margin-left:15px !important;
}
.arjItem-Grid-P {
	text-align: center;
	margin-left: -10px;
	margin-top:10px;
	font-size:0.9em;
	/*border:1px solid orange;*/
}
.arjGrid {width:95%;margin:0 auto;padding:0; }
.alignRight {text-align: center!important;}
}
/* newArtShow */
.textAlignRight { text-align: right!important; }
.sty444 {
    color:#444444!important;
}
.styLightBlue {
    color:#4888e1!important;
}
.styRed {
    color:#ef4864!important;  
}
.styVeryLightBlue {
    color:#2ae0ff!important;
}
.styWhite {
    color: #ffffff;
}
.styBlack {
    color: #000000;
}
.styLightDarkBlue {
    color:#4888e1!important;  
}

.fontSize16 {
  font-size: 1.6em;
}
.fontSize17 {
  font-size: 1.7em;
}
.fontSize18 {
  font-size: 1.8em;
}
.fontSize19 {
  font-size: 1.9em;
}
.fontSize20 {
  font-size: 2em;
}
.styPaddingBottom {
    padding-bottom:15px;
    border:1px solid blue;
}
.styBackgoundColor {
    background-color: #262431;
}
.styPaddingTopBottomLineHeight {
    padding-top:100px;
    padding-bottom:100px;
    text-align:center;
    line-height:1.1;
}
.styPaddingTopMarginBottom25 {
    padding-top:25px;
    margin-bottom:0px;
}
.styPaddingTopMarginBottom1515 {
    padding-top:15px;
    margin-bottom:15px;
}
.styBackgroundColorFFF {
    background-color:#ffffff!important;
}
.styPadding10 {
    padding:10px 0px;
}
.styBorder444 {
    border:1px solid #444444;
}
.styPaddingTop30 {
    padding-top:30px!important;
}
.textCenter {
    text-align:center!important;
}
.useForWhatWeCharge {
    width:98%!important;
    margin:0 auto!important;
    margin-top:5px!important;
    margin-bottom:10px!important;
    color:#444444!important;
}
.imageServWPMar20Wid80 {
    margin-top:20px!important;
    width:80%!important;
}
.widthChangeWid90Mar0AutoPad0 {
    width:90%!important;
    margin:0 auto!important;
    padding:0 45px!important;
}
.widthChangeWid85Mar0AutoPad0MarTop20 {
    width:85%!important;
    margin:0 auto!important;
    margin-top:20px!important;
    padding:0 45px!important;

}
.widthChangeWid90Mar0AutoPad0MarTop20 {
    width:90%!important;
    margin:0 auto!important;
    margin-top:20px!important;
    padding:0 45px!important;

}
.widthChangeWid95Mar0AutoPad0MarTop20 {
    width:95%!important;
    margin:0 auto!important;
    margin-top:20px!important;
    padding:0 45px!important;
}
.widthChange75Margin0Auto {
    width:75%!important;
    margin:0 auto!important;
}
.textCenterMarBot10 {
    text-align:center!important;
    margin-bottom:10px!important;
}
.styMarginTop5 {
    margin-top:5px!important;
}
.styMarginTop10 {
    margin-top:10px!important;
}
.styMarginTop20 {
    margin-top:20px!important;
}
.styMarginTop15Width45 {
    margin-top:15px!important;
    width:45%!important;
}
.padTop0 {
    padding-top:0!important;
}
.padTop10 {
    padding-top:10!important;
}
.padTop5 {
    padding-top:5!important;
}
.padding10x0 {
    padding:10px 0px!important;
}
.padding30x0 {
    padding:30px 0px!important;
}
.unsubscribe {
    font-size:18px!important;
    width:75%!important;
    margin:0 auto!important;
    margin-top:5px!important;
    margin-bottom:10px!important;
    color:#4888e1!important;
    text-align:center!important;
}
.closeMyAccount {
    text-align:center!important;
    margin-top:5px!important;
    margin-bottom:10px!important;
    color:#4888e1!important;
}
.fontWeightBoldPadding10BorderRadius0 {
    font-weight: bold!important;
    padding-top:10px!important;
    border-radius:0!important;
    }
.ourTeamWillMarginTop15PaddingTop0PaddingBottom0 {
    margin-top:-15px!important;
    padding-top:0!important;
    padding-bottom:0!important;
}
.widthChangeMarginTop30MarginBottom5Color444 {
    margin-top:30px!important;
    margin-bottom:5px!important;
    color:#444444!important;
}
.widthChangeMarginTop30MarginBottom8Color444 {
    margin-top:30px!important;
    margin-bottom:8px!important;
    color:#444444!important;
}
.widthChangeMarginTop30MarginBottom10Color444 {
    margin-top:30px!important;
    margin-bottom:10px!important;
    color:#444444!important;
}
.widthChangeMarginTop30MarginBottom10Colorfff {
    margin-top:30px!important;
    margin-bottom:10px!important;
    color:#ffffff!important;
}
.widthChangeMarginTop20MarginBottom10Color444 {
    margin-top:20px!important;
    margin-bottom:10px!important;
    color:#444444!important;
}
.widthChangeMarginTop10MarginBottom10Color444 {
    margin-top:10px!important;
    margin-bottom:10px!important;
    color:#444444!important;
}
.widthChangeMarginTop5MarginBottom10Color444 {
    margin-top:5px!important;
    margin-bottom:10px!important;
    color:#444444!important;
}
.widthChangeMarginTop15MarginBottom10Color444 {
    margin-top:15px!important;
    margin-bottom:10px!important;
    color:#444444!important;
}
.marginTop15PaddingTop0PaddingBot0 {
    margin-top:-15px;
    padding-top:0;
    padding-bottom:0;
}
.secondRowTextCenterMarginBot10 {
    text-align:center;
    margin-bottom:10px;
}
.secondRowTextCenterMarginBot20 {
    text-align:center;
    margin-bottom:20px;
}
.secondRowTextCenterMarginBot30 {
    text-align:center;
    margin-bottom:30px;
}
.pageStepsYourDash2 {
    background-color:#ffffff!important;
    padding-left:0!important;
    padding-right:0!important;
    padding-top:0!important;
    padding-top:0!important;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #60c0dc;
  border: 1px solid #60c0dc;
  border-radius: 1px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
    }
.img-thumbOldMan {
  display: inline-block;
  max-width: 50%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #60c0dc;
  border: 1px solid #f2f2f2!important;
  border-radius: 1px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
    }
    
.img-toSellArt {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid #444;
}    
    
.jumbotron2 {
	max-height:100%;
	max-width:100%;
	background:url(img/howtosellartonline-min.svg) no-repeat;
    background-size:cover;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizelegibility;

}
.jumbotron2 > div {
    padding-top:100px;
    padding-bottom:100px;
    padding-left:10%;
    padding-right:10%;
}
.fontSize14px {
    font-size:14px!important;
}
.fontSize15px {
    font-size:15px!important;
}
.fontSize16px {
    font-size:.8em!important;
}
.fontSize1em {
    font-size:1em;
}
.fontSize12em {
    font-size:1.2em;
}
.fontSize07px {font-size: .07px!important; }

.makeFont {
    font-size:18px;
}
.fontSize2em {
    font-size:2.0em;
}
.marginTop20 {
      margin-top:20px;
}
.marginTop15 {
      margin-top:15px;
}
header {
  background-color:#444444!important;
}
a.colorHover:hover,a.webDevelopmentTutorials:hover { color: red!important;}
.grid-container-team {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.grid-item-team {
  padding: 0px;
  text-align: center;
}
 img.gridItem-item {
	width:75%;
	margin:5px;
}
.oldfMan   {
    width:20%;
    height:auto;
   border: 8px solid #f2f2f2!important;

}
#rowMain p.container,#rowMainNewSellPage p.container  {
  width:98%;
  margin:0 auto;
	padding-left:20px;
	border-left:0px solid #ffffff;
}
#spanColorFFF {color:#ffffff!important;}
#profName, #profNameA {margin:0;}
#cmsName {color:#444444;}
.cmsName {color:#444444;}
.width90Margin0AutoPadding045 {
  width:90%;
  margin:0 auto;
  padding:0 45px;
}
.marginTopPaddingBottom {
  margin-top:0;
  padding-bottom:0
}
.bgColorPadLeftPadRightPadBot {
  background-color:#ffffff!important;
  padding-left:0!important;
  padding-right:0!important;
  padding-bottom:0!important;
}
.padPadBottom {
  padding:0px 0px;
  padding-bottom:0;
}
#textAlignMarginBottom5 {
  text-align:center;
  margin-bottom:5px;
}
#imageServGo3 {
  width:20%;
  margin:0 auto;
}
#marginTop30MarginBot10Color {
  margin-top:30px;
  margin-bottom:10px;
  color:#444444;
}
#textAlignCenterMargin {
  text-align:center;
  margin:0 auto;
}
.textAlignCenterMargin {
  text-align:center;
  margin:0 auto;
}
.textAlignMarginBottom5 {
  text-align:center;
  margin-bottom:5px;
}
.textAlignMarginBottom10 {
  text-align:center;
  margin-bottom:20px;
}
#imageServGo4 {
  width:20%;
  margin:0 auto;
}
.marginTopPaddingTopBorderBottom {
  margin-top:0;
  padding-top:0;
  border-bottom:0!important;
}
#ourTeamWillA {
  padding:5px 0px;
  padding-top:0;
}
#imageServGo5 {
  width:20%;
  margin:0 auto;
}
.textAlignCenterMarPadRightPadLeft {
  text-align:center;
  margin:0 auto;
  padding-right:0!important;
  padding-left:0!important;
}
.textAlignCentermarBot10 {
  text-align:center;
  margin-bottom:10px;
}
#imageServGo6 {
  width:20%;
  margin:0 auto;
}
.textAlignMargPadRightPadLeft {
  text-align:center;
  margin:0 auto;
  padding-right:0!important;
  padding-left:0!important;
}
.width80MarPad50 {
  width:80%;
  margin:0 auto;
  padding:0 50px;
}
.width82Mar0Auto {
  width:82%;
  margin:0 auto;
}
.width85MarPad50 {
  width:85%!important;
  margin:0 auto;
  padding:0 50px;
}
.width90MarPad50 {
  width:90%!important;
  margin:0 auto;
  padding:0 50px;
}
.width95MarPad50 {
  width:95%;
  margin:0 auto;
  padding:0 50px;
}
#sectionStepYourDashboard3 {
  margin-top:0;
  padding-top:50px;
  padding-bottom:50px;
  border-bottom:0!important;
  background-color:#ffffff;
}
.width75MarMarBot50Color44 {
  width:75%;
  margin:0 auto;
  margin-bottom:50px;
  color:#444444!important;
}
.marginTop20Width95Mar0 {
  margin-top:20px;width:95%;margin:0 auto;
}
.textAlignCenterMarBot10 {
  text-align:center;margin-bottom:10px;
}
#imageServ5, #imageServ6 {
  width:75%;
  margin:0 auto;
}
.fontSize16Color444Width65Mar0MarTop20 {
  font-size:16px;color:#444444;width:65%;margin:0 auto;margin-top:20px;
}
.textAlignCenterMarBot10 {
  text-align:center;
  margin-bottom:10px;
}
.marTop20Width95Mar0Auto{
  margin-top:20px;
  width:95%;
  margin:0 auto;
}
.redBox {
    border:1px solid red;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  /* padding-right: 15px;
  padding-left: 15px;*/
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-md-3, .col-md-4, .col-md-6, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
}
@media only screen and (min-width:900px) and (max-width:1200px) {
.grid-container-team {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.grid-item-team {
  padding: 0px;
  text-align: center;
}
 img.gridItem-item {
	width:75%;
	margin:5px;
}
}
@media only screen and (min-width:769px) and (max-width:899px) {
.grid-container-team {
  display: grid;
  grid-template-columns: auto auto;
}
.grid-item-team {
  padding: 0px;
  text-align: center;
}
 img.gridItem-item {
  width:80%;
  margin:10px;
}
}
@media only screen and (min-width:769px) and (max-width:899px) {
.grid-container-team {
  display: grid;
  grid-template-columns: auto auto;
}
.grid-item-team {
  padding: 0px;
  text-align: center;
}
 img.gridItem-item {
  width:80%;
  margin:10px;
}
}
@media only screen and (min-width:900px) and (max-width:1200px) {
     /*  #pageStepsYourDashboard { border:5px solid black;}*/
}
@media only screen and (min-width:769px) and (max-width:899px) {
    /*  #pageStepsYourDashboard { border:5px solid orange;}*/
}
@media only screen and (max-width:768px) {
     /*  #pageStepsYourDashboard { border:5px solid yellow;}*/
       #numFourSecondRow { display:block;}
       #numFourColumn { display:none;}
}
@media only screen and (min-width: 450px) and (max-width:  767px) {
      /* #pageStepsYourDashboard { border:5px solid red;}*/
       #numFourSecondRow { display:block;}
       #numFourColumn { display:none;}
       img {
          max-width: 100%;
          height: auto;
        }
}
@media (min-width: 321px) and (max-width: 480px) {
     /*  #pageStepsYourDashboard { border:5px solid purple;}*/
       #numFourSecondRow { display:block;}
       #numFourColumn { display:none;}
}
/* Embeded CSS */
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #60c0dc;
border: 1px solid #60c0dc;
border-radius: 1px;
-webkit-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
  }
.img-thumbOldMan {
display: inline-block;
max-width: 50%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #60c0dc;
border: 1px solid #f2f2f2!important;
border-radius: 1px;
-webkit-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
  }
#spanColorFFF {
  color:#ffffff!important;
}
#profName,#profNameA {margin:0;}
.width90Margin0AutoPadding045 {
  width:90%;
  margin:0 auto;
  padding:0 45px;
}
.fontSize16 {
    font-size:16px;
}
.fontSize18 {
    font-size:18px;
}
.textCenterMarBot10 {
    text-align: center!important;
    margin-bottom: 10px!important;
}
.width80margin0auto {
    width:80%!important;
    margin:0 auto!important;
}
.width85margin0auto {
    width:85%!important;
    margin:0 auto!important;
}
.width90margin0auto {
    width:90%!important;
    margin:0 auto!important;
}
.fadeInRight {
    color:#444;
}
.marginTop15px {
    margin-top:15px!important;
}
.textCenter {
    text-align: center!important;
}
.styBlack {
    color: #444!important;
}
.useForWhatWeCharge {
    width:95%!important;
    margin:0 auto!important;
    margin-top:5px!important;
    margin-bottom:10px!important;
    color:#444444!important;
}
.styLightBlue {
   color:#3d88bf!important;
}
.styLightDarkBlue {
    color:#4888e1!important;  

}
.cmsName {color:#444444!important;}
.styNone { display: none!important;}
.styBlock { display: block!important;}
.jumbotron2 {
max-height:100%;
max-width:100%;
/*background:url(img/newArtShowJumbo.svg) no-repeat;*/
background:url(img/howtosellartonline-min.svg) no-repeat;
  background-size:cover;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
text-rendering: optimizelegibility;
}
.jumbotron2 > div {
  padding-top:100px;
  padding-bottom:100px;
  padding-left:10%;
  padding-right:10%;
}    
.styLightDarkBlue {
    color:#4888e1!important;  
}
.textAlignRight { text-align: right!important; }
.fontSize14px {
    font-size:14px!important;
}
.fontSize15px {
    font-size:15px!important;
}
.fontSize16px {
    font-size:.8em!important;
}
.fontSize1em {
    font-size:1em;
}
.fontSize12em {
    font-size:1.2em;
}
.fontSize07em {
    font-size: .07em!important; 
}
.makeFont {
    font-size:18px;
}
.fontSize2em {
    font-size:2.0em;
}
.marginTop20 {
      margin-top:20px;
}
.marginTop15 {
      margin-top:15px;
}

/* Latest CSS */
.jumbotron2 {
max-height:100%;
max-width:100%;
background:url(img/sellArtOnlineBannerImage.svg) no-repeat;
  background-size:cover;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
.jumbotron2 > div {
  padding-top:100px;
  padding-bottom:100px;
  padding-left:10%;
  padding-right:10%;
}
.styLightDarkBlue {
    color:#4888e1!important;
}
/*.oddEven:nth-child(odd) {
  color: #4888e1;
  border:1px solid #444444;
}*/
.oddEven {
  color: #4888e1;
}
.evenOdd {
  background-color: #476a74;
  color: #ffffff;
}
.businessWebsite {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows:50px;
    grid-gap: 10px;
}
.textUnderline { text-decoration: underline; }
.websiteSizePrice { border:1px solid #f2f4f5;width:95%;margin:0 auto; }
.fontSize07em {font-size: .5em;font-weight:200;}
#sellBeautifulArt:hover { transform: scale(1.1,1.1); }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}