/*--------------------------------------------------
  [1. General]
----------------------------------------------------*/
body {
	font: 14px "Open Sans", Arial, sans-serif;
}
p, li, li a {
  color: #7d7d8f;
}
a {
  color: #c94645;
}
p {
	line-height: 1.5;
}

/* Default highlight color */
::-moz-selection {
  color: #fff;
  background: #c94645;
}
::selection {
  color: #fff;
  background: #c94645;
}

.g-textarea-noresize {
	resize: none;
}

.btn-u-upper {
	text-transform: uppercase;
}
.btn-u-lg {
	padding: 10px 25px;
}
.btn-u-lg.btn-u-upper {
	font-size: 11px;
	font-weight: bold;
}
.btn-u-lg.btn-u-bg-default {
	background: #c94645;
}
.btn-u-lg.btn-u-bg-default:hover,
.btn-u-lg.btn-u-bg-default:focus {
	background: #b03c3c;
	color: #fff;
}
.btn-u-lg.btn-u-default {
	border: solid 2px #c94645;
	background: none;
	color: #c94645;
}
.btn-u-lg.btn-u-default:hover,
.btn-u-lg.btn-u-default:focus {
	border-color: #b03c3c;
	background: none;
	color: #b03c3c;
}

/* General use classes */
.no-padding {
	padding: 0;
}

.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-padding-left {
	padding-left: 0;
}

@media (min-width: 600px) {
	.visible-2xs {
		display: none;
	}
}
@media (max-width: 600px) {
	.hidden-2xs {
		display: none;
	}
	.col-2xs-12 {
		width: 100%;
	}
}
@media (min-width: 500px) {
	.visible-3xs {
		display: none;
	}
}
@media (max-width: 500px) {
	.hidden-3xs {
		display: none;
	}
}

