/*!
 * Vitality v1.1 (http://themes.startbootstrap.com/vitality-v1.1)
 * Copyright 2014 Start Bootstrap Themes.
 * Licensed at WrapBootstrap, visit WrapBootstrap to purchase a usage license for this theme (https://wrapbootstrap.com/)
 */
@import url("SpoqaHanSans-kr.css");

html,
body {
    height: 100%;
}

.img-centered {
    margin: 0 auto;
}

.content-row {
    margin-top: 30px;
}

section {
    padding: 100px 0;
}

section.bg-gray {
    background-color: #f5f5f5;
}
section.bg-white {
    background-color: #fff;
		padding: 110px 0;
}
section.bg-white h2 {
		font-size:31px;
		line-height:160%;
		font-weight:500;
		letter-spacing:-1px;
}
@media(max-width:767px) {
	section.bg-white {
			background-color: #fff;
			padding: 70px 0;
	}
	section.bg-white h2 {
			font-size:18px;
			letter-spacing:-1px;
	}
}
section.sub-section1,
section.sub-section2 {
	padding:30px 0 0 0;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }
}

.owl-theme .owl-controls .owl-page span {
    background: rgba(34,34,34,.5);
}

body {
    font-family: 'Spoqa Han Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

a {
    color: #333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

p {
    font-size: 17px;
    line-height: 1.5;
		letter-spacing:-1px;
}

p.lead {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
}

@media(min-width:481px) {
    h1 {
        font-size: 59px;
    }

    h2 {
        font-size: 50px;
    }
}

hr {
    height: 2px;
    margin: 15px auto;
    max-width: 100px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

hr.left {
    margin: 15px auto 15px 0;
}

hr.right {
    margin: 15px 0 15px auto;
}

hr.colored {
    border-top:1px solid rgba(255, 255, 255, .5);
    border-bottom:0px solid rgba(255, 255, 255, .0);
}

@media(min-width:768px) {
    hr {
        margin: 15px auto 15px auto;
        max-width: 980px;
    }
    hr.left {
        margin: 20px auto 20px 0;
    }

    hr.right {
        margin: 20px 0 20px auto;
    }
}

.text-primary {
    color: #af0061;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    border-radius: 0;
    color: #cc368f;
    background-color: transparent;
}

.navbar-default {
    background-color: #af0061;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255,255,255,.5);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: rgba(255,255,255,.5);
}

.navbar-inverse {
    background-color: #222;
}

.navbar-default,
.navbar-inverse {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
    padding: 0 15px;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
    opacity: 1;
}

.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
    color: #fff;
		font-weight:700;
}

.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
    color: rgba(255,255,255,.5);
}

@media(min-width:768px) {
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav>.active>a:focus {
        border-radius: 5px;
    }

    .navbar-fixed-top.navbar-expanded {
        padding: 20px 0 10px 0;
    }

    .navbar-fixed-top {
        padding: 20px 0 5px 0;
        -webkit-transition: padding .5s;
        -moz-transition: padding .5s;
        transition: padding .5s;
    }

    .navbar-fixed-top .navbar-brand:hover {
        opacity: .5;
    }

    .navbar-default.navbar-expanded,
    .navbar-inverse.navbar-expanded {
        border: 0;
        background: 0 0;
    }
}

.navbar a:focus {
    outline: 0;
}

.navbar-right {
	margin-top:10px;
}
.navbar .navbar-nav li a:focus {
    outline: 0;
}

header {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding: 100px 0;
    height:100vh;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:767px) and (max-height:500px) {
	header {
			height:auto;
			min-height:auto;
			padding: 100px 0;
	}
}
.slide1 {
		background: url(../img/slide1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.slide2 {
	background: url(../img/slide2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.slide3 {
	background: url(../img/slide3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.slide4 {
	background: url(../img/slide4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:767px) {
	.slide1 {
		background: url(../img/slide1m.jpg) no-repeat bottom left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
	.slide2 {
		background: url(../img/slide2m.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
	.slide3 {
		background: url(../img/slide3m.jpg) no-repeat bottom right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
	.slide4 {
		background: url(../img/slide4m.jpg) no-repeat bottom right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
	header.left {
			background: no-repeat bottom left;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
	header.right {
		background: no-repeat bottom right;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
}
.bg {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding: 100px 0;
    height:100vh;
		min-height:800px;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
		color:#fff;
}
.bg h1 {
	color:#fff;
	margin-top:130px;
	margin-bottom:30px;
}
@media(max-width:767px) {
	.bg {
    background: no-repeat left bottom;
	}
	.bg h1 {
		color:#fff;
		margin-top:70px;
		margin-bottom:30px;
	}
}
@media(max-width:767px) and (max-height:500px) {
	.bg {
			height:auto;
			min-height:auto;
	}
}
.bg_about {
		background: url(../img/bg_about.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg_aimom {
	background: url(../img/bg_aimom.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg_bebecam {
	background: url(../img/bg_bebecam.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg_bebetv {
	background: url(../img/bg_bebetv.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:767px) {
	.bg_about {
			background: url(../img/bg_about_m.jpg) no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			background-size: cover;
			-o-background-size: cover;
	}
	.bg_aimom {
		background: url(../img/bg_aimom_m.jpg) no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			background-size: cover;
			-o-background-size: cover;
	}
	.bg_bebecam {
		background: url(../img/bg_bebecam_m.jpg) no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			background-size: cover;
			-o-background-size: cover;
	}
	.bg_bebetv {
		background: url(../img/bg_bebetv_m.jpg) no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			background-size: cover;
			-o-background-size: cover;
	}
}
header .intro-content {
    position: relative;
    text-align: center;
    color: #fff;
}

header .brand-name {
    margin-top: 45px;
		margin-bottom:15px;
    text-transform: uppercase;
    font-size: 57px;
    font-weight: 700;
    line-height: 67px;
		letter-spacing:-2px;
}

header .brand-copy {
    margin-top: 35px;
		margin-bottom:35px;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 400;
    line-height: 140%;
		letter-spacing:-2px;
}

header .brand-name-subtext {
		font-size: 25px;
    font-weight: 300;
    line-height: 27px;
		margin-top:20px;
		margin-bottom:30px;
		display:inline-block;
}
header .brand-name-subtext small {
	font-size:15px;
	opacity:0.7%;
	margin-top:20px;
	display:block;
}
header img {
    max-height: 150px;
    max-width: 150px;
}
header small {
	font-size:15px;
}
header .scroll-down {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}

header .scroll-down .btn {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: normal;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

header .scroll-down .btn:hover {
    border-color: rgba(255,255,255,.5);
    outline: 0;
    color: rgba(255,255,255,.5);
}
@media(max-width:467px) {
	.brblock {
		display:block;
		width:100%;
	}
	p {font-size:15px;}
}
@media(max-width:767px) {
		.navbar-brand img {
			margin-top:10px;
			height:30px;
		}
    header .brand-name {
        font-size: 37px;
        line-height: 149%;
			margin-top: 30px;
			margin-bottom:10px;
    }
	header .brand-copy {
			margin-top: 30px;
			margin-bottom:30px;
			text-transform: uppercase;
			font-size: 19px;
			font-weight: 700;
			line-height: 140%;
			letter-spacing:-1px;
	}
    header .brand-name-subtext {
        font-size: 17px;
        line-height: 21px;
				margin-top:15px;
    }
		.brand-name-subtext small {
			margin-top:15px;
			display:inline-block;
		}
		.navbar-nav {
			display:inline-block;
			margin:0 auto;
			overflow:hidden;
		}
		.collapse {
			overflow:hidden !important;
		}
		.navbar-nav li {
			float:left;
			margin-right:0px;
			padding-right:0px;
		}
		.navbar-default .navbar-nav li a,
		.navbar-inverse .navbar-nav li a {
				font-size:12px;
				margin-right:0px;
				padding-right:3px;
		}
		header .scroll-down {
				bottom: 120px;
		}

		.img-profile {
			width:auto;
		}
    header .intro-content {
				padding-top:0;
    }
    .portfolio-carousel .item hr.colored {
        margin: 10px auto 10px 0;
    }
}
@media(min-width:768px) {
    header {
        width:100%;
        height:100vh;
        padding: 100px 0;
        background-attachment: scroll;
    }

    header .intro-content {
        position: absolute;
        top: 35%;
        left: 50%;
        width: 100%;
        margin: auto;
        text-align: center;
        color: #fff;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    header .brand-name {
        font-size: 57px;
        line-height: 70px;
    }

    header .brand-name-subtext {
        font-size: 23px;
        line-height: 140%;
				margin-bottom:30px;
    }

    header img {
        max-height: 300px;
        max-width: 300px;
    }
}
@media(min-width:1025px) {
		header {
        background-attachment: fixed;
    }
}
header.video .overlay {
    z-index: 998;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
}

header.video .intro-content {
    z-index: 999;
}

header.video .scroll-down {
    z-index: 999;
}

@media(min-width:768px) {
    header.video .overlay {
        opacity: .5;
    }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0px solid #fff;
  border-radius: 15px;
}
.carousel-indicators .active {
  width: 35px;
  height: 15px;
  margin: 0 5px;
  background-color: #fff;
}
@media (max-width: 767px) {
	.carousel-indicators {
		position: absolute;
		bottom: 60px;
	}
}
aside.cta-quote {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: no-repeat center center scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

aside.cta-quote span.quote {
    display: block;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
}

@media(min-width:768px) {
    aside.cta-quote {
        padding: 130px 0;
        background-attachment: scroll;
    }

    aside.cta-quote span.quote {
        font-size: 31px;
        line-height: 38px;
    }
}

@media(min-width:992px) {
    aside.cta-quote {
        padding: 150px 0;
    }

    aside.cta-quote span.quote {
        font-size: 31px;
        line-height: 42px;
    }
}

@media(min-width:1025px) {
    aside.cta-quote {
        background-attachment: fixed;
    }
}

.testimonials {
    text-align: center;
}

.testimonials .testimonials-carousel .item {
    padding: 0;
}

.testimonials .testimonials-carousel .item p.quote {
    margin-bottom: 30px;
}

.testimonials .testimonials-carousel .item .testimonial-info {
    margin-bottom: 30px;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author {
    display: inline-block;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
    text-transform: uppercase;
    font-weight: 900;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author hr.colored {
    margin: 3px auto;
    max-width: 50px;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author p {
    margin: 0;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars {
    color: #f1c40f;
}

.testimonials .testimonials-carousel .owl-controls {
    margin-top: 0;
}

.testimonials .testimonials-carousel .owl-controls .owl-prev,
.testimonials .testimonials-carousel .owl-controls .owl-next {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 60px;
    margin: auto 0!important;
    border-radius: 0!important;
    text-align: center;
    font-size: 30px!important;
    line-height: 50px;
    color: #fff!important;
    background-color: #ef4035!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.testimonials .testimonials-carousel .owl-controls .owl-prev:hover,
.testimonials .testimonials-carousel .owl-controls .owl-next:hover {
    opacity: 1;
}

.testimonials .testimonials-carousel .owl-controls .owl-prev {
    left: 15px;
}

.testimonials .testimonials-carousel .owl-controls .owl-next {
    right: 15px;
}

@media(min-width:768px) {
    .testimonials .testimonials-carousel .item {
        padding: 0 100px;
    }

    .testimonials .testimonials-carousel .owl-controls .owl-prev,
    .testimonials .testimonials-carousel .owl-controls .owl-next {
        display: block;
    }
}

.about-content {
    padding: 30px 0px;
}
.about-content h3 {
    font-weight:400;
		font-size:21px;
		line-height:30px;
		color:#fff;
}
.about-carousel .item {
    padding: 15px;
}

.about-carousel .item .caption {
    width: 100%;
    margin: auto;
    color: rgba(255,255,255,.7);
		background-color:#222;
}

.about-carousel .item .caption h4 {
    margin: 0;
		padding:5px;
		font-weight:700;
}

.about-carousel .item .caption hr {
    margin: 5px auto;
    max-width: 50px;
}

.about-carousel .item .caption p {
    margin: 0;
		font-size:13px;
}

.about-carousel .item .caption ul.social {
    margin-top: 5px;
}

.about-carousel .item .caption ul.social li a {
    color: rgba(255,255,255,.7);
}

.about-carousel .item .caption ul.social li a:hover,
.about-carousel .item .caption ul.social li a:focus {
    color: #fff;
}

.about-carousel .owl-controls {
    margin-top: 0;
}

.about-carousel .owl-controls .owl-prev,
.about-carousel .owl-controls .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 60px;
    margin: auto 0!important;
    border-radius: 0!important;
    text-align: center;
    font-size: 30px!important;
    line-height: 50px;
    color: #fff!important;
    background-color: #ef4035!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.about-carousel .owl-controls .owl-prev:hover,
.about-carousel .owl-controls .owl-next:hover {
    opacity: 1;
}

.about-carousel .owl-controls .owl-prev {
    left: 15px;
}

.about-carousel .owl-controls .owl-next {
    right: 15px;
}

.services .media {
    margin-bottom: 30px;
}

.services .media i.fa {
    width: 75px;
    height: 75px;
    border: 3px solid #222;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 70px;
}

.services .media .media-body {
    padding-left: 15px;
}

.services .media .media-body h3 {
    margin-bottom: 15px;
}

.services .media .media-body ul {
    padding: 0;
    list-style: inside;
}

.services .media .media-body ul li {
    margin-bottom: 10px;
}

@media(min-width:992px) {
    .services .media {
        margin-bottom: 0;
    }
}

.portfolio-carousel {
    padding: 0;
    color: #fff;
    background-color: #222;
}

.portfolio-carousel .item {
    padding: 50px 55px;
    text-align: center;
    background: no-repeat center center scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio-carousel .item .portfolio-image {
    margin-top: 50px;
}

.portfolio-carousel .item .project-details {
    padding: 0;
}

.portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px;
}

.portfolio-carousel .item .project-details .project-name {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
}

.portfolio-carousel .item .project-details .project-description {
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.portfolio-carousel .owl-controls {
    margin-top: 0;
}

.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 75px;
    margin: auto 0!important;
    border-radius: 0!important;
    text-align: center;
    font-size: 30px!important;
    line-height: 70px;
    color: #fff!important;
    background-color: #ef4035!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover {
    opacity: 1;
}

.portfolio-carousel .owl-controls .owl-prev {
    left: 0;
}

.portfolio-carousel .owl-controls .owl-next {
    right: 0;
}

@media(min-width:992px) {
    .portfolio-carousel .item {
        padding: 150px 55px;
        text-align: left;
    }

    .portfolio-carousel .item .portfolio-image {
        margin-top: 0;
    }

    .portfolio-carousel .item .project-details {
        padding: 15% 0 0;
    }

    .portfolio-carousel .item .project-details img.client-logo {
        margin: 0 auto 25px 0;
    }

    .portfolio-carousel .item .project-details .project-name {
        display: block;
        font-size: 50px;
        line-height: 50px;
    }

    .portfolio-carousel .item .project-details .project-description {
        font-size: 20px;
        line-height: 20px;
    }

    .portfolio-carousel .item hr.colored {
        margin: 20px auto 20px 0;
    }
}

.portfolio-gallery .item {
    padding: 10px 20px;
}
.portfolio-gallery .item span {
	display:block;
	text-align:center;
	font-size:17px;
	margin-top:-25px;
	margin-bottom:20px;
	font-weight:700;
}
.portfolio-modal {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background: 0 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 46px;
}

.portfolio-modal .modal-content img {
    margin: 30px auto;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pricing {
    color: #fff;
    background: no-repeat center center scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.pricing .pricing-item {
    z-index: 1;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    color: #222;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 5px rgba(34,34,34,.75);
    -moz-box-shadow: 0 0 30px 5px rgba(34,34,34,.75);
    box-shadow: 0 0 30px 5px rgba(34,34,34,.75);
}

.pricing .pricing-item h3 {
    margin: 0;
}

.pricing .pricing-item hr {
    max-width: 100px;
}

.pricing .pricing-item .price {
    margin-bottom: 20px;
}

.pricing .pricing-item .price .number {
    font-size: 50px;
    font-weight: 900;
}

.pricing .pricing-item .price .number sup {
    font-size: 30px;
}

.pricing .pricing-item .list-group-item {
    border-radius: 0;
}

@media(min-width:992px) {
    .pricing {
        background-attachment: scroll;
    }

    .pricing .pricing-item {
        margin-bottom: 0;
    }

    .pricing .pricing-item.featured-first {
        margin-top: 15px;
        margin-right: -15px;
    }

    .pricing .pricing-item.featured {
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 45px 30px;
    }

    .pricing .pricing-item.featured-last {
        margin-top: 15px;
        margin-left: -15px;
    }
}

@media(min-width:1025px) {
    .pricing {
        background-attachment: fixed;
    }
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #e1e1e1;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .5s ease,opacity .5s ease;
    -moz-transition: top .5s ease,opacity .5s ease;
    -ms-transition: top .5s ease,opacity .5s ease;
    transition: top .5s ease,opacity .5s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e1e1e1;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #ef4035;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e1e1e1;
}

footer.footer {
    padding: 50px 0 20px;
    color: rgba(255,255,255,.7);		
		text-align:center;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
		background-color:#1c1c1c;
}

footer.footer a {
    color: rgba(255,255,255,.7);
}

footer.footer a:hover {
    color: #fff;
}

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

footer.footer .contact-details {
    margin: 75px 0;
}

footer.footer .social {
    margin-bottom: 75px;
}

footer.footer .copyright p.small {
    font-size: 14px;
		letter-spacing:0px;
}

@media(min-width:1025px) {
    footer.footer {
        background-attachment: fixed;
    }
}

.btn-outline-light {
    border: 1px solid #fff;
    color: #fff;
    background: 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    outline: 0;
    color: #ef4035;
    background: #fff;
}

.btn-outline-dark {
    border: 1px solid #222;
    color: #222;
    background: 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    border-color: #ef4035;
    outline: 0;
    color: #fff;
    background: #ef4035;
}

.btn {
    padding: 12px 18px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.btn-full-width {
    padding: 50px 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: normal;
    color: #fff;
    background-color: #222;
}

.btn-full-width:hover {
    color: #fff;
    background-color: #ef4035;
}

.btn-full-width:focus {
    color: #fff;
}

body.modern {
    font-weight: 400;
}

body.modern h1,
body.modern h2,
body.modern h3,
body.modern h4,
body.modern h5,
body.modern h6 {
    font-weight: 700;
}

body.modern p.lead {
    text-transform: uppercase;
    font-weight: 700;
}

body.modern header .brand-name {
    text-transform: uppercase;
    font-weight: 700;
}

body.modern .about-carousel .owl-controls .owl-prev,
body.modern .about-carousel .owl-controls .owl-next {
    line-height: 55px;
}

body.modern .portfolio-carousel .item .project-details .project-name {
    text-transform: uppercase;
    font-weight: 700;
}

body.modern .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
    text-transform: uppercase;
    font-weight: 700;
}

body.modern .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.modern .testimonials .testimonials-carousel .owl-controls .owl-next {
    line-height: 55px;
}

body.vintage {
    font-weight: 400;
}

body.vintage h1,
body.vintage h2,
body.vintage h3,
body.vintage h4,
body.vintage h5,
body.vintage h6 {
    font-weight: 400;
}

body.vintage p.lead {
    text-transform: uppercase;
    font-weight: 400;
}

body.vintage header .brand-name {
    text-transform: uppercase;
    font-weight: 400;
}

body.vintage .about-carousel .owl-controls .owl-prev,
body.vintage .about-carousel .owl-controls .owl-next {
    line-height: 55px;
}

body.vintage .portfolio-carousel .item .project-details .project-name {
    text-transform: uppercase;
    font-weight: 400;
}

body.vintage .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
    text-transform: uppercase;
    font-weight: 400;
}
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-next {
    line-height: 55px;
}
strong.normal {
	font-weight:400;
}
.circle-m {
	width:165px;
	height:165px;
	text-align:center;
	background-color:transparent;
	border:2px solid #fff;
	padding:0;
	display:inline-block;
	margin:0 auto;
	border-radius:50%;
}
@media (max-width: 767px) {
	.circle-m {
		width:75px;
		height:75px;
	}
	.circle-m img {
		width:70px;
	}
	.about-content h3 {
			font-weight:400;
			font-size:12px;
			line-height:17px;
			color:#fff;
	}
	.content-row .col-xs-4 {
		padding:0;
	}
}
.img-responsive {
	margin:0 auto;
}
.subtitle {
	font-size:27px;
	line-height:27px;
	font-weight:700;
	border-radius:50px;
	padding:15px 50px;
	background-color:#af0061;
	color:#fff;
	display:inline-block;
	margin-top:50px;
	margin-bottom:30px;
}
.grey {
	color:#777;
}
.news h6 {
	font-size:17px;
	font-weight:700;
	margin-top:20px;
	line-height:23px;
}

.news a {
    color: #333;
}

.news p {
	font-size:15px;
	font-weight:400;
	color:#333;
}
.news img {
	height:264px;
}
@media (max-width: 767px) {
	.news img {
		height:auto;
	}
}
.mapwrap {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.map-left {
	width:60%; 
	height:500px; 
	float:left;
}
.map-right {
	width:40%; 
	height:500px; 	
	float:right;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.contact-details {
	padding:50px;
	color:#fff;
}

@media (max-width: 767px) {
	section.sub-section1 {
		padding:85px 0 0 0;
		margin-bottom:0;
	}
	section.sub-section2 {
		padding:0 0 0 0;
		margin:0;
		border:1px solid #f5f5f5;
	}
	.map-left {
		width:100%; 
		height:230px; 
		float:none;
		padding:0;
		margin:0;
	}
	.map-right {
		width:100%; 
		height:400px; 	
		float:none;
	}
	.contact-details {
		padding:20px;
	}
}
.lanwrap {
	position:relative;
	padding:0;
	margin:0;
	margin-top:-15px;
}
.lan {
	position:absolute;
	right:0;
	top:0;
	float:right;
}
.lan li {
	float:left;
	list-style: none;
	margin-left:5px;
}
.lan li a {
	color:#efefef;
	font-size:11px;
	padding:5px 10px;
	margin:0;
	font-weight:300;
}
.lan li.active a {
	color:#fff;
	font-weight:700;
}
@media(max-width:767px) {
	.lanwrap {
		position:relative;
		padding:0;
		margin:0;
		margin-top:0px;
	}
	.lan {
		right:60px;
		top:10px;
	}
}