@charset "utf-8";
@font-face {
  font-family: 'Noto Sans KR',;
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }


  body {
    background: #f1f1f1;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #555;
	margin-top:90px;
  }

  html {
    height: 100%;
  }


  a{
    color:#757474;
  }

  a:hover {
    outline: none;
    text-decoration:none;
    color:#1fbb33;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }


  ul {
    list-style: none;
  }

  h1, h2, h3, h4, h5, h6, h7{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
  }

  h1{
    font-size: 40.56px;
    color: #2C2C2C;
	paddding-bottom:20px;
	line-height: 1;
	font-weight: 500 !important;
  }

  h2{
    font-size: 30.56px;
    color: #333;
	font-weight: 300 !important;
	line-height:24px;
  }

  h3{
    font-size: 16px;
	font-weight: 100 !important;
	line-height:25px;
  }

  h4{
    font-size: 28.78px;
    color: #5f5f5f;
	padding-bottom:20px;
	line-height: 1;
	font-weight: 500 !important;
  }

  h5{
    font-size: 41.56px;
    color: #d89a2e;
	font-weight: 300 !important;
	line-height: 50px;
  }
  h6{
    font-size: 14.56px;
    color: #5c9bc8;
	font-weight: 300 !important;
	line-height: 30px;
  }

  h7{
    font-size: 16.56px;
    color: #ebebeb;
	font-weight: 300 !important;
	line-height: 30px;
	padding-bottom:20px;
  }


  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .pull-center {
   font-size: 14px;
   color: #fff;

  }
  .pull-center2 {
   color: #27a938;
   font-weight:400;
  
  }
  .pull-center3 {
   color: #f54325;

  }

  .pull-center4 {
   color: #f54325;
   font-weight:bold;

  }

  .btn-common {
    font-size: 14px;
    color: #797979;
    border: 2px solid #f54325;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    padding: 5px 15px;
  }

  .btn-common2 {
   text-align:center;
   padding-top: 15px;
  }

  .btn-common3 {
   text-align:center;
   padding-top: 55px;
   padding-left: 0px;
  }


  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }


  .btn-common:hover, 
  .btn-common:focus{
    outline: none;
    background: none;
    box-shadow: none;
    color: #d29948;
  }

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

  .inline{
    display: inline-block;
  }

  .padding{
    padding: 100px 0;
  }

  .padding450{
    padding-top: 650px;
  }

  .padding-bottom{
    padding-bottom: 200px;
  }

  .padding-bottom50{
    padding-bottom: 50px;
  }


  .padding-top{
    padding-top: 90px;
  }

  .padding-top3{
    padding-top: 30px;
  }

  .padding-right{
    padding-right: 20px;
  }

  .padding-left{
    padding-left: 20px;
  }

  .margin-bottom{
    margin-bottom: 35px;
	padding-bottom: 10px;
    display: inline;

  }

  .margin-bottom2 {
    margin-bottom: 25px;
    display: inline;

  }

  .margin-bottom3 {
    margin-bottom: 80px;
    display: inline;

  }

  .margin-bottom4 {
    margin-bottom: 35px;
	padding-bottom: 10px;
    display: inline;
	background: url(/images/bg_line01.gif) center bottom no-repeat;

  }

  .margin-top{
    margin-top: 60px;
  }

  .margin-top100{
    margin-top: 100px;
  }

  .carousel-indicators.visible-xs {
    height: 40px;
    margin: 20px;
    padding: 0;
    position: ;
    padding-top: 160px;
    width: 100%;
    left: 0;
  }

  .carousel-indicators.visible-xs li {
    border-color: #90c127;
    border-width: 0px;
    height: 14px;
    margin: 0 5px 0 0;
    width: 14px;

  }

  .carousel-indicators.visible-xs li.active {
    background: rgba(146, 193, 33, 0.7);
  }

  #top_btn{position:fixed;top:70%;right:0px;background:#fff;width:60px;height:60px; background:url(../img/top_btn.png) no-repeat;text-indent:-9999px;overflow:hidden;opacity:0.8}


/*************************
*******Header******
**************************/


#header{
  background: #fff;
  margin-bottom: 0;
  padding: 0px 20px 0px 20px;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
}


#header .navbar-inverse .container{
  position: relative;
}

.search{
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
}

.search i{
  color: #dbb075;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 2px;
}

.field-toggle{
  position: relative;
  top: 30px;
  right: 15px;
  display: none;
  height: 50px;
}

.search-form{
  padding-left: 10px;
  height: 40px;
  font-size: 18px;
  color: #818285;
  font-weight: 300;
  outline: none;
  border: 1px solid #dbb075;
  margin-top: 20px;
  border-radius: 4px;
}

.social-icons ul li{
  padding: 0px 0px;
    text-align: right;
	padding-top: 3px;

}


.social-icons ul li:last-child{
  padding-right: 0;

}

.social-icons ul li a{
  font-size: 13px;
  color: #555;
  padding: 10px 0px 0px 0px ;

}

.social-icons ul li a:hover,
.social-icons ul li a:focus{
  color:#dbb075;
  background: none;
}

/* ¸Þ´º ½ÃÀÛ */
#header .navbar {
  background: #FFF;
  border: 0;
  padding-bottom: 0px;
  border:0px dotted blue;
  padding-top:0px;
  border-bottom: 0px solid #a56617;
}

#header .navbar-toggle{
  margin-top: 0px;
}

#header .navbar-brand{
  padding: 15px;
  margin-left: 0px;
}

#header .navbar-brand h1{
  padding: 0;
  margin: 0;
  padding-top:2px;
}

#header .navbar-nav.navbar-right >li  {
  border:0px solid white;
  text-align:left;

}


#header .navbar-nav.navbar-right >li:first-child{
  padding-left: 0px;
  color:#fff;

}

#header .navbar-nav.navbar-right >li:last-child{
  padding-left: 0px;
  color:#fff;
  margin-right:0;
}


@media (max-width: 768px) {
 #header .navbar-nav.navbar-right >li:first-child{
  margin-left:0;
    }
}

#header .navbar-nav.navbar-right >li:last-child{
  padding:0;
  margin:0;
  color:#fff;
}

#header .navbar-nav.navbar-right  {
  border:0px solid white;
  width:100%;
}

#header .navbar-nav.navbar-right >li  {
  border:0px solid white;
  text-align:left;
 
}

#header .navbar-nav.navbar-right >li a {
  color: #fff;
  font-size: 18px;
  padding: 15px 0px 10px 0px;
  text-transform: uppercase;
  font-weight: 500;
}

#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: #27a938;
/*  background-color:#27a938; */
}

#header .navbar-inverse .navbar-nav  li a:hover{
  color: #27a938;

}


/*Dropdown menu*/

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
   background: #fff;
}

#header .navbar-nav li ul.sub-menu li a {
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  background: #303030;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #333;
  color: #3bb04a;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #3bb04a;
  background: #333;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}


