/*!
 * BuilderEngine Themes (http://builderengine.com)
 */


/* -------------------------------
	General Styles
------------------------------- */

body {
    background: #fff;
    font-family: /*'Open Sans',*/ "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #707478;
    font-size: 14px;
}
body.page-navbar-fixed-top {
    padding-top: 70px;
}
body.page-navbar-fixed-top-sm {
    padding-top: 51px;
}

header{

}
footer{

}

.ie8 body {
    font-family: Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    color: #242a30;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    font-weight: 300;
    color: #7c7f83;
}
a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
a:focus {
    outline: none;
}
label {
    color: #242a30;
}
p {
    font-size: 12px;
    line-height: 20px;
}
.row {
    margin: 0 -15px;
}
.row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
.contentAnimated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* -------------------------------
    Header Section
------------------------------- */

.header .navbar-brand {
    padding: 25px 15px;
}
.brand-logo {
    float: left;
    margin-top: -5px;
}
.brand-logo + .brand-text {
    margin-left: 42px;
    display: block;
    color: #2d353c;
    font-size: 20px;
    line-height: 20px;
    display: block;
}

.be-position-fixed-top {
  position: fixed !important;
  top: 0px !important;
  z-index: 9999 !important;
  width: 100%;
  background: #222;
  border-bottom: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: none !important;
}

/* -------------------------------
    Footer Section
------------------------------- */

.footer {
    padding: 60px 0;
    background: #242a30;
    text-align: center;
    box-shadow: inset 0 100px 80px -80px rgba(0,0,0,0.7);
    -webkit-box-shadow: inset 0 100px 80px -80px rgba(0,0,0,0.7);
}

.footer p{
    font-size: 14px;
}