.g-color-default { color: #c94645;}
.g-bg-default { background: #c94645;}

.g-color-white { color: #fff !important;}
.g-color-white-darker { color: rgba(255,255,255,.5) !important; }
.g-color-black-lighter { color: rgba(0,0,0,.5) !important; }

.g-dp-table {
 display: table;
}
.g-dp-table-cell {
 display: table-cell;
}
.g-va-top {
 vertical-align: top;
}
.g-va-middle {
 vertical-align: middle;
}
.g-va-bottom {
 vertical-align: bottom;
}

.g-padding-5  { padding: 5px;}
.g-padding-10 { padding: 10px;}
.g-padding-15 { padding: 15px;}
.g-padding-20 { padding: 20px;}
.g-padding-25 { padding: 25px;}
.g-padding-30 { padding: 30px;}
.g-padding-35 { padding: 35px;}
.g-padding-40 { padding: 40px;}
.g-padding-45 { padding: 45px;}
.g-padding-50 { padding: 50px;}

.g-pt-10 { padding-top: 10px;}
.g-pt-20 { padding-top: 20px;}
.g-pt-30 { padding-top: 30px;}
.g-pt-40 { padding-top: 40px;}
.g-pt-50 { padding-top: 50px;}
.g-pt-60 { padding-top: 60px;}
.g-pt-70 { padding-top: 70px;}
.g-pt-80 { padding-top: 80px;}
.g-pt-85 { padding-top: 80px;}
.g-pt-90 { padding-top: 90px;}
.g-pt-100 { padding-top: 100px;}
.g-pt-110 { padding-top: 110px;}
.g-pt-120 { padding-top: 120px;}
.g-pt-130 { padding-top: 130px;}
.g-pt-140 { padding-top: 140px;}
.g-pt-150 { padding-top: 150px;}
.g-pt-160 { padding-top: 160px;}
.g-pt-170 { padding-top: 170px;}

.g-pb-10 { padding-bottom: 10px;}
.g-pb-20 { padding-bottom: 20px;}
.g-pb-30 { padding-bottom: 30px;}
.g-pb-40 { padding-bottom: 40px;}
.g-pb-50 { padding-bottom: 50px;}
.g-pb-60 { padding-bottom: 60px;}
.g-pb-70 { padding-bottom: 70px;}
.g-pb-75 { padding-bottom: 75px;}
.g-pb-80 { padding-bottom: 80px;}
.g-pb-90 { padding-bottom: 90px;}
.g-pb-100 { padding-bottom: 100px;}

.g-pl-10 { padding-left: 10px;}
.g-pl-20 { padding-left: 20px;}
.g-pl-30 { padding-left: 30px;}
.g-pl-40 { padding-left: 40px;}
.g-pl-50 { padding-left: 50px;}
.g-pl-60 { padding-left: 60px;}
.g-pl-70 { padding-left: 70px;}
.g-pl-80 { padding-left: 80px;}
.g-pl-90 { padding-left: 90px;}
.g-pl-100 { padding-left: 100px;}

.g-pr-10 { padding-right: 10px;}
.g-pr-20 { padding-right: 20px;}
.g-pr-30 { padding-right: 30px;}
.g-pr-40 { padding-right: 40px;}
.g-pr-50 { padding-right: 50px;}
.g-pr-60 { padding-right: 60px;}
.g-pr-70 { padding-right: 70px;}
.g-pr-80 { padding-right: 80px;}
.g-pr-90 { padding-right: 90px;}
.g-pr-100 { padding-right: 100px;}

.g-mt-0 { margin-top: 0;}
.g-mt-10 { margin-top: 10px;}
.g-mt-20 { margin-top: 20px;}
.g-mt-30 { margin-top: 30px;}
.g-mt-40 { margin-top: 40px;}
.g-mt-50 { margin-top: 50px;}
.g-mt-60 { margin-top: 60px;}
.g-mt-70 { margin-top: 70px;}
.g-mt-80 { margin-top: 80px;}
.g-mt-90 { margin-top: 90px;}
.g-mt-100 { margin-top: 100px;}

.g-mb-10 { margin-bottom: 10px;}
.g-mb-15 { margin-bottom: 15px;}
.g-mb-20 { margin-bottom: 20px;}
.g-mb-25 { margin-bottom: 25px;}
.g-mb-30 { margin-bottom: 30px;}
.g-mb-35 { margin-bottom: 35px;}
.g-mb-40 { margin-bottom: 40px;}
.g-mb-45 { margin-bottom: 45px;}
.g-mb-50 { margin-bottom: 50px;}
.g-mb-55 { margin-bottom: 55px;}
.g-mb-60 { margin-bottom: 60px;}
.g-mb-65 { margin-bottom: 65px;}
.g-mb-70 { margin-bottom: 70px;}
.g-mb-75 { margin-bottom: 75px;}
.g-mb-80 { margin-bottom: 80px;}
.g-mb-85 { margin-bottom: 85px;}
.g-mb-90 { margin-bottom: 90px;}
.g-mb-95 { margin-bottom: 95px;}
.g-mb-100 { margin-bottom: 100px;}

.g-ml-10 { margin-left: 10px;}
.g-ml-20 { margin-left: 20px;}
.g-ml-30 { margin-left: 30px;}
.g-ml-40 { margin-left: 40px;}
.g-ml-50 { margin-left: 50px;}
.g-ml-60 { margin-left: 60px;}
.g-ml-70 { margin-left: 70px;}
.g-ml-80 { margin-left: 80px;}
.g-ml-90 { margin-left: 90px;}
.g-ml-100 { margin-left: 100px;}

.g-mr-10 { margin-right: 10px;}
.g-mr-20 { margin-right: 20px;}
.g-mr-30 { margin-right: 30px;}
.g-mr-40 { margin-right: 40px;}
.g-mr-50 { margin-right: 50px;}
.g-mr-60 { margin-right: 60px;}
.g-mr-70 { margin-right: 70px;}
.g-mr-80 { margin-right: 80px;}
.g-mr-90 { margin-right: 90px;}
.g-mr-100 { margin-right: 100px;}

@media(max-width: 992px) {
  .g-sm-mb-20 {
    margin-bottom: 20px;
  }
  .g-sm-mb-30 {
    margin-bottom: 30px;
  }
}

/*General use classes*/
.bg-color-com {
	background: #2d2d37;
}

/* */
.g-heading-v7 h2,
.g-heading-v7 .h2,
.g-heading-v7 h3,
.g-heading-v7 .h3,
.g-heading-v7 h4,
.g-heading-v7 h5,
.g-heading-v7 .h5 {
	font-family: "Roboto", serif;
}
.g-heading-v7 h2,
.g-heading-v7 .h2 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1;
	font-weight: 500;
	position: relative;
	padding-bottom: 45px;

	color: #383339;
	letter-spacing: 2px;
}
.g-heading-v7 .h2 .block-name {
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2px;
	display: block;
	color: #c94645;
	margin-bottom: 25px;
}
.g-heading-v7 .h2:after {
	content: "";
	display: inline-block;
	width: 70px;
	height: 10px;
	background: #c94645;
	position: absolute;
	left: 0;
	bottom: 0;
}
.text-center .g-heading-v7 .h2:after,
.g-heading-v7.text-center .h2:after {
	left: 50%;
	margin-left: -35px;
}
@media(max-width: 500px) {
	.g-heading-v7 h2,
	.g-heading-v7 .h2 {
		font-size: 30px;
		padding-bottom: 30px;
	}
	.g-heading-v7 .h2:after {
		height: 7px;
	}
}
.g-heading-v7 h3,
.g-heading-v7 .h3 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #383339;
}
.g-heading-v7 h4,
.g-heading-v7 .h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: auto;
	margin: 0 0 5px;
	color: #383339;
}
.g-heading-v7 h5,
.g-heading-v7 .h5 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	line-height: auto;
	margin: 0 0 5px;
	color: #383339;
}