#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
  background: #3bb04a;
  color: #fff;
}

.fa-angle-down{
  padding-left: 5px; 
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* ¸Þ´º ³¡ */


.location {width:100%;float:left;background: #ebebeb; margin-top:0;height:40px;}
.location ul li{width:1100px;margin:0 auto;float:left;background: #ebebeb; margin-top:0;font-size:12px;color:#292728;padding-top;10px;}
.sub_title{
	width: 1200px;
    margin: 0 auto;
    padding: 6px 0;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}


/* ------ Carousel ----- */

#templatemo-carousel {
   /* background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center fixed;*/ 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    height: 500px;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    height: 500px;
}
#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-top: 100px;
    }
#company-information {
  width:98%; 
  margin:0 auto;
 min-height:500px;padding:100px 20px 0 20px;text-align:center;background-color:#fff;z-index:-50;
 margin-top:-100px;
}

#company-information p{
font-size:13px;
}
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}

/* ------ End of Carousel ----- */

/*************************
*******Table******
**************************/

 table.afternoon-session {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 0px;
	border:0px solid #e0e0e0;
} 
table.afternoon-session thead tr {
	width:100%;
}
table td {
    padding: 0.2em;
	text-align: left;
	padding-left:10px;
}
table.afternoon-session thead tr {
	/* background-color: #efefef; */
	color: #757474;
	text-align: center;
	padding:10px;
}
tbody td {
	/* background-color: #f8f8f8; 
	border:1px solid #e0e0e0; */
	height:30px;
}
th {
	padding: 0.2em;
	vertical-align: top;
td {
	padding: 0.2em;
	vertical-align: top;
}
@media only screen and (max-width: 650px) {
	table.afternoon-session {
		width: 100%;
	} 
/*	table.afternoon-session [data-cell-header]:before {
		content: attr(data-cell-header);
		display: block;
position:absolute;

/*top:0;*/
left:0;
    width:45%;
		text-align: center;
		background: #f15023;
		padding: 0.3em 0.6em;
		color: #fff;
    font-weight:bold;
	} 
	table.afternoon-session thead {
		display: none;
	} 
	table.afternoon-session td {
	position:relative;
		display: block;
padding:0.1em 0 0.1em 50%;
margin-bottom:1px;
	}
	table.afternoon-session td:first-of-type {
margin-top:10px;
	}
}


/*************************
*******Footer******
**************************/

#footer {
  background: #fff;
  background-position: bottom;
  background-size: contain;
  line-height: 0.8em;
  padding: 30px 0;
    margin-top: 150px
}

#footer p{
font-size:13px;
}

#footer2 {
  background: #222;
  background-position: bottom;
  background-size: contain;
  line-height: 0.8em;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 80px
}

#footer h1{
  margin-bottom: 65px;
  margin-top: 36px;
}

#footer .bottom-separator {
  margin-bottom: 60px;
}

#message {
  height: 110px;
  resize: none;
}

.bottom > h2 {
  margin-top: 0;
  margin-bottom: 26px;
}

.bottom .media-body h3 {
  margin-top: 0;
  padding-left: 25px;
}

.bottom .media-body h3 a{
  color: #d99c4e;
}

.testimonial .media{
  margin-top: 0;
  margin-bottom: 0px;
  text-align:center;
  color: #999;
  font-size: 13px !important;
}

.testimonial .media>.pull-left{
  margin-right: 60px;
}

.testimonial .media>.pull-left img{
  padding-left:50px;
  margin-top: 16px;
  text-align:center;
}

.testimonial .media .media-body blockquote{
  padding-left: 25px;
  padding-right: 30px;
  position: relative;
  border-left: 0;
  margin-bottom: 0;
}

.testimonial .media .media-body blockquote:before{
  position: absolute;
  left: 5px;
  top: 8px;
  content: '"';
  font-size: 20px;
  color: #d99c4e;
  font-family: 'Noto Sans KR', sans-serif;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Opera, Come, and Safari */
  line-height: 0;
}

.testimonial .media .media-body blockquote:after{
  position: absolute;
  right: 30px;
  bottom: 14px;
  content: '"';
  font-size: 40px;
  color: #d99c4e;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 0;
}

.bottom > address {
  line-height: 22px;
  margin-bottom: 40px;
}

.form-control {
  border: 1px solid #d99c4e;
  font-weight: 300;
  outline: none;
  box-shadow: none;
  height: 40px;
}

.form-control:hover, 
.form-control:focus{
  border:1px solid #555;
  outline: none;
  box-shadow: none;
}

.btn-submit {
  font-weight:500;
  width: 100%;
  color: #1fbb33;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  margin-top: 5px;
  border: 2px solid #555;
  cursor:pointer;
  padding: 10px;
  width:150px;
  text-align:center;
}

.btn-submit:hover, 
.btn-submit:focus{
  color: #202020;
  outline: none;
  box-shadow: none;
  opacity: 1;
  font-weight:500;
}

.copyright-text{
  margin-top: 0px;
  font-size:15px !important;
  color: #fff;
  background: #3e4046;
  padding-bottom: 5px;
  padding-top: 5px;
}
.copyright-text2{
  color: #fff;
  background: #333;
}

/*************************
*******Home Page******
**************************/

#com-slider {
  background: url(/images/index_equ.png) no-repeat center center;
  background-size: cover;
  overflow-x: hidden;
}

#com-slider .main-slider {
  position: relative;
  height: 500px;
  text-align:center;
}

#com-slider .com-text{
  position: absolute;
  top: 200px;
  left: 20px;
  width: 100%;
}

.animate-in .com-text {
  -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#com-slider .btn-common {
  margin-top: 10px;
}



#home-slider {
  /*background: url(../images/home/main_bg.png) center no-repeat;*/
  position: relative;
}

#home-slider .main-slider {
  position: relative;
  height: 636px;

}

#home-slider .slide-text{
  position: absolute;
  top: 250px;
  left: 30px;
  width: 450px;
  z-index:999;
  font-size:23px !important;
  line-height:30px;
  color:#fff;
}

.animate-in .slide-text {
  -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#home-slider .slider-house {
  position: absolute;
  right: 0;
  bottom: 0;
}

.animate-in .slider-house {
  -webkit-animation: fadeInDown 700ms ease-in-out 200ms both;
  animation: fadeInDown 700ms ease-in-out 200ms both;
}

#home-slider .slider-circle1 {
  position: absolute;
  right: 430px;
  bottom: 210px;
}

.animate-in .slider-circle1 {
  -webkit-animation: bounceIn 500ms ease-in-out 900ms both;
  animation: bounceIn 500ms ease-in-out 900ms both;
}

#home-slider .slider-circle2 {
  position: absolute;
  right: 420px;
  bottom: 245px;
}

.animate-in .slider-circle2 {
  -webkit-animation: bounceIn 500ms ease-in-out 1100ms both;
  animation: bounceIn 500ms ease-in-out 1100ms both;
}

