div .test {
  height: 450px;
  width: 450px;
  background-color: #999;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,.5) !important;
}


/* GENERAL */
p, li {
  font-size:17px;
}

h1, .jumbotron h1 {
	font-size:34px;
}

h2 {
	font-size:26px;
}

h3 {
	font-size:18px;
}

body {
  padding-top: 60px; /* FOR NAVBAR */
}

@font-face {
  font-family: 'Comfortaa';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Comfortaa-regular/Comfortaa-regular.eot');
  src: url('/fonts/Comfortaa-regular/Comfortaa-regular.eot?#iefix') format('embedded-opentype'),
       local('Comfortaa'),
       local('Comfortaa-regular'),
       url('/fonts/Comfortaa-regular/Comfortaa-regular.woff2') format('woff2'),
       url('/fonts/Comfortaa-regular/Comfortaa-regular.woff') format('woff'),
       url('/fonts/Comfortaa-regular/Comfortaa-regular.ttf') format('truetype'),
       url('/fonts/Comfortaa-regular/Comfortaa-regular.svg#Comfortaa') format('svg');
}

a {
    color: #bdc3c7;
}

a:hover, a:focus {
  color: #e15952;
  text-decoration: none;
}

.margin-smaller {
  margin-top:10px;
  margin-bottom:10px;
}

.inr-text {
  font-family: 'Comfortaa', cursive;
}

.inr-highlight-text {
  color: #e86f69;
  font-weight:500;
  font-size:20px;
}

.btn-shadow {
  box-shadow: 0 10px 10px -10px rgba(0,0,0,.5) !important;
}

.well textarea {
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
}

#resetForm, #btn-reset, .plan-details-multiple-members, #inr-us2 {
  display: none;
}

.no-padding {
  padding:0;
  margin:0;
}

textarea {
    resize: none;
}

.padding-small {
  padding-top: 5px;
  padding-bottom: 5px;
}

ol.breadcrumb {
  padding-left: 0;
  padding-right: 0;
}

ol.breadcrumb li {
  text-transform: uppercase;
  font-size: 13px;
}

ol.breadcrumb .active {
  color: #e15952;
}

