@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400,600,700);
.backgroundCover, section#features, section#buyNow, section#twitter, section.well {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: "Open Sans", Tahoma, Arial;
}

header {
  background: #222222;
  color: black;
  margin-bottom: 70px;
}
header.masthead .bannercontainer {
  width: 100%;
  position: relative;
  padding: 0;
}
header.masthead .banner {
  width: 100%;
  position: relative;
}
header.masthead h1 {
  text-transform: uppercase;
  font-size: 55px;
  font-weight: bold;
}
header.masthead .tp-bannertimer {
  background: url("../rs-plugin/assets/timerdot2.png");
  height: 3px;
}
header.masthead .tp-caption {
  font-family: "Open Sans", Tahoma, Arial;
}
header.masthead .tp-caption a {
  color: white;
}
header.masthead .tp-caption a:hover {
  color: #eeeeee;
}
header.masthead .tp-caption.italic {
  font-style: italic;
}
header.masthead .tp-caption .light_bold {
  font-weight: 300;
  font-size: 30px;
  color: white;
  padding-top: 10px;
  text-align: center;
}
header.masthead .tp-caption.large_white_light {
  font-weight: 300;
  font-size: 40px;
  color: white;
}
header.masthead .tp-caption .btn.btn-naked {
  background: rgba(255, 255, 255, 0.3);
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
}
header.masthead h1, header.masthead h2, header.masthead h3 {
  color: white;
}

#wrap {
  padding: 0;
}

/* styling navbar */
#nav {
  width: 100%;
  position: absolute;
  top: 100%;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: white;
  min-height: 70px;
}
.about #nav {
  position: fixed;
  top: 0;
}
#nav.affix {
  position: fixed;
  top: 0;
  z-index: 999;
  /*-webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;*/
}
#nav .navbar-brand {
  padding: 0;
  height: 69px;
  line-height: 69px;
}
#nav .navbar-brand img {
  margin-top: 0px;
  max-height: 100%;
}
#nav.navbar-fixed-top {
  position: fixed;
  top: 0;
}
#nav .navbar-toggle {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 9px;
}
#nav .navbar-toggle i {
  font-size: 2em;
}
#nav .navbar-nav li a {
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 24px;
  font-family: "Open Sans", Tahoma, Arial;
  font-weight: bold;
  color: #222222;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nav .navbar-nav li a:hover {
  color: #f10f24;
  background: none;
}
#nav .navbar-nav li.social-nav {
  margin: 21px 0 4px 10px;
  border-left: 1px solid #eeeeee;
  padding-left: 15px;
}
#nav .navbar-nav li.social-nav a {
  float: left;
  padding: 5px 10px;
}
#nav .navbar-nav li.social-nav a i {
  font-size: 1.33333333em;
}
#nav .navbar-nav li.active a {
  color: #f10f24;
}

