
/****** GOOGLE FONT IMPORT 
*************************************************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic);

/* Bootstrap minified css */
@import 'bootstrap.min.css';


/****** SCAFFOLDING
*************************************************************/

/* typography.css */
h1, h2, h3 {
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  color: #151515;
  line-height: 1.1;
}
h2, .h2 {
  font-size: 2.571em;
}
h3, .h3 {
  font-size: 1.714em;
}

/* style.css */
/*html, body {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}*/
html, body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.71428571428571; /* 24 */

  background-color: #e8e8e8;
  color: #4c4c4c;

  margin: 0;
  padding: 0;
}
a,
a:focus {
  transition: .2s;
  text-decoration: none;

  color: #0893d2;
  outline: none !important;
}
a:hover {
  text-decoration: underline;

  color: #0893d2;
}
.wrapper {
  position: relative;
}
.container {
  position: relative;
  z-index: 1;
}

.footer-copyright {
  font-size: .857em;
  margin-top: 50px;
  padding: 15px 0;
  text-align: center;
  color: #9e9e9e;
  background: #f0f0f0;
}

/* CUSTOM STARTS */
#support {
  position: relative;
}
#support h2 {
  font-size: 2.28571428571429em;
  margin: 20px 0;
}
.message {
  position: relative;
  padding: 15px;
  margin: 15px 0;
  z-index: 1;
  background-color: #ffffff;
}
.message h3 {
  margin: 0 0 10px;
  line-height: 32px;
}
.message h3 img {
  width: 54px;
  height: 27px;
}
.message .lead {
  line-height: 1.5;
}
.message img {
  max-width: 100%;
}
.message .media-object {
  display: block;
  width: 100%;
  margin: 15px 0;
}
.message img.block {
  display: block;
}
.message video {
  display: block;
  width: 100%;
  position: relative;
}
.message p {
  margin: 0 0 10px;
  /*  text-align: justify;*/
}
.message .signature {
  max-width: 260px;
  max-height: 70px;
}
.message .signatures p {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 20px;
}

@media (min-width: 480px) {
  .message .media-object {
    float: left;
    width: auto;
    max-width: 50%;
    margin: 0 15px 15px 0;
  }
}

@media (min-width: 600px) {
  .message {
    padding: 30px;
    margin: 30px 0 45px;
  }
  .message .lead {
    font-size: 18px;
  }
  .message .media-object {
    max-width: 220px;
  }
  .message .quote {
    margin-left: 235px;
  }
}


.tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs li {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 13px;
}
.tabs a {
  display: block;
  padding: 10px 0;
  color: #c0383c;
  font-weight: bold;
  text-transform: uppercase;
}
.tabs a.active {
  text-decoration: underline;
  cursor: default;
}

@media (min-width: 480px) {
  .tabs li {
    font-size: 14px;
    margin-right: 30px;
  }
  #support h2 {
    font-size: 2.571em;
  }
}

/* CUSTOM ENDS */