/* LANDING */
.arrow.bounce {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

.arrow.bounce a {
  cursor: default;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.inr-dont-hunt-us {
  background-color: #da552f;
  color: #fff;
  height: 50px;
  width: 100%;
  position: absolute;
}

.inr-header-img {
  margin-right: -200px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}

.inr-shadow {
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.inr-us {
  background-image: url("/images/us.png");
  background-repeat: no-repeat;

  background-size:contain;
  height:450px;width:600px;
}

.inr-us:hover, .inr-us:focus{
  background-image: url("/images/us2.png");
  background-repeat: no-repeat;

  background-size:contain;
  height:450px;width:600px;
}

@keyframes blink {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blink {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

#typist-element:after {
    content: " ";
    display: inline-block;
    height: 40px;
    position: relative;
    top: 10px;
    margin-left: 3px;
    margin-right: 7px;
    width: 4px;
    background: #da552f;
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}

.selectedText {
  display: none;
}

/* ABOUT */
.larger-text {
  font-size: 35px;
  color: black;
}

/* CONTACTS */
table {
    table-layout: fixed;
    word-wrap: break-word;
}

/* PRICING */
.panel-blue {
    background-color: #0d87e9;
}

.inr-smaller-font {
  font-size: 90%;
}

.custom-plan-highlight .inr-highlight-text, .custom-plan-highlight a:hover, .custom-plan-highlight a:focus  {
  color: #f39c12;
}

.custom-plan-highlight .panel-heading {
  background-color: #f39c12;
}

.custom-plan-highlight .btn-contact-us:hover, .custom-plan-highlight .btn-contact-us:focus {
  color: inherit;
}

.panel-title-custom {
  font-size: 20px;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
}

.padding-small-left {
  padding-left: 120px;
}

.padding-larger {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-huge-top {
  padding-top:50px;
}

.padding-even-larger {
  padding-top:30px;
  padding-bottom:30px;
}

.padding-larger-top {
  padding-top: 45px;
  padding-bottom: 15px;
}

.padding-top {
  padding-top: 15px;
}

.padding-top-larger {
  padding-top: 40px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.padding-bottom-larger {
  padding-bottom: 40px;
}

.squished {
  padding-left: 50px;
  padding-right: 50px;
}

.no-padding { padding: 0;
              margin: 0; }

.jumbotron {
  background:transparent;
}

.j2 {
  padding:0;
  margin:0;
}

.breadcrumb {
  background:transparent;
  border: 0;
}

.breadcrumb-white a {
  color: white;
}

a.link-white {
  color:white;
}

.no-cursor {
  cursor: default;
}

.cursor {
  cursor: pointer;
}

li, p, input, textarea, a, .light-font {
  font-weight: 100;
}

p, li  {
  color: #888;
}

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

.semi-bold {
  font-weight:600;
}

.not-active {
   pointer-events: none;
   cursor: default;
}

@media screen and (min-width: 992px){
  .vertical-center {
    min-height: 100%;  /* Fallback for vh unit */
    min-height: 100vh; /* You might also want to use
                          'height' property instead.

                          Note that for percentage values of
                          'height' or 'min-height' properties,
                          the 'height' of the parent element
                          should be specified explicitly.

                          In this case the parent of '.vertical-center'
                          is the <body> element */

    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /* Align the bootstrap's container vertically */
      -webkit-box-align : center;
    -webkit-align-items : center;
         -moz-box-align : center;
         -ms-flex-align : center;
            align-items : center;

  }

  .vertical-center-container-first {
    min-height: 90%;  /* Fallback for vh unit */
    min-height: 100vh; /* You might also want to use
                          'height' property instead.

                          Note that for percentage values of
                          'height' or 'min-height' properties,
                          the 'height' of the parent element
                          should be specified explicitly.

                          In this case the parent of '.vertical-center'
                          is the <body> element */

    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /* Align the bootstrap's container vertically */
      -webkit-box-align : center;
    -webkit-align-items : center;
         -moz-box-align : center;
         -ms-flex-align : center;
            align-items : center;

  }
}

/* LANDING PAGE */
#main-content video {
  box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
  width: 450px;
}

.youtube-video {
  box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}

#custom-footer {
  padding-top:20px;
  padding-bottom:10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align:right;
  background: #38384d;
  color: #fff;
  text-align:center;
}

#custom-footer p {
  font-size:13px;
  color: #fff;
}

@-webkit-keyframes love {
    to { -webkit-transform: scale(1.2); }
}

@-moz-keyframes love {
    to { -moz-transform: scale(1.2); }
}

@keyframes love {
    to { transform: scale(1.2); }
}

.love {
   color: #e74c3c;
    display: inline-block;
    font-size: 1em;
    position: relative;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    -webkit-animation: love .8s infinite linear alternate-reverse;
    -moz-animation: love .8s infinite linear alternate-reverse;
    animation: love .8s infinite linear alternate-reverse;
}

.jumbotron .inr-title {
  font-size: 40px;
}

.inr-title {
  font-weight: 700;
}

.container-custom {
  width : auto;
  padding: 50px 15% 50px 15%;
}

.container-custom.changeAlignment {
  padding: 100px 15% 100px 15%;
}

.container-custom:nth-child(even) {
  background-color: #fbf3f3;
  /*background-color: #f6fafd;*/
}

.container-custom-smaller-padding {
  width : auto;
  padding: 30px 15% 30px 15%;
}

.container-custom-no-padding {
  width: auto;
}

#main-content .jumbotron-no-padding {
  padding-left: 15px;
  padding-right: 15px;
}

#main-content h1 {
  font-weight: 700;
}

.container-custom-small-padding {
  width: auto;
  padding-top:25px;
  padding-bottom:25px;
}

.container-after {
  padding-top:150px;
  padding-bottom: 150px;
}

.container-last {
  padding-top:120px;
  padding-bottom:50px;
}
.white-link {
  color: white;
  text-decoration: underline;
}

.container-dark-color h3, .container-dark-color h1, .container-dark-color h2 {
  color:white;
}

.container-black-color {
  background-color: black;
  color:white;
}
.container-light-color {
  background-color: #fbf3f3;
}

.container-red {
  background-color: #e86f69;
  color: white;
}

.container-red h3 {
  color: white;
}

.margin-bottom-sm { margin-bottom:5px; }


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.changeAlignment {
  text-align: left;
}

.changeAlignmentRight {
  text-align: right;
}

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

    .jumbotron {
      margin-bottom: 0;
    }

    .changeAlignment, .changeAlignmentRight {
      text-align: center;
    }

    .testimonials {
      height:375px !important;
    }

    #main-content video {
      width: 100%;
    }
}

/* Spinner */
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

/*SIGN IN*/

body .modal-content {
  margin-left:auto;
  margin-right:auto;
}

.modal-custom-narrow {
  width: 70%;
}

.modal-custom-wider {
  width: 95%;
}

.nav-tabs {
  background-color: white;
}

.modal-text-smaller {
  font-size:14px;
}