section#wibglobal {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 40px 0;
}
section#wibglobal .media .media-body h4 {
  font-weight: bold;
}
section#about-us {
  padding: 40px 0;
}
section#about-us img {
  margin: 15px auto;
}
section#about-us .media {
  margin-top: 20px;
}
section#about-us .media .media-body .media-heading {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}
section#about-us .media .media-body p {
  margin-top: 20px;
}
section#find-a-broker {
  padding: 60px 0;
  background: #eeeeee;
  border-top: 1px solid #e0e0e0;
}
section#find-a-broker h4, section#find-a-broker h5 {
  font-weight: bold;
}
section#find-a-broker h4 {
  text-transform: uppercase;
}
section#find-a-broker p {
  padding: 15px 0;
  color: #999999;
  font-size: 13px;
}
section#find-a-broker ul {
  color: #999999;
}
section#features {
  background-image: url(../img/samples/bk-rd.jpg);
  padding: 50px 0 0 0 !important;
  background-attachment: fixed;
  text-align: left;
}
section#features .media-circle {
  margin: 15px 0;
}
section#features .media-circle .media-body {
  margin-top: 10px;
}
section#features .media-circle .media-body h4 {
  font-weight: 600;
  color: white;
}
section#features .media-circle .media-body p {
  color: white;
}
section#features h1 {
  color: white;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 51px;
}
section#features h1 span {
  color: #f10f24;
}
section#broker {
  padding: 40px 0 0 0;
}
section#broker .media-services {
  position: relative;
  padding: 15px;
  min-height: 157px;
  background: #f2f2f2;
  border: 2px solid white;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#broker .media-services .media-object {
  background: white;
  width: 70px;
  height: 70px;
  padding: 15px;
  margin: 10px auto;
  color: #555555;
}
section#broker .media-services .media-body {
  margin-top: 9px;
}
section#broker .media-services:hover {
  background: white;
  border-color: #e6e6e6;
  cursor: pointer;
}
section#broker .media-services:hover .media-object {
  background: #f10f24;
  color: white;
}
section#broker .media-services:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 25px 25px 0;
  border-style: solid;
  border-color: white white #cccccc #cccccc;
  background: #cccccc;
  display: block;
  width: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 1px 1px 8px 0px #b3b3b3;
  -moz-box-shadow: 1px 1px 8px 0px #b3b3b3;
  -o-box-shadow: 1px 1px 8px 0px #b3b3b3;
  box-shadow: 1px 1px 8px 0px #b3b3b3;
}
section#broker .media-services:hover:before {
  border-width: 0;
}
section#broker .media-services.right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 25px 25px 0 0;
  border-style: solid;
  border-color: white #cccccc white #cccccc;
  background: #cccccc;
  display: block;
  width: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#broker .media-services.right .media-body h4, section#broker .media-services.right .media-body p {
  text-align: right !important;
}
section#broker .media-services.right:hover:before {
  border-width: 0;
}
section#carousel {
  padding: 40px 0;
}
section#carousel #testimonials-carousel {
  margin: 30px 0;
}
section#carousel #testimonials-carousel .item {
  padding: 0 50px;
}
section#carousel #testimonials-carousel .item p {
  padding: 0 50px;
  text-align: center;
  font-size: 16px;
}
section#carousel #testimonials-carousel .item .author {
  position: relative;
  color: #999999;
}
section#carousel #testimonials-carousel .item .author h5 {
  text-transform: uppercase;
  color: #8c8c8c;
  margin-bottom: 1px;
}
section#carousel #testimonials-carousel .item .author p {
  text-align: left;
  padding: 0;
  font-size: 14px;
}
section#carousel #testimonials-carousel .item .author:before {
  content: "____";
  position: absolute;
  top: -10px;
  left: -40px;
  color: #cccccc;
}
section#carousel #testimonials-carousel .carousel-control {
  background: none;
  width: 30px;
  color: #bfbfbf;
}
section#buyNow {
  background-image: url(../img/samples/bk-rd.jpg);
  background-attachment: fixed;
  padding: 65px 0;
}
section#buyNow h1 {
  color: white;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 45px;
}
section#buyNow h1 span {
  color: #f10f24;
}
section#buyNow p {
  color: white;
  padding: 20px 0;
  line-height: 25px;
  font-size: 16px;
}
section#team {
  padding: 40px 0;
}
section#team .member .member-image {
  position: relative;
}
section#team .member .member-image .member-details {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.55);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8C000000,endColorstr=#8C000000);
  zoom: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
  color: white;
}
section#team .member .member-image .member-details h4 {
  margin-top: 50px;
  text-transform: uppercase;
}
section#team .member .member-image .member-details p {
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
  text-align: left;
  padding: 0 15px;
  font-size: 13px;
}
section#team .member .member-image .member-details ul {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0;
}
section#team .member .member-image .member-details ul li {
  float: left;
}
section#team .member .member-image .member-details ul li a {
  padding: 5px;
  margin: 2px;
}
section#team .member .member-image .member-details ul li a i {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: white;
}
section#team .member .member-image .member-details ul li a:hover i {
  color: #f10f24;
}
section#team .member .member-name {
  background: #f7f7f7;
  padding: 20px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#team .member .member-name h4 {
  margin: 0;
  padding: 0 0 5px 15px;
  text-transform: uppercase;
}
section#team .member .member-name p {
  padding-left: 15px;
  color: #999999;
  margin: 0;
}
section#team .member .member-name.member-odd {
  background: #fbfbfb;
}
section#team .member:hover .member-image .member-details {
  opacity: 1;
}
section#team .member:hover .member-name {
  background: #f10f24;
}
section#team .member:hover .member-name h4, section#team .member:hover .member-name p {
  color: white;
}
section#join {
  padding: 40px 0;
}
section#join #filters {
  text-align: center;
  margin: 20px 0;
}
section#join #filters button {
  background: none;
  border: 2px solid transparent;
  padding: 8px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#join #filters button.current {
  border: 2px solid #f10f24;
}
section#join #container {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#join #container .item {
  margin: 15px auto;
}
section#join #container .item .details {
  position: relative;
}
section#join #container .item .details .info-wrapper {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}
section#join #container .item .details .info-wrapper .info .name-tag {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 20px 10px 20px;
}
section#join #container .item .details .info-wrapper .info .name-tag h5, section#join #container .item .details .info-wrapper .info .name-tag p {
  color: white;
  text-transform: uppercase;
}
section#join #container .item .details .info-wrapper .info .name-tag h5 {
  font-size: 16px;
  font-weight: bold;
}
section#join #container .item .details .info-wrapper .info .name-tag span.divider {
  margin: 10px 0;
}
section#join #container .item .details .info-wrapper .heart {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #f10f24 transparent transparent;
}
section#join #container .item .details .info-wrapper .heart i {
  margin-left: 28px;
  margin-top: 8px;
  display: block;
  color: white;
}
section#join #container .item:hover .details .info-wrapper {
  opacity: 1;
}
section#skills {
  padding: 40px 0;
  background: #eeeeee;
  border-top: 1px solid #e0e0e0;
}
section#skills .skill-circle {
  margin: 15px auto;
}
section#skills .skill-detail {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
section#twitter {
  background-image: url(../img/samples/bk-social.jpg);
  background-attachment: fixed;
  padding: 40px 0;
  position: relative;
  color: white;
  text-align: center;
}
section#twitter:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.65);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A6000000,endColorstr=#A6000000);
  zoom: 1;
}
section#twitter p {
  font-size: 16px;
}
section#twitter p a {
  color: #f10f24;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
