/* CSS Document */

body {
	font-family: 'Noto Sans KR', sans-serif;
	line-height: 1.8;
	color: #818181;
}
h1 {
    margin-top: 50px;
    line-height: 1.2;
}
h2 {
	font-size: 3.2em;
	text-transform: uppercase;
	color: #303030;
	font-weight: 600;
	margin-bottom: 30px;
}
h2.white {
    color: #FFF;
}
h2.choco {
    color: #421f0e;
}
h4 {
	font-size: 19px;
	font-size: 1.2em;
	color: #bfb3a1;
	font-weight: 600;
	margin: 20px 0 10px;
    display: inline-block;
}  

#home {
	padding-top: 5%;
}
.btn-together {
    min-width:140px;height:55px;text-align:center;color:#333;font-size: 1.4em !important; display:inline-block;background:#ffcb05;border:none;
    -webkit-border-radius:5px;-moz-border-radius:5px;-m-border-radius:5px 5px 5px 5px;border-radius:5px;
    -webkit-transition:background .2s linear;-moz-transition:background .2s linear;-m-transition:background .2s linear;transition:background .2s linear;
}
.btn-together:active,.btn-together:focus,.btn-together:hover {
    color:#fff;text-decoration:none;background:#ce8d00;border-color:none;outline:0
}
.btn-consult {
    min-width:140px;height:55px;text-align:center;color:#fff;font-size: 1.4em !important;display:inline-block;background:#4e351f;border:none;
    -webkit-border-radius:5px;-moz-border-radius:5px;-m-border-radius:5px 5px 5px 5px;border-radius:5px;
    -webkit-transition:background .2s linear;-moz-transition:background .2s linear;-m-transition:background .2s linear;transition:background .2s linear;
}
.btn-consult:active,.btn-consult:focus,.btn-consult:hover {
    color:#fff;text-decoration:none;background:#643c08;border-color:none;outline:0
}