#home-slider .slider-cloud1 {
  position: absolute;
  right: 290px;
  bottom: 250px;
}

.animate-in .slider-cloud1 {
  -webkit-animation: bounceIn 500ms ease-in-out 1300ms both;
  animation: bounceIn 500ms ease-in-out 1300ms both;
}

#home-slider .slider-cloud2 {
  position: absolute;
  right: 375px;
  bottom: 330px;
}

.animate-in .slider-cloud2 {
  -webkit-animation: bounceIn 500ms ease-in-out 1500ms both;
  animation: bounceIn 500ms ease-in-out 1500ms both;
}

#home-slider .slider-cloud3 {
  position: absolute;
  right: 75px;
  bottom: 300px;
}

.animate-in .slider-cloud3 {
  -webkit-animation: bounceIn 500ms ease-in-out 1700ms both;
  animation: bounceIn 500ms ease-in-out 1700ms both;
}

#home-slider .slider-sun {
  position: absolute;
  left: -60px;
  bottom: 0px;
}

.animate-in .slider-sun {
  -webkit-animation: bounceIn 800ms ease-in-out 1900ms both;
  animation: bounceIn 800ms ease-in-out 1900ms both;
}

#home-slider .slider-cycle {
  position: absolute;
  left: 20px;
  top: 50px;
}

.animate-in .slider-cycle {
  -webkit-animation: slideInLeft 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: slideInLeft 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#home-slider h1{
  margin-top: 70px;
  margin-bottom: 25px;
}

#home-slider .btn-common {
  margin-top: 20px;
}

#home-slider .preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fafafa;
  text-align: center;
}

#home-slider .preloader > i {
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #dbb075;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px;
}


#action, 
#page-breadcrumb {
  background-image: url(/images/org_bg.png);
  background-repeat: repeat-x;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
  height:265px;
}

#page-breadcrumb2 {
  background-image: url(../images/bu/bu_bg.png);
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
  height:300px;
}

#page-breadcrumb22 {
  background-image: url(../images/bu/bu_bg02.png);
  background-color: #333;
  background-repeat: repeat-x;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

#page-breadcrumb23 {
  background-image: url(../images/bu/bu_bg03.png);
  background-color: #333;
  background-repeat: repeat-x;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

#page-breadcrumb24 {
  background-image: url(../images/bu/bu_bg04.png);
  background-color: #333;
  background-repeat: repeat-x;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

#page-breadcrumb25 {
  background-image: url(../images/bu/bu_bg05.png);
  background-color: #333;
  background-repeat: repeat-x;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}


#page-breadcrumb3 {
  background-image: url(../images/equ/equ_bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

#page-breadcrumb4 {
  background-image: url(../images/recruit/re_bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

#page-breadcrumb5 {
  background-image: url(../images/cu/customer_bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

.vertical-center{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: statice;
}

.sun{
  background-image: url(../images/com/com_bg.png);
  background-repeat: no-repeat;
  background-position: 100% bottom;
}


.single-service{
  overflow: hidden;
  display: block;
  background-color: #fff;
  border:1px solid #dde4e9;
  padding:50px 15px;
  margin-bottom:10px;
  box-shadow: 5px 5px 3px 0px #ebebeb;
}

.single-service img {
  margin-bottom: 15px;
}

.single-service .fold {
  margin-bottom: 35px;
}

.single-service h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-service p {
  padding: 0 8px;
}

.single-service2 {
  overflow: hidden;
  display: block;

}

.action h1{
  margin-top: 80px;
}

.action p{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
}


.action .btn-common{
  margin: 210px 0 0 -690px;
  float: left;
}

.title {
  font-size: 35px !important;
  color: #555;
  font-weight: 500;
}

.title2 {
  font-size: 30px !important;
  color: #fff;
  font-weight: 100;
}

.title3 {
  font-size: 18.56px !important;
  color: #757474;
  padding-top: 15px;
  padding-bottom: 0px;
  font-weight: 300;
  text-align:left;
}

.title4 {
  font-size: 18px !important;
  color: #757474;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.title5 {
  font-size: 30px !important;
  color: #555;
  padding-bottom: 10px;
  font-weight: 200;
}

.title6 {
  font-size: 27.56px !important;
  color: #198ab9;
  padding-bottom: 0px;
  padding-left:50px;
  font-weight: 300;
}

.title7 {
  color: #fff;
  padding-bottom: 0px;
  padding-left:0px;
  font-weight: 700;
}

.title3 {
  font-size: 18.56px !important;
  color: #757474;
  padding-top: 30px;
  padding-bottom: 0px;
  font-weight: 300;
  text-align:left;
}

.title8 {
  font-size: 17.56px !important;
  color: #555;
  padding-top: 30px;
  padding-bottom: 0px;
  font-weight: 300;
  text-align:left;
  line-height:1.5;
}

.title9 {
  font-size: 21px !important;
  color: #197394;
  padding-bottom: 0px;
  font-weight: bold;
  text-align:left;
}

.single-features {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 40px;
}

.single-features:last-child {
  padding-bottom: 95px;
}

.single-features h2{
  margin-bottom: 15px;
}

#clients{
  padding-bottom: 45px;
}

.clients {
  margin-bottom: 45px;
}

.clients img {
  display: inline-block;
}

.clients-logo {
  overflow: hidden;
  margin-bottom: 10px;
}



#quick{position:fixed;top:50%;right:20px;z-index:1500;margin-top:-141px}
#quick li{position:relative;z-index:0}
#quick li > a{display:block;width:46px;height:46px;overflow:hidden;border:1px solid #d1d1d1;margin-top:-1px;background-color:#fff;background-position:left top;background-repeat:no-repeat}
#quick li.quick01 > a{background-image:url(/images/common/btn_quick01.png)}
#quick li.quick02 > a{background-image:url(/images/common/btn_quick02.png)}
#quick li.quick03 > a{background-image:url(/images/common/btn_quick03.png)}
#quick li.quick04 > a{background-image:url(/images/common/btn_quick04.png)}
#quick li.quick05 > a{background-image:url(/images/common/btn_quick05.png)}
#quick li.quick06 > a{background-color:#d1d1d1;border-color:#d1d1d1;background-image:url(/images/common/btn_quick06.png)}
#quick li:hover{z-index:5}
#quick li:hover .txt{display:block}
#quick li:hover > a{background-position:right top}
#quick li.quick01:hover > a{background-color:#9cc729;border-color:#9cc729}
#quick li.quick02:hover > a{background-color:#58c2e0;border-color:#58c2e0}
#quick li.quick03:hover > a{background-color:#e85363;border-color:#e85363}
#quick li.quick04:hover > a{background-color:#ffc600;border-color:#ffc600}
#quick li.quick05:hover > a{background-color:#ed8c09;border-color:#ed8c09}
#quick li.quick06:hover > a{background-color:#d1d1d1;border-color:#d1d1d1}
#quick li .txt{position:absolute;top:0;right:44px;width:125px;height:47px;background-repeat:no-repeat;background-position:left top;display:none}
#quick li .txt > a{display:block;font-size:12px;color:#fff;padding-top:16px;text-align:right;padding-right:13px}
#quick li.quick01 .txt{background-image:url(/images/common/btn_quick01_txt_bg.png)}
#quick li.quick02 .txt{background-image:url(/images/common/btn_quick02_txt_bg.png)}
#quick li.quick03 .txt{background-image:url(/images/common/btn_quick03_txt_bg.png)}
#quick li.quick04 .txt{background-image:url(/images/common/btn_quick04_txt_bg.png)}
#quick li.quick05 .txt{height:96px;background-image:url(/images/common/btn_quick05_txt_bg.png)}
#quick li.quick05 .txt > a{line-height:18px;padding-top:8px}
#quick li.quick05 .txt > a em{letter-spacing:normal;font-size:18px;color:#fff;font-weight:700}

/*************************
*******About Us Page******
**************************/

#action , 
#page-breadcrumb{
  position: relative;
  margin-top:0px;
}

#team {
  margin:50px 0 0px 0;
  padding: 0px 0 100px 0;
  background: url(../images/right.png) center;
  background-repeat: no-repeat;
  width:100%;
}