section#twitter p a:hover {
  color: #920815;
}
section#twitter a.btn.btn-empty {
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin: 45px auto;
  position: relative;
  top: 15px;
}
section#twitter .carousel-indicators {
  bottom: -40px;
}
section#get-in-touch {
  padding: 40px 0;
}
section#get-in-touch .contact-details .detail {
  margin: 25px auto;
}
section#get-in-touch .contact-details .detail h4 {
  font-weight: bold;
  text-transform: uppercase;
}
section#get-in-touch .contact-details .detail p {
  color: #999999;
}
section#get-in-touch .contact-details .detail ul {
  list-style: none;
  padding: 15px 0;
}
section#get-in-touch .contact-details .detail ul li {
  margin: 0 5px;
  float: left;
}
section#get-in-touch .contact-details .detail ul li a {
  padding: 5px;
  color: #999999;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#get-in-touch .contact-details .detail ul li a i {
  font-size: 1.7em;
}
section#get-in-touch .contact-details .detail ul li a:hover {
  color: #f10f24;
}
section#map {
  width: 100%;
  height: 500px;
}
section#blog .article {
  margin: 25px 0;
}
section#blog .article span.divider {
  float: none;
  margin: 40px 0;
}
section#blog .article h3 a {
  color: #333333;
}
section#blog .article h3 a:hover {
  color: #f10f24;
}
section#blog .article .article-details {
  margin: 15px 0;
}
section#blog .article .article-details .author, section#blog .article .article-details .tags {
  display: inline-block;
}
section#blog .article .article-details .author a, section#blog .article .article-details .tags a {
  color: #999999;
}
section#blog .article .article-details .author a:hover, section#blog .article .article-details .tags a:hover {
  color: #f10f24;
}
section#blog .article .article-details .author i, section#blog .article .article-details .tags i {
  color: #f10f24;
}
section#blog .article .article-details .tags {
  margin-left: 5px;
}
section#blog .article .article-data {
  color: #999999;
  margin: 20px 0;
}
section#blog .article .type {
  background: #f10f24;
  text-align: center;
  padding: 22px 0;
  margin-bottom: 5px;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
section#blog .article .date {
  text-transform: uppercase;
  color: white;
  background: black;
  text-align: center;
  font-size: 22px;
  line-height: 19px;
  padding: 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
section#blog .article .date span {
  display: block;
  font-size: 14px;
}
section#blog .article .share-post {
  margin: 30px 0;
}
section#blog .article .share-post span {
  margin-right: 20px;
  border-right: 1px solid #CCC;
  padding-right: 20px;
}
section#blog .article .share-post a {
  margin: 0 5px;
  color: #999999;
}
section#blog .article .share-post a:hover {
  color: #f10f24;
}
section#blog .article .comments .media-comments {
  position: relative;
  padding: 15px;
  background: #f2f2f2;
  border: 2px solid white;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#blog .article .comments .media-comments .media-object {
  background: white;
  width: 70px;
  height: 70px;
  padding: 15px;
  margin: 10px auto;
  color: #555555;
}
section#blog .article .comments .media-comments .media-body {
  margin-top: 9px;
}
section#blog .article .comments .media-comments .media-body .media-heading span {
  float: right;
  font-size: 13px;
}
section#blog .article .comments .media-comments p.date {
  background: none;
  color: #CCC;
  font-size: 12px;
  text-align: left;
  padding: 0;
  text-transform: none;
}
section#blog .article .comments .media-comments:hover {
  background: white;
  border-color: #e6e6e6;
}
section#blog .article .comments .media-comments:hover .media-object {
  background: #f10f24;
  color: white;
}
section#blog .article .comments .media-comments:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 25px 25px 0;
  border-style: solid;
  border-color: white white #cccccc #cccccc;
  background: #cccccc;
  display: block;
  width: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#blog .article .comments .media-comments:hover:before {
  border-width: 0;
}
section#blog .article .comments .media-comments.reply {
  margin-left: 80px;
  position: relative;
  overflow: visible;
}
section#blog .article .comments .media-comments.reply:after {
  position: absolute;
  content: " ";
  width: 2px;
  height: 100%;
  top: 0;
  background: #e6e6e6;
  left: -40px;
}
section#blog .pagination-wrapper {
  text-align: center;
}
section#blog .pagination-wrapper .pagination > li > a, section#blog .pagination-wrapper .pagination > li > span {
  color: #f10f24;
}
section#blog .pagination-wrapper .pagination > .active > a,
section#blog .pagination-wrapper .pagination > .active > span,
section#blog .pagination-wrapper .pagination > .active > a:hover,
section#blog .pagination-wrapper .pagination > .active > span:hover,
section#blog .pagination-wrapper .pagination > .active > a:focus,
section#blog .pagination-wrapper .pagination > .active > span:focus {
  background-color: #f10f24;
  border-color: #f10f24;
  color: white;
}
section .side-block {
  margin-top: 25px;
}
section .side-block.search input.form-control {
  background: #eeeeee;
  border: none;
  height: 40px;
}
section .side-block.search button {
  border: none;
  background: none;
}
section .side-block.search button i {
  top: 3px;
  right: 8px;
  color: #f10f24;
}
section .side-block span.divider {
  margin: 40px 0;
  display: block;
}
section .side-block h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
section .side-block p {
  color: #999999;
}
section .side-block ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
section .side-block ul li {
  margin: 5px 0;
}
section .side-block ul li a {
  color: #999999;
}
section .side-block .media a.pull-left {
  margin-right: 10px;
}
section .side-block .media .media-object {
  padding: 0;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
section .side-block .media .media-body {
  font-size: 13px;
  line-height: 16px;
  color: #999999;
}
section .side-block .media .media-body a {
  display: block;
  margin-top: 7px;
}
section .side-block a.tag {
  border: 2px solid #999999;
  color: #999999;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  text-transform: lowercase;
  display: inline-block;
}
section .side-block a.tag:hover {
  border-color: #f10f24;
  color: black;
}

section.well {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-image: url(../img/samples/bk-social.jpg);
  background-attachment: fixed;
  position: relative;
  padding: 45px;
}
section.well:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.65);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A6000000,endColorstr=#A6000000);
  zoom: 1;
}
section.well h2 {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}
section.well .breadcrumb {
  background: none;
  float: right;
  margin-bottom: 0;
  padding: 28px 15px 5px 15px;
}
section.well .breadcrumb .active {
  color: white;
}