/*--------------------------------------------------
    [8. Gallery Section]
----------------------------------------------------*/
/*Gallery tabs and content design*/
.tab-v2 .tab-content {
	padding: 10px 20px;
	border: none;
}

.tab-v2 .nav-tabs > li > a {
	color: #fff;
	padding: 60px 45px 26px;
	margin: 0;
	position: relative;
	max-width: 300px;
	margin-bottom: 20px;
	min-height: 200px;
}

.tab-v2 .nav-tabs > li > a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: -1px;
	right: -25px;
	border-top: 68px solid transparent;
	border-bottom: 68px solid transparent;
	z-index: 1;
}

.tab-v2 .nav-tabs > li > a.tab-1 {
	background: #363643;
}

.tab-v2 .nav-tabs > li > a.tab-1:after {
	border-left: 26px solid #363643;
}

.tab-v2 .nav-tabs > li > a.tab-2 {
	background: #33333f;
}

.tab-v2 .nav-tabs > li > a.tab-2:after {
	border-left: 26px solid #33333f;
}

.tab-v2 .nav-tabs > li > a.tab-3 {
	background: #30303b;
}

.tab-v2 .nav-tabs > li > a.tab-3:after {
	border-left: 26px solid #30303b;
}

.tab-v2 .nav-tabs > li > a.tab-4 {
	background: #2d2d37;
}

.tab-v2 .nav-tabs > li > a.tab-4:after {
	border-left: 26px solid #2d2d37;
}

.tab-v2 .nav-tabs > li > a:before {
	position: absolute;
	content: "";
	font-family: FontAwesome;
	font-size: 20px;
	width: 76px;
	height: 76px;
	padding: 20px 23px;
	background: inherit;
	top: -38px;
	left: 50%;
	margin-left: -38px;
	border: 4px solid #fff;
	border-radius: 50px;
}

.tab-v2 .nav-tabs > li > a.tab-1:before {
	content:"\f0f4";
}

.tab-v2 .nav-tabs > li > a.tab-2:before {
	content:"\f040";
}

.tab-v2 .nav-tabs > li > a.tab-3:before {
	content:"\f03e";
}

.tab-v2 .nav-tabs > li > a.tab-4:before {
	content:"\f004";
}


.tab-v2 .nav-tabs > li:last-child > a:after {
	visibility: hidden;
}
.tab-v2 .nav-tabs > li > a > strong {
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
}
/*.tab-v2 .nav-tabs > li > a > span {
	color: #9797a2;
	font-size: 14px;
}*/

.tab-v2 .nav-tabs li.active a {
    background: #c94645;
    padding: 60px 45px 26px;
    border: none;
    color: #fff;
}

.tab-v2 .nav-tabs li.active a:before  {
    background: #c94645;
}

.tab-v2 .nav-tabs li.active a:after  {
    border-left: 26px solid #c94645;
}

/*.tab-v2 .nav-tabs > li.active > a > span {
	color: #f7f7f7;
}*/