#team2 {
  margin:-280px 0 50px 0;
  padding: 680px 0 100px 0;
  width: 100%;
  /* background:#ebebeb; */
  background: url(../images/com/mission_pic02.png) center;
  background-repeat: no-repeat;
}

#team3 {
  margin-top:50px;
  margin-bottom:50px;  
  text-align: center;
  background:#f1f1f1;
  width:100%;
}

#team4 {
   margin-top:50px;
  padding: 100px 0 100px 0;
  /* background:#ebebeb; */
  background: url(../images/home/in_pic_bg.png) left;
  /* background-repeat: no-repeat; */
  width:100%;
}

#team5 {
  margin-top:20px;
  margin-bottom:0px;
  padding:0px 0 0px 0;
  text-align: center;

  width:100%;
}

#team5 {
  margin-top:20px;
  margin-bottom:0px;
  padding:0px 0 0px 0;
  text-align: center;
}

#team-carousel {
  margin-top: 80px;
}

#company-information .padding-top{
  padding-top: 105px;
  
}

#company-information{
  width:70%; 
  margin:0 auto;
 min-height:600px;padding:150px 50px 0 50px;text-align:center;background-color:#fff;z-index:-50;
 margin-top:-200px;
 box-shadow: 0 3px 3px 3px#d0d0d0;
}

.single-service img {
  height: 161px;
}

.single-service2 img {
  height: 170px;
}

.tour-button {
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  background-position: 151px 4px;
}

.team-single {
  position: relative;
}

.person-thumb {
  position: relative;
  padding:0 !important;
}

.social-profile {
  background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
  display: none;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  width: 100%;
}

.team-single:hover .social-profile{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills {
  display: inline-block;
  margin-top: -26px;
  padding: 0;
  position: relative;
  top: 50%;
}

.social-profile .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.social-profile .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills li a:hover {
  color: #89612e;
  border-color: #89612e;
}

.person-info h2 {
  font-weight: 300;
  margin-bottom: 5px;
}

.person-info h3 {
  font-size: 16px;
  color: #686868;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.team-carousel-control {
  position: absolute;
  top: 36%;
  width: 13px;
  height: 16px;
  text-indent: -9999999px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.right.team-carousel-control {
  right: -50px;
  background-image: url(../images/aboutus/right.png);
}

.left.team-carousel-control {
  left: -50px;
  background-image: url(../images/aboutus/left.png);
}

.team-carousel-control:hover{
  background-position: 0 -18px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition:  all 0.5s ease 0s;
}

.count h1{
  font-size: 60px;
  color: #dab074;
}

.count h3{
  font-size: 16px;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition:  width 1s ease-in-out;
}

.top-zero{
  margin-top: 0;
}

h3.top-zero{
  font-size: 20px;
}

#company-information .about-us h2{
  margin-bottom: 45px;
}

.single-skill h3{
  font-size: 16px;
}

.progress{
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar{
  line-height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar.progress-bar-primary{
  background: #dab074;
}



/*************************
*******Service Page******
**************************/
#recent-projects{
  padding: 80px 0px;
  /* background: url(../images/home/b_bg.png) center; */
  background-color: #999;
  background-repeat: no-repeat;
  content: "";
  width:100%;
  margin:0 auto;
}

.recent-projects .team-single{
  height: 250px;
}

.recent-projects p.padding-bottom{
  padding-bottom: 50px;
}

#recent-projects2{
  padding: 85px 0;
  background: #f1f1f1;
  background-repeat: no-repeat;
  content: "";
  width:100%;
  margin:0 auto;
}

.recent-projects2 .team-single{
  height: 255px;
}

.recent-projects2 p.padding-bottom{
  padding-bottom: 50px;
}

#recent-projects3{
  padding: 0px 0;
  margin-bottom:50px;
  background: #fff;
  background-repeat: no-repeat;
  content: "";
  width:100%;
  margin:0 auto;
}

.recent-projects3 .team-single{
  height: 355px;
}

.recent-projects3 p.padding-bottom{
  padding-bottom: 50px;
}


.choose{
  padding-top: 30px;
}

#company-information.choose .padding-top{
  padding-top: 78px;
}

#company-information h2{
  margin-bottom: 25px;
  margin-top: 0;
}

ul.elements{
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

ul.elements li{
  margin: 6px 0;
}

ul.elements li > i{
  color: #d29948;
  display: inline-block;
  margin-right: 10px;
}

#company-information h1.margin-bottom{
  margin-bottom: 26px;
}