footer#site-footer {
  padding: 40px 0;
  background: #222222;
  color: white;
  text-align: center;
}
footer span.divider {
  float: none;
}
footer h4, footer h5 {
  text-transform: uppercase;
}

footer .scroll-top{
  position: fixed;
  right: 20px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  border-radius: 3px;
}
footer a img.top {
  margin: 0;
  max-width: 90%;
  vertical-align: -webkit-baseline-middle;
}

.media {
  margin: 50px 0;
  text-align: left;
  overflow: hidden;
}
.media a {
  text-decoration: none;
}
.media a.pull-left {
  margin-right: 25px;
}
.media a.pull-right {
  margin-left: 25px;
}
.media a .media-object {
  background: #f10f24;
  color: white;
  border: 4px solid #f10f24;
  padding: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}
.media:hover .media-object {
  background: white;
  color: #f10f24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.media.right {
  text-align: right;
}
.media .media-body h4 {
  color: black;
  text-transform: uppercase;
}
.media .media-body p {
  color: #999999;
}
.media.media-circle .media-object {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  background: none;
  color: #f10f24;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  border: 2px solid white;
}
.media.media-circle:hover .media-object {
  background: white;
}
.media.vertical .media-object {
  background: white;
  width: 70px;
  height: 70px;
  margin: 10px auto;
  color: #555555;
}
.media.vertical .media-body {
  text-align: center;
}
.media.vertical:hover .media-object {
  background: #f10f24;
  color: white;
}

.go-down {
  position: absolute;
  bottom: 20px;
  right: 49.2%;
  z-index: 999;
}
.go-down a {
  color: white;
}

.section-heading {
  text-align: center;
  padding: 30px 0;
}
.section-heading h1 {
  font-size: 30px;
}
.section-heading h1, .section-heading h2, .section-heading h3 {
  text-transform: uppercase;
  font-weight: bold;
}
.section-heading h1 span, .section-heading h2 span, .section-heading h3 span {
  color: #D71818;
}
.section-heading h4 {
  color: #555555;
  line-height: 22px;
}
.section-heading i {
  color: #d9d9d9;
}
.section-heading span.divider {
  margin: 20px auto;
  float: none;
}
.section-heading.white {
  color: white;
}

span.brandy {
  color: #f10f24;
  text-transform: lowercase;
}

span.divider {
  height: 5px;
  background: #f10f24;
  border-left: 115px solid black;
  display: block;
  margin: 20px auto;
  width: 230px;
  position: relative;
}
span.divider:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: -1px;
  width: 1px;
  height: 10px;
  background: #FFF;
}
span.divider.grey {
  border-color: #999999;
}
span.divider.grey:before {
  background: #222222;
}

ul {
  line-height: 25px;
}

.img-center {
  margin: 0 auto;
}

