/*

Boxer Template

http://www.templatemo.com/tm-446-boxer

*/

body
{
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.tm-white a {
  color: #fff;
}

/* start h1 group */
h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
}
h1,
h2,
h3,
h4
  {
    font-weight: bold;
  }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
{
  max-width: 100%;
  height: auto;
}
/* img */

/* overlay */
.overlay
{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 90px;
  padding-bottom: 90px;
}

.overlay-no-trans
{
  width: 100%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 40px;
}
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  /*justify-content: center;*/
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #fff;
}
.sk-spinner-rotating-plane.sk-spinner
{
  width: 30px;
  height: 30px;
  background-color: #28a7e9;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
{
  background: #fff;
  border: none;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  margin: 0!important;
}
.navbar-default .navbar-brand
{
  color: #28a7e9;
  font-size: 30px;
  font-weight: 900;
  font-family: Montserrat, sans-serif;
  height: 70px;
  line-height: 35px;
}
.navbar-default .nav li a
{
  color: #666;
  font-size: 13px;
  font-weight: bold;
  height: 70px;
  line-height: 40px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
 {
   color: #28a7e9;
 }

.navbar-default .navbar-toggle
{
  border: none;
  padding-top: 20px;
}
.navbar-default .navbar-toggle .icon-bar
{
  background: #28a7e9;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }


.navbar-nav .navbar-btn {
  margin-top: 18px;
}
/* end navigation */

/* start home */
#home
{
  /*background: url('../images/home-bg.jpg') no-repeat;*/
  background-color: #0099ff36;
  background-size: cover;
  color: #6c7987;
  margin-top: 70px;
  text-align: center;
  width: 100%;
}
#home p
{
  font-weight: 400;
  line-height: 2em;
}
#home img
{
  display: inline-block;
  margin-top: 30px;
  border: solid #0099ff36 1px;
  border-radius: 3px;
}

#home h2 {
  font-size: 20px;
}
/* end home */

/* start divider */
#divider
{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
#divider .fa
{
  color: #28a7e9;
  font-size: 60px;
}
#divider h3
{
  font-size: 20px;
}
/* end divider */

/* start feature */
#feature
{
  background: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}
#feature p
{
  padding-top: 10px;
}
#feature span
{
  float: left;
}

span.ctx-brand {
  float: none !important;
}

#feature .fa
{
  background: #28a7e9;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
}
/* end feature */

/* start feature1 */
#feature1
{
  padding-top: 60px;
  padding-bottom: 60px;
}
#feature1 p
{
  padding-top: 10px;
}
#feature1 span
{
  float: left;
}
#feature1 .fa
{
  background: #28a7e9;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
}
/* end feature1 */


img.stats {
  display: inline-block;
  margin-top: 10px;
  border: solid #0099ff36 1px;
  border-radius: 2px;
  padding: 0px;
}


/* start security */
#security
{
  padding-top: 60px;
  padding-bottom: 60px;
}
#security p
{
  padding-top: 10px;
}
#security span
{
  float: left;
}
#security .fa
{
  background: #28a7e9;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
}


@media (min-width: 461px) {
  #security img.lock {
    height: 300px;
    margin-left: 100px;
  }
}
@media (max-width: 461px) {
  #security img.lock {
    height: 200px;
    margin-left: 71px;
  }
}


/* end security */
/* start pricing */
#pricing
{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 30em;}


#pricing div.row:first-child {
  margin-bottom: 50px;
}
#pricing h2
{
  padding-bottom: 60px;
  color: #6c7987;
}
#pricing .pricing
{
  background: #fff;
  border: solid lightgray 1px;
  min-height: 30em;
  margin-bottom: 1em;
}
#pricing .pricing ul {
  min-height: 14em;
}
#pricing .active
{
  position: relative;
  bottom: 20px;
}
#pricing div.pricing.active .pricing-title {
  background-color: #5cb85c;
}
#pricing .pricing .pricing-title
{
  background: #28a7e9;
  color: #fff;
  font-weight: bold;
  padding: 30px;
  height: 170px;
}
#pricing .pricing .pricing-title h4
{
  font-size: 20px;
}
#pricing .price {
  font-size: 18px;
}
#pricing .billed {
  font-size: 11px;
}
#pricing .pricing ul
{
  padding: 16px 0 0 0;
  margin: 0;
}
#pricing .pricing ul li
{
  display: block;
  list-style: none;
  padding: 0px 16px 16px 16px;
}
#pricing .pricing .btn
{
  background: transparent;
  border: 1px solid #28a7e9;
  border-radius: 0px;
  color: #28a7e9;
  font-weight: bold;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
#pricing div.pricing.active .btn {
  background-color: #5cb85c;
  border-color: white;
  color: white;
}
#pricing .pricing .btn:hover {
  background: #28a7e9;
  color: #fff;
}
/* end pricing */

