/*
 * Fonts
 */
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/*
 * Basic CSS starts
 */

body{
	background: #fff url('../images/crossword.png') repeat;
	font-family: 'Open Sans', sans-serif;
	/*font-family: "Nanum Gothic", sans-serif;*/
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Nanum Gothic', serif;
	color: #585f69;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
}

p{
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 23px;
}

a{

}
a:hover{
	text-decoration: none;
}

a:hover,a:active,a:focus {
	outline: 0;
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

/*lists*/
.contentContainer{
	margin-top: 70px;
}
.side-margin{
	margin: 0 10%;
}
.columnName{
	text-align: center;
}
.tableTitle{
	text-align: left;
}
.nothing{
	text-align: center;
	margin: 150px 0;
	opacity: 0.3;
}
.list-btn-wrapper{
	float: right;
	margin-right: 8px;
}


.carousel{
	width: auto;
	max-height: 400px;
}
.view-animate-container {
	position:relative;
	overflow: hidden;
	min-height: 510px;
}

.view-animate {
}

.view-animate.ng-enter, .view-animate.ng-leave {
	-webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
	transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;

	display:block;
	width:100%;

	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.view-animate.ng-enter {
	/*left:100%;*/
	opacity: 0;
}
.view-animate.ng-enter.ng-enter-active {
	/*left:0;*/
	opacity: 1;
}
.view-animate.ng-leave.ng-leave-active {
	/*left:-100%;*/
	opacity: 0;
}
.side-margin{
	margin: 0 10%;
}


/*
 * slider Section
 */
.flexslider {
	max-height: 500px;
	overflow: hidden;
	margin-bottom: 60px;
}

/*
 * Showcase Section
 */

.showcase {
	padding-top: 20px;
	margin-top: 40px;
}

.showcase .showcase-item{
	position: relative;
	border: 1px solid #eaeaea;
	border-radius: 6px;
	background: #fff;
	padding: 20px;
}
.showcase .showcase-item .row{
	height:50px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}

.showcase .showcase-item .writtenTime{
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.showcase .showcase-item img {
	position: absolute;
	top: -15px;
	width: 100%;
	max-width: 50px;
	display: inline;
}

.showcase .showcase-item h3{
	padding-top: 10px;
	font-size: 22px;
	display: inline;
	margin-bottom: 30px;
	margin-left: 75%;
	padding-right: 20px;
}

.showcase .showcase-item p {
	padding-bottom: 25px;
	font-size: 13px;
	color: #9a9a9a;
}

/*
 * Testimonial
 */

.testimonial h3 {
	margin-top:0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.title{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.testimonial .writtenTime{
	text-align: right;
}

.testimonial .notice-recent{
	margin-bottom: 150px;
}

.testimonial .inquiry-recent{
	margin-bottom: 150px;
}
/*
 * -	SETTINGS FOR BANNER CONTAINERS	-
 */

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
	background: #f9f9f9;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.tp-banner{
	width:100%;
	position:relative;
	overflow: hidden;
}

.tp-banner ul{
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tp-banner .heading {
	font-size: 65px;
	font-family: 'Droid Serif', serif;
	color: #cd4937;
}

.tp-caption.finewide_verysmall_white_mw { letter-spacing: 1px; color: #9a9a9a; }
.tp-caption.finewide_medium_white { font-size: 50px; }
.tp-banner .tp-caption a.btn {
	font-size: 14px;
	color: #fff;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset;
}

.tp-banner .tp-caption img.slide-img {
	border: 4px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.tp-banner .tp-caption span.price-tag{
	display: block;
	padding-top: 10px;
	width: 100px;
	height: 100px;
	line-height: 35px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Droid Serif', serif;
	border: 6px solid #cd4937;
	border-radius: 150px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.tp-caption.whitedivider3px { min-width: 430px; }
.tp-banner .tp-caption.paragraph{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}

.banner {
	background: url('../images/banner.jpg') center center repeat-x;
	text-align: center;
}



.banner img { margin : 0 auto; margin-bottom: 10px; }

.banner h2 {
	margin: 0;
	font-size: 55px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-transform: uppercase;
}

.banner .breadcrumb {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	background: transparent;
}

.padd{
	padding: 50px 0;
}
.paddd{
	padding: 68px 0 67px 0;
}

.banner .breadcrumb li, .banner .breadcrumb li a,
.banner .breadcrumb>li+li:before  { color: #fff; }




.product-banner {
	background: url('../images/11-1.jpg') center center repeat-x;
	text-align: center;
}

.product-banner img { margin : 0 auto; margin-bottom: 10px; }

.product-banner h2 {
	margin: 0;
	font-size: 55px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-transform: uppercase;
}

.product-banner .breadcrumb {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	background: transparent;
}

.product-banner .breadcrumb li, .product-banner .breadcrumb li a,
.product-banner .breadcrumb>li+li:before  { color: #fff; }



.board-banner {
	background: url('../images/6.jpg') center center repeat-x;
	text-align: center;
}

.board-banner img { margin : 0 auto; margin-bottom: 10px; }

.board-banner h2 {
	margin: 0;
	font-size: 55px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-transform: uppercase;
}

.board-banner .breadcrumb {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	background: transparent;
}


.board-banner .breadcrumb li, .board-banner .breadcrumb li a,
.board-banner .breadcrumb>li+li:before  { color: #fff; }

.facebook-user-icon{
	color:blue !important;
}
/*
 * Responsive CSS
 * ---------------
 * Mobile phones
 */
@media (max-width: 480px){
	.view-animate-container {
		min-height:400px;
	}
	.main .container{
		margin: 0;
		padding: 0;
	}
	.showcase{
		margin-top: 30px;
	}
	.showcase .showcase-item .notice-recent{
		max-width: 400px;
	}
	.showcase .showcase-item .inquiry-recent{
		max-width: 400px;
	}
	.side-margin{
		margin: 0 8px!important;
	}
}

/*
 * Tablets
 */
@media (max-width: 767px){
	.side-margin{
		margin: 0 5%;
	}
	.contentContainer{
		margin-top: 40px;
	}
	.main .container{
		margin: 0;
		padding: 0;
	}
	.showcase .notice-recent-wrapper, .showcase .inquiry-recent-wrapper{
		max-width: 600px;
		margin: 0 auto;
	}
	.showcase .notice-recent{
		max-width: 600px;
		margin: 0 8px;
	}
	.showcase .inquiry-recent{
		max-width: 600px;
		margin: 40px 8px 0 8px;
	}
	.flexslider {
		max-height: 300px;
		overflow: hidden;
		margin-bottom: 0;
	}
	.padd{
		padding :0 10%;
	}
}

@media (max-width: 991px){
	.showcase .showcase-item { padding: 20px; }
	.showcase .showcase-item img {
		position: relative;
		top: -40px;
		margin: 0 auto;
	}

	.showcase .showcase-item h3{
		margin-bottom: 10px;
		padding: 0;
		text-align: center;
		margin-left: 150px;
		position: relative;
		top: -13px;
	}
	.showcase .showcase-item p { padding: 0; text-align: center; }

}
@media (min-width: 992px){
	.showcase{
		margin-top: 80px;
		margin-bottom: 20px;
	}
}

.angular-google-map-container { height: 400px;}
.google-map-label-content-address{
	padding:5px;
	color:orange;
	background-color: white;
	font-weight: bold;
	text-align: center;
	width: 230px;
	white-space: nowrap;
}