.carousel-indicators.vertical {
  right: 15px;
  left: inherit;
  margin-left: 0;
  width: 20px;
  bottom: 0px;
}
.carousel-indicators.vertical li {
  display: block;
  margin: 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid white;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.carousel-indicators.vertical li.active {
  margin: 10px 0;
  width: 15px;
  height: 15px;
  border: 2px solid white;
}
.carousel-indicators li {
  display: inline-block;
  margin: 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid white;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.carousel-indicators li.active {
  margin: 10px 0;
  width: 15px;
  height: 15px;
  border: 2px solid white;
}

.btn.btn-primary {
  background: #f10f24;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 40px;
}
.btn.btn-primary:hover {
  background: #da0d20;
}

.btn.btn-empty {
  background: none;
  border: 2px solid white;
  text-transform: uppercase;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.btn-empty:hover {
  background: white;
  color: #f10f24;
}

.pre-loader {
  position: fixed;
  background: #ecf0f1;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}

.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #bdc3c7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.has-feedback.left .form-control-feedback {
  top: 7px;
  right: inherit;
  left: 0;
}
.has-feedback.left .form-control {
  padding-left: 33px;
  padding-right: 0;
}

.form-control {
  height: 50px;
  padding: 12px;
  border: 1px solid #eeeeee;
}

a {
  color: #f10f24;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #920815;
  text-decoration: none;
}

.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
.quote {
  background: #333333;
  color: white;
  border-left: 4px solid #f10f24;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 25px;
  margin-bottom: 15px;
}

:focus {
  outline: 0;
}

canvas {
  width: 200px !important;
  height: 200px !important;
  display: block;
  float: none;
}

@media (max-width: 767px) {
  #nav .navbar-nav li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .theme-switcher{
    display: none;
  }
  .navbar-brand{
      margin-left:20px;
  }

  header.masthead h1 {
    font-size: 30px;
  }
  header.masthead h2 {
    font-size: 16px;
    margin-top: 20px;
  }
  header.masthead h3 {
    font-size: 14px;
  }
  header.masthead .tp-caption {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
  header.masthead .tp-caption.large_white_bold,
  header.masthead .tp-caption.large_white_light {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.masthead .tp-caption a {
    color: white;
  }
  header.masthead h1, header.masthead h2, header.masthead h3 {
    color: white;
  }
}
.theme-switcher {
  position: absolute;
  margin-top: 20px;
}
.theme-switcher .colors {
  display: none;
  overflow: hidden;
  float: left;
}
.theme-switcher a {
  width: 30px;
  height: 30px;
  float: left;
  display: inline-block;
}
.theme-switcher a.orange {
  background: #ff7f00;
}
.theme-switcher a.blue {
  background: #00bee7;
}
.theme-switcher a.red {
  background: #fd2020;
}
.theme-switcher .Switcher {
  color: #999999;
  text-align: center;
  line-height: 28px;
  border: 1px solid #eeeeee;
}
.theme-switcher .Switcher:hover, .theme-switcher .Switcher.active {
  color: white;
  background: #555555;
  border-color: #555555;
}


.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}
.sec-title {
    position: relative;
    z-index: 1;
}

.centered {
    text-align: center !important;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #f97534;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 2em;
}
/* Location Area */

.location-area{
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.location{
    position: relative;
    display: block;
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
}

.location img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.single-location-box{
    position: absolute;
}

.single-location-box .round-box{
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: #f10f24;
    border-radius: 50%; 
    /*cursor: pointer;*/
}

.single-location-box .round-box:nth-child(odd):before{
  position:absolute;
  content:'';
  left:-8px;
  top:-8px;
  right:-8px;
  bottom:-8px;
  opacity: 0;
  border-radius:50%;
  border:1px solid #f10f24;
  -webkit-animation: ripple 1.5s ease-out 1.8s infinite;
  -ms-animation: ripple 1.5s ease-out 1.8s infinite;
  animation: ripple 1.5s ease-out 1.8s infinite;
}
.single-location-box .round-box:nth-child(even):before{
  position:absolute;
  content:'';
  left:-8px;
  top:-8px;
  right:-8px;
  bottom:-8px;
  opacity: 0;
  border-radius:50%;
  border:1px solid #f10f24;
  -webkit-animation: ripple 1.5s ease-out 1.3s infinite;
  -ms-animation: ripple 1.5s ease-out 1.3s infinite;
  animation: ripple 1.5s ease-out 1.3s infinite;
}
@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
    }
    5% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes ripple {
    0% {
        opacity: 0;
        -ms-transform: scale(.1);
    }
    5% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -ms-transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        transform: scale(.1);
    }
    5% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}

[not-existing] {
    zoom: 1;
}

.single-location-box .inner-content {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 290px;
    margin-left:-125px;
    z-index: 10;
    padding: 25px 28px 20px;
    font-weight: 500;
    font-size:14px;
    color:#666666;
    line-height: 24px;
    border-radius: 5px;
    opacity:0;
    visibility:hidden;
    background-color: #ffffff;
    -webkit-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05),-2px 0px 15px 1px rgba(0,0,0,0.05);
    -ms-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05),-2px 0px 15px 1px rgba(0,0,0,0.05);
    -o-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05),-2px 0px 15px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05),-2px 0px 15px 1px rgba(0,0,0,0.05);
    box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05),-2px 0px 15px 1px rgba(0,0,0,0.05);
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.single-location-box .inner-content h4{
  position:relative;
  color:#222222;
  font-size:20px;
  font-weight:700;
  line-height:1.3em;
  margin-bottom:15px;
}

.single-location-box .inner-content .list{
  position:relative;
}

.single-location-box .inner-content .list li{
  position:relative;
  color:#7e8597;
  font-size:15px;
  line-height:1.6em;
  font-weight:400;
  margin-bottom:10px;
}

