/*------------------------------------------------------------------
[Table of contents]

	General Styling
	Header
	Footer
	About Us
	Blog
	Contact
	Portfolio
	Sidebar
	Typography
	Elements [Forms, buttons etc..]
	Other Plugins
	
[/Table of contents]
-------------------------------------------------------------------*/


img[src$=".gif"], img[src$=".png"] {
                   image-rendering: -moz-crisp-edges;         /* Firefox */
                   image-rendering:   -o-crisp-edges;         /* Opera */
                   image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
                   image-rendering: crisp-edges;
                   -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
                 }

.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a,
h1,
h2,
h3,
h4,
h5,
h6,
.first-line,
.second-line {
  font-family: 'Open Sans', sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
}
html ::selection {
  color: #ffffff;
  background: #272727;
}
section {
  padding: 30px 0 120px 0;
}
p {
  font-size: 14px;
  line-height: 24px;
  color: #898888;
}
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(27, 27, 27, 1);
  padding: 0px 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background-color: #FDFDFD;
  height: 65px;
  box-shadow: 0px 0px 5px #000;
}
@media (max-width: 991px) {
  .site-header {
    position: relative;
  }
  .site-header .main-header .logo a {
    color: #272727 !important;
  }
}
.site-header .inner-header {
  padding: 0;
}
@media (max-width: 991px) {
  .site-header .inner-header {
    padding: 0 15px;
  }
}
.site-header .main-header .logo {
  float: left;
  margin: 5px 0 15px 10px;
}
.site-header .main-header .logo a {
  color: #fff;
  font-family: 'Audiowide', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
/*.scrolled-header {
  background-color: #272626;
  padding: 0;
  border-bottom: 1px solid rgba(27, 27, 27, 1);
  box-shadow: 0px 0px 5px #000;
}
.scrolled-header .main-header .logo a {
  color: #272727;
}
.scrolled-header .main-navigation ul > li > a {
  color: #E4E4E4;
}
.scrolled-header .main-navigation ul > li > a:hover {
  color: #9199B0;
}*/
.header-right-toggle {
  padding: 15px 0 15px 30px;
}
.header-right-toggle a {
  color: #272727;
}
a.side-menu-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #272727;
}
a.side-menu-button i {
  margin-right: 6px;
}
nav.main-navigation {
  /*position: relative;*/
  position: absolute;
  right: 0px;
  z-index: 20;
}
nav.main-navigation ul {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 10px;
}
nav.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 96%;
  left: 30px;
  width: 160px;
  background: #FDFDFD;
  padding: 0px 0;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.main-navigation ul li ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
nav.main-navigation ul li ul.sub-menu li a {
text-transform:uppercase;
  color: #343434;
  font-size: 12px;
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px dotted #CBCBCB;
}
nav.main-navigation ul li ul.sub-menu li a:hover{
  color:#FBCF15;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}
nav.main-navigation ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
  font-size: 11.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #343434;
  display: block;
  padding: 15px 10px;
}

.nav-active a{
  color: #6BC72A !important;
}