.footer .footer-brand {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.footer .social-list {
    margin: 30px 0 0;
    font-size: 30px;
}

.footer .copy-right p{
	font-size: 12px;
	line-height: 22px;
	color: #707478;
	text-align: center;
	padding: 30px 0px 0px;
}
.footer .copy-right p a{
	color: #008a8a;
}
.footer .copy-right p a:hover{
	color: #00acac;
}

/* -------------------------------
    Content Settings
------------------------------- */

.content {
    padding: 60px 15px 75px;
}
.content .content-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-top: 0;
}
.content .content-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    background: #242a30;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.content .content-desc {
    text-align: center;
    margin-bottom: 60px;
    color: #242a30;
}
.content.has-bg {
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
	margin-top: -20px;
}
.content.has-bg .content-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	overflow: hidden;
}
.content.has-bg .content-bg img {
    max-width: 100%;
}
.content.has-bg .content-title:after {
    background: #fff;
}
.content.has-bg .content-bg:before {
    content: '';
    background: url(../images/content-bg-cover.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.content.has-bg .container {
    position: relative;
}
.content.has-bg .container .content-title {
    color: #fff;
}
.content.has-bg .container .content-desc {
    color: rgba(255,255,255,0.6);
}
.content.has-bg h1,
.content.has-bg h2,
.content.has-bg h3,
.content.has-bg h4,
.content.has-bg h5,
.content.has-bg h6 {
    color: #fff;
}


/* -------------------------------
    #Home Section Settings
------------------------------- */

.home {
    padding: 0 !important;
    color: #fff;
}
.home-content {
    z-index: 1020;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #8F8E8E;
    margin-top: -120px;
    padding: 0 15px;
    text-align: center;
}
.home-content h1,
.home-content h2,
.home-content h3,
.home-content h4 {
    color: #fff;
    margin: 0 0 30px;
    font-weight: 300;
}
.home-content h1 {
    font-size: 64px;
    font-weight: 600;
}
.home-content h3 {
    font-size: 32px;
}
.home-content p {
    margin-bottom: 60px;
}
.home-content a:hover,
.home-content a:focus {
    color: #fff;
}
.home-content .btn + .btn {
    margin-left: 15px;
}


/* -------------------------------
    #About Section Settings
------------------------------- */

.about-author {
    position: relative;
}
.about-author .quote {
    position: relative;
    padding: 30px 60px;
    border-radius: 12px;
    margin-bottom: 15px;
}
.about-author .quote:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 95px;
    border: 10px solid transparent;
    border-top-color: #f0f3f4;
    border-left-color: #f0f3f4;
}
.about-author .quote h3 {
    margin: 0;
    font-weight: 300;
    color: #707478;
    font-style: italic;
    line-height: 30px;
}
.about-author .fa.fa-quote-left,
.about-author .fa.fa-quote-right {
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -14px;
    line-height: 28px;
    top: 30px;
    color: #D5D9DA;
}
.about-author .fa.fa-quote-right {
    left: auto;
    right: 30px;
    bottom: 30px;
    margin-top: 0;
    margin-bottom: -14px;
    top: auto;
}
.about-author .author {
    position: relative;
    text-align: right;
    padding-left: 100px;
    margin-bottom: 15px;
}
.about-author .author .image {
    position: absolute;
    left: -10px;
    top: -40px;
    background: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 100px;
    overflow: hidden;
}
.about-author .author .image img {
    max-width: 100%;
}
.about-author .author .info {
    color: #242a30;
    font-weight: 600;
    font-size: 14px;
}
.about-author .author .info small {
    display: block;
    color: #999;
    font-size: 12px;
    font-weight: normal;
}   
.about-author .author .info a {
    font-weight: normal;
    font-size: 12px;
    display: block;
}


/* -------------------------------
    #Team Section Settings
------------------------------- */

.team {
    text-align: center;
    padding: 0 30px;
}
.team .image {
    display: inline-block;
    border-radius: 300px;
    overflow: hidden;
}
.team .info {
    margin-top: 15px;
}
.team .image img {
    border-radius: 300px;
}
.team .name {
    margin-bottom: 5px;
}
.team .title {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 600;
}
.team p {
    margin-bottom: 15px;
}
.team .social a {
    border-radius: 300px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: #ccc;
}
.team .social a + a {
    margin-left: 5px;
}


/* -------------------------------
    #Service Section Settings
------------------------------- */

.service {
    margin-bottom: 30px;
}
.service .icon {
    float: left;
    width: 50px;
    height: 50px;
    background: #242a30;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.service .title {
    margin-bottom: 5px;
}
.service .icon + .info {
    margin-left: 70px;
}
.service.service-vertical {
    text-align: center;
}
.service.service-vertical .icon {
    float: none;
    margin: 0 auto 15px;
}
.service.service-vertical .info {
    margin: 0;
}


/* -------------------------------
    #Action-Box Section Settings
------------------------------- */

.action-box h3 {
    margin-bottom: 5px;
    margin-top: 3px;
}
.action-box p {
    margin-bottom: 0px;
}
.action-box .icon-large {
    font-size: 48px;
    float: left;
    margin-right: 20px;
    line-height: 50px;
    width: 50px;
    text-align: center;
}
.action-box .btn {
    margin-top: -3px;
}



/* -------------------------------
    Block Skills Settings
------------------------------- */

.skills .skills-name {
    font-size: 12px;
    color: #242a30;
    margin-bottom: 5px;
    font-weight: 600;
}


/* -------------------------------
    Block Milestone Settings
------------------------------- */

.milestone {
    text-align: center;
}
.milestone-col + .milestone-col {
    border-left: 1px solid rgba(255,255,255,0.2);
}
.milestone .number {
    font-size: 42px;
    color: #fff;
    font-weight: 300;
}
.milestone .title {
    color: #8F8E8E;
}


/* -------------------------------
    Block Quote Settings
------------------------------- */

.quote {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    color: rgba(255,255,255,0.9);
}
.quote .fa-quote-left,
.quote .fa-quote-right {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -14px;
}
.quote small {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin-top: 20px;
}


/* -------------------------------
    Block Work-Portfolio Settings
------------------------------- */

.work {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.work .image img {
    max-width: 100%;
}
.work:hover .desc,
.work:focus .desc {
    margin-top: -62px;
}
.work .desc {
    padding: 12px 15px;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.work .desc .desc-title {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 600;
}
.work .desc .desc-text {
    font-size: 12px;
    color: #ccc;
    display: block;
}


/* -------------------------------
    Block Testimonial Settings
------------------------------- */

.testimonials {
    padding-bottom: 50px;
}
.testimonials .item {
    padding-top: 15px;
}
.testimonials .carousel-indicators {
    bottom: 0;
}
.testimonials blockquote {
    border: none;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: 300;
    margin-bottom: 15px;
}
.testimonials blockquote .fa-quote-left,
.testimonials blockquote .fa-quote-right {
    font-size: 28px;
    position: absolute;
    margin-left: 15px;
    margin-top: 15px;
    color: #8F8E8E;
}
.testimonials blockquote .fa-quote-left {
    margin-left: -43px;
    margin-top: -15px;
}
.testimonials .name {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.testimonials .name span {
    margin-left: 5px;
}
.testimonials .carousel-indicators li {
    background: rgba(255,255,255,0.4);
    border: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.testimonials .carousel-indicators li:hover,
.testimonials .carousel-indicators li:focus {
    background: rgba(255,255,255,0.7);
}
.testimonials .carousel-indicators li.active {
    background: #fff;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
}

.carousel .carousel-caption h1,
.carousel .carousel-caption h2,
.carousel .carousel-caption h3,
.carousel .carousel-caption h4,
.carousel .carousel-caption h5,
.carousel .carousel-caption h6 {
    color: #fff;
}
.carousel .carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-align: center;
    line-height: 30px;
    margin-left: -15px;
}
.carousel .carousel-control.left .fa {
    left: 50%;
}
.carousel .carousel-control.right .fa {
    right: 50%;
    margin-left: 0;
    margin-right: -15px;
}


/* -------------------------------
    Pace Page Loader Settings
------------------------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: `args.color || "#29d"`;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px `args.color || '#29d'`, 0 0 5px `args.color || '#29d'`;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: `args.color || '#29d'`;
  border-left-color: `args.color || '#29d'`;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
splay: inline-block;