.single-location-box .inner-content .list li strong{
  position:relative;
  color:#222222;
  font-size:16px;
  font-weight:700;
  font-family: 'Playfair Display', serif;
}

.single-location-box.one{
    top: 38%;
    left: 14%;
}

.single-location-box.two{
    top: 70%;
    left: 30%;
}

.single-location-box.three{
    top: 17%;
    left: 53%;
}
.single-location-box.four{
    top: 54%;
    left: 45%;
}
.single-location-box.five{
   top: 78%;
   left: 53%;
}
.single-location-box.six{
   top: 10%;
    left: 40%;
}
.single-location-box.seven{
   top: 20%;
    left: 25%;
}
.single-location-box.eight{
   top: 40%;
    left: 60%;
}
.single-location-box.nine{
   top: 56%;
    left: 68%;
}
.single-location-box.ten{
   top: 18%;
   left: 98%;
}
.single-location-box.eleven{
   top: 41%;
   left: 84%;
}
.single-location-box.twelve{
   top: 84%;
   left: 83%;
}


/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
  width:100%;
  font-size:15px;
  font-style:normal;
  height:60px;
  padding:10px 20px;
  line-height:36px;
  border: none;
  border-radius:0px;
  background:#161a33;
  border:1px solid rgba(255,255,255,0.10);
}

.form-group .ui-button .ui-icon{
  background:none;
  position:relative;
  top:7px;
  text-indent:0px;
}

.form-group .ui-button .ui-icon:before{
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  position:absolute;
  right:0px;
  top:2px !important;
  top:13px;
  width:10px;
  height:20px;
  display:block;
  color:#f97534;
  line-height:20px;
  font-size:16px;
  font-weight:900;
  text-align:center;
  z-index:5;
}

.ui-widget.ui-widget-content{
  border:1px solid rgba(255,255,255,0.10);
}

.ui-menu .ui-menu-item{
  font-size:14px;
  border:1px solid rgba(255,255,255,0.10);
}

.ui-menu .ui-menu-item:last-child{
  border:none;  
}

.ui-state-active, .ui-widget-content .ui-state-active{
  background:#999999;
  border-color:#999999;
}

.ui-menu .ui-menu-item-wrapper{
  position:relative;
  display:block;
  padding:8px 20px ;
  font-size:14px;
  line-height:24px;
}

.ui-menu-item:hover{
  background-color:#999999;
}


/*
  Branches Section
*/
 
.opportunity-section{
  position:relative;
  padding:90px 0px;
  background-size:cover;
  background-repeat:no-repeat;
}

.opportunity-section:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  background-color: rgba(0, 0, 0, 0.65);
}

.opportunity-section .title-box{
  position:relative;
  text-align:center;
  margin-bottom:40px;
  color: #fff;
}

.opportunity-section .title-box h2{
  position:relative;
  font-weight:700;
  line-height:1.3em;
  margin-bottom:14px;
}

.opportunity-section .title-box .title{
  position:relative;
  font-size:15px;
}

.opportunity-section .opportunity-form{
  position:relative;
  max-width:770px;
  margin:0 auto;
}

.opportunity-form .form-group{
  position:relative;
  margin-bottom:30px;
}

.opportunity-form .form-group .ui-selectmenu-button.ui-button{
  background-color:#fff;
  border:1px solid rgba(255,255,255,0.30)
}

.opportunity-form .form-group .ui-button .ui-icon:before{
  color:#000;
}

.opportunity-form .form-group textarea::-webkit-input-placeholder,
.opportunity-form .form-group input::-webkit-input-placeholder{
  color:#7e8597;
}

.opportunity-form .submit-btn{
  position: relative;
    font-weight: 700;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    padding: 14px 41px;
    border-radius: 50px;
    margin-top:10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
    font-family: 'Playfair Display', serif;
}

section#find-select {
  background-image: url(../img/samples/bk-social.jpg);
  background-attachment: fixed;
}
#wrap.search{
  background:url(../img/location.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
section#location {
  /*background-image: url(../img/samples/banner-02.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
}
.location-list{
  
}
.location-list .location-row{
  margin-bottom: 20px;
}
.location-list .location-img{
  
}
.location-list .location-img img{
  width: 100%;
  border: 1px solid #ccc;
}
.detail-title{
  padding: 120px 0;
}
section#location-banner{
  /*min-height: 300px;*/
}
section#detail-banner{
  background:url(../img/samples/news_bg.jpg) center center  no-repeat;
}
section#detail-banner .detail-title{
  padding: 10% 0;
}
section.detail-section{
  margin: 20px 0;
}
section.detail-section .detail-logo{
  text-align: center;
  padding: 0 50px 35px 0;
}
section.detail-section .detail-logo img{
  width: 100%;
  border: 1px solid #000;
}
section.detail-section .address-list{
  padding: 0 50px 0 0;
}
section.detail-section .address-list li{
  list-style: none;
}
section.detail-section .address-list li .address-title{
  background:#000;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  padding: 10px;
  margin-bottom: 10px;
}
section.detail-section .global-detail h5{
  color: #f10f24;
  margin-top: 20px;
  font-size: 16px;
}
section.detail-bottom{
  background-color: #f1f1f1;
  padding: 30px 0;
}
/*** 

====================================================================
  Sponsors Section
====================================================================

***/