nav.main-navigation ul a:hover{
    color: #FBCF15;
}
nav.main-navigation ul a i {
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.main-navigation ul a {
    padding: 10px 0;
  }
}
nav.responsive-menu ul {
  padding: 25px 15px;
  margin: 0;
  list-style: none;
}
nav.responsive-menu ul li {
  display: block;
  position: relative;
}
nav.responsive-menu ul li .show-submenu {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  color: #a8a8a8;
}
nav.responsive-menu ul li .sub-menu {
  display: none;
  padding: 0 0 0 30px;
}
nav.responsive-menu ul li .sub-menu.open {
  display: block;
}
nav.responsive-menu ul li .sub-menu li {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 2px;
}
nav.responsive-menu ul li .sub-menu a {
  padding: 2px;
  text-transform: capitalize;
}
nav.responsive-menu a {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  margin: 0;
  color: #757575;
}
nav.responsive-menu span {
  font-size: 12.5px;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  margin: 0;
  color: #757575;
  cursor: pointer;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 320px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 320px;
  }
}
footer {
  border-top: 1px solid #9B9B9B;
  background-color: #8B8B8B;
}
footer h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #424141;
}
footer .dec-line {
  width: auto;
  height: 2px;
  background-color: #F6B819;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  footer .about-us {
    padding: 20px;
  }
}
footer .about-us span {
  font-weight: 600;
  color: #424141;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}
footer .about-us span em {
  font-style: normal;
  font-weight: 400;
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 10px;
}
@media (max-width: 991px) {
  footer .trending-categories {
    padding: 20px;
  }
}
footer .trending-categories ul {
  padding: 0;
  margin: 0;
  list-style: square inside;
}
footer .trending-categories ul li {
  margin-bottom: 8px;
}
footer .trending-categories ul li a {
  color: #424141;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}
footer .trending-categories ul li a:hover {
  color: #F6B819;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 991px) {
  footer .recent-posts {
    padding: 20px;
  }
}
footer ul.recent-item {
  padding: 0;
  margin: 0;
}
footer ul.recent-item a {
  color: #aaa;
}
footer ul.recent-item a:hover {
  color: #ffffff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
footer ul.recent-item li {
  list-style: none;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer ul.recent-item li .post-title {
  font-size: 17px;
}
footer ul.recent-item li .post-info {
  margin-top: 5px;
  font-size: 13px;
  color: #757575;
}
footer ul.recent-item span.post-info {
  display: block;
}
footer img {
  width: 30px;
  height: auto;
  float: none;
  background-size: cover;
  overflow: hidden;
  margin-right: 15px;
  /* line-height: 79px; */
  margin: -10px 0 0 1px;
}
@media (max-width: 991px) {
  footer .from-flickr {
    padding: 20px;
  }
}
footer .from-flickr ul {
  padding: 0;
  margin: 0;
}
footer .from-flickr ul li {
  list-style: none;
  display: inline-block;
  margin: 6px 0px;
}
.widgetized-footer {
  padding: 80px 0;
  font-size: 12px;
  border: 1px dotted rgba(215, 163, 30, 0.25);
  margin-top: 50px;
  list-style: none !important;
}
.widgetized-footer li {
  list-style: none !important;
}
.sub-footer p {
  margin-top: 80px;
  /*border-top: 1px solid #232323;*/
  margin: 0;
  text-align: center;
  padding: 20px 0px 15px 0px;
  text-transform: uppercase;
  font-size: 10px;
  color: #424141;
}
.sub-footer p a {
  color: #424141;
}
.sub-footer p a:hover {
  color: #6BC72A;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .team-member {
    padding: 30px 0px;
  }
}
.team-member img {
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.team-member img:hover {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.team-member .team-content {
  background: #f2f2f2;
  padding: 5px 30px 20px 30px;
  text-align: center;
}
.team-member .team-content h3 {
  margin-bottom: 5px;
}
.team-member .team-content span {
  font-size: 13px;
  color: #9e9e9e;
}
.team-member .team-content p {
  margin-top: 15px;
}
.team-member .social-icons {
  text-align: center;
  border: 1px solid #eee;
}
.team-member .social-icons ul {
  padding: 0;
  margin: 0;
}
.team-member .social-icons ul li {
  list-style: none;
  display: inline-block;
}
.team-member .social-icons ul a {
  color: white;
  font-size: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ddd;
  display: inline-block;
  line-height: 30px;
  margin: 15px 5px;
}
.team-member .social-icons ul a:hover {
  background-color: #272727;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.blog-posts .section-heading {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .blog-item {
    padding: 30px 0px;
  }
}
.blog-item h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-item h3 a {
  color: #272727;
}
.blog-item h3 a:hover {
  color: #000;
}
.blog-item img {
  width: 100%;
  max-width: 100%;
  background-size: cover;
  overflow: hidden!important;
}
.blog-item img:hover {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-item span {
  font-size: 13px;
  color: #9e9e9e;
}
.blog-item span a {
  color: #9e9e9e;
}
.blog-item p {
  padding-top: 15px;
}
.blog-item a {
  color: #757575;
}
.blog-item a:hover {
  color: #272727;
}
.blog-item .read-more {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  text-align: right;
}
.blog-item .read-more a {
  color: #aeaeae;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
}
.blog-item .read-more a:hover {
  color: #272727;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.on-blog .blog-item {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .on-blog .blog-item {
    padding: 10px 30px;
  }
}
.blog-page-nav {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .blog-page-nav {
    padding: 0px 30px 50px 30px;
  }
}
.blog-page-nav ul {
  padding: 0;
  margin: 0;
}
.blog-page-nav ul li {
  list-style: none;
  display: inline-block;
}
.blog-page-nav ul li a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px;
  color: #757575;
  text-transform: uppercase;
}
.blog-page-nav ul li a:hover {
  color: #ffffff;
  background-color: #272727;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.blog-page-nav ul li a.current {
  background-color: #272727;
  cursor: default;
  color: #ffffff;
}
.on-blog-grid .blog-item {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .on-blog-grid .blog-item {
    padding: 10px;
  }
}
.blog-single img {
  max-width: 100%;
  background-size: cover;
  overflow: hidden!important;
}
.blog-single-item h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0px 20px 0px;
}
.blog-single-item h3 a {
  color: #272727;
}
.blog-single-item h3 a:hover {
  color: #000;
}
.blog-single-item img {
  max-width: 100%;
  background-size: cover;
  overflow: hidden!important;
}
.blog-single-item span {
  font-size: 13px;
  color: #9e9e9e;
}
.blog-single-item span a {
  color: #9e9e9e;
}
.blog-single-item p {
  padding-top: 20px;
}
.blog-single-item p em {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #aaa;
}
.blog-single-item p em i {
  margin-left: 30px;
  margin-right: 15px;
  color: #ffffff;
  background-color: #272727;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.blog-single-item a {
  color: #757575;
}
.blog-single-item a:hover {
  color: #272727;
}
.blog-single-content {
  background-color: #f2f2f2;
  padding: 15px 35px 35px 35px;
}
.blog-single-content .share-post {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 30px;
}
.blog-single-content .share-post span {
  color: #757575;
}
.blog-comments {
  padding: 100px 0px 60px 0px;
  display: inline-block;
}
@media (max-width: 991px) {
  .blog-comments {
    padding: 80px 30px;
  }
}
.blog-comments h2 {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin: 10px 0px 40px 0px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #272727;
}
.blog-comments .second-comment-item {
  margin-left: 100px;
}
.blog-comments ul.coments-content {
  padding: 0;
  margin: 0;
}
.blog-comments ul.coments-content a {
  color: #5e5e5e;
}
.blog-comments ul.coments-content a:hover {
  color: #272727;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.blog-comments ul.coments-content li {
  list-style: none;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-comments ul.coments-content li .author-title {
  font-size: 18px;
}
.blog-comments ul.coments-content li .comment-date {
  font-size: 13px;
  color: #9e9e9e;
  margin-bottom: 15px;
}
.blog-comments ul.coments-content span.comment-date {
  display: block;
}
.blog-comments ul.coments-content p {
  display: block;
}
.blog-comments img {
  width: 100px;
  height: auto;
  float: left;
  background-size: cover;
  overflow: hidden;
  margin-right: 15px;
}
.submit-comment {
  padding: 0px 0px;
  display: inline-block;
}
.submit-comment h2 {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin: 10px 0px 40px 0px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #272727;
}
.submit-comment .btn-black {
  padding-top: 30px;
  float: left;
}
#contact_form {
  padding-top: 20px;
}
@media (max-width: 767px) {
  #contact_form .subject {
    margin-top: 30px;
  }
}
#contact_form label {
  font-size: 13px;
  color: #757575;
}
#contact_form input {
  border: 1px solid #dddddd;
  height: 40px;
  outline: none;
  padding: 0 10px;
  font-size: 12px;
  color: #757575;
  width: 100%;
  max-width: 100%;
  float: left;
}
#contact_form textarea {
  margin-top: 30px;
  border: 1px solid #dddddd;
  height: 40px;
  outline: none;
  padding: 10px 10px;
  font-size: 12px;
  color: #757575;
  width: 100%;
  max-width: 100%;
  float: left;
  height: 140px;
}
section.contact-us {
  padding: 0px 0px 100px 0px;
}
.contact-map {
  margin-top: 20px;
}
.send-message {
  padding: 0px 0px;
  display: inline-block;
}
.send-message .btn-black {
  padding-top: 30px;
  display: inline-block;
}
.portfolio {
  background: #272727;
}
#owl-portfolio .item {
  padding: 20px 0px 60px 0px;
  margin: 10px;
}
#owl-portfolio {
  margin-left: -10px;
  margin-right: -10px;
}
#owl-portfolio img {
  width: 100%;
}
figure {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
figure:hover figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}
figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(250, 250, 250, 0.9);
  color: #fff;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
}
figure img {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
}
figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
figcaption h3 {
  color: #272727;
  padding: 10px 20px;
  margin-bottom: 0;
  position: relative;
  right: 100%;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
figcaption p {
  color: #757575;
  padding: 0px 20px;
  position: relative;
  left: 100%;
}
figure:hover h3,
figure:hover p {
  left: 0;
  -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -o-transition: all 1.0s;
  -ms-transition: all 1.0s;
  transition: all 1.0s;
}
figcaption a:hover {
  color: #ffffff;
  background: #fff;
}
.portfolio-page-nav {
  margin-top: 30px;
}
.portfolio-page-nav ul {
  padding: 0;
  margin: 0;
}
.portfolio-page-nav ul li {
  list-style: none;
  display: inline-block;
}
.portfolio-page-nav ul li a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px;
  color: #757575;
  text-transform: uppercase;
}
.portfolio-page-nav ul li a:hover {
  color: #ffffff;
  background-color: #272727;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.portfolio-page-nav ul li a.current {
  background-color: #272727;
  cursor: default;
  color: #ffffff;
}
.owl-navigation .btn {
  font-size: 18px;
  background: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.owl-navigation .go-to {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #ffffff;
  width: 200px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}
.on-portfolio img {
  width: 100%;
}
.on-portfolio {
  background: #ffffff;
}
.on-portfolio .item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .on-portfolio .item {
    padding: 0px 40px;
  }
}
#portfolio-grid {
  margin-top: 100px;
}
#projects-filter a {
  display: inline-block;
  padding: 10px 12px;
  margin: 0 2px;
  color: #757575;
  text-transform: uppercase;
}
#projects-filter a:hover {
  color: #272727;
}
#projects-filter a.active {
  background-color: #272727;
  cursor: default;
  color: #ffffff;
}
.single-project-item h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0px 20px 0px;
}
.single-project-item h3 a {
  color: #272727;
}
.single-project-item h3 a:hover {
  color: #000;
}
.single-project-item img {
  max-width: 100%;
  background-size: cover;
  overflow: hidden!important;
}
.single-project-item span {
  font-size: 13px;
  color: #9e9e9e;
}
.single-project-item span a {
  color: #9e9e9e;
}
.single-project-item p {
  padding-top: 20px;
}
.single-project-item p em {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #aaa;
}
.single-project-item p em i {
  margin-left: 30px;
  margin-right: 15px;
  color: #ffffff;
  background-color: #272727;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.single-project-item a {
  color: #757575;
}
.single-project-item a:hover {
  color: #272727;
}
.single-content {
  background-color: #f2f2f2;
  padding: 15px 35px 35px 35px;
}
.single-content .share-post {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 30px;
}
.single-content .share-post span {
  color: #757575;
}
.single-project-sidebar {
  padding-top: 20%;
  margin-left: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .single-project-sidebar {
    margin-top: 250px;
    margin-left: 0px;
  }
}
.single-project-sidebar .about-author {
  background-color: #f2f2f2;
  text-align: center;
  padding: 30px;
}
.single-project-sidebar .about-author img {
  border: 5px solid #ffffff;
  border-radius: 50%;
  margin-top: -110px;
}
.single-project-sidebar .about-author h3 {
  margin-bottom: 5px;
}
.single-project-sidebar .about-author span {
  font-size: 13px;
  color: #9e9e9e;
}
.single-project-sidebar .about-author p {
  margin-top: 15px;
}
.single-project-sidebar .info {
  margin: 15px 0px;
  width: 100%;
  text-align: center;
  border: 1px solid #eee;
  padding: 15px;
}
.single-project-sidebar .info span {
  color: #aaa;
  font-weight: 600;
}
.single-project-sidebar .info span em {
  font-style: normal;
  color: #272727;
}
.single-project-sidebar .info .social-icons {
  text-align: center;
}
.single-project-sidebar .info .social-icons ul {
  padding: 0;
  margin: 0;
}
.single-project-sidebar .info .social-icons ul li {
  list-style: none;
  display: inline-block;
}
.single-project-sidebar .info .social-icons ul a {
  color: white;
  font-size: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e7e7e7;
  display: inline-block;
  line-height: 30px;
  margin: 0px 5px;
}
.single-project-sidebar .info .social-icons ul a:hover {
  background-color: #272727;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.similar-projects {
  border-top: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .similar-projects .item {
    padding: 20px 10px;
  }
}
.similar-projects img {
  width: 100%;
}
.widget-item {
  margin-left: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .widget-item {
    padding: 60px 30px;
    margin: 0px;
  }
}
.widget-item h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #272727;
}
.widget-item .dec-line {
  width: 30px;
  height: 1px;
  background-color: #ddd;
  margin-bottom: 30px;
  margin-top: 20px;
}
.widget-item .social-icons {
  margin-top: -5px;
}
.widget-item .social-icons ul {
  padding: 0;
  margin: 0;
}
.widget-item .social-icons ul li {
  list-style: none;
  display: inline-block;
}
.widget-item .social-icons ul a {
  text-align: center;
  color: white;
  font-size: 12px;
  width: 28px;
  height: 28px;
  background-color: #e7e7e7;
  display: inline-block;
  line-height: 30px;
  margin: 0px 1px;
  margin-top: 10px;
}
.widget-item .social-icons ul a:hover {
  background-color: #272727;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.widget-item .blog-search-field {
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
  outline: none;
  padding: 0 10px;
  font-size: 13px;
  color: #757575;
}
.widget-item ul.recent-item {
  padding: 0;
  margin: 0;
}
.widget-item ul.recent-item a {
  color: #4e4e4e;
}
.widget-item ul.recent-item a:hover {
  color: #272727;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.widget-item ul.recent-item li {
  list-style: none;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.widget-item ul.recent-item li .post-title {
  font-size: 17px;
}
.widget-item ul.recent-item li .post-info {
  margin-top: 5px;
  font-size: 13px;
  color: #9e9e9e;
}
.widget-item ul.recent-item span.post-info {
  display: block;
}
.widget-item img {
  width: 70px;
  height: auto;
  float: left;
  background-size: cover;
  overflow: hidden;
  margin-right: 15px;
}
.widget-item .flickr-feed ul {
  padding: 0;
  margin: 0;
}
.widget-item .flickr-feed ul li {
  list-style: none;
  display: inline-block;
  margin: 6px 0px;
}
.page-heading {
  background-size: cover;
  background-repeat: no-repeat;
}
.page-heading .page-name {
  position: relative;
  margin-top: 5%;
  text-align: center;
}
.page-heading .page-name h1 {
  background-color: rgba(0, 0, 0, 0.9);
  display: inline-block;
  padding: 40px 80px 60px 80px;
  overflow: hidden;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 10px solid rgba(0, 0, 0, 0.1);
}
.page-heading .page-name span {
  text-align: center;
  text-transform: uppercase;
  color: #757575;
  font-size: 12px;
  display: block;
  position: relative;
  margin-top: -75px;
  padding-bottom: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e4e4e4;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 20px;
  color: #e4e4e4;
  line-height: 28px;
}
h4 {
  font-size: 30px;
  color: #e4e4e4;
  font-weight: 300;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 14px;
}
.first-line {
  font-size: 62px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}
.second-line {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.tp-bullets {
  z-index: 1!important;
}
@media (max-width: 991px) {
  .service-item {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .service-item {
    padding: 30px;
  }
}
.service-item .icon {
  /*width: 66px;*/
  height: 66px;
  background-color: transparent;
}
.service-item h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.on-services {
  text-align: center;
}
.on-services .service-item {
  margin-bottom: 40px;
}
.on-services .icon {
  text-align: center;
  display: inline-block;
}
.clients {
  background-color: #f2f2f2;
}
.clients .client-item {
  margin-bottom: 30px;
}
.clients img {
  background-size: cover;
  overflow: hidden;
  padding: 30px;
  background-color: #ffffff;
  width: 100%;
  height: 85px;
}
.clients img:hover {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.call-to-action-1 {
  text-align: center;
  border-bottom: 1px solid rgba(0, 30, 67, 0.19);;
}
.call-to-action-1 h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.call-to-action-1 p {
  padding-top: 20px;
  padding-bottom: 30px;
}
.call-to-action-1 .btn-black {
  float: left;
  text-align-last: left;
}
.call-to-action-2 {
  overflow: visible;
  padding: 0px;
  width: 100;
  background: #D7A31E;
  position: relative;
}
.call-to-action-2 .left-text {
  padding: 70px 0;
  padding-right: 60px;
  width: 50%;
}
.call-to-action-2 .left-text h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.call-to-action-2 .left-text p {
  padding-top: 20px;
}
.call-to-action-2 .left-text em {
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
  font-style: normal;
}
.call-to-action-2 .right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/calltoaction-image.html);
}
.call-to-action-3 {
  padding: 60px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .call-to-action-3 {
    padding: 30px 0px;
    text-align: center;
  }
}
.call-to-action-3 h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.call-to-action-3 .btn-black {
  float: right;
}
@media (max-width: 991px) {
  .call-to-action-3 .btn-black {
    text-align: center;
    float: none;
    display: inline-block;
    padding: 20px 0px;
  }
}
.testimonials {
  /*background: #005DCF;
  background-image: url(../images/diagmonds.png);
  background-repeat: repeat;*/
}

p.testimonials{color:#000 !important;}

.testimonial-gray{color:#969494 !important;}
#owl-demo .item {
  padding: 0px 0px;
  margin: 10px;
}
.pagination {
  width: 15px;
  height: 15px;
  background: #272727;
}
.testimonials-post {
  text-align: center;
  background: #ffffff;
  padding: 30px;
  height: 272px;
  /*box-shadow: 1px 1px 10px #032E67;*/
}
.testimonials-post span {
  font-size: 18px;
  color: #757575;
}
.testimonials-post p {
  padding-top: 15px;
  font-size: 12px;
  font-style: italic;
}
.testimonials-post h6 {
  padding-top: 15px;
  font-size: 15px;
}
.testimonials-post h6 em {
  font-style: normal;
  font-size: 12px;
  color: #757575;
}
.btn {
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 30px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-slider {
  font-size: 12px;
  letter-spacing: 3px;
  color: #E4E4E4 !important;
  border-radius: 0px;
  background: #272626;
}
.btn-slider1 {
  font-size: 10px;
  letter-spacing: 0.5px;
  border-radius: 0px;
  background: #272626;
}

.btn-black a {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #272626;
  color: #e4e4e4;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}
.btn-black a:hover {
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.5s;
}
.border-btn a {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #272727;
  border: 2px solid #272727;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 56px;
}
.border-btn a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.transact-btn {
  background-color: #004475;
  color: #FBCF15 !important;
}
.transact-btn:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.second-btn {
  /*background-color: #005DCF;*/
  background-color: #004475;
  /*color: #e4e4e4 !important;*/
  color: #FBCF15 !important;
}
.second-btn:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.second-btn2 {
  background-color: #D7A31E;
  color: #e4e4e4 !important;
  padding: 200px;
}
.second-btn3 {
  background-color: #625C4D;
  color: #e4e4e4 !important;
}
.second-btn2:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.second-btn4 {
  background-color: #4F3B08;
  color: #e4e4e4 !important;
}
.second-btn4:hover {
  background-color: #B8902B;
  color: #e4e4e4 !important;
  opacity: 0.8;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .prev-btn {
    padding: 0px 0px;
    width: 120px;
  }
}
.prev-btn a {
  margin-top: 60px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #757575;
  color: #ffffff;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}
@media (max-width: 991px) {
  .prev-btn a {
    padding: 0px 0px;
    width: 150px;
  }
}
.prev-btn a i {
  margin-right: 10px;
}
.prev-btn a:hover {
  color: #ffffff;
}
.next-btn {
  float: right;
  text-align: right;
}
@media (max-width: 991px) {
  .next-btn {
    padding: 0px 0px;
  }
}
.next-btn a {
  margin-top: 60px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #272727;
  color: #ffffff;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}
@media (max-width: 991px) {
  .next-btn a {
    padding: 0px 0px;
    width: 150px;
  }
}
.next-btn a i {
  margin-left: 10px;
}
.next-btn a:hover {
  color: #ffffff;
}
.go-top {
  width: 46px!important;
  height: 46px!important;
  line-height: 46px!important;
  font-size: 14px!important;
}
.section-heading {
  text-align: center;
}
.section-heading h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  letter-spacing: 2px;
}
.section-heading .section-dec {
  /*width: 80px;
  height: 1px;*/
  /*background-color: #dddddd;*/
  margin: 0px auto 35px auto;
  font-size: 35px;
  color: #e4e4e4;
}
.section-heading-white h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  color: #ffffff;
  letter-spacing: 2px;
}
.section-heading-white .section-dec {
  width: 80px;
  height: 1px;
  background-color: #dddddd;
  margin: 15px 0 60px 0;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls {
  width: 100%;
  text-align: center;
}
.owl-theme .owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 5px -10px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #6F6F6F;
  border: 3px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  display: inline-block;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.html) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.go-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  background: #D7A31E;
  color: #fff !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.go-top.go-topfade-out {
  opacity: 1;
}
@media (max-width: 991px) {
  .go-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .go-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: 30px;
    bottom: 60px;
  }
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.nano .content:focus {
  outline: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
  opacity: 0.99;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

/* ====================================================================================================================
 * SOCIAL NETWORK
 * ====================================================================================================================*/

.fb-like{display:inline-block;vertical-align:top;float: left;position:static;}
.twitter-follow-button{display:inline-block;vertical-align:top;float: left;position:static;margin: 0px 0px 0px 4px}

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.html');
  src: url('../fonts/flexslider-icond41d.html?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon-2.html') format('woff'), url('../fonts/flexslider-icon-3.html') format('truetype'), url('../fonts/flexslider-icon-4.html#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* OTHER */
.stripes {
  background-image: url('../images/texture.png');
  background-repeat: repeat;
}
.stayontop{z-index: 9999 !important; position: relative;}

.oncor-bluelight-color{color:#0063DC;}
.oncor-bluemid-color{color:#005DCF;}

.btn-bluemid a {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #005DCF;
  color: #ffffff;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}
.btn-bluemid a:hover {
  color: #ffffff;
  /* opacity: 0.8; */
  transition: all 0.5s;
  background-color: rgb(48, 68, 132);
}
.boletin-ico{padding: 10px 0 20px 0; font-size: 30px}
.boletin-ico a{  margin: 0px 15px 0px 15px;width: 25px; color:#F8F6F6}
.boletin-ico a:hover{color:#272727;transition: all 0.5s;}
.call-to-action-2a {
  overflow: visible;
  padding: 0px;
  width: 100;
  background: #272727;
  position: relative;
}
.call-to-action-2a .left-text {
  padding: 70px 0;
  padding-right: 60px;
  width: 50%;
}
.call-to-action-2a .left-text h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.call-to-action-2a .left-text p {
  padding-top: 20px;
}
.call-to-action-2a .left-text em {
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
  font-style: normal;
}
.call-to-action-2a .right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/rse2.jpg);
}
.text-right{text-align: right;}
.text-center{text-align: center;}
.bgdark{background-color: rgb(40, 40, 40);  background-image: url(../images/cartographer.png);
  background-repeat: repeat;}
.services a{color:#e4e4e4;}
.testimonials h6{color:#242424;}
.arrow-dec{
  color: #e4e4e4;
  font-size: 25px;
  margin: -25px 0px 20px 0px;
}
.honeycomb-12{font-size: 18px !important;text-transform:uppercase;text-align:center}
.honeycomb-3{margin-top: 75px;position: relative;left: 180px;}
.honeycomb-3r{margin-top: 75px;position: relative;right: 180px;}
p.honeycomb-3{font-size: 18px;text-transform:uppercase;text-align:center}
p.honeycomb-3r{font-size: 18px;text-transform:uppercase;text-align:center}
.ofertavalor{
  /*background-image: url(../images/light-honeycomb.png);
  background-repeat: repeat;*/
  background-color: #D7A31E;
}

#panel1a {
  width: 200px;
  height: 55px;
  background: red;
  position: relative;
}
#panel1a:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid red;
}
#panel1a:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid red;
}

p#panel1a{width: 100px;color: #fff; font-size: 10px;line-height: 1.2;}

.color-gold{color:#806010 !important;}
.color-gris1{color:#C7C7C7 !important;}
.cobertura{
  /*background-image: url(../images/absurdity.png);
  background-repeat: repeat;
  background-color: #fff;*/
}
.intro-text{
  background-color: rgba(99, 138, 166, 0.07);
  color: #6B6B6B;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 40px;
}
.intro-text2{
  background-color: rgba(193, 193, 193, 0.22);
  color: #CDCCCC;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 40px;
}
.intro-text3 {
  background-color: rgba(99, 138, 166, 0.07);
  color: #CDCCCC;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 40px;
  text-align: left;
  line-height: 1.7;
}
/*.intro-text:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  right: -36px;
  top: 59px;
}
.intro-text:after {
  content: "";
  position: relative;
  float: left;
  border-top: 30px solid rgb(26, 153, 231);
}*/

p.intro-text{padding: 40px;}

p.justify{text-align: justify}

.v2-hr{border-top: 1px solid rgba(0, 93, 207, 0.28)}

.carto{background-color: rgb(40, 40, 40);background-image: url(../images/cartographer.png);background-repeat: repeat;}

.high-on-dark{color:#6B6B6B}

.top-on-page {
    background-color: #7D7D7D;
    text-align: center;
    font-size: 15px;
    color: rgba(205, 204, 204, 1);
    letter-spacing: 3px;
    padding: 3px;
    font-weight: 600;
    border-top: solid 1px #777676;
    border-bottom: solid 1px #777676;
    height: 10px;
}

.oncor-form{
  text-align: left !important;

}

label,p.oncor-form{
  text-align: left !important;
  color: #676767;
}
/*thead{
background-color: rgb(112, 165, 249);
color: white;
font-size: 14px;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 600;
}
tr:nth-child(even){  background-color: rgb(112, 165, 249);color: white;}*/
th{text-align: center;}
thead,tr,th,td.oncor-table-style{vertical-align: middle !important}
caption.oncor-table-style{
  background-color: rgb(226, 226, 226);
  font-size: 16px;
  font-weight: 600;
  padding: 40px;
  color: #676767;
  letter-spacing: 3px;
}
thead{
  background-color: #F7F7F7;
  color: #676767; 
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}
tr:nth-child(even){background-color:#00528A;color:#fff;}
.postulese{
  background-color: rgb(226, 226, 226);
  font-size: 16px !important;
  font-weight: 600;
  padding: 42px 120px;
  color: rgb(161, 161, 161);
  letter-spacing: 3px !important;
  margin-top: 0px;
}
.postulese2{
  background-color: rgb(58, 58, 58);
  /*font-size: 24px !important;*/
  font-weight: 600;
  padding: 42px 120px;
  /*color: rgb(161, 161, 161);*/
  letter-spacing: 0px !important;
  margin-top: 0px;
}
.postulese3 {
  background-color: rgba(130, 96, 16, 0.14);
  /* font-size: 24px !important; */
  font-weight: 600;
  padding: 42px 120px;
  /* color: rgb(161, 161, 161); */
  letter-spacing: 0px !important;
  margin-top: 0px;
}
.postulese4 {
  background-color: rgb(32, 22, 6);
  font-size: 16px !important;
  font-weight: 600;
  padding: 40px;
  color: rgb(161, 161, 161);
  letter-spacing: 4px !important;
  margin-top: 0px;
  text-align: left;
}
.popover{width: 300px;}
/*.popover-title{background-color:#005DCF !important}*/

p.contact-style{
  padding: 0 !important;
  line-height: 1.5 !important;
  text-align: left !important;
  font-size: 13px !important;
}
.ofertav-img{
  top: 40px;
  position: relative;
  left: -5px;
  padding-bottom: 30px;
}
.honey-cont{
  background-color: rgb(216, 172, 96);
  padding: 40px;
  height: 840px;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: 4px !important;
  text-align: right;

}
/*************************************************************************************************************************
*VATCO UNIQUE STYLES
**************************************************************************************************************************/

.phare-upfront{
  color: #806010;
  padding: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 20px;
}
.phare-upfront2{
  color: #806010;
  padding: 40px 20px 20px 20px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
}
.bglight {
  background-color: rgb(255, 255, 255);
  background-image: url(../images/stripes.png);
  background-repeat: repeat;
}
.light-grey h1,.light-grey h2,.light-grey h3,.light-grey h4,.light-grey h5,.light-grey h6{color:#676767 !important;}
.light-grey a{color:#F7B918;}
.light-grey a:hover{color:#F9D644;}
.light-grey li{color:#898888;}