/* SWITCH */
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large > small {
  height: 40px;
  width: 40px;
}



/* LANDING */

.hero {
  overflow-x: hidden;
  /*background-color: #e86f69;*/
}

/*.hero p, .hero li, .hero h1 {
  color: white;
}*/

.feature-point-text {
  color: #e86f69;
  text-transform:uppercase;
  font-weight:700;
}

.jumbotron .inr-point {
  font-size: 16px;
  margin-left: 15px;
}

.inr-point:hover {
  color: #e86f69;
}

.sign-up-wrapper {
  align: center;
}

p.sign-up-small-text {
  font-size:14px;
}

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

}

.product-details-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/* API */
.inr-api-table tr > td:first-child {
  width: 20%;
  text-align: right;
}

.inr-api-table tbody > tr > td {
  padding: 15px;
}

.inr-api-table {
  font-size: 14px;
}

.api-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.api-navbar {
  font-size: 14px;
  top: 0; /* avoid body padding */
}

.api-param {
  font-weight: bold;
}

.api-param-type {
  color: #939da3;
  font-style: italic;
}

.api-badge {
  text-transform: uppercase;
  color: #ff9800;
  font-size: 75%;
  font-weight: bold;
}

.inr-highlight-color {
  color: #e86f69;
}

pre[class*="language-"] {
  font-size: 14px;
  padding: 0;
  border: none;
}

/* TESTIMONIALS */
.testimonials {
  height: 250px;
  margin-right:25px;
  margin-left:25px;
}

.testimonials-larger {
  height: 275px;
  margin-right:25px;
  margin-left:25px;
  margin-bottom:0px !important;
}

.testimonial-item {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-item {
  padding-top:20px;
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-quote {
  font-size:16px;
}

.slick-prev:before, .slick-next:before {
  color: #575757 !important;
}

.carousel-indicators-custom {
  bottom: -50px;
}

.carousel-indicators-dark li {
  background-color: #bdc3c7;
}

.carousel-indicators-dark .active {
  background-color: black;
}

.carousel-control.right, .carousel-control.left {
  background-image:none;
}

/* CONTACT DETAILS */

.inr-contact-details-table tr > td:first-child {
  width: 20%;
  text-align: right;
  font-weight: bold;
}

.inr-contact-details-table tbody > tr > td {
  padding: 15px;
}

.inr-contact-details-table {
  font-size: 14px;
}

.inr-contact-details-sent {
  background-color: #ecf0f1;
}

.inr-contact-details-sent {
  background-color: #ecf0f1;
}

.sent-badge {
  text-transform: uppercase;
  color: #ff9800;
  font-size: 75%;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

.email-open-text {
  text-transform: uppercase;
  color: #e86f69;
  font-size: 75%;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

.template-by-text {
  text-transform: uppercase;
  font-size: 75%;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

.inr-preview{
  word-wrap: break-word;
  display: inline-block;
  white-space: normal;
  color: black;
  /* DEFAULTS - these will be overridden if user selects another font or font size. */
  font-family: arial;
  font-size: 13px;
}

.inr-preview a {
  color: #15c !important
}

/* SETTINGS */

.inr-section:last-of-type {
    padding-bottom: 40px;
}

.team-table tr > td:last-child {
  text-align: center;
}

.wrapper-section {
  max-height: 300px;
  overflow-y: scroll;
}

/* SIDEBAR */

.custom-sidebar .nav a {
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
}

.custom-sidebar li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.custom-sidebar > ul > li > a:hover, .custom-sidebar > ul > li > a:focus {
  background-color: white;
  color: #e15952;
}

.custom-sidebar .sidebar-text {
  padding-left: 10px;
}

.custom-sidebar .sidebar-icon {
  min-width: 20px;
  text-align: left;
}

.custom-sidebar .fa {
  font-size: 17px;
}

.custom-sidebar .sidebar-stats {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 11px;
}

.sidebar-stats .progress {
  margin: 0;
}

/* DASHBOARD */

#dashboard-stats .table > thead > tr > th {
  vertical-align: middle;
  text-align: center;
}

.dashboard-text {
  text-transform: uppercase;
  font-size: 13px;
  padding-left: 5px;
}

.dashboard-figure {
  font-size: 24px;
  color: #e15952;
}

.daterangepicker .ranges li {
  color: #e15952;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  color: #fff;
  background-color: #e15952;
  border: 1px solid #e15952;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #e15952 !important;
}

.daterangepicker .input-mini.active {
  border: 1px solid #e15952 !important;
}

.daterangepicker td.in-range {
  background-color: #fccccc !important;
}

.more-info-table {
  display: none;
}