#customers {
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #0099ff36;
}

#customers h2 {
  color:  #6c7987;
  text-align: center;
}

#customers div.integration-icons {
  text-align: center;
}

#customers div.integration-icons div {
  margin-top: 2em;
}

div.integration-icons.soon img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

#customers img.thin {
  margin-top: 23px;
}


#sources {
  padding-top: 4em;
  padding-bottom: 4em;
  background: #f8f8f8;
}

#sources h2 {
  color: #6c7987;
  text-align: center;
}

#sources div.integration-icons {
  text-align: center;
}

#sources div.integration-icons div {
  margin-top: 2em;
}





.img-responsive {
  margin-top: 20px;
}

a {
  font-weight: bold;
}

/* start contact */
#contact
{
  /* background: url('../images/contact-bg.jpg') no-repeat;
        background-size: cover;*/
  color: #fff;
}
#contact h2
{
  padding-bottom: 10px;
}
#contact address
{
  padding-top: 20px;
}
#contact address .fa
{
  background: #28a7e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 6px;
  margin-right: 10px;
}
#contact .contact-form
{
  padding-top: 40px;
}
#contact .form-control
{
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
}
#contact input
{
  height: 50px;
}
#contact input[type="submit"]
{
  background: #28a7e9;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}
#contact input[type="submit"]:hover {
  background: #107DB6;
}

#contact .icon-bar {
  margin-top: 30px;
}

#download p, #download h2 {
  color: white;
}
/* end contact */

/* start footer */
footer
{
  background: #fff;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  padding: 20px;
}

footer {
  padding-top: 5em;
  background-color: #615957;
}

footer, footer a, footer a:hover, footer a:active, footer a:visited {
  color: #ececec;
}

footer ul {
  padding: 0 0 2em 0;
}

footer h3 {
  text-align: left
}
footer li {
  list-style-type: none;
  text-align: left;
}

footer .copy {
  font-size: 75%;
}

footer h5 {
  text-align: left;
  margin: 0;
  padding: 0 0 10px 0;
}


/* end footer */


/* docs page */

#home.docs {
  background-color: white;
}
.docs ul {
  padding: 0;
}

.docs ul li {
  list-style-type: none;
}

.docs .row:first-child {
  margin-top: 3em;
}

.docs .row.second {
  margin-top : 3em;
  margin-bottom: 3em;
}

/* stuff */

.pitch {
  text-align: left
}


#home.this-plus-that img {
  border: none;
}

#home.this-plus-that i {
  margin-top: 70px;
}

.slack-feature-block {
  min-height: auto !important;
  padding-top: 0 !important;
}

.slack-feature-block.first {
  padding-top: 80px !important;
}


.slack-feature-block div.info > i.fa {
  color: #d3d3d382;
  padding: 10px 0 10px 0
}

/* video player */

#home iframe {
  border-radius: 5px;
}

.embed-container {
  position: relative;
  padding-bottom: 64.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 2em;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ctx-brand {
  font-weight: bold !important;
  color: #28a7e9;
}


#feature span.icon, #feature1 span.icon, #security span.icon, #divider i {
  min-height: 77px;
}

@media (max-width: 991px) {
  #feature1 span.icon {
    min-height: 77px;
  }

}

span.contact-email a {
  color: white;
  font-weight: bold;
}

@media (min-width: 461px) and (max-width: 991px) {
#feature span.icon, #security span.icon, #divider i {
    min-height: 0px !important;
  }
  #divider .templatemo-box i {
    min-height: 0px !important;
  }
}

@media (max-width: 991px) {
  #feature span.icon, #security span.icon, #divider i {
    min-height: 101px;
  }

  #download img, #download .find-out {
    display: none;
  }

  #divider .templatemo-box p {
    text-align: justify;
  }

  #divider .templatemo-box i {
    float: left;
    min-height: 145px;
    margin-right: 20px;
  }
}


@media screen and ( max-width: 991px ) {
  .templatemo-box {
    margin-bottom: 30px;
  }
  #pricing .active {
    bottom: 0;
  }
  .pricing {
    margin-bottom: 20px;
  }
  #feature img, #download img {
    margin-top: 30px;
  }
  #feature1 img {
    margin-bottom: 30px;
  }
}
@media screen and ( max-width: 767px ) {
  .navbar-default .nav li a {
    height: auto;
    line-height: 2em;
  }
  #feature, #pricing, #download, #security {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #contact .overlay {
    padding-top: 40px;
  }
  #feature h2, #feature1 h2, #download h2, #security h2 {
    text-align: center;
  }
}


/* start media 360 */
@media screen and ( max-width: 360px ){
  .pricing
  {
    padding-bottom: 40px;
  }
}
/* end media 360 */