@media (max-width: 1200px) {
	.tab-v2 .nav-tabs > li > a,
	.tab-v2 .nav-tabs li.active a {
		padding: 70px 15px 28px;
	}

	.tab-v2 .nav-tabs > li > a:after, .tab-v2 .nav-tabs li.active a:after {
		right: -10px;
	}
}

@media (max-width: 992px) {
	.tab-v2 .nav-tabs > li > a,
	.tab-v2 .nav-tabs li.active a {
		padding: 70px 15px 28px;
	}
}

/*Third owl carousel design*/
.gallery-section .owl-slider-v4-gallery .owl-wrapper-outer {
  margin-bottom: 10px;
}
.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery .item,
.gallery-section .tab-content .tab-pane {
	text-align: center;
}

.gallery-section .tab-content .tab-pane.static-tab {
	margin-bottom: 169px;
}

.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery .item img,
.gallery-section .tab-content .tab-pane img {
	margin: 0 auto 40px;
	display: block;
	max-width: 630px;
	/*max-height: 270px;*/
}

.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery h3,
.gallery-section .tab-content .tab-pane h3 {
	font: bold 18px "Roboto", Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 15px;
	letter-spacing: 1px;
}

.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery p,
.gallery-section .tab-content .tab-pane p {
	margin: 0 auto 25px;
	text-transform: none;
	max-width: 50%;
}

.owl-theme .owl-slider-v4-gallery .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    opacity: 1;
    display: block;
    margin: 5px 7px;
    background: #efeff4 none repeat scroll 0% 0%;
    border-radius: 50% !important;
}

.owl-theme .owl-slider-v4-gallery .owl-controls .owl-page:hover span,
.owl-theme .owl-slider-v4-gallery .owl-controls .owl-page.active span {
    background: #c94645 none repeat scroll 0% 0%;
}

/*Fourth owel carousel*/
.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery-2 .item {
	text-align: center;
	margin: 0;
	padding: 0;
}

.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery-2 .item img {
	margin:0 auto 40px;
	display: block;
	width: 100%;
	min-height: 260px;
}

.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery-2 h3 {
	font: bold 14px "Roboto", Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
	letter-spacing: 1px;
}

.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery-2 h3 a {
	color: #fff;
	text-decoration: none;
}
.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery-2 h3 a:hover,
.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery-2 h3 a:focus {
	color: #c94645;
}

.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery-2 p {
	margin: 0 auto 25px;
	font-size: 14px;
	text-transform: none;
	max-width: 50%;
}

.owl-theme .owl-slider-v4-gallery-2 .owl-controls .owl-page span,
.owl-theme .owl-slider-v4-testo .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    opacity: 1;
    display: block;
    margin: 5px 7px;
    background: #000 none repeat scroll 0% 0%;
    border-radius: 50% !important;
}

.owl-theme .owl-slider-v4-gallery-2 .owl-controls .owl-page:hover span,
.owl-theme .owl-slider-v4-gallery-2 .owl-controls .owl-page.active span,
.owl-theme .owl-slider-v4-testo .owl-controls .owl-page:hover span,
.owl-theme .owl-slider-v4-testo .owl-controls .owl-page.active span {
    background: #c94645 none repeat scroll 0% 0%;
}