/*************************
*******Portfolio Default**
**************************/
.portfolio-single {
  position: relative;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb img {
  width: 255px;
}

.portfolio-thumb2 img {
  width: 302px;
}


.portfolio-single:hover .portfolio-view{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

#portfolio .row{
  margin-left: -10px;
  margin-right: -10px;
}

.portfolio-view{
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(137, 97, 46, 0.8);
  width: 100%;
  text-align: center;  
}

.portfolio-view .nav-pills {
  padding: 0;
  display: inline-block;
  margin-top: -26px;
  top: 50%;
  position: relative;
}

.portfolio-view .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.portfolio-view .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-animation: scaleIn 400ms linear 100ms both;
  animation: scaleIn 400ms linear 100ms both;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-view .nav-pills li a:hover {
  color: #89612e;
  border-color: #89612e;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-info {
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-info h2 {
  font-size: 18px;
  margin: 15px 0 0;
}

.portfolio-filter {
  margin: 80px 0;
  padding: 0;
}

.portfolio-filter li {
  display: inline-block;
  position: relative;
}

.portfolio-filter li a {
  border-radius: 0;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 0 25px;
  text-transform: capitalize;
  border: none;
}

.portfolio-filter li .active{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a:hover, 
.portfolio-filter li a:focus,
.portfolio-filter li a.active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a.active:before{
  position: absolute;

  content: "";
  left: 0;
  width: 13px;
  height: 16px;
  background: url(../images/portfolio/icon.png);
  top: 5px;
}

.portfolio-pagination{
  text-align: center;
  
  padding-top: 40px;
  padding-bottom: 90px;
}

.pagination li{
  display: inline-block;
  margin: 0 10px;
}

.pagination li a{
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.pagination li:first-child a{
  background: url(../images/portfolio/left.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.pagination li:first-child a:hover{
  background: url(../images/portfolio/left.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a{
  background: url(../images/portfolio/right.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a:hover{
  background: url(../images/portfolio/right.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.pagination li a:hover,
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus{
  background: none;
  border-color: #cc9b59;
  color: #cc9b59;
}


/*****************************
Portfolio with right sidebar
*****************************/

.sidebar h3 {
  color: #404040;
  margin-top: 0;
  border-bottom: 3px solid #ececec;
  margin-bottom: 6px;
  padding-bottom: 8px;
}

.sidebar-item{
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 20px;
}

.sidebar-item2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 20px;
}

.categories .navbar-stacked li {
  border-bottom: 1px solid #ececec;
  line-height: 28px;
}

.categories .navbar-stacked li:last-child {
  border-bottom: 0px solid #ececec;
}

.categories .navbar-stacked li a {
  font-size: 14px;
  color: #6a6a6a;
  padding: 8px 0;
  padding-left: 0;
}

.categories .navbar-stacked li a:hover{
  background: none;
  margin-left: 20px;
  color: #dab074;
  opacity: 1;
}

.categories .navbar-stacked li.active a{
  color: #dab074;
  padding-left: 20px;
}

.categories .navbar-stacked li.active a:before{
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #dab074;
  border-width: 8px;
  border-style: solid;
  left: 0;
  top: 13px;
  margin-top: 0;
  z-index: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.categories .navbar-stacked li.active a:after {
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-width: 6px;
  border-style: solid;
  left: 0px;
  top: 15px;
  margin-top: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.sidebar-item .media{
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 21px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.sidebar-item .media:last-child{
  border-bottom: 0px solid #ececec;  
  padding-bottom: 0; 
}

.sidebar-item .media:hover{
  border-left: 2px solid #dab074;
  padding-left: 5px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.sidebar-item .media:hover.media .media-body h4 a{
  color: #dab074;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a{
  color: #7d7d7d;
  font-size: 16px;
}

.sidebar-item .media .media-body p {
  color: #43454c;
  font-size: 12px;
}

.tag-cloud .nav-pills{
  margin-top: 16px;
}

.tag-cloud .nav-pills li{
  margin: 0;
  margin-top: 6px;
  margin-right: 4px;
}

.tag-cloud .nav-pills li a{
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  background: #bbbbbb;
  color: #fff;
  border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover{
  background: #dab074;
}

.popular ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px -8px;
}

.popular ul.gallery li {
  display: block;
  width: 33.33%;
  float: left;
  padding: 8px;
}

.popular ul.gallery li a {
  display: block;
}

.popular ul.gallery li a img {
  width: 100%;
  transition: border-radius 300ms ease-in;
  -webkit-transition: border-radius 300ms ease-in;
}

.popular ul.gallery li a img:hover {
  border-radius: 60px;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}




/*****************************
Portfolio Details
*****************************/

#portfolio-information.padding-top{
  padding-top: 100px;
}

.project-name h2{
  margin-top: 0;
  margin-bottom: 15px;
}

#related-work .title{
  margin-bottom: 55px;
  margin-top: 10px;
}

.navbar-default {
  background: none;
  padding: 0;
}

.navbar-default li a{
  font-size: 12px;
  padding: 0;
  padding-right: 15px;
}

.navbar-default li a i{
  padding-right: 8px;
}

.navbar-default li a:hover{
  color: #dab074;
  background: none;
}

.skills .navbar-default,
.client .navbar-default{
  margin-left: 35px;
  
}

.live-preview .btn-common{
  margin-top: 21px;
  padding: 13px 45px;
}


/*****************************
Blog Default
*****************************/

.single-blog.timeline {
  border-top: 1px solid #EEEEEE;
  border-bottom: 0;
  position: relative;
  padding-bottom: 0;
}

.timeline .post-content {
  padding: 5px 5px 25px;
}

.post-thumb{
  margin: -1px -1px 0;
  position: relative;
  overflow: hidden;
}

.timeline .post-thumb img {
  width: 100%;
}

.post-thumb iframe{
  width: 100%;
  min-height: 270px;
  border: 0;
}

.post-overlay{
  position: absolute;
  top: 50%;
  display: none;
  width: 94px;
  height: 140px;
  margin-top: 70px;
  overflow: hidden;
}

.post-overlay span{
  position: absolute;
  left: 50%;
  bottom: 0; 
  margin-left: -60px;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  z-index: 9;
}

.post-overlay span:before{
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 60px;
  content: "";
  border-color: transparent transparent #dab074 transparent;
  z-index: -1;
  cursor: initial;
}

.post-overlay span a{
  font-size: 30px;
  color: #fff;
  background: transparent;
  padding: 0; 
  margin-left: 50px;
}

.single-blog:hover .post-overlay{
  display: block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}

.timeline-divider{
  position: relative;
  padding-top: 30px;
  background: url(../images/history_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
   margin-top: 0px;
   min-height:700px;
}

.timeline-divider:before{
  position: absolute;
  top: 0;
  content: "";
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  border-left-color: #dab074;
  left: 50%;
  margin-left: -2px;
}

.timeline-blog .col-sm-6.padding-top{
  padding-top: 50px;
}

.post-content{
  padding: 20px 0;
}

.timeline-date .btn-common{
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 300;
  border-radius: 0;
  padding: 5px 15px 5px 15px;
  margin-top:50px;
}



.post-title {
  margin-top: 0;
}

.post-title a,
.comments-number a{
  color: #686868;
}

.post-title a:hover,
.comments-number a:hover{
  color: #dab074;
}

.post-content .post-author{
  margin-top: 0;
  
}

.post-content  .post-author a{
  font-weight: 300;
  font-size: 14px;
}

a.read-more{
  color: #a5732a;
  font-weight: 300;
}

a.read-more:hover{
  opacity: .8;
}

.post-bottom{
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 20px;
  margin: 20px -20px 0;
  padding: 20px 20px 0;
}


/*****************************
Blog with right sidebar
*****************************/

.single-blog{
  padding-bottom: 30px;
}

.single-blog .post-bottom{
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-blog .post-overlay span{
  left: 0;
  top: 0;
  margin-left: 0;
  width: 94px;
  height: 140px;
  background: url(../images/blog/blog-arrow.png);
  -webkit-animation: fadeInLeft 400ms;
  animation: fadeInLeft 400ms;
}

.single-blog .post-overlay span a{
  margin-left: 8px;
  font-weight: 700;
  font-size: 36px;
  line-height: 18px;
  position: absolute;
  top: 50px;
}

.single-blog .post-overlay span a small{
  font-size: 16px;
  font-weight: 300;
  margin-left: 5px;
}

.single-blog .post-overlay span:before{
  border-color: transparent;
  border-width: 0;
}

.post-nav{
  margin:0;
  padding: 0;
}

.post-nav li a{
  padding: 0;
  text-align: left;
}

.post-nav li a i{
  color: #dab074;
  margin-right: 8px;
}

.post-nav li a:hover{
  background: none;
}

.blog-padding-right{
  padding-right:35px;
}

.blog-pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 55px;
}

/*****************************
Blog with right sidebar
*****************************/

.masonery_area .single-blog{}
.masonery_area .single-blog .post-thumb{
  height: auto;
}

.masonery_area .single-blog .post-title{
  margin-top: 5px;
}

.masonery_area .single-blog .post-title a{
  font-size: 20px;
}

.masonery_area .single-blog .post-thumb img{
  height:auto;
}

.masonery_area .single-blog .post-bottom{
  border-top:0;
  padding-top:0;
  margin-top:15px;
}

/* Audio CSS */

.audiojs{
  background: #dab074;
  height: 45px;
  width: 100%;
}

.audiojs .scrubber{
  background: #fff;
  
  height: 8px;
  border-top: 0;
  width: 170px;
  margin-top: 19px;
  margin-left: 12px;
  border-radius: 10px;
}

.audiojs .play-pause{
  background: #cca46c;
  width: 68px;
  height: 45px;
  padding: 0;
  padding-left: 24px;
  padding-top: 10px;
  border-right: 0;
}

.audiojs .time{
  display: none;
  
}

.audiojs .progress{
  background: #a5732a;

  height: 8px;
  border-radius: 10px;
}

.audiojs .loaded{
  background: #ba9663;
  height: 8px;
  border-radius: 10px;
}


/*****************************
Blog Details
*****************************/

.navbar-nav.post-nav li{
  margin-right: 60px;
}

.single-blog.blog-details .post-content{
  padding-top: 30px;
}

.single-blog.blog-details .post-bottom{
  margin-top: 55px;
}

.single-blog-wrapper{
  position: relative;
}

.blog-share{
  margin-top: 40px;
  display: inline-block;
  padding: 0;
}

span.stMainServices,
span.stButton_gradient, 
.stButton .chicklets{
  height:24px !important;
}

.author-profile.padding{
  padding-top:50px;
}

.author-profile .col-sm-2 img{
  width: 100%;
  border-left: 3px solid #dab074;
}

.author-profile h3{
  margin-top:0;
  color: #3a424c;
}

.author-profile p{
  color: #3a424c;
  font-weight: 400;
}

.author-profile span a{
  color: #a5732a;
}

.response-area{
  border-bottom: 0;
}

.response-area h2{
  margin-top: 0;
  
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 20px;
}

.post-comment{
  padding-left: 70px;
  padding-top: 36px;
  border-top: 1px solid #f1e8dd;
}

.post-comment .pull-left img{
  margin-right: 0px;
  border-left: 3px solid #dab074;
  text-align:center;
}

.post-comment .media-body{
  padding-top: 6px;
  border-bottom: 0;
  padding-bottom: 50px;
}

.post-comment .media-body p{
  margin-top:10px;
}

.post-comment .media-body span i{
  color: #a5732a;
  margin-right: 10px;
}

.post-comment .media-body span a{
  color: #a5732a;
  font-weight: 700;
}

.post-comment .media-body .post-nav li a{
  font-weight: 300;
}

.parrent .media-list{
  margin-left: 190px;
}

.parrent .post-comment{
  padding-left: 0;
  margin-left: 70px;
}


/****************************
********* Contact Us*********
*****************************/
#map-section {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

#gmap {
  height: 350px;
}

.get-in-touch img {
  margin-top: 35px;
  margin-bottom: 32px;
}

.get-in-touch p {
  font-size: 18px;
  font-weight: 300;
}

#map-section .contact-info {
  position: absolute;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  padding:5px 0px 5px 20px;
  opacity: 0.9

}

#map-section .contact-info h2, 
#map-section address a:hover {
  color: #a5732a
}

#contact-form #message{
  resize:none;
}

#contact-form .btn-submit {
  width: 28%;
  margin: 5px auto;
}

.corporate-info .corporate-address {
  background-image: url("../images/contact-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 50px;
}

.corporate-info .corporate-address address {
  background-image: url("../images/icon-map.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px;
}


/****************************
****** Price-table CSS*******
*****************************/

#price-table {
  margin-top: 88px;
  margin-bottom: 90px;
}

.single-price ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.table-heading {
  background-color: transparent !important;
  color: #FFFFFF !important;
  overflow: hidden;
  padding: 0 !important;
  text-align: center;
}

.single-price .plan-name { 
  background-color: #D4D4D4;
  color: #696969;
  font-size: 17px;
  margin-bottom: 0;
  padding: 10px 0;
  text-transform: capitalize;
}

.single-price .plan-price { 
  color: #696969;
  float: none;
  font-size: 14px;
  height: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding-top: 15px;
}


.plan-price .dollar-sign {
  font-size: 18px;
}

.plan-price .price {
  font-size: 24px;
}

.plan-price .month {
  display: block;
  margin-top: -6px;
}

.single-price .plan-price:after {
  border-color: #c4c4c4 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: "";
  height: 0;
  left:50%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  margin-left: -15px;
}

.single-price ul li, 
.single-table ul li {
  padding: 12px 18px;
  background-color: #f7f7f7;
  margin-bottom: 5px;
  color: #696969;
}

.single-price ul li span, 
.single-table ul li span {
  float: right;
}

.single-price .btn-buynow {
  background-color: #c4c4c4;
  border-radius: 0;
  color: #fff;
  padding: 12px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
}

.single-price .btn-buynow:hover {
  background-color: #b4b3b3;
}

.highligh-table .plan-name {
  background-color: #b07b2c;
  font-size:17px !important;
  color: #fff;
}

.highligh-table .plan-price {
  color: #fff;
}

.highligh-table .plan-price:after {
  border-color: #a56d1a transparent transparent;
}

.highligh-table .btn-buynow {
  background-color: #a5732a;
}

.highligh-table .btn-buynow:hover {
  background-color: #976a28;
}


#price-table2 {
  margin-bottom: 180px;
}

.table-header {
  background-color: #C4C4C4;
  overflow: hidden;
  padding:20px;
}

.single-table {
  position: relative;
  padding-top: 60px;
}

.single-table:before {
  border-color: transparent transparent #b5b5b5;
  border-style: solid;
  border-width: 0 130px 60px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.table-header h2 {
  color: #696969;
  float: left;
  font-size: 24px;
  margin-top: 7px;
}

.table-header .plan-price {
  float: right;
  margin: 0;
  overflow: hidden;
  padding-top: 1px;
}

.single-table .btn-signup {
  display: block;
  text-align: center;
  position:relative;
  z-index:1
}

.single-table ul {
  margin: 0;
  padding: 0;
}

.single-table .btn-signup:after {
  content: "";
  position: absolute;
  border-color: #c4c4c4 transparent transparent;
  border-style: solid;
  border-width: 78px 130px 0;  
  height: 0;
  left: 0; 
  top: -1px;
  width: 100%;
  z-index: -1;
}

.single-table .btn-signup a {
  color: #696969;
  display: inline-block;
  overflow: hidden;
  padding: 20px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.single-table .btn-signup:hover a {
  color: #fff;
}

.single-table .btn-signup:hover.btn-signup:after{
  border-color: #b3b2b2 transparent transparent;
}

.single-table.highligh-table .table-header {
  background-color: #b07b2c
}

.highligh-table .btn-signup a, 
.highligh-table .table-header h2 {
  color: #fff;
}

.highligh-table .btn-signup.btn-signup:hover:after {

  border-color: #a07028 transparent transparent;
}

.highligh-table .btn-signup:after {
  border-color: #b07b2c transparent transparent;
}

.highligh-table:before {
  border-color:transparent transparent #a56d1a;
}


/*************************
********404 page CSS******
**************************/

#error-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0;
}

#error-page .container-fluid {
  overflow: hidden;
}

.error-page-inner {
  display: table-cell;
  vertical-align: middle;
}

.bg-404 {
  background-image: url("../images/home/tour-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.error-image {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-image img {
  width: 100%;
}

#error-page h2 {
  font-size:36px;
  text-transform: uppercase;
}

.btn-error {
  font-weight: 300;
  margin-top: 30px;
  padding:25px 55px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
  background-color: transparent;
  border: 1px solid #cc9b59;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-error:hover, .btn-error:focus  {
  background-color: #cc9b59;
  border-color:#cc9b59;
  color:#fff;
}

#error-page i, #coming-soon i {
  border: 1px solid #cc9b59;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #cc9b59;
  font-size: 17px;
  margin:0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i:hover, #coming-soon i:hover {
  background-color: #cc9b59;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*************************
********404 page CSS******
**************************/

#error-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0;
}

#error-page .container-fluid {
  overflow: hidden;
}

.error-page-inner {
  display: table-cell;
  vertical-align: middle;
}

.bg-404 {
  background-image: url("../images/home/tour-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.error-image {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-image img {
  width: 100%;
}

#error-page h2 {
  font-size:36px;
  text-transform: uppercase;
}

.btn-error {
  font-weight: 300;
  margin-top: 30px;
  padding:25px 55px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
  background-color: transparent;
  border: 1px solid #cc9b59;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-error:hover, .btn-error:focus  {
  background-color: #cc9b59;
  border-color:#cc9b59;
  color:#fff;
}

#error-page i, #coming-soon i {
  border: 1px solid #cc9b59;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #cc9b59;
  font-size: 17px;
  margin:0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i:hover, #coming-soon i:hover {
  background-color: #cc9b59;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*************************
******Coming Soon CSS*****
**************************/

.logo-image {
  display: block;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 95px;
}

.logo-image img {
  display: inline-block;
}

#coming-soon {
  background-image: url("../images/home/tour-bg.png");
  background-position: center top;
  background-repeat: repeat-x;
  padding: 40px 0;
  overflow: hidden;
}

#coming-soon .social-link {
  margin-top: 35px;
}

.time-count {
  display: block;
  text-align: center;
}

.time-count ul {
  padding-left: 0;
}

#countdown {
  display: inline-block;
  margin-bottom: 100px;
  margin-top: 100px;
}


#countdown li {
  float: left;
  margin-right: 100px;  
  color: #757575;  
  font-weight: 300;
  font-size: 30px;
  position: relative;
  z-index:1;
  padding-top: 45px;
}

#countdown li:last-child {
  margin-right: 0;
  margin-left: 20px;
}

#countdown li span {
  display: block;
  font-size: 72px;
  margin-bottom: 25px;
}

#countdown li.angle-one:before {
  border-color: #D29948 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 250px 145px 0;
  content: "";
  left: -80px;
  position: absolute;
  top: -5px;
  z-index: -1;
}