.sponsors-section{
  position:relative;
  padding:125px 0px 40px;
  background-color:#eeeeee;
}

.sponsors-section.style-two{
  padding:60px 0px 50px;
}

.sponsors-section .sponsors-outer{
  position:relative;
}

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav{
  position:relative;
  display:none;
}

.sponsors-section .sponsors-outer .image-box{
  position:relative;
  text-align:center;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.sponsors-section .sponsors-outer .image-box img{
  max-width:100%;
  width:auto;
  display:inline-block;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  filter: gray;
  opacity:0.4;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.sponsors-section .sponsors-outer .image-box img:hover{
  opacity:1;
    -webkit-filter: none;
    filter: none;
}

.sponsors-section .sponsors-outer .image-box:hover{
  border-color:#ffaa00;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.company-section .text p {
    position: relative;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 18px;
}
.list-style-one{
    margin-bottom: 20px;
}
.list-style-one li {
    position: relative;
    color: #222222;
    font-size: 15px;
    padding-left: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*** 

====================================================================
  Contact Locations Section
====================================================================

 ***/
 
.contact-location-section{
  position:relative;
  padding:100px 0px 0px;
}

.contact-location-section .info-column{
  position:relative;
  margin-bottom:30px;
}

.contact-location-section .info-column .column-inner{
  position:relative;
  text-align:center;
  padding:40px 15px;
  border-radius:8px;
  border:1px solid #dfdfdf;
}

.contact-location-section .info-column .image{
  position:relative;
  width:64px;
  height:64px;
  margin:0 auto;
  overflow:hidden;
  border-radius:50%;
  margin-bottom:18px;
}
.contact-location-section .info-column .image img{
  width: 100%;
}

.contact-location-section .info-column h3{
  position:relative;
  color:#333333;
  font-size:16px;
  font-weight:600;
}

.contact-location-section .info-column .text{
  position:relative;
  color:#555555;
  font-size:14px;
  line-height:1.8em;
  margin-top:8px;
  margin-bottom:20px;
}

.contact-location-section .info-column ul{
  position:relative;
}

.contact-location-section .info-column ul li{
  position:relative;
  color:#555555;
  font-size:14px;
  list-style: none;
}

.contact-location-section .info-column ul li:first-letter{
  font-weight:600;
  color:#222222;
}

/*------  Register and login Pages -----*/
#login{
  padding: 80px 0;
}
.page-signin .main-body {
  max-width: 480px;
  margin: 10px auto;
}
.page-signin .body-inner {
  position: relative;
  padding: 0 20px 20px;
}
.card {
  position: relative;
  overflow: hidden;
  margin: 10px 0 0px 0;
  border: none;
  border-radius: 0px;
}
.mdl-shadow--2dp, .card-panel {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.bg-white {
  background-color: #fff;
  color: #3D4051;
}
.z-depth-2, .page-signin .card {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}
.page-signin .card .card-content {
  padding: 30px 20px;
}
.page-signin .logo {
  font-size: 26px;
  font-weight: normal;
}
.page-signin .form-group {
  position: relative;
  margin: 0;
}
.ui-input-group {
  position: relative;
  margin: 18px 0 12px;
}
.card .card-action {
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 20px;
}
.card .card-action.no-border {
  border: 0;
}
.color-primary, a.color-primary {
  color: #f10f24;
}
.card .card-action > a {
  margin-right: 20px;
  text-transform: uppercase;
}
.page-signin .additional-info {
  text-align: center;
  font-size: 12px;
}
.page-signin .additional-info a {
  color: #fafafa;
}
.page-signin .additional-info .divider-h {
  border-right: 1px solid #fafafa;
  margin: 0 15px;
}
.page-signin .additional-info {
  text-align: center;
  font-size: 12px;
}
.page-signin .body-inner:before {
  z-index: -1;
  content: ' ';
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f10f24;
  height: 220px;
}
.ui-input-group > input {
  padding-left: 0;
  padding-right: 0;
  border: none;
  box-shadow: 0 0 0 #fff;
  border: none;
  border-bottom: 1px solid #CBD5DD;
  margin: 0;
}
.ui-input-group > input:focus {
  border-bottom: 1px solid #CBD5DD;
  box-shadow: 0 0 0 #fff;
}
.page-signin .ui-input-group .form-control {
  color: #555;
}
.ui-input-group .input-bar {
  position: relative;
  display: block;
  width: 100%;
}
.ui-input-group .input-bar:before {
  left: 50%;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #f10f24;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group .input-bar:after {
  right: 50%;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #f10f24;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group > label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
}
.ui-input-group>input:focus ~ label, .ui-input-group>input:valid ~
label {
  top: -20px;
  left: 0;
  font-size: 12px;
}
.ui-input-group>input:focus ~ label, .ui-input-group>textarea:focus ~
label {
  color: #f10f24;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~
.input-bar:after {
  width: 50%;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~
.input-bar:after {
  width: 50%;
}

#register{
  padding: 80px 0;
}
.page-register .main-body {
  margin: 10px auto;
}
.page-register .body-inner {
  position: relative;
  padding: 0 20px 20px;
}

.page-register .card {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.page-register .card .card-content {
  padding: 30px 20px;
}
.page-register .logo {
  font-size: 26px;
  font-weight: normal;
}
.page-register .form-group {
  position: relative;
  margin: 0;
}
.page-register .additional-info {
  text-align: center;
  font-size: 12px;
}
.page-register .additional-info a {
  color: #fafafa;
}
.page-register .additional-info .divider-h {
  border-right: 1px solid #fafafa;
  margin: 0 15px;
}
.page-register .additional-info {
  text-align: center;
  font-size: 12px;
}
.page-register .body-inner:before {
  z-index: -1;
  content: ' ';
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f10f24;
  height: 220px;
}
.page-register .ui-input-group .form-control {
  color: #555;
  width: 100%;
}
/**
Service Area
*/
.section-padding--xlg {
  padding: 120px 0; 
}
.section-padding-top--sm {
  padding-top: 65px; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding--xlg {
    padding: 100px 0; 
  }
  .section-padding-top--sm {
    padding-top: 60px; 
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h1 {
    font-size: 26px;
  }
  .section-padding--xlg {
    padding: 80px 0; 
  } 
}

@media only screen and (max-width: 767px) {
  .section-heading h1 {
    font-size: 24px;
  }
  .section-padding--xlg {
    padding: 70px 0; 
  }
  section.detail-section .detail-logo{
    padding: 0 0 35px 0;
  }
}
.pg-services__details h3 {
  margin-bottom: 20px;
  font-weight: 700; 
}
.mt-30-reverse {
  margin-top: -30px; 
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 15px;
  padding: 25px 15px;
  border: 1px solid #eeeeee;
  background: #fafafa; }

.service__icon {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-right: 25px;
  color: #f10f24;
  height: 55px;
  border: 1px solid #f10f24;
  line-height: 53px;
  -webkit-box-flex: 55px;
  -webkit-flex: 55px;
  -moz-box-flex: 55px;
  -moz-flex: 55px;
  -ms-flex: 55px;
  flex: 55px;
  max-width: 55px;
  margin-bottom: 20px; }
  .service__icon i {
    font-size: 24px;
    vertical-align: text-bottom; }
  .service__icon [class^="flaticon-"]:before,
  .service__icon [class*=" flaticon-"]:before,
  .service__icon [class^="flaticon-"]:after,
  .service__icon [class*=" flaticon-"]:after {
    vertical-align: text-bottom; }

.service__content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100; }
  .service__content h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #2b2b2b; }
    .service__content h5 a {
      color: #2b2b2b; }
      .service__content h5 a:hover {
        color: #f10f24; }
  .service__content p {
    margin-bottom: 0; }

.service:hover .service__icon {
  -webkit-animation: bounceIn 0.5s ease-in-out 1 both;
  -moz-animation: bounceIn 0.5s ease-in-out 1 both;
  -ms-animation: bounceIn 0.5s ease-in-out 1 both;
  -o-animation: bounceIn 0.5s ease-in-out 1 both;
  animation: bounceIn 0.5s ease-in-out 1 both; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .service__icon {
    margin-right: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .service__icon {
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .service__icon {
    margin-right: 0; } }

.modal-header {
    border-bottom: 0;
}
.modal-body {
    text-align: center;
    padding-bottom: 50px;
}

.footer-area {
    position: relative;
    width: 100%;
    padding: 80px 0 65px;
    background-color: #222222;
}
.single-footer-widget .title {
  padding-bottom: 30px;
}

.single-footer-widget .title h4{
  color: #fff;
  font-weight: 700;
}
.single-footer-widget .our-info p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #7c7e85;
    text-transform: capitalize;
    line-height: 26px;
    padding: 30px 0;
}
.single-footer-widget .we-do-list{
  padding: 0;
  margin: 0;
}
.single-footer-widget .we-do-list li{
  padding: 5px 0;
  list-style: none;
}
.single-footer-widget .we-do-list li:firs-child{
  padding-top: 0;
}
.single-footer-widget .we-do-list li a {
  color: #7c7e85;
  font-size: 16px;
  font-weight: 600;
}
.single-footer-widget .contact-info li {
  position: relative;
  padding-left: 13px;
  color: #7c7e85;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  list-style: none;
}
.contact-info li i::before {
  margin-left: -52px;
  color: #fff;
  font-size: 25px;
  vertical-align: middle;
}
.social-footer {
  position: relative;
  width: 100%;
  padding-top: 30px;
}

.social-footer li {
  display: inline-block;
}

.social-footer li a i {
  width: 40px;
  height: 40px;
  border: 1px solid #2e2d2d;
  text-align: center;
  line-height: 39px;
  color: #7c7e85;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.social-footer li a i:hover{
  border: 1px solid #f10f24;
  background-color: #f10f24;
  color: #fff;
}