h1 span {
	font-weight: 300;
	color: #666;
}
.jumbotron {
	background: url(../images/top_bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 10% 25px 20%;
	height: 100%;
	min-height: 450px;
	position: relative;
}
.jumbotron p {
    font-size: 1.6em;
	line-height: 1.4;
	font-weight: 100 !important;
	color: #999;
	margin: 40px 0 60px;
}
.jumbotron button {
    font-size: 1.2em;
	padding: 0;
}
.container {
	width: 100%
}
#about {
    background: #2c2219 url("../images/lake.png") no-repeat center bottom;
    margin-top: -31px;
    height: 100%;
    position: relative;
    
}
.swan {
    background: url("../images/swan.png") no-repeat top right;
    background-size: 200px 160px;
    margin: 0 50px 0 auto;
    width: 240px;
    height: 170px;
}
.swan-txt {
    color: #827054;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.4;
    padding-right: 12px;
}
.wave1 {
    background: url("../images/wave1.png") no-repeat top center;
    background-size: 80px 8px;
    padding-top: 40px;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4;
    color: #827054;
    margin-bottom: 30px;
}
.wave1 .txt1 {
    font-weight: 300;
}
.wave1 .txt2 {
    color: #a79977;
}
.wave1 span {
    color:#ffcb05;
}
#services {
    background: #9c8762 url("../images/grass.png") no-repeat center bottom;
    height: 100%;
    position: relative;
}
.wave2 {
    background: url("../images/wave2.png") no-repeat top center;
    background-size: 80px 8px;
    padding-top: 40px;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4;
    color: #110b06;
}
.wave2 p {
    font-weight: 300;
}
.dot {
    height: 12px;
    width: 12px;
    background-color: #FFF;
    border-radius: 50%;
    display: inline-block;
}
.dot-big {
    height: 160px;
    width: 160px;
    max-height: 160px;
    background-color: #332619;
    border: solid 5px #ffcb08;
    border-radius: 50%;
    display: inline-block;
    padding: 30% 0;
    margin: 5px;
    color: #FFF;
    font-size: 1.8em;
    line-height: 1.1;
    -webkit-transition:background .1s linear;-moz-transition:background .1s linear;-m-transition:background .1s linear;transition:background .1s linear;
}
.dot-big:hover,.dot-big:active,.dot-big:focus {
    background-color: #ffcb08;
    color: #421f0e;
    font-weight: 600;
}
.tud-circle {
    width: 100%;
    height: 160px;
    margin: 0 10%;
    background: url("../images/tud_circle.png") no-repeat center;
    background-size: 118px;
    padding: 70px 30px;
    text-align: center;
}
.tud-circle .dot {
    position: absolute;
    right: 0;
    top: 48%;
}
.tud-tail {
    height: 160px;
    padding: 70px 10px;
    text-align: left;
}
.tud-tail span {
    margin: 0 5px;
}
.brown-bg {
    background-color: #3f2e1e;
}
#contact {
    background: #f6ca23;
}
.wave3 {
    background: url("../images/wave3.png") no-repeat top center;
    background-size: 80px 8px;
    padding-top: 40px;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4;
    color: #3f2e1e;
}
.wave3 p {
    font-weight: 300;
    margin-bottom: 50px;
}
input {
    height: 50px !important;
    font-size: 1.4em !important;
    border-color: #c0a028 !important;
}
textarea {
    font-size: 1.3em !important;
    border-color: #c0a028 !important;
}
.consult {margin: 20px 0 40px}
#clients {
    
}
.wave4 {
    background: url("../images/wave4.png") no-repeat top center;
    background-size: 80px 8px;
    padding-top: 40px;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4;
    color: #666;
}
.logos {
    width: 100%;
	height: 640px;
	background: url("../images/tud_clients.png") no-repeat center;
    text-align: center;
    margin: 20px 0;
}
.logos img {
    position: absolute;
	left: -9999px;
}
.container-fluid {
	padding: 80px 50px;
}
.bg-grey {
	background-color: #f6f6f6;
}
.logo-small {
	color: #f4511e;
	font-size: 50px;
}
.logo {
	color: #f4511e;
	font-size: 200px;
}
.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}
.thumbnail img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.carousel-inner {
	width: 90%;
	margin: 0 auto;
}
.carousel-control.right, .carousel-control.left {
	width:30px;
	background-image: none;
	color: #f4511e;
}
.carousel-indicators li {
	border-color: #f4511e;
}
.carousel-indicators li.active {
	background-color: #f4511e;
}
.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}
.item span {
	font-style: normal;
}
.panel {
	border: 1px solid #f4511e; 
	border-radius:0 !important;
	transition: box-shadow 0.5s;
}
.panel:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
	border: 1px solid #f4511e;
	background-color: #fff !important;
	color: #f4511e;
}
.panel-heading {
	color: #fff !important;
	background-color: #f4511e !important;
	padding: 25px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.panel-footer {
	background-color: white !important;
}
.panel-footer h3 {
	font-size: 32px;
}
.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}
.panel-footer .btn {
	margin: 15px 0;
	background-color: #f4511e;
	color: #fff;
}
.navbar {
	margin-bottom: 0;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	position: fixed;
	top: 10px;
	transition: 0.4s;
	background-color: rgba(0, 0, 0, 0.9);
}
.navbar-brand img {
    width: 40%;
    margin-top: -10px;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus {
  color: #ffd800 !important;
  background-color: transparent !important;
}
.navbar-nav li a:hover, .navbar-nav li.active {
	color: #ffd800 !important;
	background-color: transparent !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}
.navbar-default {
	background-color: transparent;
}
.navbar-collapse{
    border-top: none;
    margin-top: 5px;
}
.svg {
	margin-top: 1px;
}
a svg:hover #instagram {
	fill: #ffd800;
}

.mail .glyphicon {
	font-size: 14px;
	margin-top: 3px;
}
#footer {
    background: #333;
}
footer .glyphicon {
	font-size: 14px;
	color: #777;
}
footer a:hover > span{
    color: #fff !important;
}
#footer .plus {
    text-align: right;
    margin: -20px 20px 20px;
    font-size: 0.6em;
}
.plus a:link,.plus a:visited {
    color: #777;
}

.slideanim {visibility:hidden;}
.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}
.form {
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
}

.mb70 {
    margin-bottom: 70px;
}
.mb150 {
    margin-bottom: 150px;
}
.mt60 {
    margin-top: 60px;
}
.pt20 {
    padding-top: 35px !important;
}
@keyframes slide {
	0% {
		opacity: 0;
		transform: translateY(70%);
	} 
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@media screen and (max-width: 767px) {
	.col-sm-4 {
		text-align: center;
		margin: 25px 0;
	}
	.btn-lg {
		width: 100%;
		margin-bottom: 35px;
	}
	.container-fluid {
		padding: 60px 40px
	}
	.container-nav {
		padding: 0 1%;
	}
    .navbar-collapse {
        background-color: #25211e;
    }
    .dot-big {
        padding: 48px 0;
    }
    .tud-circle {
        margin: 0 auto;
    }
    .tud-circle .dot {
        visibility: hidden;
    }
    .tud-tail {
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
	.logo {
		font-size: 150px;
	}
	.container-fluid {
		padding: 60px 30px
	}
    .jumbotron p {
        font-size: 1.5em;
    }

}
@media screen and (min-width:768px) and (max-width: 1200px) {
	.container-nav {
		padding: 0 3%;
	}	
}
@media (min-width: 1200px) {
	.container-fluid {
		width: 1170px;
		margin: 0 auto;
	}
	.container-nav {
		width: 1100px;
		margin: 0 auto;
	}
}
