body {
  background: #f8f8f8 url(../../img/pattern.jpg);
  border-top: 2px solid #e75967;
  font-family: 'Lato', sans-serif;
  color: #555;
  font-weight: 400;
  text-align: left;
}
strong {
  font-weight: 700;
}
a,
a:hover,
a:focus {
  color: #e75967;
  text-decoration: none;
  transition: all .3s;
}
img {
  max-width: 100%;
}
::-moz-selection {
  background: #e75967;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #e75967;
  color: #fff;
  text-shadow: none;
}
/***** Header *****/
.logo h1 {
  margin-top: 7px;
  font-family: 'Lobster', cursive;
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
  color: #555;
}
.logo h1 span {
  color: #e75967;
}
.logo a {
  color: #555;
}
.logo a:hover {
  color: #e75967;
}
.call-us {
  font-size: 18px;
  line-height: 22px;
  text-align: right;
}
.call-us p {
  margin-top: 18px;
}
.call-us p span {
  color: #888;
}
/***** Coming Soon *****/
.coming-soon {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.inner-bg {
  padding: 55px 0 60px 0;
  background: url(../img/pattern-3.png);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset;
}
/***** Content *****/
.get-video-grabber {
  margin-top: 30px;
  text-align: center;
}
.get-video-grabber h3 {
  font-size: 32px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 40px;
  text-shadow: 1px 2px 1px #fff;
}
.get-video-grabber p {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.get-video-grabber form {
  margin-top: 24px;
}
.get-video-grabber form input.get-video-grabber-input {
  width: 600px;
  height: 46px;
  margin: 0;
  padding: 0 10px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 46px;
  color: #888;
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.get-video-grabber form input:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.get-video-grabber form input:-moz-placeholder {
  color: #888;
}
.get-video-grabber form input:-ms-input-placeholder {
  color: #888;
}
.get-video-grabber form input::-webkit-input-placeholder {
  color: #888;
}
.get-video-grabber form button {
  width: 130px;
  height: 46px;
  margin: 0;
  padding: 0;
  background: #e75967;
  border: 0;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  transition: all .3s;
}
.get-video-grabber form button.btn:hover {
  background: #555;
  color: #fff;
}
.get-video-grabber form button.btn:focus,
.get-video-grabber form button.btn:active {
  outline: 0;
  background: #555;
  color: #fff;
}
.success-message,
.error-message {
  display: none;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}
.error-message {
  color: #e75967;
}
.social {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.social a {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 3px;
  padding-top: 9px;
  background: #555;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  line-height: 28px;
}
.social a:hover,
.social a:focus {
  outline: 0;
  background: #e75967;
}
/***** Media Queries *****/
@media (max-width: 767px) {
  .logo h1 {
    text-align: center;
  }
  .call-us {
    padding-bottom: 7px;
    text-align: center;
  }
  .inner-bg {
    padding: 45px 0 50px 0;
  }
  .get-video-grabber h3 {
    font-size: 28px;
  }
  .get-video-grabber form input.get-video-grabber-input,
  .get-video-grabber form button {
    width: 100%;
  }
}
.ityloader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ityloader--dot {
  animation-name: ityloader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  border: 2px solid white;
}
.ityloader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}
.ityloader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}
.ityloader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}
.ityloader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}
.ityloader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.ityloader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}
.ityloader--text {
  position: absolute;
  top: 150%;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.ityloader--text:after {
  content: "Please wait, we're busy";
  font-weight: bold;
  background-color: transparent !important;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes ityloader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Please wait, we're busy";
  }
  25% {
    content: "Please wait, we're busy.";
  }
  50% {
    content: "Please wait, we're busy..";
  }
  75% {
    content: "Please wait, we're busy...";
  }
}
.text-danger {
  color: #e75967 !important;
}
.iyt-logo {
  position: relative;
  top: 10px;
  left: 5px;
}
.ui-99 .team-member {
  position: relative;
  max-width: 450px;
  margin: 25px auto;
}
.ui-99 img {
  width: 100%;
  max-width: 200px;
  float: left;
  border-radius: 3px;
}
.ui-99 .team-details {
  margin-left: 225px;
}
@media (max-width: 450px) {
  .ui-99 .team-member {
    text-align: center;
  }
  .ui-99 img {
    float: none;
    margin: 10px auto;
  }
  .ui-99 .team-details {
    margin-left: 0px;
    text-align: center;
  }
}
.ui-99 .team-details .deg {
  color: #aaa;
}
.ui-99 .brand-bg {
  margin-top: 5px;
}
.ui-99 .brand-bg a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50px;
  margin-right: 3px;
}
.a-192 {
  max-width: 600px;
}
.a-192 {
  margin: 15px auto;
  position: relative;
}
.a-192:before {
  position: absolute;
  background: 0 0;
  width: 2px;
  height: 100%;
  top: 0;
  left: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.a-192 .a-192-i {
  position: relative;
  padding: 30px 0;
  background: 0 0;
}
.a-192 .a-192-i:after,
.a-192 .a-192-i:before {
  content: " ";
  display: table;
}
.a-192 .a-192-i > div:before,
.a-193:before {
  content: "";
}
.a-192 .a-192-i img {
  width: 120px;
  float: left;
  border: 4px solid #fff;
  position: relative;
  z-index: 3;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 500px) {
  .a-192:before {
    left: 40px;
  }
  .a-192 .a-192-i img {
    width: 80px;
    border: 2px solid #fff;
  }
}
.a-192 .a-192-i > div {
  margin-left: 150px;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  position: relative;
}
.a-192 .a-192-i > div:before {
  position: absolute;
  background: 0 0;
  width: 90px;
  left: -94px;
  top: 45px;
  z-index: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 500px) {
  .a-192 .a-192-i > div {
    margin-left: 95px;
    border-left-width: 2px;
  }
  .a-192 .a-192-i > div:before {
    width: 60px;
    left: -62px;
  }
}
.a-192 .a-192-i > div h4 {
  color: #888;
  margin: 0;
  font-size: 14px;
  line-height: 2;
}
.a-192 .a-192-i > div h3 {
  font-size: 20px;
  margin: 2px 0;
  line-height: 1.5;
  color: #444;
}
.a-192 .a-192-i > div h3 a,
.a-192 .a-192-i > div h3 a:focus,
.a-192 .a-192-i > div h3 a:hover {
  color: #444;
  text-decoration: none;
}
@media (max-width: 500px) {
  .a-192 .a-192-i > div h3 {
    font-size: 16px;
  }
}
.a-192 .a-192-i > div p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #777;
}
@media (max-width: 500px) {
  .a-192 .a-192-i > div p {
    font-size: 14px;
  }
}
.tab-content {
  background: #ffffff;
}
.btn-danger {
  color: #fff;
  background-color: #e75967;
  border-color: #e75967;
}
/***** General style, all sections *****/
.section-container {
  margin: 0 auto;
  padding-bottom: 80px;
}
.section-container-gray-bg {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
  color: #fff;
}
.section-container-image-bg .divider-1 span {
  background: #fff;
}
.section-description {
  margin-top: 60px;
  padding-bottom: 10px;
}
.section-description p {
  margin-top: 20px;
  padding: 0 120px;
}
.section-container-image-bg .section-description p {
  opacity: 0.8;
}
.section-bottom-button {
  padding-top: 60px;
}
.btn-link-1 {
  position: relative;
  display: inline-block;
  height: 50px;
  margin: 0 5px;
  padding: 16px 20px 0 20px;
  background: #be5254;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  border-radius: 4px;
}
.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
  outline: 0;
  opacity: 0.6;
  color: #fff;
}
.btn-link-1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.1);
}
.btn-link-2 {
  display: inline-block;
  height: 50px;
  margin: 0 5px;
  padding: 15px 20px 0 20px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  border-radius: 4px;
}
.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
  outline: 0;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