#countdown li.angle-one:after{
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 236px 137px 0;
  content: "";
  left: -72px;
  position: absolute;
  top: 0;
  z-index:-1;
}

#countdown li.angle-two:before {
  border-color: rgba(0, 0, 0, 0) #a5732a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 250px 290px 0 0;
  content: "";
  left: -175px;
  position: absolute;
  top: -5px;
  z-index:-1;
  -moz-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}

#countdown li.angle-two:after {
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 235px 272px 0 0;
  content: "";
  left: -162px;
  position: absolute;
  top: 5px;
  z-index: -1;
  -moz-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}

#countdown li.angle-two span{
  padding-top: 90px;
}

#countdown li.angle-one span.minutes, 
#countdown li.angle-one .minute {
  margin-left: 25px;
}


#subscribe {
  background-color: #565656;
  color: #FFFFFF;
  padding: 40px 0 50px;
}

#subscribe h2 {
  color: #fff;
  text-transform: uppercase;
}

#subscribe .fa-envelope-o {
  color: #dab074;
  margin-right: 5px;
}

#subscribe .form-control {
  background-color: transparent;
  height: 52px;
  color: #fff;
}

#newsletter {
  margin-top: 35px;
  position: relative;
}

#newsletter i {
  color: #DAB074;
  font-size: 36px;
  position: absolute;
  right: 12px;
  top: 7px;
}