/*커스텀*/
.arch-service-1 {background: url(../img-temp/exterior-design.jpg) no-repeat 80% 0 / cover;}
.arch-service-2 {background: url(../img-temp/interior-design.jpg) no-repeat 30% 0 / cover;}
.arch-service-3 {background: url(../img-temp/project-documentation.jpg) no-repeat 80% 0 / cover;}
.arch-service-4 {background: url(../img-temp/choice-of-land.jpg) no-repeat 50% 0 / cover;}
.arch-service {padding: 0;position: relative;}
::selection {color: #fff;background: #c94645;}
.img-hover-1 {background: #363643;}
.img-hover-2 {background: #33333f;}
.img-hover-3 {background: #30303b;}
.img-hover-4 {background: #2d2d37;}
.arch-service-in {padding: 100px 30px;transition: opacity 0.4s ease-in-out;}
.arch-service-in .icon {color: #c74645;font-size: 30px;}
.icon-picture:before {content: "\e032";}
.arch-service-in h3 {color: #fff;font: 700 26px "Roboto", Arial, sans-serif;text-transform: uppercase;margin: 20px 0 25px;}
.arch-service-in p {font-size: 13px;margin-bottom: 30px;color: rgba(255,255,255,.5);line-height: 1.5;}
.arch-service-in .arch-service-btn {background: transparent;border: none;color: #c94645;font-size: 11px;font-weight: bold;text-transform: uppercase;padding-left: 0;}
.arch-service:hover .arch-service-in {opacity: 0.8;transition: opacity 0.4s ease-in-out;}
.arch-service-in .arch-service-btn:hover, .arch-service-in .arch-service-btn:focus{color: #fc5b5a;}
.g-heading-v7 h2, .g-heading-v7 .h2 {font-size: 50px;}
/*--------------------------------------------------
    [5. Services Section]
----------------------------------------------------*/
/*Designing the first owl carousel*/
.service-section .owl-carousel-v4 .owl-slider-v4 .item {text-align: center;}
.service-section .owl-carousel-v4 .owl-slider-v4 .item img {margin:0 auto 30px;display: block;max-width: 700px;max-height: 450px;}
.service-section .owl-carousel-v4 .owl-h3 {font: 700 14px "Roboto", Arial, Sans-serif;text-transform: uppercase;color: #fff;margin: 0 0 20px;letter-spacing: 1px;}
.service-section .owl-carousel-v4 .owl-p {max-width: 100%;margin: 0 auto 40px;}
.service-section .owl-carousel-v4 .owl-a {color: #c94645;font-size: 11px;font-weight: bold;text-transform: uppercase;margin-bottom: 10px;}
.service-section .owl-carousel-v4 .owl-a:hover, .service-section .owl-carousel-v4 .owl-a:focus,.award-a:hover, .award-a:focus{	color: #fc5b5a;}

/*Owl-carousel controls*/
.service-section .owl-theme .owl-controls .owl-buttons div { padding: 13px 17px; color: #fff; background: #272730; border-radius: 50%;}
.service-section .owl-theme .owl-controls .owl-buttons div:hover,.service-section .owl-theme .owl-controls .owl-buttons div:focus {background: #c94645;}
.service-section .owl-theme .owl-buttons i {margin-top: 2px;}
.service-section .owl-theme .owl-controls .owl-buttons div {position: absolute;}
.service-section .owl-theme .owl-controls .owl-buttons .owl-prev {left: 10%;top: 35%;}
.service-section .owl-theme .owl-controls .owl-buttons .owl-next{right: 10%;top: 35%;}
.owl-carousel .owl-item {z-index: 1000;}
.gallery-section .tab-content .tab-pane img {max-width: 100%;}
.gallery-section .tab-content .tab-pane.static-tab {margin-bottom: 80px;}
.tab-v2 .nav-tabs > li > a:after {content: none;}
.tab-v2 .nav-tabs > li.tabli {padding:0;}
.tab-v2 .nav-tabs > li > a {max-width: 100%;}
.sideNavWrap {position: fixed;top: 200px;right: 10px;z-index: 90000;}

#sideNavDiv .navbar-nav > li {float: none;padding:0;margin:8px 0;}
#sideNavDiv .sideNavWrap .fa{font-size:2em; color:#777;}
#sideNavDiv .sideNavWrap li .fa-circle:before {content: "\f1db";}
#sideNavDiv .sideNavWrap li.active .fa-circle:before {content: "\f111";}
#sideNavDiv .navbar-nav > li > a {background-color: transparent;padding:0;}
#sideNavbar .nav > li > a:hover, #sideNavbar .nav > li > a:focus {text-decoration: none;background-color: transparent;}

@media (max-width: 991px){
	.service-section .owl-theme .owl-controls .owl-buttons .owl-prev {left: 0;}
	.service-section .owl-theme .owl-controls .owl-buttons .owl-next {right: 0;}
}

@media (max-width: 768px){
	.service-section .owl-theme .owl-controls .owl-buttons .owl-prev {top: 80%;}
	.service-section .owl-theme .owl-controls .owl-buttons .owl-next {top: 80%;}
	.interactive-slider-v2 {padding: 300px 0;}
	#sideNavDiv .sideNavWrap .fa{font-size:1.5em; color:#777;}
}
@media (max-width: 479px){
	.interactive-slider-v2 {padding: 150px 0;}
}