/***** Divider *****/
.divider-1 span {
  display: inline-block;
  width: 200px;
  height: 1px;
  background: #ddd;
}
/***** Top menu *****/
.navbar {
  padding-top: 10px;
  background: #333;
  background: rgba(51, 51, 51, 0.3);
  border: 0;
  transition: all .3s;
}
.navbar.navbar-no-bg {
  background: none;
}
ul.navbar-nav {
  font-size: 16px;
  color: #fff;
}
.navbar-inverse ul.navbar-nav li a {
  color: #fff;
  opacity: 0.8;
  border-bottom: 1px solid transparent;
}
.navbar-inverse ul.navbar-nav li a:hover {
  color: #fff;
  opacity: 1;
  border-bottom: 1px solid #fff;
}
.navbar-inverse ul.navbar-nav li a:focus {
  color: #fff;
  outline: 0;
  opacity: 1;
  border-bottom: 1px solid #fff;
}
.navbar-inverse ul.navbar-nav li a.btn-link-2 {
  height: auto;
  margin: 4px 0 0 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff;
}
.navbar-inverse ul.navbar-nav li a.btn-link-2:hover,
.navbar-inverse ul.navbar-nav li a.btn-link-2:focus,
.navbar-inverse ul.navbar-nav li a.btn-link-2:active,
.navbar-inverse ul.navbar-nav li a.btn-link-2:active:focus {
  outline: 0;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.navbar-brand {
  width: 97px;
  background: url(../img/logo.png) left center no-repeat;
  text-indent: -99999px;
}
/***** Top content *****/
.inner-bg {
  padding: 40px 0 70px 0;
}
.top-content .text,
.top-content .text h1 {
  color: #fff;
}
.top-content .text .divider-1 span {
  background: #fff;
}
.top-content .description {
  margin: 20px 0 10px 0;
}
.top-content .description p {
  opacity: 0.8;
}
/***** Archives / Single blog page / Sidebar *****/
.archives {
  margin-top: 2px;
  padding-bottom: 60px;
  text-align: left;
  background: #ffffff;

}
.single-post {
  padding-bottom: 40px;
}
.single-post img {
  width: auto;
  height: auto;
  border-radius: 4px;
}
.single-post-image a:hover {
  border: 0;
  opacity: 0.6;
}
.single-post h2 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
}
.single-post h2 a {
  color: #555;
}
.single-post h2 a:hover,
.single-post h2 a:focus {
  color: #be5254;
}
.single-post h4 a {
  color: #a9444e;
}
.single-post-text-content a {
  color: #a9444e;
}
.single-post-text-meta {
  margin-top: 10px;
}
.single-post-text-meta span {
  font-size: 24px;
  color: #ddd;
  line-height: 24px;
}
.posts-navigation {
  padding-top: 20px;
  font-size: 18px;
  line-height: 32px;
}
.posts-navigation a {
  display: inline-block;
  padding: 0 12px;
  color: #888;
  border-radius: 4px;
}
.posts-navigation a:hover,
.posts-navigation a:focus {
  background: #be5254;
  color: #fff;
}
.posts-navigation a.posts-navigation-active {
  background: #ddd;
  color: #fff;
}
.posts-navigation a.posts-navigation-active:hover,
.posts-navigation a.posts-navigation-active:focus {
  background: #be5254;
  color: #fff;
}
.sidebar {
  margin-top: 80px;
  padding-left: 20px;
  padding-bottom: 60px;
  text-align: left;
}
.sidebar h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
}
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .search-form input[type="text"] {
  width: 260px;
}
.sidebar li.widget {
  padding-top: 30px;
}
.sidebar li.widget ul li {
  margin-bottom: 5px;
  padding: 0 10px 5px 10px;
  border-bottom: 1px dotted #ddd;
}
.sidebar li.widget ul li a {
  color: #888;
}
.sidebar li.widget ul li a:hover,
.sidebar li.widget ul li a:focus {
  color: #be5254;
}
.sidebar .sidebar-image-widget {
  padding: 10px;
  padding-bottom: 0;
}
.sidebar .sidebar-image-widget img {
  max-width: 40px;
  border-radius: 4px;
}
.sidebar .sidebar-image-widget a {
  display: inline-block;
  margin: 0 7px 10px 0;
  border: 0;
}
.sidebar .sidebar-image-widget a:hover {
  border: 0;
  opacity: 0.6;
}
.post-content {
  margin-top: 80px;
  padding-bottom: 60px;
  text-align: left;
}
.post-content img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  border-radius: 4px;
}
.post-content h2 {
  margin-top: 20px;
}
.post-content h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
}
.post-content blockquote {
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
}
.post-meta {
  padding-top: 10px;
  padding-bottom: 30px;
}
.post-meta div {
  display: inline;
  padding-right: 10px;
}
.post-meta div span {
  color: #ddd;
  line-height: 24px;
}
.post-meta div a {
  color: #888;
  border-bottom: 1px dotted #ddd;
}
.post-meta div a:hover,
.post-meta div a:focus {
  color: #be5254;
  border: 0;
}
/** comments **/
.post-comments {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
}
.post-comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-comments ol ul,
.post-comments ol ul ul {
  list-style: none;
}
.post-single-comment {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px dotted #ddd;
}
.post-single-comment-avatar {
  float: left;
  width: 10%;
}
.post-single-comment-text {
  float: left;
  width: 90%;
  padding-left: 20px;
}
.post-single-comment-text .post-single-comment-top {
  overflow: hidden;
}
.post-single-comment-text .post-single-comment-top .post-single-comment-author {
  float: left;
  width: 60%;
}
.post-single-comment-text .post-single-comment-top .post-single-comment-date {
  float: right;
  width: 40%;
  text-align: right;
}
.post-single-comment-text .post-single-comment-bottom {
  margin-top: 10px;
}
.post-single-comment-text .post-single-comment-reply {
  text-align: right;
}
/** leave a comment **/
.post-comments-form form {
  padding-top: 15px;
}
.post-comments-form form input,
.post-comments-form form textarea {
  width: 100%;
  max-width: 500px;
}
.post-comments-form form textarea {
  height: 100px;
}
/***** Footer *****/
footer {
  padding: 40px 0 35px 0;
  background: #f8f8f8;
  border-top: 1px solid #ddd;
}
.footer-social {
  font-size: 50px;
  line-height: 50px;
}
.footer-social a {
  color: #ddd;
}
.footer-social a:hover,
.footer-social a:focus {
  color: #be5254;
}
/***** MEDIA QUERIES *****/
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .search-form input[type="text"] {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    padding-left: 10px;
  }
  .sidebar .search-form input[type="text"] {
    width: 100%;
  }
  .sidebar .search-form button.btn {
    width: 100%;
    margin-top: 15px;
  }
  .sidebar-image-widget br {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding-top: 0;
  }
  .navbar.navbar-no-bg {
    background: #333;
    background: rgba(51, 51, 51, 0.9);
  }
  .navbar-brand {
    margin-left: 15px;
  }
  .navbar-collapse {
    border: 0;
  }
  .navbar-inverse ul.navbar-nav li a:hover,
  .navbar-inverse ul.navbar-nav li a:focus {
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
  }
  .navbar-inverse ul.navbar-nav li a.btn-link-2 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-inverse ul.navbar-nav li a.btn-link-2:hover,
  .navbar-inverse ul.navbar-nav li a.btn-link-2:focus,
  .navbar-inverse ul.navbar-nav li a.btn-link-2:active,
  .navbar-inverse ul.navbar-nav li a.btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    color: #fff;
  }
  .sidebar {
    margin-top: 10px;
    padding-left: 0;
  }
  .sidebar .search-form input[type="text"] {
    width: 100%;
  }
  .sidebar .search-form button.btn {
    width: 100%;
  }
  .sidebar-image-widget br {
    display: none;
  }
  .single-post-text {
    margin-top: 30px;
  }
  .post-single-comment-text .post-single-comment-top .post-single-comment-date {
    font-size: 12px;
  }
}
@media (max-width: 415px) {
  h1,
  h2 {
    font-size: 32px;
  }
}
/* Retina-ize images/icons */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* logo */
  .navbar-brand {
    background-image: url(../img/logo@2x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 97px 29px !important;
  }
}
.videos {
  padding-right: 0px;
  margin-right: -10px;
}
.video {
  list-style: none;
  display: inline-block;
  padding: 0px 10px 10px 0px;
  vertical-align: top;

}
.video-thumbnail {
  position: relative;
  cursor: pointer;
}
.video-thumbnail a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
.video-thumbnail a .play,
.video-thumbnail a .overlay {
  opacity: 0;
}
.video-thumbnail a:hover .play,
.video-thumbnail a:hover .overlay {
  display: block;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.video-thumbnail a:hover .play {
  position: relative;
  color: #ffffff;
  margin-top: 40px;
  z-index: 1000;
  opacity: 1;
}
.video-thumbnail a:hover .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333131;
  opacity: .7;
}
.video-time {
  margin-top: 0;
  margin-right: 0;
  padding: 0 4px;
  font-weight: 600;
  font-size: 12px;
  background-color: #000;
  color: #fff!important;
  height: 14px;
  line-height: 14px;
  opacity: .75;
  filter: alpha(opacity=75);
  display: -moz-inline-stack;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.video-title {
  display: block;
  font-weight: 600;
  max-width: 195px;
}
.video-date {
  display: block;
  color: #999;
  font-size: 12px;
  max-width: 195px;
}
.video-owner {
  display: block;
  color: #999;
  font-size: 12px;
  max-width: 195px;
}
.video-owner a {
  color: #999;
}
@media screen and (min-width: 320px) {
  .videos-list {
    width: 206px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 480px) {
  .videos-list {
    width: 415px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .videos-list {
    width: 624px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .videos-list {
    width: 833px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .videos-list {
    width: 99%;
    margin: 0 auto;
  }
}