.newsletter p {
  color: #919191;
  font-size: 12px;
  margin-top: 10px;
}

#coming-soon-footer {
  padding: 45px 0;
  line-height: 15px;
  overflow: hidden;
}

#coming-soon-footer a {
  color: #d89b4e;
}

#coming-soon-footer a:hover {
  color: #b38040
}

/*Shortcodes CSS*/
.bs-example{
  margin: 0 0 20px;
}

.panel-group{
  border: 1px solid #eee;
}
.panel-default{
  border: 0;
}
.panel-group .panel{
  border-radius: 0;
}
.panel-group .panel+.panel{
  margin-top: 0;
}

.panel-default>.panel-heading{
  background-color: transparent;
  border-top: 1px solid #eee;
}

.panel-group .panel-default:first-child>.panel-heading{
  border-top: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  border-top-color: #eee;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
  background-color: #afbec9;
  width:100%;
  text-align:center;
}

.tab-content {
  padding-top: 20px;
}

/*Features*/
.feature-inner{
  text-align: center;
}
.icon-wrapper{
  display: inline-block;
  background-color: #d29948;
  color: #fff;
  padding: 25px;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  border-radius: 100%;
  margin: 10px 0;
}

/* ÅÇ ¸Þ´º */

.css3-tab {
  list-style: none;
  margin: 0 auto 40px;
  padding: 38px 0 0 0;
  position: relative;
  width: 100%;
}
.css3-tab input[type='radio'] {
  display: none;
}
.css3-tab .css3-tab-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.css3-tab .css3-tab-nav label {
  display: table-cell;
  background-color: #fff;
  color: #FFFFFF;
  padding: 15px;
  text-align: center;
  transition: all .3s ease 0s;
  border: 1px solid #e8e8e8;
}
.css3-tab .css3-tab-nav label:hover {
  cursor: pointer;
  background: #337ab7;
  color: #fff !important;
  transition: all .3s ease 0s;

}
@media (max-width: 692px) {
  .css3-tab .css3-tab-nav {
    display: block;
    margin: 0 0 20px;
  }
  .css3-tab .css3-tab-nav label {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
}
.css3-tab .css3-tab-content {
  overflow: hidden;
  padding: 25px;
  display: none;
  background: #FFF;
  clear: left;
  box-sizing: border-box;
}
.css3-tab input[id='tabOne']:checked ~ .css3-tab-nav label[for='tabOne'] {
  background: #337ab7;
  color: #fff ;
  cursor: default;
}
.css3-tab input[id='tabOne']:checked ~ div.tab-one {
  display: block;
  border-top: solid 3px #afbec9;
}
.css3-tab input[id='tabTwo']:checked ~ .css3-tab-nav label[for='tabTwo'] {
  background: #337ab7;
  color: white;
  cursor: default;
}
.css3-tab input[id='tabTwo']:checked ~ div.tab-two {
  display: block;
  border-top: solid 3px #afbec9;
}
.css3-tab input[id='addNew']:checked ~ .css3-tab-nav label[for='addNew'] {
  background: #337ab7;
  color: white;
  cursor: default;
}
.css3-tab input[id='addNew']:checked ~ div.add-new {
  display: block;
  border-top: solid 3px #afbec9;
}




#header .navbar-nav.navbar-left >li:last-child{
  margin-right: 0px;
}

#header .navbar-nav.navbar-left   {
  padding-right:0px; 
  border:0px dotted white;
  width:100%;
  
  

}

#header .navbar-nav.navbar-left >li  {
 
  width:190px;

}

#header .navbar-nav.navbar-left >li a {
  color: #fff;
  font-size: 18px;

  text-transform: uppercase;
  font-weight: 500;
}

table.type01 {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    margin : 0px 0px 0 0;
	font-size:14.56px !important;
	border: 1px solid #ccc;
	background: #ebebeb;
}
table.type01 th {
    text-align: center;
    width: 20%;
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #ccc;
	background: #fa720f;
	color:#fff !important;
}

table.type02 {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    margin : 0px 0px 0 0;
	font-size:15.56px !important;
	/* background-color: #f9f9f9;
	border:1px solid #e0e0e0; */
}
table.type02 th {
    text-align: center;
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid #ccc;
	background: #ebebeb;
}

table.type03 {
    width: 100%;
    border-collapse: collapse;
    text-align: center !important;
    line-height: 1.9;
    margin : 0px 0px 0 0;
	font-size:14.56px !important;
	background: #f9f9f9;
	border:1px solid #e0e0e0;
}
table.type03 th {
    text-align: center;
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid #ccc;
	background: #ebebeb;
}

table.type04 {
    width: 100%;
    border-collapse: collapse;
    text-align: center !important;
    line-height: 1.9;
    margin : 0px 0px 0 0;
	font-size:14.56px !important;
	border: 1px solid #ccc;
}
table.type04 th {
    text-align: center;
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid #ccc;
	background: #f8f3f2;
}
#top_btn{position:fixed;top:70%;right:50px;background:#fff;width:60px;height:60px; background:url(../img/top_btn.png) no-repeat;text-indent:-9999px;overflow:hidden;opacity:0.8}

.roomIn6 {}
.roomIn6 table {width:100%; border-bottom:1px solid #333;}
.roomIn6 table tbody {}
.roomIn6 table tbody tr {}
.roomIn6 table tbody tr td {padding:12px; border-color:#d9d9d9;}
.roomIn6 table tbody tr td#app_td1 {background:#FFF; }
table.roomTable6 {width:100%; text-align:center;border-left:1px solid #d9d9d9; border-right:1px solid #d9d9d9;border-top:2px solid #333;}
table.roomTable6 thead {}
table.roomTable6 thead tr {}
table.roomTable6 thead tr th {padding:10px 0; background:#FFF; font-size:14px; font-weight:700; color:#444444; border-bottom:2px solid #333; border-right:0px solid #d9d9d9; text-align:center;}
table.roomTable6 thead tr td {padding:10px 0; font-size:14px; border-bottom:1px solid #333; }
table.roomTable6 thead tr:first-child th {border-top:0px solid #161616}
table.roomTable6 thead tr:first-child th:first-child {border-left:0px solid #d9d9d9}
table.roomTable6 tbody {border-bottom:1px solid #333}
table.roomTable6 tbody tr th {width:20%;padding:3px 3px; background:#FFF;  font-size:14px; font-weight:700; color:#444444; border-bottom:1px solid #d9d9d9; border-left:0px solid #d9d9d9; }
table.roomTable6 tbody tr th:first-child {border-left:0px solid #d9d9d9;}
table.roomTable6 tbody tr {}
table.roomTable6 tbody tr td { background:#FFF; padding:5px 3px; border-bottom:1px solid #d9d9d9;  font-size:14px; font-weight:300; border-right:0px solid #d9d9d9; color:#444444;border-left:0px solid #d9d9d9;text-align:center}
table.roomTable6 tbody tr td:first-child {border-left:0px solid #d9d9d9;}

.bottom2 {margin-top:30px;margin-left:100px;background-color:#f7f7f7;}
.bottom2:after {content:''; display:block; clear:both}
.bottom2 .familySite {float:right; position:relative; width:150px; height:30px;}
.bottom2 .familySite > select{width:150px; padding-left:20px; height:29px; padding-right:35px; border:1px solid #e0e0e0; font-size:15px; color:#555; background:url("/common_mus/images/icon/sel_icon.png") no-repeat right 17px top 50%; font-family:'NotoSans-Light', '¸¼Àº °íµñ', 'Malgun Gothic', sans-serif; font-size:15px; color:#555; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.bottom2 .familySite > select::-ms-expand{display:none;}
.bottom2 .familySite > div {display:none; overflow-y:auto;}
.bottom2 .familySite > div a {display:block;}